mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
409 B
PHP
17 lines
409 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'Ajuda',
|
|
'search' => 'Cerca',
|
|
'logout' => 'Tancar sessió',
|
|
'view_site' => 'Veure el lloc',
|
|
'title' => 'Panell de control',
|
|
'search_placeholder' => 'Escriviu per cercar',
|
|
|
|
// Users Module
|
|
'search_by_gsm_number' => 'Cerca per número GSM',
|
|
|
|
// Adv Export
|
|
'choose_file_type' => 'Trieu el tipus de fitxer per exportar',
|
|
];
|