diff options
Diffstat (limited to 'public/admin/language/en-gb/common')
-rw-r--r-- | public/admin/language/en-gb/common/column_left.php | 90 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/dashboard.php | 6 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/developer.php | 25 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/filemanager.php | 23 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/footer.php | 4 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/forgotten.php | 19 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/header.php | 12 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/login.php | 19 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/profile.php | 33 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/reset.php | 15 | ||||
-rw-r--r-- | public/admin/language/en-gb/common/security.php | 26 |
11 files changed, 272 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/common/column_left.php b/public/admin/language/en-gb/common/column_left.php new file mode 100644 index 0000000..66e7493 --- /dev/null +++ b/public/admin/language/en-gb/common/column_left.php @@ -0,0 +1,90 @@ +<?php +// Text +$_['text_api'] = 'API'; +$_['text_attribute'] = 'Attributes'; +$_['text_attribute_group'] = 'Attribute Groups'; +$_['text_backup'] = 'Backup / Restore'; +$_['text_banner'] = 'Banners'; +$_['text_catalog'] = 'Catalog'; +$_['text_category'] = 'Categories'; +$_['text_country'] = 'Countries'; +$_['text_coupon'] = 'Coupons'; +$_['text_currency'] = 'Currencies'; +$_['text_customer'] = 'Customers'; +$_['text_customer_group'] = 'Customer Groups'; +$_['text_customer_online'] = 'Customer Online'; +$_['text_customer_approval'] = 'Customer Approvals'; +$_['text_custom_field'] = 'Custom Fields'; +$_['text_dashboard'] = 'Dashboard'; +$_['text_design'] = 'Design'; +$_['text_download'] = 'Downloads'; +$_['text_log'] = 'Error Logs'; +$_['text_event'] = 'Events'; +$_['text_extension'] = 'Extensions'; +$_['text_filter'] = 'Filters'; +$_['text_geo_zone'] = 'Geo Zones'; +$_['text_information'] = 'Information'; +$_['text_installer'] = 'Installer'; +$_['text_language'] = 'Languages'; +$_['text_language_editor'] = 'Language Editor'; +$_['text_layout'] = 'Layouts'; +$_['text_localisation'] = 'Localisation'; +$_['text_location'] = 'Store Location'; +$_['text_contact'] = 'Mail'; +$_['text_marketing'] = 'Marketing'; +$_['text_marketplace'] = 'Marketplace'; +$_['text_maintenance'] = 'Maintenance'; +$_['text_menu'] = 'Menu Manager'; +$_['text_modification'] = 'Modifications'; +$_['text_manufacturer'] = 'Manufacturers'; +$_['text_navigation'] = 'Navigation'; +$_['text_option'] = 'Options'; +$_['text_order'] = 'Orders'; +$_['text_order_status'] = 'Order Statuses'; +$_['text_online'] = 'Who\'s Online'; +$_['text_product'] = 'Products'; +$_['text_reports'] = 'Reports'; +$_['text_review'] = 'Reviews'; +$_['text_return'] = 'Returns'; +$_['text_return_action'] = 'Return Actions'; +$_['text_return_reason'] = 'Return Reasons'; +$_['text_return_status'] = 'Return Statuses'; +$_['text_sale'] = 'Sales'; +$_['text_setting'] = 'Settings'; +$_['text_seo_url'] = 'SEO URL'; +$_['text_statistics'] = 'Statistics'; +$_['text_stock_status'] = 'Stock Statuses'; +$_['text_system'] = 'System'; +$_['text_tax'] = 'Taxes'; +$_['text_tax_class'] = 'Tax Classes'; +$_['text_tax_rate'] = 'Tax Rates'; +$_['text_translation'] = 'Translations'; +$_['text_theme'] = 'Theme Editor'; +$_['text_upload'] = 'Uploads'; +$_['text_user'] = 'Users'; +$_['text_users'] = 'Users'; +$_['text_user_group'] = 'User Groups'; +$_['text_voucher'] = 'Gift Vouchers'; +$_['text_voucher_theme'] = 'Voucher Themes'; +$_['text_weight_class'] = 'Weight Classes'; +$_['text_length_class'] = 'Length Classes'; +$_['text_zone'] = 'Zones'; +$_['text_recurring'] = 'Recurring Profiles'; +$_['text_order_recurring'] = 'Recurring Orders'; +$_['text_openbay_extension'] = 'OpenBay Pro'; +$_['text_openbay_dashboard'] = 'Dashboard'; +$_['text_openbay_orders'] = 'Bulk order update'; +$_['text_openbay_items'] = 'Manage items'; +$_['text_openbay_ebay'] = 'eBay'; +$_['text_openbay_amazon'] = 'Amazon (EU)'; +$_['text_openbay_amazonus'] = 'Amazon (US)'; +$_['text_openbay_etsy'] = 'Etsy'; +$_['text_openbay_settings'] = 'Settings'; +$_['text_openbay_links'] = 'Item links'; +$_['text_openbay_report_price'] = 'Pricing report'; +$_['text_openbay_order_import'] = 'Order import'; +$_['text_paypal'] = 'PayPal'; +$_['text_paypal_search'] = 'Search'; +$_['text_complete_status'] = 'Orders Completed'; +$_['text_processing_status'] = 'Orders Processing'; +$_['text_other_status'] = 'Other Statuses'; diff --git a/public/admin/language/en-gb/common/dashboard.php b/public/admin/language/en-gb/common/dashboard.php new file mode 100644 index 0000000..1bed2be --- /dev/null +++ b/public/admin/language/en-gb/common/dashboard.php @@ -0,0 +1,6 @@ +<?php +// Heading +$_['heading_title'] = 'Dashboard'; + +// Error +$_['error_install'] = 'Warning: Install folder still exists and should be deleted for security reasons!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/developer.php b/public/admin/language/en-gb/common/developer.php new file mode 100644 index 0000000..c170ef9 --- /dev/null +++ b/public/admin/language/en-gb/common/developer.php @@ -0,0 +1,25 @@ +<?php +// Heading +$_['heading_title'] = 'Developer Settings'; + +// Text +$_['text_success'] = 'Success: You have modified developer settings!'; +$_['text_theme'] = 'theme'; +$_['text_sass'] = 'SASS'; +$_['text_cache'] = 'Success: You have cleared the %s cache!'; + +// Column +$_['column_component'] = 'Component'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_theme'] = 'Theme'; +$_['entry_sass'] = 'SASS'; +$_['entry_cache'] = 'Cache'; + +// Button +$_['button_on'] = 'On'; +$_['button_off'] = 'Off'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify developer settings!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/filemanager.php b/public/admin/language/en-gb/common/filemanager.php new file mode 100644 index 0000000..b857d01 --- /dev/null +++ b/public/admin/language/en-gb/common/filemanager.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Image Manager'; + +// Text +$_['text_uploaded'] = 'Success: Your file has been uploaded!'; +$_['text_directory'] = 'Success: Directory created!'; +$_['text_delete'] = 'Success: Your file or directory has been deleted!'; + +// Entry +$_['entry_search'] = 'Search..'; +$_['entry_folder'] = 'Folder Name'; + +// Error +$_['error_permission'] = 'Warning: Permission Denied!'; +$_['error_filename'] = 'Warning: Filename must be between 3 and 255!'; +$_['error_folder'] = 'Warning: Folder name must be between 3 and 255!'; +$_['error_exists'] = 'Warning: A file or directory with the same name already exists!'; +$_['error_directory'] = 'Warning: Directory does not exist!'; +$_['error_filesize'] = 'Warning: Incorrect file size!'; +$_['error_filetype'] = 'Warning: Incorrect file type!'; +$_['error_upload'] = 'Warning: File could not be uploaded for an unknown reason!'; +$_['error_delete'] = 'Warning: You can not delete this directory!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/footer.php b/public/admin/language/en-gb/common/footer.php new file mode 100644 index 0000000..f798903 --- /dev/null +++ b/public/admin/language/en-gb/common/footer.php @@ -0,0 +1,4 @@ +<?php +// Text +$_['text_footer'] = '<a href="http://www.opencart.com">OpenCart</a> © 2009-' . date('Y') . ' All Rights Reserved.'; +$_['text_version'] = 'Version %s';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/forgotten.php b/public/admin/language/en-gb/common/forgotten.php new file mode 100644 index 0000000..3b1f5ea --- /dev/null +++ b/public/admin/language/en-gb/common/forgotten.php @@ -0,0 +1,19 @@ +<?php +// Heading +$_['heading_title'] = 'Forgot Your Password?'; + +// Text +$_['text_forgotten'] = 'Forgotten Password'; +$_['text_your_email'] = 'Your E-Mail Address'; +$_['text_email'] = 'Enter the e-mail address associated with your account. Click submit to have a password reset link e-mailed to you.'; +$_['text_success'] = 'An email with a confirmation link has been sent your admin email address.'; + +// Entry +$_['entry_email'] = 'E-Mail Address'; +$_['entry_password'] = 'New Password'; +$_['entry_confirm'] = 'Confirm'; + +// Error +$_['error_email'] = 'Warning: The E-Mail Address was not found in our records, please try again!'; +$_['error_password'] = 'Password must be between 4 and 20 characters!'; +$_['error_confirm'] = 'Password and password confirmation do not match!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/header.php b/public/admin/language/en-gb/common/header.php new file mode 100644 index 0000000..c4d9e6c --- /dev/null +++ b/public/admin/language/en-gb/common/header.php @@ -0,0 +1,12 @@ +<?php +// Heading +$_['heading_title'] = 'OpenCart'; + +// Text +$_['text_profile'] = 'Your Profile'; +$_['text_store'] = 'Stores'; +$_['text_help'] = 'Help'; +$_['text_homepage'] = 'OpenCart Homepage'; +$_['text_support'] = 'Support Forum'; +$_['text_documentation'] = 'Documentation'; +$_['text_logout'] = 'Logout';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/login.php b/public/admin/language/en-gb/common/login.php new file mode 100644 index 0000000..d9c4fe9 --- /dev/null +++ b/public/admin/language/en-gb/common/login.php @@ -0,0 +1,19 @@ +<?php +// Heading +$_['heading_title'] = 'Administration'; + +// Text +$_['text_heading'] = 'Administration'; +$_['text_login'] = 'Please enter your login details.'; +$_['text_forgotten'] = 'Forgotten Password'; + +// Entry +$_['entry_username'] = 'Username'; +$_['entry_password'] = 'Password'; + +// Button +$_['button_login'] = 'Login'; + +// Error +$_['error_login'] = 'No match for Username and/or Password.'; +$_['error_token'] = 'Invalid token session. Please login again.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/profile.php b/public/admin/language/en-gb/common/profile.php new file mode 100644 index 0000000..68777e7 --- /dev/null +++ b/public/admin/language/en-gb/common/profile.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Profile'; + +// Text +$_['text_success'] = 'Success: You have modified your profile!'; +$_['text_edit'] = 'Edit Your Profile'; + +// Column +$_['column_username'] = 'Username'; +$_['column_status'] = 'Status'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_username'] = 'Username'; +$_['entry_password'] = 'Password'; +$_['entry_confirm'] = 'Confirm'; +$_['entry_firstname'] = 'First Name'; +$_['entry_lastname'] = 'Last Name'; +$_['entry_email'] = 'E-Mail'; +$_['entry_image'] = 'Image'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify your profile!'; +$_['error_exists_username'] = 'Warning: Username is already in use!'; +$_['error_username'] = 'Username must be between 3 and 20 characters!'; +$_['error_password'] = 'Password must be between 4 and 20 characters!'; +$_['error_confirm'] = 'Password and password confirmation do not match!'; +$_['error_firstname'] = 'First Name must be between 1 and 32 characters!'; +$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!'; +$_['error_email'] = 'E-Mail Address does not appear to be valid!'; +$_['error_exists_email'] = 'Warning: E-Mail Address is already registered!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/reset.php b/public/admin/language/en-gb/common/reset.php new file mode 100644 index 0000000..cb0fa9e --- /dev/null +++ b/public/admin/language/en-gb/common/reset.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Reset your password'; + +// Text +$_['text_password'] = 'Enter the new password you wish to use.'; +$_['text_success'] = 'Success: Your password has been successfully updated.'; + +// Entry +$_['entry_password'] = 'Password'; +$_['entry_confirm'] = 'Confirm'; + +// Error +$_['error_password'] = 'Password must be between 4 and 20 characters!'; +$_['error_confirm'] = 'Password and password confirmation do not match!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/security.php b/public/admin/language/en-gb/common/security.php new file mode 100644 index 0000000..8d2dd5a --- /dev/null +++ b/public/admin/language/en-gb/common/security.php @@ -0,0 +1,26 @@ +<?php +// Heading +$_['heading_title'] = 'Important Security Notification!'; + +// Text +$_['text_success'] = 'Success: You have modified the storage folder!'; +$_['text_admin'] = 'Edit admin/config.php and change'; +$_['text_security'] = 'It is very imporant that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs).'; +$_['text_choose'] = 'Choose how to move the storage directory'; +$_['text_automatic'] = 'Automatically Move'; +$_['text_manual'] = 'Manually Move'; +$_['text_move'] = 'Move'; +$_['text_to'] = 'to'; +$_['text_config'] = 'Edit config.php change'; +$_['text_admin'] = 'Edit admin/config.php and change'; + +// Button +$_['button_move'] = 'Move'; +$_['button_manual'] = 'Manual'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify the storage directory!'; +$_['error_path'] = 'Warning: Invalid path!'; +$_['error_directory'] = 'Warning: Invalid directory!'; +$_['error_exists'] = 'Warning: Directory already exists!'; +$_['error_writable'] = 'Warning: config.php and admin/config.php need to be made writable!'; |