jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [languages/] [italian.php] - Rev 5 Go to most recent revision

Compare with Previous - Blame - Download


<?php

// WebSVN - Subversion repository viewing via the web using PHP
// Copyright (C) 2004 Tim Armes
//
// 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
//
// --
//
// Translated by Andrea Visinoni (andrea.visinoni@gmail.com)
// italian.php
//
// Italian language strings

// The language name is displayed in the drop down box.  It MUST be encoded as Unicode (no HTML entities).
$lang["LANGUAGENAME"] = "Italian";
// This is the RFC 2616 (§3.10) language tag that corresponds to this translation
// see also RFC 4646
$lang['LANGUAGETAG'] = 'it';

$lang["LOG"] = "Log";
$lang["DIFF"] = "Diff";

$lang["NOREP"] = "Nessun repository specificato";
$lang["NOPATH"] = "Percorso non trovato";
$lang["NOACCESS"] = "Non hai i permessi necessari per leggere questa directory";
$lang["RESTRICTED"] = "Accesso limitato";
$lang["SUPPLYREP"] = "Configurare un percorso ai repository in include/config.inc usando \$config->parentPath o \$config->addRepository<p>Per maggiori dettagli consultare la guida d'installazione";

$lang["DIFFREVS"] = "Differenze tra le revisioni";
$lang["AND"] = "e";
$lang["REV"] = "Revisione";
$lang["LINE"] = "Linea";
$lang["SHOWENTIREFILE"] = "Mostra tutto il file";
$lang["SHOWCOMPACT"] = "Mostra solo aree con differenze";
$lang["IGNOREWHITESPACE"] = "Ignora gli spazi vuoti";
$lang["REGARDWHITESPACE"] = "Rispetta gli spazi vuoti";

$lang["LISTING"] = "Lista directory";
$lang["FILEDETAIL"] = "Dettagli";
$lang["DIFFPREV"] = "Confronta con la precedente";
$lang["BLAME"] = "ResponsabilitĂ ";

$lang["REVINFO"] = "Informazioni sulla revisione";
$lang["GOYOUNGEST"] = "Vai alla revisione piĂš recente";
$lang["LASTMOD"] = "Ultima modifica";
$lang["LOGMSG"] = "Messaggio di log";
$lang["CHANGES"] = "Cambiamenti";
$lang["SHOWCHANGED"] = "Mostra file modificati";
$lang["HIDECHANGED"] = "Nascondi file modificati";
$lang["NEWFILES"] = "Nuovi File";
$lang["CHANGEDFILES"] = "File modificati";
$lang["DELETEDFILES"] = "File cancellati";
$lang["VIEWLOG"] = "Visualizza&nbsp;Log";
$lang["PATH"] = "Percorso";
$lang["AUTHOR"] = "Autore";
$lang["AGE"] = "AnzianitĂ ";
$lang["LOG"] = "Log";
$lang["CURDIR"] = "Directory corrente";
$lang["TARBALL"] = "Archivio";
$lang["DOWNLOAD"] = "Download";

$lang["PREV"] = "Precedente";
$lang["NEXT"] = "Successivo";
$lang["SHOWALL"] = "Mostra tutti";

$lang["BADCMD"] = "Errore durante l'esecuzione del comando";
$lang["UNKNOWNREVISION"] = "Revisione non trovata";

$lang["POWERED"] = "Powered by <a href=\"http://www.websvn.info/\">WebSVN</a>";
$lang["PROJECTS"] = "Repository&nbsp;Subversion";
$lang["SERVER"] = "Subversion&nbsp;Server";

$lang["FILTER"] = "Opzioni Filtro";
$lang["STARTLOG"] = "Dalla  revisione";
$lang["ENDLOG"] = "Alla revisione";
$lang["MAXLOG"] = "Massime revisioni";
$lang["SEARCHLOG"] = "Cerca";
$lang["CLEARLOG"] = "Pulisci il fitro corrente";
$lang["MORERESULTS"] = "Trova piĂš risultati...";
$lang["NORESULTS"] = "Non ci sono log che soddifano la tua ricerca";
$lang["NOMORERESULTS"] = "Non ci sono piĂš log che soddifano la tua ricerca";
$lang['NOPREVREV'] = 'Nessuna revisione precedente';

$lang["RSSFEEDTITLE"] = "WebSVN feed RSS";
$lang["FILESMODIFIED"] = "file modificati";
$lang["RSSFEED"] = "feed RSS";

$lang["LINENO"] = "Linea Num.";
$lang["BLAMEFOR"] = "Informazioni sui responsabili della revisione";

$lang["DAYLETTER"] = "d";
$lang["HOURLETTER"] = "h";
$lang["MINUTELETTER"] = "m";
$lang["SECONDLETTER"] = "s";

$lang["GO"] = "Vai";

$lang["PATHCOMPARISON"] = "Confronto percorso";
$lang["COMPAREPATHS"] = "Confronta percorsi";
$lang["COMPAREREVS"] = "Confronta Revisioni";
$lang["PROPCHANGES"] = "Modifica delle proprietĂ  :";
$lang["CONVFROM"] = "Questo confronto mostra i cambiamenti necessari per convertire il percorso ";
$lang["TO"] = "A";
$lang["REVCOMP"] = "Confronto inverso";
$lang["COMPPATH"] = "Confronta percorso:";
$lang["WITHPATH"] = "Con il percorso:";
$lang["FILEDELETED"] = "File cancellato";
$lang["FILEADDED"] = "Nuovo file";

// The following are defined by some languages to stop unwanted line splitting
// in the template files.

$lang["NOBR"] = "";
$lang["ENDNOBR"] = "";

// $lang["NOBR"] = "<nobr>";
// $lang["ENDNOBR"] = "</nobr>";


Powered by WebSVN 2.2.1