diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
index 870d77f..6100ae6 100644
--- a/l10n/cs_CZ.js
+++ b/l10n/cs_CZ.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"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",
"Your settings have been updated." : "Vaše nastavení bylo aktualizováno.",
"No such group" : "Taková skupina neexistuje",
"Registration" : "Registrace",
@@ -21,6 +22,7 @@ OC.L10N.register(
"Allowed mail address domains for registration" : "Povolené domény emailových adres pro registraci",
"Enter a semicolon-seperated 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 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",
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
index 3a8d2b7..710a95c 100644
--- a/l10n/cs_CZ.json
+++ b/l10n/cs_CZ.json
@@ -11,6 +11,7 @@
"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",
"Your settings have been updated." : "Vaše nastavení bylo aktualizováno.",
"No such group" : "Taková skupina neexistuje",
"Registration" : "Registrace",
@@ -19,6 +20,7 @@
"Allowed mail address domains for registration" : "Povolené domény emailových adres pro registraci",
"Enter a semicolon-seperated 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 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",
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
index 561fd2f..0642e30 100644
--- a/l10n/cs_CZ.php
+++ b/l10n/cs_CZ.php
@@ -12,6 +12,7 @@ $TRANSLATIONS = array(
"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",
"Your settings have been updated." => "Vaše nastavení bylo aktualizováno.",
"No such group" => "Taková skupina neexistuje",
"Registration" => "Registrace",
@@ -20,6 +21,7 @@ $TRANSLATIONS = array(
"Allowed mail address domains for registration" => "Povolené domény emailových adres pro registraci",
"Enter a semicolon-seperated 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 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",
diff --git a/l10n/fr.js b/l10n/fr.js
index 6e57b52..4de5af5 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"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",
"Your settings have been updated." : "Vos paramètres ont été mis à jour.",
"No such group" : "Aucun groupe correspondant",
"Registration" : "Inscription",
@@ -20,6 +21,7 @@ OC.L10N.register(
"None" : "Aucun",
"Enter a semicolon-seperated 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 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 nouveau compte sur %s, cliquez simplement sur le lien suivant link:",
"Welcome, you can create your account below." : "Bienvenue, vous pouvez créer votre compte ci-dessous.",
"Username" : "Nom d'utilisateur",
"Password" : "Mot de passe",
diff --git a/l10n/fr.json b/l10n/fr.json
index 1da1f43..84ee1c6 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -11,6 +11,7 @@
"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",
"Your settings have been updated." : "Vos paramètres ont été mis à jour.",
"No such group" : "Aucun groupe correspondant",
"Registration" : "Inscription",
@@ -18,6 +19,7 @@
"None" : "Aucun",
"Enter a semicolon-seperated 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 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 nouveau compte sur %s, cliquez simplement sur le lien suivant link:",
"Welcome, you can create your account below." : "Bienvenue, vous pouvez créer votre compte ci-dessous.",
"Username" : "Nom d'utilisateur",
"Password" : "Mot de passe",
diff --git a/l10n/fr.php b/l10n/fr.php
index 61d1372..4bf0c80 100644
--- a/l10n/fr.php
+++ b/l10n/fr.php
@@ -12,6 +12,7 @@ $TRANSLATIONS = array(
"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",
"Your settings have been updated." => "Vos paramètres ont été mis à jour.",
"No such group" => "Aucun groupe correspondant",
"Registration" => "Inscription",
@@ -19,6 +20,7 @@ $TRANSLATIONS = array(
"None" => "Aucun",
"Enter a semicolon-seperated 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 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 nouveau compte sur %s, cliquez simplement sur le lien suivant link:",
"Welcome, you can create your account below." => "Bienvenue, vous pouvez créer votre compte ci-dessous.",
"Username" => "Nom d'utilisateur",
"Password" => "Mot de passe",
diff --git a/l10n/th_TH.js b/l10n/th_TH.js
index 12f9d22..90758fb 100644
--- a/l10n/th_TH.js
+++ b/l10n/th_TH.js
@@ -13,13 +13,16 @@ OC.L10N.register(
"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 ของคุณเพื่อร้องขอการลงทะเบียน",
"Your settings have been updated." : "การตั้งค่าของคุณได้รับการปรับปรุง",
"No such group" : "ไม่มีกลุ่มดังกล่าว",
"Registration" : "การลงทะเบียน",
"Default group that all registered users belong" : "ค่าเริ่มต้นของกลุ่มผู้ใช้ที่ลงทะเบียนเป็นสมาชิก",
"None" : "ไม่มี",
+ "Allowed mail address domains for registration" : "อนุญาตให้โดเมนที่อยู่อีเมลสำหรับการลงทะเบียน",
"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "ป้อนรายการโดเมนที่ได้รับอนุญาต ตัวอย่าง: owncloud.com;github.com",
"Registration is only allowed for following domains:" : "การลงทะเบียนอนุญาตเฉพาะโดเมนดังต่อไปนี้:",
+ "To create a new account on %s, just click the following link:" : "หากต้องการสร้างบัญชีใหม่บน %s เพียงแค่คลิกที่ลิงค์ต่อไปนี้:",
"Welcome, you can create your account below." : "ยินดีต้อนรับ, คุณสามารถสร้างบัญชีของคุณด้านล่าง",
"Username" : "ชื่อผู้ใช้งาน",
"Password" : "รหัสผ่าน",
diff --git a/l10n/th_TH.json b/l10n/th_TH.json
index 5b6c71c..11b10d0 100644
--- a/l10n/th_TH.json
+++ b/l10n/th_TH.json
@@ -11,13 +11,16 @@
"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 ของคุณเพื่อร้องขอการลงทะเบียน",
"Your settings have been updated." : "การตั้งค่าของคุณได้รับการปรับปรุง",
"No such group" : "ไม่มีกลุ่มดังกล่าว",
"Registration" : "การลงทะเบียน",
"Default group that all registered users belong" : "ค่าเริ่มต้นของกลุ่มผู้ใช้ที่ลงทะเบียนเป็นสมาชิก",
"None" : "ไม่มี",
+ "Allowed mail address domains for registration" : "อนุญาตให้โดเมนที่อยู่อีเมลสำหรับการลงทะเบียน",
"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "ป้อนรายการโดเมนที่ได้รับอนุญาต ตัวอย่าง: owncloud.com;github.com",
"Registration is only allowed for following domains:" : "การลงทะเบียนอนุญาตเฉพาะโดเมนดังต่อไปนี้:",
+ "To create a new account on %s, just click the following link:" : "หากต้องการสร้างบัญชีใหม่บน %s เพียงแค่คลิกที่ลิงค์ต่อไปนี้:",
"Welcome, you can create your account below." : "ยินดีต้อนรับ, คุณสามารถสร้างบัญชีของคุณด้านล่าง",
"Username" : "ชื่อผู้ใช้งาน",
"Password" : "รหัสผ่าน",
diff --git a/l10n/th_TH.php b/l10n/th_TH.php
index 6247178..8be9390 100644
--- a/l10n/th_TH.php
+++ b/l10n/th_TH.php
@@ -12,13 +12,16 @@ $TRANSLATIONS = array(
"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 ของคุณเพื่อร้องขอการลงทะเบียน",
"Your settings have been updated." => "การตั้งค่าของคุณได้รับการปรับปรุง",
"No such group" => "ไม่มีกลุ่มดังกล่าว",
"Registration" => "การลงทะเบียน",
"Default group that all registered users belong" => "ค่าเริ่มต้นของกลุ่มผู้ใช้ที่ลงทะเบียนเป็นสมาชิก",
"None" => "ไม่มี",
+"Allowed mail address domains for registration" => "อนุญาตให้โดเมนที่อยู่อีเมลสำหรับการลงทะเบียน",
"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "ป้อนรายการโดเมนที่ได้รับอนุญาต ตัวอย่าง: owncloud.com;github.com",
"Registration is only allowed for following domains:" => "การลงทะเบียนอนุญาตเฉพาะโดเมนดังต่อไปนี้:",
+"To create a new account on %s, just click the following link:" => "หากต้องการสร้างบัญชีใหม่บน %s เพียงแค่คลิกที่ลิงค์ต่อไปนี้:",
"Welcome, you can create your account below." => "ยินดีต้อนรับ, คุณสามารถสร้างบัญชีของคุณด้านล่าง",
"Username" => "ชื่อผู้ใช้งาน",
"Password" => "รหัสผ่าน",