first commit

This commit is contained in:
Konstantin
2026-05-30 09:27:58 +03:00
commit de0344d218
2371 changed files with 661486 additions and 0 deletions
@@ -0,0 +1,30 @@
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Headings
$_['heading_title'] = 'Edit listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_etsy'] = 'Etsy';
// Tabs
// Text
$_['text_option'] = 'Select option';
$_['text_listing_id'] = 'Listing ID';
$_['text_updated'] = 'Your Etsy listing has been updated';
$_['text_edit'] = 'Редактирование';
// Entry
$_['entry_title'] = 'Product title';
$_['entry_description'] = 'Описание';
$_['entry_price'] = 'Цена';
$_['entry_state'] = 'State';
// Errors
$_['error_price_missing'] = 'Price is missing or empty';
$_['error_title_length'] = 'Title is too long';
$_['error_title_missing'] = 'Title is missing';
$_['error_desc_missing'] = 'Description is missing or empty';
$_['error_price_missing'] = 'Price is missing or empty';
$_['error_state_missing'] = 'State is missing or empty';