From: <be...@us...> - 2012-01-06 23:31:14
|
Revision: 8658 http://xoops.svn.sourceforge.net/xoops/?rev=8658&view=rev Author: beckmi Date: 2012-01-06 23:31:07 +0000 (Fri, 06 Jan 2012) Log Message: ----------- Updating English translations and docs Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/docs/readme.txt XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/admin.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/blocks.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/main.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/modinfo.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/docs/readme.txt =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/docs/readme.txt 2012-01-06 22:52:58 UTC (rev 8657) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/docs/readme.txt 2012-01-06 23:31:07 UTC (rev 8658) @@ -3,7 +3,7 @@ Description ------------ -The smilies Module is for managing smilies. +The Banners Module is for managing banners. Requirements _____________________________________________________________________ @@ -13,7 +13,7 @@ Install/uninstall ------------------ -No special measures necessary, follow the standard installation process � extract the xoopspartners folder into the ../modules directory. Install the module through Admin -> System Module -> Modules. +No special measures necessary, follow the standard installation process & extract the /banners folder into the ../modules directory. Install the module through Admin -> System Module -> Modules. Detailed instructions on installing modules are available in the XOOPS Operations Manual (http://goo.gl/adT2i) @@ -21,9 +21,9 @@ ------------------------ To set up this module you need to: -i) Enter your partner�s details � including a URL for their website and (optionally) logo plus a short description (see �Adding a partner�) +i) Enter your client's details -ii) Configure your preferences for the module (see �Preferences�) and optionally the Partners block if you intend to use it (see �Blocks�) +ii) Add banners for each client iii) Check that you have given your user groups the necessary module and block access rights to use this module. Group permissions are set through the Administration Menu -> System -> Groups. Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/admin.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/admin.php 2012-01-06 22:52:58 UTC (rev 8657) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/admin.php 2012-01-06 23:31:07 UTC (rev 8658) @@ -18,7 +18,7 @@ * @since 2.6.0 * @author Mage Gr\xE9gory (AKA Mage) * @version $Id$ - */ + */ //generic define("_AM_BANNERS_ACTION","Action"); define("_AM_BANNERS_VIEW","View"); @@ -39,8 +39,8 @@ define("_AM_BANNERS_CLIENTS_LIST","List of clients"); define("_AM_BANNERS_CLIENTS_MAIL","Client email"); define("_AM_BANNERS_CLIENTS_NAME","Client name"); -define("_AM_BANNERS_CLIENTS_SUREDEL","Are you sure you want to delete client '<strong>%s</strong>' and ALL its banners?"); -define("_AM_BANNERS_CLIENTS_UNAME","Client uname"); +define("_AM_BANNERS_CLIENTS_SUREDEL","Are you sure to delete this client '<strong>%s</strong>' and ALL its banners?"); +define("_AM_BANNERS_CLIENTS_UNAME","Client name"); define("_AM_BANNERS_CLIENTS_UNAME_NO","Do not use a member"); define("_AM_BANNERS_CLIENTS_UNAME_YES","Use a member"); @@ -48,7 +48,7 @@ define("_AM_BANNERS_BANNERS_ADD","Add a new banner"); define("_AM_BANNERS_BANNERS_CLICKS","Clicks"); define("_AM_BANNERS_BANNERS_CLICKURL","Click URL"); -define("_AM_BANNERS_BANNERS_CODEHTML","Code Html"); +define("_AM_BANNERS_BANNERS_CODEHTML","Code HTML"); define("_AM_BANNERS_BANNERS_CURRENT","Current active banners"); define("_AM_BANNERS_BANNERS_EDIT","Edit banner"); define("_AM_BANNERS_BANNERS_ENDDATE","Date ended"); @@ -59,14 +59,14 @@ define("_AM_BANNERS_BANNERS_IMPRESIONLEFT","Impressions left"); define("_AM_BANNERS_BANNERS_IMPRESSIONS","Impressions"); define("_AM_BANNERS_BANNERS_IMPRESSIONSP","Impressions purchased"); -define("_AM_BANNERS_BANNERS_LIST","List of banner"); +define("_AM_BANNERS_BANNERS_LIST","List of banners"); define("_AM_BANNERS_BANNERS_NCLICKS","% Clicks"); define("_AM_BANNERS_BANNERS_RELOAD","Reload banner"); define("_AM_BANNERS_BANNERS_STARTDATE","Date started"); -define("_AM_BANNERS_BANNERS_SUREDEL","Are you sure you want to delete this Banner?"); +define("_AM_BANNERS_BANNERS_SUREDEL","Are you sure to delete this Banner?"); define("_AM_BANNERS_BANNERS_UNLIMIT","Unlimited"); define("_AM_BANNERS_BANNERS_UPLOADS","Upload"); -define("_AM_BANNERS_BANNERS_USEHTML","Use Html?"); +define("_AM_BANNERS_BANNERS_USEHTML","Use HTML?"); define("_AM_BANNERS_BANNERS_ERROR_NOCLIENT","Please create first a client"); @@ -75,4 +75,4 @@ define("_AM_BANNERS_TIPS_CLIENTS_ADDEDIT", "<ul><li>Modify and update client</li><li>If you do not put a user of the site, the customer will not have access to these banners.</li></ul>"); define("_AM_BANNERS_TIPS_BANNERS", "<ul><li>Add, modify and update banners.</li></ul>"); define("_AM_BANNERS_TIPS_BANNERS_FORM1","<ul><li>Authorized mime types: %s</li>"); -define("_AM_BANNERS_TIPS_BANNERS_FORM2","<li>Max uploaded files size: %s ko</li></ul>"); \ No newline at end of file +define("_AM_BANNERS_TIPS_BANNERS_FORM2","<li>Max uploaded files size: %s KB</li></ul>"); \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/blocks.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/blocks.php 2012-01-06 22:52:58 UTC (rev 8657) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/blocks.php 2012-01-06 23:31:07 UTC (rev 8658) @@ -20,11 +20,11 @@ * @version $Id$ */ define("_MB_BANNERS_DISP","Display"); -define("_MB_BANNERS","banners"); +define("_MB_BANNERS","Banners"); define("_MB_BANNERS_ALIGNEMENT","Alignement"); define("_MB_BANNERS_ALIGNEMENT_H","horizontal"); define("_MB_BANNERS_ALIGNEMENT_V","vertical"); define("_MB_BANNERS_ALLCLIENTS","All clients"); define("_MB_BANNERS_CLIENTSTODISPLAY","Select displayed clients"); -define("_MB_BANNERS_IDDISPLAY","Indicate the id of the banners to be displayed"); +define("_MB_BANNERS_IDDISPLAY","Indicate the ID of the banner to be displayed"); define("_MB_BANNERS_SEP","separated with ','."); \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/main.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/main.php 2012-01-06 22:52:58 UTC (rev 8657) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/main.php 2012-01-06 23:31:07 UTC (rev 8658) @@ -25,7 +25,7 @@ define("_MD_BANNERS_INDEX_EMAIL", "Send E-mail stats"); define("_MD_BANNERS_INDEX_NO_ID","No valid ID detected"); define("_MD_BANNERS_INDEX_NO_REFERER", "No referer detected"); -define("_MD_BANNERS_INDEX_ID", "Id"); +define("_MD_BANNERS_INDEX_ID", "ID"); define("_MD_BANNERS_INDEX_MAIL_MESSAGE", "Available Banner Statistics for the selected Banner at %s :\n\n\n Client Name: %s\nBanner ID: %s\n Banner Image: %s\n Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/modinfo.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/modinfo.php 2012-01-06 22:52:58 UTC (rev 8657) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/language/english/modinfo.php 2012-01-06 23:31:07 UTC (rev 8658) @@ -31,8 +31,8 @@ // Blocks define("_MI_BANNERS_BLOCKS_RANDOM", "Random Banners"); define("_MI_BANNERS_BLOCKS_RANDOMDSC", "Display banners randomly"); -define("_MI_BANNERS_BLOCKS_ID", "Id Banners"); -define("_MI_BANNERS_BLOCKS_IDDSC", "Display banners by id"); +define("_MI_BANNERS_BLOCKS_ID", "ID Banners"); +define("_MI_BANNERS_BLOCKS_IDDSC", "Display banners by ID"); // Preferences define("_MI_BANNERS_PREFERENCE_MYIP", "Your IP address"); define("_MI_BANNERS_PREFERENCE_MYIPDSC", "This IP will not count as an impression for banners"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |