<?php
    /*
    RosCMS - ReactOS Content Management System
    Copyright (C) 2005  Klemens Friedl <frik85@reactos.org>

    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 2 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, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    */
	

//
// The format of this file is ---> $roscms_langres['message'] = 'text';
//


// Language settings
$roscms_langres['charset'] = 'utf-8';
//$roscms_langres['charset'] = 'iso-8859-1';
$roscms_langres['lang_code'] = 'IT';

			   
// main menu
$roscms_langres['Navigation'] = 'Navigazione';
$roscms_langres['Home'] = 'Home';
$roscms_langres['Dev'] = 'Sviluppo';
$roscms_langres['Community'] = 'Community';
$roscms_langres['Support'] = 'Supporto';
$roscms_langres['myReactOS'] = 'myReactOS';

// Login bar:
$roscms_langres['Account'] = 'Account';
$roscms_langres['Login'] = 'Login';
$roscms_langres['Logout'] = 'Logout';
$roscms_langres['Global_Login_System'] = 'Global Login System';
$roscms_langres['Register_Account'] = 'Registerazione Account';
$roscms_langres['Login_Nick'] = '&nbsp;Nick:&nbsp;';
$roscms_langres['LoginPwd'] = '&nbsp;Pwd:&nbsp;';


// myReactOS menu
$roscms_langres['User_Profil_Overview'] = 'Descrizione Profilo Utente';
$roscms_langres['User_Profil'] = 'Profilo Utente';
$roscms_langres['Overview'] = 'Descrizione';
$roscms_langres['Login_System'] = 'Login System';
$roscms_langres['Messages'] = 'Messaggi';
$roscms_langres['Contacts'] = 'Contatti';
$roscms_langres['Favorites'] = 'Preferiti';
$roscms_langres['Documentation'] = 'Documentazione';
$roscms_langres['Account_Edit'] = 'Impostazioni';
$roscms_langres['Accountlist'] = 'Lista Utenti';


// myReactOS Content
$roscms_langres['myReactOS_description'] = 'Un interfaccia potente e facile da usare per gestire il tuo ReactOS homepage account.';
$roscms_langres['Account_Information'] = 'Informazioni Account';
$roscms_langres['Account_Information_description'] = 'Un riassunto delle informazioni sul tuo account  ... &ltda supportare&gt;';

// Right side bar:
$roscms_langres['Latest_Release'] = 'Ultime Release';
$roscms_langres['myReactOS_Developer_Quotes'] = 'Citazioni degli sviluppatori';

// Error 404
$roscms_langres['Page_not_found'] = 'Pagina non trovata';



// Admin/Dev/Translator Interface
$roscms_langres['Dev_Interface'] = 'Interfaccia Sviluppatore';
$roscms_langres['Dev_Overview'] = 'Descrizione';
$roscms_langres['Dev_Pages'] = 'Pagine';
$roscms_langres['Dev_Contents'] = 'Contenuti';
$roscms_langres['Dev_Help'] = 'Aiuto';

$roscms_langres['Dev_DeveloperInterfaceOverview'] = 'Interfaccia Sviluppatore - Descrizione';



$roscms_langres['ContTrans_Interface_Content'] = 'Interfaccia sviluppatore - Contenuto';
$roscms_langres['ContTrans_Contents'] = 'Contenuto';
$roscms_langres['ContTrans_Interface_Pages'] = 'Interfaccia sviluppatore - Pagine';
$roscms_langres['ContTrans_Pages'] = 'Pagine';

$roscms_langres['ContTrans_Profile'] = 'Profilo';

$roscms_langres['ContTrans_Action'] = 'Azione';
$roscms_langres['ContTrans_NewContent'] = 'Nuovo Contenuto';
$roscms_langres['ContTrans_NewPage'] = 'Nuova Pagina';

$roscms_langres['ContTrans_resetfilters'] = 'resetta filtri & ordinamento';
$roscms_langres['ContTrans_Info'] = 'Informazioni';
$roscms_langres['ContTrans_ContentID'] = 'ID Contenuto';
$roscms_langres['ContTrans_PageID'] = 'ID Pagina';
$roscms_langres['ContTrans_Content'] = 'Content';
$roscms_langres['ContTrans_Rev'] = 'Rev.';
$roscms_langres['ContTrans_Date'] = 'Data';
$roscms_langres['ContTrans_Time'] = 'Ora';
$roscms_langres['ContTrans_User'] = 'Utente';
$roscms_langres['ContTrans_Language'] = 'Lingua';
$roscms_langres['ContTrans_International'] = 'Original (English)';
$roscms_langres['ContTrans_All'] = 'Tutti';
$roscms_langres['ContTrans_Filter'] = 'Filtro';
$roscms_langres['ContTrans_activecontent'] = 'attiva contenuto';
$roscms_langres['ContTrans_activepages'] = 'attiva pagine';
$roscms_langres['ContTrans_allcontent'] = 'tutti i contenuti';
$roscms_langres['ContTrans_allpages'] = 'tutte le pagine';
$roscms_langres['ContTrans_activeandvisiblecontent'] = 'contenuto visibile e attivo';
$roscms_langres['ContTrans_currentuser'] = 'utente corrente';

$roscms_langres['ContTrans_normalpages'] = 'pagine normali';
$roscms_langres['ContTrans_dynamicpages'] = 'pagine dinamiche';

$roscms_langres['ContTrans_history'] = 'storia';
$roscms_langres['ContTrans_Sortedby'] = 'Ordinato per';
$roscms_langres['ContTrans_contentid'] = 'id contenuto';
$roscms_langres['ContTrans_pageid'] = 'id pagina';
$roscms_langres['ContTrans_date'] = 'data';
$roscms_langres['ContTrans_user'] = 'utente';
$roscms_langres['ContTrans_active'] = 'attiva';
$roscms_langres['ContTrans_Active'] = 'Attiva';
$roscms_langres['ContTrans_visible'] = 'visibile';
$roscms_langres['ContTrans_Visible'] = 'Visibile';
$roscms_langres['ContTrans_version'] = 'versione';
$roscms_langres['ContTrans_extra'] = 'extra';
$roscms_langres['ContTrans_Extra'] = 'Extra';
$roscms_langres['ContTrans_language'] = 'lingua';
$roscms_langres['ContTrans_editor'] = 'editor';
$roscms_langres['ContTrans_Editor'] = 'Editor';
$roscms_langres['ContTrans_Translate'] = 'Traduci';
$roscms_langres['ContTrans_Edit'] = 'Vedi / Modifica';
$roscms_langres['ContTrans_Delete'] = 'Elimina';
$roscms_langres['ContTrans_filter_history'] = 'Filtro: storia';

$roscms_langres['ContTrans_ViewEditContent'] = 'Vedi / Modifica contenuto';
$roscms_langres['ContTrans_ViewEditpage'] = 'Vedi / Modifica pagina';
$roscms_langres['ContTrans_SaveContent'] = 'Salva contenuto';
$roscms_langres['ContTrans_Type'] = 'Tipo';
$roscms_langres['ContTrans_Description'] = 'Descrizione';
$roscms_langres['ContTrans_Username'] = 'Username';
$roscms_langres['ContTrans_egAbout'] = 'e.g. &quot;about&quot;';
$roscms_langres['ContTrans_checklang'] = 'Controlla se hai selezionato la lingua giusta prima di cliccare "submit"!';
$roscms_langres['ContTrans_SAVE'] = '<b>Salva</b> (nuova versione e nuova entry nel database)';
$roscms_langres['ContTrans_UPDATE'] = '<b>Aggiorna</b>  (sovvrascrivi l'entry corrente)';
$roscms_langres['ContTrans_Save1'] = 'Una nuova versiona di contenuto';
$roscms_langres['ContTrans_Save2'] = '&egrave; stata salvata!';
$roscms_langres['ContTrans_Save3'] = 'Vai alla pagina \'modifica contenuto\'';
$roscms_langres['ContTrans_Save4'] = 'Ritorna alla pagina \'modifica contenuto\'';
$roscms_langres['ContTrans_Save5'] = 'La pagina';
$roscms_langres['ContTrans_Save6'] = 'Vedi la pagina (versione dinamica; nuova finestra)';
$roscms_langres['ContTrans_Save7'] = 'Ritorna alla pagina \'modifica pagina\'';

$roscms_langres['ContTrans_Preview'] = 'Anteprima';
$roscms_langres['ContTrans_PageTitle'] = 'Titolo pagina';
$roscms_langres['ContTrans_Extention'] = 'Estensione';

$roscms_langres['ContTrans_DevPageGenerator'] = 'Interfaccia sviluppatore - Generatore di Pagine';
$roscms_langres['Dev_PageGenerator'] = 'Generatore di Pagine';
$roscms_langres['Dev_PageGeneratorOverview'] = 'Descrizione Generatore di Pagine';
$roscms_langres['ContTrans_Change'] = 'Cambia';
$roscms_langres['ContTrans_LatestGen'] = 'Ultima Gen.';
$roscms_langres['ContTrans_UserGen'] = 'Utente (Generatore)';

$roscms_langres['ContTrans_Gen_desc'] = 'Il generatore di pagine statiche pu&ograve; inviare le pagine a files o al browser.';
$roscms_langres['ContTrans_Gen_menu1'] = 'Genera tutte le pagine statiche AGGIORNATE';
$roscms_langres['ContTrans_Gen_menu2'] = 'Genera tutte le pagine statiche';
$roscms_langres['ContTrans_Gen_menu3'] = 'Genera/vedi una specifica pagina statica';
$roscms_langres['ContTrans_Gen_menu4'] = 'Vedi pagina (dinamica dal database)';
$roscms_langres['ContTrans_Gen_menu3_desc'] = 'Genera una pagina statica; es. se vuoi solo aggiornare una pagina specifica';
$roscms_langres['ContTrans_allactivepages'] = 'tutte le pagine (attive)';


$roscms_langres['ContTrans_yes'] = 'si';
$roscms_langres['ContTrans_no'] = 'no';


?>
