1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren
2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Account';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified account module!';
$_['text_edit'] = 'Edit Account Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify account module!';

View File

@ -0,0 +1,34 @@
<?php
// Heading
$_['heading_title'] = 'Login with Amazon';
//Text
$_['text_module'] = 'Modules';
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified module Login with Amazon!';
$_['text_content_top'] = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left'] = 'Column Left';
$_['text_column_right'] = 'Column Right';
$_['text_lwa_button'] = 'Login with Amazon';
$_['text_login_button'] = 'Login';
$_['text_a_button'] = 'A';
$_['text_gold_button'] = 'Gold';
$_['text_darkgray_button'] = 'Dark Gray';
$_['text_lightgray_button'] = 'Light Gray';
$_['text_small_button'] = 'Small';
$_['text_medium_button'] = 'Medium';
$_['text_large_button'] = 'Large';
$_['text_x_large_button'] = 'X-Large';
//Entry
$_['entry_button_type'] = 'Button Type';
$_['entry_button_colour'] = 'Button Colour';
$_['entry_button_size'] = 'Button Size';
$_['entry_layout'] = 'Layout';
$_['entry_position'] = 'Position';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
//Error
$_['error_permission'] = 'Warning: You do not have permission to modify module Login with Amazon!';

View File

@ -0,0 +1,34 @@
<?php
// Heading
$_['heading_title'] = 'Amazon Pay';
//Text
$_['text_module'] = 'Modules';
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified module Amazon Pay!';
$_['text_content_top'] = 'Content Top';
$_['text_content_bottom'] = 'Content Bottom';
$_['text_column_left'] = 'Column Left';
$_['text_column_right'] = 'Column Right';
$_['text_pwa_button'] = 'Amazon Pay';
$_['text_pay_button'] = 'Pay';
$_['text_a_button'] = 'A';
$_['text_gold_button'] = 'Gold';
$_['text_darkgray_button'] = 'Dark Gray';
$_['text_lightgray_button'] = 'Light Gray';
$_['text_small_button'] = 'Small';
$_['text_medium_button'] = 'Medium';
$_['text_large_button'] = 'Large';
$_['text_x_large_button'] = 'X-Large';
//Entry
$_['entry_button_type'] = 'Button Type';
$_['entry_button_colour'] = 'Button Colour';
$_['entry_button_size'] = 'Button Size';
$_['entry_layout'] = 'Layout';
$_['entry_position'] = 'Position';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
//Error
$_['error_permission'] = 'Warning: You do not have permission to modify module Amazon Pay!';

View File

@ -0,0 +1,22 @@
<?php
// Heading
$_['heading_title'] = 'Banner';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified banner module!';
$_['text_edit'] = 'Edit Banner Module';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_banner'] = 'Banner';
$_['entry_dimension'] = 'Dimension (W x H) and Resize Type';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify banner module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,22 @@
<?php
// Heading
$_['heading_title'] = 'Bestsellers';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified bestsellers module!';
$_['text_edit'] = 'Edit Bestsellers Module';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_limit'] = 'Limit';
$_['entry_image'] = 'Image (W x H) and Resize Type';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify bestsellers module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Carousel';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified carousel module!';
$_['text_edit'] = 'Edit Carousel Module';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_banner'] = 'Banner';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify carousel module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Category';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified category module!';
$_['text_edit'] = 'Edit Category Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify category module!';

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Divido Product Page Calculator';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Divido Product Page Calculator!';
$_['text_edit'] = 'Edit Divido Product Page Calculator';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify module Divido Product Page Calculator!';

View File

@ -0,0 +1,32 @@
<?php
// Heading
$_['heading_title'] = 'eBay Listing';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified module eBay featured!';
$_['text_edit'] = 'Edit eBay module';
$_['text_list'] = 'Layout List';
$_['text_register'] = 'You need to register and enable OpenBay Pro for eBay!';
$_['text_about'] = 'The eBay display module allows you to display products from your eBay account directly on your website.';
$_['text_latest'] = 'Latest';
$_['text_random'] = 'Random';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_username'] = 'eBay username';
$_['entry_keywords'] = 'Search Keywords';
$_['entry_description'] = 'Include Description Search';
$_['entry_limit'] = 'Limit';
$_['entry_length'] = 'Length';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_site'] = 'eBay Site';
$_['entry_sort'] = 'Sort by';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify module eBay!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,25 @@
<?php
// Heading
$_['heading_title'] = 'Featured';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified featured module!';
$_['text_edit'] = 'Edit Featured Module';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_product'] = 'Products';
$_['entry_limit'] = 'Limit';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_status'] = 'Status';
// Help
$_['help_product'] = '(Autocomplete)';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify featured module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Filter';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified filter module!';
$_['text_edit'] = 'Edit Filter Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify filter module!';

View File

@ -0,0 +1,19 @@
<?php
// Heading
$_['heading_title'] = 'Google Hangouts';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Google Hangouts module!';
$_['text_edit'] = 'Edit Google Hangouts Module';
// Entry
$_['entry_code'] = 'Google Talk Code';
$_['entry_status'] = 'Status';
// Help
$_['help_code'] = 'Goto <a href="https://developers.google.com/+/hangouts/button" target="_blank">Create a Google Hangout chatback badge</a> and copy &amp; paste the generated code into the text box.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Google Hangouts module!';
$_['error_code'] = 'Code Required';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'HTML Content';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified HTML Content module!';
$_['text_edit'] = 'Edit HTML Content Module';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_title'] = 'Heading Title';
$_['entry_description'] = 'Description';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify HTML Content module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Information';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified information module!';
$_['text_edit'] = 'Edit Information Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify information module!';

View File

@ -0,0 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Klarna Checkout';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified module Klarna Checkout!';
//Entry
$_['entry_status'] = 'Status';
//Error
$_['error_permission'] = 'Warning: You do not have permission to modify Klarna Checkout module!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Latest';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified latest module!';
$_['text_edit'] = 'Edit Latest Module';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_limit'] = 'Limit';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify latest module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Lay-Buy Layout';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Lay-Buy Layout module!';
$_['text_edit'] = 'Edit Lay-Buy Layout Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Lay-Buy Layout module!';

View File

@ -0,0 +1,14 @@
<?php
// Heading
$_['heading_title'] = 'Pilibaba Checkout Button';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Pilibaba Checkout Button module!';
$_['text_edit'] = 'Edit Pilibaba Checkout Button Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Pilibaba Checkout Button module!';

View File

@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'PayPal (Powered by Braintree) Button';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified PayPal (Powered by Braintree) Button module!';
$_['text_edit'] = 'Edit PayPal (Powered by Braintree) Button Module';
$_['text_info'] = 'The button will <u>not</u> appear under certain conditions:';
$_['text_info_li1'] = 'The cart is empty and no vouchers have been applied';
$_['text_info_li2'] = 'The cart has downloads or recurring payments and the user is not logged in';
$_['text_info_li3'] = 'Out of stock item checkout is disabled and the cart contains an out of stock item';
$_['text_layouts'] = 'After enabling the module, use the layout manager to add the button to areas on the store.';
$_['text_layout_link'] = 'Click here to access layouts page';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify PayPal (Powered by Braintree) Button module!';

View File

@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'PayPal Express Checkout Button';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified PayPal Express Checkout Button module!';
$_['text_edit'] = 'Edit PayPal Express Checkout Button Module';
$_['text_info'] = 'The button will <u>not</u> appear under certain conditions:';
$_['text_info_li1'] = 'The cart is empty and no vouchers have been applied';
$_['text_info_li2'] = 'The cart has downloads or recurring payments and the user is not logged in';
$_['text_info_li3'] = 'Out of stock item checkout is disabled and the cart contains an out of stock item';
$_['text_layouts'] = 'After enabling the module, use the layout manager to add the button to areas on the store.';
$_['text_layout_link'] = 'Click here to access layouts page';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify PayPal Express Checkout Button module!';

View File

@ -0,0 +1,35 @@
<?php
// Heading
$_['heading_title'] = 'Log In with PayPal';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Log In with PayPal module!';
$_['text_edit'] = 'Edit Log In with PayPal Module';
$_['text_button_grey'] = 'Grey';
$_['text_button_blue'] = 'Blue (Recommended)';
// Entry
$_['entry_client_id'] = 'Client ID';
$_['entry_secret'] = 'Secret';
$_['entry_sandbox'] = 'Sandbox Mode';
$_['entry_debug'] = 'Debug Logging';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_button'] = 'Button Colour';
$_['entry_seamless'] = 'Allow "Seamless Checkout"';
$_['entry_locale'] = 'Locale';
$_['entry_return_url'] = 'Return URL';
$_['entry_status'] = 'Status';
// Help
$_['help_sandbox'] = 'Use sandbox (testing) environment?';
$_['help_customer_group'] = 'For new customers, which Customer Group should they get created as?';
$_['help_debug_logging'] = 'Enabling this will allow data to be added to your error log to help debug any problems.';
$_['help_seamless'] = 'Allows auto-login when customers choose PayPal Express Checkout. To use this, the option must be enabled in your Log in With PayPal account. You must also use the same account as the one used in Express Checkout.';
$_['help_locale'] = 'This is the PayPal locale setting for your store languages';
$_['help_return_url'] = 'This needs to be added in the PayPal app configuration under app redirect URLs.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Log In with PayPal module!';
$_['error_client_id'] = 'Client ID required!';
$_['error_secret'] = 'Secret required!';

View File

@ -0,0 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Sagepay Direct Card Management';
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Sagepay Direct Card Management module!';
$_['text_edit'] = 'Edit Sagepay Direct Card Management Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Sagepay Direct Card Management module!';

View File

@ -0,0 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Sagepay Server Card Management';
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Sagepay Server Card Management module!';
$_['text_edit'] = 'Edit Sagepay Server Card Management Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Sagepay Server Card Management module!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Slideshow';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified slideshow module!';
$_['text_edit'] = 'Edit Slideshow Module';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_banner'] = 'Banner';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify slideshow module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Specials';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified module specials!';
$_['text_edit'] = 'Edit Specials Module';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_limit'] = 'Limit';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify specials module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Store';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified store module!';
$_['text_edit'] = 'Edit Store Module';
// Entry
$_['entry_admin'] = 'Admin Users Only';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify store module!';