Thread subject: muscapaul's PHP-Fusion website :: Last Seen User Panel (locale issue)

Posted by lelebart on 27-01-2010 21:16
#1

Hi, referring to this package, I've noticed that the italian localization is wrong.
Here you are the corrected one, also in attachment.
Code
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2010 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Type: Panel
| Name: Last Seen Users
| Version: n/a
| Author: muscapaul, Nick Jones (Digitanium)
+--------------------------------------------------------+
| Filename: Italian.php
| Author: Valerio Vendrame (lelebart)
+--------------------------------------------------------+
| Language: Italian (IT)
| Author / Transaltor: Valerio Vendrame (lelebart)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
$locale['lsup000'] = "Ultimi Utenti Connessi";
$locale['lsup001'] = "Online Ora";
$locale['lsup002'] = "< 5 min";
$locale['lsup003'] = "settimana";
$locale['lsup004'] = "settimane";
$locale['lsup005'] = "giorno";
$locale['lsup006'] = "giorni";
$locale['lsup007'] = "Mai Online";
?>



Best regards. :)