From: <be...@us...> - 2012-05-20 03:27:36
|
Revision: 9554 http://xoops.svn.sourceforge.net/xoops/?rev=9554&view=rev Author: beckmi Date: 2012-05-20 03:27:30 +0000 (Sun, 20 May 2012) Log Message: ----------- Updating English language files Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/admin.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/help/help.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/modinfo.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/admin.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/admin.php 2012-05-20 03:10:24 UTC (rev 9553) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/admin.php 2012-05-20 03:27:30 UTC (rev 9554) @@ -35,9 +35,9 @@ define("_AM_AVATARS_NBNOTDISPLAY_C","There are %s custom avatars not visible"); define("_AM_AVATARS_NBNOTDISPLAY_S","There are %s system avatars not visible"); define("_AM_AVATARS_OFF","Display in the form "); -define("_AM_AVATARS_ON","Does not display in the form"); +define("_AM_AVATARS_ON","Do not display in the form"); define("_AM_AVATARS_SAVE","Avatar saved"); -define("_AM_AVATARS_SUREDEL","Are you sure you want to delete this avatar?"); +define("_AM_AVATARS_SUREDEL","Are you sure to delete this avatar?"); define("_AM_AVATARS_WEIGHT","Display order in avatar manager:"); define("_AM_AVATARS_UPLOADS","Upload"); define("_AM_AVATARS_USERS","Users using this avatar"); @@ -46,5 +46,5 @@ define("_AM_AVATARS_SYSTEM_TIPS","<ul><li>Add, update or delete system avatars</li></ul>"); define("_AM_AVATARS_CUSTOM_TIPS","<ul><li>Add, update or delete custom avatars</li></ul>"); define("_AM_AVATARS_TIPS_FORM1","<ul><li>Authorized mime types: %s</li>"); -define("_AM_AVATARS_TIPS_FORM2","<li>Max uploaded files size: %s ko</li>"); +define("_AM_AVATARS_TIPS_FORM2","<li>Max uploaded files size (KB): %s</li>"); define("_AM_AVATARS_TIPS_FORM3","<li>Max Pixels: %s x %s (width x height)</li></ul>"); \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/help/help.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/help/help.html 2012-05-20 03:10:24 UTC (rev 9553) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/help/help.html 2012-05-20 03:27:30 UTC (rev 9554) @@ -11,5 +11,5 @@ Custom Avatars are images directly uploaded by a user. For a user to be able to upload an avatar, the correct option must be configured in the User Info Settings of the Site Preferences. <br/><br/> <h4>Edit and delete Avatars</h4><br/> -The Site administrator can edit the name and the display order of all the System Avatars, as well as deleting anyone of them. Note that if the Site administrator deleted an avatar that is used by a user, this user will lose his avatar. +The Site administrator can edit the name and the display order of all the System Avatars, as well as deleting any of them. Note that if the Site administrator has deleted an avatar that is used by a user, this user will lose his avatar and will need to upload a new one. <!-- ===== Help Content ======= --> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/modinfo.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/modinfo.php 2012-05-20 03:10:24 UTC (rev 9553) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/avatars/language/english/modinfo.php 2012-05-20 03:27:30 UTC (rev 9554) @@ -21,7 +21,7 @@ */ // Info module define("_MI_AVATARS_NAME", "Avatars"); -define("_MI_AVATARS_DESC", "Plugins for managing avatars"); +define("_MI_AVATARS_DESC", "Plugin for managing avatars"); // Menu define("_MI_AVATARS_INDEX", "Home"); define("_MI_AVATARS_SYSTEM", "System avatars"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |