From de5198c04f91582246fc7715df4cb266c59ed84f Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 2 Jan 2025 01:58:06 +0000 Subject: [PATCH] feat(Login): Add a tooltip and WhatsThis for the password field. This explains that passwords are optional, local, can't be recovered, and aren't sent to servers. Fixes #299. --- src/loginscreen.ui | 42 ++++++++++++++++++++++++----------------- translations/ar.ts | 10 ++++++++++ translations/be.ts | 10 ++++++++++ translations/bg.ts | 10 ++++++++++ translations/bn.ts | 10 ++++++++++ translations/cs.ts | 10 ++++++++++ translations/da.ts | 10 ++++++++++ translations/de.ts | 10 ++++++++++ translations/el.ts | 10 ++++++++++ translations/eo.ts | 10 ++++++++++ translations/es.ts | 10 ++++++++++ translations/et.ts | 10 ++++++++++ translations/fa.ts | 10 ++++++++++ translations/fi.ts | 10 ++++++++++ translations/fr.ts | 10 ++++++++++ translations/gl.ts | 10 ++++++++++ translations/he.ts | 10 ++++++++++ translations/hr.ts | 10 ++++++++++ translations/hu.ts | 10 ++++++++++ translations/is.ts | 10 ++++++++++ translations/it.ts | 10 ++++++++++ translations/ja.ts | 10 ++++++++++ translations/kn.ts | 10 ++++++++++ translations/ko.ts | 10 ++++++++++ translations/lt.ts | 10 ++++++++++ translations/lv.ts | 10 ++++++++++ translations/mk.ts | 10 ++++++++++ translations/nb_NO.ts | 10 ++++++++++ translations/nl.ts | 10 ++++++++++ translations/nl_BE.ts | 10 ++++++++++ translations/pl.ts | 10 ++++++++++ translations/pt.ts | 10 ++++++++++ translations/pt_BR.ts | 10 ++++++++++ translations/ro.ts | 10 ++++++++++ translations/ru.ts | 10 ++++++++++ translations/si.ts | 10 ++++++++++ translations/sk.ts | 10 ++++++++++ translations/sl.ts | 10 ++++++++++ translations/sq.ts | 10 ++++++++++ translations/sr.ts | 10 ++++++++++ translations/sr_Latn.ts | 10 ++++++++++ translations/sv.ts | 10 ++++++++++ translations/sw.ts | 10 ++++++++++ translations/ta.ts | 10 ++++++++++ translations/tr.ts | 10 ++++++++++ translations/ug.ts | 10 ++++++++++ translations/uk.ts | 10 ++++++++++ translations/ur.ts | 10 ++++++++++ translations/vi.ts | 10 ++++++++++ translations/zh_CN.ts | 10 ++++++++++ translations/zh_TW.ts | 10 ++++++++++ 51 files changed, 525 insertions(+), 17 deletions(-) diff --git a/src/loginscreen.ui b/src/loginscreen.ui index bd44180238..83893050ce 100644 --- a/src/loginscreen.ui +++ b/src/loginscreen.ui @@ -73,16 +73,16 @@ - QLayout::SetMaximumSize + QLayout::SizeConstraint::SetMaximumSize - QFormLayout::AllNonFixedFieldsGrow + QFormLayout::FieldGrowthPolicy::AllNonFixedFieldsGrow - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter - Qt::AlignCenter + Qt::AlignmentFlag::AlignCenter 9 @@ -108,7 +108,7 @@ Username: - Qt::AlignCenter + Qt::AlignmentFlag::AlignCenter @@ -128,12 +128,20 @@ Password: - Qt::AlignCenter + Qt::AlignmentFlag::AlignCenter + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + Password input field, you can leave it empty (no password), or type at least 6 characters @@ -145,7 +153,7 @@ Confirm: - Qt::AlignCenter + Qt::AlignmentFlag::AlignCenter @@ -171,7 +179,7 @@ - Qt::Horizontal + Qt::Orientation::Horizontal @@ -196,7 +204,7 @@ - Qt::Vertical + Qt::Orientation::Vertical @@ -209,7 +217,7 @@ - Qt::Vertical + Qt::Orientation::Vertical @@ -274,7 +282,7 @@ - Qt::Vertical + Qt::Orientation::Vertical @@ -290,7 +298,7 @@ Username: - Qt::AlignCenter + Qt::AlignmentFlag::AlignCenter @@ -310,7 +318,7 @@ Password: - Qt::AlignCenter + Qt::AlignmentFlag::AlignCenter @@ -337,7 +345,7 @@ - Qt::Vertical + Qt::Orientation::Vertical @@ -362,7 +370,7 @@ - Qt::Horizontal + Qt::Orientation::Horizontal @@ -404,10 +412,10 @@ - QFrame::Plain + QFrame::Shadow::Plain - Qt::Horizontal + Qt::Orientation::Horizontal diff --git a/translations/ar.ts b/translations/ar.ts index 66d05b6d59..b9e7001494 100644 --- a/translations/ar.ts +++ b/translations/ar.ts @@ -1680,6 +1680,16 @@ Please make sure to enter the same password twice. كلمات المرور التي أدخلتها مختلفة. يرجى التأكد من إدخال نفس كلمة المرور مرتين. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/be.ts b/translations/be.ts index 3d7c256eec..6a1e1790b2 100644 --- a/translations/be.ts +++ b/translations/be.ts @@ -1678,6 +1678,16 @@ Please make sure to enter the same password twice. Паролі, якія вы ўвялі, розныя. Пераканайцеся, што вы ўвялі адзін і той жа пароль двойчы. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/bg.ts b/translations/bg.ts index 2ce9e5c98b..e47b387571 100644 --- a/translations/bg.ts +++ b/translations/bg.ts @@ -1669,6 +1669,16 @@ Please make sure to enter the same password twice. Въведените пароли са различни. Уверете се, че сте въвели една и съща парола два пъти. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/bn.ts b/translations/bn.ts index cc7b061729..b037007c00 100644 --- a/translations/bn.ts +++ b/translations/bn.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. আপনার দেওয়া পাসওয়ার্ডগুলি আলাদা। অনুগ্রহ করে একই পাসওয়ার্ড দুবার প্রবেশ করানো নিশ্চিত করুন। + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/cs.ts b/translations/cs.ts index c517bcf721..5730ce8406 100644 --- a/translations/cs.ts +++ b/translations/cs.ts @@ -1671,6 +1671,16 @@ Please make sure to enter the same password twice. Hesla se neschodují. Ujistěte se, že zadáváte stejné heslo dvakrát. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/da.ts b/translations/da.ts index 2e20effa3b..a301ff2b89 100644 --- a/translations/da.ts +++ b/translations/da.ts @@ -1674,6 +1674,16 @@ Please make sure to enter the same password twice. De adgangskoder, du har indtastet, er forskellige. Sørg for at indtaste den samme adgangskode to gange. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/de.ts b/translations/de.ts index 64f33841e0..a055fbdedb 100644 --- a/translations/de.ts +++ b/translations/de.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. Die Passwörter stimmen nicht überein. Bitte gib in beide Felder das gleiche Passwort ein. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/el.ts b/translations/el.ts index 6101c372d7..fde4de9344 100644 --- a/translations/el.ts +++ b/translations/el.ts @@ -1668,6 +1668,16 @@ Please make sure to enter the same password twice. Οι κωδικοί πρόσβασης που έχετε εισάγει είναι διαφορετικοί. Βεβαιωθείτε ότι έχετε εισάγει τον ίδιο κωδικό πρόσβασης δύο φορές. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/eo.ts b/translations/eo.ts index eb009a60d3..810b8a1494 100644 --- a/translations/eo.ts +++ b/translations/eo.ts @@ -1668,6 +1668,16 @@ Please make sure to enter the same password twice. La pasvortoj, kiujn vi enigis, estas malsamaj. Bonvolu certigi enigi la saman pasvorton dufoje. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/es.ts b/translations/es.ts index daf5462ea3..c9d05ede67 100644 --- a/translations/es.ts +++ b/translations/es.ts @@ -1669,6 +1669,16 @@ Please make sure to enter the same password twice. Las contraseñas ingresadas no coinciden. Verifica que sean la misma en ambos recuadros. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/et.ts b/translations/et.ts index 03f308d807..de77e0543a 100644 --- a/translations/et.ts +++ b/translations/et.ts @@ -1669,6 +1669,16 @@ Please make sure to enter the same password twice. Sinu sisestatud salasõnad on erinevad. Palun vaata, et sa mõlemal korral sisestad sama salasõna. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/fa.ts b/translations/fa.ts index 647a13b864..635ffd0835 100644 --- a/translations/fa.ts +++ b/translations/fa.ts @@ -1672,6 +1672,16 @@ Please make sure to enter the same password twice. رمزهایی که وارد کرده اید متفاوت است. لطفاً مطمئن شوید که رمز عبور یکسان را دو بار وارد کنید. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/fi.ts b/translations/fi.ts index d7893b87d4..dee6c4139a 100644 --- a/translations/fi.ts +++ b/translations/fi.ts @@ -1668,6 +1668,16 @@ Please make sure to enter the same password twice. Syöttämäsi salasanat ovat erilaisia. Varmista, että syötät saman salasanan kahdesti. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/fr.ts b/translations/fr.ts index e7a133f6b4..cb99eafb0b 100644 --- a/translations/fr.ts +++ b/translations/fr.ts @@ -1668,6 +1668,16 @@ Please make sure to enter the same password twice. Les mots de passe que vous avez saisis sont différents. Veuillez vous assurer d'entrer deux fois le même mot de passe. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/gl.ts b/translations/gl.ts index 9415ab3a59..1ee47b64c2 100644 --- a/translations/gl.ts +++ b/translations/gl.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. Os contrasinais que introduciu son diferentes. Asegúrate de introducir o mesmo contrasinal dúas veces. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/he.ts b/translations/he.ts index bb62face2b..09070c80ca 100644 --- a/translations/he.ts +++ b/translations/he.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. הסיסמאות שהזנת שונות. אנא הקפד להזין את אותה סיסמה פעמיים. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/hr.ts b/translations/hr.ts index 46ed98060d..466fe463e6 100644 --- a/translations/hr.ts +++ b/translations/hr.ts @@ -1671,6 +1671,16 @@ Please make sure to enter the same password twice. Lozinke koje ste unijeli su različite. Obavezno unesite istu lozinku dva puta. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/hu.ts b/translations/hu.ts index 64d44b01af..da29ada9dd 100644 --- a/translations/hu.ts +++ b/translations/hu.ts @@ -1665,6 +1665,16 @@ Please make sure to enter the same password twice. A megadott jelszavak eltérőek. Ügyeljen arra, hogy kétszer adja meg ugyanazt a jelszót. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/is.ts b/translations/is.ts index ea3e2d8058..527d790f29 100644 --- a/translations/is.ts +++ b/translations/is.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. Lykilorðin sem þú hefur slegið inn eru mismunandi. Vinsamlegast vertu viss um að slá inn sama lykilorðið tvisvar. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/it.ts b/translations/it.ts index 21c0fff674..99c4746573 100644 --- a/translations/it.ts +++ b/translations/it.ts @@ -1668,6 +1668,16 @@ Please make sure to enter the same password twice. Le password che hai inserito sono diverse. Assicurati di inserire la stessa password due volte. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/ja.ts b/translations/ja.ts index 7211f01a32..810109dc2f 100644 --- a/translations/ja.ts +++ b/translations/ja.ts @@ -1664,6 +1664,16 @@ Please make sure to enter the same password twice. 入力したパスワードが異なります。 必ず同じパスワードを2回入力してください。 + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/kn.ts b/translations/kn.ts index f131842008..1609635ad9 100644 --- a/translations/kn.ts +++ b/translations/kn.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. ನೀವು ನಮೂದಿಸಿದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳು ವಿಭಿನ್ನವಾಗಿವೆ. ದಯವಿಟ್ಟು ಒಂದೇ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಎರಡು ಬಾರಿ ನಮೂದಿಸುವುದನ್ನು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/ko.ts b/translations/ko.ts index fec145487c..ed3e6110cb 100644 --- a/translations/ko.ts +++ b/translations/ko.ts @@ -1672,6 +1672,16 @@ Please make sure to enter the same password twice. 입력한 비밀번호가 다릅니다. 반드시 동일한 비밀번호를 두 번 입력해 주세요. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/lt.ts b/translations/lt.ts index 252200dab8..3aa253ed1c 100644 --- a/translations/lt.ts +++ b/translations/lt.ts @@ -1671,6 +1671,16 @@ Please make sure to enter the same password twice. Įvesti slaptažodžiai neatitinka. Įsitikinkite, kad tą patį slaptažodį įvedate du kartus. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/lv.ts b/translations/lv.ts index 91bda10d16..752315a6bd 100644 --- a/translations/lv.ts +++ b/translations/lv.ts @@ -1678,6 +1678,16 @@ Please make sure to enter the same password twice. Jūsu ievadītās paroles atšķiras. Lūdzu, divreiz ievadiet vienu un to pašu paroli. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/mk.ts b/translations/mk.ts index 0d10783726..3cdae6c3e0 100644 --- a/translations/mk.ts +++ b/translations/mk.ts @@ -1678,6 +1678,16 @@ Please make sure to enter the same password twice. Лозинките што ги внесовте се различни. Ве молиме погрижете се да ја внесете истата лозинка двапати. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/nb_NO.ts b/translations/nb_NO.ts index 66791c981c..1399bf75ad 100644 --- a/translations/nb_NO.ts +++ b/translations/nb_NO.ts @@ -1670,6 +1670,16 @@ Please make sure to enter the same password twice. Passordene du har skrevet samsvarer ikke. Skriv inn samme passord to ganger. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/nl.ts b/translations/nl.ts index 834fb15896..9c492b03d7 100644 --- a/translations/nl.ts +++ b/translations/nl.ts @@ -1668,6 +1668,16 @@ Please make sure to enter the same password twice. De wachtwoorden die je hebt ingevoerd, zijn verschillend. Zorg ervoor dat je hetzelfde wachtwoord twee keer invoert. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/nl_BE.ts b/translations/nl_BE.ts index e2f9e2d078..494c2c9644 100644 --- a/translations/nl_BE.ts +++ b/translations/nl_BE.ts @@ -1666,6 +1666,16 @@ Ge kunt der een aanmaken. Please make sure to enter the same password twice. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/pl.ts b/translations/pl.ts index e07bdd75e8..74de24e8ac 100644 --- a/translations/pl.ts +++ b/translations/pl.ts @@ -1689,6 +1689,16 @@ Please make sure to enter the same password twice. Wprowadzone przez CIebie hasła są różne. Pamiętaj, aby dwukrotnie wprowadzić to samo hasło. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/pt.ts b/translations/pt.ts index 7c44e7dff6..165771a7c6 100644 --- a/translations/pt.ts +++ b/translations/pt.ts @@ -1668,6 +1668,16 @@ Please make sure to enter the same password twice. As palavra-passe digitadas diferem. Certifique-se de introduziu a mesma palavra-passe duas vezes. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/pt_BR.ts b/translations/pt_BR.ts index a2aef1c456..8c4fdaaba0 100644 --- a/translations/pt_BR.ts +++ b/translations/pt_BR.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. As senha digitadas diferem. Certifique-se de que você entrou a mesma senha duas vezes. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/ro.ts b/translations/ro.ts index 88c856b095..6284978283 100644 --- a/translations/ro.ts +++ b/translations/ro.ts @@ -1678,6 +1678,16 @@ Please make sure to enter the same password twice. Parolele introduse sunt diferite. Vă rugăm să vă asigurați că introduceți aceeași parolă de două ori. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/ru.ts b/translations/ru.ts index 61d4469280..57f4b0fbf0 100644 --- a/translations/ru.ts +++ b/translations/ru.ts @@ -1674,6 +1674,16 @@ Please make sure to enter the same password twice. Введёные вами пароли отличаются друг от друга. Пожалуйста, убедитесь что вы ввели одинаковый пароль дважды. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/si.ts b/translations/si.ts index 792338e065..9749caae38 100644 --- a/translations/si.ts +++ b/translations/si.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. ඔබ ඇතුලත් කර ඇති මුරපද වෙනස් වේ. කරුණාකර එකම මුරපදය දෙවරක් ඇතුළත් කිරීමට වග බලා ගන්න. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/sk.ts b/translations/sk.ts index efab226ff9..06715089b7 100644 --- a/translations/sk.ts +++ b/translations/sk.ts @@ -1678,6 +1678,16 @@ Please make sure to enter the same password twice. Heslá, ktoré ste zadali, sa nezhodujú. Prosím, uistite sa, že ste zadali to isté heslo dvakrát. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/sl.ts b/translations/sl.ts index f8674806b2..f0d715f466 100644 --- a/translations/sl.ts +++ b/translations/sl.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. Gesla, ki ste jih vnesli, so drugačna. Dvakrat vnesite isto geslo. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/sq.ts b/translations/sq.ts index c37ede4a12..51c9687ac7 100644 --- a/translations/sq.ts +++ b/translations/sq.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. Fjalëkalimet që keni futur janë të ndryshme. Sigurohuni që të vendosni dy herë të njëjtin fjalëkalim. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/sr.ts b/translations/sr.ts index 44e04006cf..4b2cfe96c9 100644 --- a/translations/sr.ts +++ b/translations/sr.ts @@ -1678,6 +1678,16 @@ Please make sure to enter the same password twice. Лозинке које сте унели су различите. Обавезно двапут унесите исту лозинку. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/sr_Latn.ts b/translations/sr_Latn.ts index 1aabdc44ca..9cb4f365b7 100644 --- a/translations/sr_Latn.ts +++ b/translations/sr_Latn.ts @@ -1670,6 +1670,16 @@ Verovatno želite da napravite jedan. Please make sure to enter the same password twice. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/sv.ts b/translations/sv.ts index 36de0bf4b5..9126b53d88 100644 --- a/translations/sv.ts +++ b/translations/sv.ts @@ -1669,6 +1669,16 @@ Please make sure to enter the same password twice. Lösenorden du skrev in är olika. Vänligen se till att du skriver samma lösenord två gånger. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/sw.ts b/translations/sw.ts index 1d2906dedf..4d3bd2b942 100644 --- a/translations/sw.ts +++ b/translations/sw.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. Manenosiri uliyoweka ni tofauti. Tafadhali hakikisha umeingiza nenosiri sawa mara mbili. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/ta.ts b/translations/ta.ts index bcb0c0dd39..b6d732732e 100644 --- a/translations/ta.ts +++ b/translations/ta.ts @@ -1676,6 +1676,16 @@ Please make sure to enter the same password twice. நீங்கள் உள்ளிட்ட கடவுச்சொற்கள் வேறுபட்டவை. ஒரே கடவுச்சொல்லை இருமுறை உள்ளிடுவதை உறுதிசெய்யவும். + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/tr.ts b/translations/tr.ts index 1ad6ff50dc..1553502ab1 100644 --- a/translations/tr.ts +++ b/translations/tr.ts @@ -1669,6 +1669,16 @@ Please make sure to enter the same password twice. Girdiğiniz parolalar farklı. Lütfen aynı parolayı iki kez girdiğinizden emin olun. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/ug.ts b/translations/ug.ts index 62c231a5ce..9d71f6c358 100644 --- a/translations/ug.ts +++ b/translations/ug.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. سىز كىرگۈزگەن پارول ئوخشىمايدۇ. ئوخشاش پارولنى ئىككى قېتىم كىرگۈزۈشكە كاپالەتلىك قىلىڭ. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/uk.ts b/translations/uk.ts index 3422158705..354ba0f178 100644 --- a/translations/uk.ts +++ b/translations/uk.ts @@ -1677,6 +1677,16 @@ Please make sure to enter the same password twice. Введені вами паролі відрізняються. Будь ласка, переконайтеся, що ви ввели один і той самий пароль двічі. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/ur.ts b/translations/ur.ts index eebfe7267a..85c5f12418 100644 --- a/translations/ur.ts +++ b/translations/ur.ts @@ -1675,6 +1675,16 @@ Please make sure to enter the same password twice. آپ نے جو پاس ورڈ درج کیے ہیں وہ مختلف ہیں۔ براہ کرم ایک ہی پاس ورڈ کو دو بار درج کرنا یقینی بنائیں۔ + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/vi.ts b/translations/vi.ts index 116e9bd48a..238f73d3a2 100644 --- a/translations/vi.ts +++ b/translations/vi.ts @@ -1672,6 +1672,16 @@ Please make sure to enter the same password twice. Mật khẩu bạn đã nhập không giống nhau. Hãy đảm bảo nhập cùng một mật khẩu hai lần. + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/zh_CN.ts b/translations/zh_CN.ts index d7c104112c..1d3f86ead7 100644 --- a/translations/zh_CN.ts +++ b/translations/zh_CN.ts @@ -1665,6 +1665,16 @@ Please make sure to enter the same password twice. 您输入的密码是不同的。 请确保输入相同的密码两次。 + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow diff --git a/translations/zh_TW.ts b/translations/zh_TW.ts index 2a2e36255c..055b7083aa 100644 --- a/translations/zh_TW.ts +++ b/translations/zh_TW.ts @@ -1672,6 +1672,16 @@ Please make sure to enter the same password twice. 您輸入的密碼不同。 請確保輸入相同的密碼兩次。 + + This optional password is used to encrypt local message data and profile. +If you lose this password, there is no way to recover it. +Press Shift+F1 for more information. + + + + The password you enter here is optional and encrypts message data and your Tox secret key. It does not encrypt files received. Your profile data is never sent to any servers. This is not a remote login, it's local to your computer only. qTox developers won't be able to recover your password if lost. + + MainWindow