add latest translate by by Sirchyk

This commit is contained in:
Eugene Kuligin
2014-12-07 08:59:25 +02:00
parent a891d6291d
commit b3e811ae97
379 changed files with 11199 additions and 3362 deletions

View File

@@ -0,0 +1,76 @@
<?php
// Heading
$_['heading_title'] = 'Amazon Payments';
// Text
$_['text_payment'] = 'Payment';
$_['text_success'] = 'Success: Amazon Payments module has been updated';
$_['text_edit'] = 'Edit Amazon Payment';
$_['text_germany'] = 'Germany';
$_['text_uk'] = 'United Kingdom';
$_['text_live'] = 'Live';
$_['text_sandbox'] = 'Sandbox';
$_['text_upload_success'] = 'File was uploaded successfully';
$_['text_button_settings'] = 'Checkout Button Settings';
$_['text_orange'] = 'Orange';
$_['text_tan'] = 'Tan';
$_['text_white'] = 'White';
$_['text_light'] = 'Light';
$_['text_dark'] = 'Dark';
$_['text_medium'] = 'Medium';
$_['text_large'] = 'Large';
$_['text_x_large'] = 'Extra large';
$_['text_download'] = '<a href="%s" target="_blank"><u>Download</u></a> template file from Amazon Seller Central.';
$_['text_amazon_details'] = 'Amazon Details';
$_['text_amazon_order_id'] = 'Amazon Order ID';
$_['text_upload'] = 'Upload';
$_['text_upload_template'] = 'Upload the filled in template by clicking on the button below. Make sure it is saved as a tab-delimited file.';
$_['text_amazon_checkout'] = '<a onclick="window.open(\'http://go.amazonservices.com/UKCBASPOpenCart.html\');"><img src="view/image/payment/amazon.png" alt="Amazon Payments" title="Amazon Payments" style="border: 1px solid #EEEEEE;" /></a>';
$_['text_amazon_join'] = 'To create your Amazon Payments account <a href="http://go.amazonservices.com/UKCBASPOpenCart.html" target="_blank" title="Click here to join Amazon Payments" class="alert-link">click here.</a>';
// Column
$_['column_submission_id'] = 'Submission ID';
$_['column_status'] = 'Status';
$_['column_text'] = 'Response';
$_['column_amazon_order_item_code'] = 'Amazon Order Product Code';
// Entry
$_['entry_merchant_id'] = 'Merchant ID';
$_['entry_access_key'] = 'Access Key';
$_['entry_access_secret'] = 'Secret Key';
$_['entry_checkout_mode'] = 'Checkout mode';
$_['entry_marketplace'] = 'Marketplace';
$_['entry_pending_status'] = 'Pending';
$_['entry_ready_status'] = 'Ready to be Shipped Status';
$_['entry_shipped_status'] = 'Shipped order Status';
$_['entry_canceled_status'] = 'Canceled order Status';
$_['entry_cron_job_url'] = 'Cron Job\'s URL';
$_['entry_cron_job_token'] = 'Secret Token';
$_['entry_cron_job_last_run'] = 'Cron job\'s Last Run Time';
$_['entry_ip'] = 'IP Address';
$_['entry_ip_allowed'] = 'IP\'s allowed';
$_['entry_total'] = 'Total';
$_['entry_geo_zone'] = 'Geo Zone';
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_colour'] = 'Colour';
$_['entry_background'] = 'Background';
$_['entry_size'] = 'Size';
// Help
$_['help_cron_job_url'] = 'Set a cron job to call this URL';
$_['help_adjustment'] = 'Bold fields and at least one "-adj" field are required.';
$_['help_allowed_ips'] = 'Leave empty if you want everyone to see the checkout button';
$_['help_ip'] = 'e.g. 203.0.113.0 <br />Leave empty to allow all IPs.';
$_['help_cron_job_token'] = 'Make this long and hard to guess';
// Tab
$_['tab_order_adjustment'] = 'Order Adjustment';
// Error
$_['error_permissions'] = 'You do not have permissions to modify this module';
$_['error_access_secret'] = 'Secret Key is required';
$_['error_access_key'] = 'Access Key is required';
$_['error_merchant_id'] = 'Merchant ID is required';
$_['error_curreny'] = 'Your shop must have %s currency installed and enabled';
$_['error_upload'] = 'Upload failed';