Language: Update translations

This commit is contained in:
Birunthan Mohanathas 2013-10-06 18:16:49 +03:00
parent 6c6ec771b0
commit 06cc2a3cf0
4 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1842,19 +1842,19 @@ void DialogManage::TabSettings::Create(HWND owner)
0, 0, 468, 131,
WS_VISIBLE, 0),
CT_LABEL(-1, ID_STR_LANGUAGESC,
6, 16, 87, 14,
6, 16, 107, 14,
WS_VISIBLE, 0),
CT_COMBOBOX(Id_LanguageDropDownList, 0,
87, 13, 222, 14,
107, 13, 222, 14,
WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL, 0),
CT_LABEL(-1, ID_STR_EDITORSC,
6, 37, 87, 9,
6, 37, 107, 9,
WS_VISIBLE, 0),
CT_EDIT(Id_EditorEdit, 0,
87, 34, 222, 14,
107, 34, 222, 14,
WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_READONLY, WS_EX_CLIENTEDGE),
CT_BUTTON(Id_EditorBrowseButton, ID_STR_ELLIPSIS,
313, 34, 25, 14,
333, 34, 25, 14,
WS_VISIBLE | WS_TABSTOP, 0),
CT_CHECKBOX(Id_CheckForUpdatesCheckBox, ID_STR_CHECKFORUPDATES,
6, 55, 150, 9,