mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
65 lines
1.4 KiB
PHP
65 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'title' => 'Les publicités',
|
|
],
|
|
'categories' => [
|
|
'title' => 'Les catégories',
|
|
],
|
|
'countries' => [
|
|
'title' => 'Des pays',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Villes',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Les quartiers',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Quartiers',
|
|
],
|
|
'village' => [
|
|
'title' => 'Village',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Les champs personnalisés',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Annonces personnalisées',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Cf valeurs',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Les champs personnalisés'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Actifs Clear'
|
|
],
|
|
'general' => 'Général',
|
|
'ads' => 'Les publicités',
|
|
'user' => 'Utilisateur',
|
|
'filter' => 'Filtre',
|
|
'create_ad' => 'Créer une publicité',
|
|
'options' => [
|
|
'title' => 'Options',
|
|
],
|
|
'ads_image' => 'Image d\'annonces',
|
|
'product_options' => [
|
|
'title' => 'Options',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Valeur des options',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Configuration',
|
|
],
|
|
'translations' => 'Traductions',
|
|
'status' => [
|
|
'title' => 'Statut',
|
|
],
|
|
'ads_detail' => 'Détail des annonces',
|
|
|
|
];
|