mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
416 B
PHP
17 lines
416 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'Pomoc',
|
|
'search' => 'Vyhledávání',
|
|
'logout' => 'Odhlásit se',
|
|
'view_site' => 'Zobrazit web',
|
|
'title' => 'Kontrolní panel',
|
|
'search_placeholder' => 'Zadejte vyhledávání',
|
|
|
|
// Users Module
|
|
'search_by_gsm_number' => 'Hledání podle čísla GSM',
|
|
|
|
// Adv Export
|
|
'choose_file_type' => 'Vyberte Typ souboru pro export',
|
|
];
|