mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
New Ask popup
Fix inputosaurus fake span width detection Add Esc trigger to all popups (#29) Many minor fixes
This commit is contained in:
parent
214d905f90
commit
dcc486a114
57 changed files with 1200 additions and 307 deletions
|
|
@ -171,6 +171,11 @@ FORWARD_MESSAGE_TOP_SENT = "Отправлено"
|
|||
FORWARD_MESSAGE_TOP_SUBJECT = "Тема"
|
||||
EMPTY_TO_ERROR_DESC = "Укажите как минимум одного получателя"
|
||||
|
||||
[POPUPS_ASK]
|
||||
BUTTON_YES = "Да"
|
||||
BUTTON_NO = "Нет"
|
||||
DESC_WANT_CLOSE_THIS_WINDOW = "Вы уверены, что хотите закрыть это окно?"
|
||||
|
||||
[POPUPS_LANGUAGES]
|
||||
TITLE_LANGUAGES = "Выберите язык"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue