mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 04:26:09 +00:00
add latest translate by by Sirchyk
This commit is contained in:
40
admin/language/ukrainian/openbay/etsy_settings.php
Executable file
40
admin/language/ukrainian/openbay/etsy_settings.php
Executable file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
// Headings
|
||||
$_['heading_title'] = 'Etsy settings';
|
||||
$_['text_openbay'] = 'OpenBay Pro';
|
||||
$_['text_etsy'] = 'Etsy';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Your settings have been saved';
|
||||
$_['text_status'] = 'Status';
|
||||
$_['text_account_ok'] = 'Connection to Etsy OK';
|
||||
$_['text_api_other'] = 'Links';
|
||||
$_['text_token_register'] = 'Register';
|
||||
$_['text_api_ok'] = 'API connection OK';
|
||||
$_['text_pull_orders'] = 'Pull orders';
|
||||
$_['text_complete'] = 'Complete';
|
||||
$_['text_failed'] = 'Failed';
|
||||
$_['text_orders_imported'] = 'Order pull has been requested';
|
||||
$_['text_api_status'] = 'API connection';
|
||||
|
||||
// Entry
|
||||
$_['entry_import_def_id'] = 'Import default status (unpaid):';
|
||||
$_['entry_import_paid_id'] = 'Paid status:';
|
||||
$_['entry_import_shipped_id'] = 'Shipped status:';
|
||||
$_['entry_enc1'] = 'API Encryption 1';
|
||||
$_['entry_enc2'] = 'API Encryption 2';
|
||||
$_['entry_token'] = 'API token';
|
||||
$_['entry_address_format'] = 'Default address format';
|
||||
|
||||
// Buttons
|
||||
$_['button_pull'] = 'Pull now';
|
||||
|
||||
// Error
|
||||
$_['error_api_connect'] = 'Failed to connect to the API';
|
||||
$_['error_account_info'] = 'Unable to verify API connection to Etsy ';
|
||||
|
||||
// Tabs
|
||||
$_['tab_api_info'] = 'API details';
|
||||
|
||||
// Help
|
||||
$_['help_address_format'] = 'Only used if the linked country does not have an address format set-up already.';
|
||||
Reference in New Issue
Block a user