Files
shop-praktikum/shop/source/Application/views/wave/en/lang.php
Nikolai Fesenko 8d227c9191 First upload
2025-02-02 13:37:56 +01:00

148 lines
8.4 KiB
PHP

<?php
/**
* This file is part of O3-Shop.
*
* O3-Shop is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* O3-Shop is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>.
*
* @copyright Copyright (c) 2022 OXID eSales AG (https://www.oxid-esales.com)
* @copyright Copyright (c) 2022 O3-Shop (https://www.o3-shop.com)
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
*/
$sLangName = "English";
$aLang = array(
'charset' => 'UTF-8',
// Global
'DD_SORT_DESC' => 'descending',
'DD_SORT_ASC' => 'ascending',
'DD_DEMO_ADMIN_TOOL' => 'Open admin interface',
'DD_DELETE' => 'Delete',
// Form validation
'DD_FORM_VALIDATION_VALIDEMAIL' => 'Please enter a valid email address.',
'DD_FORM_VALIDATION_PASSWORDAGAIN' => 'Passwords do not match.',
'DD_FORM_VALIDATION_NUMBER' => 'Please enter a number.',
'DD_FORM_VALIDATION_INTEGER' => 'There are no decimal places allowed.',
'DD_FORM_VALIDATION_POSITIVENUMBER' => 'Please enter a positive number.',
'DD_FORM_VALIDATION_NEGATIVENUMBER' => 'Please enter a negative number.',
'DD_FORM_VALIDATION_REQUIRED' => 'Please specify a value for this required field.',
'DD_FORM_VALIDATION_CHECKONE' => 'Please select at least one option.',
// Header
'SEARCH_TITLE' => 'Enter a search term...',
'SEARCH_SUBMIT' => 'Search',
'NAV_MORE' => 'More',
// Footer
'FOOTER_NEWSLETTER_INFO' => 'Get informed about the latest products and offers per email.',
// Home page
'MANUFACTURERSLIDER_SUBHEAD' => 'We present our carefully selected brands, whose products can be found in our shop.',
'START_BARGAIN_HEADER' => 'Week\'s Special',
'START_NEWEST_HEADER' => 'Just arrived',
'START_TOP_PRODUCTS_HEADER' => 'Top seller',
'START_BARGAIN_SUBHEADER' => 'Save money with our current bargains!',
'START_NEWEST_SUBHEADER' => 'Fresh as it gets. One minute in the box and now already in store.',
'START_TOP_PRODUCTS_SUBHEADER' => 'Only %s products, but the best we can offer you.',
// Contact form
'DD_CONTACT_PAGE_HEADING' => 'Contact us!',
'DD_CONTACT_FORM_HEADING' => 'Contact',
// Link list
'DD_LINKS_NO_ENTRIES' => 'Unfortunately, there are no links available.',
// 404 page
'DD_ERR_404_START_TEXT' => 'You may find the information you want from our home page:',
'DD_ERR_404_START_BUTTON' => 'Go to home page',
'DD_ERR_404_CONTACT_TEXT' => 'May we assist you?<br>Feel free to call us or write an email:',
'DD_ERR_404_CONTACT_BUTTON' => 'to the contact page',
// Login
'DD_LOGIN_ACCOUNT_PANEL_CREATE_BODY' => 'By creating an account with our store, you will be guided through the checkout process faster. In addition, you can store multiple shipping addresses and track orders in your account.',
// Billing address
'DD_USER_LABEL_STATE' => 'State',
'DD_USER_SHIPPING_SELECT_ADDRESS' => 'select',
'DD_USER_SHIPPING_ADD_DELIVERY_ADDRESS' => 'add delivery address',
'DD_DELETE_SHIPPING_ADDRESS' => 'Delete shipping address',
// List views
'DD_LISTLOCATOR_FILTER_ATTRIBUTES' => 'Filter',
'DD_LIST_SHOW_MORE' => 'View products',
// Recommendation list
'DD_RECOMMENDATION_EDIT_BACK_TO_LIST' => 'back to overview',
// Downloads
'DD_DOWNLOADS_DOWNLOAD_TOOLTIP' => 'downloaded',
'DD_FILE_ATTRIBUTES_FILESIZE' => 'File size:',
'DD_FILE_ATTRIBUTES_OCLOCK' => 'o\'clock',
'DD_FILE_ATTRIBUTES_FILENAME' => 'File name:',
// Details page
'BACK_TO_OVERVIEW' => 'to overview',
'OF' => 'of',
'DD_RATING_CUSTOMERRATINGS' => 'Customer reviews',
'PAGE_DETAILS_CUSTOMERS_ALSO_BOUGHT_SUBHEADER' => 'Customers who bought this item also bought one of the following products.',
'WIDGET_PRODUCT_RELATED_PRODUCTS_ACCESSORIES_SUBHEADER' => 'The following products fit well to this product.',
'WIDGET_PRODUCT_RELATED_PRODUCTS_SIMILAR_SUBHEADER' => 'Take a look at our similar products.',
'WIDGET_PRODUCT_RELATED_PRODUCTS_CROSSSELING_SUBHEADER' => 'Customers who viewed this product also viewed the following products.',
'DETAILS_VPE_MESSAGE_1' => "This product can only be ordered in packaging units of ",
'DETAILS_VPE_MESSAGE_2' => "",
'TO_CART_NOVARIANT' => 'Choose a variant',
// Modal basket
'DD_MINIBASKET_MODAL_TABLE_PRICE' => 'Total',
'DD_MINIBASKET_CONTINUE_SHOPPING' => 'continue shopping',
// Checkout
'DD_BASKET_BACK_TO_SHOP' => 'back to shop',
// E-Mails
'DD_FOOTER_FOLLOW_US' => 'Follow us:',
'DD_FORGOT_PASSWORD_HEADING' => 'Forgot password',
'DD_INVITE_HEADING' => 'Article recommendation',
'DD_INVITE_LINK' => 'Link',
'DD_NEWSLETTER_OPTIN_HEADING' => 'Your newsletter subscription',
'DD_ORDERSHIPPED_HEADING' => 'Delivery confirmation - Order',
'DD_PRICEALARM_HEADING' => 'Wished price',
'DD_REGISTER_HEADING' => 'Your registration',
'DD_DOWNLOADLINKS_HEADING' => 'Your download links - Order',
'DD_WISHLIST_HEADING' => 'Wishlist',
'DD_ROLES_BEMAIN_UIROOTHEADER' => 'Menu',
'DD_DELETE_MY_ACCOUNT_WARNING' => 'This action cannot be undone. This will permanently delete your personal data.',
'DD_DELETE_MY_ACCOUNT' => 'Delete account',
'DD_DELETE_MY_ACCOUNT_CONFIRMATION_QUESTION' => 'Are you sure you want to delete your account?',
'DD_DELETE_MY_ACCOUNT_CANCEL' => 'Cancel',
'DD_DELETE_MY_ACCOUNT_SUCCESS' => 'The account has been deleted',
'DD_DELETE_MY_ACCOUNT_ERROR' => 'The account could not have been deleted',
// Account -> My product reviews
'DD_DELETE_REVIEW_AND_RATING' => 'Delete review and star rating',
'DD_REVIEWS_NOT_AVAILABLE' => 'No reviews available',
'DD_DELETE_REVIEW_CONFIRMATION_QUESTION' => 'Are you sure you want to delete the review?',
// Contact page
'DD_SELECT_SALUTATION' => 'Please choose',
'DD_CATEGORY_RESET_BUTTON' => 'Reset',
);
/*
[{ oxmultilang ident="GENERAL_YOUWANTTODELETE"}]
*/