|
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
|