First upload
This commit is contained in:
165
shop/source/Application/views/flow/en/lang.php
Normal file
165
shop/source/Application/views/flow/en/lang.php
Normal file
@@ -0,0 +1,165 @@
|
||||
<?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_CLOSE_MODAL' => 'close',
|
||||
'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',
|
||||
'COOKIE_NOTE_CLOSE' => 'Close',
|
||||
|
||||
// Sidebar
|
||||
'DD_SIDEBAR_CATEGORYTREE' => 'Categories',
|
||||
|
||||
// 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',
|
||||
'DD_CONTACT_ADDRESS_HEADING' => 'Address',
|
||||
'DD_CONTACT_THANKYOU1' => "Thank you.",
|
||||
'DD_CONTACT_THANKYOU2' => " appreciates your comments.",
|
||||
'DD_CONTACT_SELECT_SALUTATION' => 'Please choose ...',
|
||||
|
||||
// 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_TITLE' => 'Open account',
|
||||
'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.',
|
||||
'DD_LOGIN_ACCOUNT_PANEL_LOGIN_TITLE' => 'Login',
|
||||
|
||||
// Billing address
|
||||
'DD_USER_BILLING_LABEL_STATE' => 'State:',
|
||||
'DD_USER_SHIPPING_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',
|
||||
|
||||
// Order history
|
||||
'DD_ORDER_ORDERDATE' => 'Date:',
|
||||
|
||||
// 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_PRODUCTMAIN_STOCKSTATUS' => 'Stock',
|
||||
'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' => "",
|
||||
|
||||
// Modal basket
|
||||
'DD_MINIBASKET_MODAL_TABLE_TITLE' => 'Article',
|
||||
'DD_MINIBASKET_MODAL_TABLE_PRICE' => 'Total',
|
||||
'DD_MINIBASKET_CONTINUE_SHOPPING' => 'continue shopping',
|
||||
|
||||
// Checkout
|
||||
'DD_BASKET_BACK_TO_SHOP' => 'back to shop',
|
||||
|
||||
// E-Mails
|
||||
'DD_ORDER_CUST_HEADING' => 'Order',
|
||||
'DD_FOOTER_FOLLOW_US' => 'Follow us:',
|
||||
'DD_FOOTER_CONTACT_INFO' => 'Contact:',
|
||||
'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_OWNER_REMINDER_HEADING' => 'Low stock',
|
||||
'DD_PRICEALARM_HEADING' => 'Wished price',
|
||||
'DD_REGISTER_HEADING' => 'Your registration',
|
||||
'DD_DOWNLOADLINKS_HEADING' => 'Your download links - Order',
|
||||
'DD_SUGGEST_HEADING' => 'Article recommendation',
|
||||
'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?',
|
||||
|
||||
'DD_CATEGORY_RESET_BUTTON' => 'Reset',
|
||||
|
||||
'DD_NAVIGATION_MORE' => 'More',
|
||||
);
|
||||
|
||||
/*
|
||||
[{ oxmultilang ident="GENERAL_YOUWANTTODELETE"}]
|
||||
*/
|
||||
209
shop/source/Application/views/flow/en/theme_options.php
Normal file
209
shop/source/Application/views/flow/en/theme_options.php
Normal file
@@ -0,0 +1,209 @@
|
||||
<?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',
|
||||
|
||||
'SHOP_THEME_GROUP_images' => 'Images',
|
||||
'SHOP_THEME_GROUP_features' => 'Features',
|
||||
'SHOP_THEME_GROUP_display' => 'Display',
|
||||
'SHOP_THEME_GROUP_logo' => 'Logo',
|
||||
'SHOP_THEME_GROUP_favicons' => 'Favicons',
|
||||
'SHOP_THEME_GROUP_footer' => 'Footer',
|
||||
'SHOP_THEME_GROUP_header' => 'Header',
|
||||
'SHOP_THEME_GROUP_contact' => 'Contact',
|
||||
'SHOP_THEME_GROUP_googleanalytics' => 'Google Analytics',
|
||||
'SHOP_THEME_GROUP_googlets' => 'Google Trusted Stores',
|
||||
'SHOP_THEME_GROUP_background' => 'Background-image',
|
||||
'SHOP_THEME_GROUP_econda' => 'econda Web Shop Controlling',
|
||||
'SHOP_THEME_GROUP_emails' => 'E-mails',
|
||||
|
||||
'SHOP_THEME_sIconsize' => 'Icon size (width*height)', //SHOP_CONFIG_ICONSIZE
|
||||
'HELP_SHOP_THEME_sIconsize' => 'Icons are the smallest pictures of a product. They are used: <br>' .
|
||||
'<ul><li>in the shopping cart.</li>' .
|
||||
'<li>if products are shown in the right menu (e.g. in <span class="filename_filepath_or_italic">TOP of the Shop</span> and <span class="filename_filepath_or_italic">Bargain</span>).</li></ul>' .
|
||||
'For avoiding design issues caused by too big icons the icons are resized. Enter the maximum size for icons here.',
|
||||
|
||||
'SHOP_THEME_sThumbnailsize' => 'Thumbnail size (width*height)', //SHOP_CONFIG_THUMBNAILSIZE
|
||||
'HELP_SHOP_THEME_sThumbnailsize' => 'Thumbnails are small product pictures. They are used:<br>' .
|
||||
'<ul><li>in product lists.</li>' .
|
||||
'<li>in promotions displayed in the middle of the front page, e. g. <span class="filename_filepath_or_italic">Just arrived!</span>.</li></ul>' .
|
||||
'For avoiding design issues caused by too big thumbnails the thumbnails are resized. Enter the maximum size for thumbnails here.',
|
||||
|
||||
'SHOP_THEME_sZoomImageSize' => 'Zoom picture size (width*height)', //SHOP_CONFIG_ZOOMIMAGESIZE
|
||||
'SHOP_THEME_sCatThumbnailsize' => 'Category picture size (width*height)', //SHOP_CONFIG_CATEGORYTHUMBNAILSIZE
|
||||
'HELP_SHOP_THEME_sCatThumbnailsize' => 'In category view, the picture of the selected category is displayed in the defined size.', //SHOP_CONFIG_CATEGORYTHUMBNAILSIZE
|
||||
'SHOP_THEME_aDetailImageSizes' => 'Product picture size (width*height)', //SHOP_CONFIG_DETAILIMAGESIZE
|
||||
|
||||
'SHOP_THEME_sManufacturerIconsize' => 'Manufacturer\'s/brand logo size', // Check if this is really manufacturer or if it is more like "brand"
|
||||
'HELP_SHOP_THEME_sManufacturerIconsize' => 'Manufacturer\'s/brand logo is shown on start page in manufacturer\'s slider.',
|
||||
|
||||
'SHOP_THEME_sCatIconsize' => 'Size of a subcategory\'s picture (width*height)',
|
||||
'HELP_SHOP_THEME_sCatIconsize' => 'In category view, the category pictures of subcategories are displayed in the defined size.',
|
||||
|
||||
'SHOP_THEME_sCatPromotionsize' => 'Category picture size for promotion on startpage (width*height)',
|
||||
'HELP_SHOP_THEME_sCatPromotionsize' => 'Category promotion on start page needs special size for category pictures. Define size of those pictures here.',
|
||||
|
||||
'SHOP_THEME_stickyHeader' => 'Use sticky header',
|
||||
'HELP_SHOP_THEME_stickyHeader' => 'The header sticks on the top when scrolling down the page.',
|
||||
|
||||
'SHOP_THEME_blFooterShowHelp' => 'Use help link',
|
||||
'SHOP_THEME_blFooterShowLinks' => 'Use Links link',
|
||||
'SHOP_THEME_blFooterShowNewsletter' => 'Use newsletter link',
|
||||
'SHOP_THEME_blFooterShowNewsletterForm' => 'Use newsletter form',
|
||||
'SHOP_THEME_blFooterShowNews' => 'Use news link',
|
||||
'SHOP_THEME_bl_showGiftWrapping' => 'Use gift wrapping', //SHOP_CONFIG_SHOWGIFTWRAPPING
|
||||
'SHOP_THEME_bl_showVouchers' => 'Use vouchers', //SHOP_CONFIG_SHOWVOUCHERS
|
||||
'SHOP_THEME_bl_showWishlist' => 'Use gift registry', //SHOP_CONFIG_SHOWWISHLIST
|
||||
'SHOP_THEME_bl_showCompareList' => 'Use compare list', //SHOP_CONFIG_SHOWCOMPARELIST
|
||||
'SHOP_THEME_bl_showListmania' => 'Use listmania', //SHOP_CONFIG_SHOWLISTMANIA
|
||||
'SHOP_THEME_blShowBirthdayFields' => 'Display input fields for date of birth when users enter their personal data', //SHOP_CONFIG_SHOWBIRTHDAYFIELDS
|
||||
|
||||
'SHOP_THEME_iTopNaviCatCount' => 'Amount of categories that is displayed at top', //SHOP_CONFIG_TOPNAVICATCOUNT
|
||||
'SHOP_THEME_blShowFinalStep' => 'Show order confirmation after order is finished (5th Step in Checkout)', //SHOP_SYSTEM_SHOWFINALSTEP
|
||||
'SHOP_THEME_iNewBasketItemMessage' => 'Select action when product is added to cart', //SHOP_SYSTEM_SHOWNEWBASKETITEMMESSAGE
|
||||
'HELP_SHOP_THEME_iNewBasketItemMessage' => 'When customer adds products to cart, O3-Shop can behave differently. Set up what shall happen to give proper feedback to customer.', //SHOP_SYSTEM_SHOWNEWBASKETITEMMESSAGE
|
||||
'SHOP_THEME_iNewBasketItemMessage_0' => 'None',
|
||||
'SHOP_THEME_iNewBasketItemMessage_1' => 'Display message',
|
||||
'SHOP_THEME_iNewBasketItemMessage_2' => 'Open popup',
|
||||
'SHOP_THEME_iNewBasketItemMessage_3' => 'Open basket',
|
||||
|
||||
'SHOP_THEME_blShowListDisplayType' => 'Display product list type selector',
|
||||
'HELP_SHOP_THEME_blShowListDisplayType' => 'Decide if the visitor of your store can select the type of the product list in store front. If this options is not activated, your visitors will see the lists displayed like you adjusted in the drop box "Default product list type".',
|
||||
'SHOP_THEME_sDefaultListDisplayType' => 'Default product list type',
|
||||
'SHOP_THEME_sDefaultListDisplayType_grid' => 'Grid',
|
||||
'SHOP_THEME_sDefaultListDisplayType_line' => 'List',
|
||||
'SHOP_THEME_sDefaultListDisplayType_infogrid' => 'Double grid',
|
||||
'SHOP_THEME_sStartPageListDisplayType' => 'Product list type on Start page',
|
||||
'SHOP_THEME_sStartPageListDisplayType_grid' => 'Grid',
|
||||
'SHOP_THEME_sStartPageListDisplayType_line' => 'List',
|
||||
'SHOP_THEME_sStartPageListDisplayType_infogrid' => 'Double grid',
|
||||
|
||||
'SHOP_THEME_aNrofCatArticlesInGrid' => 'Grid view: Number of products which can be shown in a product lists (category pages, search results)<br><br>Attention: A large number of products per page (above 100) can cause performance loss!',
|
||||
'SHOP_THEME_aNrofCatArticles' => 'Number of products which can be shown in a product lists (category pages, search results)<br><br>Attention: A large number of products per page (above 100) can cause performance loss!',
|
||||
|
||||
'SHOP_THEME_sFacebookUrl' => 'Facebook Page-URL',
|
||||
'HELP_SHOP_THEME_sFacebookUrl' => 'E.g.: https://www.facebook.com/oxidesales',
|
||||
'SHOP_THEME_sTwitterUrl' => 'Twitter Profile-URL',
|
||||
'HELP_SHOP_THEME_sTwitterUrl' => 'E.g.: https://twitter.com/OXID_eSales',
|
||||
'SHOP_THEME_sBlogUrl' => 'Blog-URL',
|
||||
'HELP_SHOP_THEME_sBlogUrl' => 'E.g.: http://blog.oxid-esales.com',
|
||||
'SHOP_THEME_sYouTubeUrl' => 'YouTube Channel-URL',
|
||||
'HELP_SHOP_THEME_sYouTubeUrl' => 'E.g.: https://www.youtube.com/user/oxidesales',
|
||||
'SHOP_THEME_sGooglePlusUrl' => 'Google+ Page-URL',
|
||||
'HELP_SHOP_THEME_sGooglePlusUrl' => 'E.g.: https://plus.google.com/114133952363540971062',
|
||||
|
||||
'SHOP_THEME_sGoogleMapsAddr' => 'Your postal address',
|
||||
'HELP_SHOP_THEME_sGoogleMapsAddr' => 'E.g.: O3-Shop, XXXstraße 12, 01234 Musterstadt',
|
||||
|
||||
'SHOP_THEME_bl_showManufacturerSlider' => 'Show manufacturer slider on Start page',
|
||||
|
||||
'SHOP_THEME_blUseGAPageTracker' => 'Use Google Analytics PageTracker',
|
||||
'SHOP_THEME_blUseGAEcommerceTracking' => 'Use Google Analytics Ecommerce Tracking',
|
||||
'HELP_SHOP_THEME_blUseGAEcommerceTracking' => 'Please keep in mind that this option needs to be enabled in your Google Analytics account, too. Manual: <a href="https://support.google.com/analytics/answer/1009612?hl=en&ref_topic=1037061" target="_blank">Link</a>',
|
||||
'SHOP_THEME_sGATrackingId' => 'Google Analytics Tracking-ID',
|
||||
'HELP_SHOP_THEME_sGATrackingId' => 'E.g.: UA-XXXXXXXX-1<br><br>The shop owner is responsible for the legal use of this function. An adaptation of the privacy policy is mandatory.',
|
||||
'SHOP_THEME_blGAAnonymizeIPs' => 'Anonymize IP-Adresses',
|
||||
|
||||
'SHOP_THEME_sLogoFile' => 'Filename of logo',
|
||||
'HELP_SHOP_THEME_sLogoFile' => 'This is relative to the path <code>/out/flow/img/</code>.',
|
||||
|
||||
'SHOP_THEME_sLogoWidth' => 'Width of header logo',
|
||||
'HELP_SHOP_THEME_sLogoWidth' => 'Specify in as a pixel value.',
|
||||
'SHOP_THEME_sLogoHeight' => 'Height of header logo',
|
||||
'HELP_SHOP_THEME_sLogoHeight' => 'Specify in as a pixel value.',
|
||||
|
||||
'SHOP_THEME_sEmailLogo' => 'Filename of logo for email header',
|
||||
'HELP_SHOP_THEME_sEmailLogo' => 'This is relative to the path <code>/out/flow/img/</code>.',
|
||||
|
||||
'SHOP_THEME_sFaviconFile' => 'Favicon filename',
|
||||
'HELP_SHOP_THEME_sFaviconFile' => 'This favicon is meant to be displayed in the browser\'s tab.<br>In general, this is an ico file.<br>This is relative to the path <code>/out/flow/img/favicons/</code>.',
|
||||
'SHOP_THEME_sFavicon16File' => 'Filename of the favicon with 16*16px.',
|
||||
'SHOP_THEME_sFavicon32File' => 'Filename of the favicon with 32*32px.',
|
||||
'SHOP_THEME_sFavicon48File' => 'Filename of the favicon with 48*48px.',
|
||||
'SHOP_THEME_sFavicon64File' => 'Filename of the favicon with 64*64px.',
|
||||
'SHOP_THEME_sFavicon128File' => 'Filename of the favicon with 128*128px.',
|
||||
'SHOP_THEME_sFavicon512File' => 'Filename of the favicon with 512*512px.',
|
||||
'SHOP_THEME_sFaviconMSTileColor' => 'Tile color for Windows 8/Windows Mobile bookmarks.',
|
||||
'HELP_SHOP_THEME_sFaviconMSTileColor' => 'Specified as a hexadecimal value.<br>E.g.: #D83434',
|
||||
|
||||
'SHOP_THEME_blUseBackground' => 'Show background-image',
|
||||
'SHOP_THEME_sBackgroundColor' => 'Background-color of shop',
|
||||
'HELP_SHOP_THEME_sBackgroundColor' => 'Specified as a hexadecimal value.<br>E.g.: #D83434',
|
||||
'SHOP_THEME_sBackgroundPath' => 'Filename of background-image',
|
||||
'HELP_SHOP_THEME_sBackgroundPath' => 'This is relative to the path <code>/out/flow/img/backgrounds/</code>.',
|
||||
'SHOP_THEME_sBackgroundRepeat' => 'Repeat background-image?',
|
||||
'SHOP_THEME_sBackgroundRepeat_no-repeat' => 'No',
|
||||
'SHOP_THEME_sBackgroundRepeat_repeat-x' => 'Yes, horizontal',
|
||||
'SHOP_THEME_sBackgroundRepeat_repeat-y' => 'Yes, vertical',
|
||||
'SHOP_THEME_sBackgroundRepeat_repeat' => 'Yes, horizontal and vertical',
|
||||
'SHOP_THEME_sBackgroundPosHorizontal' => 'Horizontal position of the background-image',
|
||||
'SHOP_THEME_sBackgroundPosHorizontal_left' => 'left',
|
||||
'SHOP_THEME_sBackgroundPosHorizontal_right' => 'right',
|
||||
'SHOP_THEME_sBackgroundPosHorizontal_center' => 'centered',
|
||||
'SHOP_THEME_sBackgroundPosVertical' => 'Vertical position of the background-image',
|
||||
'SHOP_THEME_sBackgroundPosVertical_top' => 'top',
|
||||
'SHOP_THEME_sBackgroundPosVertical_bottom' => 'bottom',
|
||||
'SHOP_THEME_sBackgroundPosVertical_center' => 'centered',
|
||||
'SHOP_THEME_sBackgroundSize' => 'Background-image size',
|
||||
'SHOP_THEME_sBackgroundSize_cover' => 'cover (full height)',
|
||||
'SHOP_THEME_sBackgroundSize_contain' => 'cover (full width)',
|
||||
'SHOP_THEME_sBackgroundSize_normal' => 'Keep original size',
|
||||
'SHOP_THEME_blBackgroundAttachment' => 'Fix background while scrolling?',
|
||||
'SHOP_THEME_bl_showPriceAlarm' => 'Use wished price',
|
||||
|
||||
'SHOP_THEME_blUseGoogleTS' => 'Use Google Trusted Stores',
|
||||
'SHOP_THEME_sGoogleVendorId' => 'Google Store-ID',
|
||||
'HELP_SHOP_THEME_sGoogleVendorId' => 'You can find this ID in your Trusted Stores Merchant Dashboard.',
|
||||
'SHOP_THEME_sGoogleShoppingAccountId' => 'Google Shopping Account-ID (optional)',
|
||||
'HELP_SHOP_THEME_sGoogleShoppingAccountId' => 'Provide this field only if you submit feeds for Google Shopping.<br><br>Account ID from Google Merchant Center. This value should match the account ID you use to submit your <a href="https://support.google.com/merchants/answer/188494#US" target="_blank">product data feed to Google Shopping</a> through Google Merchant center. If you have a MCA account, use the subaccount ID associated with that product feed.',
|
||||
'SHOP_THEME_sPageLanguage' => 'Language of your Shop in ISO',
|
||||
'HELP_SHOP_THEME_sPageLanguage' => 'The locale should be in the format of <language>_<country><br><br><Language> is a two-letter language code defined in ISO 639-1, and <country> is a two-letter country code defined in ISO 3166-1 alpha-2. Usually <country> should be all capitalized, and <language> should be in lowercase. e.g. en_US, en_GB, en_AU, fr_FR, de_DE, or ja_JP.',
|
||||
'SHOP_THEME_sShoppingCountry' => 'Google Shopping-Feed Country (optional)',
|
||||
'HELP_SHOP_THEME_sShoppingCountry' => 'Provide this field only if you submit feeds for Google Shopping.<br><br>Account country from Google Shopping. This value should match the account country you use to submit your <a href="https://support.google.com/merchants/answer/188494#US" target="_blank">product data feed to Google Shopping</a>.<br><br>The value of the country parameter should be a <a href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2" target="_blank">two-letter ISO 3166 country code</a>.<br><br>For example, values could be US, GB, AU, FR, DE, JP.',
|
||||
'SHOP_THEME_sShoppingLanguage' => 'Google Shopping-Feed Language (optional)',
|
||||
'HELP_SHOP_THEME_sShoppingLanguage' => 'Provide this field only if you submit feeds for Google Shopping.<br><br>Account language from Google Shopping. This value should match the account language you use to submit your <a href="https://support.google.com/merchants/answer/188494#US" target="_blank">product data feed to Google Shopping</a>.<br><br>The value of the language parameter should be a <a href="http://en.wikipedia.org/wiki/ISO_639-1" target="_blank">two-letter ISO 639-1 language code</a>.<br><br>For example, values could be en, fr, de, ja.',
|
||||
'SHOP_THEME_sShippingDaysOnStock' => 'Amount of days till shipping of an order that has all articles in stock.',
|
||||
'HELP_SHOP_THEME_sShippingDaysOnStock' => 'The estimated date on which you will ship the order; this is different from the estimated delivery date.<br><br>If the order contains multiple items, select the latest estimated ship date.<br><br>If you message to your customers a range of days, please include the later end of the range. (e.g., 7 days if your shipping range is 5-7 days).<br><br>The date provided here will be provided to the customer via email.<br><br>The customer will receive a post purchase survey after the Estimated Ship Date has passed.',
|
||||
'SHOP_THEME_sShippingDaysNotOnStock' => 'Amount of days till shipping of an order that has <b>not</b> all articles in stock.',
|
||||
'HELP_SHOP_THEME_sShippingDaysNotOnStock' => 'The estimated date on which you will ship the order; this is different from the estimated delivery date.<br><br>If the order contains multiple items, select the latest estimated ship date.<br><br>If you message to your customers a range of days, please include the later end of the range. (e.g., 7 days if your shipping range is 5-7 days).<br><br>The date provided here will be provided to the customer via email.<br><br>The customer will receive a post purchase survey after the Estimated Ship Date has passed.',
|
||||
'SHOP_THEME_sDeliveryDaysOnStock' => 'Amount of days till delivery of an order that has all articles in stock.',
|
||||
'HELP_SHOP_THEME_sDeliveryDaysOnStock' => 'The estimated date on which you expect delivery of the order to the customer. If the order contains multiple items, select the latest delivery date. If you message a range of days, please include the later end of the range. (e.g., 7 days if your range is 5-7 days).',
|
||||
'SHOP_THEME_sDeliveryDaysNotOnStock' => 'Amount of days till delivery of an order that has <b>not</b> all articles in stock.',
|
||||
'HELP_SHOP_THEME_sDeliveryDaysNotOnStock' => 'The estimated date on which you expect delivery of the order to the customer. If the order contains multiple items, select the latest delivery date. If you message a range of days, please include the later end of the range. (e.g., 7 days if your range is 5-7 days).',
|
||||
|
||||
'SHOP_THEME_blSliderShowImageCaption' => 'Activate captions for slider on home page',
|
||||
'HELP_SHOP_THEME_blSliderShowImageCaption' => 'A caption is visible, when the active slide has an assigned product.',
|
||||
|
||||
'SHOP_THEME_blEcondaRecommendationsStart' => 'Show recommendations on home page',
|
||||
'SHOP_THEME_sEcondaWidgetIdStart' => 'Recommendation-Widget-ID für Startseite',
|
||||
'SHOP_THEME_blEcondaRecommendationsList' => 'Show recommendations in listings',
|
||||
'SHOP_THEME_sEcondaWidgetIdList' => 'Recommendation-Widget-ID für Listenansicht',
|
||||
'SHOP_THEME_blEcondaRecommendationsDetails' => 'Show recommendations on details page',
|
||||
'SHOP_THEME_sEcondaWidgetIdDetails' => 'Recommendation-Widget-ID für Detailseite',
|
||||
'SHOP_THEME_blEcondaRecommendationsBasket' => 'Show recommendations in basket',
|
||||
'SHOP_THEME_sEcondaWidgetIdBasket' => 'Recommendation-Widget-ID für Warenkorb',
|
||||
|
||||
'SHOP_THEME_blFullwidthLayout' => 'Activate full width layout',
|
||||
|
||||
'SHOP_THEME_blEmailsShowProductPictures' => 'Show product pictures in emails',
|
||||
);
|
||||
Reference in New Issue
Block a user