mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
14 lines
320 B
PHP
14 lines
320 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'Ayuda',
|
|
'search' => 'Buscar',
|
|
'logout' => 'Cerrar sesión',
|
|
'view_site' => 'Ver sitio',
|
|
'title' => 'Panel de control',
|
|
'search_placeholder' => 'Escribe para buscar',
|
|
|
|
// Users Module
|
|
'search_by_gsm_number' => 'Buscar por número GSM',
|
|
];
|