first commit
This commit is contained in:
296
web/lang/lang.en.php
Normal file
296
web/lang/lang.en.php
Normal file
@@ -0,0 +1,296 @@
|
||||
<?php
|
||||
|
||||
// ////////////////////// SOUBOR S TEXTY V ESHOPU ///////////////////////////
|
||||
// ********************************************************************** //
|
||||
// CONFIG SOUBOR JAZYKOVYCH TEXTU JE SOUBOREM PHP //
|
||||
// RADKY ZAKOMENTUJETE ZNACKAMI // NEBO # //
|
||||
// NEPOUZIVEJTE JEDNODUCHE UVOZOVKY, POUZE DVOJITE //
|
||||
// ********************************************************************** //
|
||||
// //////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* articles.php
|
||||
* ======================================================================.
|
||||
*/
|
||||
$txt_str['articles']['title']['default'] = 'Articles';
|
||||
$txt_str['articles']['title']['author'] = "Author's articles: {AUTHOR}";
|
||||
$txt_str['articles']['default_descr'] = 'Articles'; // meta descr
|
||||
$txt_str['news']['title']['default'] = 'News';
|
||||
$txt_str['news']['default_descr'] = 'News'; // meta descr
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* category.php
|
||||
* ======================================================================
|
||||
*/
|
||||
|
||||
$txt_str['category']['title']['favorites'] = 'Wishlist';
|
||||
$txt_str['category']['title']['watchdog'] = 'Watchdog';
|
||||
$txt_str['category']['title']['newsletter'] = 'Newsletter';
|
||||
$txt_str['category']['title']['productsList'] = 'List of products';
|
||||
|
||||
$txt_str['category_list']['title'] = 'Všechny kategorie';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* error404.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['error404']['title'] = '404 - Page not found';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* functions.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['functions']['setPrice']['b2b'] = 'B2B';
|
||||
$txt_str['functions']['getSections']['catalog'] = 'Products';
|
||||
$txt_str['functions']['getSections']['catalogProducer'] = '%s';
|
||||
$txt_str['functions']['getSections']['home'] = 'Homepage';
|
||||
$txt_str['functions']['getSections']['articles'] = 'Articles';
|
||||
$txt_str['functions']['getSections']['articles_title'] = 'articles';
|
||||
$txt_str['functions']['getSections']['news'] = 'News';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* index.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['index']['title'] = '';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* login.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['login']['title'] = 'Login';
|
||||
$txt_str['login']['returnNav'] = 'Login';
|
||||
|
||||
$txt_str['login']['error']['false_login'] = 'Wrong login';
|
||||
$txt_str['login']['error']['logout'] = 'Login session expired';
|
||||
$txt_str['login']['error']['new_user'] = 'Your account has been created. Login please.';
|
||||
$txt_str['login']['errorPassw']['not_all_valid'] = 'Some fields are invalid';
|
||||
$txt_str['login']['errorPassw']['not_same'] = 'Passwords do not match';
|
||||
$txt_str['login']['errorPassw']['false_login'] = 'This email is not registered in our system';
|
||||
$txt_str['login']['errorPassw']['false_email'] = 'This email is not registered in our system';
|
||||
$txt_str['login']['errorPassw']['email_confirm'] = 'A link to a page where you can change your password has been sent to your email address.';
|
||||
$txt_str['login']['errorPassw']['link_expirated'] = 'The link for changing your password has expired.';
|
||||
$txt_str['login']['errorPassw']['email_failed'] = 'Nepodařilo se odeslat přihlašovací údaje';
|
||||
$txt_str['login']['errorPassw']['email_sent'] = "Your password has been changed. <a href='/login/'>Log in</a>.";
|
||||
$txt_str['login']['RegConfirm'] = 'Registration';
|
||||
$txt_str['login']['oauth']['unknown_clientid_with_known_email'] = 'Your account at the external authority is not bound with your account at this site. Log in using e-mail and password and then you will be able to bind your external account.';
|
||||
$txt_str['login']['oauth']['bind_failed'] = 'Failed to bind the external account.';
|
||||
$txt_str['login']['oauth']['bind_refused'] = 'The external authority refused to bind the account.';
|
||||
$txt_str['login']['oauth']['bind_success'] = 'The account %s %s was successfully bound.';
|
||||
$txt_str['login']['oauth']['registration_success'] = 'The registration was successful. You may adjust your settings below.';
|
||||
$txt_str['login']['oauth']['should_logout'] = 'Please, sign out first.';
|
||||
$txt_str['login']['oauth']['binding_removed'] = 'The hook-up with %s account %s has been removed.';
|
||||
$txt_str['login']['oauth']['invalid_login'] = 'Your login has expired.';
|
||||
$txt_str['login']['remove'] = 'Remove';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* logout.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['logout']['title'] = 'User logout';
|
||||
$txt_str['logout']['returnNav'] = 'Logout';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* order.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['order']['title'] = 'Cart';
|
||||
$txt_str['order']['returnNav'][0] = 'Cart';
|
||||
$txt_str['order']['returnNav'][1] = 'Cart';
|
||||
$txt_str['order']['code'] = ' (Code: %CODE)';
|
||||
$txt_str['order']['cartMergeInfo'] = 'Once you have logged in, we have added the products from your account basket to your basket.';
|
||||
|
||||
$txt_str['order']['error']['false_coupon'] = 'Unfortunately this discount code is not valid.';
|
||||
$txt_str['order']['error']['coupon_not_valid'] = 'Unfortunately this discount code is not valid.';
|
||||
$txt_str['order']['error']['coupon_added'] = 'Discount code has been added to your order.';
|
||||
$txt_str['order']['error']['missing_transport'] = 'Please select delivery method.';
|
||||
$txt_str['order']['error']['missing_products'] = 'You don\'t have any products in your shopping cart.';
|
||||
$txt_str['order']['error']['invalid_products'] = "Product <strong>'{PRODUCT}'</strong> doesn't have any variation specified. Please remove it from cart and then add it again with desired variation selected.";
|
||||
$txt_str['order']['error']['invalid_variation'] = 'Product variation you selected is invalid.';
|
||||
$txt_str['order']['error']['not_stocked_products'] = "<strong>'{PRODUCT}'</strong> is not available in desired quantity.";
|
||||
$txt_str['order']['error_product_not_purchasable'] = "Product <strong>'%s'</strong> is not available.";
|
||||
$txt_str['order']['error']['cannot_order'] = 'Your order couldn\'t be created. <br>';
|
||||
$txt_str['order']['error']['false_country'] = 'No delivery country has been selected.';
|
||||
$txt_str['order']['error']['disabled_country'] = 'This delivery method in not available in your country. Please select different <a href="{step_user}">delivery country</a> or <a href="{step_delivery}">change delivery method</a>.';
|
||||
$txt_str['order']['discount_price'] = 'In order to use this discount code you have to add some goods for at least %s. Total amount must be greater than %s.';
|
||||
$txt_str['user']['error']['invalid_email_domain'] = 'E-mail %s does not exists! Please enter a valid e-mail.';
|
||||
$txt_str['order']['payment_change'] = 'Payment was successfully changed.';
|
||||
$txt_str['order']['payment_change_false'] = 'Payment cannot be changed.';
|
||||
$txt_str['order']['error']['cannot_be_purchased'] = 'Products {PRODUCTS} cannot be purchased.';
|
||||
$txt_str['order']['reorder_out_of_stock'] = 'Product {PRODUCT} is no longer available.';
|
||||
|
||||
$txt_str['order_error']['invalid_dic'] = 'The VIES system evaluated the entered VAT number as invalid for VAT deduction. The entered VAT number either does not exist, is not a VAT taxpayer\'s VAT number or is not allowed to be used for VAT deduction abroad.';
|
||||
$txt_str['order_error']['unsupported_zip'] = 'The entered zip code is not supported by the selected carrier.';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* orders.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['orders']['title'] = 'My orders';
|
||||
$txt_str['orders']['returnNav'] = 'My orders';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* orderView.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['orderView']['title'] = 'Order: %ORDERNO';
|
||||
$txt_str['orderView']['returnNav'][0] = 'My orders';
|
||||
$txt_str['orderView']['returnNav'][1] = 'Order';
|
||||
$txt_str['orderView']['error'][0] = 'Order has been successfully paid!';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* producers.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['producers']['returnNav'] = 'Producers';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* product.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['product']['title'] = '%PRODUCT';
|
||||
$txt_str['product']['pieces'] = 'pcs';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* search.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['search']['title'] = 'Search';
|
||||
$txt_str['search']['returnNav'] = 'Search';
|
||||
$txt_str['search']['h1_title'] = 'Search';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* shopClosed.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['shopClosed']['title'] = 'Shop is currently unavailable.';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* sitemap.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['sitemap']['title'] = 'Sitemap';
|
||||
$txt_str['sitemap']['returnNav'] = 'Sitemap';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* user.php
|
||||
* ======================================================================
|
||||
*/
|
||||
$txt_str['user']['title'][0] = 'User registration';
|
||||
$txt_str['user']['title'][1] = 'Account settings';
|
||||
|
||||
$txt_str['user']['error']['not_all_valid'] = 'Please enter all required fields!';
|
||||
$txt_str['user']['error']['login_exists'] = "This login already exists. <a href='/login/'>Login.</a>";
|
||||
$txt_str['user']['error']['false_length_passw'] = 'Password needs to be at least 6 characters long.';
|
||||
$txt_str['user']['error']['saved'] = 'Account settings have been changed';
|
||||
$txt_str['user']['error']['password_changed'] = 'Password has been changed';
|
||||
$txt_str['user']['error']['missing_name_invoice'] = 'Please enter your name.';
|
||||
$txt_str['user']['error']['missing_street_invoice'] = 'Please enter your street.';
|
||||
$txt_str['user']['error']['missing_city_invoice'] = 'Please enter your city.';
|
||||
$txt_str['user']['error']['missing_zip_invoice'] = 'Please enter your ZIP code.';
|
||||
$txt_str['user']['error']['missing_email_invoice'] = 'Please enter your email address.';
|
||||
$txt_str['user']['error']['missing_phone_invoice'] = 'Please enter your phone number.';
|
||||
$txt_str['user']['error']['false_zip'] = 'ZIP you entered is invalid.';
|
||||
$txt_str['user']['error']['false_email'] = 'Invalid email address.';
|
||||
$txt_str['user']['error']['false_phone'] = 'Invalid phone number.';
|
||||
$txt_str['user']['registerSucceeded'] = 'Thank you for your registration, your account has been created.';
|
||||
|
||||
/*
|
||||
* ======================================================================
|
||||
* Hezke url adresy - musi odpovidat htaccessu
|
||||
* ======================================================================
|
||||
*/
|
||||
|
||||
$txt_str['SEO_URL']['category'] = 'katalog';
|
||||
$txt_str['SEO_URL']['producer'] = 'producer';
|
||||
$txt_str['SEO_URL']['news'] = 'news';
|
||||
$txt_str['SEO_URL']['discounts'] = 'campaign';
|
||||
$txt_str['SEO_URL']['sale'] = 'sale';
|
||||
$txt_str['SEO_URL']['favourite'] = 'wishlist';
|
||||
$txt_str['SEO_URL']['watchdog-list'] = 'watchdog';
|
||||
$txt_str['SEO_URL']['shopping-list'] = 'shopping-list';
|
||||
$txt_str['SEO_URL']['product'] = 'product';
|
||||
$txt_str['SEO_URL']['articles'] = 'articles';
|
||||
$txt_str['SEO_URL']['article'] = 'article';
|
||||
$txt_str['SEO_URL']['author'] = 'author';
|
||||
$txt_str['SEO_URL']['tag'] = 'tag';
|
||||
$txt_str['SEO_URL']['author'] = 'author';
|
||||
$txt_str['SEO_URL']['image'] = 'obrazek';
|
||||
$txt_str['SEO_URL']['page'] = 'page';
|
||||
$txt_str['SEO_URL']['cart'] = 'cart';
|
||||
$txt_str['SEO_URL']['search'] = 'search';
|
||||
$txt_str['SEO_URL']['sitemap'] = 'sitemap';
|
||||
$txt_str['SEO_URL']['user_new'] = 'register';
|
||||
$txt_str['SEO_URL']['user_edit'] = 'settings';
|
||||
$txt_str['SEO_URL']['login'] = 'login';
|
||||
$txt_str['SEO_URL']['logout'] = 'logout';
|
||||
$txt_str['SEO_URL']['login-passw'] = 'reset-password';
|
||||
$txt_str['SEO_URL']['order'] = 'objednat';
|
||||
$txt_str['SEO_URL']['orders'] = 'orders';
|
||||
$txt_str['SEO_URL']['orderView'] = 'order';
|
||||
$txt_str['SEO_URL']['orderEdit'] = 'edit';
|
||||
$txt_str['SEO_URL']['redir'] = 'presmerovat';
|
||||
$txt_str['SEO_URL']['newsletter'] = 'newsletter';
|
||||
$txt_str['SEO_URL']['producers'] = 'producers';
|
||||
$txt_str['SEO_URL']['orderStatus'] = 'stav-objednavky';
|
||||
$txt_str['SEO_URL']['ordering'] = 'ordering';
|
||||
$txt_str['SEO_URL']['account'] = 'account';
|
||||
$txt_str['SEO_URL']['all_products'] = 'all-products'; // jen VO elnino?
|
||||
$txt_str['SEO_URL']['contact'] = 'contact';
|
||||
$txt_str['SEO_URL']['terms-of-use'] = 'terms-of-use';
|
||||
$txt_str['SEO_URL']['complaint-rules'] = 'complaint-rules';
|
||||
$txt_str['SEO_URL']['transport'] = 'transport';
|
||||
$txt_str['SEO_URL']['consent'] = 'data-processing-consent';
|
||||
$txt_str['SEO_URL']['privacy_policy'] = 'privacy-policy';
|
||||
$txt_str['SEO_URL']['leadpage'] = 'home';
|
||||
$txt_str['SEO_URL']['about-shop'] = 'about';
|
||||
$txt_str['SEO_URL']['shopping-rules'] = 'terms-of-use';
|
||||
$txt_str['SEO_URL']['sellers'] = 'prodejci';
|
||||
$txt_str['SEO_URL']['sellers-list'] = 'list'; // sellers/sellers-list
|
||||
|
||||
$txt_str['SEO_URL']['returns'] = 'returns';
|
||||
$txt_str['SEO_URL']['returns-list'] = 'list';
|
||||
$txt_str['SEO_URL']['return'] = 'return';
|
||||
$txt_str['SEO_URL']['create_return'] = 'create';
|
||||
$txt_str['SEO_URL']['return_summary'] = 'summary';
|
||||
|
||||
$txt_str['SEO_URL']['return_summary'] = 'summary';
|
||||
$txt_str['SEO_URL']['activate_order'] = 'load-order';
|
||||
|
||||
$txt_str['SEO_URL']['reclamations'] = 'reclamation';
|
||||
$txt_str['SEO_URL']['reclamations-list'] = 'list';
|
||||
$txt_str['SEO_URL']['create_reclamation'] = 'create';
|
||||
$txt_str['SEO_URL']['reclamation_summary'] = 'summary';
|
||||
|
||||
$txt_str['SEO_URL']['product_compare'] = 'product-compare';
|
||||
|
||||
$txt_str['SEO_URL']['user-manager'] = 'user-manager';
|
||||
|
||||
$txt_str['SEO_URL']['user-message'] = 'message';
|
||||
|
||||
$txt_str['SEO_URL']['bonus_program'] = 'loyalty-program';
|
||||
|
||||
$txt_str['SEO_URL']['preorders'] = 'preorders';
|
||||
|
||||
$txt_str['SEO_URL']['sales-list'] = 'sales-list';
|
||||
$txt_str['SEO_URL']['sale-detail'] = 'sale';
|
||||
|
||||
$txt_str['SEO_URL']['reviews-list'] = 'reviews-list';
|
||||
|
||||
$txt_str['SEO_URL']['b2b-registration'] = 'b2b-registration';
|
||||
Reference in New Issue
Block a user