From: <be...@us...> - 2012-01-03 22:48:50
|
Revision: 8631 http://xoops.svn.sourceforge.net/xoops/?rev=8631&view=rev Author: beckmi Date: 2012-01-03 22:48:44 +0000 (Tue, 03 Jan 2012) Log Message: ----------- - adding missing translation (it was in XOOPS 2.5.4) Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.5/htdocs/language/english/pmsg.php Modified: XoopsCore/branches/2.5.x/2.5.5/htdocs/language/english/pmsg.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.5/htdocs/language/english/pmsg.php 2012-01-03 22:47:14 UTC (rev 8630) +++ XoopsCore/branches/2.5.x/2.5.5/htdocs/language/english/pmsg.php 2012-01-03 22:48:44 UTC (rev 8631) @@ -42,5 +42,5 @@ define('_PM_ONLINE', 'Online'); //XOOPS 2.5.2 define('_PM_SURE_TO_DELETE',"Are you sure you want to delete these message(s)?"); - -?> \ No newline at end of file +//XOOPS 2.5.5 +define('_PM_READ', 'Already Read'); \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |