|
From: <luc...@us...> - 2013-06-03 19:20:43
|
Revision: 11618
http://sourceforge.net/p/xoops/svn/11618
Author: luciorota
Date: 2013-06-03 19:20:40 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
language standardization step#1
Modified Paths:
--------------
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/admin.php
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/modinfo.php
Added Paths:
-----------
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/common.php
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/admin.php
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/admin.php 2013-06-03 19:17:16 UTC (rev 11617)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/admin.php 2013-06-03 19:20:40 UTC (rev 11618)
@@ -109,7 +109,7 @@
* Permissions defines
*/
define("_AM_WFD_PERM_MANAGEMENT","Permissions Management");
-define("_AM_WFD_PERM_PERMSNOTE","<div><b>NOTE:</b> Please be aware that even if you’ve set correct viewing permissions here, a group might not see the articles or blocks if you don’t also grant that group permissions to access the module. To do that, go to <b>System admin > Groups</b>, choose the appropriate group and click the checkboxes to grant its members the access.</div>");
+define("_AM_WFD_PERM_PERMSNOTE","Please be aware that even if you’ve set correct viewing permissions here, a group might not see the articles or blocks if you don’t also grant that group permissions to access the module. To do that, go to <b>System admin > Groups</b>, choose the appropriate group and click the checkboxes to grant its members the access.");
define("_AM_WFD_PERM_CPERMISSIONS","Category Permissions");
define("_AM_WFD_PERM_CSELECTPERMISSIONS","Select categories that each group is allowed to view");
define("_AM_WFD_PERM_CNOCATEGORY","Cannot set permission's: No Categories have been created yet!");
@@ -587,4 +587,6 @@
define("_AM_WFD_DOWN_ERROR_FILENOTFOUND","Error: File not found on server.");
define("_AM_WFD_DOWN_ERROR_CATEGORYNOTFOUND","Error: Category not found on server.");
define("_AM_WFD_MIME_MIMETYPES_LIST","Mimetypes List");
-define("_AM_WFD_MIME_NOMIMETYPES","No mimetypes");
\ No newline at end of file
+define("_AM_WFD_MIME_NOMIMETYPES","No mimetypes");
+
+define("_AM_WFD_PERM_NOTE","Note");
Added: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/common.php
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/common.php (rev 0)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/common.php 2013-06-03 19:20:40 UTC (rev 11618)
@@ -0,0 +1,124 @@
+<?php
+
+/**
+ * $Id:$
+ * Module: WFD
+ * Author: The SmartFactory <www.smartfactory.ca>
+ * Licence: GNU
+ */
+/*
+define("_CO_WFD_MESSAGE_FILE_ERROR", "Error: Unable to store uploaded file for the following reasons:<br />%s");
+define("_CO_WFD_MESSAGE_WRONG_MIMETYPE", "Error: filetype is not allowed. Please re-submit.");
+
+define("_CO_WFD_ALLOWCOMMENTS", "Can article be commented?");
+
+define("_CO_WFD_AUTHOR_ALIAS", "Author alias");
+define("_CO_WFD_AUTHOR_ALIAS_DSC", "Select the alias name of the poster, this will be used instead of 'anonymous' and will set the owner id of the article to 0");
+define("_CO_WFD_AVAILABLE_PAGE_WRAP", "Available pages to wrap");
+define("_CO_WFD_AVAILABLE_PAGE_WRAP_DSC", "Here are the pages available for wrapping in the body. Click on the page(s) you would like to wrap. Works with XOOPS editor only for the moment. Add manually if you are on another editor.");
+define("_CO_WFD_DATESUB", "Published date");
+define("_CO_WFD_DATESUB_DSC", "Select the date of publication");
+define("_CO_WFD_ITEM_META_DESCRIPTION", "Meta Description");
+define("_CO_WFD_ITEM_META_DESCRIPTION_DSC", "In order to help Search Engines, you can customize the meta description you would like to use for this article. if you leave this field empty when creating a category, it will automatically be populated with the Summary field of this article.");
+define("_CO_WFD_ITEM_META_KEYWORDS", "Meta Keywords");
+define("_CO_WFD_ITEM_META_KEYWORDS_DSC", "In order to help Search Engines, you can customize the keywords you would like to use for this article. if you leave this field empty when creating an article, it will automatically be populated with words from the Summary field of this article.");
+define("_CO_WFD_ITEM_SHORT_URL", "Short URL");
+define("_CO_WFD_ITEM_SHORT_URL_DSC", "When using the SEO features of this module, you can specify a Short URL for this article. This field is optional.");
+define("_CO_WFD_OFFLINE", "Offline");
+define("_CO_WFD_PERMISSIONS_ITEM", "Permissions");
+define("_CO_WFD_PERMISSIONS_ITEM_DSC", "Groups that will have permissions to see this item.");
+define("_CO_WFD_PUBLISHED", "Published");
+define("_CO_WFD_REJECTED", "Rejected");
+define("_CO_WFD_STATUS", "Status");
+define("_CO_WFD_STATUS_DSC", "Select the status of this article");
+define("_CO_WFD_SUBMITTED", "Submitted");
+define("_CO_WFD_UID", "Poster name");
+define("_CO_WFD_UID_DSC", "Select the name of the poster");
+define("_CO_WFD_WEIGHT", "Weight");
+
+define("_CO_WFD_ITEM_UPLOAD_FILE", "File upload");
+define("_CO_WFD_ITEM_UPLOAD_FILE_DSC", "Select a file from your computer to attach it to this article. You will be able to add more files once the article has been created. Simply edit the article and scroll at the bottom of the page to see the Add file button.<br /><br /> For example, you could add a Word document or an Excel document. You can even upload a Flash file and it will be directly embeded into your article ! ");
+//define("_CO_WFD_OPTIONS", "Options");
+define("_CO_WFD_DISPLAY_SUMMARY", "Display summary on the item page ?");
+define("_CO_WFD_DOHTML", "Enable HTML tags");
+define("_CO_WFD_DOIMAGE", "Enable images");
+define("_CO_WFD_DOLINEBREAK", "Enable linebreak");
+define("_CO_WFD_DOSMILEY", "Enable smiley icons");
+define("_CO_WFD_DOXCODE", "Enable XOOPS codes");
+
+define("_CO_WFD_EDIT", "Edit article");
+define("_CO_WFD_CLONE", "Duplicate article");
+define("_CO_WFD_ADD_FILE", "Add a file");
+define("_CO_WFD_DELETE", "Delete article");
+define("_CO_WFD_PDF", "View this article in PDF format");
+define("_CO_WFD_PRINT", "Print article");
+define("_CO_WFD_MAIL", "Send article");
+define("_CO_WFD_INTITEM", "Have a look at this article at %s");
+define("_CO_WFD_INTITEMFOUND", "Here is an interesting article I have found at %s");
+define("_CO_WFD_POSTEDBY", "Published by %s on %s");
+define("_CO_WFD_BODY", "Body");
+define("_CO_WFD_BODY_DSC", "Article's body");
+
+define("_CO_WFD_CATEGORY", "Category");
+define("_CO_WFD_CATEGORY_DSC", "Article's category.");
+define("_CO_WFD_IMAGE_ITEM", "Article featured image");
+define("_CO_WFD_IMAGE_ITEM_DSC", "Image representing the article");
+define("_CO_WFD_IMAGE_UPLOAD", "Image upload");
+//define("_CO_WFD_IMAGE_UPLOAD_ITEM_DSC", "Select an image on your computer. <br />This image will be uploaded to the site <br />and set as the article image.");
+define("_CO_WFD_SUBCATEGORIES_INFO", "Subcategories within <em>%s</em> :");
+
+define("_CO_WFD_SUMMARY", "Block summary");
+define("_CO_WFD_SUMMARY_DSC", "This summary is used for blocks, index and category pages. It does not display inside article.");
+
+define("_CO_WFD_TITLE", "Title");
+define("_CO_WFD_SUBTITLE", "Sub title");
+
+define("_CO_WFD_ERROR", "Sorry, some error occurred!");
+define("_CO_WFD_SORTBY", "Sort by");
+
+define("_CO_WFD_ADD", "Add");
+define("_CO_WFD_REMOVE", "Remove");
+define("_CO_WFD_PREVIEW", "Preview");
+
+define("_CO_WFD_CREATE", "Create");
+define("_CO_WFD_CLEAR", "Clear");
+define("_CO_WFD_CANCEL", "Cancel");
+
+define("_CO_WFD_IMAGE_ITEMS", "Article images");
+define("_CO_WFD_IMAGE_ITEMS_DSC", "Please choose the images related to this article");
+define("_CO_WFD_IMAGE_PREVIEW", "Image preview");
+define("_CO_WFD_NOTIFY", "Notify on publish?");
+
+define("_CO_WFD_FILEUPLOAD_ERROR", "An error occured while uploading the file.");
+define("_CO_WFD_FILEUPLOAD_SUCCESS", "The file was successfully uploaded.");
+define("_CO_WFD_NEW_FEATURE", "New feature !!!");
+
+define("_CO_WFD_TAB_MAIN", "Main");
+define("_CO_WFD_TAB_IMAGES", "Images");
+define("_CO_WFD_TAB_OTHERS", "Others");
+define("_CO_WFD_TAB_META", "Meta data");
+define("_CO_WFD_TAB_PERMISSIONS", "Permissions");
+
+define("_CO_WFD_IMAGE_UPLOAD_NEW", "Upload new image");
+//define("_CO_WFD_IMAGE_UPLOADING", "Uploading");
+define("_CO_WFD_IMAGE_NICENAME", "Enter image name");
+define("_CO_WFD_IMAGE_CAT_NONE", "No image category found");
+define("_CO_WFD_IMAGE_CAT_NOPERM", "You have no permissions to use this image category");
+
+define("_CO_WFD_TAB_FILES", "Files");
+
+define("_CO_WFD_FILE", "Files");
+define("_CO_WFD_FILE_DESCRIPTION", "Description");
+define("_CO_WFD_FILE_DESCRIPTION_DSC", "Description of the file to be uploaded.");
+define("_CO_WFD_FILE_NAME_DSC", "Name that will be used to identify the file.");
+define("_CO_WFD_FILE_STATUS", "File visible ?");
+define("_CO_WFD_FILE_STATUS_DSC", "if you select no, the file will not be visible from the user side.");
+define("_CO_WFD_FILE_TO_UPLOAD", "File to upload :");
+define("_CO_WFD_FILE_TYPE", "File type");
+define("_CO_WFD_FILE_UPLOAD_ANOTHER", "Upload again");
+define("_CO_WFD_FILENAME", "File name");
+define("_CO_WFD_FILES_LINKED", "Files linked to this article");
+
+define("_CO_WFD_EDITFILE", "Edit file");
+define("_CO_WFD_DELETEFILE", "Delete file");
+*/
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/modinfo.php
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/modinfo.php 2013-06-03 19:17:16 UTC (rev 11617)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/modinfo.php 2013-06-03 19:20:40 UTC (rev 11618)
@@ -26,16 +26,16 @@
define("_MI_WFD_SMNAME3","Top Rated");
// Names of admin menu items
-define("_MI_WFD_BINDEX","Manager");
-define("_MI_WFD_INDEXPAGE","Index Page");
-//define("_MI_WFD_MCATEGORY","Categories");
-//define("_MI_WFD_MDOWNLOADS","Downloads");
-define('_MI_WFD_REVIEWS','Reviews');
-define("_MI_WFD_MUPLOADS","Images Upload");
-define("_MI_WFD_MMIMETYPES","Mimetypes");
-define("_MI_WFD_PERMISSIONS","Permissions");
-define("_MI_WFD_MVOTEDATA","Votes");
-define("_MI_WFD_MMIRRORS","Mirrors");
+//define("_MI_WFD_BINDEX","Manager"); // NOT USED FROM 3.23
+//define("_MI_WFD_INDEXPAGE","Index Page"); // NOT USED FROM 3.23
+//define("_MI_WFD_MCATEGORY","Categories"); // NOT USED FROM 3.23
+//define("_MI_WFD_MDOWNLOADS","Downloads"); // NOT USED FROM 3.23
+//define('_MI_WFD_REVIEWS','Reviews'); // NOT USED FROM 3.23
+//define("_MI_WFD_MUPLOADS","Images Upload"); // NOT USED FROM 3.23
+//define("_MI_WFD_MMIMETYPES","Mimetypes"); // NOT USED FROM 3.23
+//define("_MI_WFD_PERMISSIONS","Permissions"); // NOT USED FROM 3.23
+//define("_MI_WFD_MVOTEDATA","Votes"); // NOT USED FROM 3.23
+//define("_MI_WFD_MMIRRORS","Mirrors"); // NOT USED FROM 3.23
// Title of config items
define('_MI_WFD_POPULAR','Download Popular Count');
@@ -67,8 +67,9 @@
define('_MI_WFD_SHOTWIDTHDSC','Display width for screenshot image');
define('_MI_WFD_SHOTHEIGHT','[screenshots] Image Display Height');
define('_MI_WFD_SHOTHEIGHTDSC','Display height for screenshot image');
-define('_MI_WFD_CHECKHOST','Disallow direct download linking? (leeching)');
-define('_MI_WFD_REFERERS','These sites can directly link to your files <br />Separate with | ');
+define('_MI_WFD_CHECKHOST','[leeching] Disallow direct download linking');
+define('_MI_WFD_REFERERS','[leeching] These sites can directly link to your files');
+define('_MI_WFD_REFERERSDSC','Separate with | ');
define('_MI_WFD_CAT_IMGWIDTH','Category Image Display Width');
define('_MI_WFD_CAT_IMGWIDTHDSC','Display width for category image');
@@ -120,8 +121,8 @@
define('_MI_WFD_ALLOWSUBMISS','[submissions] User Submissions');
define('_MI_WFD_ALLOWSUBMISSDSC','Allow Users to Submit new Downloads/Mirrors');
define('_MI_WFD_ALLOWSUBMISS1','None');
-define('_MI_WFD_ALLOWSUBMISS2','Download Only');
-define('_MI_WFD_ALLOWSUBMISS3','Mirror Only');
+define('_MI_WFD_ALLOWSUBMISS2','Download only');
+define('_MI_WFD_ALLOWSUBMISS3','Mirror only');
define('_MI_WFD_ALLOWSUBMISS4','Both');
define('_MI_WFD_ALLOWUPLOADS','[submissions] User Uploads');
define('_MI_WFD_ALLOWUPLOADSDSC','Allow Users to upload files directly to your website.<br />This includes both files & screenshots!');
@@ -130,14 +131,14 @@
define('_MI_WFD_SCREENSHOTS','Screenshots Upload Directory');
define('_MI_WFD_CATEGORYIMG','Category Image Upload Directory');
define('_MI_WFD_MAINIMGDIR','Main Image Directory');
-define('_MI_WFD_USETHUMBS','[thumbnails] Use Thumbnails');
+define('_MI_WFD_USETHUMBS','[thumbnails] Use thumbnails');
define("_MI_WFD_USETHUMBSDSC","Supported file types: JPG, GIF, PNG.<br />WF-Downloads will use thumb nails for images (category & screenshots).<br />Set to 'No' to use orginal image if the server does not support this option.");
define('_MI_WFD_DATEFORMAT','Timestamp');
define('_MI_WFD_DATEFORMATDSC','Default Timestamp for WF-Downloads');
-define('_MI_WFD_SHOWDISCLAIMER','Show Disclaimer before User Submission');
-define('_MI_WFD_SHOWDOWNDISCL','Show Disclaimer before User Download');
-define('_MI_WFD_DISCLAIMER','Enter Submission Disclaimer Text');
-define('_MI_WFD_DOWNDISCLAIMER','Enter Download Disclaimer Text');
+define('_MI_WFD_SHOWDISCLAIMER','[disclaimer] Show disclaimer before user submission');
+define('_MI_WFD_SHOWDOWNDISCL','[disclaimer] Show disclaimer before user download');
+define('_MI_WFD_DISCLAIMER','[disclaimer] Submission disclaimer text');
+define('_MI_WFD_DOWNDISCLAIMER','[disclaimer] Download disclaimer text');
define('_MI_WFD_PLATFORM','Enter Platforms');
define('_MI_WFD_SUBCATS','Sub-Categories');
define('_MI_WFD_VERSIONTYPES','Version Status');
@@ -314,11 +315,25 @@
define("_MI_WFD_EDITORCHOICE","Editor for File Summary and Download fields");
// 3.23
-define("_MI_WFD_CATEGORIES_MANAGEMENT","Categories Management");
-define("_MI_WFD_DOWNLOADS_MANAGEMENT","Downloads Management");
-
define("_MI_WFD_SUBCATSSORTBY","Sort subcategories by");
define("_MI_WFD_SUBCATSSORTBYDSC","");
define("_MI_WFD_SUBCATSSORTBYCID","Category id");
define("_MI_WFD_SUBCATSSORTBYTITLE","Category title");
define("_MI_WFD_SUBCATSSORTBYWEIGHT","Category weight");
+
+define('_MI_WFD_REFERERSDSC','Separate with | ');
+
+// Names of admin menu items
+define("_MI_WFD_MENU_HOME","Home");
+define("_MI_WFD_MENU_CATEGORIES","Categories");
+define("_MI_WFD_MENU_DOWNLOADS","Downloads");
+define("_MI_WFD_MENU_INDEXPAGE","Index page");
+define("_MI_WFD_MENU_REVIEWS","Reviews");
+define("_MI_WFD_MENU_MIRRORS","Mirrors");
+define("_MI_WFD_MENU_IMAGES","Module images");
+define("_MI_WFD_MENU_MIMETYPES","Mimetypes");
+define("_MI_WFD_MENU_RATINGS","Ratings/Votes");
+define("_MI_WFD_MENU_PERMISSIONS","Permissions");
+define("_MI_WFD_MENU_IMPORT","Import");
+define("_MI_WFD_MENU_HELP_OLD","Help");
+define("_MI_WFD_MENU_ABOUT","About");
\ No newline at end of file
|
|
From: <be...@us...> - 2013-10-06 04:36:22
|
Revision: 12148
http://sourceforge.net/p/xoops/svn/12148
Author: beckmi
Date: 2013-10-06 04:36:15 +0000 (Sun, 06 Oct 2013)
Log Message:
-----------
Few English changes
Modified Paths:
--------------
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/admin.php
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/main.php
XoopsModules/wfdownloads/trunk/wfdownloads/language/english/modinfo.php
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/admin.php
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/admin.php 2013-10-06 04:10:39 UTC (rev 12147)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/admin.php 2013-10-06 04:36:15 UTC (rev 12148)
@@ -41,7 +41,7 @@
// Other Options
define('_AM_WFDOWNLOADS_TEXTOPTIONS', "Text options");
define('_AM_WFDOWNLOADS_ALLOWHTML', " Allow HTML tags");
-define('_AM_WFDOWNLOADS_ALLOWSMILEY', " Allow smiley icons");
+define('_AM_WFDOWNLOADS_ALLOWSMILEY', " Allow Smiley icons");
define('_AM_WFDOWNLOADS_ALLOWXCODE', " Allow XOOPS codes");
define('_AM_WFDOWNLOADS_ALLOWIMAGES', " Allow images");
define('_AM_WFDOWNLOADS_ALLOWBREAK', " Use XOOPS line break conversion");
@@ -88,7 +88,7 @@
define('_AM_WFDOWNLOADS_CCATEGORY_CREATED', "New Category created and database updated successfully");
define('_AM_WFDOWNLOADS_CCATEGORY_MODIFIED', "Selected category modified and database updated successfully");
define('_AM_WFDOWNLOADS_CCATEGORY_DELETED', "Selected category deleted and database updated successfully");
-define('_AM_WFDOWNLOADS_CCATEGORY_AREUSURE', "WARNING: Are you sure you want to delete this category and ALL its files and comments?");
+define('_AM_WFDOWNLOADS_CCATEGORY_AREUSURE', "WARNING: Are you sure to delete this category and ALL its files and comments?");
define('_AM_WFDOWNLOADS_CCATEGORY_NOEXISTS', "You must create a category before you can add a new file");
define('_AM_WFDOWNLOADS_FCATEGORY_GROUPPROMPT', "Category access permissions");
define('_AM_WFDOWNLOADS_FCATEGORY_TITLE', "Category title");
@@ -134,7 +134,7 @@
define('_AM_WFDOWNLOADS_DOWN_UPLOADPATH', "Current upload path: ");
define('_AM_WFDOWNLOADS_DOWN_UPLOADPATHDSC', "Note. Upload path *MUST* contain the full server path of your upload folder.");
define('_AM_WFDOWNLOADS_DOWN_SPHPINI', "<b>Information taken from PHP ini file:</b>");
-define('_AM_WFDOWNLOADS_DOWN_METAVERSION', "<b>Wfdownloads meta version:</b> ");
+define('_AM_WFDOWNLOADS_DOWN_METAVERSION', "<b>Downloads meta version:</b> ");
define('_AM_WFDOWNLOADS_DOWN_SAFEMODESTATUS', "Safe mode status: ");
define('_AM_WFDOWNLOADS_DOWN_REGISTERGLOBALS', "Register globals: ");
define('_AM_WFDOWNLOADS_DOWN_SERVERUPLOADSTATUS', "Server uploads status: ");
@@ -174,7 +174,7 @@
define('_AM_WFDOWNLOADS_MINDEX_ACTION', "Action");
define('_AM_WFDOWNLOADS_MINDEX_NODOWNLOADSFOUND', "NOTICE: there are no downloads that match these criteria");
define('_AM_WFDOWNLOADS_MINDEX_PAGE', "<b>Page:<b> ");
-define('_AM_WFDOWNLOADS_MINDEX_PAGEINFOTXT', "<ul><li>Wfdownloads main page details.</li><li>You can easily change the image logo, heading, main index header and footer text to suit your own look</li></ul><br /><br />Note: The Logo image chosen will be used throughout Wfdownloads.");
+define('_AM_WFDOWNLOADS_MINDEX_PAGEINFOTXT', "<ul><li>Downloads main page details.</li><li>You can easily change the image logo, heading, main index header and footer text to suit your own look</li></ul><br /><br />Note: The Logo image chosen will be used throughout this module.");
// Submitted Files
define('_AM_WFDOWNLOADS_SUB_SUBMITTEDFILES', "Submitted files");
define('_AM_WFDOWNLOADS_SUB_FILESWAITINGINFO', "Waiting files information");
@@ -268,7 +268,7 @@
define('_AM_WFDOWNLOADS_MOD_TITLE', "Download title");
define('_AM_WFDOWNLOADS_MOD_LID', "Download ID");
define('_AM_WFDOWNLOADS_MOD_CID', "Category");
-define('_AM_WFDOWNLOADS_MOD_URL', "Remote Url");
+define('_AM_WFDOWNLOADS_MOD_URL', "Remote URL");
define('_AM_WFDOWNLOADS_MOD_MIRROR', "Download mirror");
define('_AM_WFDOWNLOADS_MOD_SIZE', "Download size");
define('_AM_WFDOWNLOADS_MOD_PUBLISHER', "Publisher");
@@ -278,7 +278,7 @@
define('_AM_WFDOWNLOADS_MOD_LIMITATIONS', "Software limitations");
define('_AM_WFDOWNLOADS_MOD_VERSIONTYPES', "Release status");
define('_AM_WFDOWNLOADS_MOD_DHISTORY', "Download history");
-define('_AM_WFDOWNLOADS_MOD_SCREENSHOT', "Screenshot image");
+define('_AM_WFDOWNLOADS_MOD_SCREENSHOT', "Screenshot 1");
define('_AM_WFDOWNLOADS_MOD_SCREENSHOT2', "Screenshot 2");
define('_AM_WFDOWNLOADS_MOD_SCREENSHOT3', "Screenshot 3");
define('_AM_WFDOWNLOADS_MOD_SCREENSHOT4', "Screenshot 4");
@@ -466,7 +466,7 @@
define('_AM_WFDOWNLOADS_DB_MSG_CREATE_TABLE_ERR', "Error creating table %s");
define('_AM_WFDOWNLOADS_DB_MSG_NEWFIELD', "Successfully added field %s");
define('_AM_WFDOWNLOADS_DB_MSG_NEWFIELD_ERR', "Error adding field %s");
-define('_AM_WFDOWNLOADS_DB_NEEDUPDATE', "Your database is out-of-date. Please upgrade your database tables!<br><b>Note: The SmartFactory strongly recommends you to backup all Wfdownloads tables before running this upgrade script.</b><br>");
+define('_AM_WFDOWNLOADS_DB_NEEDUPDATE', "Your database is out-of-date. Please upgrade your database tables!<br><b>Note: The XOOPS Team strongly recommends you to backup all the module tables before running this upgrade script.</b><br>");
define('_AM_WFDOWNLOADS_DB_NOUPDATE', "Your database is up-to-date. No updates are necessary.");
define('_AM_WFDOWNLOADS_DB_UPDATE_DB', "Updating database");
define('_AM_WFDOWNLOADS_DB_UPDATE_ERR', "Errors updating to version %s");
@@ -527,7 +527,7 @@
define('_AM_WFDOWNLOADS_FFS_EDITDOWNLOADTITLE', "Modify download");
define('_AM_WFDOWNLOADS_FFS_BACK', "Back");
define('_AM_WFDOWNLOADS_FFS_RELOAD', "Reload");
-define('_AM_WFDOWNLOADS_CATEGORYC', "Category: "); // _MD to reuse the category form
+define('_AM_WFDOWNLOADS_CATEGORYC', "Category: "); // _MD to reuse the category form
define('_AM_WFDOWNLOADS_FFS_SUBMITCATEGORYHEAD', "Which category of file do you want to submit?");
define('_AM_WFDOWNLOADS_FFS_DOWNLOADDETAILS', "Download details:");
define('_AM_WFDOWNLOADS_FFS_DOWNLOADCUSTOMDETAILS', "Custom details:");
@@ -619,7 +619,7 @@
define('_AM_WFDOWNLOADS_CLONE_INVALIDNAME', "ERROR: Invalid module name, please try another one!");
define('_AM_WFDOWNLOADS_CLONE_EXISTS', "ERROR: Module name already taken, please try another one!");
define('_AM_WFDOWNLOADS_CLONE_CONGRAT', "Congratulations! %s was sucessfully created! <br />You may want to make changes in language files.");
-define('_AM_WFDOWNLOADS_CLONE_IMAGEFAIL', "Atention, we failed creating the new module logo. Please consider modifying images/module_logo.png manually!");
+define('_AM_WFDOWNLOADS_CLONE_IMAGEFAIL', "Attention, we failed creating the new module logo. Please consider modifying images/module_logo.png manually!");
define('_AM_WFDOWNLOADS_CLONE_FAIL', "Sorry, we failed in creating the new clone. Maybe you need to temporally set write permissions (CHMOD 777) to 'modules' folder and try again.");
// admin/categories.php
define('_AM_WFDOWNLOADS_FCATEGORY_ID', "ID");
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/main.php
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/main.php 2013-10-06 04:10:39 UTC (rev 12147)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/main.php 2013-10-06 04:36:15 UTC (rev 12148)
@@ -136,17 +136,17 @@
define('_MD_WFDOWNLOADS_DOYOUAGREE', "Do you agree to the above terms?");
define('_MD_WFDOWNLOADS_DISCLAIMERAGREEMENT', "Disclaimer");
define('_MD_WFDOWNLOADS_DUPLOADSCRSHOT', "Upload screenshot image");
-define('_MD_WFDOWNLOADS_RESOURCEID', "Resource id#");
+define('_MD_WFDOWNLOADS_RESOURCEID', "Resource ID#");
define('_MD_WFDOWNLOADS_REPORTER', "Original reporter");
define('_MD_WFDOWNLOADS_DATEREPORTED', "Date reported");
define('_MD_WFDOWNLOADS_RESOURCEREPORTED', "Resource reported broken");
-define('_MD_WFDOWNLOADS_BROWSETOTOPIC', "<b>Browse downloads by alphabetical listing</b>");
+define('_MD_WFDOWNLOADS_BROWSETOTOPIC', "<b>Browse downloads in alphabetical order</b>");
define('_MD_WFDOWNLOADS_WEBMASTERACKNOW', "Broken report acknowledged");
define('_MD_WFDOWNLOADS_WEBMASTERCONFIRM', "Broken report confirmed");
define('_MD_WFDOWNLOADS_DELETE', "Delete");
define('_MD_WFDOWNLOADS_DISPLAYING', "Displayed by: ");
define('_MD_WFDOWNLOADS_LEGENDTEXTNEW', "New today");
-define('_MD_WFDOWNLOADS_LEGENDTEXTNEWTHREE', "New 3 days");
+define('_MD_WFDOWNLOADS_LEGENDTEXTNEWTHREE', "New last 3 days");
define('_MD_WFDOWNLOADS_LEGENDTEXTTHISWEEK', "New this week");
define('_MD_WFDOWNLOADS_LEGENDTEXTNEWLAST', "Over 1 week");
define('_MD_WFDOWNLOADS_THISFILEDOESNOTEXIST', "ERROR: this file does not exist!");
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/language/english/modinfo.php
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/language/english/modinfo.php 2013-10-06 04:10:39 UTC (rev 12147)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/language/english/modinfo.php 2013-10-06 04:36:15 UTC (rev 12148)
@@ -124,7 +124,7 @@
define('_MI_WFDOWNLOADS_MAINIMGDIR', "Main images directory");
define('_MI_WFDOWNLOADS_USETHUMBS', "[thumbnails] Use thumbnails");
define('_MI_WFDOWNLOADS_USETHUMBSDSC',
- "Supported file types: JPG, GIF, PNG. <br />Wfdownloads will use thumbnails for images (category & screenshots). <br />Set to '" . _NO
+ "Supported file types: JPG, GIF, PNG. <br />Module will use thumbnails for images (category & screenshots). <br />Set to '" . _NO
. "' to use original image if the server does not support this option.");
define('_MI_WFDOWNLOADS_DATEFORMAT', "Timestamp");
define('_MI_WFDOWNLOADS_DATEFORMATDSC', "Default Timestamp for module front end. <br />More info here: <a href='http://www.php.net/manual/en/function.date.php'>http://www.php.net/manual/en/function.date.php</a>");
@@ -249,9 +249,9 @@
EVENT WILL XOOPS BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL,
INCIDENTAL OR CONSEQUENTIAL DAMAGES, HOWEVER THEY MAY ARISE AND EVEN IF
XOOPS HAS BEEN PREVIOUSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES..");
-define('_MI_WFDOWNLOADS_AUTHOR_CREDITSTEXT', "The SmartFactory Team would like to thank the following people for their help and support during the development phase of this module: <br /><br />tom, mking, paco1969, mharoun, Talis, m0nty, steenlnielsen, Clubby, Geronimo, bd_csmc, herko, LANG, Stewdio, tedsmith, veggieryan, carnuke, MadFish, Kiang<br />and anyone else who has contributed to either directly or indirectly.");
+define('_MI_WFDOWNLOADS_AUTHOR_CREDITSTEXT', "The XOOPS Team would like to thank the following people for their help and support during the development phase of this module: <br /><br />tom, mking, paco1969, mharoun, Talis, m0nty, steenlnielsen, Clubby, Geronimo, bd_csmc, herko, LANG, Stewdio, tedsmith, veggieryan, carnuke, MadFish, Kiang, SmartFactory team<br />and anyone else who has contributed to either directly or indirectly.");
define('_MI_WFDOWNLOADS_AUTHOR_BUGFIXES', "Bug Fix History");
-define('_MI_WFDOWNLOADS_COPYRIGHTIMAGE', "Images copyright WF-Project/SmartFactory and may only be used with permission");
+define('_MI_WFDOWNLOADS_COPYRIGHTIMAGE', "Images copyright XOOPS, WF-Project/SmartFactory and may only be used with permission");
// mirror defines
define('_MI_WFDOWNLOADS_MIRROR_USEIMAGES', "Display mirror logos"); // not implemented yet
define('_MI_WFDOWNLOADS_MIRROR_USEIMAGESDSC', "Select '" . _YES . "' to display logo for each mirror."); // not implemented yet
@@ -293,8 +293,8 @@
define('_MI_WFDOWNLOADS_MENU_REVIEWS', "Reviews");
define('_MI_WFDOWNLOADS_MENU_MIRRORS', "Mirrors");
define('_MI_WFDOWNLOADS_MENU_BROKENS', "Brokens");
-define('_MI_WFDOWNLOADS_MENU_REPORTSMODIFICATIONS', "Broken Reports & Modifications");
-define('_MI_WFDOWNLOADS_MENU_IMAGES', "Module images");
+define('_MI_WFDOWNLOADS_MENU_REPORTSMODIFICATIONS', "Broken & Modified");
+define('_MI_WFDOWNLOADS_MENU_IMAGES', "Images");
define('_MI_WFDOWNLOADS_MENU_MIMETYPES', "MIME types");
define('_MI_WFDOWNLOADS_MENU_RATINGS', "Ratings & Votes");
define('_MI_WFDOWNLOADS_MENU_PERMISSIONS', "Permissions");
|