wootook-reloaded/language/it/credit.mo
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +02:00

53 lines
No EOL
2.4 KiB
Modelica

<?php
/**
* This file is part of Wootook
*
* @license http://www.gnu.org/licenses/gpl-3.0.txt
* @see http://www.wootook.com/
*
* Copyright (c) 2009-Present, XNova Support Team <http://www.xnova-ng.org>
* All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* --> NOTICE <--
* This file is part of the core development branch, changing its contents will
* make you unable to use the automatic updates manager. Please refer to the
* documentation for further information about customizing XNova.
*
*/
$lang['cred_link'] = 'Link';
$lang['cred_site'] = 'Sito';
$lang['cred_forum'] = 'Forum';
$lang['cred_credit'] = 'Crediti';
$lang['cred_creat'] = 'Fondatore';
$lang['cred_prog'] = 'Programmatore';
$lang['cred_master'] = 'Capo';
$lang['cred_design'] = 'Designer';
$lang['cred_web'] = 'Webmaster';
$lang['cred_thx'] = 'Ringraziamenti';
$lang['cred_based'] = 'Qu&igrave; &egrave; stata la base di XNova';
$lang['cred_start'] = 'Per l\'hosting di XNova';
$lang['cred_ext'] = 'Copyright &eacute;tendus';
$lang['cred_info'] = 'Informazioni';
$lang['cred_infotxt'] = 'La pagina di credito non &egrave; destinata ad essere cambiata, perch&egrave; essa garantisce il diritto di usare XNova per il proprio server. Non hai il permesso di modificare il contenuto di default. Tuttavia, grazie al vasto sistema del diritto d\'autore, &egrave; possibile, mostrare il tuo nome sotto gli sviluppatori ufficiali e di proteggere la vostra innovazione.';
$lang['cred_added'] = 'Sar&agrave; visibile sulla pagina di credito';
$lang['cred_name'] = 'Soprannomi (una riga per ogni nome utente)';
$lang['cred_funct'] = 'Funzioni (una riga per posizione)';
$lang['cred_save'] = 'Salvare';
$lang['cred_done'] = 'Copyright cambiato con successo!';
?>