mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
15 lines
252 B
PHP
15 lines
252 B
PHP
<?php
|
|
|
|
return [
|
|
'show_my_ads' => [
|
|
'name' => 'Mostra la scheda I miei annunci',
|
|
],
|
|
'upload_avatar' => [
|
|
'name' => 'Caricamento avatar',
|
|
],
|
|
|
|
'show_tax_office' => [
|
|
'name' => 'Show Tax Office Field',
|
|
],
|
|
];
|