diff --git a/messages.pot b/messages.pot index 727cb46dd58..dbcb77bcff8 100644 --- a/messages.pot +++ b/messages.pot @@ -389,6 +389,9 @@ msgstr "" msgid "congrats_message" msgstr "" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "" @@ -866,6 +869,9 @@ msgstr "" msgid "keyword_language_invalid" msgstr "" +msgid "landcode_phone_number" +msgstr "" + msgid "language" msgstr "" @@ -1241,6 +1247,9 @@ msgstr "" msgid "personal_text_invalid" msgstr "" +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "" diff --git a/templates/signup.html b/templates/signup.html index b13b46dbf10..46f7a042304 100644 --- a/templates/signup.html +++ b/templates/signup.html @@ -44,6 +44,12 @@

{{_('create_student_account_expl +
+ +
@@ -203,6 +209,12 @@

{{_('create_student_account_expl

+
+ + +
{% endif %}
diff --git a/tests/cypress/e2e/signup_page/connect_guest_teacher_create_account.cy.js b/tests/cypress/e2e/signup_page/connect_guest_teacher_create_account.cy.js new file mode 100644 index 00000000000..d6fb9c0292d --- /dev/null +++ b/tests/cypress/e2e/signup_page/connect_guest_teacher_create_account.cy.js @@ -0,0 +1,14 @@ +import {goToRegisterTeacher} from '../tools/navigation/nav.js' + +describe('Check connect with guest teacher', () => { + it('passes', () => { + + goToRegisterTeacher(); + + cy.get('#connect_guest_teacher').check() + .should('be.visible') + + cy.get('#phone_number') + .should('be.visible') + }) +}) diff --git a/translations/ar/LC_MESSAGES/messages.po b/translations/ar/LC_MESSAGES/messages.po index b19f0e516dc..e2b3c0c88a5 100644 --- a/translations/ar/LC_MESSAGES/messages.po +++ b/translations/ar/LC_MESSAGES/messages.po @@ -453,6 +453,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "هذه المغامرة غير صالحة" @@ -1002,6 +1005,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "الرجاء اختيار لغة صحيحة للكلمات المفتاحية (الأوامر البرمجية). اختر اللغة الإنجليزية أو لغتك الخاصة." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1435,6 +1441,9 @@ msgstr "النص الشخصي" msgid "personal_text_invalid" msgstr "النص الشخصي غير صالح." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/bg/LC_MESSAGES/messages.po b/translations/bg/LC_MESSAGES/messages.po index 333b1b827c4..c18992c2b35 100644 --- a/translations/bg/LC_MESSAGES/messages.po +++ b/translations/bg/LC_MESSAGES/messages.po @@ -495,6 +495,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1115,6 +1118,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1600,6 +1606,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/bn/LC_MESSAGES/messages.po b/translations/bn/LC_MESSAGES/messages.po index 9fd413286f8..98fcaa40f5f 100644 --- a/translations/bn/LC_MESSAGES/messages.po +++ b/translations/bn/LC_MESSAGES/messages.po @@ -513,6 +513,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1149,6 +1152,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1663,6 +1669,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/ca/LC_MESSAGES/messages.po b/translations/ca/LC_MESSAGES/messages.po index 3dbea5015c6..814dab4a539 100644 --- a/translations/ca/LC_MESSAGES/messages.po +++ b/translations/ca/LC_MESSAGES/messages.po @@ -426,6 +426,9 @@ msgstr "Errors freqüents" msgid "congrats_message" msgstr "Felicitats, {username}, has completat Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Aquesta aventura no és vàlida." @@ -944,6 +947,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1455,6 +1461,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Afegir sufix classe" diff --git a/translations/cs/LC_MESSAGES/messages.po b/translations/cs/LC_MESSAGES/messages.po index a3550e47e0b..1e40ff5663a 100644 --- a/translations/cs/LC_MESSAGES/messages.po +++ b/translations/cs/LC_MESSAGES/messages.po @@ -498,6 +498,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1115,6 +1118,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1596,6 +1602,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/cy/LC_MESSAGES/messages.po b/translations/cy/LC_MESSAGES/messages.po index 79e21aff3e2..7f88291ac36 100644 --- a/translations/cy/LC_MESSAGES/messages.po +++ b/translations/cy/LC_MESSAGES/messages.po @@ -513,6 +513,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1149,6 +1152,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1676,6 +1682,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/da/LC_MESSAGES/messages.po b/translations/da/LC_MESSAGES/messages.po index 9076293f7d8..0e42a0cd1f4 100644 --- a/translations/da/LC_MESSAGES/messages.po +++ b/translations/da/LC_MESSAGES/messages.po @@ -513,6 +513,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1149,6 +1152,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1676,6 +1682,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po index 11b3ecc4faa..bb24e594cb1 100644 --- a/translations/de/LC_MESSAGES/messages.po +++ b/translations/de/LC_MESSAGES/messages.po @@ -426,6 +426,9 @@ msgstr "Häufige Fehler" msgid "congrats_message" msgstr "Herzlichen Glückwunsch, {username}, Du hast Hedy abgeschlossen!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Dieses Abenteuer ist ungültig." @@ -928,6 +931,9 @@ msgstr "Warte auf Knopfdruck..." msgid "keyword_language_invalid" msgstr "Bitte wähle eine gültige Schlüsselwortsprache (wähle Englisch oder deine eigene Sprache)." +msgid "landcode_phone_number" +msgstr "" + msgid "language" msgstr "Sprache" @@ -1341,6 +1347,9 @@ msgstr "Persönlicher Text" msgid "personal_text_invalid" msgstr "Dein persönlicher Text ist ungültig." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Postfix Klassenname" diff --git a/translations/el/LC_MESSAGES/messages.po b/translations/el/LC_MESSAGES/messages.po index 4f6089da77a..0f71646a3e7 100644 --- a/translations/el/LC_MESSAGES/messages.po +++ b/translations/el/LC_MESSAGES/messages.po @@ -468,6 +468,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Αυτή η περιπέτεια δεν είναι έγκυρη" @@ -1033,6 +1036,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Επίλεξε μια έγκυρη γλώσσα λέξεων-κλειδιών (επιλέξτε Αγγλικά ή τη δική σας γλώσσα)" +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1476,6 +1482,9 @@ msgstr "Προσωπικό κείμενο" msgid "personal_text_invalid" msgstr "Το προσωπικό σου κείμενο δεν είναι έγκυρο" +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/en/LC_MESSAGES/messages.po b/translations/en/LC_MESSAGES/messages.po index 6074b884423..80bf5282170 100644 --- a/translations/en/LC_MESSAGES/messages.po +++ b/translations/en/LC_MESSAGES/messages.po @@ -390,6 +390,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have reached the following results with Hedy!" +msgid "connect_guest_teacher" +msgstr "I would like to be connected with a guest teacher who can give a few lessons" + msgid "content_invalid" msgstr "This adventure is invalid." @@ -867,6 +870,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "Please also add your country's landcode" + msgid "language" msgstr "Language" @@ -1270,6 +1276,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "Phone number" + msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/eo/LC_MESSAGES/messages.po b/translations/eo/LC_MESSAGES/messages.po index 4ecf7957309..8e8ae8a1310 100644 --- a/translations/eo/LC_MESSAGES/messages.po +++ b/translations/eo/LC_MESSAGES/messages.po @@ -471,6 +471,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Jen nevalida aventuro." @@ -1039,6 +1042,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1494,6 +1500,9 @@ msgstr "Persona teksto" msgid "personal_text_invalid" msgstr "Via persona teksto ne validas." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/es/LC_MESSAGES/messages.po b/translations/es/LC_MESSAGES/messages.po index c89aefa9054..cd096a24a89 100644 --- a/translations/es/LC_MESSAGES/messages.po +++ b/translations/es/LC_MESSAGES/messages.po @@ -393,6 +393,9 @@ msgstr "Errores comunes" msgid "congrats_message" msgstr "¡Felicitaciones, {username}, has alcanzado los siguientes resultados con Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Esta aventura no es válida." @@ -872,6 +875,9 @@ msgstr "Esperando a que se presione un botón..." msgid "keyword_language_invalid" msgstr "Por favor, selecciona un idioma para palabras clave (selecciona Inglés o tu propio idioma)." +msgid "landcode_phone_number" +msgstr "" + msgid "language" msgstr "Idioma" @@ -1276,6 +1282,9 @@ msgstr "Texto personal" msgid "personal_text_invalid" msgstr "Tu texto personal es inválido." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Sufijo de nombre de clase" diff --git a/translations/et/LC_MESSAGES/messages.po b/translations/et/LC_MESSAGES/messages.po index 19548141c82..ae8818ff7c2 100644 --- a/translations/et/LC_MESSAGES/messages.po +++ b/translations/et/LC_MESSAGES/messages.po @@ -504,6 +504,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1127,6 +1130,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1638,6 +1644,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/fa/LC_MESSAGES/messages.po b/translations/fa/LC_MESSAGES/messages.po index 5bb0d5b9502..8977e721cc9 100644 --- a/translations/fa/LC_MESSAGES/messages.po +++ b/translations/fa/LC_MESSAGES/messages.po @@ -513,6 +513,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1145,6 +1148,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1657,6 +1663,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/fi/LC_MESSAGES/messages.po b/translations/fi/LC_MESSAGES/messages.po index 1096ee6bd98..01fda387497 100644 --- a/translations/fi/LC_MESSAGES/messages.po +++ b/translations/fi/LC_MESSAGES/messages.po @@ -513,6 +513,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1148,6 +1151,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1675,6 +1681,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po index aa4877c25e1..e3c1f9af8a2 100644 --- a/translations/fr/LC_MESSAGES/messages.po +++ b/translations/fr/LC_MESSAGES/messages.po @@ -435,6 +435,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Félicitations, {username}, tu as fini Hedy !" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Cette aventure n'est pas valide." @@ -941,6 +944,9 @@ msgstr "En attente d'une touche pressée…" msgid "keyword_language_invalid" msgstr "Veuillez sélectionner une langue valide." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1359,6 +1365,9 @@ msgstr "Texte personnel" msgid "personal_text_invalid" msgstr "Votre texte personnel est invalide." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Corriger nom de classe" diff --git a/translations/fy/LC_MESSAGES/messages.po b/translations/fy/LC_MESSAGES/messages.po index 5a03d086d3d..c90be41a43a 100644 --- a/translations/fy/LC_MESSAGES/messages.po +++ b/translations/fy/LC_MESSAGES/messages.po @@ -491,6 +491,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1100,6 +1103,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1584,6 +1590,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/he/LC_MESSAGES/messages.po b/translations/he/LC_MESSAGES/messages.po index 7ff5863188c..c148f0e5caa 100644 --- a/translations/he/LC_MESSAGES/messages.po +++ b/translations/he/LC_MESSAGES/messages.po @@ -493,6 +493,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1114,6 +1117,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1624,6 +1630,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/hi/LC_MESSAGES/messages.po b/translations/hi/LC_MESSAGES/messages.po index 589718eac3b..1e42f0b66be 100644 --- a/translations/hi/LC_MESSAGES/messages.po +++ b/translations/hi/LC_MESSAGES/messages.po @@ -464,6 +464,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "यह adventure अमान्य है" @@ -1032,6 +1035,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1491,6 +1497,9 @@ msgstr "व्यक्तिगत पाठ" msgid "personal_text_invalid" msgstr "आपका व्यक्तिगत पाठ अमान्य है" +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/hu/LC_MESSAGES/messages.po b/translations/hu/LC_MESSAGES/messages.po index 53e8348828e..7673d85693e 100644 --- a/translations/hu/LC_MESSAGES/messages.po +++ b/translations/hu/LC_MESSAGES/messages.po @@ -493,6 +493,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1102,6 +1105,9 @@ msgstr "Gombnyomásra várok..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1584,6 +1590,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/ia/LC_MESSAGES/messages.po b/translations/ia/LC_MESSAGES/messages.po index af62e67cbed..1a6f676d503 100644 --- a/translations/ia/LC_MESSAGES/messages.po +++ b/translations/ia/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have reached the following results with Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1148,6 +1151,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1675,6 +1681,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/iba/LC_MESSAGES/messages.po b/translations/iba/LC_MESSAGES/messages.po index 625cd0d5af7..263ce9fd312 100644 --- a/translations/iba/LC_MESSAGES/messages.po +++ b/translations/iba/LC_MESSAGES/messages.po @@ -515,6 +515,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have reached the following results with Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1151,6 +1154,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1679,6 +1685,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/id/LC_MESSAGES/messages.po b/translations/id/LC_MESSAGES/messages.po index 332ea5618c4..dac392992e8 100644 --- a/translations/id/LC_MESSAGES/messages.po +++ b/translations/id/LC_MESSAGES/messages.po @@ -437,6 +437,9 @@ msgstr "Kesalahan Umum" msgid "congrats_message" msgstr "Selamat, {username}, Anda telah mencapai hasil berikut dengan Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Petualangan ini tidak valid." @@ -930,6 +933,9 @@ msgstr "Menunggu tombol ditekan..." msgid "keyword_language_invalid" msgstr "Silakan pilih bahasa kata kunci yang valid (pilih bahasa Inggris atau bahasa Anda sendiri)." +msgid "landcode_phone_number" +msgstr "" + msgid "language" msgstr "Bahasa" @@ -1341,6 +1347,9 @@ msgstr "Teks pribadi" msgid "personal_text_invalid" msgstr "Teks pribadi Anda tidak valid." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Nama kelas postfix" diff --git a/translations/it/LC_MESSAGES/messages.po b/translations/it/LC_MESSAGES/messages.po index 54beb6a0d01..d2c4824666c 100644 --- a/translations/it/LC_MESSAGES/messages.po +++ b/translations/it/LC_MESSAGES/messages.po @@ -494,6 +494,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1111,6 +1114,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1595,6 +1601,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/ja/LC_MESSAGES/messages.po b/translations/ja/LC_MESSAGES/messages.po index 6723ed21f99..bbe5b64e2d7 100644 --- a/translations/ja/LC_MESSAGES/messages.po +++ b/translations/ja/LC_MESSAGES/messages.po @@ -505,6 +505,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "{username}, Hedyを修了しておめでとうございます!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1140,6 +1143,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1653,6 +1659,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/kmr/LC_MESSAGES/messages.po b/translations/kmr/LC_MESSAGES/messages.po index ec3661d48cb..085b5f88f12 100644 --- a/translations/kmr/LC_MESSAGES/messages.po +++ b/translations/kmr/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have reached the following results with Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1148,6 +1151,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1675,6 +1681,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/ko/LC_MESSAGES/messages.po b/translations/ko/LC_MESSAGES/messages.po index f8f0dfa1328..0a1f8636eae 100644 --- a/translations/ko/LC_MESSAGES/messages.po +++ b/translations/ko/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "일반적인 오류" msgid "congrats_message" msgstr "축하합니다, {username}님, Hedy에서 다음 결과를 얻으셨습니다!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "이 모험은 부정확합니다." @@ -1148,6 +1151,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "올바른 키워드 언어(영어 또는 자국어 선택)를 선택하십시오." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1676,6 +1682,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/mi/LC_MESSAGES/messages.po b/translations/mi/LC_MESSAGES/messages.po index d05d57cbad6..a7ec2339664 100644 --- a/translations/mi/LC_MESSAGES/messages.po +++ b/translations/mi/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have reached the following results with Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1148,6 +1151,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1676,6 +1682,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/ms/LC_MESSAGES/messages.po b/translations/ms/LC_MESSAGES/messages.po index ad29fae2509..b66256955f6 100644 --- a/translations/ms/LC_MESSAGES/messages.po +++ b/translations/ms/LC_MESSAGES/messages.po @@ -515,6 +515,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have reached the following results with Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1151,6 +1154,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1679,6 +1685,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/nb_NO/LC_MESSAGES/messages.po b/translations/nb_NO/LC_MESSAGES/messages.po index 4b2db995d0e..ccdbfa2253c 100644 --- a/translations/nb_NO/LC_MESSAGES/messages.po +++ b/translations/nb_NO/LC_MESSAGES/messages.po @@ -462,6 +462,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Eventyret er ugyldig." @@ -1022,6 +1025,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Vennligst velg et gyldig språk for nøkkelord (velg ditt eget språk eller engelsk)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1465,6 +1471,9 @@ msgstr "Personlig tekst" msgid "personal_text_invalid" msgstr "Din personlige tekst er ugyldig." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/nl/LC_MESSAGES/messages.po b/translations/nl/LC_MESSAGES/messages.po index d4ca333aabe..b003963abc9 100644 --- a/translations/nl/LC_MESSAGES/messages.po +++ b/translations/nl/LC_MESSAGES/messages.po @@ -406,6 +406,9 @@ msgstr "Veel voorkomende fouten" msgid "congrats_message" msgstr "Gefeliciteerd, {username}, je hebt tot nu toe de volgende resultaten behaald met Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Dit avontuur is ongeldig." @@ -895,6 +898,9 @@ msgstr "Wachten op het indrukken van een knop..." msgid "keyword_language_invalid" msgstr "Dit is geen geldige commando taal (kies Engels of je eigen taal)." +msgid "landcode_phone_number" +msgstr "" + msgid "language" msgstr "Taal" @@ -1299,6 +1305,9 @@ msgstr "Persoonlijke tekst" msgid "personal_text_invalid" msgstr "Jouw persoonlijke tekst is ongeldig." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Klasnaam achter gebruikersnaam" diff --git a/translations/pa_PK/LC_MESSAGES/messages.po b/translations/pa_PK/LC_MESSAGES/messages.po index 33962a42fee..0cd2a5943d6 100644 --- a/translations/pa_PK/LC_MESSAGES/messages.po +++ b/translations/pa_PK/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1146,6 +1149,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1672,6 +1678,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/pap/LC_MESSAGES/messages.po b/translations/pap/LC_MESSAGES/messages.po index cb8d8d4faa0..8305de2e777 100644 --- a/translations/pap/LC_MESSAGES/messages.po +++ b/translations/pap/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have reached the following results with Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1148,6 +1151,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1676,6 +1682,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/pl/LC_MESSAGES/messages.po b/translations/pl/LC_MESSAGES/messages.po index eecc31c1702..b372247f881 100644 --- a/translations/pl/LC_MESSAGES/messages.po +++ b/translations/pl/LC_MESSAGES/messages.po @@ -425,6 +425,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Gratulacje, {username}, ukończyłeś Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Ta przygoda jest nieprawidłowa." @@ -931,6 +934,9 @@ msgstr "Oczekuje na naciśnięcie przycisku..." msgid "keyword_language_invalid" msgstr "Proszę wybrać poprawny język słów kluczowych (wybierz angielski lub twój własny język)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1349,6 +1355,9 @@ msgstr "Opis" msgid "personal_text_invalid" msgstr "Twój tekst jest nieprawidłowy." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Postfix nazwy klasy" diff --git a/translations/pt_BR/LC_MESSAGES/messages.po b/translations/pt_BR/LC_MESSAGES/messages.po index 77e86e6cb76..36771002b81 100644 --- a/translations/pt_BR/LC_MESSAGES/messages.po +++ b/translations/pt_BR/LC_MESSAGES/messages.po @@ -418,6 +418,9 @@ msgstr "Erros comuns" msgid "congrats_message" msgstr "Parabéns, {username}, você alcançou os seguintes resultados com Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Esta aventura é inválida." @@ -924,6 +927,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Por favor, selecione um idioma de comandos válido (selecione Inglês ou o seu próprio idioma)." +msgid "landcode_phone_number" +msgstr "" + msgid "language" msgstr "Idioma" @@ -1334,6 +1340,9 @@ msgstr "Texto pessoal" msgid "personal_text_invalid" msgstr "Seu texto pessoal é inválido." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/pt_PT/LC_MESSAGES/messages.po b/translations/pt_PT/LC_MESSAGES/messages.po index 82045692519..72f3226f67d 100644 --- a/translations/pt_PT/LC_MESSAGES/messages.po +++ b/translations/pt_PT/LC_MESSAGES/messages.po @@ -496,6 +496,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1111,6 +1114,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1600,6 +1606,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/ro/LC_MESSAGES/messages.po b/translations/ro/LC_MESSAGES/messages.po index 68fd606746f..b4c65b129ec 100644 --- a/translations/ro/LC_MESSAGES/messages.po +++ b/translations/ro/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1147,6 +1150,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1672,6 +1678,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/ru/LC_MESSAGES/messages.po b/translations/ru/LC_MESSAGES/messages.po index 35cedf6126e..b00d46de753 100644 --- a/translations/ru/LC_MESSAGES/messages.po +++ b/translations/ru/LC_MESSAGES/messages.po @@ -434,6 +434,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Поздравляем, {username}, вы завершили Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Это приключение недействительно." @@ -943,6 +946,9 @@ msgstr "Жду нажатия кнопки..." msgid "keyword_language_invalid" msgstr "Пожалуйста, выберите правильный язык ключевого слова (выберите английский или свой собственный язык)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1365,6 +1371,9 @@ msgstr "Личный текст" msgid "personal_text_invalid" msgstr "Ваш персональный текст неверен." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Имя постфикса класса" diff --git a/translations/sl/LC_MESSAGES/messages.po b/translations/sl/LC_MESSAGES/messages.po index e00c98b243b..3c7cdd3c77f 100644 --- a/translations/sl/LC_MESSAGES/messages.po +++ b/translations/sl/LC_MESSAGES/messages.po @@ -484,6 +484,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have reached the following results with Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1109,6 +1112,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1625,6 +1631,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/sq/LC_MESSAGES/messages.po b/translations/sq/LC_MESSAGES/messages.po index e9730608455..0f84a724f38 100644 --- a/translations/sq/LC_MESSAGES/messages.po +++ b/translations/sq/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1147,6 +1150,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1674,6 +1680,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/sr/LC_MESSAGES/messages.po b/translations/sr/LC_MESSAGES/messages.po index 91e63a90f85..7117fa58ffb 100644 --- a/translations/sr/LC_MESSAGES/messages.po +++ b/translations/sr/LC_MESSAGES/messages.po @@ -507,6 +507,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have reached the following results with Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1131,6 +1134,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1644,6 +1650,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/sv/LC_MESSAGES/messages.po b/translations/sv/LC_MESSAGES/messages.po index 6ec9987dfad..3fb3a64769f 100644 --- a/translations/sv/LC_MESSAGES/messages.po +++ b/translations/sv/LC_MESSAGES/messages.po @@ -426,6 +426,9 @@ msgstr "Vanliga fel" msgid "congrats_message" msgstr "Grattis, {username}, du har nått följande resultat med Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Äventyret är ogiltigt." @@ -931,6 +934,9 @@ msgstr "Väntar på en knapptryckning ..." msgid "keyword_language_invalid" msgstr "Välj ett giltigt språk för nyckelord (välj engelska eller ditt eget språk)." +msgid "landcode_phone_number" +msgstr "" + msgid "language" msgstr "Språk" @@ -1348,6 +1354,9 @@ msgstr "Personlig text" msgid "personal_text_invalid" msgstr "Din personliga text är ogiltig." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Postfix till lektionsnamnet" diff --git a/translations/sw/LC_MESSAGES/messages.po b/translations/sw/LC_MESSAGES/messages.po index 1c6cb7baed1..25f9d5e3da0 100644 --- a/translations/sw/LC_MESSAGES/messages.po +++ b/translations/sw/LC_MESSAGES/messages.po @@ -500,6 +500,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1118,6 +1121,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1610,6 +1616,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/te/LC_MESSAGES/messages.po b/translations/te/LC_MESSAGES/messages.po index d1cd7b32ccf..1327b75192e 100644 --- a/translations/te/LC_MESSAGES/messages.po +++ b/translations/te/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1147,6 +1150,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1674,6 +1680,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/th/LC_MESSAGES/messages.po b/translations/th/LC_MESSAGES/messages.po index 0289aa9a2bb..3eb9813c605 100644 --- a/translations/th/LC_MESSAGES/messages.po +++ b/translations/th/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1115,6 +1118,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1642,6 +1648,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/tl/LC_MESSAGES/messages.po b/translations/tl/LC_MESSAGES/messages.po index 0e6ff372a8c..8aa87ee3259 100644 --- a/translations/tl/LC_MESSAGES/messages.po +++ b/translations/tl/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1147,6 +1150,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1675,6 +1681,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/tn/LC_MESSAGES/messages.po b/translations/tn/LC_MESSAGES/messages.po index 0599317fb3a..5cf37898a4b 100644 --- a/translations/tn/LC_MESSAGES/messages.po +++ b/translations/tn/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1147,6 +1150,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1669,6 +1675,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/tr/LC_MESSAGES/messages.po b/translations/tr/LC_MESSAGES/messages.po index 17e8142176e..d14ccf3d741 100644 --- a/translations/tr/LC_MESSAGES/messages.po +++ b/translations/tr/LC_MESSAGES/messages.po @@ -428,6 +428,9 @@ msgstr "Yaygın hatalar" msgid "congrats_message" msgstr "Tebrikler {username}, Hedy ile aşağıdaki sonuçlara ulaştınız!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Bu macera geçersiz." @@ -922,6 +925,9 @@ msgstr "Bir düğmeye basılmasını bekliyorum..." msgid "keyword_language_invalid" msgstr "Lütfen geçerli bir anahtar kelime dili seçin (İngilizce, Türkçe veya kendi dilinizi seçin)." +msgid "landcode_phone_number" +msgstr "" + msgid "language" msgstr "Dil" @@ -1334,6 +1340,9 @@ msgstr "Kişisel metin" msgid "personal_text_invalid" msgstr "Kişisel metniniz geçersizdir." +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "Sınıf adı son eki" diff --git a/translations/uk/LC_MESSAGES/messages.po b/translations/uk/LC_MESSAGES/messages.po index 7d28a4c74fb..5a5f528cbf1 100644 --- a/translations/uk/LC_MESSAGES/messages.po +++ b/translations/uk/LC_MESSAGES/messages.po @@ -436,6 +436,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Вітаємо, {username}, ви успішно прошли курс Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "Ця пригода є недійсною." @@ -999,6 +1002,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1499,6 +1505,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Ваш особистий текст є недійсним." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/ur/LC_MESSAGES/messages.po b/translations/ur/LC_MESSAGES/messages.po index 1cfeab4c06b..92cd107b6a1 100644 --- a/translations/ur/LC_MESSAGES/messages.po +++ b/translations/ur/LC_MESSAGES/messages.po @@ -510,6 +510,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1145,6 +1148,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1672,6 +1678,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/vi/LC_MESSAGES/messages.po b/translations/vi/LC_MESSAGES/messages.po index 7b6597ebfb2..d9367011ab3 100644 --- a/translations/vi/LC_MESSAGES/messages.po +++ b/translations/vi/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1147,6 +1150,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1672,6 +1678,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/translations/zh_Hans/LC_MESSAGES/messages.po b/translations/zh_Hans/LC_MESSAGES/messages.po index 284de193725..7d7fd6cb456 100644 --- a/translations/zh_Hans/LC_MESSAGES/messages.po +++ b/translations/zh_Hans/LC_MESSAGES/messages.po @@ -393,6 +393,9 @@ msgstr "常见错误" msgid "congrats_message" msgstr "恭喜你,{username},你已经完成了Hedy!" +msgid "connect_guest_teacher" +msgstr "" + msgid "content_invalid" msgstr "这个探险活动无效。" @@ -872,6 +875,9 @@ msgstr "等待按下按钮..." msgid "keyword_language_invalid" msgstr "请选择有效的关键词语言(选择英语或你自己的语言)。" +msgid "landcode_phone_number" +msgstr "" + msgid "language" msgstr "语言" @@ -1276,6 +1282,9 @@ msgstr "个人文本" msgid "personal_text_invalid" msgstr "你的个人信息是无效的。" +msgid "phone_number" +msgstr "" + msgid "postfix_classname" msgstr "后缀类名" diff --git a/translations/zh_Hant/LC_MESSAGES/messages.po b/translations/zh_Hant/LC_MESSAGES/messages.po index 89479e37ffd..be3109a8b15 100644 --- a/translations/zh_Hant/LC_MESSAGES/messages.po +++ b/translations/zh_Hant/LC_MESSAGES/messages.po @@ -512,6 +512,9 @@ msgstr "Common errors" msgid "congrats_message" msgstr "Congratulations, {username}, you have completed Hedy!" +msgid "connect_guest_teacher" +msgstr "" + #, fuzzy msgid "content_invalid" msgstr "This adventure is invalid." @@ -1147,6 +1150,9 @@ msgstr "Waiting for a button press..." msgid "keyword_language_invalid" msgstr "Please select a valid keyword language (select English or your own language)." +msgid "landcode_phone_number" +msgstr "" + #, fuzzy msgid "language" msgstr "Language" @@ -1674,6 +1680,9 @@ msgstr "Personal text" msgid "personal_text_invalid" msgstr "Your personal text is invalid." +msgid "phone_number" +msgstr "" + #, fuzzy msgid "postfix_classname" msgstr "Postfix classname" diff --git a/website/auth_pages.py b/website/auth_pages.py index 1c7a08904ae..fc78256e20d 100644 --- a/website/auth_pages.py +++ b/website/auth_pages.py @@ -431,6 +431,7 @@ def store_new_account(self, account, email): "username": username, "password": hashed, "email": email, + "phone": account.get("phone"), "language": account["language"], "keyword_language": account["keyword_language"], "created": timems(), @@ -438,6 +439,7 @@ def store_new_account(self, account, email): "verification_pending": hashed_token, "last_login": timems(), "pair_with_teacher": 1 if account.get("pair_with_teacher") else 0, + "connect_guest_teacher": 1 if account.get("connect_guest_teacher") else 0, } for field in ["country", "birth_year", "gender", "language", "heard_about", "prog_experience",