mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
400 B
PHP
17 lines
400 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'auta',
|
|
'search' => 'Hae',
|
|
'logout' => 'Kirjautua ulos',
|
|
'view_site' => 'Näytä sivusto',
|
|
'title' => 'Ohjauspaneeli',
|
|
'search_placeholder' => 'Kirjoita hakeaksesi',
|
|
|
|
// Users Module
|
|
'search_by_gsm_number' => 'Hae GSM-numeron mukaan',
|
|
|
|
// Adv Export
|
|
'choose_file_type' => 'Valitse vietävä tiedostotyyppi',
|
|
];
|