comdlg32: Update Lithuanian translation.

This commit is contained in:
Aurimas Fišeras 2011-10-21 08:37:58 +03:00 committed by Alexandre Julliard
parent 28c94f5a53
commit 46aa1511fa

View file

@ -1,5 +1,5 @@
/*
* 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
}