=?UTF-8?Q?Aurimas=20Fi=C5=A1eras=20?=: comdlg32: Update Lithuanian translation.

Alexandre Julliard julliard at winehq.org
Fri Oct 21 11:02:02 CDT 2011


Module: wine
Branch: master
Commit: 46aa1511fadfc64de89b11d1fe6b10f4ee167185
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=46aa1511fadfc64de89b11d1fe6b10f4ee167185

Author: Aurimas Fišeras <aurimas at gmail.com>
Date:   Fri Oct 21 08:37:58 2011 +0300

comdlg32: Update Lithuanian translation.

---

 dlls/comdlg32/cdlg_Lt.rc |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/cdlg_Lt.rc b/dlls/comdlg32/cdlg_Lt.rc
index 0cc004a..1481ba5 100644
--- a/dlls/comdlg32/cdlg_Lt.rc
+++ b/dlls/comdlg32/cdlg_Lt.rc
@@ -1,5 +1,5 @@
 /*
- * Copyright 2009 Aurimas Fišeras <aurimas at gmail.com>
+ * Copyright 2009-2011 Aurimas Fišeras <aurimas at 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
+}




More information about the wine-cvs mailing list