Merge pull request #70 from chipitsine/russian-translation

more russian translation
pull/72/head
Samuli Seppänen 2016-08-24 11:41:48 +03:00 committed by GitHub
commit 67e63328df
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ BEGIN
LTEXT "Пароль:", 0, 6, 26, 70, 10
EDITTEXT ID_EDT_AUTH_USER, 80, 6, 94, 12, ES_AUTOHSCROLL
EDITTEXT ID_EDT_AUTH_PASS, 80, 23, 94, 12, ES_PASSWORD | ES_AUTOHSCROLL
CHECKBOX "Save password", ID_CHK_SAVE_PASS, 6, 42, 100, 10
CHECKBOX "Запомнить", ID_CHK_SAVE_PASS, 6, 42, 100, 10
PUSHBUTTON "OK", IDOK, 30, 58, 50, 14, BS_PUSHBUTTON | WS_TABSTOP | WS_DISABLED
PUSHBUTTON "Отмена", IDCANCEL, 100, 58, 52, 14
END