|
From: <ce...@us...> - 2014-08-24 06:42:53
|
Revision: 12742
http://sourceforge.net/p/xoops/svn/12742
Author: cesag
Date: 2014-08-24 06:42:50 +0000 (Sun, 24 Aug 2014)
Log Message:
-----------
MyPoints 1.02 Beta 1 English corrections (cesag).
Modified Paths:
--------------
XoopsModules/mypoints/trunk/mypoints/language/english/about.php
XoopsModules/mypoints/trunk/mypoints/language/english/admin.php
XoopsModules/mypoints/trunk/mypoints/language/english/blocks.php
XoopsModules/mypoints/trunk/mypoints/language/english/help/help.html
XoopsModules/mypoints/trunk/mypoints/language/english/main.php
XoopsModules/mypoints/trunk/mypoints/language/english/modinfo.php
Modified: XoopsModules/mypoints/trunk/mypoints/language/english/about.php
===================================================================
--- XoopsModules/mypoints/trunk/mypoints/language/english/about.php 2014-08-14 18:41:44 UTC (rev 12741)
+++ XoopsModules/mypoints/trunk/mypoints/language/english/about.php 2014-08-24 06:42:50 UTC (rev 12742)
@@ -10,7 +10,7 @@
define('_AB_MYPOINTS_MODULE_DEMO', 'Demo Site');
define('_AB_MYPOINTS_MODULE_DISCLAIMER', 'Disclaimer');
define('_AB_MYPOINTS_MODULE_FEATURE', 'Suggest a new feature for this module');
-define('_AB_MYPOINTS_MODULE_INFO', 'Module Developpment Informations');
+define('_AB_MYPOINTS_MODULE_INFO', 'Module Development Informations');
define('_AB_MYPOINTS_MODULE_RELEASE_DATE', 'Release date');
define('_AB_MYPOINTS_MODULE_STATUS', 'Status');
define('_AB_MYPOINTS_MODULE_SUBMIT_BUG', 'Submit a bug');
@@ -19,7 +19,6 @@
define('_AB_MYPOINTS_PEOPLE_DEVELOPERS', 'Developers');
define('_AB_MYPOINTS_PEOPLE_TESTERS', 'Testers');
define('_AB_MYPOINTS_PEOPLE_DOCUMENTERS', 'Documenters');
-define('_AB_MYPOINTS_PEOPLE_TRANSLATERS', 'Translaters');
+define('_AB_MYPOINTS_PEOPLE_TRANSLATERS', 'Translators');
define('_AB_MYPOINTS_PEOPLE_OTHER', 'Other contributors');
define('_AB_MYPOINTS_VERSION_HISTORY', 'Version History');
-?>
Modified: XoopsModules/mypoints/trunk/mypoints/language/english/admin.php
===================================================================
--- XoopsModules/mypoints/trunk/mypoints/language/english/admin.php 2014-08-14 18:41:44 UTC (rev 12741)
+++ XoopsModules/mypoints/trunk/mypoints/language/english/admin.php 2014-08-24 06:42:50 UTC (rev 12742)
@@ -3,10 +3,10 @@
define("_AM_MYPOINTS_GENERALSET","General Settings");
define("_AM_MYPOINTS_GOTOMOD","Go to module");
-define("_AM_MYPOINTS_PLUGINS","Plugins administration");
+define("_AM_MYPOINTS_PLUGINS","Plug-ins administration");
define("_AM_MYPOINTS_MODULENAME","Module name");
-define("_AM_MYPOINTS_PLUGINNAME","Plugin name");
-define("_AM_MYPOINTS_PLUGINTYPE","Plugin type");
+define("_AM_MYPOINTS_PLUGINNAME","Plug-in name");
+define("_AM_MYPOINTS_PLUGINTYPE","Plug-in type");
define("_AM_MYPOINTS_PLUGINITEMS","Items");
define("_AM_MYPOINTS_PLUGINVOTES","Votes");
define("_AM_MYPOINTS_STATUS","Status");
@@ -18,4 +18,3 @@
define("_AM_MYPOINTS_MULTI","Multiply by");
define("_AM_MYPOINTS_GO","Save and Update");
define("_AM_MYPOINTS_DONE","Done!");
-?>
Modified: XoopsModules/mypoints/trunk/mypoints/language/english/blocks.php
===================================================================
--- XoopsModules/mypoints/trunk/mypoints/language/english/blocks.php 2014-08-14 18:41:44 UTC (rev 12741)
+++ XoopsModules/mypoints/trunk/mypoints/language/english/blocks.php 2014-08-24 06:42:50 UTC (rev 12742)
@@ -3,4 +3,3 @@
// URL: http://www.xuups.com
// E-Mail: lus...@gm...
define("_MB_MYPOINTS_DISPLAYC","Display %s comments");
-?>
Modified: XoopsModules/mypoints/trunk/mypoints/language/english/help/help.html
===================================================================
--- XoopsModules/mypoints/trunk/mypoints/language/english/help/help.html 2014-08-14 18:41:44 UTC (rev 12741)
+++ XoopsModules/mypoints/trunk/mypoints/language/english/help/help.html 2014-08-24 06:42:50 UTC (rev 12742)
@@ -8,7 +8,7 @@
<h4 class="odd">Description</h4>
- <p class="even">With this XOOPS module, your can give you members points for each submission or vote.<br /> <br />
+ <p class="even">With this XOOPS module, you can give your members some points for each submission or vote.<br /> <br />
The module can display an ordered list of your top members <br /> <br />
</p>
@@ -21,17 +21,17 @@
Detailed instructions on installing modules are available in the
<a href="http://goo.gl/adT2i">XOOPS Operations Manual</a><br /> <br />
- This module makes use of plugins. Without plugins there will be nothing to see.
- Available plugins are located at /mypoints/plugins. </p>
+ This module makes use of plug-ins. Without plug-ins there will be nothing to see.
+ Available plug-ins are located at /mypoints/plugins. </p>
- <h4 class="odd">Developing plugins</h4>
+ <h4 class="odd">Developing plug-ins</h4>
- <p class="even">With a little effort you can adapt existing plugins to work with your module.
- If you are a module developer you can include your plugins under yourmodule/include/mypoints.plugin.php
- The plugin should also work for modules that use XOOPS_TRUST_PATH.<br /> <br />
+ <p class="even">With a little effort you can adapt existing plug-ins to work with your module.
+ If you are a module developer you can include your plug-ins under yourmodule/include/mypoints.plugin.php
+ The plug-in should also work for modules that use XOOPS_TRUST_PATH.<br /> <br />
- You can send your plugin to lus...@gm... if you want me to add it to mypoints/plugins folder.<br /> <br /></p>
+ You can send your plug-in to lus...@gm... if you want me to add it to mypoints/plugins folder.<br /> <br /></p>
<h4 class="odd">Tutorial</h4>
Modified: XoopsModules/mypoints/trunk/mypoints/language/english/main.php
===================================================================
--- XoopsModules/mypoints/trunk/mypoints/language/english/main.php 2014-08-14 18:41:44 UTC (rev 12741)
+++ XoopsModules/mypoints/trunk/mypoints/language/english/main.php 2014-08-24 06:42:50 UTC (rev 12742)
@@ -24,7 +24,7 @@
define('_MA_MYPOINTS_MOREOFF','Details OFF');
define('_MA_MYPOINTS_HOWEARNPOINTS','How can I earn Points?');
-define('_MA_MYPOINTS_PLUGIN','Plugin');
+define('_MA_MYPOINTS_PLUGIN','Plug-in');
define('_MA_MYPOINTS_ITEMS','Items');
define('_MA_MYPOINTS_MULTI','Multiply');
@@ -34,4 +34,3 @@
define('_MA_MYPOINTS_LPOINT','point');
define('_MA_MYPOINTS_LPOINTS','points');
define('_MA_MYPOINTS_SPOINTS','Points');
-?>
Modified: XoopsModules/mypoints/trunk/mypoints/language/english/modinfo.php
===================================================================
--- XoopsModules/mypoints/trunk/mypoints/language/english/modinfo.php 2014-08-14 18:41:44 UTC (rev 12741)
+++ XoopsModules/mypoints/trunk/mypoints/language/english/modinfo.php 2014-08-24 06:42:50 UTC (rev 12742)
@@ -5,11 +5,11 @@
//general
define("_MI_MYPOINTS_NAME","My points");
-define("_MI_MYPOINTS_DSC","Pluginable module that allows you to give your members points for each submission or vote");
+define("_MI_MYPOINTS_DSC","Pluggable module that allows you to give your members points for each submission or vote");
//blocks
define("_MI_MYPOINTS_BNAME1","Members points");
//admin menu
-define("_MI_MYPOINTS_ADMMENU1","Plugins");
+define("_MI_MYPOINTS_ADMMENU1","Plug-ins");
define("_MI_MYPOINTS_ADMMENU2","About");
//menu
define("_MI_MYPOINTS_SHOWALL","Top members");
@@ -26,9 +26,8 @@
define("_MI_MYPOINTS_REFRESHTIME","Refresh time");
define("_MI_MYPOINTS_REFRESHTIME_DSC","Time between points updates. Set this is seconds.");
-define("_MI_MYPOINTS_COUNTADMIN","Count point for admins");
-define("_MI_MYPOINTS_COUNTADMIN_DSC","Do you want to show admins in the top list?");
+define("_MI_MYPOINTS_COUNTADMIN","Count point for administrators");
+define("_MI_MYPOINTS_COUNTADMIN_DSC","Do you want to show administrators in the top list?");
define("_MI_MYPOINTS_COUNTSINCE","Count since");
define("_MI_MYPOINTS_COUNTSINCE_DSC","Count points since this date.");
-?>
|