]> git.mxchange.org Git - friendica.git/blob - view/it/strings.php
Update IT strings
[friendica.git] / view / it / strings.php
1 <?php
2
3 function string_plural_select($n){
4         return ($n != 1);
5 }
6 ;
7 $a->strings["Not Found"] = "Non Trovato";
8 $a->strings["Page not found."] = "Pagina non trovata.";
9 $a->strings["Permission denied"] = "Permesso negato";
10 $a->strings["Permission denied."] = "Permesso negato.";
11 $a->strings["Create a New Account"] = "Crea un Nuovo Account";
12 $a->strings["Register"] = "Regitrati";
13 $a->strings["Nickname or Email address: "] = "Soprannome o indirizzo Email: ";
14 $a->strings["Password: "] = "Password: ";
15 $a->strings["Login"] = "Accedi";
16 $a->strings["Nickname/Email/OpenID: "] = "Soprannome/Email/OpenID: ";
17 $a->strings["Password (if not OpenID): "] = "Password (se non OpenID): ";
18 $a->strings["Forgot your password?"] = "Dimenticata la password?";
19 $a->strings["Password Reset"] = "Resetta password";
20 $a->strings["Logout"] = "Esci";
21 $a->strings["prev"] = "prec";
22 $a->strings["first"] = "primo";
23 $a->strings["last"] = "ultimo";
24 $a->strings["next"] = "succ";
25 $a->strings["%s likes this."] = "Piace a %s.";
26 $a->strings["%s doesn't like this."] = "Non piace a %s.";
27 $a->strings["<span  %1$s>%2$d people</span> like this."] = "Piace a <span %1$s>%2$d persone</span>.";
28 $a->strings["<span  %1$s>%2$d people</span> don't like this."] = "Non piace a <span %1$s>%2$d persone</span>.";
29 $a->strings["and"] = "e";
30 $a->strings[", and %d other people"] = ", e altre %d persone";
31 $a->strings["%s like this."] = "Piace a %s.";
32 $a->strings["%s don't like this."] = "Non piace a %s.";
33 $a->strings["No contacts"] = "Nessun contatto";
34 $a->strings["Contacts"] = "Contatti";
35 $a->strings["View Contacts"] = "Guarda contatti";
36 $a->strings["Search"] = "Cerca";
37 $a->strings["No profile"] = "Nessun profilo";
38 $a->strings["Connect"] = "Connetti";
39 $a->strings["Location:"] = "Posizione:";
40 $a->strings[", "] = ", ";
41 $a->strings["Gender:"] = "Genere:";
42 $a->strings["Status:"] = "Stato:";
43 $a->strings["Homepage:"] = "Homepage:";
44 $a->strings["Monday"] = "Lunedì";
45 $a->strings["Tuesday"] = "Martedì";
46 $a->strings["Wednesday"] = "Mercoledì";
47 $a->strings["Thursday"] = "Giovedì";
48 $a->strings["Friday"] = "Venerdì";
49 $a->strings["Saturday"] = "Sabato";
50 $a->strings["Sunday"] = "Domenica";
51 $a->strings["January"] = "Gennaio";
52 $a->strings["February"] = "Febbraio";
53 $a->strings["March"] = "Marzo";
54 $a->strings["April"] = "Aprile";
55 $a->strings["May"] = "Maggio";
56 $a->strings["June"] = "Giugno";
57 $a->strings["July"] = "Luglio";
58 $a->strings["August"] = "Agosto";
59 $a->strings["September"] = "Settembre";
60 $a->strings["October"] = "Ottobre";
61 $a->strings["November"] = "Novembre";
62 $a->strings["December"] = "Dicembre";
63 $a->strings["Birthdays this week:"] = "Compleanni questa settimana:";
64 $a->strings["(Adjusted for local time)"] = "(Convertiti all'ora locale)";
65 $a->strings["[today]"] = "[oggi]";
66 $a->strings["link to source"] = "Collegamento all'originale";
67 $a->strings["Welcome back %s"] = "Bentornato %s";
68 $a->strings["Manage Identities and/or Pages"] = "Gestisci Indentità e/o Pagine";
69 $a->strings["(Toggle between different identities or community/group pages which shareyour account details.)"] = "";
70 $a->strings["Select an identity to manage: "] = "Seleziona una identità da gestire:";
71 $a->strings["Submit"] = "Invia";
72 $a->strings["Image exceeds size limit of %d"] = "La dimensionde dell'immagine supera il limite di %d";
73 $a->strings["Unable to process image."] = "Impossibile elaborare l'immagine.";
74 $a->strings["Wall Photos"] = "Foto Bacheca";
75 $a->strings["Image upload failed."] = "Caricamento immagine fallito.";
76 $a->strings["Administrator"] = "Amministratore";
77 $a->strings["noreply"] = "nessuna risposta";
78 $a->strings["New mail received at "] = "Nuova mail ricevuta su ";
79 $a->strings["%s commented on an item at %s"] = "%s ha commentato un elemento su %s";
80 $a->strings["Share"] = "Condividi";
81 $a->strings["Upload photo"] = "Carica foto";
82 $a->strings["Insert web link"] = "Inserisci link";
83 $a->strings["Insert YouTube video"] = "Inserisci video da YouTube";
84 $a->strings["Set your location"] = "Imposta la tua posizione";
85 $a->strings["Clear browser location"] = "Cancella la tua posizione data dal browser";
86 $a->strings["Please wait"] = "Attendi";
87 $a->strings["Permission settings"] = "Impostazione permessi";
88 $a->strings["CC: email addresses"] = "CC: indirizzi email";
89 $a->strings["Example: bob@example.com, mary@example.com"] = "Esempio: bob@example.com, mary@example.com";
90 $a->strings["Private Message"] = "Messaggio privato";
91 $a->strings["I like this (toggle)"] = "Mi piace questo (metti/togli)";
92 $a->strings["I don't like this (toggle)"] = "Non mi piace questo (metti/togli)";
93 $a->strings["This is you"] = "Questo sei tu";
94 $a->strings["Delete"] = "Cancella";
95 $a->strings["View $name's profile"] = "Guarda il profilo di $name";
96 $a->strings["Shared content is covered by the <ahref=\"http://creativecommons.org/licenses/by/3.0/\">Creative CommonsAttribution 3.0</a> license."] = "";
97 $a->strings["The profile address specified does not provide adequate information."] = "";
98 $a->strings["Limited profile. This person will be unable to receive direct/personalnotifications from you."] = "";
99 $a->strings["Unable to retrieve contact information."] = "Impossibile recuperare informazioni sul contatto.";
100 $a->strings["following"] = "segue";
101 $a->strings["Image uploaded but image cropping failed."] = "L'immagine è stata caricata, ma il ritaglio è fallito.";
102 $a->strings["Profile Photos"] = "Foto del profilo";
103 $a->strings["Image size reduction [%s] failed."] = "Riduzione della dimensione dell'immagine [%s] fallito.";
104 $a->strings["Unable to process image"] = "Impossibile elaborare l'immagine";
105 $a->strings["Image uploaded successfully."] = "Immagine caricata con successo.";
106 $a->strings["Welcome to %s"] = "Benvenuto su %s";
107 $a->strings["Please login."] = "Accedi.";
108 $a->strings["Registration revoked for %s"] = "Registrazione revocata per %s";
109 $a->strings["Registration details for %s"] = "Dettagli registrazione per %s";
110 $a->strings["Account approved."] = "Account approvato.";
111 $a->strings["Profile not found."] = "Profilo non trovato.";
112 $a->strings["Profile Name is required."] = "Il Nome Profilo è richiesto .";
113 $a->strings["Profile updated."] = "Profilo aggiornato.";
114 $a->strings["Profile deleted."] = "Profilo elminato.";
115 $a->strings["Profile-"] = "Profilo-";
116 $a->strings["New profile created."] = "Nuovo profilo creato.";
117 $a->strings["Profile unavailable to clone."] = "Impossibile duplicare il plrofilo.";
118 $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong>be visible to anybody using the internet."] = "";
119 $a->strings["Age: "] = "Età : ";
120 $a->strings["Profile Image"] = "Immagine del Profilo";
121 $a->strings["Passwords do not match. Password unchanged."] = "Le password non corrispondono. Passoword non cambiata.";
122 $a->strings["Empty passwords are not allowed. Password unchanged."] = "Password vuote non sono consentite. Password non cambiata.";
123 $a->strings["Password changed."] = "Password cambiata.";
124 $a->strings["Password update failed. Please try again."] = "Aggiornamento password fallito. Prova ancora.";
125 $a->strings[" Please use a shorter name."] = " Usa un nome più corto.";
126 $a->strings[" Name too short."] = " Nome troppo corto.";
127 $a->strings[" Not valid email."] = " Email non valida.";
128 $a->strings[" Cannot change to that email."] = "Non puoi usare quella email.";
129 $a->strings["Settings updated."] = "Impostazioni aggiornate.";
130 $a->strings["Plugin Settings"] = "Impostazioni Plugin";
131 $a->strings["Account Settings"] = "Impostazioni Account";
132 $a->strings["No Plugin settings configured"] = "Nessun Plugin ha delle configurazioni che puoi modificare";
133 $a->strings["OpenID: "] = "OpenID: ";
134 $a->strings["&nbsp;(Optional) Allow this OpenID to login to this account."] = "";
135 $a->strings["Profile is <strong>not published</strong>."] = "Il profilo <strong>non è pubblicato</strong>.";
136 $a->strings["Default Post Permissions"] = "Permessi di default per i messaggi";
137 $a->strings["View in context"] = "Vedi nel contesto";
138 $a->strings["Photo Albums"] = "Album Foto";
139 $a->strings["Contact Photos"] = "Foto dei contatti";
140 $a->strings["Contact information unavailable"] = "Informazione sul contatto non disponibile";
141 $a->strings["Album not found."] = "Album non trovato.";
142 $a->strings["Delete Album"] = "Elimina album";
143 $a->strings["Delete Photo"] = "Elimina foto";
144 $a->strings["was tagged in a"] = "è stato taggato in";
145 $a->strings["photo"] = "foto";
146 $a->strings["by"] = "da";
147 $a->strings["Image exceeds size limit of "] = "L'immagine supera il limite di dimensione di ";
148 $a->strings["No photos selected"] = "Nessuna foto selezionata";
149 $a->strings["Upload Photos"] = "Carica foto";
150 $a->strings["New album name: "] = "Nome nuovo album: ";
151 $a->strings["or existing album name: "] = "o nome di un album esistente: ";
152 $a->strings["Permissions"] = "Permessi";
153 $a->strings["Edit Album"] = "Modifica album";
154 $a->strings["View Photo"] = "Vedi foto";
155 $a->strings["Photo not available"] = "Foto non disponibile";
156 $a->strings["Edit photo"] = "Modifica foto";
157 $a->strings["Use as profile photo"] = "Usa come foto del profilo";
158 $a->strings["View Full Size"] = "Vedi dimensione intera";
159 $a->strings["Tags: "] = "Tag: ";
160 $a->strings["[Remove any tag]"] = "[Rimuovi tutti i tag]";
161 $a->strings["New album name"] = "Nuovo nome album";
162 $a->strings["Caption"] = "Didascalia";
163 $a->strings["Add a Tag"] = "Aggiungi un tag";
164 $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "";
165 $a->strings["Recent Photos"] = "Foto recenti";
166 $a->strings["Upload New Photos"] = "Carica nuova foto";
167 $a->strings["View Album"] = "Vedi album";
168 $a->strings["Item not found."] = "Elemento non trovato.";
169 $a->strings["View $owner_name's profile"] = "Guarda il profilo di $owner_name";
170 $a->strings["to"] = "a";
171 $a->strings["Wall-to-Wall"] = "Bacheca-A-Bacheca";
172 $a->strings["via Wall-To-Wall:"] = "sulla sua Bacheca:";
173 $a->strings["Item has been removed."] = "L'elemento è stato rimosso.";
174 $a->strings["%s : Not a valid email address."] = "%s: Non è un indirizzo email valido.";
175 $a->strings["Please join my network on %s"] = "Unisciti al mio social network su %s";
176 $a->strings["%s : Message delivery failed."] = "%s: Consegna del messaggio fallita.";
177 $a->strings["%d message sent."] = array(
178         0 => "%d messaggio inviato.",
179         1 => "%d messaggi inviati.",
180 );
181 $a->strings["Send invitations"] = "Invia inviti";
182 $a->strings["Enter email addresses, one per line:"] = "Inserisci gli indirizzi email, uno per riga:";
183 $a->strings["Your message:"] = "Il tuo messaggio:";
184 $a->strings["Please join my social network on %s"] = "Unisciti al mio social network su %s";
185 $a->strings["To accept this invitation, please visit:"] = "Per accettare questo invito visita:";
186 $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Una volta registrato, connettiti con me sul mio profilo a:";
187 $a->strings["Invite Friends"] = "Invita Amici";
188 $a->strings["Connect/Follow"] = "Connetti/Segui";
189 $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Esempio: bob@example.com, http://example.com/barbara";
190 $a->strings["Follow"] = "Segui";
191 $a->strings["Could not access contact record."] = "Non si puo' accedere al contatto.";
192 $a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato.";
193 $a->strings["Contact updated."] = "Contatto aggiornato.";
194 $a->strings["Failed to update contact record."] = "Errore aggiornando il contatto.";
195 $a->strings["Contact has been blocked"] = "Il contatto è stato bloccato";
196 $a->strings["Contact has been unblocked"] = "Il contatto è stato sbloccato";
197 $a->strings["Contact has been ignored"] = "Il contatto è ignorato";
198 $a->strings["Contact has been unignored"] = "Il conttatto è non ignorato";
199 $a->strings["stopped following"] = "tolto dai seguiti";
200 $a->strings["Contact has been removed."] = "Il contatto è stato rimosso.";
201 $a->strings["Contact not found."] = "Contatto non trovato.";
202 $a->strings["Mutual Friendship"] = "Reciproca amicizia";
203 $a->strings["is a fan of yours"] = "è un tuo fan";
204 $a->strings["you are a fan of"] = "sei un fan di";
205 $a->strings["Never"] = "Mai";
206 $a->strings["(Update was successful)"] = "(L'aggiornamento è stato completato)";
207 $a->strings["(Update was not successful)"] = "(L'aggiornamento non è stato completato)";
208 $a->strings["Contact Editor"] = "Editor dei Contatti";
209 $a->strings["Visit $name's profile"] = "Visita il profilo di $name";
210 $a->strings["Block/Unblock contact"] = "Blocca/Sblocca contatto";
211 $a->strings["Ignore contact"] = "Ingnora il contatto";
212 $a->strings["Delete contact"] = "Rimuovi contatto";
213 $a->strings["Last updated: "] = "Ultimo aggiornameto: ";
214 $a->strings["Update public posts: "] = "Aggiorna messaggi pubblici: ";
215 $a->strings["Update now"] = "Aggiorna adesso";
216 $a->strings["Unblock this contact"] = "Sblocca questo contatto";
217 $a->strings["Block this contact"] = "Blocca questo contatto";
218 $a->strings["Unignore this contact"] = "Rimuovi dai contatti ingorati";
219 $a->strings["Ignore this contact"] = "Aggiungi ai contatti ignorati";
220 $a->strings["Currently blocked"] = "Bloccato";
221 $a->strings["Currently ignored"] = "Ignorato";
222 $a->strings["Show Blocked Connections"] = "Mostra connessioni bloccate";
223 $a->strings["Hide Blocked Connections"] = "Nascondi connessioni bloccate";
224 $a->strings["Finding: "] = "Cerco: ";
225 $a->strings["Find"] = "Trova";
226 $a->strings["Visit $username's profile"] = "Visita il profilo di $username";
227 $a->strings["Edit contact"] = "Modifca contatto";
228 $a->strings["Remote privacy information not available."] = "Informazioni remote sulla privacy non disponibili.";
229 $a->strings["Visible to:"] = "Visibile a:";
230 $a->strings["Invalid OpenID url"] = "Url OpenID non valido";
231 $a->strings["Please enter the required information."] = "Inserisci le informazioni richieste.";
232 $a->strings["Please use a shorter name."] = "Usa un nome più corto.";
233 $a->strings["Name too short."] = "Il Nome è troppo corto.";
234 $a->strings["That doesn\\'t appear to be your full (First Last) name."] = "Questo non sembra essere il tuo nome completo (Nome Cognome).";
235 $a->strings["Your email domain is not among those allowed on this site."] = "";
236 $a->strings["Not a valid email address."] = "Indirizzo email invaildo.";
237 $a->strings["Cannot use that email."] = "Questa email non si puo' usare.";
238 $a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", andmust also begin with a letter."] = "";
239 $a->strings["Nickname is already registered. Please choose another."] = "Soprannome già registrato. Scegline un'altro.";
240 $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERRORE GRAVE: Generazione delle chiavi di sicurezza fallito.";
241 $a->strings["An error occurred during registration. Please try again."] = "Si è verificato un errore durante la registrazione. Prova ancora.";
242 $a->strings["An error occurred creating your default profile. Please try again."] = "Si è verificato un errore creando il tuo profilo. Prova ancora.";
243 $a->strings["Registration successful. Please check your email for further instructions."] = "";
244 $a->strings["Failed to send email message. Here is the message that failed."] = "Errore inviando il messaggio email. Questo è il messaggio non inviato.";
245 $a->strings["Your registration can not be processed."] = "La tua registrazione non puo' essere elaborata.";
246 $a->strings["Registration request at %s"] = "Richiesta di registrazione su %s";
247 $a->strings["Your registration is pending approval by the site owner."] = "";
248 $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenIDand clicking 'Register'."] = "";
249 $a->strings["If you are not familiar with OpenID, please leave that field blank and fillin the rest of the items."] = "";
250 $a->strings["Your OpenID (optional): "] = "Il tuo OpenID (opzionale): ";
251 $a->strings["Members of this network prefer to communicate with real people who use theirreal names."] = "";
252 $a->strings["Include your profile in member directory?"] = "Includi il tuo profilo nell'elenco dei membir?";
253 $a->strings["Yes"] = "Si";
254 $a->strings["No"] = "No";
255 $a->strings["Registration"] = "Registrazione";
256 $a->strings["Your Full Name (e.g. Joe Smith): "] = "Il tuo Nome Completo (p.e. Mario Rossi): ";
257 $a->strings["Your Email Address: "] = "Il tuo Indirizzo Email: ";
258 $a->strings["Choose a profile nickname. This must begin with a text character. Yourprofile address on this site will then be'<strong>nickname@$sitename</strong>'."] = "";
259 $a->strings["Choose a nickname: "] = "Scegli un soprannome: ";
260 $a->strings["Could not create/connect to database."] = "Impossibile creare/collegarsi al database.";
261 $a->strings["Connected to database."] = "Collegato al database.";
262 $a->strings["Database import succeeded."] = "Importazione database completata.";
263 $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "";
264 $a->strings["Please see the file \"INSTALL.txt\"."] = "Guarda il file \"INSTALL.txt\".";
265 $a->strings["Database import failed."] = "Importazione database fallita.";
266 $a->strings["You may need to import the file \"database.sql\" manually using phpmyadminor mysql."] = "";
267 $a->strings["Welcome to Friendika."] = "Benvenuto su Friendika.";
268 $a->strings["Could not find a command line version of PHP in the web server PATH."] = "";
269 $a->strings["This is required. Please adjust the configuration file .htconfig.phpaccordingly."] = "E' richiesto. Aggiorna il file .htconfig.php di conseguenza.";
270 $a->strings["The command line version of PHP on your system does not have\"register_argc_argv\" enabled."] = "";
271 $a->strings["This is required for message delivery to work."] = "Ciò è richiesto per far funzionare la consegna dei messaggi.";
272 $a->strings["Error: the \"openssl_pkey_new\" function on this system is not able togenerate encryption keys"] = "";
273 $a->strings["If running under Windows, please see\"http://www.php.net/manual/en/openssl.installation.php\"."] = "";
274 $a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "";
275 $a->strings["Error: libCURL PHP module required but not installed."] = "Errore: il modulo libCURL di PHP è richiesto ma non installato.";
276 $a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "";
277 $a->strings["Error: openssl PHP module required but not installed."] = "Errore: il modulo openssl di PHP è richiesto ma non installato.";
278 $a->strings["Error: mysqli PHP module required but not installed."] = "Errore: il modulo mysqli di PHP è richiesto ma non installato";
279 $a->strings["The web installer needs to be able to create a file called \".htconfig.php\in the top folder of your web server and it is unable to do so."] = "";
280 $a->strings["This is most often a permission setting, as the web server may not be ableto write files in your folder - even if you can."] = "";
281 $a->strings["Please check with your site documentation or support people to see if thissituation can be corrected."] = "";
282 $a->strings["If not, you may be required to perform a manual installation. Please see thefile \"INSTALL.txt\" for instructions."] = "";
283 $a->strings["The database configuration file \".htconfig.php\" could not be written.Please use the enclosed text to create a configuration file in your webserver root."] = "";
284 $a->strings["Errors encountered creating database tables."] = "Errori creando le tabelle nel database.";
285 $a->strings["Normal View"] = "Vista normale";
286 $a->strings["New Item View"] = "Vista Nuovi Elementi";
287 $a->strings["No such group"] = "Nessun gruppo";
288 $a->strings["Group is empty"] = "Il gruppo è vuoto";
289 $a->strings["Group: "] = "Gruppo: ";
290 $a->strings["Invalid request identifier."] = "Identificativo richiesta invalido.";
291 $a->strings["Discard"] = "Scarta";
292 $a->strings["Ignore"] = "Ignora";
293 $a->strings["Show Ignored Requests"] = "Mostra richieste ignorate";
294 $a->strings["Hide Ignored Requests"] = "Nascondi richieste ignorate";
295 $a->strings["Claims to be known to you: "] = "Dice di conoscerti: ";
296 $a->strings["yes"] = "si";
297 $a->strings["no"] = "no";
298 $a->strings["Approve as: "] = "Approva come: ";
299 $a->strings["Friend"] = "Amico";
300 $a->strings["Fan/Admirer"] = "Fan/Admiratore";
301 $a->strings["Notification type: "] = "Tipo di notifica: ";
302 $a->strings["Friend/Connect Request"] = "Richiesta Amicizia/Connessione";
303 $a->strings["New Follower"] = "Nuovo Seguace";
304 $a->strings["Approve"] = "Approva";
305 $a->strings["No notifications."] = "Nessuna notifica.";
306 $a->strings["No registrations."] = "Nessuna registrazione.";
307 $a->strings["This introduction has already been accepted."] = "Questa presentazione è già stata accettata.";
308 $a->strings["Profile location is not valid or does not contain profile information."] = "";
309 $a->strings["Warning: profile location has no identifiable owner name."] = "";
310 $a->strings["Warning: profile location has no profile photo."] = "Attenzione: la posizione del profilo non ha una foto.";
311 $a->strings["%d required parameter was not found at the given location"] = array(
312         0 => "%d parametro richiesto non è stato trovato nella posizione data",
313         1 => "%d parametri richiesti non sono stati trovati nella posizione data",
314 );
315 $a->strings["Introduction complete."] = "Presentazione completa.";
316 $a->strings["Unrecoverable protocol error."] = "Errore di protocollo non recuperabile.";
317 $a->strings["Profile unavailable."] = "Profilo non disponibile.";
318 $a->strings["%s has received too many connection requests today."] = "%s ha ricevuto troppe richieste di connessione per oggi.";
319 $a->strings["Spam protection measures have been invoked."] = "Sono state attivate le misure di protezione contro lo spam.";
320 $a->strings["Friends are advised to please try again in 24 hours."] = "Gli amici sono pregati di riprovare tra 24 ore.";
321 $a->strings["Invalid locator"] = "Invalid locator";
322 $a->strings["Unable to resolve your name at the provided location."] = "Impossibile risolvere il tuo nome nella posizione indicata.";
323 $a->strings["You have already introduced yourself here."] = "Ti sei già presentato qui.";
324 $a->strings["Apparently you are already friends with %s."] = "Sembra che tu sia già amico di %s.";
325 $a->strings["Invalid profile URL."] = "Indirizzo profilo invalido.";
326 $a->strings["Disallowed profile URL."] = "Indirizzo profilo non permesso.";
327 $a->strings["Your introduction has been sent."] = "La tua presentazione è stata inviata.";
328 $a->strings["Please login to confirm introduction."] = "Accedi per confermare la presentazione.";
329 $a->strings["Incorrect identity currently logged in. Please login to<strong>this</strong> profile."] = "";
330 $a->strings["[Name Withheld]"] = "[Nome Nascosto]";
331 $a->strings["Introduction received at "] = "Introduzione ricevuta su ";
332 $a->strings["Friend/Connection Request"] = "Richieste di Amicizia/Connessione";
333 $a->strings["Please answer the following:"] = "Rispondi al seguente:";
334 $a->strings["Does $name know you?"] = "$name ti conosce?";
335 $a->strings["Add a personal note:"] = "Aggiungi una nota personale:";
336 $a->strings["Please enter your profile address from one of the following supported socialnetworks:"] = "";
337 $a->strings["Friendika"] = "Friendika";
338 $a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web";
339 $a->strings["Private (secure) network"] = "Network (sicuro) privato";
340 $a->strings["Public (insecure) network"] = "Network (insicuro) pubblico";
341 $a->strings["Your profile address:"] = "L'indirizzo del tuo profilo:";
342 $a->strings["Submit Request"] = "Invia richiesta";
343 $a->strings["Cancel"] = "Annulla";
344 $a->strings["status"] = "stato";
345 $a->strings["%1$s likes %2$s's %3$s"] = "A %1$s piace %3$s di %2$s";
346 $a->strings["%1$s doesn't like %2$s's %3$s"] = "A %1$s non piace %3$s di %2$s";
347 $a->strings["Password reset requested at %s"] = "Richiesta recupero password su %s";
348 $a->strings["Remove My Account"] = "Rimuovi il mio Account";
349 $a->strings["This will completely remove your account. Once this has been done it is notrecoverable."] = "";
350 $a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:";
351 $a->strings["Applications"] = "Applicazioni";
352 $a->strings["Global Directory"] = "Elenco Globale";
353 $a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale.";
354 $a->strings["Empty post discarded."] = "Messaggio vuoto scartato.";
355 $a->strings["%s commented on your item at %s"] = "%s ha commentato un tuo elemento su %s";
356 $a->strings["%s posted on your profile wall at %s"] = "%s ha scritto sulla tua bacheca su %s";
357 $a->strings["System error. Post not saved."] = "Errore di sistema. Messaggio non salvato.";
358 $a->strings["This message was sent to you by %s, a member of the Friendika social network."] = "";
359 $a->strings["You may visit them online at"] = "Puoi visitarli online a ";
360 $a->strings["Please contact the sender by replying to this post if you do not wish toreceive these messages."] = "";
361 $a->strings["%s posted an update."] = "%s ha inviato un aggiornamento.";
362 $a->strings["Tag removed"] = "TAg rimosso";
363 $a->strings["Remove Item Tag"] = "Rimuovi tag dall'elemento";
364 $a->strings["Select a tag to remove: "] = "Seleziona un tag da rimuovere: ";
365 $a->strings["Remove"] = "Rimuovi";
366 $a->strings["No recipient selected."] = "Nessun destinatario selezionato.";
367 $a->strings["[no subject]"] = "[nessun oggetto]";
368 $a->strings["Unable to locate contact information."] = "Impossibile trovare le informazioni del contatto.";
369 $a->strings["Message sent."] = "Messaggio inviato.";
370 $a->strings["Message could not be sent."] = "Il messaggio non puo' essere inviato.";
371 $a->strings["Messages"] = "Messaggi";
372 $a->strings["Inbox"] = "In arrivo";
373 $a->strings["Outbox"] = "Inviati";
374 $a->strings["New Message"] = "Nuovo messaggio";
375 $a->strings["Message deleted."] = "Messaggio cancellato.";
376 $a->strings["Conversation removed."] = "Conversazione rimossa.";
377 $a->strings["Send Private Message"] = "Invia messaggio privato";
378 $a->strings["To:"] = "A:";
379 $a->strings["Subject:"] = "Oggetto:";
380 $a->strings["No messages."] = "Nessun messaggio.";
381 $a->strings["Delete conversation"] = "Cancella conversazione";
382 $a->strings["Message not available."] = "Messaggio non disponibile.";
383 $a->strings["Delete message"] = "Cancella messaggio";
384 $a->strings["Send Reply"] = "Invia risposta";
385 $a->strings["Response from remote site was not understood."] = "La risposta dal sito remota non è stata capita.";
386 $a->strings["Unexpected response from remote site: "] = "Risposta dal sito remoto inaspettata: ";
387 $a->strings["Confirmation completed successfully."] = "Conferma completata con successo.";
388 $a->strings["Remote site reported: "] = "Il sito remoto riporta: ";
389 $a->strings["Temporary failure. Please wait and try again."] = "Errore temporaneo. Attendi e riprova.";
390 $a->strings["Introduction failed or was revoked."] = "La presentazione è fallita o è stata revocata.";
391 $a->strings["Unable to set contact photo."] = "Impossibile impostare la foto del contatto.";
392 $a->strings["is now friends with"] = "ora è amico di";
393 $a->strings["No user record found for '%s' "] = "Nessun utente trovato per '%s'";
394 $a->strings["Our site encryption key is apparently messed up."] = "La nostra chiave di criptazione del sito è apparentemente incasinata.";
395 $a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "";
396 $a->strings["Contact record was not found for you on our site."] = "Il contatto non è stato trovato sul nostro sito.";
397 $a->strings["The ID provided by your system is a duplicate on our system. It should workif you try again."] = "";
398 $a->strings["Unable to set your contact credentials on our system."] = "";
399 $a->strings["Unable to update your contact profile details on our system"] = "Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema";
400 $a->strings["Connection accepted at %s"] = "Connession accettata su %s";
401 $a->strings["Login failed."] = "Accesso fallito.";
402 $a->strings["Welcome back "] = "Bentornato ";
403 $a->strings["%s welcomes %s"] = "%s da il benvenuto a %s";
404 $a->strings["No contacts."] = "Nessuno contatto.";
405 $a->strings["Group created."] = "Gruppo creato.";
406 $a->strings["Could not create group."] = "Impossibile creare il gruppo.";
407 $a->strings["Group not found."] = "Gruppo non trovato.";
408 $a->strings["Group name changed."] = "Il nome del gruppo è cambiato.";
409 $a->strings["Membership list updated."] = "Lista adesioni aggiornata.";
410 $a->strings["Group removed."] = "Gruppo rimosso.";
411 $a->strings["Unable to remove group."] = "Impossibile rimuovere il gruppo.";
412 $a->strings["Post to Twitter"] = "Inva a Twitter";
413 $a->strings["Twitter Posting Settings"] = "Impostazioni Invio a Twitter";
414 $a->strings["No consumer key pair for Twitter found. Please contact your siteadministrator."] = "";
415 $a->strings["At this Friendika instance the Twitter plugin was enabled but you have notyet connected your account to your Twitter account. To do so click thebutton below to get a PIN from Twitter which you have to copy into the inputbox below and submit the form. Only your <strong>public</strong> posts willbe posted to Twitter."] = "";
416 $a->strings["Log in with Twitter"] = "Accedi con Twitter";
417 $a->strings["Copy the PIN from Twitter here"] = "Copia il PIN da Twitter qui";
418 $a->strings["Currently connected to: "] = "Al momento collegato con:";
419 $a->strings["If enabled all your <strong>public</strong> postings will be posted to theassociated Twitter account as well."] = "";
420 $a->strings["Send public postings to Twitter"] = "Invia messaggi pubblici su Twitter";
421 $a->strings["Clear OAuth configuration"] = "Cancella la configurazione OAuth";
422 $a->strings["Post to StatusNet"] = "Invia a StatusNet";
423 $a->strings["StatusNet Posting Settings"] = "Impostazioni di invio a StatusNet";
424 $a->strings["No consumer key pair for StatusNet found. Register your Friendika Account asan desktop client on your StatusNet account, copy the consumer key pair hereand enter the API base root.<br />Before you register your own OAuth keypair ask the administrator if there is already a key pair for this Friendikainstallation at your favorited StatusNet installation."] = "";
425 $a->strings["OAuth Consumer Key"] = "OAuth Consumer Key";
426 $a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
427 $a->strings["Base API Path (remember the trailing /)"] = "Indirizzo di base per le API (ricorda la / alla fine)";
428 $a->strings["To connect to your StatusNet account click the button below to get asecurity code from StatusNet which you have to copy into the input box belowand submit the form. Only your <strong>public</strong> posts will be postedto StatusNet."] = "";
429 $a->strings["Log in with StatusNet"] = "Login con StatuNet";
430 $a->strings["Copy the security code from StatusNet here"] = "Copia il codice di sicurezza da StatusNet qui";
431 $a->strings["If enabled all your <strong>public</strong> postings will be posted to theassociated StatusNet account as well."] = "";
432 $a->strings["Send public postings to StatusNet"] = "Invia messaggi pubblici su StatusNet";
433 $a->strings["Three Dimensional Tic-Tac-Toe"] = "Tic-Tac-Toe tridimensionale";
434 $a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe";
435 $a->strings["New game"] = "Nuovo gioco";
436 $a->strings["New game with handicap"] = "Nuovo gioco con l'handicap";
437 $a->strings["Three dimensional tic-tac-toe is just like the traditional game except thatit is played on multiple levels simultaneously."] = "";
438 $a->strings["In this case there are three levels. You win by getting three in a row onany level, as well as up, down, and diagonally across the different levels."] = "";
439 $a->strings["The handicap game disables the center position on the middle level becausethe player claiming this square often has an unfair advantage."] = "";
440 $a->strings["You go first..."] = "Cominci tu...";
441 $a->strings["I'm going first this time..."] = "Comincio io questa volta...";
442 $a->strings["You won!"] = "Hai vinto!";
443 $a->strings["\"Cat\" game!"] = "Stallo!";
444 $a->strings["I won!"] = "Ho vinto!";
445 $a->strings["Select files to upload: "] = "Seleziona i file da caricare: ";
446 $a->strings["Use the following controls only if the Java uploader [above] fails to launch."] = "";
447 $a->strings["Facebook disabled"] = "Facebook disabilitato";
448 $a->strings["Facebook API key is missing."] = "Chiave API Facebook mancante.";
449 $a->strings["Facebook Connect"] = "Facebook Connect";
450 $a->strings["Install Facebook post connector"] = "Istalla il connettore con Facebook";
451 $a->strings["Remove Facebook post connector"] = "Rimuovi il connettore con facebook";
452 $a->strings["Post to Facebook by default"] = "Invia su Facebook di default";
453 $a->strings["Facebook"] = "Facebook";
454 $a->strings["Facebook Connector Settings"] = "Impostazioni Connettore Facebook";
455 $a->strings["Post to Facebook"] = "Invia a Facebook";
456 $a->strings["Image: "] = "Immagine: ";
457 $a->strings["Randplace Settings"] = "Impostazioni Randplace";
458 $a->strings["Enable Randplace Plugin"] = "Abilita il plugin Randplace";
459 $a->strings["Upload a file"] = "Carica un file";
460 $a->strings["Drop files here to upload"] = "Trascina un file qui per caricarlo";
461 $a->strings["Failed"] = "Fallito";
462 $a->strings["No files were uploaded."] = "Nessun file è stato caricato.";
463 $a->strings["Uploaded file is empty"] = "Il file caricato è vuoto";
464 $a->strings["Uploaded file is too large"] = "Il file caricato è troppo grande";
465 $a->strings["File has an invalid extension, it should be one of "] = "Il file ha una estensione non valida, dovrebbe essere una di ";
466 $a->strings["Upload was cancelled, or server error encountered"] = "";
467 $a->strings["Unknown | Not categorised"] = "Sconosciuto | non categorizzato";
468 $a->strings["Block immediately"] = "Blocca immediatamente";
469 $a->strings["Shady, spammer, self-marketer"] = "Shady, spammer, self-marketer";
470 $a->strings["Known to me, but no opinion"] = "Lo conosco, ma non ho oppinioni";
471 $a->strings["OK, probably harmless"] = "E' ok, probabilmente innocuo";
472 $a->strings["Reputable, has my trust"] = "Rispettabile, ha la mia fiducia";
473 $a->strings["Frequently"] = "Frequentemente";
474 $a->strings["Hourly"] = "Ogni ora";
475 $a->strings["Twice daily"] = "Due volte al dì";
476 $a->strings["Daily"] = "Giornalmente";
477 $a->strings["Weekly"] = "Settimanalmente";
478 $a->strings["Monthly"] = "Mensilmente";
479 $a->strings["Male"] = "Maschio";
480 $a->strings["Female"] = "Femmina";
481 $a->strings["Currently Male"] = "Al momento maschio";
482 $a->strings["Currently Female"] = "Al momento femmina";
483 $a->strings["Mostly Male"] = "Prevalentemente maschio";
484 $a->strings["Mostly Female"] = "Prevalentemente femmina";
485 $a->strings["Transgender"] = "Transgenere";
486 $a->strings["Intersex"] = "Bisessuale";
487 $a->strings["Transsexual"] = "Transsessuale";
488 $a->strings["Hermaphrodite"] = "Ermafrodito";
489 $a->strings["Neuter"] = "Neutro";
490 $a->strings["Non-specific"] = "Non-specifico";
491 $a->strings["Other"] = "Altro";
492 $a->strings["Undecided"] = "Indeciso";
493 $a->strings["Males"] = "Maschi";
494 $a->strings["Females"] = "Femmine";
495 $a->strings["Gay"] = "Gay";
496 $a->strings["Lesbian"] = "Lesbica";
497 $a->strings["No Preference"] = "Nessuna preferenza";
498 $a->strings["Bisexual"] = "Bisessuale";
499 $a->strings["Autosexual"] = "Autosessuale";
500 $a->strings["Abstinent"] = "Astinente";
501 $a->strings["Virgin"] = "Vergine";
502 $a->strings["Deviant"] = "Deviato";
503 $a->strings["Fetish"] = "Fetish";
504 $a->strings["Oodles"] = "Un sacco";
505 $a->strings["Nonsexual"] = "Asessuato";
506 $a->strings["Single"] = "Single";
507 $a->strings["Lonely"] = "Solitario";
508 $a->strings["Available"] = "Disoponibile";
509 $a->strings["Unavailable"] = "Non disponibile";
510 $a->strings["Dating"] = "Incontro";
511 $a->strings["Unfaithful"] = "Infedele";
512 $a->strings["Sex Addict"] = "Sesso-dipendente";
513 $a->strings["Friends"] = "Amici";
514 $a->strings["Friends/Benefits"] = "Amici con benefici";
515 $a->strings["Casual"] = "Casual";
516 $a->strings["Engaged"] = "Impegnato";
517 $a->strings["Married"] = "Sposato";
518 $a->strings["Partners"] = "Partners";
519 $a->strings["Cohabiting"] = "Coinquilino";
520 $a->strings["Happy"] = "Felice";
521 $a->strings["Not Looking"] = "Non in cerca";
522 $a->strings["Swinger"] = "Scambista";
523 $a->strings["Betrayed"] = "Tradito";
524 $a->strings["Separated"] = "Separato";
525 $a->strings["Unstable"] = "Instabile";
526 $a->strings["Divorced"] = "Divorziato";
527 $a->strings["Widowed"] = "Vedovo";
528 $a->strings["Uncertain"] = "Incerto";
529 $a->strings["Complicated"] = "Complicato";
530 $a->strings["Don't care"] = "Non interessa";
531 $a->strings["Ask me"] = "Chiedimelo";
532 $a->strings["Visible To:"] = "Visibile a:";
533 $a->strings["Groups"] = "Gruppi";
534 $a->strings["Except For:"] = "Eccetto per:";
535 $a->strings["Logged out."] = "Sei uscito.";
536 $a->strings["Miscellaneous"] = "Varie";
537 $a->strings["less than a second ago"] = "meno di un secondo fa";
538 $a->strings["year"] = "anno";
539 $a->strings["years"] = "anni";
540 $a->strings["month"] = "mese";
541 $a->strings["months"] = "mesi";
542 $a->strings["week"] = "settimana";
543 $a->strings["weeks"] = "settimane";
544 $a->strings["day"] = "giorno";
545 $a->strings["days"] = "giorni";
546 $a->strings["hour"] = "ora";
547 $a->strings["hours"] = "ore";
548 $a->strings["minute"] = "minuto";
549 $a->strings["minutes"] = "minuti";
550 $a->strings["second"] = "secondo";
551 $a->strings["seconds"] = "secondi";
552 $a->strings[" ago"] = " fa";
553 $a->strings["Home"] = "Home";
554 $a->strings["Apps"] = "Applicazioni";
555 $a->strings["Directory"] = "Elenco";
556 $a->strings["Network"] = "Rete";
557 $a->strings["Notifications"] = "Notifiche";
558 $a->strings["Manage"] = "Gestisci";
559 $a->strings["Settings"] = "Impostazioni";
560 $a->strings["Profiles"] = "Profili";
561 $a->strings["Birthday:"] = "Compleanno:";
562 $a->strings["You have a new follower at "] = "Hai un nuovo seguace su ";
563 $a->strings["Create a new group"] = "Crea un nuovo gruppo";
564 $a->strings["Everybody"] = "Tutti";
565 $a->strings["Embedding disabled"] = "Inclusione disabilitata";