diff --git a/l10n/ast.php b/l10n/ast.php new file mode 100644 index 0000000..3acf7ea --- /dev/null +++ b/l10n/ast.php @@ -0,0 +1,36 @@ + "Rexistrar", +"The email address you entered is not valid" => "La direición d'email inxertada nun ye válida", +"A problem occurred sending email, please contact your administrator." => "Hebo un fallu al unviar el corréu-e. Contauta col alministrador.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Yá esiste un rexistru pendiente con esta direición de corréu, unviose un corréu de verficiación a la direición.", +"A user has already taken this email, maybe you already have an account?" => "Un usuario ya tien esta direición de corréu, ¿de xuru que nun ties otra cuenta?", +"You can log in now." => "Puedes aniciar sesión agora.", +"Verification email successfully sent." => "Mensaxe de verificación unviáu correchamente", +"Invalid verification URL. No registration request with this verification URL is found." => "Verificación inválida d'URL. Nun esiste nenguna solicitú con esta verificación d'URL.", +"Unable to create user, there are problems with the user backend." => "Nun pue crease l'usuariu, hai problemes col backend.", +"Unable to set user email: " => "Imposible afitar la direición de corréu del usuariu:", +"Failed to delete pending registration request" => "Fallu al desaniciar la petición de rexistru pendiente", +"Your account has been successfully created, you can log in now." => "Creóse la cuenta. Pues coneutate agora.", +"Verify your %s registration request" => "Verifica la to solicitú de rexistru %s", +"A new user \"%s\" has created an account on %s" => "Un nuevu usuariu \"%s\" creó una cuenta en %s", +"Saved" => "Guardáu", +"No such group" => "Nun esiste esi grupu", +"Registration" => "Rexistru", +"Default group that all registered users belong" => "Grupu predetermináu al que pertenecen tolos usuarios rexistraos", +"None" => "Dengún", +"Allowed mail address domains for registration" => "Direiciones de corréu del dominiu almitíes pal rexistru", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Escribe una llista de dominios permitíos separaos por puntu y coma. Exemplu: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Permítese'l rexistru namás a los siguientes dominios:", +"To create a new account on %s, just click the following link:" => "Pa crear una nueva cuenta en %s, calca nel siguiente enllaz:", +"Welcome, you can create your account below." => "Bienveníu, pues crear una cuenta más abaxo.", +"Username" => "Nome d'usuariu", +"Password" => "Contraseña", +"Create account" => "Crear cuenta", +"Thank you for registering, you should receive a verification link in a few minutes." => "Gracies pol to rexistru, tendríes de recibir un enllaz de verificación en pocos minutos", +"Email" => "Corréu-e", +"Request verification link" => "Solicitú d'enllaz de verificación", +"Please re-enter a valid email address" => "Por favor reinxerta una direción de corréu válida", +"You will receive an email with a verification link" => "Recibirás un corréu col enllaz de verificación" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/bg_BG.php b/l10n/bg_BG.php new file mode 100644 index 0000000..b37f299 --- /dev/null +++ b/l10n/bg_BG.php @@ -0,0 +1,33 @@ + "Регистрирай", +"The email address you entered is not valid" => "Имейл адресът, който въведохте не е валиден", +"A problem occurred sending email, please contact your administrator." => "Възникна проблем при изпращането на имейл, моля свържете се с администратора.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Вече има съществувща регистрация с този имейл, нов имейл за потвърждение е изпратен до този имейл адрес.", +"A user has already taken this email, maybe you already have an account?" => "Потребител вече е заел този имейл, може би вече имате профил?", +"You can log in now." => "Може да се впишете сега.", +"Verification email successfully sent." => "Имейлът за проверка е изпратен успешно.", +"Invalid verification URL. No registration request with this verification URL is found." => "Невалидна връзка за потвърждение. Не е намерена заявка за регистрация, която да е за тази връзка.", +"Unable to create user, there are problems with the user backend." => "Неуспешно създаване на потребител, има проблем с бекендът.", +"Unable to set user email: " => "Потребителсия имейл неможе да се приложи", +"Failed to delete pending registration request" => "Неуспешно изтриване на чакащата заявка за регистрация", +"Your account has been successfully created, you can log in now." => "Вашият профил бе създаден успешно, вече може да се впишете.", +"Verify your %s registration request" => "Потвърдете Вашата %s заявка за регистрация", +"Saved" => "Запазено", +"No such group" => "Няма подобна група", +"Registration" => "Регистрация", +"Default group that all registered users belong" => "Група по подразбиране, към която пренадлежат всички регистрирани потребители", +"None" => "Няма", +"Allowed mail address domains for registration" => "Разрешени имейл домейнове за регистрация", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Въведете списък с разрешение домейни разделени с точка-запетая. Пример: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Регистрация е разрешена само за следните домейни:", +"To create a new account on %s, just click the following link:" => "За да създадете нов профил на %s, просто натиснете следната връзка:", +"Welcome, you can create your account below." => "Добре дошли, можете да си създадете собствен профил по-долу.", +"Username" => "Потребителско име", +"Password" => "Парола", +"Create account" => "Създаване на профил", +"Email" => "Имейл", +"Request verification link" => "Поискайте връзка за потвърждение", +"Please re-enter a valid email address" => "Моля, въведете отново валиден имейл" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/ca.php b/l10n/ca.php new file mode 100644 index 0000000..e1464f3 --- /dev/null +++ b/l10n/ca.php @@ -0,0 +1,34 @@ + "registre", +"The email address you entered is not valid" => "L'adreça de correu electrònic que heu entrat no és vàlida", +"A problem occurred sending email, please contact your administrator." => "S'ha produït un error mentre s'enviava el correu electrònic. Si us plau, contacteu amb el vostre administrador.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Ja hi ha un registre pendent amb aquesta adreça de correu electrònic. S'ha enviat un nou correu de verificació a n'aquesta adreça.", +"A user has already taken this email, maybe you already have an account?" => "Un usuari ja està utilitzant aquesta adreça de correu electrònic. És possible que ja tingueu un compte?", +"You can log in now." => "Podeu identificar-vos.", +"Verification email successfully sent." => "Missatge de verificació enviat amb èxit.", +"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificació invàlid. No s'ha trobat cap sol·licitud de registre amb aquest URL de verificació.", +"Unable to create user, there are problems with the user backend." => "No s'ha pogut crear l'usuari, hi han problemes amb el backend d'usuari.", +"Unable to set user email: " => "No s'ha pogut establir l'adreça de correu electrònic de l'usuari:", +"Failed to delete pending registration request" => "Ha fallat en eliminar la petició de registre pendent", +"Your account has been successfully created, you can log in now." => "El seu compte ha estat creada, pot connectar-se ara.", +"Verify your %s registration request" => "Verifiqueu la vostra petició de registre %s", +"A new user \"%s\" has created an account on %s" => "Un nou usuari \"%s\" ha creat un compte a %s", +"Saved" => "Desat", +"No such group" => "No existeix cap grup", +"Registration" => "Registre", +"Default group that all registered users belong" => "Grup per defecte, al qual pertanyen tots els usuaris registrats", +"None" => "Cap", +"Allowed mail address domains for registration" => "Dominis de correu permesos per al registre", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Introduïu la llista de dominis permesos, separats per punt i coma. Per exemple, owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Només està permés el registre per als següents dominis:", +"To create a new account on %s, just click the following link:" => "Per a crear un nou compte a %s, feu click al següent enllaç:", +"Welcome, you can create your account below." => "Benvingut, pot crear un compte més a baix.", +"Username" => "Nom d'usuari", +"Password" => "Contrasenya", +"Create account" => "Crea un compte", +"Email" => "Correu electrònic", +"Request verification link" => "Sol·licitar enllaç de verificació", +"Please re-enter a valid email address" => "Torni a posar una adreça de correu electrònic vàlida" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php new file mode 100644 index 0000000..5179174 --- /dev/null +++ b/l10n/cs_CZ.php @@ -0,0 +1,36 @@ + "Registrovat", +"The email address you entered is not valid" => "Zadaná emailová adresa není správná", +"A problem occurred sending email, please contact your administrator." => "Při odesílání emailu nastala chyba, kontaktujte prosím svého administrátora.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Pro tuto emailovou adresu již byl otevřen požadavek na registraci, na zadanou emailovou adresu byl znovu odeslán ověřovací email.", +"A user has already taken this email, maybe you already have an account?" => "Tato emailová adresa je již použita, možná zde již máte účet?", +"You can log in now." => "Nyní se můžete přihlásit.", +"Verification email successfully sent." => "Ověřovací email úspěšně odeslán.", +"Invalid verification URL. No registration request with this verification URL is found." => "Neplatná ověřovací URL. Nebyl nalezen žádný registrační požadavek pro tuto ověřovací URL.", +"Unable to create user, there are problems with the user backend." => "Není možné vytvořit uživatelský účet, nastaly potíže v systému úložišti uživatelů.", +"Unable to set user email: " => "Nelze nastavit email uživatele:", +"Failed to delete pending registration request" => "Selhalo smazání čekajících požadavků na registraci", +"Your account has been successfully created, you can log in now." => "Váš účet byl úspěšně vytvořen, můžete se nyní přihlásit.", +"Verify your %s registration request" => "Ověřte svůj požadavek na registraci %s", +"A new user \"%s\" has created an account on %s" => "Nový uživatel \"%s\" vytvořil účet na %s", +"Saved" => "Uloženo", +"No such group" => "Taková skupina neexistuje", +"Registration" => "Registrace", +"Default group that all registered users belong" => "Výchozí skupina pro všechny nově registrované uživatele", +"None" => "Žádné", +"Allowed mail address domains for registration" => "Povolené domény emailových adres pro registraci", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Zadejte středníkem oddělený seznam povolených domén. Příklad: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Registrace je povolena pouze pro následující domény:", +"To create a new account on %s, just click the following link:" => "Pro vytvoření nového účtu na %s klikněte na následující odkaz:", +"Welcome, you can create your account below." => "Vítejte, svůj účet si můžete založit níže.", +"Username" => "Uživatelské jméno", +"Password" => "Heslo", +"Create account" => "Vytvořit účet", +"Thank you for registering, you should receive a verification link in a few minutes." => "Děkujeme za vaši registraci, během několika minut byste měli obdržet ověřovací odkaz.", +"Email" => "Email", +"Request verification link" => "Vyžádat ověřovací odkaz", +"Please re-enter a valid email address" => "Zadejte znovu platnou emailovou adresu", +"You will receive an email with a verification link" => "Obdržíte email s ověřovacím odkazem" +); +$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/l10n/da.php b/l10n/da.php new file mode 100644 index 0000000..c3e337c --- /dev/null +++ b/l10n/da.php @@ -0,0 +1,36 @@ + "Tilmeld", +"The email address you entered is not valid" => "Du har angivet en ugyldig email-adresse", +"A problem occurred sending email, please contact your administrator." => "Der opstod et problem ved afsendelse af e-mail. Kontakt venligst din administrator.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Der findes allerede en afventende tilmelding med denne e-mail. Der er blevet sendt en ny bekræftelse per e-mail til denne adresse.", +"A user has already taken this email, maybe you already have an account?" => "En bruger har allerede benyttet denne e-mail - måske fordi du allerede har en konto?", +"You can log in now." => "Du kan logge ind nu.", +"Verification email successfully sent." => "Bekræftelse er blevet sendt med e-mail.", +"Invalid verification URL. No registration request with this verification URL is found." => "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.", +"Unable to create user, there are problems with the user backend." => "Kan ikke oprette bruger - der er problemer med bruger-backend.", +"Unable to set user email: " => "Kan ikke angive e-mail for bruger:", +"Failed to delete pending registration request" => "Det lykkedes ikke at slette ventende registreringsanmodning", +"Your account has been successfully created, you can log in now." => "Din konto er blevet oprettet, og du kan logge ind nu.", +"Verify your %s registration request" => "Verificér din %s forespørgsel om ownCloud-tilmelding", +"A new user \"%s\" has created an account on %s" => "En ny bruger \"%s\" har oprettet en brugerkonto på %s", +"Saved" => "Gemt", +"No such group" => "Gruppen findes ikke", +"Registration" => "Tilmelding", +"Default group that all registered users belong" => "Standardgruppen som alle tilmeldte brugere hører til", +"None" => "Ingen", +"Allowed mail address domains for registration" => "Tilladte e-mail-adressedomæner for registrering", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Indtast en semikolon-separeret liste over tilladte domæner. Eksampel: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Tilmelding er kun tilladt for følgende domæner:", +"To create a new account on %s, just click the following link:" => "Klik på følgende link for at oprette en ny konto %s:", +"Welcome, you can create your account below." => "Velkommen, du kan oprette din konto nedenfor.", +"Username" => "Brugernavn", +"Password" => "Adgangskode", +"Create account" => "Opret konto", +"Thank you for registering, you should receive a verification link in a few minutes." => "Tak for tilmeldingen, du skulle modtage et verifikationslink i løbet af få minutter", +"Email" => "E-mail", +"Request verification link" => "Anmod om verifikationslink", +"Please re-enter a valid email address" => "Genindtast venligst en gyldig e-mailadresse", +"You will receive an email with a verification link" => "Du vil modtage en e-mail med et verifikationslink" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/de.php b/l10n/de.php new file mode 100644 index 0000000..4de23de --- /dev/null +++ b/l10n/de.php @@ -0,0 +1,36 @@ + "Registrieren", +"The email address you entered is not valid" => "Die eingegebene E-Mail Adresse ist ungültig", +"A problem occurred sending email, please contact your administrator." => "Ein Problem ist beim Senden der E-Mail aufgetreten, bitte den Administrator kontaktieren", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Für diese Mail gibt es bereits eine ausstehende Registrierung, es wurde erneut eine Bestätigungsemail an diese Addresse gesendet.", +"A user has already taken this email, maybe you already have an account?" => "Diese E-Mail wurde bereits verwendet, vielleicht hast du bereits ein Konto?", +"You can log in now." => "Du kannst dich jetzt anmelden.", +"Verification email successfully sent." => "E-Mail zur Bestätigung erfolgreich gesendet.", +"Invalid verification URL. No registration request with this verification URL is found." => "Ungültige Bestätigungsadresse. Keine Registrierungsanfrage mit dieser Bestätigungsadresse gefunden.", +"Unable to create user, there are problems with the user backend." => "Benutzer konnte nicht erstellt werden, es gibt Probleme mit dem Benutzerhintergrundprogramm.", +"Unable to set user email: " => "Die E-Mail-Adresse des Benutzers konnte nicht gespeichert werden:", +"Failed to delete pending registration request" => "Das Löschen der in Bearbeitung befindlichen Registrierungsanfrage ist fehlgeschlagen", +"Your account has been successfully created, you can log in now." => "Dein Konto wurde erfolgreich erstellt, Du kannst dich jetzt anmelden.", +"Verify your %s registration request" => "Bitte bestätige deine %s Registrierungsanfrage", +"A new user \"%s\" has created an account on %s" => "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt", +"Saved" => "Gespeichert", +"No such group" => "Keine derartige Gruppe", +"Registration" => "Registrierung", +"Default group that all registered users belong" => "Standardgruppe, zu der alle registrierten Benutzer gehören", +"None" => "Keine", +"Allowed mail address domains for registration" => "Erlaubte Domains für die Registrierung", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Gib eine Semikolon getrennte Liste der zulässigen Domänen an. Beispiel: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Eine Anmeldung ist nur für die folgenden Domains erlaubt:", +"To create a new account on %s, just click the following link:" => "Um ein neues Konto auf %s zu erstellen, klick bitte auf den folgenden Link:", +"Welcome, you can create your account below." => "Willkommen, Du kannst im unteren Teil Dein Konto anlegen.", +"Username" => "Benutzername", +"Password" => "Passwort", +"Create account" => "Konto erstellen", +"Thank you for registering, you should receive a verification link in a few minutes." => "Danke für die Registrierung, du solltest einen Bestätigungs-Link in wenigen Minuten erhalten.", +"Email" => "E-Mail", +"Request verification link" => "Bestätigungslink anfragen", +"Please re-enter a valid email address" => "Bitte nochmals eine gültige E-Mail-Adresse angeben", +"You will receive an email with a verification link" => "Du wirst eine E-Mail mit einem Bestätigungslink erhalten" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/de_DE.php b/l10n/de_DE.php new file mode 100644 index 0000000..a084937 --- /dev/null +++ b/l10n/de_DE.php @@ -0,0 +1,36 @@ + "Registrieren", +"The email address you entered is not valid" => "Die E-Mail Adresse, die Sie eingegeben haben, ist nicht gültig", +"A problem occurred sending email, please contact your administrator." => "Beim Senden der E-Mail ist ein Problem aufgetreten, bitte kontaktieren Sie Ihren Administrator.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Es gibt bereits eine nicht bestätigte Anmeldung mit dieser EMail-Adresse, daher wurde eine neue Bestätigungs-EMail verschickt..", +"A user has already taken this email, maybe you already have an account?" => "Diese EMail-Adresse ist bereits registriert, vielleicht haben Sie bereits einen Account?", +"You can log in now." => "Sie können sich jetzt anmelden.", +"Verification email successfully sent." => "E-Mail zur Bestätigung erfolgreich gesendet.", +"Invalid verification URL. No registration request with this verification URL is found." => "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.", +"Unable to create user, there are problems with the user backend." => "Der Benutzer konnte nicht angelegt werden, es gibt Probleme mit dem Benutzer-Hintergrundprogramm.", +"Unable to set user email: " => "Die E-Mail-Adresse des Benutzers konnte nicht gespeichert werden:", +"Failed to delete pending registration request" => "Das Löschen der in Bearbeitung befindlichen Registrierungsanfrage ist fehlgeschlagen", +"Your account has been successfully created, you can log in now." => "Ihr Konto wurde erfolgreich erstellt, Sie können sich jetzt anmelden.", +"Verify your %s registration request" => "Bestätigen Sie Ihre %s Registrierungsanfrage", +"A new user \"%s\" has created an account on %s" => "Ein neuer Benutzer \"%s\" hat sich ein neues Konto angelegt bei %s", +"Saved" => "Gespeichert", +"No such group" => "Keine derartige Gruppe", +"Registration" => "Registrierung", +"Default group that all registered users belong" => "Standardgruppe, zu der alle registrierten Benutzer gehören", +"None" => "Keine", +"Allowed mail address domains for registration" => "Für Registrierung erlaubte Mail Domains", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Gebe eine Semikolon getrennte Liste der erlaubten Domains ein. Beispiel: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Die Registrierung ist nur für die folgenden Domains möglich:", +"To create a new account on %s, just click the following link:" => "Zur Erstellung eines neuen ownCloud Kontos %s, klicken Sie bitte auf den folgenden Link:", +"Welcome, you can create your account below." => "Willkommen, Sie können im unteren Teil Ihr Konto anlegen.", +"Username" => "Benutzername", +"Password" => "Passwort", +"Create account" => "Konto erstellen", +"Thank you for registering, you should receive a verification link in a few minutes." => "Vielen Dank für deine Registrierung, du erhälst einen Bestätigungslink in wenigen Minuten.", +"Email" => "E-Mail", +"Request verification link" => "Bestätigungslink anfragen", +"Please re-enter a valid email address" => "Bitte nochmals eine gültige E-Mail-Adresse angeben", +"You will receive an email with a verification link" => "Sie erhalten einen Link zur Bestätigung per Mail" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/el.php b/l10n/el.php new file mode 100644 index 0000000..a52f75b --- /dev/null +++ b/l10n/el.php @@ -0,0 +1,36 @@ + "Εγγραφή", +"The email address you entered is not valid" => "Η διεύθυνση ηλεκτρονικού ταχυδρομείου που εισάγατε δεν είναι έγκυρη", +"A problem occurred sending email, please contact your administrator." => "Παρουσιάστηκε σφάλμα κατά την αποστολή email, παρακαλώ επικοινωνήστε με τον διαχειριστή.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Εκκρεμεί ήδη μία εγγραφή με αυτή τη διεύθυνση ηλ. ταχυδρομείου, ένα καινούριο μήνυμα επιβεβαίωσης έχει σταλεί στη διεύθυνση.", +"A user has already taken this email, maybe you already have an account?" => "Υπάρχει χρήστης με αυτή τη διεύθυνση email. Μηπώς έχετε ήδη λογαριασμό;", +"You can log in now." => "Μπορείτε να εισέλθετε τώρα.", +"Verification email successfully sent." => "Το μήνυμα επαλήθευσης στάλθηκε επιτυχώς.", +"Invalid verification URL. No registration request with this verification URL is found." => "Μη έγκυρη URL επιβεβαίωσης. Καμμία αίτηση εγγραφής δεν βρέθηκε με αυτό το URL επιβεβαίωσης.", +"Unable to create user, there are problems with the user backend." => "Αδύνατη η δημιουργία χρήστη, υπάρχουν προβλήματα με το σύστημα υποστήριξης χρήστη.", +"Unable to set user email: " => "Αδυναμία ορισμού email χρήστη:", +"Failed to delete pending registration request" => "Αποτυχία διαγραφής εκκρεμούς αίτησης εγγραφής", +"Your account has been successfully created, you can log in now." => "Ο λογαριασμός σας δημιουργήθηκε με επιτυχία, μπορείτε να συνδεθείτε τώρα.", +"Verify your %s registration request" => "Επιβεβαιώστε το αίτημα εγγραφής σας στο %s", +"A new user \"%s\" has created an account on %s" => "Ένας νέος χρήστης \"%s\" δημιούργησε λογαριασμό στο %s", +"Saved" => "Αποθηκεύτηκαν", +"No such group" => "Δεν υπάρχει τέτοια ομάδα", +"Registration" => "Εγγραφή", +"Default group that all registered users belong" => "Προεπιλεγμένη ομάδα όπου ανήκουν όλοι οι εγγεγραμμένοι χρήστες", +"None" => "Τίποτα", +"Allowed mail address domains for registration" => "Επιτρεπόμενα email domains για εγγραφή", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Εισάγετε μια λίστα επιτρεπόμενων τομέων, διαχωρισμένη με ερωτηματικά. Παράδειγμα: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Η εγγραφή επιτρέπεται μόνο για τους ακόλουθους τομείς:", +"To create a new account on %s, just click the following link:" => "Για να δημιουργήσετε έναν νέο λογαριασμό στο %s, πατήστε στον παρακάτω σύνδεσμο:", +"Welcome, you can create your account below." => "Καλωσήρθατε, μπορείτε να δημιουργήσετε το λογαριασμό σας παρακάτω.", +"Username" => "Όνομα χρήστη", +"Password" => "Κωδικός πρόσβασης", +"Create account" => "Δημιουργία λογαριασμού", +"Thank you for registering, you should receive a verification link in a few minutes." => "Σας ευχαριστούμε για την εγγραφή, θα λάβετε σύνδεσμο επιβεβαίωσης σε λίγα λεπτά.", +"Email" => "Ηλ. ταχυδρομείο", +"Request verification link" => "Αίτηση συνδέσμου επιβεβαίωσης", +"Please re-enter a valid email address" => "Παρακαλώ εισάγετε ξανά μια έγκυρη διεύθυνση ηλ. ταχυδρομείου", +"You will receive an email with a verification link" => "Θα λάβετε ένα μήνυμα ηλ. ταχυδρομείου με το σύνδεσμο επιβεβαίωσης" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/en_GB.php b/l10n/en_GB.php new file mode 100644 index 0000000..c2551ff --- /dev/null +++ b/l10n/en_GB.php @@ -0,0 +1,36 @@ + "Register", +"The email address you entered is not valid" => "The email address you entered is not valid", +"A problem occurred sending email, please contact your administrator." => "A problem occurred sending email, please contact your administrator.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "There is already a pending registration with this email, a new verification email has been sent to the address.", +"A user has already taken this email, maybe you already have an account?" => "A user has already taken this email, maybe you already have an account?", +"You can log in now." => "You can log in now.", +"Verification email successfully sent." => "Verification email sent successfully.", +"Invalid verification URL. No registration request with this verification URL is found." => "Invalid verification URL. No registration request with this verification URL is found.", +"Unable to create user, there are problems with the user backend." => "Unable to create user, there are problems with the user backend.", +"Unable to set user email: " => "Unable to set user email: ", +"Failed to delete pending registration request" => "Failed to delete pending registration request", +"Your account has been successfully created, you can log in now." => "Your account has been successfully created, you can log in now.", +"Verify your %s registration request" => "Verify your %s registration request", +"A new user \"%s\" has created an account on %s" => "A new user \"%s\" has created an account on %s", +"Saved" => "Saved", +"No such group" => "No such group", +"Registration" => "Registration", +"Default group that all registered users belong" => "Default group that all registered users belong", +"None" => "None", +"Allowed mail address domains for registration" => "Allowed mail address domains for registration", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Registration is only allowed for the following domains:", +"To create a new account on %s, just click the following link:" => "To create a new account on %s, just click the following link:", +"Welcome, you can create your account below." => "Welcome, you can create your account below.", +"Username" => "Username", +"Password" => "Password", +"Create account" => "Create account", +"Thank you for registering, you should receive a verification link in a few minutes." => "Thank you for registering, you should receive a verification link in a few minutes.", +"Email" => "Email", +"Request verification link" => "Request verification link", +"Please re-enter a valid email address" => "Please re-enter a valid email address", +"You will receive an email with a verification link" => "You will receive an email with a verification link" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/es.php b/l10n/es.php new file mode 100644 index 0000000..e40d5e1 --- /dev/null +++ b/l10n/es.php @@ -0,0 +1,36 @@ + "Registro", +"The email address you entered is not valid" => "La dirección de correo electrónico que ingresó no es válida", +"A problem occurred sending email, please contact your administrator." => "Ocurrió un problema al enviar el mensaje de correo electrónico. Contacte a su administrador.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Ya hay un registro pendiente para este correo. Acaba de enviarse un nuevo mensaje de verificación.", +"A user has already taken this email, maybe you already have an account?" => "Un usuario ya ha utilizado este correo electrónico, ¿sabe si usted ya tiene una cuenta?", +"You can log in now." => "Puede iniciar sesión ahora.", +"Verification email successfully sent." => "Mensaje de verificación enviado con éxito.", +"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.", +"Unable to create user, there are problems with the user backend." => "No es posible crear el usuario; hay problemas con el backend.", +"Unable to set user email: " => "No se puede establecer correo electrónico del usuario:", +"Failed to delete pending registration request" => "Fallo al eliminar la petición de registro pendiente", +"Your account has been successfully created, you can log in now." => "Su cuenta ha sido creada con éxito, puede iniciar sesión ahora.", +"Verify your %s registration request" => "Verifique su solicitud de registro %s", +"A new user \"%s\" has created an account on %s" => "Un nuevo usuario \"%s\" ha creado una cuenta en %s", +"Saved" => "Guardado", +"No such group" => "No existe tal grupo", +"Registration" => "Registro", +"Default group that all registered users belong" => "Grupo predeterminado al cual pertenecen todos los usuarios registrados", +"None" => "Ninguno", +"Allowed mail address domains for registration" => "Dirección de e-mail permitido para el registro", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Escribe una lista de dominios permitidos separados por punto y coma. Ejemplo: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "El registro sólo está permitido para los siguientes dominios:", +"To create a new account on %s, just click the following link:" => "Para crear una nueva cuenta en %s, hacer clic en el siguiente enlace:", +"Welcome, you can create your account below." => "Bienvenido, puede crear una cuenta más abajo.", +"Username" => "Nombre de usuario", +"Password" => "Contraseña", +"Create account" => "Crear cuenta", +"Thank you for registering, you should receive a verification link in a few minutes." => "Gracias por registrarse; recibirá un enlace de verificación en unos minutos.", +"Email" => "Correo electrónico", +"Request verification link" => "Solicitar enlace de verificación", +"Please re-enter a valid email address" => "Vuelva a ingresar una dirección de correo electrónico válida", +"You will receive an email with a verification link" => "Recibirá un email con un enlace de verificación" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/es_MX.php b/l10n/es_MX.php new file mode 100644 index 0000000..f906cf7 --- /dev/null +++ b/l10n/es_MX.php @@ -0,0 +1,36 @@ + "Registrarte", +"The email address you entered is not valid" => "El correo que ingresaste no es válido", +"A problem occurred sending email, please contact your administrator." => "Ocurrió un problema al mandar correos electrónicos, por favor contacta a tu administrador.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Ya existe un registro pendiente con este correo electrónico, un nuevo correo de verificación ha sido enviado a esta dirección.", +"A user has already taken this email, maybe you already have an account?" => "Un usuario ya ha tomado este correo electrónico, ¿tal vez ya tienes una cuenta?", +"You can log in now." => "Puedes iniciar sesión ahora.", +"Verification email successfully sent." => "Correo de verificación enviado exitosamente.", +"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificación inválido. No se encontró ninguna solicitud de registro con este URL de verificación.", +"Unable to create user, there are problems with the user backend." => "No se pudo crear el usuario, hay problemas con el backend de usuario.", +"Unable to set user email: " => "No fue posible establecer el correo del usuario:", +"Failed to delete pending registration request" => "Error al eliminar la solicitud de registro pendiente", +"Your account has been successfully created, you can log in now." => "Tu cuenta ha sido creada exitosamente, puedes iniciar sesión ahora.", +"Verify your %s registration request" => "Verificar tu solicitud de registro %s", +"A new user \"%s\" has created an account on %s" => "Un nuevo usuario \"%s\" ha creado una cuenta en %s", +"Saved" => "Guardado", +"No such group" => "No existe tal grupo", +"Registration" => "Registro", +"Default group that all registered users belong" => "Grupo predeterminado que pertenece a todos los grupos registrados", +"None" => "Ninguno", +"Allowed mail address domains for registration" => "Dominios permitidos para el registro de correos electrónicos", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Introduce una lista de dominios permitidos separados por punto y coma. Ejemplo: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "El registro sólo está permitido para los siguientes dominios:", +"To create a new account on %s, just click the following link:" => "Para crear una nueva cuenta en %s, simplemente haga clic en el siguiente enlace:", +"Welcome, you can create your account below." => "Bienvenido, a continuación puedes crear tu cuenta.", +"Username" => "Nombre de usuario", +"Password" => "Contraseña", +"Create account" => "Crear cuenta", +"Thank you for registering, you should receive a verification link in a few minutes." => "Gracias por registrarte, en pocos minutos recibiras un link de confirmación.", +"Email" => "E-mail", +"Request verification link" => "Enlace a la solicitud de verificación", +"Please re-enter a valid email address" => "Por favor, ingresa un correo válido nuevamente", +"You will receive an email with a verification link" => "Recibirás un correo con un enlace de verificación" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/et_EE.php b/l10n/et_EE.php new file mode 100644 index 0000000..8d918a4 --- /dev/null +++ b/l10n/et_EE.php @@ -0,0 +1,36 @@ + "Registreeru", +"The email address you entered is not valid" => "Sinu poolt sisestatud e-posti aadress pole korrektne", +"A problem occurred sending email, please contact your administrator." => "Kirja saatmisel tekkis tõrge. Palun võta ühendust oma administraatoriga.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Selle e-posti aadressiga on registreerumine juba ootel ja sellele e-posti aadressile saadeti uus kinnituskiri.", +"A user has already taken this email, maybe you already have an account?" => "Keegi juba kasutab seda e-posti aadressi. Võib-olla sul juba on konto?", +"You can log in now." => "Sa võid nüüd sisse logida.", +"Verification email successfully sent." => "Kinnituskiri on saadetud.", +"Invalid verification URL. No registration request with this verification URL is found." => "Vigane kinnituse URL. Selle kinnitus URL-iga registreerimise päringut ei leitud.", +"Unable to create user, there are problems with the user backend." => "Kasutaja loomine ebaõnnestus. Kasutajate adminiliidesega on probleeme.", +"Unable to set user email: " => "Kasutaja e-posti määramine ebaõnnestus:", +"Failed to delete pending registration request" => "Ootel oleva registreeringutaotluse kustutamine ebaõnnestus", +"Your account has been successfully created, you can log in now." => "Sinu konto on loodud, sa võid kohe sisse logida.", +"Verify your %s registration request" => "Kinnita oma %s registreerumise soov", +"A new user \"%s\" has created an account on %s" => "Uus kasutaja \"%s\" lõi konto saidil %s", +"Saved" => "Salvestatud", +"No such group" => "Sellist gruppi pole", +"Registration" => "Registreerumine", +"Default group that all registered users belong" => "Vaikimisi grupp, kuhu kõik uued registreerunud kasutajad vaikimisi pannakse", +"None" => "Pole", +"Allowed mail address domains for registration" => "E-posti aadressides domeenid, millelt on lubatud registreeruda", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Sisesta semikoolonitega eraldatud nimekiri lubatud domeenidest. Näiteks: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Registreerumine on lubatud ainult järgnevatelt domeenidelt:", +"To create a new account on %s, just click the following link:" => "Uue konto loomiseks saidil %s kliki lihtsalt järgnevat linki:", +"Welcome, you can create your account below." => "Teretulemast, sa võid konto luua allpool.", +"Username" => "Kasutajanimi", +"Password" => "Parool", +"Create account" => "Loo konto", +"Thank you for registering, you should receive a verification link in a few minutes." => "Täname, et registreerusid. Sa peaksid mõne minuti pärast saama kinnituslingi.", +"Email" => "E-post", +"Request verification link" => "Küsi kinnituslinki", +"Please re-enter a valid email address" => "Palun sisesta e-posti aadress uuesti", +"You will receive an email with a verification link" => "Sulle saadetakse e-post kinnituslingiga" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/fi_FI.php b/l10n/fi_FI.php new file mode 100644 index 0000000..c83f9e8 --- /dev/null +++ b/l10n/fi_FI.php @@ -0,0 +1,36 @@ + "Rekisteröidy", +"The email address you entered is not valid" => "Antamasi sähköpostiosoite ei ole kelvollinen", +"A problem occurred sending email, please contact your administrator." => "Sähköpostia lähettäessä tapahtui virhe. Ole yhteydessä ylläpitoon.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Tällä sähköpostiosoitteella on jo olemassa oleva rekisteröintipyyntö. Uusi vahvistusviesti on lähetetty sähköpostitse.", +"A user has already taken this email, maybe you already have an account?" => "Tämä sähköpostiosoite on jo jonkun käyttäjän käytössä. Oletko varma, ettei sinulla ole jo tunnusta tähän ownCloudiin?", +"You can log in now." => "Voit kirjautua sisään nyt.", +"Verification email successfully sent." => "Vahvistussähköposti lähetettiin onnistuneesti.", +"Invalid verification URL. No registration request with this verification URL is found." => "Virheellinen vahvistuksen verkko-osoite. Kyseisellä osoitteella ei löytynyt rekisteröintipyyntöä.", +"Unable to create user, there are problems with the user backend." => "Käyttäjän luominen ei onnistu. Ongelmia käyttäjätaustaosan kanssa.", +"Unable to set user email: " => "Käyttäjän sähköpostin asettaminen epäonnistui:", +"Failed to delete pending registration request" => "Odottavan rekisteröintipyynnön poistaminen epäonnistui", +"Your account has been successfully created, you can log in now." => "Tilisi on luotu onnistuneesti. Voit kirjautua sisään nyt.", +"Verify your %s registration request" => "Vahvista %s-rekisteröitymispyyntösi", +"A new user \"%s\" has created an account on %s" => "Uusi käyttäjä \"%s\" on luonut tilin kohteessa %s", +"Saved" => "Tallennettu", +"No such group" => "Ei kyseistä ryhmää", +"Registration" => "Rekisteröityminen", +"Default group that all registered users belong" => "Oletusryhmä, johon kaikki rekisteröityneet käyttäjät kuuluvat", +"None" => "Ei mitään", +"Allowed mail address domains for registration" => "Rekisteröintiin sallittujen sähköpostiosoitteiden verkkotunnukset", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Kirjoita puolipistein eroteltu lista sallituista verkkotunnuksista. Esimerkki: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Rekisteröinti on sallittu vain seuraavista verkkotunnuksista:", +"To create a new account on %s, just click the following link:" => "Luo uusi %s-tili napsauttamalla seuraavaa linkkiä:", +"Welcome, you can create your account below." => "Tervetuloa, voit luoda tilisi alta.", +"Username" => "Käyttäjätunnus", +"Password" => "Salasana", +"Create account" => "Luo tili", +"Thank you for registering, you should receive a verification link in a few minutes." => "Kiitos rekisteröinnistä, saat vahvistuslinkin muutaman minuutin kuluessa.", +"Email" => "Sähköpostiosoite", +"Request verification link" => "Pyydä vahvistuslinkkiä", +"Please re-enter a valid email address" => "Anna uudelleen kelvollinen sähköpostiosoite", +"You will receive an email with a verification link" => "Saat viestin sähköpostitse, joka sisältää vahvistuslinkin" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/fr.php b/l10n/fr.php new file mode 100644 index 0000000..87c8928 --- /dev/null +++ b/l10n/fr.php @@ -0,0 +1,36 @@ + "S'enregistrer", +"The email address you entered is not valid" => "L'adresse de courriel saisie n'est pas valable", +"A problem occurred sending email, please contact your administrator." => "Une erreur est survenue lors de l'envoi de l'e-mail. Veuillez contacter votre administrateur.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Il y a déjà une inscription en attente avec cette adresse de courriel. Un nouveau message de confirmation a été envoyé à l'adresse indiquée.", +"A user has already taken this email, maybe you already have an account?" => "Un utilisateur utilise déjà cette adresse de courriel. Peut-être avez-vous déjà un compte ?", +"You can log in now." => "Vous pouvez maintenant vous connecter.", +"Verification email successfully sent." => "Courriel de vérification envoyé avec succès.", +"Invalid verification URL. No registration request with this verification URL is found." => "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.", +"Unable to create user, there are problems with the user backend." => "Impossible de créer l'utilisateur, il y a des problèmes avec l'infrastructure utilisateur", +"Unable to set user email: " => "Impossible de définir l'email utilisateur :", +"Failed to delete pending registration request" => "Erreur lors de la suppression de la demande d'enregistrement en attente", +"Your account has been successfully created, you can log in now." => "Votre compte a bien été créé, vous pouvez maintenant vous connecter.", +"Verify your %s registration request" => "Effectuez la vérification de votre demande d'inscription %s", +"A new user \"%s\" has created an account on %s" => "Un nouvel utilisateur \"%s\" a créé un compte sur %s", +"Saved" => "Sauvegardé", +"No such group" => "Aucun groupe correspondant", +"Registration" => "Inscription", +"Default group that all registered users belong" => "Groupe par défaut auquel appartiennent tous les utilisateurs", +"None" => "Aucun", +"Allowed mail address domains for registration" => "Domaines d'adresse mail autorisés pour l'inscription", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Saisissez une liste de domaines autorisés séparés d'un point-virgule. Exemple: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Les inscriptions ne sont autorisées que sur les domaines suivants :", +"To create a new account on %s, just click the following link:" => "Pour créer un compte sur %s, cliquez sur le lien suivant :", +"Welcome, you can create your account below." => "Bienvenue, vous pouvez créer votre compte ci-dessous.", +"Username" => "Nom d'utilisateur", +"Password" => "Mot de passe", +"Create account" => "Créer un compte", +"Thank you for registering, you should receive a verification link in a few minutes." => "Merci pour votre inscription, vous allez recevoir un lien de vérification par courriel dans quelques instants.", +"Email" => "Adresse courriel", +"Request verification link" => "Demander un lien de vérification.", +"Please re-enter a valid email address" => "Veuillez indiquer une adresse courriel valide", +"You will receive an email with a verification link" => "Vous allez recevoir un courriel avec un lien de vérification" +); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/l10n/he.php b/l10n/he.php new file mode 100644 index 0000000..5583dbd --- /dev/null +++ b/l10n/he.php @@ -0,0 +1,36 @@ + "רישום", +"The email address you entered is not valid" => "כתובת הדואר האלקטרוני שהכנסת אינה תקינה", +"A problem occurred sending email, please contact your administrator." => "בעיה אירעה בשליחת הדואר האלקטרוני, יש לפנות לאדמיניסטרטור שלך.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "כבר קיים רישום תלוי לכתובת הדואר האלקטרוני הזו, הודעת אימות חדשה נשלחה לכתובת.", +"A user has already taken this email, maybe you already have an account?" => "משתמש כבר לקח את כתובת הדואר האלקטרוני הזו, אולי כבר יש לך חשבון?", +"You can log in now." => "ניתן להתחבר עכשיו.", +"Verification email successfully sent." => "הודעת דואר אלקטרוני לאימות נשלחה בהצלחה.", +"Invalid verification URL. No registration request with this verification URL is found." => "כתובת אינטרנט לאימות שגוייה. לא נמצאה בקשת רישום המשוייכת לאימות זה.", +"Unable to create user, there are problems with the user backend." => "לא ניתן ליצור משתמש, קיימות בעיות עם הצד האחורי העוסק במשתמשים.", +"Unable to set user email: " => "לא ניתן לקבוע את כתובת הדואר האלקטרוני של המשתמש:", +"Failed to delete pending registration request" => "כשלון במחיקת בקשת רישום תלוייה.", +"Your account has been successfully created, you can log in now." => "החשבון שלך נוצר בהצלחה, ניתן להתחבר עכשיו.", +"Verify your %s registration request" => "אימות %s בקשת רישום", +"A new user \"%s\" has created an account on %s" => "משתמש חדש \"%s\" יצר חשבון ב- %s", +"Saved" => "נשמר", +"No such group" => "אין קבוצה כזו", +"Registration" => "רישום", +"Default group that all registered users belong" => "קבוצת ברירת מחדש שכל משתמש רשום משוייך", +"None" => "כלום", +"Allowed mail address domains for registration" => "תחומים domains עבור כתובת דואר אלקטרוני מאושרים לרישום", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "יש להכניס רשימת תחומים domains מורשים מופרדים עם נקודה פסיק. לדוגמא: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "רישום מותר רק לתחומים domains אלו:", +"To create a new account on %s, just click the following link:" => "ליצירת חשבון חדש ב- %s, יש ללחוץ על קישור זה:", +"Welcome, you can create your account below." => "בורכים הבאים, ניתן ליצור חשבון למטה.", +"Username" => "שם משתמש", +"Password" => "סיסמא", +"Create account" => "יצירת חשבון", +"Thank you for registering, you should receive a verification link in a few minutes." => "תודה על ההרשמה, עוד מספר דקות ישלח אליך קישור אימות.", +"Email" => "דואר אלקטרוני", +"Request verification link" => "קישור אימות לבקשת רישום", +"Please re-enter a valid email address" => "יש להכניס מחדש כתובת דואר אלקטרוני חוקית", +"You will receive an email with a verification link" => "ישלח אליך דואר אלקטרוני עם קישור אימות" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/hu_HU.php b/l10n/hu_HU.php new file mode 100644 index 0000000..4bccc6f --- /dev/null +++ b/l10n/hu_HU.php @@ -0,0 +1,30 @@ + "Regisztráló", +"A problem occurred sending email, please contact your administrator." => "Hiba történt a levél küldése közben, kérjük vedd fel a kapcsolatot a rendszergazdával!", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Már van függőben egy regisztráció ezzel az e-mail címmel, egy új hitelesítő levelet küldtünk ki az e-mail címre.", +"A user has already taken this email, maybe you already have an account?" => "Egy felhasználó már regisztrált ezzel az e-mail címmel, talán már van fiókja?", +"You can log in now." => "Most már bejelentkezhetsz itt.", +"Verification email successfully sent." => "Az ellenőrző email sikeresen el lett küldve.", +"Invalid verification URL. No registration request with this verification URL is found." => "Érvénytelen ellenőrző webcím. Ehhez az ellenőrző webcímhez nem tartozik regisztráció.", +"Unable to set user email: " => "Hiba történt az e-mail beállítás közben:", +"Failed to delete pending registration request" => "Hiba történt a függőben lévő regisztráció kérelem törlésekor.", +"Your account has been successfully created, you can log in now." => "A fiókod sikeresen elkészült, most már bejelentkezhetsz itt.", +"Verify your %s registration request" => "Hitelesítsd a(z) %s regisztráció kérelmed", +"A new user \"%s\" has created an account on %s" => "%s felhasználó létrehozva %s fiókkal.", +"Saved" => "Elmentve!", +"No such group" => "Nem létező csoport", +"Registration" => "Regisztráció", +"Default group that all registered users belong" => "Alapértelmezett csoport a regisztrált felhasználóknak", +"None" => "Egyik sem", +"Allowed mail address domains for registration" => "Engedélyezett e-mail cím domainok a regisztrációhoz", +"To create a new account on %s, just click the following link:" => "%s helyen új fiók létrehozásához, csak kattints a következő hivatkozásra:", +"Welcome, you can create your account below." => "Üdv, most már létrehozhatod a fiókod alább.", +"Username" => "Felhasználónév", +"Password" => "Jelszó", +"Create account" => "Fiók létrehozása", +"Email" => "E-mail", +"Request verification link" => "Ellenőrző hivatkozás kérése", +"Please re-enter a valid email address" => "Email cím újra" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/id.php b/l10n/id.php new file mode 100644 index 0000000..2b83d91 --- /dev/null +++ b/l10n/id.php @@ -0,0 +1,30 @@ + "Daftar", +"A problem occurred sending email, please contact your administrator." => "Ada masalah saat mengirim email, silakan hubungi administrator Anda.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Sudah ada pendaftaran yang tertunda dengan email ini, sebuah verifikasi email telah dikirim ke alamat tersebut.", +"A user has already taken this email, maybe you already have an account?" => "Seorang pengguna sudah menggunakan email ini, mungkinkah Anda sudah mempunyai akun?", +"You can log in now." => "Anda dapat masuk sekarang.", +"Verification email successfully sent." => "Email verifikasi berhasil dikirim", +"Invalid verification URL. No registration request with this verification URL is found." => "URL verifikasi tidak sah. Tidak ada permintaan pendaftaran dengan URL verifikasi ini yang ditemukan.", +"Unable to set user email: " => "Tidak dapat mengatur email pengguna:", +"Failed to delete pending registration request" => "Gagal menghapus permintaan penundaan pendaftaran", +"Your account has been successfully created, you can log in now." => "Akun Anda telah berhasil dibuat, Anda dapat masuk sekarang.", +"Verify your %s registration request" => "Verifikasi permintaan pendaftaran %s Anda", +"A new user \"%s\" has created an account on %s" => "Pengguna baru \"%s\" telah membuat sebuah akun di %s", +"Saved" => "Disimpan", +"No such group" => "Tidak ada grup", +"Registration" => "Pendaftaran", +"Default group that all registered users belong" => "Grup baku bagi semua pengguna terdaftar", +"None" => "Tidak ada", +"Allowed mail address domains for registration" => "Alamat domain email yang diizinkan untuk pendaftaran", +"To create a new account on %s, just click the following link:" => "Untuk membuat sebuah akun baru pada %s, cukup klik tautan berikut:", +"Welcome, you can create your account below." => "Selamat datang, Anda dapat membuat akun Anda dibawah.", +"Username" => "Nama Pengguna", +"Password" => "Sandi", +"Create account" => "Buat akun", +"Email" => "Email", +"Request verification link" => "Minta tautan verifikasi", +"Please re-enter a valid email address" => "Mohon masukkan ulang alamat email yang sah" +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/l10n/is.php b/l10n/is.php new file mode 100644 index 0000000..7ada28b --- /dev/null +++ b/l10n/is.php @@ -0,0 +1,36 @@ + "Nýskráning", +"The email address you entered is not valid" => "Vistfangið sem þú slóst inn er ekki gilt", +"A problem occurred sending email, please contact your administrator." => "Vandamál kom upp við að senda tölvupóst, hafðu samband við kerfisstjóra.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Þegar er í vinnslu skráningarbeiðni á þetta netfang, nýr tölvupóstur hefur verið sendur á þetta netfang.", +"A user has already taken this email, maybe you already have an account?" => "Nú þegar með notandi með þetta tölvupóstfang, er hugsanlegt að þú hafir þegar skráð þig?", +"You can log in now." => "Þú getur skráð þig inn núna.", +"Verification email successfully sent." => "Sending tölvupósts með staðfestingartengli tókst.", +"Invalid verification URL. No registration request with this verification URL is found." => "Ógild slóð á staðfestingartengil. Engin skráningarbeiðni með þessari slóð fannst.", +"Unable to create user, there are problems with the user backend." => "Gat ekki búið til notanda, það eru vandamál með bakenda notandans.", +"Unable to set user email: " => "Get ekki sett tölvupóstfang notanda: ", +"Failed to delete pending registration request" => "Gat ekki eytt skráningarbeiðninni sem er í vinnslu", +"Your account has been successfully created, you can log in now." => "Aðgangurinn þinn hefur verið búinn til, þú getur núna skráð þig inn.", +"Verify your %s registration request" => "Sannreyndu skráningarbeiðni þína á %s", +"A new user \"%s\" has created an account on %s" => "Nýr notandi \"%s\" hefur verið búinn til á %s", +"Saved" => "Vistað", +"No such group" => "Enginn slíkur hópur", +"Registration" => "Skráning", +"Default group that all registered users belong" => "Sjálfgefinn hópur sem allir skráðir notendur tilheyra", +"None" => "Ekkert", +"Allowed mail address domains for registration" => "Tölvupóstlén sem leyfist skráning", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Settu inn lista með leyfðum tölvupóstlénum, aðskilið með semikommu. Dæmi: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Nýskráningar eru aðeins leyfðar frá eftirfarandi lénum:", +"To create a new account on %s, just click the following link:" => "Til að búa til notandaaðgang á %s, smelltu á eftirfarandi tengil:", +"Welcome, you can create your account below." => "Velkomin/n þú getur búið til aðgang fyrir þig hér fyrir neðan.", +"Username" => "Notandanafn", +"Password" => "Lykilorð", +"Create account" => "Stofna aðgang", +"Thank you for registering, you should receive a verification link in a few minutes." => "Takk fyrir að skrá þig, þú ættir að fá sendan staðfestingartengil innan nokkurra mínútna.", +"Email" => "Netfang", +"Request verification link" => "Biðja um staðfestingartengil", +"Please re-enter a valid email address" => "Settu aftur inn gilt tölvupóstfang", +"You will receive an email with a verification link" => "Þú munt fá sendan tölvupóst með staðfestingartengli" +); +$PLURAL_FORMS = "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"; diff --git a/l10n/it.php b/l10n/it.php new file mode 100644 index 0000000..e0a3b78 --- /dev/null +++ b/l10n/it.php @@ -0,0 +1,36 @@ + "Registrati", +"The email address you entered is not valid" => "L'indirizzo email digitato non è valido", +"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 log in now." => "Ora puoi accedere.", +"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 create user, there are problems with the user backend." => "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.", +"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 log in now." => "Il tuo account è stato creato correttamente, ora puoi effettuare l'accesso.", +"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", +"Saved" => "Salvato", +"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", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Digita un elenco separato da punti e virgole con i domini consentiti. Esempio: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "La registrazione è consentita solo per i seguenti domini:", +"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", +"Thank you for registering, you should receive a verification link in a few minutes." => "Grazie per esserti registrato, riceverai un collegamento di verifica nel giro di pochi minuti.", +"Email" => "Posta elettronica", +"Request verification link" => "Richiedi collegamento di verifica", +"Please re-enter a valid email address" => "Digita nuovamente un indirizzo email valido", +"You will receive an email with a verification link" => "Riceverai un'email con un collegamento di verifica" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/ja.php b/l10n/ja.php new file mode 100644 index 0000000..64ba3b9 --- /dev/null +++ b/l10n/ja.php @@ -0,0 +1,36 @@ + "登録", +"The email address you entered is not valid" => "入力されたメールアドレスが正しくありません", +"A problem occurred sending email, please contact your administrator." => "メール送信時にエラーが発生しました。管理者に連絡してください。", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "このメールアドレスでの登録申請がすでに存在します,新しい確認メールをアドレスに送信しました。", +"A user has already taken this email, maybe you already have an account?" => "このメールアドレスはすでに使われています。もしかして、すでにアカウントを持っていますか?", +"You can log in now." => "今すぐログイン できます。", +"Verification email successfully sent." => "確認メールを送信しました。", +"Invalid verification URL. No registration request with this verification URL is found." => "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。", +"Unable to create user, there are problems with the user backend." => "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。", +"Unable to set user email: " => "ユーザーメールを設定できません:", +"Failed to delete pending registration request" => "保留中の登録リクエストの削除に失敗しました", +"Your account has been successfully created, you can log in now." => "アカウントは無事作成されました。 こちらのリンクからログインしてください。", +"Verify your %s registration request" => "%s の登録リクエストを確認してください", +"A new user \"%s\" has created an account on %s" => "新しいユーザー \"%s\" を アカウント名 \"%s\" として作成しました", +"Saved" => "保存されました", +"No such group" => "そのようなグループはありません", +"Registration" => "登録", +"Default group that all registered users belong" => "すべての登録ユーザーが属しているデフォルトのグループ", +"None" => "なし", +"Allowed mail address domains for registration" => "登録が許可されたメールアドレスドメイン", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "許可するドメインのリストをセミコロン区切りで入力してください。例:owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "次のドメインのみ登録可能です:", +"To create a new account on %s, just click the following link:" => " %s に新しいアカウントを作成する場合、以下のリンクをクリックしてください: ", +"Welcome, you can create your account below." => "ようこそ、以下から新しくアカウントを作成できます。", +"Username" => "ユーザーID", +"Password" => "パスワード", +"Create account" => "アカウントを作成", +"Thank you for registering, you should receive a verification link in a few minutes." => "ご登録ありがとうございました。数分以内に確認URLをお送りします。", +"Email" => "メール", +"Request verification link" => "確認URLリンクをリクエスト", +"Please re-enter a valid email address" => "有効なメールアドレスを再度入力してください。", +"You will receive an email with a verification link" => "確認URLの入ったメールをお送り致します。" +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/l10n/ko.php b/l10n/ko.php new file mode 100644 index 0000000..64831ca --- /dev/null +++ b/l10n/ko.php @@ -0,0 +1,36 @@ + "등록", +"The email address you entered is not valid" => "입력한 이메일 주소가 올바르지 않습니다", +"A problem occurred sending email, please contact your administrator." => "이메일을 보내는 중 문제가 발생했습니다. 시스템 관리자에게 연락하십시오.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "같은 이메일에서 온 등록 요청이 이미 있어서 새 확인 메일을 보냈습니다.", +"A user has already taken this email, maybe you already have an account?" => "누군가가 이미 이 메일 주소를 선점했습니다. 계정이 있을 수도 있습니다.", +"You can log in now." => "지금 로그인할 수 있습니다.", +"Verification email successfully sent." => "확인 이메일을 보냈습니다.", +"Invalid verification URL. No registration request with this verification URL is found." => "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.", +"Unable to create user, there are problems with the user backend." => "사용자를 만들 수 없습니다. 사용자 백엔드에 문제가 있습니다.", +"Unable to set user email: " => "사용자 이메일을 설정할 수 없음: ", +"Failed to delete pending registration request" => "대기 중인 등록 요청을 삭제할 수 없음", +"Your account has been successfully created, you can log in now." => "회원 가입이 완료되었으며 로그인할 수 있습니다.", +"Verify your %s registration request" => "%s의 가입 요청을 승인해주세요", +"A new user \"%s\" has created an account on %s" => "새로운 사용자 \"%s\"이(가) %s에 생성되었습니다.", +"Saved" => "저장됨", +"No such group" => "그룹이 존재하지 않음", +"Registration" => "등록", +"Default group that all registered users belong" => "모든 등록 사용자가 속한 기본 그룹", +"None" => "없음", +"Allowed mail address domains for registration" => "메일주소로 가입이 허용됨", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "허용하는 도메인 목록을 반점(;)으로 구분하여 입력하십시오. 예: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "다음 도메인에서만 등록할 수 있습니다:", +"To create a new account on %s, just click the following link:" => "%s에 새로운 계정을 만드시려면, 다음 링크를 클릭하세요:", +"Welcome, you can create your account below." => "안녕하세요, 아래에서 회원 가입할 수 있습니다.", +"Username" => "사용자 이름", +"Password" => "암호", +"Create account" => "계정 만들기", +"Thank you for registering, you should receive a verification link in a few minutes." => "등록해 주셔서 감사합니다. 잠시 후 확인 링크를 받을 것입니다.", +"Email" => "이메일", +"Request verification link" => "확인 링크 요청", +"Please re-enter a valid email address" => "올바른 이메일 주소를 다시 입력해 주십시오", +"You will receive an email with a verification link" => "확인 링크가 포함된 이메일을 보냈습니다" +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php new file mode 100644 index 0000000..77c9c4d --- /dev/null +++ b/l10n/nb_NO.php @@ -0,0 +1,36 @@ + "Registrer", +"The email address you entered is not valid" => "E-postadressen som du la enn er ikke gyldig", +"A problem occurred sending email, please contact your administrator." => "Et problem oppstod ved sending av mailen. Kontakt administratoren.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Det finnes allerede en uavklart registrering med denne e-postadressen. En ny verifiserings-epost er blitt sendt til adressen.", +"A user has already taken this email, maybe you already have an account?" => "En bruker har allerede valgt denne mail-adressen. Kanskje du har en konto allerede?", +"You can log in now." => "Du kan logge inn nå.", +"Verification email successfully sent." => "Verifiserings-epost sendt.", +"Invalid verification URL. No registration request with this verification URL is found." => "Ugyldig URL for verifisering. Ingen registreringsforespørsel ble funnet med denne URL", +"Unable to create user, there are problems with the user backend." => "Kan ikke opprette bruker; det er problemer med bruker-serveren.", +"Unable to set user email: " => "Kan ikke sette brukerens e-post:", +"Failed to delete pending registration request" => "Klarte ikke å slette utestående registreringsforespørsel", +"Your account has been successfully created, you can log in now." => "Kontoen din er blitt opprettet. Du kan logge inn nå.", +"Verify your %s registration request" => "Verifiser din forespørsel om %s-registrering", +"A new user \"%s\" has created an account on %s" => "En ny bruker \"%s\" har opprettet en konto på %s", +"Saved" => "Lagret", +"No such group" => "Ingen slik gruppe", +"Registration" => "Registrering", +"Default group that all registered users belong" => "Standard gruppe som alle registrerte brukere er med i", +"None" => "Ingen", +"Allowed mail address domains for registration" => "Tillatte epost-domener for registrering", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Legg inn en semikolon-separert liste av tillatte domener. Eksempel: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Registrering er tillatt kun for følgende domener:", +"To create a new account on %s, just click the following link:" => "For å opprette en ny konto på %s, klikk på denne lenken:", +"Welcome, you can create your account below." => "Velkommen, du kan opprette kontoen din nedenfor.", +"Username" => "Brukernavn", +"Password" => "Passord", +"Create account" => "Opprett konto", +"Thank you for registering, you should receive a verification link in a few minutes." => "Takk for at du registrerte deg. Du vil motta en verifiseringslenke om noen minutter.", +"Email" => "Epost", +"Request verification link" => "Be om verifiseringslenke", +"Please re-enter a valid email address" => "Vennligst angi en gyldig e-postadresse", +"You will receive an email with a verification link" => "Du vil motta en e-post med verifiseringslenke" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/nl.php b/l10n/nl.php new file mode 100644 index 0000000..c5ab886 --- /dev/null +++ b/l10n/nl.php @@ -0,0 +1,36 @@ + "Registreren", +"The email address you entered is not valid" => "Het e-mailadres dat u heeft ingevuld is niet geldig", +"A problem occurred sending email, please contact your administrator." => "Er ontstond een probleem bij het versturen van het e-mailbericht, neem contact op met uw beheerder.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Er is al een registratie met dit e-mailadres in behandeling, er is nu een nieuwe verificatie e-mail naar dit adres gestuurd.", +"A user has already taken this email, maybe you already have an account?" => "Een gebruiker heeft dit e-mailadres al, misschien hebt u al een account?", +"You can log in now." => "U kunt nu inloggen.", +"Verification email successfully sent." => "Verificatie e-mailbericht succesvol verstuurd.", +"Invalid verification URL. No registration request with this verification URL is found." => "Ongeldige verificatie URL. Er is geen aanvraag voor registratie met deze URL gevonden.", +"Unable to create user, there are problems with the user backend." => "Kan gebruikersaccount niet creëren, er zijn problemen met gebruiker's backend.", +"Unable to set user email: " => "Kan e-mailadres van gebruiker niet instellen:", +"Failed to delete pending registration request" => "Verwijderen van de lopende registratieaanvraag is niet gelukt ", +"Your account has been successfully created, you can log in now." => "Er is met succes een account voor u gemaakt, u kunt nu inloggen.", +"Verify your %s registration request" => "Controleer uw %s registratie verzoek", +"A new user \"%s\" has created an account on %s" => "Een nieuwe gebruiker \"%s\" heeft een account gecreëerd op %s", +"Saved" => "Bewaard", +"No such group" => "Niet zo'n groep", +"Registration" => "Registratie", +"Default group that all registered users belong" => "Standaardgroep voor alle geregistreerde gebruikers", +"None" => "Geen", +"Allowed mail address domains for registration" => "Toegestane e-maildomeinen voor registratie", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Voer een een door punt-comma's gesplitste lijst met toegestane domeinen in. Voorbeeld: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Registratie kan alleen voor de volgende domeinen:", +"To create a new account on %s, just click the following link:" => "Klik op de volgende link om een nieuw account op %s te maken:", +"Welcome, you can create your account below." => "Welkom, u kunt hieronder uw account aanmaken.", +"Username" => "Gebruikersnaam", +"Password" => "Wachtwoord", +"Create account" => "Maak account aan", +"Thank you for registering, you should receive a verification link in a few minutes." => "Dank voor uw registratie. U zou binnen een paar minuten een verificatie-link moeten ontvangen.", +"Email" => "E-mailadres", +"Request verification link" => "Vraag een verificatie-link aan", +"Please re-enter a valid email address" => "Vul opnieuw een geldig e-mailadres in", +"You will receive an email with a verification link" => "U ontvangt een e-mail met een verificatie-link" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/oc.php b/l10n/oc.php new file mode 100644 index 0000000..246af35 --- /dev/null +++ b/l10n/oc.php @@ -0,0 +1,30 @@ + "S'enregistrar", +"A problem occurred sending email, please contact your administrator." => "Una error s'es produsida almoment del mandadís de l'e-mail. Contactatz vòstre administrator.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "I a ja una inscripcion en espèra amb aquesta adreça de corrièr electronic. Un novèl messatge de confirmacion es estat mandat a l'adreça indicada.", +"A user has already taken this email, maybe you already have an account?" => "Un utilizaire utiliza ja aquesta adreça de corrièr electronic. Benlèu qu'avètz ja un compte ?", +"You can log in now." => "Ara,vos podètz connectar.", +"Verification email successfully sent." => "Corrièl de verificacion mandat amb succès.", +"Invalid verification URL. No registration request with this verification URL is found." => "Ligam de verificacion pas valable. Cap de demanda d'inscripcion correspondenta es pas estada trobada.", +"Unable to set user email: " => "Impossible de definir l'email utilizaire :", +"Failed to delete pending registration request" => "Error al moment de la supression de la demanda d'enregistrament en espèra", +"Your account has been successfully created, you can log in now." => "Vòstre compte es estat creat corrèctament, ara vos podètz connectar.", +"Verify your %s registration request" => "Efectuatz la verificacion de vòstra demanda d'inscripcion %s", +"A new user \"%s\" has created an account on %s" => "Un novèl utilizaire \"%s\" a creat un compte sus %s", +"Saved" => "Enregistrat", +"No such group" => "Pas cap de grop correspondent", +"Registration" => "Inscripcion", +"Default group that all registered users belong" => "Grop per defaut que totes los utilizaires inscriches rejonhon", +"None" => "Pas cap", +"Allowed mail address domains for registration" => "Lista dels domenis autorizats a l'enregistrament", +"To create a new account on %s, just click the following link:" => "Per crear un compte novèl sus %s, clicatz simplament sul ligam seguent :", +"Welcome, you can create your account below." => "Benvenguda, podètz crear vòstre compte çaijós.", +"Username" => "Nom d'utilizaire", +"Password" => "Senhal", +"Create account" => "Crear un compte", +"Email" => "Adreça corrièl", +"Request verification link" => "Ligam de verificacion de la requèsta", +"Please re-enter a valid email address" => "Dintratz una adreça corrièl valida" +); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/l10n/pl.php b/l10n/pl.php new file mode 100644 index 0000000..c5e6a86 --- /dev/null +++ b/l10n/pl.php @@ -0,0 +1,36 @@ + "Rejestracja", +"The email address you entered is not valid" => "Adres email, który wprowadziłeś jest niedostępny.", +"A problem occurred sending email, please contact your administrator." => "Wystąpił problem z wysłaniem e-mail, skontaktuj się z administratorem.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Istnieje już rejestracja w toku z tego adresu email, nowa wiadomość weryfikacyjna została wysłana na ten adres.", +"A user has already taken this email, maybe you already have an account?" => "Ten adres email został użyty, może posiadasz już konto?", +"You can log in now." => "Możesz się teraz zalogować.", +"Verification email successfully sent." => "Pomyślnie wysłano email weryfikacyjny.", +"Invalid verification URL. No registration request with this verification URL is found." => "Nieprawidłowy URL weryfikacji. Nie ma żadnego żądania weryfikacji pod tym URL-em.", +"Unable to create user, there are problems with the user backend." => "Nie można utworzyć użytkownika, wystąpiły problemy z modułem użytkowników.", +"Unable to set user email: " => "Nie można ustawić adresu email użytkownika:", +"Failed to delete pending registration request" => "Nie udało się usunąć żądanego zapytania o rejestrację", +"Your account has been successfully created, you can log in now." => "Twoje konto zostało pomyślnie utworzone, możesz się terazzalogować.", +"Verify your %s registration request" => "Zweryfikuj swoją %s prośbę o rejestrację", +"A new user \"%s\" has created an account on %s" => "Nowy użytkownik \"%s\" stworzył konto na %s", +"Saved" => "Zapisano", +"No such group" => "Nie ma takiej grupy", +"Registration" => "Zarejestruj", +"Default group that all registered users belong" => "Domyślna grupa do której należą wszyscy zarejestrowani użytkownicy", +"None" => "Nic", +"Allowed mail address domains for registration" => "Domeny poczty elektronicznej, z których dozwolona jest rejestracja", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Wprowadź oddzieloną średnikami listę dozwolonych nazw domen. Przykładowo: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Rejestracja jest możliwa jedynie dla podanych domen:", +"To create a new account on %s, just click the following link:" => "Aby utworzyć nowe konto na %s, po prostu kliknij następujący link:", +"Welcome, you can create your account below." => "Witaj, możesz utworzyć swoje konto poniżej.", +"Username" => "Nazwa użytkownika", +"Password" => "Hasło", +"Create account" => "Utwórz konto", +"Thank you for registering, you should receive a verification link in a few minutes." => "Dziękujemy za rejestrację, powinieneś otrzymać link weryfikacyjny w ciągu kilku minut.", +"Email" => "Email", +"Request verification link" => "Zażądaj linku weryfikacyjnego", +"Please re-enter a valid email address" => "Proszę ponownie wprowadzić adres email", +"You will receive an email with a verification link" => "Otrzymasz email z linkiem weryfikacyjnym" +); +$PLURAL_FORMS = "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"; diff --git a/l10n/pt_BR.php b/l10n/pt_BR.php new file mode 100644 index 0000000..6699f2a --- /dev/null +++ b/l10n/pt_BR.php @@ -0,0 +1,36 @@ + "Registrar", +"The email address you entered is not valid" => "O email que você forneceu não é válido", +"A problem occurred sending email, please contact your administrator." => "Ocorreu um problema ao enviar um e-mail, por favor, contate o administrador.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Já existe um registro pendente com este e-mail, um novo e-mail de verificação foi enviado para o endereço.", +"A user has already taken this email, maybe you already have an account?" => "Um usuário já está usando este email, talvez você já possua uma conta?", +"You can log in now." => "Você pode se conectar agora.", +"Verification email successfully sent." => "Verificação de email enviado com sucesso.", +"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificação inválido. Nenhum pedido de registro com este URL de verificação foi encontrado.", +"Unable to create user, there are problems with the user backend." => "Não é possível criar usuário, há problemas com a infraestrutura do usuário.", +"Unable to set user email: " => "Não é possível definir um e-mail para o usuário:", +"Failed to delete pending registration request" => "Falha ao excluir o pedido de registro pendente", +"Your account has been successfully created, you can log in now." => "Sua conta foi criada com sucesso, você pode fazer login agora.", +"Verify your %s registration request" => "Varificar o seu pedido de registro %s", +"A new user \"%s\" has created an account on %s" => "Um novo usuário \"%s\" criou uma conta em %s", +"Saved" => "Salvo", +"No such group" => "Não existe esse grupo", +"Registration" => "Registro", +"Default group that all registered users belong" => "Grupo padrão que todos os usuários registrados pertencem", +"None" => "Nenhum", +"Allowed mail address domains for registration" => "Permitidos domínios de endereço de email para o registo", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Digite uma lista separada por vírgula de domínios permitidos. Exemplo: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "A registro só é permitida para os seguintes domínios:", +"To create a new account on %s, just click the following link:" => "Para criar uma nova conta em %s, basta clicar no seguinte link", +"Welcome, you can create your account below." => "Bem-vindo, você pode criar sua conta abaixo.", +"Username" => "Nome de Usuário", +"Password" => "Senha", +"Create account" => "Criar conta", +"Thank you for registering, you should receive a verification link in a few minutes." => "Obrigado por se registrar, você deve receber um link de confirmação em poucos minutos.", +"Email" => "E-mail", +"Request verification link" => "Link para verificação de registro", +"Please re-enter a valid email address" => "Por favor reentre um válido email de verificação ", +"You will receive an email with a verification link" => "Você receberá um e-mail com um link de confirmação" +); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/l10n/pt_PT.php b/l10n/pt_PT.php new file mode 100644 index 0000000..b1113c9 --- /dev/null +++ b/l10n/pt_PT.php @@ -0,0 +1,36 @@ + "Registar", +"The email address you entered is not valid" => "O endereço de correio eletrónico inserido não é válido.", +"A problem occurred sending email, please contact your administrator." => "Ocorreu um problema ao enviar a mensagem, por favor, contacte o seu administrador.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Já existe um registo pendente com este e-mail, foi enviada uma nova mensagem de verificação para o endereço.", +"A user has already taken this email, maybe you already have an account?" => "Já existe um utilizador com este e-mail. Talvez já tenha uma conta?", +"You can log in now." => "Agora, pode iniciar a sessão.", +"Verification email successfully sent." => "Mensagem de verificação enviada com sucesso.", +"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificação inválido. Não foi encontrado nenhum pedido de registo com este URL de verificação.", +"Unable to create user, there are problems with the user backend." => "Não é possível criar o utilizador, existem problemas com a interface do utilizador.", +"Unable to set user email: " => "Não é possível definir o e-mail do utilizador: ", +"Failed to delete pending registration request" => "Não foi possível eliminar o pedido de registo pendente", +"Your account has been successfully created, you can log in now." => "A sua conta foi criada com sucesso, pode iniciar a sessão agora.", +"Verify your %s registration request" => "Verifique o seu pedido de registo %s", +"A new user \"%s\" has created an account on %s" => "Um novo utilizador \"%s\" criou uma conta em %s", +"Saved" => "Guardado", +"No such group" => "Não existe tal grupo", +"Registration" => "Registo", +"Default group that all registered users belong" => "O grupo predefinido em que todos os utilziadores pertencem", +"None" => "Nenhum", +"Allowed mail address domains for registration" => "Domínios de correio eletrónico permitidos para registo", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Introduza uma lista de domínios autorizados separados por ponto e vírgula. Exemplo: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "O registo é apenas permitido para os seguintes domínios:", +"To create a new account on %s, just click the following link:" => "Parar criar uma conta nova %s, clique no seguinte link:", +"Welcome, you can create your account below." => "Bem-vindo, pode criar a sua conta em baixo.", +"Username" => "Nome de utilizador", +"Password" => "Palavra-passe", +"Create account" => "Criar conta", +"Thank you for registering, you should receive a verification link in a few minutes." => "Obrigado por se registar, dentro de momentos deverá receber uma hiperligação de verificação.", +"Email" => "Correio Eletrónico", +"Request verification link" => "Solicitar hiperligação de verificação", +"Please re-enter a valid email address" => "Por favor, reinsira um endereço de correio eletrónico válido", +"You will receive an email with a verification link" => "Irá receber uma mensagem com a hiperligação de verificação" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/ro.php b/l10n/ro.php new file mode 100644 index 0000000..a7bdac1 --- /dev/null +++ b/l10n/ro.php @@ -0,0 +1,36 @@ + "Înregistrează-te", +"The email address you entered is not valid" => "Adresa de email introdusă nu este validă", +"A problem occurred sending email, please contact your administrator." => "A apărut o problemă la trimiterea emailului, te rugăm contactează-ți administratorul.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Există deja o înregistrare în curs pentru această adresă de email, un nou mesaj de verificare a fost trimis către această adresă.", +"A user has already taken this email, maybe you already have an account?" => "Un utilizator deja folosește această adresă de email, posibil să ai deja un cont?", +"You can log in now." => "Te poți autentifica acum.", +"Verification email successfully sent." => "Emailul de verificare a fost trimis cu succes.", +"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificare invalid. Nu a fost găsită nicio cerere de înregistrare cu acest URL de verificare.", +"Unable to create user, there are problems with the user backend." => "Nu s-a putut crea utilizatorul, sunt probleme cu subsistemele ce țin de utilizatori.", +"Unable to set user email: " => "Nu s-a putut seta emailul utilizatorului:", +"Failed to delete pending registration request" => "Cererea de a șterge înregistrarea în curs a eșuat", +"Your account has been successfully created, you can log in now." => "Contul tău a fost creat cu succes, te poți autentifica acum.", +"Verify your %s registration request" => "Verifică-ți cererea %s de înregistrare", +"A new user \"%s\" has created an account on %s" => "Utilizatorul nou \"%s\" a creat un cont pe %s", +"Saved" => "Salvat", +"No such group" => "Niciun astfel de grup", +"Registration" => "Înregistrare", +"Default group that all registered users belong" => "Grupul implicit de care toți utilizatorii înregistrați aparțin", +"None" => "Niciuna", +"Allowed mail address domains for registration" => "Domenii de email permise pentru înregistrare", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Introdu o listă separată prin punct și virgulă cu domeniile permise. Exemplu: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Înregistrarea este permisă doar pentru domeniile următoare:", +"To create a new account on %s, just click the following link:" => "Pentru a crea un cont nou pe %s, apasă doar pe următorul link:", +"Welcome, you can create your account below." => "Bun venit, poți să-ți creezi contul mai jos.", +"Username" => "Nume utilizator", +"Password" => "Parolă", +"Create account" => "Crează cont", +"Thank you for registering, you should receive a verification link in a few minutes." => "Mulțumim pentru înregistrare, ar trebui să primești un email de verificare în câteva minute.", +"Email" => "Email", +"Request verification link" => "Link de verificare a cererii", +"Please re-enter a valid email address" => "Te rugăm reintrodu o adresă de email validă", +"You will receive an email with a verification link" => "Vei primi un email cu un link de verificare" +); +$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; diff --git a/l10n/ru.php b/l10n/ru.php new file mode 100644 index 0000000..36eaafe --- /dev/null +++ b/l10n/ru.php @@ -0,0 +1,36 @@ + "Регистрация", +"The email address you entered is not valid" => "Указанный адрес email не является корректным", +"A problem occurred sending email, please contact your administrator." => "Возникла проблема отправки email, пожалуйста свяжитесь с администратором.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Уже существует запрос на регистрацию с этим адресом email, новое подтверждение было отправлено снова.", +"A user has already taken this email, maybe you already have an account?" => "Пользователь уже получил этот email, возможно учетная запись уже существует?", +"You can log in now." => "Теперь вы можете войти.", +"Verification email successfully sent." => "Проверочное письмо успешно отправлено.", +"Invalid verification URL. No registration request with this verification URL is found." => "Недействительный проверочный URL. Запросов на регистрацию с таким проверочным URL не найдено.", +"Unable to create user, there are problems with the user backend." => "Ошибка создания пользователя, проблема на стороне клиентской части.", +"Unable to set user email: " => "Невозможно установить email пользователя:", +"Failed to delete pending registration request" => "Не удалось удалить существующий запрос на регистрацию", +"Your account has been successfully created, you can log in now." => "Учетная запись успешно создана, теперь вы можете войти на сайт.", +"Verify your %s registration request" => "Проверьте свой %s запрос регистрации", +"A new user \"%s\" has created an account on %s" => "Новый пользователь \"%s\" создал учетную запись на %s", +"Saved" => "Сохранено", +"No such group" => "Такой группы не существует", +"Registration" => "Регистрация", +"Default group that all registered users belong" => "Группа по умолчанию для всех новых пользователей", +"None" => "Отсутствует", +"Allowed mail address domains for registration" => "Допустимые доменны адресов электронной почты для регистрации", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Укажите список разрешенных доменов разделенных точкой с запятой. Например: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Регистрация доступна только для следующих доменов:", +"To create a new account on %s, just click the following link:" => "Чтобы создать новую учетную запись на%s, просто нажмите на следующую ссылку:", +"Welcome, you can create your account below." => "Добро пожаловать, Вы можете создать учетную запись ниже.", +"Username" => "Имя пользователя", +"Password" => "Пароль", +"Create account" => "Создать учётную запись", +"Thank you for registering, you should receive a verification link in a few minutes." => "Благодарим за регистрацию, через несколько минут вы получите ссылку для подтверждения.", +"Email" => "Email", +"Request verification link" => "Запросить проверочную ссылку", +"Please re-enter a valid email address" => "Пожалуйста введите повторно действительный адрес email.", +"You will receive an email with a verification link" => "Вы получите письмо с ссылкой для подтверждения" +); +$PLURAL_FORMS = "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"; diff --git a/l10n/sl.php b/l10n/sl.php new file mode 100644 index 0000000..caa62e7 --- /dev/null +++ b/l10n/sl.php @@ -0,0 +1,36 @@ + "Vpis", +"The email address you entered is not valid" => "Naveden elektronski naslov ni veljaven", +"A problem occurred sending email, please contact your administrator." => "Prišlo je do napake med pošiljanjem elektronskega sporočila. Stopite v stik s skrbnikom sistema.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Za ta naslov elektronske pošte je postopek vpisa že v teku. Novo sporočilo za preverjanje je bilo poslano na naveden naslov.", +"A user has already taken this email, maybe you already have an account?" => "Uporabnik z navedenim elektronskim naslovom že obstaja. Je mogoče veljaven račun ownCloud že ustvarjen?", +"You can log in now." => "Sedaj se lahko prijavite.", +"Verification email successfully sent." => "Potrditveno elektronsko sporočilo je bilo poslano.", +"Invalid verification URL. No registration request with this verification URL is found." => "Neveljaven naslov URL overitve. Na tem naslovu ni ustrezne zahteve registracije.", +"Unable to create user, there are problems with the user backend." => "Ni mogoče ustvariti uporabnika. Zaznane so težave z ozadnjim programom.", +"Unable to set user email: " => "Ni mogoče nastaviti uporabnikovega elektronskega naslova:", +"Failed to delete pending registration request" => "Ni mogoče izbrisati odprte zahteve za vpis", +"Your account has been successfully created, you can log in now." => "Račun je uspešno ustvarjen, zato se lahko prijavite.", +"Verify your %s registration request" => "Preverite zahtevo %s za prijavo.", +"A new user \"%s\" has created an account on %s" => "Nov uporabnik \"%s\" je ustvaril račun na %s", +"Saved" => "Shranjeno", +"No such group" => "Ni take skupine", +"Registration" => "Vpis", +"Default group that all registered users belong" => "Privzeta skupina, v kateri so vsi vpisani uporabniki", +"None" => "Brez", +"Allowed mail address domains for registration" => "Dovoljene domene elektronske pošten za prijavo", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Vpišite s podpičjem ločen seznam dovoljenih domen, na primer owncloud.com;github.com ...", +"Registration is only allowed for the following domains:" => "Vpis je dovoljen le naslovom, ki so navedeni na seznamu dovoljenih domen", +"To create a new account on %s, just click the following link:" => "Za ustvarjanje novega računa na %s kliknite na povezavo:", +"Welcome, you can create your account below." => "Dobrodošli! Ustvarite nov račun.", +"Username" => "Uporabniško ime", +"Password" => "Geslo", +"Create account" => "Ustvari račun", +"Thank you for registering, you should receive a verification link in a few minutes." => "Zahvaljujemo se vam za vpis. V nekaj minutah bi morali prejeti sporočilo s povezavo za overitev.", +"Email" => "Elektronski naslov", +"Request verification link" => "Zahtevaj povezavo za overitev", +"Please re-enter a valid email address" => "Vpišite veljaven naslov elektronske pošte.", +"You will receive an email with a verification link" => "Prejeli boste elektronsko sporočilo s povezavo za overitev" +); +$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/l10n/sq.php b/l10n/sq.php new file mode 100644 index 0000000..8e97d08 --- /dev/null +++ b/l10n/sq.php @@ -0,0 +1,36 @@ + "Regjistrohuni", +"The email address you entered is not valid" => "Adresa email që dhatë s’është e vlefshme", +"A problem occurred sending email, please contact your administrator." => "Ndodhi një problem gjatë dërgimit të email-it, ju lutemi, lidhuni me përgjegjësin tuaj.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Ka tashmë një kërkes në pritje me këtë email, te adresa u dërgua një email i ri verifikimi.", +"A user has already taken this email, maybe you already have an account?" => "Këtë email e ka përdorur një herë një përdorues, ndoshta keni tashmë një llogari?", +"You can log in now." => "Tani mund të bëni hyrjen.", +"Verification email successfully sent." => "Email-i i verifikimit u dërgua me sukses.", +"Invalid verification URL. No registration request with this verification URL is found." => "Url e pavlefshme verifikimi. S’u gjet kërkesë regjistrimi me këtë URL verifikimi.", +"Unable to create user, there are problems with the user backend." => "S’arrihet të krijohet përdoruesi, ka probleme me pjesën që mbulon përdoruesit.", +"Unable to set user email: " => "S’arrihet të caktohet email përdoruesi: ", +"Failed to delete pending registration request" => "Dështoi në fshirjen e kërkesës për regjistrim në pritje", +"Your account has been successfully created, you can log in now." => "Llogaria juaj u krijua me sukses, tani mund të bëni hyrjen.", +"Verify your %s registration request" => "Verifikoni kërkesën e regjistrimit tuaj %s", +"A new user \"%s\" has created an account on %s" => "Një përdorues i ri \"%s\" ka krijuar një llogari te %s", +"Saved" => "U ruajt", +"No such group" => "S’ka grup të tillë", +"Registration" => "Regjistrim", +"Default group that all registered users belong" => "Grup parazgjedhje të cilit i përkasin krejt përdoruesit e regjistruar", +"None" => "Asnjë", +"Allowed mail address domains for registration" => "Përkatësi adresash email të lejuara për regjistrim", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Jepni një listë përkatësish të lejuara, të ndara me pikëpresje. Shembull: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Regjistrimi lejohet vetëm për përkatësitë vijuese:", +"To create a new account on %s, just click the following link:" => "Që të krijoni një llogari të re në %s, thjesht klikoni mbi lidhjen vijuese:", +"Welcome, you can create your account below." => "Mirë se vini, llogarinë tuaj mund ta krijoni më poshtë.", +"Username" => "Emër përdoruesi", +"Password" => "Fjalëkalim", +"Create account" => "Krijoje llogarinë", +"Thank you for registering, you should receive a verification link in a few minutes." => "Faleminderit për regjistrimin, brenda pak minutash do të duhej të merrnit një lidhje verifikimi.", +"Email" => "Email", +"Request verification link" => "Kërkoni lidhje verifikimi", +"Please re-enter a valid email address" => "Ju lutemi, rijepni një adresë email të vlefshme", +"You will receive an email with a verification link" => "Do të merrni një email me një lidhje verifikimi" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/sv.php b/l10n/sv.php new file mode 100644 index 0000000..d171afc --- /dev/null +++ b/l10n/sv.php @@ -0,0 +1,36 @@ + "Registrera", +"The email address you entered is not valid" => "E-postadressen du skrev är ogiltig", +"A problem occurred sending email, please contact your administrator." => "Ett fel inträffade när e-post skulle skickas, kontakta administratören", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Det finns redan en pågående registrering med denna e-postadress, ett nytt verifieringsmeddelande har skickats till adressen", +"A user has already taken this email, maybe you already have an account?" => "En användare har redan denna adress, du kanske redan har ett konto?", +"You can log in now." => "Nu kan du logga in", +"Verification email successfully sent." => "Verifieringsmeddelande har skickats.", +"Invalid verification URL. No registration request with this verification URL is found." => "Ogiltig verifieringslänk. Ingen registreringsbegäran med denna verifieringslänk kan hittas", +"Unable to create user, there are problems with the user backend." => "Det går inte att skapa användaren, det är problem med användarhanteringen.", +"Unable to set user email: " => "Kan inte spara användarens e-post:", +"Failed to delete pending registration request" => "Misslyckades att radera pågående registreringsbegäran", +"Your account has been successfully created, you can log in now." => "Ditt konto har skapats, nu kan du logga in .", +"Verify your %s registration request" => "Verifiera din %s registreringsbegäran", +"A new user \"%s\" has created an account on %s" => "En ny användare \"%s\" har skapat ett konto på %s", +"Saved" => "Sparad", +"No such group" => "Gruppen finns inte", +"Registration" => "Registrering", +"Default group that all registered users belong" => "Standardgruppen alla registrerade användare tillhör", +"None" => "Ingen", +"Allowed mail address domains for registration" => "Tillåtna e-postdomäner vid registrering", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Skriv en semikolon-separerad lista med tillåtna domäner. T.ex.:\nownclud.com;github.com", +"Registration is only allowed for the following domains:" => "Registrering är endast tillåten från följande domäner:", +"To create a new account on %s, just click the following link:" => "För att skapa ett konto på %s, klicka på följande länk:", +"Welcome, you can create your account below." => "Välkommen, du kan skapa ditt konto nedan.", +"Username" => "Användarnamn", +"Password" => "Lösenord", +"Create account" => "Skapa konto", +"Thank you for registering, you should receive a verification link in a few minutes." => "Tack för att du registrerade dig! Du kommer få ett e-postmeddelande med en verifieringslänk om några minuter.", +"Email" => "E-post", +"Request verification link" => "Begär verifieringslänk", +"Please re-enter a valid email address" => "Var god ange en giltig e-postadress igen", +"You will receive an email with a verification link" => "Du kommer få ett e-postmeddelande med en verifieringslänk" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/th_TH.php b/l10n/th_TH.php new file mode 100644 index 0000000..b4cb3eb --- /dev/null +++ b/l10n/th_TH.php @@ -0,0 +1,36 @@ + "สมัครสมาชิก", +"The email address you entered is not valid" => "คุณป้อนอีเมลไม่ถูกต้อง", +"A problem occurred sending email, please contact your administrator." => "เกิดปัญหาขณะกำลังส่งอีเมล กรุณาติดต่อผู้ดูแลระบบของคุณ", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "นี้อยู่ระหว่างดำเนินการลงทะเบียนด้วยอีเมล กรุณาไปตรวจสอบอีเมลของคุณเพื่อยืนยัน", +"A user has already taken this email, maybe you already have an account?" => "อีเมลนี้มีคนใช้ไปแล้ว บางทีคุณอาจมีบัญชีอยู่แล้ว?", +"You can log in now." => "คุณสามารถ เข้าสู่ระบบในขณะนี้", +"Verification email successfully sent." => "ส่งอีเมลยืนยันเรียบร้อยแล้ว", +"Invalid verification URL. No registration request with this verification URL is found." => "ตรวจสอบ URL ไม่ถูกต้องไม่มีคำขอการลงทะเบียน", +"Unable to create user, there are problems with the user backend." => "ไม่สามารถสร้างผู้ใช้ มันมีปัญหากับผู้ใช้แบ็กเอนด์", +"Unable to set user email: " => "ไม่สามารถตั้งค่าอีเมลของผู้ใช้:", +"Failed to delete pending registration request" => "ไม่สามารถลบคำขอลงทะเบียนที่รอดำเนินการ", +"Your account has been successfully created, you can log in now." => "เราได้สร้างบัญชีของคุณเรียบร้อยแล้วคุณสามารถ เข้าสู่ระบบได้ที่นี่", +"Verify your %s registration request" => "ตรวจสอบ %s ของคุณเพื่อร้องขอการลงทะเบียน", +"A new user \"%s\" has created an account on %s" => "ผู้ใช้ใหม่ \"%s\" ได้สร้างบัญชีผู้ใช้บน %s", +"Saved" => "บันทึกแล้ว", +"No such group" => "ไม่มีกลุ่มดังกล่าว", +"Registration" => "การลงทะเบียน", +"Default group that all registered users belong" => "ค่าเริ่มต้นของกลุ่มผู้ใช้ที่ลงทะเบียนเป็นสมาชิก", +"None" => "ไม่มี", +"Allowed mail address domains for registration" => "อนุญาตให้โดเมนที่อยู่อีเมลสำหรับการลงทะเบียน", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "ป้อนเซมิโคลอนเพื่อแยกของโดเมนที่ได้รับอนุญาต ตัวอย่าง: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "ลงทะเบียนจะได้รับอนุญาตสำหรับโดเมนต่อไปนี้เท่านั้น:", +"To create a new account on %s, just click the following link:" => "หากต้องการสร้างบัญชีใหม่บน %s เพียงแค่คลิกที่ลิงค์ต่อไปนี้:", +"Welcome, you can create your account below." => "ยินดีต้อนรับ, คุณสามารถสร้างบัญชีของคุณด้านล่าง", +"Username" => "ชื่อผู้ใช้งาน", +"Password" => "รหัสผ่าน", +"Create account" => "สร้างบัญชีใหม่", +"Thank you for registering, you should receive a verification link in a few minutes." => "ขอบคุณสำหรับการลงทะเบียน คุณจะได้รับอีเมลยืนยันภายในไม่กี่นาที", +"Email" => "อีเมล", +"Request verification link" => "ร้องขอลิงค์ยืนยันตัวตน", +"Please re-enter a valid email address" => "กรุณป้อนที่อยู่อีเมลที่ถูกต้องอีกครั้ง", +"You will receive an email with a verification link" => "คุณจะได้รับอีเมลที่มีลิงก์ยืนยัน" +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/l10n/tr.php b/l10n/tr.php new file mode 100644 index 0000000..ddae4ce --- /dev/null +++ b/l10n/tr.php @@ -0,0 +1,36 @@ + "Kaydol", +"The email address you entered is not valid" => "Girdiğiniz e-posta adresi geçerli değil", +"A problem occurred sending email, please contact your administrator." => "E-posta gönderilirken hata oluştu, lütfen sistem yöneticinizle bağlantı kurun.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Bu e-posta adresiyle bir kayıt işlemi zaten beklemede, yeni bir doğrulama e-postası bu adrese gönderilecek.", +"A user has already taken this email, maybe you already have an account?" => "Bu e-posta adresiyle bir hesap alınmış, zaten bir hesabınız olabilir mi?", +"You can log in now." => "Artık oturum açabilirsiniz.", +"Verification email successfully sent." => "Doğrulama e-postası başarıyla gönderildi.", +"Invalid verification URL. No registration request with this verification URL is found." => "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.", +"Unable to create user, there are problems with the user backend." => "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.", +"Unable to set user email: " => "Kullanıcı e-postası ayarlanamadı: ", +"Failed to delete pending registration request" => "Bekleyen kayıt isteğini silme başarısız", +"Your account has been successfully created, you can log in now." => "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.", +"Verify your %s registration request" => "%s, kayıt talebinizi doğrulayın", +"A new user \"%s\" has created an account on %s" => "Yeni kullanıcı \"%s\", \"%s\" üzerinde hesap oluşturdu", +"Saved" => "Kaydedildi", +"No such group" => "Böyle bir grup yok", +"Registration" => "Kayıt", +"Default group that all registered users belong" => "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup", +"None" => "Hiçbiri", +"Allowed mail address domains for registration" => "Kayıt için izin verilen e-posta sunucu adları", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "İzin verilen sunucu adlarını aralarında noktalı virgülle listeleyin. Örneğin: owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "Kayıt işlemi sadece bu sunucu adları için izin verilmektedir:", +"To create a new account on %s, just click the following link:" => "%s üzerinde hesap oluşturmak için bağlantıyı tıklayın:", +"Welcome, you can create your account below." => "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.", +"Username" => "Kullanıcı Adı", +"Password" => "Parola", +"Create account" => "Hesap oluştur", +"Thank you for registering, you should receive a verification link in a few minutes." => "Kaydolduğunuz için teşekkürler, birkaç dakika içerisinde bir doğrulama bağlantısı almalısınız.", +"Email" => "E-posta", +"Request verification link" => "Doğrulama bağlantısı talep et", +"Please re-enter a valid email address" => "Lütfen geçerli e-posta adresini yeniden girin", +"You will receive an email with a verification link" => "Doğrulama bağlantısı içeren bir e-posta alacaksınız" +); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/l10n/uk.php b/l10n/uk.php new file mode 100644 index 0000000..6bd67dd --- /dev/null +++ b/l10n/uk.php @@ -0,0 +1,28 @@ + "Реєстрація", +"The email address you entered is not valid" => "Введена вами адреса електронної пошти не є дійсною", +"A problem occurred sending email, please contact your administrator." => "Проблема надсилання електронної пошти, будь ласка, зверніться до адміністратора", +"A user has already taken this email, maybe you already have an account?" => "Користувач вже має таку адресу електронної пошти, можливо ви вже маєте обліковий запис?", +"You can log in now." => "Ви можете увійти на сайт.", +"Verification email successfully sent." => "Перевірка електронної пошти пройшла успішно", +"Invalid verification URL. No registration request with this verification URL is found." => "Недійсний URL перевірки. Запитів на реєстрацію з таким URL не знайдено.", +"Unable to create user, there are problems with the user backend." => "Неможливо створити обліковий запис, проблема на боці користувача.", +"Unable to set user email: " => "Не можливо встановити користувачу адресу електронної пошти: ", +"Your account has been successfully created, you can log in now." => "Ваш обліковий запис успішно створено, тепер ви можете зайти на сайт.", +"A new user \"%s\" has created an account on %s" => "Новий користувач \"%s\" зробив обліковий запис у %s", +"Saved" => "Збережено", +"No such group" => "Немає такої групи", +"Registration" => "Реєстрація", +"Default group that all registered users belong" => "Група за замовчуванням, до якої належать всі зареєстровані користувачі", +"None" => "Жоден", +"To create a new account on %s, just click the following link:" => "Щоб створити новий обліковий запис у %s, натисніть наступне посилання:", +"Welcome, you can create your account below." => "Вітаємо, ви можете створити обліковий запис нижче.", +"Username" => "Ім'я користувача", +"Password" => "Пароль", +"Create account" => "Створити запис", +"Email" => "Ел.пошта", +"Request verification link" => "Запит посилання для підтвердження", +"Please re-enter a valid email address" => "Будь ласка, ще раз введіть електрону пошту" +); +$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/l10n/zh_CN.php b/l10n/zh_CN.php new file mode 100644 index 0000000..4c62f50 --- /dev/null +++ b/l10n/zh_CN.php @@ -0,0 +1,36 @@ + "注册", +"The email address you entered is not valid" => "输入的电子邮件地址不正确", +"A problem occurred sending email, please contact your administrator." => "发送电子邮件时发生问题,请和管理员联系。", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "此邮箱地址已有未完成的注册,一封新的邮件已发送到您的邮箱。", +"A user has already taken this email, maybe you already have an account?" => "此邮箱已被占用,您是否已经注册?", +"You can log in now." => "您现在可以 登陆了!", +"Verification email successfully sent." => "验证邮件发送成功。", +"Invalid verification URL. No registration request with this verification URL is found." => "无效验证链接。此验证链接没有注册请求。", +"Unable to create user, there are problems with the user backend." => "无法创建用户,用户管理后台存在问题。", +"Unable to set user email: " => "无法设置用户的电子邮件:", +"Failed to delete pending registration request" => "删除挂起注册请求失败", +"Your account has been successfully created, you can log in now." => "成功创建账户,您现在可以登陆。", +"Verify your %s registration request" => "验证您的 %s 注册请求", +"A new user \"%s\" has created an account on %s" => "新用户“%s”在 %s 创建了一个账户", +"Saved" => "已保存", +"No such group" => "无此组", +"Registration" => "注册", +"Default group that all registered users belong" => "注册用户的默认群组", +"None" => "无", +"Allowed mail address domains for registration" => "允许注册的邮件地址域名", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "输入允许的域名,以分号分隔。如:owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "只允许下列域名注册:", +"To create a new account on %s, just click the following link:" => "要在 %s 创建一个新账户,请点击下面的链接:", +"Welcome, you can create your account below." => "欢迎,下面可以创建帐号", +"Username" => "用户名", +"Password" => "密码", +"Create account" => "创建账号", +"Thank you for registering, you should receive a verification link in a few minutes." => "感谢注册,您应该在几分钟后收到认证链接。", +"Email" => "Email", +"Request verification link" => "请求认证链接", +"Please re-enter a valid email address" => "请重新输入合法的电子邮件地址", +"You will receive an email with a verification link" => "您将收到带认证链接的电子邮件" +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/l10n/zh_TW.php b/l10n/zh_TW.php new file mode 100644 index 0000000..4b10ff1 --- /dev/null +++ b/l10n/zh_TW.php @@ -0,0 +1,36 @@ + "註冊", +"The email address you entered is not valid" => "您輸入的 email 地址無效", +"A problem occurred sending email, please contact your administrator." => "寄出郵件時發生問題,請聯絡管理員。", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "這個 email 地址原本已經有一個等待中的註冊,我們寄了一封新的驗證信過去。", +"A user has already taken this email, maybe you already have an account?" => "已經有人使用這個 email ,或許您已經有帳號了?", +"You can log in now." => "您可以現在登入", +"Verification email successfully sent." => "已寄送驗證 email", +"Invalid verification URL. No registration request with this verification URL is found." => "無效的驗證 URL,沒有關聯的註冊申請", +"Unable to create user, there are problems with the user backend." => "無法建立使用者,使用者後端有問題", +"Unable to set user email: " => "無法設定使用者 email :", +"Failed to delete pending registration request" => "刪除等待中的註冊失敗", +"Your account has been successfully created, you can log in now." => "帳號建立成功,您可以立即登入", +"Verify your %s registration request" => "驗證您在 %s 的註冊", +"A new user \"%s\" has created an account on %s" => "新使用者 \"%s\" 在 %s 註冊了帳號", +"Saved" => "已儲存", +"No such group" => "無此群組", +"Registration" => "註冊", +"Default group that all registered users belong" => "新註冊的使用者會被加入的群組", +"None" => "無", +"Allowed mail address domains for registration" => "允許註冊的 email 網域", +"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "將允許註冊的網域以分號分隔後輸入,例如:owncloud.com;github.com", +"Registration is only allowed for the following domains:" => "僅允許下列網域註冊:", +"To create a new account on %s, just click the following link:" => "點下方的連結來建立新 %s 帳號:", +"Welcome, you can create your account below." => "歡迎!您可以在下方建立帳號", +"Username" => "使用者名稱", +"Password" => "密碼", +"Create account" => "建立帳號", +"Thank you for registering, you should receive a verification link in a few minutes." => "感謝您的註冊,幾分鐘之後應該就會收到驗證連結", +"Email" => "Email", +"Request verification link" => "請求驗證連結", +"Please re-enter a valid email address" => "請重新輸入有效的 email 地址", +"You will receive an email with a verification link" => "等一下你會收到內含驗證連結的 email" +); +$PLURAL_FORMS = "nplurals=1; plural=0;";