|
From: <ce...@us...> - 2013-08-24 16:21:15
|
Revision: 11972
http://sourceforge.net/p/xoops/svn/11972
Author: cesag
Date: 2013-08-24 16:21:10 +0000 (Sat, 24 Aug 2013)
Log Message:
-----------
Fixed typos, removing obsolete bookmarks, standardization of syntax in the language folder
Modified Paths:
--------------
XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/admin.php
XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/blocks.php
XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/main.php
XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/modinfo.php
XoopsModules/TDMDownloads/trunk/TDMDownloads/templates/tdmdownloads_singlefile.html
XoopsModules/TDMDownloads/trunk/TDMDownloads/xoops_version.php
Removed Paths:
-------------
XoopsModules/TDMDownloads/trunk/TDMDownloads/images/bookmarks/google-reader-icon.png
XoopsModules/TDMDownloads/trunk/TDMDownloads/images/bookmarks/simpy.png
XoopsModules/TDMDownloads/trunk/TDMDownloads/images/bookmarks/spurl.gif
Deleted: XoopsModules/TDMDownloads/trunk/TDMDownloads/images/bookmarks/google-reader-icon.png
===================================================================
(Binary files differ)
Deleted: XoopsModules/TDMDownloads/trunk/TDMDownloads/images/bookmarks/simpy.png
===================================================================
(Binary files differ)
Deleted: XoopsModules/TDMDownloads/trunk/TDMDownloads/images/bookmarks/spurl.gif
===================================================================
(Binary files differ)
Modified: XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/admin.php
===================================================================
--- XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/admin.php 2013-08-24 15:52:40 UTC (rev 11971)
+++ XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/admin.php 2013-08-24 16:21:10 UTC (rev 11972)
@@ -1,6 +1,6 @@
<?php
/**
- * TDMDownload
+ * TDMDownloads
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
@@ -13,160 +13,145 @@
* @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
* @author Gregory Mage (Aka Mage)
*/
-
// index.php
-define('_AM_TDMDOWNLOADS_INDEX_BROKEN',"There are %s broken files reports");
-define('_AM_TDMDOWNLOADS_INDEX_CATEGORIES',"There are %s categories");
-define('_AM_TDMDOWNLOADS_INDEX_DOWNLOADS',"There are %s files in our database");
-define('_AM_TDMDOWNLOADS_INDEX_DOWNLOADSWAITING',"There are %s downloads waiting for approval");
-define('_AM_TDMDOWNLOADS_INDEX_MODIFIED',"There are %s downloads info modification requests");
-
+define('_AM_TDMDOWNLOADS_INDEX_BROKEN', "There are %s broken files report");
+define('_AM_TDMDOWNLOADS_INDEX_CATEGORIES', "There are %s categories");
+define('_AM_TDMDOWNLOADS_INDEX_DOWNLOADS', "There are %s files in our database");
+define('_AM_TDMDOWNLOADS_INDEX_DOWNLOADSWAITING', "There are %s downloads waiting for approval");
+define('_AM_TDMDOWNLOADS_INDEX_MODIFIED', "There are %s downloads info modification requests");
//category.php
-define('_AM_TDMDOWNLOADS_CAT_NEW',"New category");
-define('_AM_TDMDOWNLOADS_CAT_LIST',"Categories List");
-define('_AM_TDMDOWNLOADS_DELDOWNLOADS',"with the following downloads:");
-define('_AM_TDMDOWNLOADS_DELSOUSCAT',"The following categories will be completely deleted:");
-
+define('_AM_TDMDOWNLOADS_CAT_NEW', "New category");
+define('_AM_TDMDOWNLOADS_CAT_LIST', "Categories List");
+define('_AM_TDMDOWNLOADS_DELDOWNLOADS', "with the following downloads:");
+define('_AM_TDMDOWNLOADS_DELSOUSCAT', "The following categories will be completely deleted:");
//downloads.php
-define('_AM_TDMDOWNLOADS_DOWNLOADS_LISTE',"Downloads List");
-define('_AM_TDMDOWNLOADS_DOWNLOADS_NEW',"New download");
-define('_AM_TDMDOWNLOADS_DOWNLOADS_SEARCH',"Search");
-define('_AM_TDMDOWNLOADS_DOWNLOADS_VOTESANONYME',"Votes by anonymous (total of votes : %s)");
-define('_AM_TDMDOWNLOADS_DOWNLOADS_VOTESUSER',"Votes by users (total of votes : %s)");
-define('_AM_TDMDOWNLOADS_DOWNLOADS_VOTE_USER',"Users");
-define('_AM_TDMDOWNLOADS_DOWNLOADS_VOTE_IP',"IP Address");
-define('_AM_TDMDOWNLOADS_DOWNLOADS_WAIT',"Waiting for validation");
-
+define('_AM_TDMDOWNLOADS_DOWNLOADS_LISTE', "Downloads List");
+define('_AM_TDMDOWNLOADS_DOWNLOADS_NEW', "New download");
+define('_AM_TDMDOWNLOADS_DOWNLOADS_SEARCH', "Search");
+define('_AM_TDMDOWNLOADS_DOWNLOADS_VOTESANONYME', "Votes by anonymous (total of votes: %s)");
+define('_AM_TDMDOWNLOADS_DOWNLOADS_VOTESUSER', "Votes by users (total of votes: %s)");
+define('_AM_TDMDOWNLOADS_DOWNLOADS_VOTE_USER', "Users");
+define('_AM_TDMDOWNLOADS_DOWNLOADS_VOTE_IP', "IP Address");
+define('_AM_TDMDOWNLOADS_DOWNLOADS_WAIT', "Waiting for validation");
//broken.php
-define('_AM_TDMDOWNLOADS_BROKEN_SENDER',"Report Author");
-define('_AM_TDMDOWNLOADS_BROKEN_SURDEL',"Are you sure you want to delete this report?");
-
+define('_AM_TDMDOWNLOADS_BROKEN_SENDER', "Report Author");
+define('_AM_TDMDOWNLOADS_BROKEN_SURDEL', "Are you sure you want to delete this report?");
//modified.php
-define('_AM_TDMDOWNLOADS_MODIFIED_MOD',"Submitted by;");
-define('_AM_TDMDOWNLOADS_MODIFIED_ORIGINAL',"Original");
-define('_AM_TDMDOWNLOADS_MODIFIED_SURDEL',"Are you sure to delete this download modification request?");
-
+define('_AM_TDMDOWNLOADS_MODIFIED_MOD', "Submitted by;");
+define('_AM_TDMDOWNLOADS_MODIFIED_ORIGINAL', "Original");
+define('_AM_TDMDOWNLOADS_MODIFIED_SURDEL', "Are you sure to delete this download modification request?");
//field.php
-define('_AM_TDMDOWNLOADS_DELDATA',"With the following data:");
-define('_AM_TDMDOWNLOADS_FIELD_LIST',"Fields List");
-define('_AM_TDMDOWNLOADS_FIELD_NEW',"New fields");
-
+define('_AM_TDMDOWNLOADS_DELDATA', "With the following data:");
+define('_AM_TDMDOWNLOADS_FIELD_LIST', "Fields List");
+define('_AM_TDMDOWNLOADS_FIELD_NEW', "New fields");
//about.php
-define('_AM_TDMDOWNLOADS_ABOUT_FILEPROTECTION',"Files Protection");
-define('_AM_TDMDOWNLOADS_ABOUT_FILEPROTECTION_INFO1',"To protect your files against unwanted downloads (compared to permissions), you have to create an '.htaccess' file in the folder:");
-define('_AM_TDMDOWNLOADS_ABOUT_FILEPROTECTION_INFO2',"With the following content:");
-
+define('_AM_TDMDOWNLOADS_ABOUT_FILEPROTECTION', "Files Protection");
+define('_AM_TDMDOWNLOADS_ABOUT_FILEPROTECTION_INFO1', "To protect your files against unwanted downloads (compared to permissions), you have to create an '.htaccess' file in the folder:");
+define('_AM_TDMDOWNLOADS_ABOUT_FILEPROTECTION_INFO2', "With the following content:");
//permissions.php
-define('_AM_TDMDOWNLOADS_PERMISSIONS_4',"Submit a download");
-define('_AM_TDMDOWNLOADS_PERMISSIONS_8',"Submit a modification");
-define('_AM_TDMDOWNLOADS_PERMISSIONS_16',"note a download");
-define('_AM_TDMDOWNLOADS_PERMISSIONS_32',"Upload files");
-define('_AM_TDMDOWNLOADS_PERMISSIONS_64',"Auto approve submitted files");
-define('_AM_TDMDOWNLOADS_PERM_AUTRES',"Other permissions");
-define('_AM_TDMDOWNLOADS_PERM_AUTRES_DSC',"Select groups that can:");
-define('_AM_TDMDOWNLOADS_PERM_DOWNLOAD',"Downloads Permissions");
-define('_AM_TDMDOWNLOADS_PERM_DOWNLOAD_DSC',"Select groups that can download in the categories");
-define('_AM_TDMDOWNLOADS_PERM_DOWNLOAD_DSC2',"Select groups that can download files");
-define('_AM_TDMDOWNLOADS_PERM_SUBMIT',"Submit Permission");
-define('_AM_TDMDOWNLOADS_PERM_SUBMIT_DSC',"Choose groups that can submit files to categories");
-define('_AM_TDMDOWNLOADS_PERM_VIEW',"View Permissions");
-define('_AM_TDMDOWNLOADS_PERM_VIEW_DSC',"Choose group than can view files in categories");
-
+define('_AM_TDMDOWNLOADS_PERMISSIONS_4', "Submit a download");
+define('_AM_TDMDOWNLOADS_PERMISSIONS_8', "Submit a modification");
+define('_AM_TDMDOWNLOADS_PERMISSIONS_16', "note a download");
+define('_AM_TDMDOWNLOADS_PERMISSIONS_32', "Upload files");
+define('_AM_TDMDOWNLOADS_PERMISSIONS_64', "Auto approve submitted files");
+define('_AM_TDMDOWNLOADS_PERM_AUTRES', "Other permissions");
+define('_AM_TDMDOWNLOADS_PERM_AUTRES_DSC', "Select groups that can:");
+define('_AM_TDMDOWNLOADS_PERM_DOWNLOAD', "Downloads Permissions");
+define('_AM_TDMDOWNLOADS_PERM_DOWNLOAD_DSC', "Select groups that can download in the categories");
+define('_AM_TDMDOWNLOADS_PERM_DOWNLOAD_DSC2', "Select groups that can download files");
+define('_AM_TDMDOWNLOADS_PERM_SUBMIT', "Submit Permission");
+define('_AM_TDMDOWNLOADS_PERM_SUBMIT_DSC', "Choose groups that can submit files to categories");
+define('_AM_TDMDOWNLOADS_PERM_VIEW', "View Permissions");
+define('_AM_TDMDOWNLOADS_PERM_VIEW_DSC', "Choose group than can view files in categories");
// Import.php
-define('_AM_TDMDOWNLOADS_IMPORT1',"Import");
-define('_AM_TDMDOWNLOADS_IMPORT_CAT_IMP',"Categories: '%s' imported");
-define('_AM_TDMDOWNLOADS_IMPORT_CONF_MYDOWNLOADS',"Are you sure you want to import data from Mydownloads module to TDMDownloads");
-define('_AM_TDMDOWNLOADS_IMPORT_CONF_WFDOWNLOADS',"Are you sure you want to import data from WF-Downloads module to TDMDownloads");
-define('_AM_TDMDOWNLOADS_IMPORT_DONT_DOWNLOADS',"there are no files to import");
-define('_AM_TDMDOWNLOADS_IMPORT_DONT_TOPIC',"there are no files to import");
-define('_AM_TDMDOWNLOADS_IMPORT_DOWNLOADS',"files Import");
-define('_AM_TDMDOWNLOADS_IMPORT_DOWNLOADS_IMP',"files: '%s' imported;");
-define('_AM_TDMDOWNLOADS_IMPORT_ERREUR',"Select Upload Directory (the path)");
-define('_AM_TDMDOWNLOADS_IMPORT_ERROR_DATA',"Error during the import of data");
-define('_AM_TDMDOWNLOADS_IMPORT_MYDOWNLOADS',"Import from Mydownloads");
-define('_AM_TDMDOWNLOADS_IMPORT_MYDOWNLOADS_PATH',"Select Upload Directory (the path) for screen shots of Mydownloads");
-define('_AM_TDMDOWNLOADS_IMPORT_MYDOWNLOADS_URL',"Choose the corresponding URL for screen shots of Mydownloads");
-define('_AM_TDMDOWNLOADS_IMPORT_NB_CAT',"There are %s categories to import");
-define('_AM_TDMDOWNLOADS_IMPORT_NB_DOWNLOADS',"There are %s files to import");
-define('_AM_TDMDOWNLOADS_IMPORT_NUMBER',"Data to import");
-define('_AM_TDMDOWNLOADS_IMPORT_OK',"Import successfully done !!!");
-define('_AM_TDMDOWNLOADS_IMPORT_VOTE_IMP',"VOTES: '%s' imported;");
-define('_AM_TDMDOWNLOADS_IMPORT_WARNING',"<span style='color:#FF0000; font-size:16px; font-weight:bold'>Attention !</span><br><br> Import will delete all data in TDMDownloads. It's highly recomended that you make a backup of all your data first, as well as of your website.<br><br>TDM is not responsible if you lose your data. Unfortunately, the screen shots cannot be copied.");
-define('_AM_TDMDOWNLOADS_IMPORT_WFDOWNLOADS',"Import from WF Downloads(only for V3.2 RC2)");
-define('_AM_TDMDOWNLOADS_IMPORT_WFDOWNLOADS_CATIMG',"Select Upload Directory (the path) for categories images of WF-Downloads");
-define('_AM_TDMDOWNLOADS_IMPORT_WFDOWNLOADS_SHOTS',"Select Upload Directory (the path) for screen shots of WF-Downloads");
-
+define('_AM_TDMDOWNLOADS_IMPORT1', "Import");
+define('_AM_TDMDOWNLOADS_IMPORT_CAT_IMP', "Categories: '%s' imported");
+define('_AM_TDMDOWNLOADS_IMPORT_CONF_MYDOWNLOADS', "Are you sure you want to import data from Mydownloads module to TDMDownloads");
+define('_AM_TDMDOWNLOADS_IMPORT_CONF_WFDOWNLOADS', "Are you sure you want to import data from WF-Downloads module to TDMDownloads");
+define('_AM_TDMDOWNLOADS_IMPORT_DONT_DOWNLOADS', "there are no files to import");
+define('_AM_TDMDOWNLOADS_IMPORT_DONT_TOPIC', "there are no files to import");
+define('_AM_TDMDOWNLOADS_IMPORT_DOWNLOADS', "files Import");
+define('_AM_TDMDOWNLOADS_IMPORT_DOWNLOADS_IMP', "files: '%s' imported;");
+define('_AM_TDMDOWNLOADS_IMPORT_ERREUR', "Select Upload Directory (the path)");
+define('_AM_TDMDOWNLOADS_IMPORT_ERROR_DATA', "Error during the import of data");
+define('_AM_TDMDOWNLOADS_IMPORT_MYDOWNLOADS', "Import from Mydownloads");
+define('_AM_TDMDOWNLOADS_IMPORT_MYDOWNLOADS_PATH', "Select Upload Directory (the path) for screen shots of Mydownloads");
+define('_AM_TDMDOWNLOADS_IMPORT_MYDOWNLOADS_URL', "Choose the corresponding URL for screen shots of Mydownloads");
+define('_AM_TDMDOWNLOADS_IMPORT_NB_CAT', "There are %s categories to import");
+define('_AM_TDMDOWNLOADS_IMPORT_NB_DOWNLOADS', "There are %s files to import");
+define('_AM_TDMDOWNLOADS_IMPORT_NUMBER', "Data to import");
+define('_AM_TDMDOWNLOADS_IMPORT_OK', "Import successfully done!");
+define('_AM_TDMDOWNLOADS_IMPORT_VOTE_IMP', "VOTES: '%s' imported;");
+define('_AM_TDMDOWNLOADS_IMPORT_WARNING', "<span style='color:#FF0000; font-size:16px; font-weight:bold'>Attention !</span><br /><br /> Import will delete all data in TDMDownloads. It's highly recommended that you make a backup of all your data first, as well as of your website.<br /><br />TDM is not responsible if you lose your data. Unfortunately, the screen shots cannot be copied.");
+define('_AM_TDMDOWNLOADS_IMPORT_WFDOWNLOADS', "Import from WF Downloads (only for V3.2 RC2)");
+define('_AM_TDMDOWNLOADS_IMPORT_WFDOWNLOADS_CATIMG', "Select Upload Directory (the path) for categories images of WF-Downloads");
+define('_AM_TDMDOWNLOADS_IMPORT_WFDOWNLOADS_SHOTS', "Select Upload Directory (the path) for screen shots of WF-Downloads");
//Pour les options de filtre
-define('_AM_TDMDOWNLOADS_ORDER'," order: ");
-define('_AM_TDMDOWNLOADS_TRIPAR',"sorted by: ");
-
+define('_AM_TDMDOWNLOADS_ORDER', " order: ");
+define('_AM_TDMDOWNLOADS_TRIPAR', "sorted by: ");
//Formulaire et tableau
-define('_AM_TDMDOWNLOADS_FORMADD',"Add");
-define('_AM_TDMDOWNLOADS_FORMACTION',"Action");
-define('_AM_TDMDOWNLOADS_FORMAFFICHE',"Display the field?");
-define('_AM_TDMDOWNLOADS_FORMAFFICHESEARCH',"Search field?");
-define('_AM_TDMDOWNLOADS_FORMAPPROVE',"Approve");
-define('_AM_TDMDOWNLOADS_FORMCAT',"Category");
-define('_AM_TDMDOWNLOADS_FORMCOMMENTS',"Number of comments");
-define('_AM_TDMDOWNLOADS_FORMDATE',"Date");
-define('_AM_TDMDOWNLOADS_FORMDATEUPDATE',"Update the date");
-define('_AM_TDMDOWNLOADS_FORMDATEUPDATE_NO',"No");
-define('_AM_TDMDOWNLOADS_FORMDATEUPDATE_YES',"Yes -->");
-define('_AM_TDMDOWNLOADS_FORMDEL',"Delete");
-define('_AM_TDMDOWNLOADS_FORMDISPLAY',"Display");
-define('_AM_TDMDOWNLOADS_FORMEDIT',"Edit");
-define('_AM_TDMDOWNLOADS_FORMFILE',"File");
-define('_AM_TDMDOWNLOADS_FORMHITS',"Hits");
-define('_AM_TDMDOWNLOADS_FORMHOMEPAGE',"Home Page");
-define('_AM_TDMDOWNLOADS_FORMLOCK',"Deactivate the download");
-define('_AM_TDMDOWNLOADS_FORMIGNORE',"Ignore");
-define('_AM_TDMDOWNLOADS_FORMINCAT',"in the category");
-define('_AM_TDMDOWNLOADS_FORMIMAGE',"Image");
-define('_AM_TDMDOWNLOADS_FORMIMG',"Logo");
-define('_AM_TDMDOWNLOADS_FORMPAYPAL',"Paypal address for donation");
-define('_AM_TDMDOWNLOADS_FORMPATH',"Files exist in: %s");
-define('_AM_TDMDOWNLOADS_FORMPERMDOWNLOAD',"Select groups that can download this file");
-define('_AM_TDMDOWNLOADS_FORMPLATFORM',"Platform: ");
-define('_AM_TDMDOWNLOADS_FORMPOSTER',"Posted by ");
-define('_AM_TDMDOWNLOADS_FORMRATING',"Note");
-define('_AM_TDMDOWNLOADS_FORMSIZE',"File size");
-define('_AM_TDMDOWNLOADS_FORMSTATUS',"Download Status");
-define('_AM_TDMDOWNLOADS_FORMSTATUS_OK',"Approved");
-define('_AM_TDMDOWNLOADS_FORMSUBMITTER',"Posted by");
-define('_AM_TDMDOWNLOADS_FORMSUREDEL',"Are you sure you want to delete : <b><span style='color : Red'> %s </span></b>");
-define('_AM_TDMDOWNLOADS_FORMTEXT',"Description");
-define('_AM_TDMDOWNLOADS_FORMTEXTDOWNLOADS',"Description : <br><br>Use the delimiter '<b>[pagebreak]</b>' to define the size of the short description. <br> The short description allows to reduce the text size in the homepage of the module and categories.");
-define('_AM_TDMDOWNLOADS_FORMTITLE',"Title");
-define('_AM_TDMDOWNLOADS_FORMUPLOAD',"Upload");
-define('_AM_TDMDOWNLOADS_FORMURL',"Download URL");
-define('_AM_TDMDOWNLOADS_FORMVALID',"Activate the download");
-define('_AM_TDMDOWNLOADS_FORMVERSION',"Version");
-define('_AM_TDMDOWNLOADS_FORMVOTE',"Votes");
-define('_AM_TDMDOWNLOADS_FORMWEIGHT',"Weight");
-define('_AM_TDMDOWNLOADS_FORMWITHFILE',"With the file: ");
-
+define('_AM_TDMDOWNLOADS_FORMADD', "Add");
+define('_AM_TDMDOWNLOADS_FORMACTION', "Action");
+define('_AM_TDMDOWNLOADS_FORMAFFICHE', "Display the field?");
+define('_AM_TDMDOWNLOADS_FORMAFFICHESEARCH', "Search field?");
+define('_AM_TDMDOWNLOADS_FORMAPPROVE', "Approve");
+define('_AM_TDMDOWNLOADS_FORMCAT', "Category");
+define('_AM_TDMDOWNLOADS_FORMCOMMENTS', "Number of comments");
+define('_AM_TDMDOWNLOADS_FORMDATE', "Date");
+define('_AM_TDMDOWNLOADS_FORMDATEUPDATE', "Update the date");
+define('_AM_TDMDOWNLOADS_FORMDATEUPDATE_NO', "No");
+define('_AM_TDMDOWNLOADS_FORMDATEUPDATE_YES', "Yes -->");
+define('_AM_TDMDOWNLOADS_FORMDEL', "Delete");
+define('_AM_TDMDOWNLOADS_FORMDISPLAY', "Display");
+define('_AM_TDMDOWNLOADS_FORMEDIT', "Edit");
+define('_AM_TDMDOWNLOADS_FORMFILE', "File");
+define('_AM_TDMDOWNLOADS_FORMHITS', "Hits");
+define('_AM_TDMDOWNLOADS_FORMHOMEPAGE', "Home Page");
+define('_AM_TDMDOWNLOADS_FORMLOCK', "Deactivate the download");
+define('_AM_TDMDOWNLOADS_FORMIGNORE', "Ignore");
+define('_AM_TDMDOWNLOADS_FORMINCAT', "In the category");
+define('_AM_TDMDOWNLOADS_FORMIMAGE', "Image");
+define('_AM_TDMDOWNLOADS_FORMIMG', "Logo");
+define('_AM_TDMDOWNLOADS_FORMPAYPAL', "Paypal address for donation");
+define('_AM_TDMDOWNLOADS_FORMPATH', "Files exist in: %s");
+define('_AM_TDMDOWNLOADS_FORMPERMDOWNLOAD', "Select groups that can download this file");
+define('_AM_TDMDOWNLOADS_FORMPLATFORM', "Platform: ");
+define('_AM_TDMDOWNLOADS_FORMPOSTER', "Posted by ");
+define('_AM_TDMDOWNLOADS_FORMRATING', "Note");
+define('_AM_TDMDOWNLOADS_FORMSIZE', "File size");
+define('_AM_TDMDOWNLOADS_FORMSTATUS', "Download Status");
+define('_AM_TDMDOWNLOADS_FORMSTATUS_OK', "Approved");
+define('_AM_TDMDOWNLOADS_FORMSUBMITTER', "Posted by");
+define('_AM_TDMDOWNLOADS_FORMSUREDEL', "Are you sure you want to delete: <strong><span style='color:red'> %s </span></strong>");
+define('_AM_TDMDOWNLOADS_FORMTEXT', "Description");
+define('_AM_TDMDOWNLOADS_FORMTEXTDOWNLOADS', "Description: <br /><br />Use the delimiter '<strong>[pagebreak]</strong>' to define the size of the short description. <br /> The short description allows to reduce the text size in the home page of the module and categories.");
+define('_AM_TDMDOWNLOADS_FORMTITLE', "Title");
+define('_AM_TDMDOWNLOADS_FORMUPLOAD', "Upload");
+define('_AM_TDMDOWNLOADS_FORMURL', "Download URL");
+define('_AM_TDMDOWNLOADS_FORMVALID', "Activate the download");
+define('_AM_TDMDOWNLOADS_FORMVERSION', "Version");
+define('_AM_TDMDOWNLOADS_FORMVOTE', "Votes");
+define('_AM_TDMDOWNLOADS_FORMWEIGHT', "Weight");
+define('_AM_TDMDOWNLOADS_FORMWITHFILE', "With the file: ");
//Message d'erreur
-define('_AM_TDMDOWNLOADS_ERREUR_CAT',"You can not use this category (looping on itself)");
-define('_AM_TDMDOWNLOADS_ERREUR_NOBMODDOWNLOADS',"There are no modified downloads");
-define('_AM_TDMDOWNLOADS_ERREUR_NOBROKENDOWNLOADS',"There are no broken downloads");
-define('_AM_TDMDOWNLOADS_ERREUR_NOCAT',"You have to choose a category!");
-define('_AM_TDMDOWNLOADS_ERREUR_NODESCRIPTION',"You have to write a description");
-define('_AM_TDMDOWNLOADS_ERREUR_NODOWNLOADS',"There are no files to download");
-define('_AM_TDMDOWNLOADS_ERREUR_SIZE',"the file size must be a number");
-define('_AM_TDMDOWNLOADS_ERREUR_WEIGHT',"weight must be a number");
-
+define('_AM_TDMDOWNLOADS_ERREUR_CAT', "You cannot use this category (looping on itself)");
+define('_AM_TDMDOWNLOADS_ERREUR_NOBMODDOWNLOADS', "There are no modified downloads");
+define('_AM_TDMDOWNLOADS_ERREUR_NOBROKENDOWNLOADS', "There are no broken downloads");
+define('_AM_TDMDOWNLOADS_ERREUR_NOCAT', "You have to choose a category!");
+define('_AM_TDMDOWNLOADS_ERREUR_NODESCRIPTION', "You have to write a description");
+define('_AM_TDMDOWNLOADS_ERREUR_NODOWNLOADS', "There are no files to download");
+define('_AM_TDMDOWNLOADS_ERREUR_SIZE', "the file size must be a number");
+define('_AM_TDMDOWNLOADS_ERREUR_WEIGHT', "weight must be a number");
//Message de redirection
-define('_AM_TDMDOWNLOADS_REDIRECT_DELOK',"Successfully deleted ");
-define('_AM_TDMDOWNLOADS_REDIRECT_NOCAT',"You have to create a category first");
-define('_AM_TDMDOWNLOADS_REDIRECT_NODELFIELD',"You can not delete this field (Basic Field)");
-define('_AM_TDMDOWNLOADS_REDIRECT_SAVE',"Successfully registered");
-define('_AM_TDMDOWNLOADS_REDIRECT_DEACTIVATED',"Successfully deactivated");
-
-define('_AM_TDMDOWNLOADS_NOPERMSSET',"Permission cannot be set: No Category created yet! Please create a Category first.");
-
+define('_AM_TDMDOWNLOADS_REDIRECT_DELOK', "Successfully deleted ");
+define('_AM_TDMDOWNLOADS_REDIRECT_NOCAT', "You have to create a category first");
+define('_AM_TDMDOWNLOADS_REDIRECT_NODELFIELD', "You can not delete this field (Basic Field)");
+define('_AM_TDMDOWNLOADS_REDIRECT_SAVE', "Successfully registered");
+define('_AM_TDMDOWNLOADS_REDIRECT_DEACTIVATED', "Successfully deactivated");
+define('_AM_TDMDOWNLOADS_NOPERMSSET', "Permission cannot be set: No Category created yet! Please create a Category first.");
//Bytes sizes
-define('_AM_TDMDOWNLOADS_BYTES','Bytes');
-define('_AM_TDMDOWNLOADS_KBYTES','KB');
-define('_AM_TDMDOWNLOADS_MBYTES','MB');
-define('_AM_TDMDOWNLOADS_GBYTES','GB');
-define('_AM_TDMDOWNLOADS_TBYTES','TB');
\ No newline at end of file
+define('_AM_TDMDOWNLOADS_BYTES', "Bytes");
+define('_AM_TDMDOWNLOADS_KBYTES', "KB");
+define('_AM_TDMDOWNLOADS_MBYTES', "MB");
+define('_AM_TDMDOWNLOADS_GBYTES', "GB");
+define('_AM_TDMDOWNLOADS_TBYTES', "TB");
\ No newline at end of file
Modified: XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/blocks.php
===================================================================
--- XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/blocks.php 2013-08-24 15:52:40 UTC (rev 11971)
+++ XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/blocks.php 2013-08-24 16:21:10 UTC (rev 11972)
@@ -1,6 +1,6 @@
<?php
/**
- * TDMDownload
+ * TDMDownloads
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
@@ -13,21 +13,20 @@
* @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
* @author Gregory Mage (Aka Mage)
*/
-
-define("_MB_TDMDOWNLOADS_ALLCAT","All Categories");
-define("_MB_TDMDOWNLOADS_CATTODISPLAY","Select Displayed Categories");
-define("_MB_TDMDOWNLOADS_CHARS","Title Length");
-define("_MB_TDMDOWNLOADS_DESCRIPTION","Use description?");
-define("_MB_TDMDOWNLOADS_DISP","Display");
-define("_MB_TDMDOWNLOADS_FILES","Files");
-define("_MB_TDMDOWNLOADS_LENGTH","Characters");
-define("_MB_TDMDOWNLOADS_LOGO","Use logo?");
-define("_MB_TDMDOWNLOADS_SUBMITDATE","Submitted Date ");
-define("_MB_TDMDOWNLOADS_SUBMITTER","Submitted by: ");
-define("_MB_TDMDOWNLOADS_INFORMATIONS","Information?");
-define("_MB_TDMDOWNLOADS_REATING","Rating: ");
-define("_MB_TDMDOWNLOADS_HITS","Hits: ");
-define("_MB_TDMDOWNLOADS_FLOAT","Image float: ");
-define("_MB_TDMDOWNLOADS_FLOAT_LEFT","Left");
-define("_MB_TDMDOWNLOADS_FLOAT_RIGHT","Right");
-define("_MB_TDMDOWNLOADS_WHITE","Image white");
\ No newline at end of file
+define('_MB_TDMDOWNLOADS_ALLCAT', "All Categories");
+define('_MB_TDMDOWNLOADS_CATTODISPLAY', "Select Displayed Categories");
+define('_MB_TDMDOWNLOADS_CHARS', "Title Length");
+define('_MB_TDMDOWNLOADS_DESCRIPTION', "Use description?");
+define('_MB_TDMDOWNLOADS_DISP', "Display");
+define('_MB_TDMDOWNLOADS_FILES', "Files");
+define('_MB_TDMDOWNLOADS_LENGTH', "Characters");
+define('_MB_TDMDOWNLOADS_LOGO', "Use logo?");
+define('_MB_TDMDOWNLOADS_SUBMITDATE', "Submitted Date ");
+define('_MB_TDMDOWNLOADS_SUBMITTER', "Submitted by: ");
+define('_MB_TDMDOWNLOADS_INFORMATIONS', "Information?");
+define('_MB_TDMDOWNLOADS_REATING', "Rating: ");
+define('_MB_TDMDOWNLOADS_HITS', "Hits: ");
+define('_MB_TDMDOWNLOADS_FLOAT', "Image float: ");
+define('_MB_TDMDOWNLOADS_FLOAT_LEFT', "Left");
+define('_MB_TDMDOWNLOADS_FLOAT_RIGHT', "Right");
+define('_MB_TDMDOWNLOADS_WHITE', "Image white");
\ No newline at end of file
Modified: XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/main.php
===================================================================
--- XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/main.php 2013-08-24 15:52:40 UTC (rev 11971)
+++ XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/main.php 2013-08-24 16:21:10 UTC (rev 11972)
@@ -1,6 +1,6 @@
<?php
/**
- * TDMDownload
+ * TDMDownloads
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
@@ -13,142 +13,127 @@
* @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
* @author Gregory Mage (Aka Mage)
*/
-
// index.php
-define("_MD_TDMDOWNLOADS_INDEX_BLDATE","Recent Downloads:");
-define("_MD_TDMDOWNLOADS_INDEX_BLNAME","Summary");
-define("_MD_TDMDOWNLOADS_INDEX_BLRATING","Top rated files:");
-define("_MD_TDMDOWNLOADS_INDEX_BLPOP","Top Downloads:");
-define("_MD_TDMDOWNLOADS_INDEX_DLNOW","Download now!");
-define("_MD_TDMDOWNLOADS_INDEX_LATESTLIST","Latest files");
-define("_MD_TDMDOWNLOADS_INDEX_NEWTHISWEEK","New this week");
-define("_MD_TDMDOWNLOADS_INDEX_POPULAR","Popular");
-define("_MD_TDMDOWNLOADS_INDEX_UPTHISWEEK","Updated this week");
-define("_MD_TDMDOWNLOADS_INDEX_SCAT","Sub Categories: ");
-define("_MD_TDMDOWNLOADS_INDEX_SUBMITDATE","Submission Date: ");
-define("_MD_TDMDOWNLOADS_INDEX_SUBMITTER","Submitted by: ");
-define("_MD_TDMDOWNLOADS_INDEX_THEREARE","There are<b>%s</b> file(s) in our databse");
-
+define('_MD_TDMDOWNLOADS_INDEX_BLDATE', "Recent Downloads:");
+define('_MD_TDMDOWNLOADS_INDEX_BLNAME', "Summary");
+define('_MD_TDMDOWNLOADS_INDEX_BLRATING', "Top rated files:");
+define('_MD_TDMDOWNLOADS_INDEX_BLPOP', "Top Downloads:");
+define('_MD_TDMDOWNLOADS_INDEX_DLNOW', "Download now!");
+define('_MD_TDMDOWNLOADS_INDEX_LATESTLIST', "Latest files");
+define('_MD_TDMDOWNLOADS_INDEX_NEWTHISWEEK', "New this week");
+define('_MD_TDMDOWNLOADS_INDEX_POPULAR', "Popular");
+define('_MD_TDMDOWNLOADS_INDEX_UPTHISWEEK', "Updated this week");
+define('_MD_TDMDOWNLOADS_INDEX_SCAT', "Sub Categories: ");
+define('_MD_TDMDOWNLOADS_INDEX_SUBMITDATE', "Submission Date: ");
+define('_MD_TDMDOWNLOADS_INDEX_SUBMITTER', "Submitted by: ");
+define('_MD_TDMDOWNLOADS_INDEX_THEREARE', "There are <strong>%s</strong> file(s) in our database");
// viewcat.php:
-define("_MD_TDMDOWNLOADS_CAT_CURSORTBY","Files currently sorted by : %s");
-define("_MD_TDMDOWNLOADS_CAT_DATE","Date");
-define("_MD_TDMDOWNLOADS_CAT_DATENEW","Date (Descending)");
-define("_MD_TDMDOWNLOADS_CAT_DATEOLD","Date (Ascending)");
-define("_MD_TDMDOWNLOADS_CAT_HITS","Hits");
-define("_MD_TDMDOWNLOADS_CAT_LIST","List");
-define("_MD_TDMDOWNLOADS_CAT_NONEXISTENT","This category does not exist");
-define("_MD_TDMDOWNLOADS_CAT_POPULARITY","Popularity");
-define("_MD_TDMDOWNLOADS_CAT_POPULARITYLTOM","Popularity (from - to + Downloads)");
-define("_MD_TDMDOWNLOADS_CAT_POPULARITYMTOL","Popularity (from + to - Downloads)");
-define("_MD_TDMDOWNLOADS_CAT_RATING","Rate");
-define("_MD_TDMDOWNLOADS_CAT_RATINGLTOH","Rating (from - to + high score)");
-define("_MD_TDMDOWNLOADS_CAT_RATINGHTOL","Rating (from + to - high score)");
-define("_MD_TDMDOWNLOADS_CAT_SORTBY","Sorted by :");
-define("_MD_TDMDOWNLOADS_CAT_SUMMARY","Summary");
-define("_MD_TDMDOWNLOADS_CAT_THEREARE","There are <b>%s</b> file(s) in this category");
-define("_MD_TDMDOWNLOADS_CAT_TITLE","Title");
-define("_MD_TDMDOWNLOADS_CAT_TITLEATOZ","Title (A to Z)");
-define("_MD_TDMDOWNLOADS_CAT_TITLEZTOA","Title (Z to A)");
-define("_MD_TDMDOWNLOADS_CAT_VOTE","Vote");
-
+define('_MD_TDMDOWNLOADS_CAT_CURSORTBY', "Files currently sorted by: %s");
+define('_MD_TDMDOWNLOADS_CAT_DATE', "Date");
+define('_MD_TDMDOWNLOADS_CAT_DATENEW', "Date (Descending)");
+define('_MD_TDMDOWNLOADS_CAT_DATEOLD', "Date (Ascending)");
+define('_MD_TDMDOWNLOADS_CAT_HITS', "Hits");
+define('_MD_TDMDOWNLOADS_CAT_LIST', "List");
+define('_MD_TDMDOWNLOADS_CAT_NONEXISTENT', "This category does not exist");
+define('_MD_TDMDOWNLOADS_CAT_POPULARITY', "Popularity");
+define('_MD_TDMDOWNLOADS_CAT_POPULARITYLTOM', "Popularity (from - to + Downloads)");
+define('_MD_TDMDOWNLOADS_CAT_POPULARITYMTOL', "Popularity (from + to - Downloads)");
+define('_MD_TDMDOWNLOADS_CAT_RATING', "Rate");
+define('_MD_TDMDOWNLOADS_CAT_RATINGLTOH', "Rating (from - to + high score)");
+define('_MD_TDMDOWNLOADS_CAT_RATINGHTOL', "Rating (from + to - high score)");
+define('_MD_TDMDOWNLOADS_CAT_SORTBY', "Sorted by:");
+define('_MD_TDMDOWNLOADS_CAT_SUMMARY', "Summary");
+define('_MD_TDMDOWNLOADS_CAT_THEREARE', "There are <strong>%s</strong> file(s) in this category");
+define('_MD_TDMDOWNLOADS_CAT_TITLE', "Title");
+define('_MD_TDMDOWNLOADS_CAT_TITLEATOZ', "Title (A to Z)");
+define('_MD_TDMDOWNLOADS_CAT_TITLEZTOA', "Title (Z to A)");
+define('_MD_TDMDOWNLOADS_CAT_VOTE', "Vote");
// singlefile.php:
-define("_MD_TDMDOWNLOADS_SINGLEFILE_AUTHOR","Submitted by: ");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_COMMENTS","Comments (%s)");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_DATEPROP","Submission Date: ");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_ICI","Here");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_INTFILEFOUND","Here is an important file %s");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_LIMITGLOBAL","You have downloaded %s files from this website and the limit is % s in 24h ");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_LIMITLID","You have downloaded this file% s times and the limit is % s in 24h");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_MODIFY","Modify");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_NBTELECH","Downloads: %s");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_NONEXISTENT","this download does not exist in our database");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_NOPERMDOWNLOAD","You don't have the right to download this file");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_RATING","Rating: ");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_RATHFILE","Rate this file");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_REPORTBROKEN","Report a broken file");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_TELLAFRIEND","Send to a Friend");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_VOTES","(%s votes)");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_PAYPAL","Donation for %s");
-define("_MD_TDMDOWNLOADS_SINGLEFILE_NOPERM","You don't have download permissions");
-
+define('_MD_TDMDOWNLOADS_SINGLEFILE_AUTHOR', "Submitted by: ");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_COMMENTS', "Comments (%s)");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_DATEPROP', "Submission Date: ");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_ICI', "Here");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_INTFILEFOUND', "Here is an important file from %s");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_LIMITGLOBAL', "You have downloaded %s files from this website and the limit is %s in 24h ");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_LIMITLID', "You have downloaded this file %s times and the limit is %s in 24h");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_MODIFY', "Modify");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_NBTELECH', "Downloads: %s");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_NONEXISTENT', "this download does not exist in our database");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_NOPERMDOWNLOAD', "You don't have the right to download this file");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_RATING', "Rating: ");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_RATHFILE', "Rate this file");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_REPORTBROKEN', "Report a broken file");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_TELLAFRIEND', "Send to a friend");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_VOTES', " (%s votes)");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_PAYPAL', "Donation for %s");
+define('_MD_TDMDOWNLOADS_SINGLEFILE_NOPERM', "You don't have permission to download");
// ratefile.php
-define("_MD_TDMDOWNLOADS_RATEFILE_BEOBJECTIVE","Please be objective, if everyone receives a 1 or a 10, the ratings aren't very useful.");
-define("_MD_TDMDOWNLOADS_RATEFILE_CANTVOTEOWN","Do not vote for your own files.<br />All votes are recorded and verified.");
-define("_MD_TDMDOWNLOADS_RATEFILE_DONOTVOTE","Do not vote for your own files.");
-define("_MD_TDMDOWNLOADS_RATEFILE_NORATING","The vote must be between 0 and 10");
-define("_MD_TDMDOWNLOADS_RATEFILE_RATE","Rate it !");
-define("_MD_TDMDOWNLOADS_RATEFILE_RATINGSCALE","The scale is 1 - 10, with 1 being poor and 10 being excellent.");
-define("_MD_TDMDOWNLOADS_RATEFILE_VOTE","Vote");
-define("_MD_TDMDOWNLOADS_RATEFILE_VOTEOK","Your vote is appreciated.<br />Thank you for taking the time to vote here");
-define("_MD_TDMDOWNLOADS_RATEFILE_VOTEONCE","Please do not vote for the same resource more than once.");
-
+define('_MD_TDMDOWNLOADS_RATEFILE_BEOBJECTIVE', "Please be objective, if everyone receives a 1 or a 10, the ratings aren't very useful.");
+define('_MD_TDMDOWNLOADS_RATEFILE_CANTVOTEOWN', "Do not vote for your own files.<br />All votes are recorded and verified.");
+define('_MD_TDMDOWNLOADS_RATEFILE_DONOTVOTE', "Do not vote for your own files.");
+define('_MD_TDMDOWNLOADS_RATEFILE_NORATING', "The vote must be between 0 and 10");
+define('_MD_TDMDOWNLOADS_RATEFILE_RATE', "Rate it!");
+define('_MD_TDMDOWNLOADS_RATEFILE_RATINGSCALE', "The scale is 1 - 10, with 1 being poor and 10 being excellent.");
+define('_MD_TDMDOWNLOADS_RATEFILE_VOTE', "Vote");
+define('_MD_TDMDOWNLOADS_RATEFILE_VOTEOK', "Your vote is appreciated.<br />Thank you for taking the time to vote here");
+define('_MD_TDMDOWNLOADS_RATEFILE_VOTEONCE', "Please do not vote for the same resource more than once.");
// brokenfile.php
-define("_MD_TDMDOWNLOADS_BROKENFILE_ALREADYREPORTED","You have already submitted a broken file report to this download.");
-define("_MD_TDMDOWNLOADS_BROKENFILE_FORSECURITY","For security reasons your user name and IP address will also be temporarily recorded.");
-define("_MD_TDMDOWNLOADS_BROKENFILE_REPORTBROKEN","Broken File Reports");
-define("_MD_TDMDOWNLOADS_BROKENFILE_THANKSFORHELP","Thank you for helping to maintain this directory's integrity.");
-define("_MD_TDMDOWNLOADS_BROKENFILE_THANKSFORINFO","Thanks for the information. We'll look into your request shortly.");
-
+define('_MD_TDMDOWNLOADS_BROKENFILE_ALREADYREPORTED', "You have already submitted a broken file report to this download.");
+define('_MD_TDMDOWNLOADS_BROKENFILE_FORSECURITY', "For security reasons your username and IP address will also be temporarily recorded.");
+define('_MD_TDMDOWNLOADS_BROKENFILE_REPORTBROKEN', "Broken File Reports");
+define('_MD_TDMDOWNLOADS_BROKENFILE_THANKSFORHELP', "Thank you for helping maintain this directory's integrity.");
+define('_MD_TDMDOWNLOADS_BROKENFILE_THANKSFORINFO', "Thanks for the information. We'll look into your request shortly.");
// modfile.php
-define("_MD_TDMDOWNLOADS_MODFILE_THANKSFORINFO","Thanks for the information. We'll look into your request shortly.");
-
+define('_MD_TDMDOWNLOADS_MODFILE_THANKSFORINFO', "Thanks for the information. We'll look into your request shortly.");
//submit.php
-define("_MD_TDMDOWNLOADS_SUBMIT_ALLPENDING","All file/script information are posted pending verification.");
-define("_MD_TDMDOWNLOADS_SUBMIT_DONTABUSE","Username and IP are recorded, so please don't abuse the system.");
-define("_MD_TDMDOWNLOADS_SUBMIT_ISAPPROVED","Your file has been approved");
-define("_MD_TDMDOWNLOADS_SUBMIT_PROPOSER","Submit a file");
-define("_MD_TDMDOWNLOADS_SUBMIT_RECEIVED","We have received your file info. Thank you !");
-define("_MD_TDMDOWNLOADS_SUBMIT_SUBMITONCE","Submit your file/script only once.");
-define("_MD_TDMDOWNLOADS_SUBMIT_TAKEDAYS","It might take few days to see your file/script added successfully to our database.");
-
+define('_MD_TDMDOWNLOADS_SUBMIT_ALLPENDING', "All file/script information are posted pending verification.");
+define('_MD_TDMDOWNLOADS_SUBMIT_DONTABUSE', "Username and IP are recorded, so please don't abuse the system.");
+define('_MD_TDMDOWNLOADS_SUBMIT_ISAPPROVED', "Your file has been approved");
+define('_MD_TDMDOWNLOADS_SUBMIT_PROPOSER', "Submit a file");
+define('_MD_TDMDOWNLOADS_SUBMIT_RECEIVED', "We have received your file info. Thank you!");
+define('_MD_TDMDOWNLOADS_SUBMIT_SUBMITONCE', "Submit your file/script only once.");
+define('_MD_TDMDOWNLOADS_SUBMIT_TAKEDAYS', "It might take few days to see your file/script added successfully to our database.");
//search.php
-define("_MD_TDMDOWNLOADS_SEARCH","Filter in the modules list");
-define("_MD_TDMDOWNLOADS_SEARCH_ALL1","All");
-define("_MD_TDMDOWNLOADS_SEARCH_ALL2","All");
-define("_MD_TDMDOWNLOADS_SEARCH_BT","Search");
-define("_MD_TDMDOWNLOADS_SEARCH_CATEGORIES","Categories");
-define("_MD_TDMDOWNLOADS_SEARCH_DATE","Date");
-define("_MD_TDMDOWNLOADS_SEARCH_DOWNLOAD","Download ");
-define("_MD_TDMDOWNLOADS_SEARCH_HITS","Hits");
-define("_MD_TDMDOWNLOADS_SEARCH_NOTE","Rate");
-define("_MD_TDMDOWNLOADS_SEARCH_PAGETITLE","File List");
-define("_MD_TDMDOWNLOADS_SEARCH_THEREARE","There are <b>%s</b> file(s)");
-define("_MD_TDMDOWNLOADS_SEARCH_TITLE","Name");
-
+define('_MD_TDMDOWNLOADS_SEARCH', "Filter in the modules list");
+define('_MD_TDMDOWNLOADS_SEARCH_ALL1', "All");
+define('_MD_TDMDOWNLOADS_SEARCH_ALL2', "All");
+define('_MD_TDMDOWNLOADS_SEARCH_BT', "Search");
+define('_MD_TDMDOWNLOADS_SEARCH_CATEGORIES', "Categories");
+define('_MD_TDMDOWNLOADS_SEARCH_DATE', "Date");
+define('_MD_TDMDOWNLOADS_SEARCH_DOWNLOAD', "Download ");
+define('_MD_TDMDOWNLOADS_SEARCH_HITS', "Hits");
+define('_MD_TDMDOWNLOADS_SEARCH_NOTE', "Rate");
+define('_MD_TDMDOWNLOADS_SEARCH_PAGETITLE', "File List");
+define('_MD_TDMDOWNLOADS_SEARCH_THEREARE', "There are <strong>%s</strong> file(s)");
+define('_MD_TDMDOWNLOADS_SEARCH_TITLE', "Name");
//générique
-define("_MD_TDMDOWNLOADS_EDITTHISDL","Edit this download");
-define("_MD_TDMDOWNLOADS_MOREDETAILS","more details");
-define("_MD_TDMDOWNLOADS_DOWNLOAD","Download");
-define("_MD_TDMDOWNLOADS_RSS","RSS Feed");
-
+define('_MD_TDMDOWNLOADS_EDITTHISDL', "Edit this download");
+define('_MD_TDMDOWNLOADS_MOREDETAILS', "more details");
+define('_MD_TDMDOWNLOADS_DOWNLOAD', "Download");
+define('_MD_TDMDOWNLOADS_RSS', "RSS Feed");
//visit.php
-define("_MD_TDMDOWNLOADS_NOPERMISETOLINK","This file does not belong to the website from where you are coming.<br /><br />thanks to write an email to the webmaster of the website from where you are coming and tell him :<br /><b>NO OWNERSHIP OF LINKS FROM OTHER SITES !! (LEECH)</b><br /><br /><b>Leecher definition :</b> Someone who is lazy to link to its own server or steals the hard work done by other people <br /><br />You are already <b>registered</b>.");
-
+define('_MD_TDMDOWNLOADS_NOPERMISETOLINK', "This file does not belong to the website from where you are coming.<br /><br />thanks for writing an email to the webmaster of the website from where you are coming and tell him: <br /><strong>NO OWNERSHIP OF LINKS FROM OTHER SITES! (LEECH)</strong><br /><br /><strong>Leecher definition: </strong>Someone who is lazy to link to its own server or steals the hard work done by other people <br /><br />You are already <strong>registered</strong>.");
//Message d'erreur
-define("_MD_TDMDOWNLOADS_ERREUR_NOCAT","You have to choose a category!");
-define("_MD_TDMDOWNLOADS_ERREUR_SIZE","File size must be a number");
-
+define('_MD_TDMDOWNLOADS_ERREUR_NOCAT', "You have to choose a category!");
+define('_MD_TDMDOWNLOADS_ERREUR_SIZE', "File size must be a number");
//Bookmarks
-define("_MD_TDMDOWNLOADS_BOOKMARK_ME","Bookmark Me");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_BLINKLIST","Bookmark to Blinklist");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_DELICIOUS","Bookmark to del.icio.us");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_DIGG","Bookmark to Digg");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_FARK","Bookmark to Fark");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_FURL","Bookmark to Furl");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_NEWSVINE","Bookmark to Newsvine");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_REDDIT","Bookmark to Reddit");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_SIMPY","Bookmark to Simpy");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_SPURL","Bookmark to Spurl");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_YAHOO","Bookmark to Yahoo");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_FACEBOOK","Bookmark to Faceboom");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_TWITTER","Bookmark to Twitter");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_SCRIPSTYLE","Bookmark to Scripstyle");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_STUMBLE","Bookmark to Stumble");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_TECHNORATI","Bookmark to Technorati");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_MIXX","Bookmark to Mixx");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_MYSPACE","Bookmark to Myspace");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_DESIGNFLOAT","Bookmark to Designfloat");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_BALATARIN","Bookmark to Balatarin");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_GOOGLEPLUS","Bookmark to Google Plus");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_GOOGLEREADER","Bookmark to Google Reader");
-define("_MD_TDMDOWNLOADS_BOOKMARK_TO_GOOGLEBOOKMARKS","Bookmark to Google Bookmarks");
\ No newline at end of file
+define('_MD_TDMDOWNLOADS_BOOKMARK_ME', "Bookmark Me");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_BLINKLIST', "Bookmark to Blinklist");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_DELICIOUS', "Bookmark to del.icio.us");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_DIGG', "Bookmark to Digg");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_FARK', "Bookmark to Fark");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_FURL', "Bookmark to Furl");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_NEWSVINE', "Bookmark to Newsvine");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_REDDIT', "Bookmark to Reddit");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_YAHOO', "Bookmark to Yahoo");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_FACEBOOK', "Bookmark to Facebook");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_TWITTER', "Bookmark to Twitter");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_SCRIPSTYLE', "Bookmark to Scripstyle");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_STUMBLE', "Bookmark to Stumble");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_TECHNORATI', "Bookmark to Technorati");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_MIXX', "Bookmark to Mixx");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_MYSPACE', "Bookmark to Myspace");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_DESIGNFLOAT', "Bookmark to Designfloat");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_BALATARIN', "Bookmark to Balatarin");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_GOOGLEPLUS', "Bookmark to Google Plus");
+define('_MD_TDMDOWNLOADS_BOOKMARK_TO_GOOGLEBOOKMARKS', "Bookmark to Google Bookmarks");
\ No newline at end of file
Modified: XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/modinfo.php
===================================================================
--- XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/modinfo.php 2013-08-24 15:52:40 UTC (rev 11971)
+++ XoopsModules/TDMDownloads/trunk/TDMDownloads/language/english/modinfo.php 2013-08-24 16:21:10 UTC (rev 11972)
@@ -1,6 +1,6 @@
<?php
/**
- * TDMDownload
+ * TDMDownloads
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
@@ -13,161 +13,153 @@
* @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
* @author Gregory Mage (Aka Mage)
*/
-
// Nom du module
-define("_MI_TDMDOWNLOADS_NAME","TDMDownloads");
-
+define('_MI_TDMDOWNLOADS_NAME', "TDMDownloads");
// Description du module
-define("_MI_TDMDOWNLOADS_DESC","Creates a downloads section where users can download/submit/rate various files.");
-
+define('_MI_TDMDOWNLOADS_DESC', "Creates a downloads section where users can download/submit/rate various files.");
// Bloc
-define("_MI_TDMDOWNLOADS_BNAME1","Recent Downloads");
-define("_MI_TDMDOWNLOADS_BNAMEDSC1","Display Recent Downloads");
-define("_MI_TDMDOWNLOADS_BNAME2","Top Download");
-define("_MI_TDMDOWNLOADS_BNAMEDSC2","Display Top Downloads");
-define("_MI_TDMDOWNLOADS_BNAME3","Top Rated Download");
-define("_MI_TDMDOWNLOADS_BNAMEDSC3","Display Top Rated Downloads");
-define("_MI_TDMDOWNLOADS_BNAME4","Random Downloads");
-define("_MI_TDMDOWNLOADS_BNAMEDSC4","Display downloaded files randomly");
-define("_MI_TDMDOWNLOADS_BNAME5","Search Downloads");
-define("_MI_TDMDOWNLOADS_BNAMEDSC5","Search form Download");
-
+define('_MI_TDMDOWNLOADS_BNAME1', "Recent Downloads");
+define('_MI_TDMDOWNLOADS_BNAMEDSC1', "Display Recent Downloads");
+define('_MI_TDMDOWNLOADS_BNAME2', "Top Download");
+define('_MI_TDMDOWNLOADS_BNAMEDSC2', "Display Top Downloads");
+define('_MI_TDMDOWNLOADS_BNAME3', "Top Rated Download");
+define('_MI_TDMDOWNLOADS_BNAMEDSC3', "Display Top Rated Downloads");
+define('_MI_TDMDOWNLOADS_BNAME4', "Random Downloads");
+define('_MI_TDMDOWNLOADS_BNAMEDSC4', "Display downloaded files randomly");
+define('_MI_TDMDOWNLOADS_BNAME5', "Search Downloads");
+define('_MI_TDMDOWNLOADS_BNAMEDSC5', "Search form Download");
// Sous menu
-define("_MI_TDMDOWNLOADS_SMNAME1","Suggest");
-define("_MI_TDMDOWNLOADS_SMNAME2","Files List");
-
+define('_MI_TDMDOWNLOADS_SMNAME1', "Suggest");
+define('_MI_TDMDOWNLOADS_SMNAME2', "Files List");
// Menu administration
-define("_MI_TDMDOWNLOADS_ADMENU1","Index");
-define("_MI_TDMDOWNLOADS_ADMENU2","Categories Management");
-define("_MI_TDMDOWNLOADS_ADMENU3","Downloads Management");
-define("_MI_TDMDOWNLOADS_ADMENU4","Broken Downloads");
-define("_MI_TDMDOWNLOADS_ADMENU5","Modified Downloads");
-define("_MI_TDMDOWNLOADS_ADMENU6","Extra Fields Management");
-define("_MI_TDMDOWNLOADS_ADMENU7","Import");
-define("_MI_TDMDOWNLOADS_ADMENU8","Permissions");
-define("_MI_TDMDOWNLOADS_ADMENU9","About");
-
+define('_MI_TDMDOWNLOADS_ADMENU1', "Index");
+define('_MI_TDMDOWNLOADS_ADMENU2', "Categories Management");
+define('_MI_TDMDOWNLOADS_ADMENU3', "Downloads Management");
+define('_MI_TDMDOWNLOADS_ADMENU4', "Broken Downloads");
+define('_MI_TDMDOWNLOADS_ADMENU5', "Modified Downloads");
+define('_MI_TDMDOWNLOADS_ADMENU6', "Extra Fields Management");
+define('_MI_TDMDOWNLOADS_ADMENU7', "Import");
+define('_MI_TDMDOWNLOADS_ADMENU8', "Permissions");
+define('_MI_TDMDOWNLOADS_ADMENU9', "About");
// Préférences
-define("_MI_TDMDOWNLOADS_PREFERENCE_BREAK_GENERAL","General");
-define("_MI_TDMDOWNLOADS_POPULAR","Number of hits for downloadable items to be marked as popular");
-define("_MI_TDMDOWNLOADS_AUTO_SUMMARY","Automatic Summary ?");
-define("_MI_TDMDOWNLOADS_SHOW_UPDATED","Show the 'updated' and 'new' picture?");
-define("_MI_TDMDOWNLOADS_USESHOTS","Use logo?");
-define("_MI_TDMDOWNLOADS_IMGFLOAT","Image float");
-define("_MI_TDMDOWNLOADS_IMGFLOAT_LEFT","Left");
-define("_MI_TDMDOWNLOADS_IMGFLOAT_RIGHT","Right");
-define("_MI_TDMDOWNLOADS_SHOTWIDTH","Logo height");
-define("_MI_TDMDOWNLOADS_PLATEFORM","Platforms");
-define("_MI_TDMDOWNLOADS_PLATEFORM_DSC","Enter the authorized platforms separated by a |");
-define("_MI_TDMDOWNLOADS_USETELLAFRIEND","Use Tellafriend module with the link tell a friend?");
-define("_MI_TDMDOWNLOADS_USETELLAFRIENDDSC","You have to install Tellafriend module in order to use this option");
-define("_MI_TDMDOWNLOADS_USETAG","Use TAG module to generate tags");
-define("_MI_TDMDOWNLOADS_USETAGDSC","You have to install TAG module in order to use this option");
-define("_MI_TDMDOWNLOADS_FORM_OPTIONS","Editor");
-define("_MI_TDMDOWNLOADS_PREFERENCE_BREAK_USER","User");
-define("_MI_TDMDOWNLOADS_PERPAGE","Number of items per page");
-define("_MI_TDMDOWNLOADS_NBDOWCOL","This option allows you to choose the number of columns of downloads");
-define("_MI_TDMDOWNLOADS_NEWDLS","Number of new files in the Home Page");
-define("_MI_TDMDOWNLOADS_TOPORDER","How to display items on the index page?");
-define("_MI_TDMDOWNLOADS_TOPORDER1","Date (DESC)");
-define("_MI_TDMDOWNLOADS_TOPORDER2","Date (ASC)");
-define("_MI_TDMDOWNLOADS_TOPORDER3","Hits (DESC)");
-define("_MI_TDMDOWNLOADS_TOPORDER4","Hits (ASC)");
-define("_MI_TDMDOWNLOADS_TOPORDER5","Votes (DESC)");
-define("_MI_TDMDOWNLOADS_TOPORDER6","Votes (ASC)");
-define("_MI_TDMDOWNLOADS_TOPORDER7","Title (DESC)");
-define("_MI_TDMDOWNLOADS_TOPORDER8","Title (ASC)");
-define("_MI_TDMDOWNLOADS_PERPAGELISTE","Downloads displayed on the files list");
-define("_MI_TDMDOWNLOADS_SEARCHORDER","How to display items on the files list?");
-define("_MI_TDMDOWNLOADS_SUBCATPARENT","Number of Sub-Categories to display in the main Category");
-define("_MI_TDMDOWNLOADS_NBCATCOL","This option allows you to choose the number of columns of categories");
-define("_MI_TDMDOWNLOADS_BLDATE","Display recent downloads in home page and categories (Summary)?");
-define("_MI_TDMDOWNLOADS_BLPOP","Display popular downloads in home page and categories (Summary)?");
-define("_MI_TDMDOWNLOADS_BLRATING","Display top rated downloads in home page and categories (Summary)?");
-define("_MI_TDMDOWNLOADS_NBBL","Number of download to display in summary?");
-define("_MI_TDMDOWNLOADS_LONGBL","Title length in Summary");
-define("_MI_TDMDOWNLOADS_BOOKMARK","Bookmark");
-define("_MI_TDMDOWNLOADS_BOOKMARK_DSC","Show/hide bookmark Icons");
-define("_MI_TDMDOWNLOADS_SOCIAL","Social Networks");
-define("_MI_TDMDOWNLOADS_SOCIAL_DSC","Show/hide social network Icons");
-define("_MI_TDMDOWNLOADS_DOWNLOADFLOAT","Download page float");
-define("_MI_TDMDOWNLOADS_DOWNLOADFLOAT_DSC","<ul><li>Left to Right : Show download description in left side and info column in right side</li><li>Right to Left : Show download description in right side and info column in left side</li></ul>");
-define("_MI_TDMDOWNLOADS_DOWNLOADFLOAT_LTR","Left to Right");
-define("_MI_TDMDOWNLOADS_DOWNLOADFLOAT_RTL","Right to Left");
-define("_MI_TDMDOWNLOADS_PREFERENCE_BREAK_ADMIN","Administration");
-define("_MI_TDMDOWNLOADS_PERPAGEADMIN","Number of items per page in the administration");
-define("_MI_TDMDOWNLOADS_PREFERENCE_BREAK_DOWNLOADS","Downloads");
-define("_MI_TDMDOWNLOADS_PERMISSIONDOWNLOAD","Select the type of permission for 'Download Permission'");
-define("_MI_TDMDOWNLOADS_PERMISSIONDOWNLOAD1","Permission by category");
-define("_MI_TDMDOWNLOADS_PERMISSIONDOWNLOAD2","Permission by file");
-define("_MI_TDMDOWNLOADS_DOWNLOAD_NAME","Rename files uploaded?");
-define("_MI_TDMDOWNLOADS_DOWNLOAD_NAMEDSC","If the option is No; and you uploaded a file with a name that already exists on the server, it will be overwritten");
-define("_MI_TDMDOWNLOADS_DOWNLOAD_PREFIX","Prefix of files uploaded");
-define("_MI_TDMDOWNLOADS_DOWNLOAD_PREFIXDSC","Only valid if the option to rename the uploaded files is Yes");
-define("_MI_TDMDOWNLOADS_MAXUPLOAD_SIZE","Max uploaded files size");
-define("_MI_TDMDOWNLOADS_MIMETYPE","Authorized mime types ");
-define("_MI_TDMDOWNLOADS_MIMETYPE_DSC","Enter the authorized mime types separated by a |");
-define("_MI_TDMDOWNLOADS_CHECKHOST","Disallow direct download linking (leeching) ?");
-define("_MI_TDMDOWNLOADS_REFERERS","This Sites can directly link you files. Separate each one with |");
-define("_MI_TDMDOWNLOADS_DOWNLIMIT","Download limit");
-define("_MI_TDMDOWNLOADS_DOWNLIMITDSC","Use download limit option");
-define("_MI_TDMDOWNLOADS_LIMITGLOBAL","Number of downloads in 24 hours");
-define("_MI_TDMDOWNLOADS_LIMITGLOBALDSC","Number of download for each user in 24 hours. Select 0 for unlimited.");
-define("_MI_TDMDOWNLOADS_LIMITLID","Number of downloads for each file in 24 hours");
-define("_MI_TDMDOWNLOADS_LIMITLIDDSC","Number of downloads for each file in 24 hours by each user. Select 0 for unlimited.");
-define("_MI_TDMDOWNLOADS_PREFERENCE_BREAK_PAYPAL","Paypal");
-define("_MI_TDMDOWNLOADS_USEPAYPAL","Use button 'Donate' of Paypal ");
-define("_MI_TDMDOWNLOADS_CURRENCYPAYPAL","Currency of Donation");
-define("_MI_TDMDOWNLOADS_IMAGEPAYPAL","Image for the button 'Make a Donation'");
-define("_MI_TDMDOWNLOADS_IMAGEPAYPALDSC","Please enter the address of the image");
-define("_MI_TDMDOWNLOADS_PREFERENCE_BREAK_RSS","RSS");
-define("_MI_TDMDOWNLOADS_PERPAGERSS","RSS number of downloads");
-define("_MI_TDMDOWNLOADS_PERPAGERSSDSCC","Number of downloads displayed on RSS pages");
-define("_MI_TDMDOWNLOADS_TIMECACHERSS","RSS cache time");
-define("_MI_TDMDOWNLOADS_TIMECACHERSSDSC","Cache time for RSS pages in minutes");
-define("_MI_TDMDOWNLOADS_LOGORSS","Site logo for RSS pages");
-define("_MI_TDMDOWNLOADS_PREFERENCE_BREAK_COMNOTI","Comments and notifications");
-
+define('_MI_TDMDOWNLOADS_PREFERENCE_BREAK_GENERAL', "General");
+define('_MI_TDMDOWNLOADS_POPULAR', "Number of hits for downloadable items to be marked as popular");
+define('_MI_TDMDOWNLOADS_AUTO_SUMMARY', "Automatic Summary?");
+define('_MI_TDMDOWNLOADS_SHOW_UPDATED', "Show the 'updated' and 'new' picture?");
+define('_MI_TDMDOWNLOADS_USESHOTS', "Use logo?");
+define('_MI_TDMDOWNLOADS_IMGFLOAT', "Image float");
+define('_MI_TDMDOWNLOADS_IMGFLOAT_LEFT', "Left");
+define('_MI_TDMDOWNLOADS_IMGFLOAT_RIGHT', "Right");
+define('_MI_TDMDOWNLOADS_SHOTWIDTH', "Logo height");
+define('_MI_TDMDOWNLOADS_PLATEFORM', "Platforms");
+define('_MI_TDMDOWNLOADS_PLATEFORM_DSC', "Enter the authorized platforms separated by a |");
+define('_MI_TDMDOWNLOADS_USETELLAFRIEND', "Use Tellafriend module with the link tell a friend?");
+define('_MI_TDMDOWNLOADS_USETELLAFRIENDDSC', "You have to install Tellafriend module in order to use this option");
+define('_MI_TDMDOWNLOADS_USETAG', "Use TAG module to generate tags");
+define('_MI_TDMDOWNLOADS_USETAGDSC', "You have to install TAG module in order to use this option");
+define('_MI_TDMDOWNLOADS_FORM_OPTIONS', "Editor");
+define('_MI_TDMDOWNLOADS_PREFERENCE_BREAK_USER', "User");
+define('_MI_TDMDOWNLOADS_PERPAGE', "Number of items per page");
+define('_MI_TDMDOWNLOADS_NBDOWCOL', "This option allows you to choose the number of columns of downloads");
+define('_MI_TDMDOWNLOADS_NEWDLS', "Number of new files in the Home Page");
+define('_MI_TDMDOWNLOADS_TOPORDER', "How to display items on the index page?");
+define('_MI_TDMDOWNLOADS_TOPORDER1', "Date (DESC)");
+define('_MI_TDMDOWNLOADS_TOPORDER2', "Date (ASC)");
+define('_MI_TDMDOWNLOADS_TOPORDER3', "Hits (DESC)");
+define('_MI_TDMDOWNLOADS_TOPORDER4', "Hits (ASC)");
+define('_MI_TDMDOWNLOADS_TOPORDER5', "Votes (DESC)");
+define('_MI_TDMDOWNLOADS_TOPORDER6', "Votes (ASC)");
+define('_MI_TDMDOWNLOADS_TOPORDER7', "Title (DESC)");
+define('_MI_TDMDOWNLOADS_TOPORDER8', "Title (ASC)");
+define('_MI_TDMDOWNLOADS_PERPAGELISTE', "Downloads displayed on the files list");
+define('_MI_TDMDOWNLOADS_SEARCHORDER', "How to display items on the files list?");
+define('_MI_TDMDOWNLOADS_SUBCATPARENT', "Number of Sub-Categories to display in the main Category");
+define('_MI_TDMDOWNLOADS_NBCATCOL', "This option allows you to choose the number of columns of categories");
+define('_MI_TDMDOWNLOADS_BLDATE', "Display recent downloads in home page and categories (Summary)?");
+define('_MI_TDMDOWNLOADS_BLPOP', "Display popular downloads in home page and categories (Summary)?");
+define('_MI_TDMDOWNLOADS_BLRATING', "Display top rated downloads in home page and categories (Summary)?");
+define('_MI_TDMDOWNLOADS_NBBL', "Number of download to display in summary?");
+define('_MI_TDMDOWNLOADS_LONGBL', "Title length in Summary");
+define('_MI_TDMDOWNLOADS_BOOKMARK', "Bookmark");
+define('_MI_TDMDOWNLOADS_BOOKMARK_DSC', "Show/hide bookmark Icons");
+define('_MI_TDMDOWNLOADS_SOCIAL', "Social Networks");
+define('_MI_TDMDOWNLOADS_SOCIAL_DSC', "Show/hide social network Icons");
+define('_MI_TDMDOWNLOADS_DOWNLOADFLOAT', "Download page float");
+define('_MI_TDMDOWNLOADS_DOWNLOADFLOAT_DSC', "<ul><li>Left to Right: Show download description in left side and info column in right side</li><li>Right to Left: Show download description in right side and info column in left side</li></ul>");
+define('_MI_TDMDOWNLOADS_DOWNLOADFLOAT_LTR', "Left to Right");
+define('_MI_TDMDOWNLOADS_DOWNLOADFLOAT_RTL', "Right to Left");
+define('_MI_TDMDOWNLOADS_PREFERENCE_BREAK_ADMIN', "Administration");
+define('_MI_TDMDOWNLOADS_PERPAGEADMIN', "Number of items per page in the administration");
+define('_MI_TDMDOWNLOADS_PREFERENCE_BREAK_DOWNLOADS', "Downloads");
+define('_MI_TDMDOWNLOADS_PERMISSIONDOWNLOAD', "Select the type of permission for 'Download Permission'");
+define('_MI_TDMDOWNLOADS_PERMISSIONDOWNLOAD1', "Permission by category");
+define('_MI_TDMDOWNLOADS_PERMISSIONDOWNLOAD2', "Permission by file");
+define('_MI_TDMDOWNLOADS_DOWNLOAD_NAME', "Rename files uploaded?");
+define('_MI_TDMDOWNLOADS_DOWNLOAD_NAMEDSC', "If the option is no; and you uploaded a file with a name that already exists on the server, it will be overwritten");
+define('_MI_TDMDOWNLOADS_DOWNLOAD_PREFIX', "Prefix of files uploaded");
+define('_MI_TDMDOWNLOADS_DOWNLOAD_PREFIXDSC', "Only valid if the option to rename the uploaded files is yes");
+define('_MI_TDMDOWNLOADS_MAXUPLOAD_SIZE', "Max uploaded files size");
+define('_MI_TDMDOWNLOADS_MIMETYPE', "Authorized mime types ");
+define('_MI_TDMDOWNLOADS_MIMETYPE_DSC', "Enter the authorized mime types separated by a |");
+define('_MI_TDMDOWNLOADS_CHECKHOST', "Disallow direct download linking (leeching)?");
+define('_MI_TDMDOWNLOADS_REFERERS', "These sites can link directly to your files. Separate each one with |");
+define('_MI_TDMDOWNLOADS_DOWNLIMIT', "Download limit");
+define('_MI_TDMDOWNLOADS_DOWNLIMITDSC', "Use download limit option");
+define('_MI_TDMDOWNLOADS_LIMITGLOBAL', "Number of downloads in 24 hours");
+define('_MI_TDMDOWNLOADS_LIMITGLOBALDSC', "Number of download for each user in 24 hours. Select 0 for unlimited.");
+define('_MI_TDMDOWNLOADS_LIMITLID', "Number of downloads for each file in 24 hours");
+define('_MI_TDMDOWNLOADS_LIMITLIDDSC', "Number of downloads for each file in 24 hours by each user. Select 0 for unlimited.");
+define('_MI_TDMDOWNLOADS_PREFERENCE_BREAK_PAYPAL', "Paypal");
+define('_MI_TDMDOWNLOADS_USEPAYPAL', "Use button 'Donate' of Paypal ");
+define('_MI_TDMDOWNLOADS_CURRENCYPAYPAL', "Currency of Donation");
+define('_MI_TDMDOWNLOADS_IMAGEPAYPAL', "Image for the button 'Make a Donation'");
+define('_MI_TDMDOWNLOADS_IMAGEPAYPALDSC', "Please enter the address of the image");
+define('_MI_TDMDOWNLOADS_PREFERENCE_BREAK_RSS', "RSS");
+define('_MI_TDMDOWNLOADS_PERPAGERSS', "RSS number of downloads");
+define('_MI_TDMDOWNLOADS_PERPAGERSSDSCC', "Number of downloads displayed on RSS pages");
+define('_MI_TDMDOWNLOADS_TIMECACHERSS', "RSS cache time");
+define('_MI_TDMDOWNLOADS_TIMECACHERSSDSC', "Cache time for RSS pages in minutes");
+define('_MI_TDMDOWNLOADS_LOGORSS', "Site logo for RSS pages");
+define('_MI_TDMDOWNLOADS_PREFERENCE_BREAK_COMNOTI', "Comments and notifications");
// Notifications
-define("_MI_TDMDOWNLOADS_GLOBAL_NOTIFY","Global");
-define("_MI_TDMDOWNLOADS_GLOBAL_NOTIFYDSC","Global downloads notification options.");
-define("_MI_TDMDOWNLOADS_CATEGORY_NOTIFY","Category");
-define("_MI_TDMDOWNLOADS_CATEGORY_NOTIFYDSC","Notification options that apply to the current file category.");
-define("_MI_TDMDOWNLOADS_FILE_NOTIFY","File");
-define("_MI_TDMDOWNLOADS_FILE_NOTIFYDSC","Notification options that apply to the current file.");
-define("_MI_TDMDOWNLOADS_GLOBAL_NEWCATEGORY_NOTIFY","New Category");
-define("_MI_TDMDOWNLOADS_GLOBAL_NEWCATEGORY_NOTIFYCAP","Notify me when a new file category is created.");
-define("_MI_TDMDOWNLOADS_GLOBAL_NEWCATEGORY_NOTIFYDSC","Receive notification when a new file category is created");
-define("_MI_TDMDOWNLOADS_GLOBAL_NEWCATEGORY_NOTIFYSBJ","[{X_SITENAME}] {X_MODULE} auto-notify : New file category");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILEMODIFY_NOTIFY","Modify File Requested");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILEMODIFY_NOTIFYCAP","Notify me of a file modification request.");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILEMODIFY_NOTIFYDSC","Receive notification when a file modification request is submitted.");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILEMODIFY_NOTIFYSBJ","[{X_SITENAME}] {X_MODULE} auto-notify : File Modification Requested");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILEBROKEN_NOTIFY","Broken File Submitted");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILEBROKEN_NOTIFYCAP","Notify me of a broken file report.");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILEBROKEN_NOTIFYDSC","Receive notification when a broken file report is submitted.");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILEBROKEN_NOTIFYSBJ","[{X_SITENAME}] {X_MODULE} auto-notify: Broken File Reported");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILESUBMIT_NOTIFY","File Submitted");
-define("_MI_TDMDOWNLOADS_GLOBAL_FILESUBMIT_NOTIFYCAP","Notify me when a new file is submitted (awaiti...
[truncated message content] |