Translate "Are you sure you want to exit?"

This commit is contained in:
the-djmaze 2023-02-21 15:45:21 +01:00
parent 5050d8edb3
commit bfffa750ca
39 changed files with 47 additions and 12 deletions

View file

@ -197,7 +197,7 @@ export class AppUser extends AbstractApp {
addEventListener('beforeunload', event => { addEventListener('beforeunload', event => {
if (arePopupsVisible() || (ThemeStore.isMobile() && MessageUserStore.message())) { if (arePopupsVisible() || (ThemeStore.isMobile() && MessageUserStore.message())) {
event.preventDefault(); event.preventDefault();
return event.returnValue = "Are you sure you want to exit?"; return event.returnValue = i18n('POPUPS_ASK/EXIT_ARE_YOU_SURE');
} }
}, {capture: true}); }, {capture: true});
} }
@ -263,18 +263,15 @@ export class AppUser extends AbstractApp {
PgpUserStore.init(); PgpUserStore.init();
// When auto-login is active
try {
navigator.registerProtocolHandler?.(
'mailto',
location.protocol + '//' + location.host + location.pathname + '?mailto&to=%s',
(SettingsGet('title') || 'SnappyMail')
);
} catch (e) {
console.error(e);
}
setTimeout(() => mailToHelper(SettingsGet('mailToEmail')), 500); setTimeout(() => mailToHelper(SettingsGet('mailToEmail')), 500);
// When auto-login is active
navigator.registerProtocolHandler?.(
'mailto',
location.protocol + '//' + location.host + location.pathname + '?mailto&to=%s',
(SettingsGet('title') || 'SnappyMail')
);
} else { } else {
this.logout(); this.logout();
} }

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "هل أنت متأكد من رغبتك باغلاق هذه النافذة؟", "DESC_WANT_CLOSE_THIS_WINDOW": "هل أنت متأكد من رغبتك باغلاق هذه النافذة؟",
"DESC_WANT_DELETE_MESSAGES": "هل أنت متأكد من رغبتك بحذف هذه الرسائل؟" "DESC_WANT_DELETE_MESSAGES": "هل أنت متأكد من رغبتك بحذف هذه الرسائل؟"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Сигурни ли сте, че желаете да затворите този прозорец?", "DESC_WANT_CLOSE_THIS_WINDOW": "Сигурни ли сте, че желаете да затворите този прозорец?",
"DESC_WANT_DELETE_MESSAGES": "Сигурни ли сте, че желаете да изтриете съобщението\/съобщенията?" "DESC_WANT_DELETE_MESSAGES": "Сигурни ли сте, че желаете да изтриете съобщението\/съобщенията?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Opravdu chcete zavřít toto okno?", "DESC_WANT_CLOSE_THIS_WINDOW": "Opravdu chcete zavřít toto okno?",
"DESC_WANT_DELETE_MESSAGES": "Opravdu chcete odstranit tyto zprávy?" "DESC_WANT_DELETE_MESSAGES": "Opravdu chcete odstranit tyto zprávy?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Vil du lukke vinduet?", "DESC_WANT_CLOSE_THIS_WINDOW": "Vil du lukke vinduet?",
"DESC_WANT_DELETE_MESSAGES": "Vil du slette denne\/disse meddelelse(r)?" "DESC_WANT_DELETE_MESSAGES": "Vil du slette denne\/disse meddelelse(r)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Sind Sie sicher, dass Sie dieses Fenster schließen möchten?", "DESC_WANT_CLOSE_THIS_WINDOW": "Sind Sie sicher, dass Sie dieses Fenster schließen möchten?",
"DESC_WANT_DELETE_MESSAGES": "Sind Sie sicher, dass Sie diese Nachricht(en) löschen möchten?" "DESC_WANT_DELETE_MESSAGES": "Sind Sie sicher, dass Sie diese Nachricht(en) löschen möchten?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Είστε σίγουροι πως θέλετε να κλείσετε αυτό το παράθυρο;", "DESC_WANT_CLOSE_THIS_WINDOW": "Είστε σίγουροι πως θέλετε να κλείσετε αυτό το παράθυρο;",
"DESC_WANT_DELETE_MESSAGES": "Είστε σίγουροι πως θέλετε να διαγράψετε το (τα) μήνυμα(τα);" "DESC_WANT_DELETE_MESSAGES": "Είστε σίγουροι πως θέλετε να διαγράψετε το (τα) μήνυμα(τα);"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Are you sure you want to close this window?", "DESC_WANT_CLOSE_THIS_WINDOW": "Are you sure you want to close this window?",
"DESC_WANT_DELETE_MESSAGES": "Are you sure you want to delete the message(s)?" "DESC_WANT_DELETE_MESSAGES": "Are you sure you want to delete the message(s)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Are you sure you want to close this window?", "DESC_WANT_CLOSE_THIS_WINDOW": "Are you sure you want to close this window?",
"DESC_WANT_DELETE_MESSAGES": "Are you sure you want to delete the message(s)?" "DESC_WANT_DELETE_MESSAGES": "Are you sure you want to delete the message(s)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "¿Está seguro de que desea cerrar esta ventana?", "DESC_WANT_CLOSE_THIS_WINDOW": "¿Está seguro de que desea cerrar esta ventana?",
"DESC_WANT_DELETE_MESSAGES": "¿Está seguro de que desea eliminar los mensajes?" "DESC_WANT_DELETE_MESSAGES": "¿Está seguro de que desea eliminar los mensajes?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Kas oled kindel, et soovid akna sulgeda?", "DESC_WANT_CLOSE_THIS_WINDOW": "Kas oled kindel, et soovid akna sulgeda?",
"DESC_WANT_DELETE_MESSAGES": "Kas oled kindel, et soovid sõnumi(d) kustutada?" "DESC_WANT_DELETE_MESSAGES": "Kas oled kindel, et soovid sõnumi(d) kustutada?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Ziur zaude leiho hau itxi nahi duzula?", "DESC_WANT_CLOSE_THIS_WINDOW": "Ziur zaude leiho hau itxi nahi duzula?",
"DESC_WANT_DELETE_MESSAGES": "Ziur zaude mezua(k) ezabatu nahi d(it)uzula?" "DESC_WANT_DELETE_MESSAGES": "Ziur zaude mezua(k) ezabatu nahi d(it)uzula?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "آیا از بستن این پنجره مطمئن هستید؟", "DESC_WANT_CLOSE_THIS_WINDOW": "آیا از بستن این پنجره مطمئن هستید؟",
"DESC_WANT_DELETE_MESSAGES": "آیا از حذف این پیام(ها) اطمینان دارید؟" "DESC_WANT_DELETE_MESSAGES": "آیا از حذف این پیام(ها) اطمینان دارید؟"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Haluatko varmasti sulkea tämän ikkunan?", "DESC_WANT_CLOSE_THIS_WINDOW": "Haluatko varmasti sulkea tämän ikkunan?",
"DESC_WANT_DELETE_MESSAGES": "Haluatko varmasti poistaa viestin\/viestit?" "DESC_WANT_DELETE_MESSAGES": "Haluatko varmasti poistaa viestin\/viestit?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Exiger une livraison sécurisée" "BUTTON_REQUIRE_TLS": "Exiger une livraison sécurisée"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Êtes-vous sûr de vouloir fermer cette fenêtre ?", "DESC_WANT_CLOSE_THIS_WINDOW": "Êtes-vous sûr de vouloir fermer cette fenêtre ?",
"DESC_WANT_DELETE_MESSAGES": "Êtes-vous sûr de vouloir supprimer ce(s) message(s) ?" "DESC_WANT_DELETE_MESSAGES": "Êtes-vous sûr de vouloir supprimer ce(s) message(s) ?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Biztos, hogy be akarod zárni ezt az ablakot?", "DESC_WANT_CLOSE_THIS_WINDOW": "Biztos, hogy be akarod zárni ezt az ablakot?",
"DESC_WANT_DELETE_MESSAGES": "Biztos, hogy törölni akarod az üzenete(ke)t?" "DESC_WANT_DELETE_MESSAGES": "Biztos, hogy törölni akarod az üzenete(ke)t?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Anda yakin untuk menutup jendela ini?", "DESC_WANT_CLOSE_THIS_WINDOW": "Anda yakin untuk menutup jendela ini?",
"DESC_WANT_DELETE_MESSAGES": "Anda yakin menghapus permanen pesan ini?" "DESC_WANT_DELETE_MESSAGES": "Anda yakin menghapus permanen pesan ini?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Ertu viss um að þú viljir loka þessum glugga?", "DESC_WANT_CLOSE_THIS_WINDOW": "Ertu viss um að þú viljir loka þessum glugga?",
"DESC_WANT_DELETE_MESSAGES": "Ertu viss um að þú viljir eyða skeytunum?" "DESC_WANT_DELETE_MESSAGES": "Ertu viss um að þú viljir eyða skeytunum?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Sei sicuro di voler chiudere questa finestra?", "DESC_WANT_CLOSE_THIS_WINDOW": "Sei sicuro di voler chiudere questa finestra?",
"DESC_WANT_DELETE_MESSAGES": "Sei sicuro di voler eliminare il messaggio?" "DESC_WANT_DELETE_MESSAGES": "Sei sicuro di voler eliminare il messaggio?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "このウインドウを閉じていいですか?", "DESC_WANT_CLOSE_THIS_WINDOW": "このウインドウを閉じていいですか?",
"DESC_WANT_DELETE_MESSAGES": "メッセージを削除していいですか?" "DESC_WANT_DELETE_MESSAGES": "メッセージを削除していいですか?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "정말로 이 페이지를 닫으시겠습니까 ?", "DESC_WANT_CLOSE_THIS_WINDOW": "정말로 이 페이지를 닫으시겠습니까 ?",
"DESC_WANT_DELETE_MESSAGES": "정말로 선택한 메세지를 삭제하시겠습니까 ?" "DESC_WANT_DELETE_MESSAGES": "정말로 선택한 메세지를 삭제하시겠습니까 ?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Ar tikrai norite uždaryti šį langą??", "DESC_WANT_CLOSE_THIS_WINDOW": "Ar tikrai norite uždaryti šį langą??",
"DESC_WANT_DELETE_MESSAGES": "Ar tikrai norite ištrinti pranešimą(us)?" "DESC_WANT_DELETE_MESSAGES": "Ar tikrai norite ištrinti pranešimą(us)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Are you sure you want to close this window?", "DESC_WANT_CLOSE_THIS_WINDOW": "Are you sure you want to close this window?",
"DESC_WANT_DELETE_MESSAGES": "Are you sure you want to delete the message(s)?" "DESC_WANT_DELETE_MESSAGES": "Are you sure you want to delete the message(s)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Er du sikker på at du vil lukke dette vinduet?", "DESC_WANT_CLOSE_THIS_WINDOW": "Er du sikker på at du vil lukke dette vinduet?",
"DESC_WANT_DELETE_MESSAGES": "Er du sikker på at du vil slette meldingen(e)?" "DESC_WANT_DELETE_MESSAGES": "Er du sikker på at du vil slette meldingen(e)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Veilige bezorging vereisen" "BUTTON_REQUIRE_TLS": "Veilige bezorging vereisen"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Weet u zeker dat u dit venster wilt sluiten?", "DESC_WANT_CLOSE_THIS_WINDOW": "Weet u zeker dat u dit venster wilt sluiten?",
"DESC_WANT_DELETE_MESSAGES": "Weet u zeker dat u dit\/deze bericht\/berichten wilt verwijderen?" "DESC_WANT_DELETE_MESSAGES": "Weet u zeker dat u dit\/deze bericht\/berichten wilt verwijderen?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Na pewno chcesz zamknąć to okno?", "DESC_WANT_CLOSE_THIS_WINDOW": "Na pewno chcesz zamknąć to okno?",
"DESC_WANT_DELETE_MESSAGES": "Na pewno chcesz usunąć wiadomość(-ci)?" "DESC_WANT_DELETE_MESSAGES": "Na pewno chcesz usunąć wiadomość(-ci)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Você tem certeza que deseja fechar esta janela?", "DESC_WANT_CLOSE_THIS_WINDOW": "Você tem certeza que deseja fechar esta janela?",
"DESC_WANT_DELETE_MESSAGES": "Você tem certeza de que deseja excluir essa(s) mensagem(s)?" "DESC_WANT_DELETE_MESSAGES": "Você tem certeza de que deseja excluir essa(s) mensagem(s)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Exigir entrega segura" "BUTTON_REQUIRE_TLS": "Exigir entrega segura"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Tem a certeza de que quer fechar esta janela?", "DESC_WANT_CLOSE_THIS_WINDOW": "Tem a certeza de que quer fechar esta janela?",
"DESC_WANT_DELETE_MESSAGES": "Tem a certeza de que quer eliminar a(s) mensagem(s)?" "DESC_WANT_DELETE_MESSAGES": "Tem a certeza de que quer eliminar a(s) mensagem(s)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Exigir entrega segura" "BUTTON_REQUIRE_TLS": "Exigir entrega segura"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Tem a certeza de que quer fechar esta janela?", "DESC_WANT_CLOSE_THIS_WINDOW": "Tem a certeza de que quer fechar esta janela?",
"DESC_WANT_DELETE_MESSAGES": "Tem a certeza de que quer eliminar a(s) mensagem(s)?" "DESC_WANT_DELETE_MESSAGES": "Tem a certeza de que quer eliminar a(s) mensagem(s)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Sigur doriți să închideți această fereastră?", "DESC_WANT_CLOSE_THIS_WINDOW": "Sigur doriți să închideți această fereastră?",
"DESC_WANT_DELETE_MESSAGES": "Sigur doriți să ștergeți mesajul(e)?" "DESC_WANT_DELETE_MESSAGES": "Sigur doriți să ștergeți mesajul(e)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Вы уверены, что хотите закрыть это окно?", "DESC_WANT_CLOSE_THIS_WINDOW": "Вы уверены, что хотите закрыть это окно?",
"DESC_WANT_DELETE_MESSAGES": "Вы уверены, что хотите удалить сообщение(я)?" "DESC_WANT_DELETE_MESSAGES": "Вы уверены, что хотите удалить сообщение(я)?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Ste si istý že chcete zatvoriť toto okno?", "DESC_WANT_CLOSE_THIS_WINDOW": "Ste si istý že chcete zatvoriť toto okno?",
"DESC_WANT_DELETE_MESSAGES": "Ste si istý že chcete odstrániť tieto správy?" "DESC_WANT_DELETE_MESSAGES": "Ste si istý že chcete odstrániť tieto správy?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Želite zapreti to okno?", "DESC_WANT_CLOSE_THIS_WINDOW": "Želite zapreti to okno?",
"DESC_WANT_DELETE_MESSAGES": "Želite izbrisati sporočilo\/-a?" "DESC_WANT_DELETE_MESSAGES": "Želite izbrisati sporočilo\/-a?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Vill du stänga detta fönster?", "DESC_WANT_CLOSE_THIS_WINDOW": "Vill du stänga detta fönster?",
"DESC_WANT_DELETE_MESSAGES": "Är du säker att du vill ta bort meddelandet?" "DESC_WANT_DELETE_MESSAGES": "Är du säker att du vill ta bort meddelandet?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Bu pencereyi kapatmak istediğinizden emin misiniz?", "DESC_WANT_CLOSE_THIS_WINDOW": "Bu pencereyi kapatmak istediğinizden emin misiniz?",
"DESC_WANT_DELETE_MESSAGES": "Mesaj(ları) silmek istediğinizden emin misiniz?" "DESC_WANT_DELETE_MESSAGES": "Mesaj(ları) silmek istediğinizden emin misiniz?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Ви впевнені, що хочете закрити це вікно?", "DESC_WANT_CLOSE_THIS_WINDOW": "Ви впевнені, що хочете закрити це вікно?",
"DESC_WANT_DELETE_MESSAGES": "Ви впевнені, що хочете видалити повідомлення?" "DESC_WANT_DELETE_MESSAGES": "Ви впевнені, що хочете видалити повідомлення?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "Bạn có chắc muốn đóng bảng này chứ?", "DESC_WANT_CLOSE_THIS_WINDOW": "Bạn có chắc muốn đóng bảng này chứ?",
"DESC_WANT_DELETE_MESSAGES": "Bạn có chắc muốn xóa thư này chứ?" "DESC_WANT_DELETE_MESSAGES": "Bạn có chắc muốn xóa thư này chứ?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "您确定要关闭此窗口吗?", "DESC_WANT_CLOSE_THIS_WINDOW": "您确定要关闭此窗口吗?",
"DESC_WANT_DELETE_MESSAGES": "您确定要删除这条消息吗?" "DESC_WANT_DELETE_MESSAGES": "您确定要删除这条消息吗?"
}, },

View file

@ -234,6 +234,7 @@
"BUTTON_REQUIRE_TLS": "Require secure delivery" "BUTTON_REQUIRE_TLS": "Require secure delivery"
}, },
"POPUPS_ASK": { "POPUPS_ASK": {
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
"DESC_WANT_CLOSE_THIS_WINDOW": "你確定要關閉此窗口嗎?", "DESC_WANT_CLOSE_THIS_WINDOW": "你確定要關閉此窗口嗎?",
"DESC_WANT_DELETE_MESSAGES": "你確定你要刪除這條消息嗎?" "DESC_WANT_DELETE_MESSAGES": "你確定你要刪除這條消息嗎?"
}, },