Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
36 kaklik 1
<?php
2
 
3
/**************************************************************************/
4
/* TorrentFlux - PHP Torrent Client
5
/* ============================================
6
/*
7
/* This is the language file with all the system messages
8
/*
9
/* If you would like to make a translation, please email qrome@yahoo.com
10
/* the translated file. Please keep the original text order,
11
/* and just one message per line, also double check your translation!
12
/*
13
/* You need to change the second quoted phrase, not the capital one!
14
/*
15
/* If you need to use double quotes (") remember to add a backslash (\),
16
/* so your entry will look like: This is \"double quoted\" text.
17
/* And, if you use HTML code, please double check it.
18
/**************************************************************************/
19
 
20
define("_CHARSET","iso-8859-1");  // if you don't know... then leave this as is.
21
define("_SELECTFILE","Scegli un Torrent da caricare");
22
define("_URLFILE","URL del File Torrent");
23
define("_UPLOAD","Upload");
24
define("_GETFILE","Scarica File");
25
define("_TORRENTLINKS","Torrent Links");
26
define("_ONLINE","Online");
27
define("_OFFLINE","Offline");
28
define("_STORAGE","Memoria");
29
define("_DRIVESPACE","Spazio Disco");
30
define("_SERVERSTATS","Statistiche / Chi");
31
define("_DIRECTORYLIST","Lista Directory");
32
define("_ALL","Tutti");
33
define("_PAGEWILLREFRESH","Questa pagina si aggiorna ogni");
34
define("_SECONDS","Secondi");
35
define("_TURNONREFRESH","Abilita aggiornamento pagina");
36
define("_TURNOFFREFRESH","Disabilita aggiornamento pagina");
37
define("_WARNING","ATTENZIONE");
38
define("_DRIVESPACEUSED","Lo spazio disco è usato!");
39
define("_ADMINMESSAGE","Hai un messaggio dall'amministratore nella tua casella messaggi.");
40
define("_TORRENTS","Torrents");
41
define("_UPLOADHISTORY","Cronologia Uploads");
42
define("_MYPROFILE","Modifica il mio profilo");
43
define("_ADMINISTRATION","Amministrazione");
44
define("_SENDMESSAGETO","Manda un messaggio a");
45
define("_TORRENTFILE","File Torrent");
46
define("_FILESIZE","Dimensioni file");
47
define("_STATUS","Status");
48
define("_ADMIN","Admin");
49
define("_BADFILE","file corrotto");
50
define("_DATETIMEFORMAT","d/m/y g:i a"); //Date Time mask '02/26/04 03:53 pm'
51
define("_DATEFORMAT","d/m/y"); //Date mask '02/26/04'
52
define("_ESTIMATEDTIME","Tempo stimato");
53
define("_DOWNLOADSPEED","Velocità download");
54
define("_UPLOADSPEED","Velocità upload");
55
define("_SHARING","Condivisione");
56
define("_USER","Utente");
57
define("_DONE","FATTO");
58
define("_INCOMPLETE","INCOMPLETO");
59
define("_NEW","NUOVO");
60
define("_TORRENTDETAILS","Dettagli Torrent");
61
define("_STOPDOWNLOAD","Ferma Download Torrent");
62
define("_RUNTORRENT","Esegui Torrent");
63
define("_SEEDTORRENT","Seed Torrent");
64
define("_DELETE","Elimina");
65
define("_ABOUTTODELETE","Stai per cancellare");
66
define("_NOTOWNER","Non proprietario del torrent");
67
define("_MESSAGETOALL","Questo messaggio è stato spedito a TUTTI GLI UTENTI");
68
define("_TRYDIFFERENTUSERID","Errore: Prova un altro User ID.");
69
define("_HASBEENUSED","è stato usato.");
70
define("_RETURNTOEDIT","Ritorna a Modifica");
71
define("_ADMINUSERACTIVITY","Amministrazione - Attività utente");
72
define("_ADMIN_MENU","admin");
73
define("_ACTIVITY_MENU","attività");
74
define("_LINKS_MENU","links");
75
define("_NEWUSER_MENU","nuovo utente");
76
define("_BACKUP_MENU","backup");
77
define("_ALLUSERS","Tutti gli utenti");
78
define("_NORECORDSFOUND","NESSUN RECORD TROVATO");
79
define("_SHOWPREVIOUS","Precedente");
80
define("_SHOWMORE","Visualizza di più");
81
define("_ACTIVITYSEARCH","Ricerca attività");
82
define("_FILE","File");
83
define("_ACTION","Azione");
84
define("_SEARCH","Ricerca");
85
define("_ACTIVITYLOG","Log Attività - Ultimo");
86
define("_DAYS","Giorni");
87
define("_IP","IP");
88
define("_TIMESTAMP","Data");
89
define("_USERDETAILS","Dettagli utente");
90
define("_HITS","Hits");
91
define("_UPLOADACTIVITY","Attività upload");
92
define("_JOINED","Primo login"); // header for the date when the user joined (became a member)
93
define("_LASTVISIT","Ultima visita"); // header for when the user last visited the site
94
define("_USERSACTIVITY","Attività"); // used for popup to display Activity next to users name
95
define("_NORMALUSER","Utente Normale"); // used to describe a normal user's account type
96
define("_ADMINISTRATOR","Amministratore"); // used to describe an administrator's account type
97
define("_SUPERADMIN","Super Admin"); // used to describe Super Admin's account type
98
define("_EDIT","Modifica");
99
define("_USERADMIN","Amministrazione - Utente admin"); // title of page for user administration
100
define("_EDITUSER","Modifica Utente");
101
define("_UPLOADPARTICIPATION","Partecipazione Upload");
102
define("_UPLOADS","Uploads"); // Number of uploads a user has contributed
103
define("_PERCENTPARTICIPATION","Percentuale partecipazione");
104
define("_PARTICIPATIONSTATEMENT","Partecipazione e uploads basati sugli ultimi"); // ends with 15 Days
105
define("_TOTALPAGEVIEWS","Page Views totali");
106
define("_THEME","Tema");
107
define("_USERTYPE","Tipo Utente");
108
define("_NEWPASSWORD","Nuova Password");
109
define("_CONFIRMPASSWORD","Conferma Password");
110
define("_HIDEOFFLINEUSERS","Nascondi utenti offline nella Home Page");
111
define("_UPDATE","Aggiorna");
112
define("_USERIDREQUIRED","User ID è obbligatorio.");
113
define("_PASSWORDLENGTH","La password deve essere di 6 o più caratteri.");
114
define("_PASSWORDNOTMATCH","Le Passwords non corrispondono.");
115
define("_PLEASECHECKFOLLOWING","Controlla i seguenti campi"); // Displays errors after this statement
116
define("_NEWUSER","Nuovo utente");
117
define("_PASSWORD","Password");
118
define("_CREATE","Crea"); // button text to create a new user
119
define("_ADMINEDITLINKS","Amministrazione - Modifica links");
120
define("_FULLURLLINK","URL completo Link");
121
define("_BACKTOPARRENT","Directory superiore");  // indicates going back to parrent directory
122
define("_DOWNLOADDETAILS","Dettagli Download");
123
define("_PERCENTDONE","Percentuale Scaricata");
124
define("_RETURNTOTORRENTS","Ritorna ai Torrents"); // Link at the bottom of each page
125
define("_DATE","Data");
126
define("_WROTE","ha scritto");  // Used in a reply to tag what the user had writen
127
define("_SENDMESSAGETITLE","Manda un messaggio");  // Title of page
128
define("_TO","A");
129
define("_FROM","Da");
130
define("_YOURMESSAGE","Il tuo messaggio");
131
define("_SENDTOALLUSERS","Manda a tutti gli utenti");
132
define("_FORCEUSERSTOREAD","Forza la lettura"); // Admin option in messaging
133
define("_SEND","Invia");  // Button to send private message
134
define("_PROFILE","Profilo");
135
define("_PROFILEUPDATEDFOR","Profilo aggiornato per");  // Profile updated for 'username'
136
define("_REPLY","Rispondi");  // popup text for reply button
137
define("_MESSAGE","Messaggio");
138
define("_MESSAGES","Messaggi");  // plural (more than one)
139
define("_RETURNTOMESSAGES","Ritorna ai messaggi");
140
define("_COMPOSE","Componi");  // As in 'Compose a message' for button
141
define("_LANGUAGE","Lingua"); // label
142
 
143
 
144
define("_CURRENTDOWNLOAD","Current Download");
145
define("_CURRENTUPLOAD","Current Upload");
146
define("_SERVERLOAD","Server Load");
147
define("_FREESPACE","Free Space");
148
define("_UPLOADED", "Uploaded");
149
 
150
define("_QMANAGER_MENU","queue");
151
define("_SETTINGS_MENU","settings");
152
define("_SEARCHSETTINGS_MENU","search settings");
153
define("_ERRORSREPORTED","Errors");
154
define("_STARTED", "Started");
155
define("_ENDED", "Ended");
156
define("_QUEUED","Queued");
157
define("_DELQUEUE","Remove from Queue");
158
define("_FORCESTOP","Kill Torrent");
159
define("_STOPPING","Stopping");
160
define("_COOKIE_MENU","cookies");
161
 
162
?>