mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
14 lines
315 B
PHP
14 lines
315 B
PHP
<?php
|
|
|
|
return [
|
|
'help' => 'Hilfe',
|
|
'search' => 'Suche',
|
|
'logout' => 'Ausloggen',
|
|
'view_site' => 'Webseite anzeigen',
|
|
'title' => 'Schalttafel',
|
|
'search_placeholder' => 'Tippe um zu suchen',
|
|
|
|
// Users Module
|
|
'search_by_gsm_number' => 'Suche nach GSM-Nummer',
|
|
];
|