jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [languages/] [italian.php] - Blame information for rev 6

 

Line No. Rev Author Line
11simandl<?php
2 
3// WebSVN - Subversion repository viewing via the web using PHP
4// Copyright (C) 2004 Tim Armes
5//
6// This program is free software; you can redistribute it and/or modify
7// it under the terms of the GNU General Public License as published by
8// the Free Software Foundation; either version 2 of the License, or
9// (at your option) any later version.
10//
11// This program is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14// GNU General Public License for more details.
15//
16// You should have received a copy of the GNU General Public License
17// along with this program; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// --
21//
223simandl// Translated by Andrea Visinoni (andrea.visinoni@gmail.com)
23// italian.php
241simandl//
25// Italian language strings
26 
27// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
28$lang["LANGUAGENAME"] = "Italian";
293simandl// This is the RFC 2616 (§3.10) language tag that corresponds to this translation
30// see also RFC 4646
31$lang['LANGUAGETAG'] = 'it';
321simandl 
33$lang["LOG"] = "Log";
34$lang["DIFF"] = "Diff";
35 
36$lang["NOREP"] = "Nessun repository specificato";
37$lang["NOPATH"] = "Percorso non trovato";
38$lang["NOACCESS"] = "Non hai i permessi necessari per leggere questa directory";
39$lang["RESTRICTED"] = "Accesso limitato";
40$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";
41 
42$lang["DIFFREVS"] = "Differenze tra le revisioni";
43$lang["AND"] = "e";
44$lang["REV"] = "Revisione";
45$lang["LINE"] = "Linea";
46$lang["SHOWENTIREFILE"] = "Mostra tutto il file";
47$lang["SHOWCOMPACT"] = "Mostra solo aree con differenze";
483simandl$lang["IGNOREWHITESPACE"] = "Ignora gli spazi vuoti";
49$lang["REGARDWHITESPACE"] = "Rispetta gli spazi vuoti";
501simandl 
513simandl$lang["LISTING"] = "Lista directory";
52$lang["FILEDETAIL"] = "Dettagli";
531simandl$lang["DIFFPREV"] = "Confronta con la precedente";
54$lang["BLAME"] = "ResponsabilitĂ ";
55 
56$lang["REVINFO"] = "Informazioni sulla revisione";
57$lang["GOYOUNGEST"] = "Vai alla revisione piĂš recente";
58$lang["LASTMOD"] = "Ultima modifica";
59$lang["LOGMSG"] = "Messaggio di log";
60$lang["CHANGES"] = "Cambiamenti";
61$lang["SHOWCHANGED"] = "Mostra file modificati";
62$lang["HIDECHANGED"] = "Nascondi file modificati";
63$lang["NEWFILES"] = "Nuovi File";
64$lang["CHANGEDFILES"] = "File modificati";
65$lang["DELETEDFILES"] = "File cancellati";
66$lang["VIEWLOG"] = "Visualizza&nbsp;Log";
67$lang["PATH"] = "Percorso";
68$lang["AUTHOR"] = "Autore";
69$lang["AGE"] = "AnzianitĂ ";
70$lang["LOG"] = "Log";
71$lang["CURDIR"] = "Directory corrente";
72$lang["TARBALL"] = "Archivio";
733simandl$lang["DOWNLOAD"] = "Download";
741simandl 
75$lang["PREV"] = "Precedente";
76$lang["NEXT"] = "Successivo";
77$lang["SHOWALL"] = "Mostra tutti";
78 
79$lang["BADCMD"] = "Errore durante l'esecuzione del comando";
80$lang["UNKNOWNREVISION"] = "Revisione non trovata";
81 
82$lang["POWERED"] = "Powered by <a href=\"http://www.websvn.info/\">WebSVN</a>";
83$lang["PROJECTS"] = "Repository&nbsp;Subversion";
84$lang["SERVER"] = "Subversion&nbsp;Server";
85 
86$lang["FILTER"] = "Opzioni Filtro";
87$lang["STARTLOG"] = "Dalla revisione";
88$lang["ENDLOG"] = "Alla revisione";
89$lang["MAXLOG"] = "Massime revisioni";
90$lang["SEARCHLOG"] = "Cerca";
91$lang["CLEARLOG"] = "Pulisci il fitro corrente";
92$lang["MORERESULTS"] = "Trova piĂš risultati...";
93$lang["NORESULTS"] = "Non ci sono log che soddifano la tua ricerca";
94$lang["NOMORERESULTS"] = "Non ci sono piĂš log che soddifano la tua ricerca";
953simandl$lang['NOPREVREV'] = 'Nessuna revisione precedente';
961simandl 
97$lang["RSSFEEDTITLE"] = "WebSVN feed RSS";
98$lang["FILESMODIFIED"] = "file modificati";
99$lang["RSSFEED"] = "feed RSS";
100 
101$lang["LINENO"] = "Linea Num.";
102$lang["BLAMEFOR"] = "Informazioni sui responsabili della revisione";
103 
104$lang["DAYLETTER"] = "d";
105$lang["HOURLETTER"] = "h";
106$lang["MINUTELETTER"] = "m";
107$lang["SECONDLETTER"] = "s";
108 
109$lang["GO"] = "Vai";
110 
111$lang["PATHCOMPARISON"] = "Confronto percorso";
112$lang["COMPAREPATHS"] = "Confronta percorsi";
113$lang["COMPAREREVS"] = "Confronta Revisioni";
114$lang["PROPCHANGES"] = "Modifica delle proprietĂ  :";
115$lang["CONVFROM"] = "Questo confronto mostra i cambiamenti necessari per convertire il percorso ";
116$lang["TO"] = "A";
117$lang["REVCOMP"] = "Confronto inverso";
118$lang["COMPPATH"] = "Confronta percorso:";
119$lang["WITHPATH"] = "Con il percorso:";
120$lang["FILEDELETED"] = "File cancellato";
121$lang["FILEADDED"] = "Nuovo file";
122 
123// The following are defined by some languages to stop unwanted line splitting
124// in the template files.
125 
126$lang["NOBR"] = "";
127$lang["ENDNOBR"] = "";
128 
129// $lang["NOBR"] = "<nobr>";
130// $lang["ENDNOBR"] = "</nobr>";
131 

Powered by WebSVN 2.2.1