mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
8 lines
240 B
PHP
Executable File
8 lines
240 B
PHP
Executable File
<?php
|
|
// Headings
|
|
$_['heading_title'] = 'Usage';
|
|
$_['text_openbay'] = 'OpenBay Pro';
|
|
$_['text_ebay'] = 'eBay';
|
|
|
|
// Errors
|
|
$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.'; |