mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations message.php (Japanese) * New translations section.php (Japanese) * New translations setting.php (Japanese) * New translations section.php (Korean) * New translations setting.php (Korean) * New translations section.php (Italian) * New translations setting.php (Italian) * New translations message.php (Hebrew) * New translations message.php (Italian) * New translations message.php (Korean) * New translations message.php (Polish) * New translations message.php (Portuguese) * New translations section.php (Portuguese) * New translations setting.php (Portuguese) * New translations section.php (Dutch) * New translations setting.php (Dutch) * New translations section.php (Polish) * New translations setting.php (Polish) * New translations message.php (Dutch) * New translations section.php (Spanish) * New translations setting.php (Spanish) * New translations section.php (Arabic) * New translations setting.php (Arabic) * New translations message.php (Spanish) * New translations message.php (French) * New translations message.php (Romanian) * New translations section.php (Romanian) * New translations setting.php (Romanian) * New translations section.php (French) * New translations setting.php (French) * New translations section.php (Greek) * New translations setting.php (Greek) * New translations message.php (Greek) * New translations section.php (Hebrew) * New translations setting.php (Hebrew) * New translations message.php (Arabic) * New translations message.php (German) * New translations section.php (German) * New translations setting.php (German) * New translations message.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations message.php (Turkish) * New translations section.php (Turkish) * New translations setting.php (Turkish) * New translations message.php (Russian) * New translations section.php (Russian) * New translations setting.php (Russian) * New translations message.php (Albanian) * New translations section.php (Albanian) * New translations setting.php (Albanian) * New translations message.php (Bengali) * New translations setting.php (Azerbaijani) * New translations section.php (Azerbaijani) * New translations message.php (Persian) * New translations setting.php (Bengali) * New translations section.php (Bengali) * New translations setting.php (Hindi) * New translations message.php (Hindi) * New translations section.php (Hindi) * New translations message.php (Azerbaijani) * New translations message.php (Ukrainian) * New translations setting.php (Urdu (Pakistan)) * New translations section.php (Urdu (Pakistan)) * New translations setting.php (Ukrainian) * New translations section.php (Ukrainian) * New translations message.php (Vietnamese) * New translations setting.php (Persian) * New translations section.php (Persian) * New translations message.php (Urdu (Pakistan)) * New translations setting.php (Vietnamese) * New translations section.php (Vietnamese)
49 lines
998 B
PHP
49 lines
998 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => 'Reclame',
|
|
],
|
|
'categories' => [
|
|
'title' => 'Categorii',
|
|
],
|
|
'countries' => [
|
|
'title' => 'ţări',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Orase',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Districtele',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Vecinătățile',
|
|
],
|
|
'village' => [
|
|
'title' => 'Sat',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Câmpuri customizate',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Anunțuri personalizate de câmp',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Valorile Cf',
|
|
],
|
|
'fields' => [
|
|
'title' => 'câmpuri customizate'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Activele se șterg'
|
|
],
|
|
'general' => 'General',
|
|
'ads' => 'Reclame',
|
|
'user' => 'Utilizator',
|
|
'filter' => 'Filtru',
|
|
'options' => [
|
|
'title' => 'Opțiuni',
|
|
],
|
|
'ads_image' => 'Imagine publicitară',
|
|
];
|