mChat problems with Italian translation
Posted: 25 Apr 2010, 14:47
Hey guys,
i translated mchat_lang.php in Italiand and copied it to my site. What i get is:
I tried to remove the copyright from common.php and mchat_lang.php to see if it will disappear but then when i removed them, i get:
My intention was and is NOT removing the copyright, i just did it to see if it worked.
Here's my translation:
[spoiler][/spoiler]
Can you tell me what's wrong?
Thanks in advance.
i translated mchat_lang.php in Italiand and copied it to my site. What i get is:
Code: Select all
You have removed the copyright from the mChat mod.<br />Please restore the entry for the copyright by editing language/en/mods/mchat_lang.php.<br />Until you do so, both this mod and your forum will not work unless you uninstall mChat.
Code: Select all
BLANK PAGE
Here's my translation:
[spoiler]
Code: Select all
<?php
/**
*
* @package - mChat
* @version 1.3.5 07.10.2009
* @copyright (c) djs596 ( http://djs596.com/ ), (c) RMcGirr83 ( http://www.rmcgirr83.org/ ), (c) Stokerpiller ( http://www.phpbb3bbcodes.com/ )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
**/
/**
* DO NOT CHANGE!
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ †…
//
$lang = array_merge($lang, array(
// MCHAT
'MCHAT_ADD' => 'Invia',
'MCHAT_ARCHIVE' => 'Archivio',
'MCHAT_ARCHIVE_PAGE' => 'Archivio ShoutBox',
'MCHAT_ARCHIVENOMESSAGE' => 'Non ci sono messaggi qui',
'MCHAT_AUTOUPDATE' => 'Auto aggiornamento ogni <strong>%d</strong> secondi',
'MCHAT_BBCODES' => 'Codici BB',
'MCHAT_CLEAN' => 'X',
'MCHAT_CLEANED' => 'Tutti i messaggi sono stati rimossi con successo',
'MCHAT_COPYRIGHT_CHECK' => '© <a href="http://www.phpbb3bbcodes.com/">phpBB3BBCodes.com</a>',
'MCHAT_DELALLMESS' => 'Rimuovere tutti i messaggi?',
'MCHAT_DELCONFIRM' => 'Confermi la rimozione?',
'MCHAT_DELITE' => 'Cancella',
'MCHAT_EDIT' => 'Modifica',
'MCHAT_EDITINFO' => 'Modificare il messaggio e cliccare su OK',
'MCHAT_ENABLE' => 'Spiacente, la ShoutBox non è attualmente disponibile',
'MCHAT_ERROR' => 'Errore',
'MCHAT_FLOOD' => 'Non puoi inviare un altro messaggio così presto dopo l'ultimo',
'MCHAT_HELP' => '?',
'MCHAT_HELP_INFO' => 'Regole: \n1. No bestemmie\n2. No pubblicità di alcun genere non relativo al DAMMA TEAM Clan\n3. Non lasciare tanti messaggi in successione\n4. Non lasciare messaggi inutili\n5. Non lasciare messaggi composti solo da faccine\n6. Il infrangere di tutte queste regole svariate volte e dopo svariati richiami dall'admin, risulterà in un ban di 5 giorni', // \n signifies a new line //
'MCHAT_IP' => 'IP:',
'MCHAT_IP_WHOIS_FOR' => 'Whois IP per %s',
'MCHAT_LOAD' => 'Ricaricando...',
'MCHAT_NO_CUSTOM_PAGE' => 'La pagina della ShoutBox personalizzata non è attivata in questo momento!',
'MCHAT_NOACCESS' => 'Non hai il permesso di inserire un messaggio nella ShoutBox',
'MCHAT_NOACCESS_ARCHIVE' => 'Non hai il permesso di vedere l'archivio',
'MCHAT_NOJAVASCRIPT' => 'Il tuo browser non supporta JavaScript o JavaScript è disabilitato',
'MCHAT_NOMESSAGE' => 'Nessun messaggio',
'MCHAT_NOMESSAGEINPUT' => 'Non hai inserito un messaggio',
'MCHAT_NOSMILE' => 'Faccine non trovate',
'MCHAT_OK' => 'OK',
'MCHAT_PERMISSIONS' => 'Modificare le autorizzazioni degli utenti',
'MCHAT_REPLACE_COPYRIGHT' => 'You have removed the copyright from the mChat mod.<br />Please restore the entry for the copyright by editing language/en/mods/mchat_lang.php.<br />Until you do so, both this mod and your forum will not work unless you uninstall mChat.',
'MCHAT_SMILES' => 'Faccine',
'MCHAT_TITLE' => 'ShoutBox',
'MCHAT_TOTALMESSAGES' => 'Messaggi totali: <strong>%s</strong>',
'MCHAT_USESOUND' => 'Abilitare suono?',
// whois chatting stuff
'MCHAT_GUEST_USERS_TOTAL' => '%d ospiti',
'MCHAT_GUEST_USERS_ZERO_TOTAL' => '0 ospiti',
'MCHAT_GUEST_USER_TOTAL' => '%d ospite',
'MCHAT_HIDDEN_USERS_TOTAL' => '%d nascosti',
'MCHAT_HIDDEN_USERS_TOTAL_AND' => '%d nascosti e ',
'MCHAT_HIDDEN_USERS_ZERO_TOTAL' => '0 nascosti',
'MCHAT_HIDDEN_USERS_ZERO_TOTAL_AND' => '0 nascosti e ',
'MCHAT_HIDDEN_USER_TOTAL' => '%d nascosto',
'MCHAT_HIDDEN_USER_TOTAL_AND' => '%d nascosto e ',
'MCHAT_ONLINE_USERS_TOTAL' => 'In totale ci sono <strong>%d</strong> users chatting :: ',
'MCHAT_ONLINE_USERS_ZERO_TOTAL' => 'In totale ci sono <strong>0</strong> users chatting :: ',
'MCHAT_ONLINE_USER_TOTAL' => ''In totale c'è <strong>%d</strong> user chatting :: ',
'MCHAT_REG_USERS_TOTAL' => '%d registrati, ',
'MCHAT_REG_USERS_TOTAL_AND' => '%d registrati e ',
'MCHAT_REG_USERS_ZERO_TOTAL' => '0 registrati, ',
'MCHAT_REG_USERS_ZERO_TOTAL_AND' => '0 registrati e ',
'MCHAT_REG_USER_TOTAL' => '%d registrato, ',
'MCHAT_REG_USER_TOTAL_AND' => '%d registrato e ',
'WHO_IS_CHATTING' => 'Chi è nella ShoutBox',
'WHO_IS_REFRESH_EXPLAIN' => 'Ricarica ogni <strong>%d</strong> secondi',
'WHO_IS_REFRESHING' => 'Ricaricando',
// BBCode Font
'MCHAT_FONTSIZE' => 'Dimensione carattere:',
'MCHAT_FONTTINY' => 'Minuscolo',
'MCHAT_FONTSMALL' => 'Piccolo',
'MCHAT_FONTNORMAL' => 'Normale',
'MCHAT_FONTLARGE' => 'Grande',
'MCHAT_FONTHUGE' => 'Enorme',
));
?>
Can you tell me what's wrong?
Thanks in advance.