mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Issue #5465 Plugin language file conversion.
This commit is contained in:
@@ -6,94 +6,42 @@
|
||||
*
|
||||
*/
|
||||
|
||||
define("LAN_dl_1", "(Restricted)");
|
||||
//define("LAN_dl_2", "No downloads yet, please check back soon");//LAN_NO_RECORDS_FOUND
|
||||
//define("LAN_dl_3", "No downloads in this category yet");//LAN_NO_RECORDS_FOUND
|
||||
define("LAN_dl_4", "Files available: ");
|
||||
define("LAN_dl_5", "Total size of files: ");
|
||||
define("LAN_dl_6", "Files downloaded: ");
|
||||
//define("LAN_dl_7", "Description"); // LAN_DESCRIPTION
|
||||
define("LAN_dl_8", "Get");
|
||||
define("LAN_dl_9", "Return to Category List");
|
||||
//define("LAN_dl_10", "Filesize");//LAN_SIZE
|
||||
//define("LAN_dl_11", "Image"); //FIXME Use Generic LAN_IMAGE
|
||||
//define("LAN_dl_12", "Rating");//LAN_RATING
|
||||
define("LAN_dl_13", "Not rated");
|
||||
define("LAN_dl_14", "Rate this download");
|
||||
//define("LAN_dl_15", "Thanks for rating");LAN_THANK_YOU
|
||||
define("LAN_dl_16", "download(s) from");
|
||||
//define("LAN_dl_17", "files"); //LAN_FILES
|
||||
// define("LAN_dl_18", "Downloads");
|
||||
//define("LAN_dl_19", "Category"); //FIXME Use Generic LAN_CATEGORY
|
||||
//define("LAN_dl_20", "Files"); LAN_FILES
|
||||
//define("LAN_dl_21", "Size"); LAN_SIZE
|
||||
//define("LAN_dl_22", "Date"); //FIXME Use Generic LAN_DATE
|
||||
//define("LAN_dl_23", "Filename"); //LAN_FILE
|
||||
//define("LAN_dl_24", "Author"); //FIXME Use Generic LAN_AUTHOR
|
||||
//define("LAN_dl_25", "Ascending");LAN_ASCENDING
|
||||
//define("LAN_dl_26", "Descending");LAN_DESCENDING
|
||||
// define("LAN_dl_27", "Go");
|
||||
//define("LAN_dl_28", "Name"); //FIXME Use Generic LAN_NAME
|
||||
define("LAN_dl_29", "DL's");
|
||||
define("LAN_dl_30", "Author email");
|
||||
define("LAN_dl_31", "Author website");
|
||||
//define("LAN_dl_32", "Download");//LAN_DOWNLOAD
|
||||
// define("LAN_dl_33", "Previous");
|
||||
// define("LAN_dl_34", "Next");
|
||||
//define("LAN_dl_35", "Back to list"); //FIXME Use Generic LAN_BACK
|
||||
define("LAN_dl_36", "New downloads");
|
||||
|
||||
//define("LAN_dl_37", "View"); //FIXME Use Generic LAN_VIEW
|
||||
//define("LAN_dl_38", "Order by"); //LAN_ORDER_BY
|
||||
//define("LAN_dl_39", "Sort"); //FIXME Use Generic //LAN_SORT
|
||||
|
||||
define("LAN_dl_40", "Click here for screenshot");
|
||||
//define("LAN_dl_41", "Search Downloads");//LAN_SEARCH
|
||||
|
||||
//define("LAN_dl_42", "Sub-category");//usage not found
|
||||
define("LAN_dl_43", "vote");
|
||||
define("LAN_dl_44", "votes");
|
||||
define("LAN_dl_45", "Report broken download");
|
||||
define("LAN_dl_46", "click here to download");
|
||||
|
||||
define("LAN_dl_47", "Post has been reported");
|
||||
define("LAN_dl_48", "Download has been reported to administrator. Thank you.");
|
||||
define("LAN_dl_49", "Click here to return to download");
|
||||
//define("LAN_dl_50", "Broken download reported");
|
||||
//define("LAN_dl_51", "Reporting download: ");
|
||||
//define("LAN_dl_52", "Guest");//LAN_GUEST
|
||||
define("LAN_dl_53", "Click to view download");
|
||||
define("LAN_dl_54", "An administrator will be made aware of this download, please leave a message if you feel it necessary.");
|
||||
define("LAN_dl_55", "Do not use this form to contact the admin for any other reason.");
|
||||
// define("LAN_dl_56", "Report broken download"); already defined above.
|
||||
//define("LAN_dl_57", "reported by");
|
||||
//define("LAN_dl_58", "The following download has been reported as broken from site");
|
||||
//define("LAN_dl_59", "Reported by: ");
|
||||
//define("LAN_dl_60", "Broken download report from");
|
||||
|
||||
//define("LAN_dl_61", "Download Error"); //LAN_ERROR
|
||||
define("LAN_dl_62", "You have been prevented from downloading this file; you have exceeded your download quota");
|
||||
define("LAN_dl_63", "You do not have the correct permissions to download this file.");
|
||||
// define("LAN_dl_64", "Back");
|
||||
//define("LAN_dl_65", "File Not Found");LAN_FILE_NOT_FOUND
|
||||
|
||||
define("LAN_dl_66", "Select download mirror");
|
||||
|
||||
define("LAN_dl_67", "Select mirror ...");
|
||||
define("LAN_dl_68", "Mirror Host");
|
||||
// define("LAN_dl_69", "Download"); // duplicate
|
||||
//define("LAN_dl_70", "Location"); // LAN_LOCATION
|
||||
//define("LAN_dl_71", "About"); //LAN_ABOUT
|
||||
|
||||
define("LAN_dl_72", "Requesting file: ");
|
||||
define("LAN_dl_73", "Downloads from this mirror: ");
|
||||
define("LAN_dl_74", "Total downloads from this mirror: ");
|
||||
|
||||
define("LAN_dl_75", "no image available ");
|
||||
//define("LAN_dl_76", "Go to page"); //FIXME Use Generic
|
||||
define("LAN_dl_77", "Downloads"); // Intentional duplicate - some languages need it to be different. This is for number of downloads
|
||||
|
||||
define('LAN_dl_78', "That download has been disabled or discontinued. Please check in the [downloads area] for a more recent version.");
|
||||
define("LAN_dl_79", "You do not have the correct permissions to report this download item as broken.");
|
||||
|
||||
|
||||
return [
|
||||
'LAN_dl_1' => "(Restricted)",
|
||||
'LAN_dl_4' => "Files available:",
|
||||
'LAN_dl_5' => "Total size of files:",
|
||||
'LAN_dl_6' => "Files downloaded:",
|
||||
'LAN_dl_8' => "Get",
|
||||
'LAN_dl_9' => "Return to Category List",
|
||||
'LAN_dl_13' => "Not rated",
|
||||
'LAN_dl_14' => "Rate this download",
|
||||
'LAN_dl_16' => "download(s) from",
|
||||
'LAN_dl_29' => "DL's",
|
||||
'LAN_dl_30' => "Author email",
|
||||
'LAN_dl_31' => "Author website",
|
||||
'LAN_dl_36' => "New downloads",
|
||||
'LAN_dl_40' => "Click here for screenshot",
|
||||
'LAN_dl_43' => "vote",
|
||||
'LAN_dl_44' => "votes",
|
||||
'LAN_dl_45' => "Report broken download",
|
||||
'LAN_dl_46' => "click here to download",
|
||||
'LAN_dl_47' => "Post has been reported",
|
||||
'LAN_dl_48' => "Download has been reported to administrator. Thank you.",
|
||||
'LAN_dl_49' => "Click here to return to download",
|
||||
'LAN_dl_53' => "Click to view download",
|
||||
'LAN_dl_54' => "An administrator will be made aware of this download, please leave a message if you feel it necessary.",
|
||||
'LAN_dl_55' => "Do not use this form to contact the admin for any other reason.",
|
||||
'LAN_dl_62' => "You have been prevented from downloading this file; you have exceeded your download quota",
|
||||
'LAN_dl_63' => "You do not have the correct permissions to download this file.",
|
||||
'LAN_dl_66' => "Select download mirror",
|
||||
'LAN_dl_67' => "Select mirror ...",
|
||||
'LAN_dl_68' => "Mirror Host",
|
||||
'LAN_dl_72' => "Requesting file:",
|
||||
'LAN_dl_73' => "Downloads from this mirror:",
|
||||
'LAN_dl_74' => "Total downloads from this mirror:",
|
||||
'LAN_dl_75' => "no image available",
|
||||
'LAN_dl_77' => "Downloads",
|
||||
'LAN_dl_78' => "That download has been disabled or discontinued. Please check in the [downloads area] for a more recent version.",
|
||||
'LAN_dl_79' => "You do not have the correct permissions to report this download item as broken.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user