mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
added retention rules to piler core
This commit is contained in:
@ -170,6 +170,7 @@ $_['text_non_existent_queue_directory'] = "The queue directory you have specifie
|
||||
$_['text_non_existing_user'] = "Non existing user";
|
||||
$_['text_not_found'] = "Not found";
|
||||
$_['text_not_running'] = "not running";
|
||||
$_['text_not_spam'] = "not spam";
|
||||
$_['title_not_found'] = "Page not found";
|
||||
$_['text_number_of_messages_in_quarantine'] = "Number of messages in the quarantine matching your search criteria";
|
||||
$_['text_number_of_spam_messages_in_quarantine'] = "Number of spam messages in the quarantine matching your search criteria";
|
||||
@ -239,6 +240,8 @@ $_['text_simple'] = "Simple";
|
||||
$_['text_simple_search'] = "Simple search";
|
||||
$_['text_size'] = "Size";
|
||||
$_['text_smtp_status'] = "SMTP status";
|
||||
$_['text_spam'] = "Spam";
|
||||
$_['text_spam2'] = "spam";
|
||||
$_['text_statistics'] = "Statistics";
|
||||
$_['text_status'] = "Status";
|
||||
$_['text_subject'] = "Subject";
|
||||
|
Reference in New Issue
Block a user