jablonka.czprosek.czf

websvn

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

 

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//
22// italian.inc
23//
24// Italian language strings
25 
26// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
27$lang["LANGUAGENAME"] = "Italian";
28 
29$lang["LOG"] = "Log";
30$lang["DIFF"] = "Diff";
31 
32$lang["NOREP"] = "Nessun repository specificato";
33$lang["NOPATH"] = "Percorso non trovato";
34$lang["NOACCESS"] = "Non hai i permessi necessari per leggere questa directory";
35$lang["RESTRICTED"] = "Accesso limitato";
36$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";
37 
38$lang["DIFFREVS"] = "Differenze tra le revisioni";
39$lang["AND"] = "e";
40$lang["REV"] = "Revisione";
41$lang["LINE"] = "Linea";
42$lang["SHOWENTIREFILE"] = "Mostra tutto il file";
43$lang["SHOWCOMPACT"] = "Mostra solo aree con differenze";
44 
45$lang["DIFFPREV"] = "Confronta con la precedente";
46$lang["BLAME"] = "ResponsabilitĂ ";
47 
48$lang["REVINFO"] = "Informazioni sulla revisione";
49$lang["GOYOUNGEST"] = "Vai alla revisione piĂš recente";
50$lang["LASTMOD"] = "Ultima modifica";
51$lang["LOGMSG"] = "Messaggio di log";
52$lang["CHANGES"] = "Cambiamenti";
53$lang["SHOWCHANGED"] = "Mostra file modificati";
54$lang["HIDECHANGED"] = "Nascondi file modificati";
55$lang["NEWFILES"] = "Nuovi File";
56$lang["CHANGEDFILES"] = "File modificati";
57$lang["DELETEDFILES"] = "File cancellati";
58$lang["VIEWLOG"] = "Visualizza&nbsp;Log";
59$lang["PATH"] = "Percorso";
60$lang["AUTHOR"] = "Autore";
61$lang["AGE"] = "AnzianitĂ ";
62$lang["LOG"] = "Log";
63$lang["CURDIR"] = "Directory corrente";
64$lang["TARBALL"] = "Archivio";
65 
66$lang["PREV"] = "Precedente";
67$lang["NEXT"] = "Successivo";
68$lang["SHOWALL"] = "Mostra tutti";
69 
70$lang["BADCMD"] = "Errore durante l'esecuzione del comando";
71$lang["UNKNOWNREVISION"] = "Revisione non trovata";
72 
73$lang["POWERED"] = "Powered by <a href=\"http://www.websvn.info/\">WebSVN</a>";
74$lang["PROJECTS"] = "Repository&nbsp;Subversion";
75$lang["SERVER"] = "Subversion&nbsp;Server";
76 
77$lang["FILTER"] = "Opzioni Filtro";
78$lang["STARTLOG"] = "Dalla revisione";
79$lang["ENDLOG"] = "Alla revisione";
80$lang["MAXLOG"] = "Massime revisioni";
81$lang["SEARCHLOG"] = "Cerca";
82$lang["CLEARLOG"] = "Pulisci il fitro corrente";
83$lang["MORERESULTS"] = "Trova piĂš risultati...";
84$lang["NORESULTS"] = "Non ci sono log che soddifano la tua ricerca";
85$lang["NOMORERESULTS"] = "Non ci sono piĂš log che soddifano la tua ricerca";
86 
87$lang["RSSFEEDTITLE"] = "WebSVN feed RSS";
88$lang["FILESMODIFIED"] = "file modificati";
89$lang["RSSFEED"] = "feed RSS";
90 
91$lang["LINENO"] = "Linea Num.";
92$lang["BLAMEFOR"] = "Informazioni sui responsabili della revisione";
93 
94$lang["DAYLETTER"] = "d";
95$lang["HOURLETTER"] = "h";
96$lang["MINUTELETTER"] = "m";
97$lang["SECONDLETTER"] = "s";
98 
99$lang["GO"] = "Vai";
100 
101$lang["PATHCOMPARISON"] = "Confronto percorso";
102$lang["COMPAREPATHS"] = "Confronta percorsi";
103$lang["COMPAREREVS"] = "Confronta Revisioni";
104$lang["PROPCHANGES"] = "Modifica delle proprietĂ  :";
105$lang["CONVFROM"] = "Questo confronto mostra i cambiamenti necessari per convertire il percorso ";
106$lang["TO"] = "A";
107$lang["REVCOMP"] = "Confronto inverso";
108$lang["COMPPATH"] = "Confronta percorso:";
109$lang["WITHPATH"] = "Con il percorso:";
110$lang["FILEDELETED"] = "File cancellato";
111$lang["FILEADDED"] = "Nuovo file";
112 
113// The following are defined by some languages to stop unwanted line splitting
114// in the template files.
115 
116$lang["NOBR"] = "";
117$lang["ENDNOBR"] = "";
118 
119// $lang["NOBR"] = "<nobr>";
120// $lang["ENDNOBR"] = "</nobr>";
121 

Powered by WebSVN 2.2.1