mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:47:02 +02:00
enhanced empty result message
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user