Просмотр исходного кода

Added string name and description for temp files removal scheduled task [Bug 5006]

Signed-off-by: emanuele <[email protected]>
emanuele 11 лет назад
Родитель
Сommit
fe4b458fd7
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Themes/default/languages/ManageScheduledTasks.english.php

+ 2 - 0
Themes/default/languages/ManageScheduledTasks.english.php

@@ -33,6 +33,8 @@ $txt['scheduled_task_paid_subscriptions'] = 'Paid Subscription Checks';
 $txt['scheduled_task_desc_paid_subscriptions'] = 'Sends out any necessary paid subscription reminders and removes expired member subscriptions.';
 $txt['scheduled_task_remove_topic_redirect'] = 'Remove MOVED: redirection topics';
 $txt['scheduled_task_desc_remove_topic_redirect'] = 'Deletes "MOVED:" topic notifications as specified when the moved notice was created.';
+$txt['scheduled_task_remove_temp_attachments'] = 'Remove temporary attachment files';
+$txt['scheduled_task_desc_remove_temp_attachments'] = 'Deletes temporary files created while attaching a file to a post that for any reason weren\'t renamed or deleted before.';
 
 $txt['scheduled_task_reg_starting'] = 'Starting at %1$s';
 $txt['scheduled_task_reg_repeating'] = 'repeating every %1$d %2$s';