From 3b25139a18ac3aca6c3ce4b5af0313eb98105c4f Mon Sep 17 00:00:00 2001 From: nlstart Date: Tue, 30 Oct 2012 09:45:46 +0000 Subject: [PATCH] Preparation for prune option to delete history of download_requests records. --- .../download/languages/English/admin_download.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/e107_plugins/download/languages/English/admin_download.php b/e107_plugins/download/languages/English/admin_download.php index a409ce849..0f916c18f 100644 --- a/e107_plugins/download/languages/English/admin_download.php +++ b/e107_plugins/download/languages/English/admin_download.php @@ -211,6 +211,17 @@ define("DOWLAN_196", "list"); define("DOWLAN_197", "random"); define("DOWLAN_198", "Filter"); +define("DOWLAN_199", "Beware: after pruning the statistics shown per download might not reflect their total history!"); +define("DOWLAN_200", "Number"); +define("DOWLAN_201", "Year/month"); +define("DOWLAN_202", "Prune downloads history"); +define("DOWLAN_203", "Download history records deleted."); +define("DOWLAN_204", "Back to prune overview"); +define("DOWLAN_205", "Prune downloads history details"); +define("DOWLAN_206", "Download history record deleted."); +define("DOWLAN_207", "Back to prune details overview"); +define("DOWLAN_208", "Prune downloads history"); + define("DOWLAN_HELP_1", "Help"); define("DOWLAN_HELP_2", "

Create/edit a download.

Enter only one of: File, URL or Mirror.

Ensure you select a category, otherwise your download will not be visible on the downloads page.

"); define("DOWLAN_HELP_3", "Help for cat"); @@ -225,5 +236,4 @@ define("DOWLAN_HELP_10", "Help for upload options"); define("DOWLAN_INSTALL_DONE", "Your download plugin is now installed"); define("DOWLAN_DESCRIPTION", "This plugin is a fully featured Download system"); define("DOWLAN_CAPTION", "Configure Download"); - ?> \ No newline at end of file