nc-vue-register/l10n/it.php

31 lines
2.5 KiB
PHP

<?php
$TRANSLATIONS = array(
"Register" => "Registrati",
"A problem occurred sending email, please contact your administrator." => "Si è verificato un problema durante l'invio della email, contatta il tuo amministratore.",
"There is already a pending registration with this email, a new verification email has been sent to the address." => "C'è già una registrazione in corso con questa email, un nuovo messaggio di verifica è stato inviato all'indirizzo.",
"A user has already taken this email, maybe you already have an account?" => "Un utente ha già registrato questa email, forse hai già un account?",
"You can <a href=\"{login}\">log in now</a>." => "Ora puoi <a href=\"{login}\">accedere</a>.",
"Verification email successfully sent." => "Email di verifica inviata correttamente.",
"Invalid verification URL. No registration request with this verification URL is found." => "URL di verifica non valido. Nessuna richiesta di registrazione trovata con questo URL di verifica.",
"Unable to set user email: " => "Impossibile impostare l'indirizzo email dell'utente:",
"Failed to delete pending registration request" => "L'eliminazione della richiesta di registrazione in corso non è riuscita",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Il tuo account è stato creato correttamente, ora puoi <a href=\"{link}\">effettuare l'accesso</a>.",
"Verify your %s registration request" => "Verifica la tua richiesta di registrazione a %s",
"A new user \"%s\" has created an account on %s" => "Un nuovo utente \"%s\" ha creato un account su %s",
"Your settings have been updated." => "Le tue impostazioni sono state aggiornate.",
"No such group" => "Gruppo inesistente",
"Registration" => "Registrazione",
"Default group that all registered users belong" => "Il gruppo predefinito al quale appartengono tutti gli utenti registrati",
"None" => "Nessuno",
"Allowed mail address domains for registration" => "Domini di posta consentiti per la registrazione",
"To create a new account on %s, just click the following link:" => "Per creare un nuovo account su %s, fai clic sul collegamento seguente:",
"Welcome, you can create your account below." => "Benvenuto, puoi creare il tuo account qui sotto.",
"Username" => "Nome utente",
"Password" => "Password",
"Create account" => "Crea account",
"Email" => "Posta elettronica",
"Request verification link" => "Richiedi collegamento di verifica",
"Please re-enter a valid email address" => "Digita nuovamente un indirizzo email valido"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";