diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
index 2e88760..37f9146 100644
--- a/l10n/cs_CZ.js
+++ b/l10n/cs_CZ.js
@@ -10,6 +10,9 @@ OC.L10N.register(
"Unable to create user, there are problems with user backend." : "Není možné vytvořit uživatelský účet, nastaly potíže v systému úložiště uživatelů.",
"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.",
"Your settings have been updated." : "Vaše nastavení bylo aktualizováno.",
+ "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é",
"To create a new account on ownCloud, just click the following link:\n{link}" : "Pro vytvoření nového účtu v ownCloud klikněte na následující odkaz:\n{link}",
"Welcome, you can create your account below." : "Vítejte, svůj účet si můžete založit níže.",
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
index e77379f..66d9f0f 100644
--- a/l10n/cs_CZ.json
+++ b/l10n/cs_CZ.json
@@ -8,6 +8,9 @@
"Unable to create user, there are problems with user backend." : "Není možné vytvořit uživatelský účet, nastaly potíže v systému úložiště uživatelů.",
"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.",
"Your settings have been updated." : "Vaše nastavení bylo aktualizováno.",
+ "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é",
"To create a new account on ownCloud, just click the following link:\n{link}" : "Pro vytvoření nového účtu v ownCloud klikněte na následující odkaz:\n{link}",
"Welcome, you can create your account below." : "Vítejte, svůj účet si můžete založit níže.",
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
index 932e96d..7000eec 100644
--- a/l10n/cs_CZ.php
+++ b/l10n/cs_CZ.php
@@ -9,6 +9,9 @@ $TRANSLATIONS = array(
"Unable to create user, there are problems with user backend." => "Není možné vytvořit uživatelský účet, nastaly potíže v systému úložiště uživatelů.",
"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.",
"Your settings have been updated." => "Vaše nastavení bylo aktualizováno.",
+"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é",
"To create a new account on ownCloud, just click the following link:\n{link}" => "Pro vytvoření nového účtu v ownCloud klikněte na následující odkaz:\n{link}",
"Welcome, you can create your account below." => "Vítejte, svůj účet si můžete založit níže.",
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 4ba09c5..337f595 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"registration",
{
+ "Register" : "Register",
"Email address you entered is not valid" : "Email address you entered is not valid",
"There is already a pending registration with this email" : "There is already a pending registration with this email",
"Verify your ownCloud registration request" : "Verify your ownCloud registration request",
@@ -9,6 +10,9 @@ OC.L10N.register(
"Unable to create user, there are problems with user backend." : "Unable to create user, there are problems with the user backend.",
"Your account has been successfully created, you can log in now." : "Your account has been successfully created, you can log in now.",
"Your settings have been updated." : "Your settings have been updated.",
+ "No such group" : "No such group",
+ "Registration" : "Registration",
+ "Default group that all registered users belong" : "Default group that all registered users belong",
"None" : "None",
"To create a new account on ownCloud, just click the following link:\n{link}" : "To create a new account on ownCloud, just click the following link:\n{link}",
"Welcome, you can create your account below." : "Welcome, you can create your account below.",
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index f5b95a8..f03f744 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Register" : "Register",
"Email address you entered is not valid" : "Email address you entered is not valid",
"There is already a pending registration with this email" : "There is already a pending registration with this email",
"Verify your ownCloud registration request" : "Verify your ownCloud registration request",
@@ -7,6 +8,9 @@
"Unable to create user, there are problems with user backend." : "Unable to create user, there are problems with the user backend.",
"Your account has been successfully created, you can log in now." : "Your account has been successfully created, you can log in now.",
"Your settings have been updated." : "Your settings have been updated.",
+ "No such group" : "No such group",
+ "Registration" : "Registration",
+ "Default group that all registered users belong" : "Default group that all registered users belong",
"None" : "None",
"To create a new account on ownCloud, just click the following link:\n{link}" : "To create a new account on ownCloud, just click the following link:\n{link}",
"Welcome, you can create your account below." : "Welcome, you can create your account below.",
diff --git a/l10n/en_GB.php b/l10n/en_GB.php
index 7be0b60..adb96bc 100644
--- a/l10n/en_GB.php
+++ b/l10n/en_GB.php
@@ -1,5 +1,6 @@
"Register",
"Email address you entered is not valid" => "Email address you entered is not valid",
"There is already a pending registration with this email" => "There is already a pending registration with this email",
"Verify your ownCloud registration request" => "Verify your ownCloud registration request",
@@ -8,6 +9,9 @@ $TRANSLATIONS = array(
"Unable to create user, there are problems with user backend." => "Unable to create user, there are problems with the user backend.",
"Your account has been successfully created, you can log in now." => "Your account has been successfully created, you can log in now.",
"Your settings have been updated." => "Your settings have been updated.",
+"No such group" => "No such group",
+"Registration" => "Registration",
+"Default group that all registered users belong" => "Default group that all registered users belong",
"None" => "None",
"To create a new account on ownCloud, just click the following link:\n{link}" => "To create a new account on ownCloud, just click the following link:\n{link}",
"Welcome, you can create your account below." => "Welcome, you can create your account below.",