Commit 46aa1511 authored by Aurimas Fišeras's avatar Aurimas Fišeras Committed by Alexandre Julliard

comdlg32: Update Lithuanian translation.

parent 28c94f5a
/*
* Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
* Copyright 2009-2011 Aurimas Fišeras <aurimas@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
......@@ -354,3 +354,21 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "Atsisakyti", IDCANCEL,222,128,50,14
PUSHBUTTON "&Žinynas", pshHelp,222,145,50,14
}
NEWFILEOPENV3ORD DIALOG 0, 0, 440, 300
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_CLIPCHILDREN |
WS_THICKFRAME
CAPTION "Atverti"
FONT 8, "MS Shell Dlg"
{
LTEXT "Failo vardas:", IDC_FILENAMESTATIC, 160, 240, 60, 9, SS_RIGHT
EDITTEXT IDC_FILENAME, 226, 240, 100, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP
LTEXT "Failų tipai:", IDC_FILETYPESTATIC, 160, 256, 60, 9, SS_RIGHT
COMBOBOX IDC_FILETYPE, 226, 256, 100, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP |
CBS_HASSTRINGS | CBS_DROPDOWNLIST
DEFPUSHBUTTON "&Atverti", IDOK, 350, 240, 40, 14, WS_GROUP
PUSHBUTTON "Atsisakyti", IDCANCEL, 395, 240, 40, 14
PUSHBUTTON "&Žinynas", pshHelp, 350, 272, 40, 14
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment