create translation files

This commit is contained in:
Manuel Raynaud
2013-10-31 15:44:07 +01:00
parent af5d28ac6e
commit bbae85156b
4 changed files with 624 additions and 0 deletions

156
templates/default/I18n/en_US.php Executable file
View File

@@ -0,0 +1,156 @@
<?php
return array (
'+ View All' => '+ View All',
'Thelia V2' => 'Thelia V2',
'Skip to content' => 'Skip to content',
'Toggle navigation' => 'Toggle navigation',
'Main Navigation' => 'Main Navigation',
'Register!' => 'Register!',
'Log In!' => 'Log In!',
'Sign In' => 'Sign In',
'Register' => 'Register',
'Cart' => 'Cart',
'View Cart' => 'View Cart',
'Checkout' => 'Checkout',
'You have no items in your shopping cart.' => 'You have no items in your shopping cart.',
'Home' => 'Home',
'Search a product' => 'Search a product',
'Search...' => 'Search...',
'Minimum 2 characters.' => 'Minimum 2 characters.',
'Search' => 'Search',
'Language:' => 'Language:',
'Currency:' => 'Currency:',
'Latest' => 'Latest',
'Offers' => 'Offers',
'Special Price:' => 'Special Price:',
'Regular Price:' => 'Regular Price:',
'Free shipping' => 'Free shipping',
'Orders over $50' => 'Orders over $50',
'Secure payment' => 'Secure payment',
'Multi-payment plateform' => 'Multi-payment plateform',
'Need help ?' => 'Need help ?',
'Questions ? See or F.A.Q.' => 'Questions ? See or F.A.Q.',
'Latest articles' => 'Latest articles',
'No articles currently' => 'No articles currently',
'Usefull links' => 'Usefull links',
'Login' => 'Login',
'Follow us' => 'Follow us',
'Newsletter' => 'Newsletter',
'Sign up to receive our latest news.' => 'Sign up to receive our latest news.',
'Email address' => 'Email address',
'Your email address' => 'Your email address',
'Subscribe' => 'Subscribe',
'Contact Us' => 'Contact Us',
'Copyright' => 'Copyright',
'You are here:' => 'You are here:',
'Show' => 'Show',
'per page' => 'per page',
'Sort By' => 'Sort By',
'Name ascending' => 'Name ascending',
'Name descending' => 'Name descending',
'Price ascending' => 'Price ascending',
'Price descending' => 'Price descending',
'View as' => 'View as',
'View product' => 'View product',
'Pagination' => 'Pagination',
'No products available in this category' => 'No products available in this category',
'Categories' => 'Categories',
'Ref.' => 'Ref.',
'Availability' => 'Availability',
'In stock' => 'In stock',
'Out of stock' => 'Out of stock',
'Add to cart' => 'Add to cart',
'Description' => 'Description',
'Additional Info' => 'Additional Info',
'View cart' => 'View cart',
'Continue Shopping' => 'Continue Shopping',
'Upsell Products' => 'Upsell Products',
'Your Cart' => 'Your Cart',
'Billing and delivery' => 'Billing and delivery',
'Check my order' => 'Check my order',
'Product Name' => 'Product Name',
'Name' => 'Name',
'Unit Price' => 'Unit Price',
'Price' => 'Price',
'Quantity' => 'Quantity',
'Qty' => 'Qty',
'Total' => 'Total',
'Tax Inclusive' => 'Tax Inclusive',
'TTC' => 'TTC',
'Available' => 'Available',
'In Stock' => 'In Stock',
'No.' => 'No.',
'Remove' => 'Remove',
'Proceed checkout' => 'Proceed checkout',
'Warning' => 'Warning',
'missing or invalid data' => 'missing or invalid data',
'Do you have an account?' => 'Do you have an account?',
'Forgot your Password?' => 'Forgot your Password?',
'Next' => 'Next',
'Log out!' => 'Log out!',
'My Account' => 'My Account',
'Previous product' => 'Previous product',
'Next product' => 'Next product',
'instead of' => 'instead of',
'Add a new address' => 'Add a new address',
'Choose your delivery address' => 'Choose your delivery address',
'Address %nb' => 'Address %nb',
'Edit this address' => 'Edit this address',
'Edit' => 'Edit',
'Remove this address' => 'Remove this address',
'Cancel' => 'Cancel',
'Choose your delivery method' => 'Choose your delivery method',
'Back' => 'Back',
'Next Step' => 'Next Step',
'Delete address' => 'Delete address',
'Do you really want to delete this address ?' => 'Do you really want to delete this address ?',
'No' => 'No',
'Yes' => 'Yes',
'Shipping Tax' => 'Shipping Tax',
'You may have a coupon ?' => 'You may have a coupon ?',
'Code :' => 'Code :',
'Coupon code' => 'Coupon code',
'Ok' => 'Ok',
'Delivery address' => 'Delivery address',
'Billing addres' => 'Billing addres',
'Change address' => 'Change address',
'Choose your payment method' => 'Choose your payment method',
'Secure Payment' => 'Secure Payment',
'You chose to pay by' => 'You chose to pay by',
'Thank you for the trust you place in us.' => 'Thank you for the trust you place in us.',
'A summary of your order email has been sent to the following address' => 'A summary of your order email has been sent to the following address',
'Your order will be confirmed by us upon receipt of your payment.' => 'Your order will be confirmed by us upon receipt of your payment.',
'Order number' => 'Order number',
'Date' => 'Date',
'Go home' => 'Go home',
'Account' => 'Account',
'Personal Information' => 'Personal Information',
'Change my account information' => 'Change my account information',
'Change my password' => 'Change my password',
'My Address book' => 'My Address book',
'My Address Books' => 'My Address Books',
'My Orders' => 'My Orders',
'List of orders' => 'List of orders',
'Order Number' => 'Order Number',
'Amount' => 'Amount',
'Status' => 'Status',
'View' => 'View',
'View order %ref as pdf document' => 'View order %ref as pdf document',
'Order details' => 'Order details',
'You don\'t have orders yet.' => 'You don\'t have orders yet.',
'Update Profil' => 'Update Profil',
'Personal Informations' => 'Personal Informations',
'Select Title' => 'Select Title',
'Update' => 'Update',
'Change Password' => 'Change Password',
'Login Information' => 'Login Information',
'Create New Address' => 'Create New Address',
'Address' => 'Address',
'Home address' => 'Home address',
'Complementary address' => 'Complementary address',
'Select Country' => 'Select Country',
'Create' => 'Create',
'Related' => 'Related',
)
;

156
templates/default/I18n/es_ES.php Executable file
View File

@@ -0,0 +1,156 @@
<?php
return array (
'+ View All' => '',
'Thelia V2' => '',
'Skip to content' => '',
'Toggle navigation' => '',
'Main Navigation' => '',
'Register!' => '',
'Log In!' => '',
'Sign In' => '',
'Register' => '',
'Cart' => '',
'View Cart' => '',
'Checkout' => '',
'You have no items in your shopping cart.' => '',
'Home' => '',
'Search a product' => '',
'Search...' => '',
'Minimum 2 characters.' => '',
'Search' => '',
'Language:' => '',
'Currency:' => '',
'Latest' => '',
'Offers' => '',
'Special Price:' => '',
'Regular Price:' => '',
'Free shipping' => '',
'Orders over $50' => '',
'Secure payment' => '',
'Multi-payment plateform' => '',
'Need help ?' => '',
'Questions ? See or F.A.Q.' => '',
'Latest articles' => '',
'No articles currently' => '',
'Usefull links' => '',
'Login' => '',
'Follow us' => '',
'Newsletter' => '',
'Sign up to receive our latest news.' => '',
'Email address' => '',
'Your email address' => '',
'Subscribe' => '',
'Contact Us' => '',
'Copyright' => '',
'You are here:' => '',
'Show' => '',
'per page' => '',
'Sort By' => '',
'Name ascending' => '',
'Name descending' => '',
'Price ascending' => '',
'Price descending' => '',
'View as' => '',
'View product' => '',
'Pagination' => '',
'No products available in this category' => '',
'Categories' => '',
'Ref.' => '',
'Availability' => '',
'In stock' => '',
'Out of stock' => '',
'Add to cart' => '',
'Description' => '',
'Additional Info' => '',
'View cart' => '',
'Continue Shopping' => '',
'Upsell Products' => '',
'Your Cart' => '',
'Billing and delivery' => '',
'Check my order' => '',
'Product Name' => '',
'Name' => '',
'Unit Price' => '',
'Price' => '',
'Quantity' => '',
'Qty' => '',
'Total' => '',
'Tax Inclusive' => '',
'TTC' => '',
'Available' => '',
'In Stock' => '',
'No.' => '',
'Remove' => '',
'Proceed checkout' => '',
'Warning' => '',
'missing or invalid data' => '',
'Do you have an account?' => '',
'Forgot your Password?' => '',
'Next' => '',
'Log out!' => '',
'My Account' => '',
'Previous product' => '',
'Next product' => '',
'instead of' => '',
'Add a new address' => '',
'Choose your delivery address' => '',
'Address %nb' => '',
'Edit this address' => '',
'Edit' => '',
'Remove this address' => '',
'Cancel' => '',
'Choose your delivery method' => '',
'Back' => '',
'Next Step' => '',
'Delete address' => '',
'Do you really want to delete this address ?' => '',
'No' => '',
'Yes' => '',
'Shipping Tax' => '',
'You may have a coupon ?' => '',
'Code :' => '',
'Coupon code' => '',
'Ok' => '',
'Delivery address' => '',
'Billing addres' => '',
'Change address' => '',
'Choose your payment method' => '',
'Secure Payment' => '',
'You chose to pay by' => '',
'Thank you for the trust you place in us.' => '',
'A summary of your order email has been sent to the following address' => '',
'Your order will be confirmed by us upon receipt of your payment.' => '',
'Order number' => '',
'Date' => '',
'Go home' => '',
'Account' => '',
'Personal Information' => '',
'Change my account information' => '',
'Change my password' => '',
'My Address book' => '',
'My Address Books' => '',
'My Orders' => '',
'List of orders' => '',
'Order Number' => '',
'Amount' => '',
'Status' => '',
'View' => '',
'View order %ref as pdf document' => '',
'Order details' => '',
'You don\'t have orders yet.' => '',
'Update Profil' => '',
'Personal Informations' => '',
'Select Title' => '',
'Update' => '',
'Change Password' => '',
'Login Information' => '',
'Create New Address' => '',
'Address' => '',
'Home address' => '',
'Complementary address' => '',
'Select Country' => '',
'Create' => '',
'Related' => '',
)
;

156
templates/default/I18n/fr_FR.php Executable file
View File

@@ -0,0 +1,156 @@
<?php
return array (
'+ View All' => '',
'Thelia V2' => '',
'Skip to content' => '',
'Toggle navigation' => '',
'Main Navigation' => '',
'Register!' => '',
'Log In!' => '',
'Sign In' => '',
'Register' => '',
'Cart' => '',
'View Cart' => '',
'Checkout' => '',
'You have no items in your shopping cart.' => '',
'Home' => '',
'Search a product' => '',
'Search...' => '',
'Minimum 2 characters.' => '',
'Search' => '',
'Language:' => '',
'Currency:' => '',
'Latest' => '',
'Offers' => '',
'Special Price:' => '',
'Regular Price:' => '',
'Free shipping' => '',
'Orders over $50' => '',
'Secure payment' => '',
'Multi-payment plateform' => '',
'Need help ?' => '',
'Questions ? See or F.A.Q.' => '',
'Latest articles' => '',
'No articles currently' => '',
'Usefull links' => '',
'Login' => '',
'Follow us' => '',
'Newsletter' => '',
'Sign up to receive our latest news.' => '',
'Email address' => '',
'Your email address' => '',
'Subscribe' => '',
'Contact Us' => '',
'Copyright' => '',
'You are here:' => '',
'Show' => '',
'per page' => '',
'Sort By' => '',
'Name ascending' => '',
'Name descending' => '',
'Price ascending' => '',
'Price descending' => '',
'View as' => '',
'View product' => '',
'Pagination' => '',
'No products available in this category' => '',
'Categories' => '',
'Ref.' => '',
'Availability' => '',
'In stock' => '',
'Out of stock' => '',
'Add to cart' => '',
'Description' => '',
'Additional Info' => '',
'View cart' => '',
'Continue Shopping' => '',
'Upsell Products' => '',
'Your Cart' => '',
'Billing and delivery' => '',
'Check my order' => '',
'Product Name' => '',
'Name' => '',
'Unit Price' => '',
'Price' => '',
'Quantity' => '',
'Qty' => '',
'Total' => '',
'Tax Inclusive' => '',
'TTC' => '',
'Available' => '',
'In Stock' => '',
'No.' => '',
'Remove' => '',
'Proceed checkout' => '',
'Warning' => '',
'missing or invalid data' => '',
'Do you have an account?' => '',
'Forgot your Password?' => '',
'Next' => '',
'Log out!' => '',
'My Account' => '',
'Previous product' => '',
'Next product' => '',
'instead of' => '',
'Add a new address' => '',
'Choose your delivery address' => '',
'Address %nb' => '',
'Edit this address' => '',
'Edit' => '',
'Remove this address' => '',
'Cancel' => '',
'Choose your delivery method' => '',
'Back' => '',
'Next Step' => '',
'Delete address' => '',
'Do you really want to delete this address ?' => '',
'No' => '',
'Yes' => '',
'Shipping Tax' => '',
'You may have a coupon ?' => '',
'Code :' => '',
'Coupon code' => '',
'Ok' => '',
'Delivery address' => '',
'Billing addres' => '',
'Change address' => '',
'Choose your payment method' => '',
'Secure Payment' => '',
'You chose to pay by' => '',
'Thank you for the trust you place in us.' => '',
'A summary of your order email has been sent to the following address' => '',
'Your order will be confirmed by us upon receipt of your payment.' => '',
'Order number' => '',
'Date' => '',
'Go home' => '',
'Account' => '',
'Personal Information' => '',
'Change my account information' => '',
'Change my password' => '',
'My Address book' => '',
'My Address Books' => '',
'My Orders' => '',
'List of orders' => '',
'Order Number' => '',
'Amount' => '',
'Status' => '',
'View' => '',
'View order %ref as pdf document' => '',
'Order details' => '',
'You don\'t have orders yet.' => '',
'Update Profil' => '',
'Personal Informations' => '',
'Select Title' => '',
'Update' => '',
'Change Password' => '',
'Login Information' => '',
'Create New Address' => '',
'Address' => '',
'Home address' => '',
'Complementary address' => '',
'Select Country' => '',
'Create' => '',
'Related' => '',
)
;

156
templates/default/I18n/it_IT.php Executable file
View File

@@ -0,0 +1,156 @@
<?php
return array (
'+ View All' => '',
'Thelia V2' => '',
'Skip to content' => '',
'Toggle navigation' => '',
'Main Navigation' => '',
'Register!' => '',
'Log In!' => '',
'Sign In' => '',
'Register' => '',
'Cart' => '',
'View Cart' => '',
'Checkout' => '',
'You have no items in your shopping cart.' => '',
'Home' => '',
'Search a product' => '',
'Search...' => '',
'Minimum 2 characters.' => '',
'Search' => '',
'Language:' => '',
'Currency:' => '',
'Latest' => '',
'Offers' => '',
'Special Price:' => '',
'Regular Price:' => '',
'Free shipping' => '',
'Orders over $50' => '',
'Secure payment' => '',
'Multi-payment plateform' => '',
'Need help ?' => '',
'Questions ? See or F.A.Q.' => '',
'Latest articles' => '',
'No articles currently' => '',
'Usefull links' => '',
'Login' => '',
'Follow us' => '',
'Newsletter' => '',
'Sign up to receive our latest news.' => '',
'Email address' => '',
'Your email address' => '',
'Subscribe' => '',
'Contact Us' => '',
'Copyright' => '',
'You are here:' => '',
'Show' => '',
'per page' => '',
'Sort By' => '',
'Name ascending' => '',
'Name descending' => '',
'Price ascending' => '',
'Price descending' => '',
'View as' => '',
'View product' => '',
'Pagination' => '',
'No products available in this category' => '',
'Categories' => '',
'Ref.' => '',
'Availability' => '',
'In stock' => '',
'Out of stock' => '',
'Add to cart' => '',
'Description' => '',
'Additional Info' => '',
'View cart' => '',
'Continue Shopping' => '',
'Upsell Products' => '',
'Your Cart' => '',
'Billing and delivery' => '',
'Check my order' => '',
'Product Name' => '',
'Name' => '',
'Unit Price' => '',
'Price' => '',
'Quantity' => '',
'Qty' => '',
'Total' => '',
'Tax Inclusive' => '',
'TTC' => '',
'Available' => '',
'In Stock' => '',
'No.' => '',
'Remove' => '',
'Proceed checkout' => '',
'Warning' => '',
'missing or invalid data' => '',
'Do you have an account?' => '',
'Forgot your Password?' => '',
'Next' => '',
'Log out!' => '',
'My Account' => '',
'Previous product' => '',
'Next product' => '',
'instead of' => '',
'Add a new address' => '',
'Choose your delivery address' => '',
'Address %nb' => '',
'Edit this address' => '',
'Edit' => '',
'Remove this address' => '',
'Cancel' => '',
'Choose your delivery method' => '',
'Back' => '',
'Next Step' => '',
'Delete address' => '',
'Do you really want to delete this address ?' => '',
'No' => '',
'Yes' => '',
'Shipping Tax' => '',
'You may have a coupon ?' => '',
'Code :' => '',
'Coupon code' => '',
'Ok' => '',
'Delivery address' => '',
'Billing addres' => '',
'Change address' => '',
'Choose your payment method' => '',
'Secure Payment' => '',
'You chose to pay by' => '',
'Thank you for the trust you place in us.' => '',
'A summary of your order email has been sent to the following address' => '',
'Your order will be confirmed by us upon receipt of your payment.' => '',
'Order number' => '',
'Date' => '',
'Go home' => '',
'Account' => '',
'Personal Information' => '',
'Change my account information' => '',
'Change my password' => '',
'My Address book' => '',
'My Address Books' => '',
'My Orders' => '',
'List of orders' => '',
'Order Number' => '',
'Amount' => '',
'Status' => '',
'View' => '',
'View order %ref as pdf document' => '',
'Order details' => '',
'You don\'t have orders yet.' => '',
'Update Profil' => '',
'Personal Informations' => '',
'Select Title' => '',
'Update' => '',
'Change Password' => '',
'Login Information' => '',
'Create New Address' => '',
'Address' => '',
'Home address' => '',
'Complementary address' => '',
'Select Country' => '',
'Create' => '',
'Related' => '',
)
;