From a8884a04c087635a1f0d3962fc7cb1cdd4665a4e Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Thu, 6 Nov 2014 00:28:13 -0500 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/gl.js | 22 ++++++++++++++++++++++ l10n/gl.json | 20 ++++++++++++++++++++ l10n/gl.php | 21 +++++++++++++++++++++ l10n/sk_SK.js | 22 ++++++++++++++++++++++ l10n/sk_SK.json | 20 ++++++++++++++++++++ l10n/sk_SK.php | 5 +++++ 6 files changed, 110 insertions(+) create mode 100644 l10n/gl.js create mode 100644 l10n/gl.json create mode 100644 l10n/gl.php create mode 100644 l10n/sk_SK.js create mode 100644 l10n/sk_SK.json diff --git a/l10n/gl.js b/l10n/gl.js new file mode 100644 index 0000000..7b2a13e --- /dev/null +++ b/l10n/gl.js @@ -0,0 +1,22 @@ +OC.L10N.register( + "registration", + { + "Email address you entered is not valid" : "O enderezo introducido non é válido", + "There is already a pending registration with this email" : "Xa existe unha petición de rexistro con este enderezo", + "Verify your ownCloud registration request" : "Verifique a súa petición de rexistro en ownCloud", + "Verification email successfully sent." : "Correo de verificación enviado correctamente", + "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación non válida. Non se atopou ningunha petición de rexistro con esta URL de verificación.", + "Unable to create user, there are problems with user backend." : "Imposibilidade de crear o usuario, existen problemas coa xestión se usuarios.", + "Your account has been successfully created, you can log in now." : "A súa conta foi creada con éxito, pode conectarse agora.", + "To create a new account on ownCloud, just click the following link:\n{link}" : "Para crear unha nova conta en ownCloud, simplemente pulse na seguinte ligazón:\n{link}", + "Welcome, you can create your account below." : "Benvido, pode crear a súa conta abaixo.", + "Username" : "Nome de usuario", + "Password" : "Contrasinal", + "Create account" : "Crear unha conta", + "Thank you for registering, you should receive verification link in a few minutes." : "Grazas por rexistrarse, debería recibir unha ligazón de verificación dentro duns minutos.", + "Email" : "Correo", + "Request verification link" : "Pedir ligazón de verificación", + "Please re-enter a valid email address" : "Por favor volte a introducir un enderezo electrónico válido", + "You will receive an email with verification link" : "Recibirá un correo coa ligazón de verificación" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/gl.json b/l10n/gl.json new file mode 100644 index 0000000..d82be33 --- /dev/null +++ b/l10n/gl.json @@ -0,0 +1,20 @@ +{ "translations": { + "Email address you entered is not valid" : "O enderezo introducido non é válido", + "There is already a pending registration with this email" : "Xa existe unha petición de rexistro con este enderezo", + "Verify your ownCloud registration request" : "Verifique a súa petición de rexistro en ownCloud", + "Verification email successfully sent." : "Correo de verificación enviado correctamente", + "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación non válida. Non se atopou ningunha petición de rexistro con esta URL de verificación.", + "Unable to create user, there are problems with user backend." : "Imposibilidade de crear o usuario, existen problemas coa xestión se usuarios.", + "Your account has been successfully created, you can log in now." : "A súa conta foi creada con éxito, pode conectarse agora.", + "To create a new account on ownCloud, just click the following link:\n{link}" : "Para crear unha nova conta en ownCloud, simplemente pulse na seguinte ligazón:\n{link}", + "Welcome, you can create your account below." : "Benvido, pode crear a súa conta abaixo.", + "Username" : "Nome de usuario", + "Password" : "Contrasinal", + "Create account" : "Crear unha conta", + "Thank you for registering, you should receive verification link in a few minutes." : "Grazas por rexistrarse, debería recibir unha ligazón de verificación dentro duns minutos.", + "Email" : "Correo", + "Request verification link" : "Pedir ligazón de verificación", + "Please re-enter a valid email address" : "Por favor volte a introducir un enderezo electrónico válido", + "You will receive an email with verification link" : "Recibirá un correo coa ligazón de verificación" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/gl.php b/l10n/gl.php new file mode 100644 index 0000000..3b17acd --- /dev/null +++ b/l10n/gl.php @@ -0,0 +1,21 @@ + "O enderezo introducido non é válido", +"There is already a pending registration with this email" => "Xa existe unha petición de rexistro con este enderezo", +"Verify your ownCloud registration request" => "Verifique a súa petición de rexistro en ownCloud", +"Verification email successfully sent." => "Correo de verificación enviado correctamente", +"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificación non válida. Non se atopou ningunha petición de rexistro con esta URL de verificación.", +"Unable to create user, there are problems with user backend." => "Imposibilidade de crear o usuario, existen problemas coa xestión se usuarios.", +"Your account has been successfully created, you can log in now." => "A súa conta foi creada con éxito, pode conectarse agora.", +"To create a new account on ownCloud, just click the following link:\n{link}" => "Para crear unha nova conta en ownCloud, simplemente pulse na seguinte ligazón:\n{link}", +"Welcome, you can create your account below." => "Benvido, pode crear a súa conta abaixo.", +"Username" => "Nome de usuario", +"Password" => "Contrasinal", +"Create account" => "Crear unha conta", +"Thank you for registering, you should receive verification link in a few minutes." => "Grazas por rexistrarse, debería recibir unha ligazón de verificación dentro duns minutos.", +"Email" => "Correo", +"Request verification link" => "Pedir ligazón de verificación", +"Please re-enter a valid email address" => "Por favor volte a introducir un enderezo electrónico válido", +"You will receive an email with verification link" => "Recibirá un correo coa ligazón de verificación" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/sk_SK.js b/l10n/sk_SK.js new file mode 100644 index 0000000..4e70f18 --- /dev/null +++ b/l10n/sk_SK.js @@ -0,0 +1,22 @@ +OC.L10N.register( + "registration", + { + "Email address you entered is not valid" : "Zadaná emailová adresa nie je správna", + "There is already a pending registration with this email" : "Registrácia s touto emailovou adresou už čaká na overenie registrácie", + "Verify your ownCloud registration request" : "Overte svoju požiadavku na registráciu do ownCloud", + "Verification email successfully sent." : "Overovací email bol úspešne odoslaný.", + "Invalid verification URL. No registration request with this verification URL is found." : "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.", + "Unable to create user, there are problems with user backend." : "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.", + "Your account has been successfully created, you can log in now." : "Váš účet bol vytvorený, teraz sa môžete prihlásiť.", + "To create a new account on ownCloud, just click the following link:\n{link}" : "Pre vytvorenie nového účtu kliknite na nasledovný odkaz:\n{link}", + "Welcome, you can create your account below." : "Vitajte. Účet si môžete založiť nižšie.", + "Username" : "Používateľské meno", + "Password" : "Heslo", + "Create account" : "Vytvoriť účet", + "Thank you for registering, you should receive verification link in a few minutes." : "Ďakujeme za vašu registráciu. V priebehu niekoľkých minút by ste mali dostať emailom overovací odkaz.", + "Email" : "Email", + "Request verification link" : "Vyžiadať overovací odkaz", + "Please re-enter a valid email address" : "Zadajte znovu platnú emailovú adresu", + "You will receive an email with verification link" : "Dostanete email s overovacím odkazom" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/l10n/sk_SK.json b/l10n/sk_SK.json new file mode 100644 index 0000000..4af0980 --- /dev/null +++ b/l10n/sk_SK.json @@ -0,0 +1,20 @@ +{ "translations": { + "Email address you entered is not valid" : "Zadaná emailová adresa nie je správna", + "There is already a pending registration with this email" : "Registrácia s touto emailovou adresou už čaká na overenie registrácie", + "Verify your ownCloud registration request" : "Overte svoju požiadavku na registráciu do ownCloud", + "Verification email successfully sent." : "Overovací email bol úspešne odoslaný.", + "Invalid verification URL. No registration request with this verification URL is found." : "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.", + "Unable to create user, there are problems with user backend." : "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.", + "Your account has been successfully created, you can log in now." : "Váš účet bol vytvorený, teraz sa môžete prihlásiť.", + "To create a new account on ownCloud, just click the following link:\n{link}" : "Pre vytvorenie nového účtu kliknite na nasledovný odkaz:\n{link}", + "Welcome, you can create your account below." : "Vitajte. Účet si môžete založiť nižšie.", + "Username" : "Používateľské meno", + "Password" : "Heslo", + "Create account" : "Vytvoriť účet", + "Thank you for registering, you should receive verification link in a few minutes." : "Ďakujeme za vašu registráciu. V priebehu niekoľkých minút by ste mali dostať emailom overovací odkaz.", + "Email" : "Email", + "Request verification link" : "Vyžiadať overovací odkaz", + "Please re-enter a valid email address" : "Zadajte znovu platnú emailovú adresu", + "You will receive an email with verification link" : "Dostanete email s overovacím odkazom" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/l10n/sk_SK.php b/l10n/sk_SK.php index 002a14a..4ae103f 100644 --- a/l10n/sk_SK.php +++ b/l10n/sk_SK.php @@ -3,7 +3,12 @@ $TRANSLATIONS = array( "Email address you entered is not valid" => "Zadaná emailová adresa nie je správna", "There is already a pending registration with this email" => "Registrácia s touto emailovou adresou už čaká na overenie registrácie", "Verify your ownCloud registration request" => "Overte svoju požiadavku na registráciu do ownCloud", +"Verification email successfully sent." => "Overovací email bol úspešne odoslaný.", "Invalid verification URL. No registration request with this verification URL is found." => "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.", +"Unable to create user, there are problems with user backend." => "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.", +"Your account has been successfully created, you can log in now." => "Váš účet bol vytvorený, teraz sa môžete prihlásiť.", +"To create a new account on ownCloud, just click the following link:\n{link}" => "Pre vytvorenie nového účtu kliknite na nasledovný odkaz:\n{link}", +"Welcome, you can create your account below." => "Vitajte. Účet si môžete založiť nižšie.", "Username" => "Používateľské meno", "Password" => "Heslo", "Create account" => "Vytvoriť účet",