mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
380 B
PHP
17 lines
380 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'Hjælp',
|
|
'search' => 'Søg',
|
|
'logout' => 'Log ud',
|
|
'view_site' => 'Se websted',
|
|
'title' => 'Kontrolpanel',
|
|
'search_placeholder' => 'Skriv for at søge',
|
|
|
|
// Users Module
|
|
'search_by_gsm_number' => 'Søg efter GSM-nummer',
|
|
|
|
// Adv Export
|
|
'choose_file_type' => 'Vælg filtype til eksport',
|
|
];
|