mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
15 lines
548 B
PHP
Executable File
15 lines
548 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Amazon EU';
|
|
$_['text_openbay'] = 'OpenBay Pro';
|
|
$_['text_dashboard'] = 'Amazon EU Dashboard';
|
|
|
|
// Text
|
|
$_['text_heading_settings'] = 'Settings';
|
|
$_['text_heading_account'] = 'Change plan';
|
|
$_['text_heading_links'] = 'Item links';
|
|
$_['text_heading_register'] = 'Register';
|
|
$_['text_heading_bulk_listing'] = 'Bulk listing';
|
|
$_['text_heading_stock_updates'] = 'Stock updates';
|
|
$_['text_heading_saved_listings'] = 'Saved listings';
|
|
$_['text_heading_bulk_linking'] = 'Bulk linking'; |