mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:21:59 +01:00
enhanced empty result message
This commit is contained in:
parent
3e6d41fe3f
commit
52025d6316
@ -101,7 +101,7 @@ $_['text_email_addresses'] = "E-Mail-Adressen";
|
||||
$_['text_email_aliases'] = "E-Mail-Aliase";
|
||||
$_['text_email_in_unknown_domain'] = "Die Domäne dieser E-Mail-Adresse ist unbekannt";
|
||||
$_['text_empty_search_criteria'] = "'Leeres Kriterium'";
|
||||
$_['text_empty_search_result'] = "Keine Suchergebnisse";
|
||||
$_['text_empty_search_result'] = "Keine Suchergebnisse. Try adding the wildcard character(*) after a word snippet, eg. duplic* to find \"duplicate\", \"duplicated\", etc.";
|
||||
$_['text_enable'] = "Aktivieren";
|
||||
$_['text_enabled'] = "aktiviert";
|
||||
$_['text_enter_one_email_address_per_line'] = "Eine E-Mail-Adresse pro Zeile eingeben";
|
||||
|
@ -101,7 +101,7 @@ $_['text_email_addresses'] = "Email addresses";
|
||||
$_['text_email_aliases'] = "Email aliases";
|
||||
$_['text_email_in_unknown_domain'] = "Email address is in an unknown domain";
|
||||
$_['text_empty_search_criteria'] = "'Empty criteria'";
|
||||
$_['text_empty_search_result'] = "Empty search result";
|
||||
$_['text_empty_search_result'] = "Empty search result. Try adding the wildcard character(*) after a word snippet, eg. duplic* to find \"duplicate\", \"duplicated\", etc.";
|
||||
$_['text_enable'] = "Enable";
|
||||
$_['text_enabled'] = "enabled";
|
||||
$_['text_enter_one_email_address_per_line'] = "Enter one email address per line";
|
||||
|
@ -101,7 +101,7 @@ $_['text_email_addresses'] = "Email c
|
||||
$_['text_email_aliases'] = "Email álcímek";
|
||||
$_['text_email_in_unknown_domain'] = "Az email cím ismeretlen domainben van";
|
||||
$_['text_empty_search_criteria'] = "'Üres feltétel'";
|
||||
$_['text_empty_search_result'] = "Nincs találat a keresésre";
|
||||
$_['text_empty_search_result'] = "Nincs találat a keresésre. Próbáljon meg csillagot (*) tenni a szótöredék után, pl. titkos*, hogy megtalálja a \"titkosítás\", \"titkosított\", stb. szavakat tartalmazó leveleket.";
|
||||
$_['text_enable'] = "Engedélyez";
|
||||
$_['text_enabled'] = "engedélyezve";
|
||||
$_['text_enter_one_email_address_per_line'] = "Egy sorba egy email címet írjon";
|
||||
|
@ -101,7 +101,7 @@ $_['text_email_addresses'] = "Email címek";
|
||||
$_['text_email_aliases'] = "Email álcímek";
|
||||
$_['text_email_in_unknown_domain'] = "Az email cím ismeretlen domainben van";
|
||||
$_['text_empty_search_criteria'] = "'Üres feltétel'";
|
||||
$_['text_empty_search_result'] = "Nincs találat a keresésre";
|
||||
$_['text_empty_search_result'] = "Nincs találat a keresésre. Próbáljon meg csillagot (*) tenni a szótöredék után, pl. titkos*, hogy megtalálja a \"titkosítás\", \"titkosított\", stb. szavakat tartalmazó leveleket.";
|
||||
$_['text_enable'] = "Engedélyez";
|
||||
$_['text_enabled'] = "engedélyezve";
|
||||
$_['text_enter_one_email_address_per_line'] = "Egy sorba egy email címet írjon";
|
||||
|
@ -98,7 +98,7 @@ $_['text_email_addresses'] = "Emails";
|
||||
$_['text_email_aliases'] = "Emails aliases";
|
||||
$_['text_email_in_unknown_domain'] = "Email pertence a um domínio desconhecido";
|
||||
$_['text_empty_search_criteria'] = "'Critério vazio'";
|
||||
$_['text_empty_search_result'] = "Pesquisa sem resultado";
|
||||
$_['text_empty_search_result'] = "Pesquisa sem resultado. Try adding the wildcard character(*) after a word snippet, eg. duplic* to find \"duplicate\", \"duplicated\", etc.";
|
||||
$_['text_enable'] = "Permitir";
|
||||
$_['text_enabled'] = "habilitado";
|
||||
$_['text_enter_one_email_address_per_line'] = "Digite um email por linha";
|
||||
|
Loading…
Reference in New Issue
Block a user