dinput: Add Italian translation

Luca Bennati lucak3 at gmail.com
Sat Oct 15 08:55:50 CDT 2011


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20111015/522948ce/attachment-0001.html>
-------------- next part --------------
From a0e93657a238a60fae3df66a1e5f6a9f285d2f72 Mon Sep 17 00:00:00 2001
From: Luca Bennati <lucak3 at gmail.com>
Date: Sat, 15 Oct 2011 15:18:39 +0200
Subject: dinput: Add Italian translation

---
 dlls/dinput/Makefile.in  |    1 +
 dlls/dinput/dinput_It.rc |   43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)
 create mode 100644 dlls/dinput/dinput_It.rc

diff --git a/dlls/dinput/Makefile.in b/dlls/dinput/Makefile.in
index 0054363..0007506 100644
--- a/dlls/dinput/Makefile.in
+++ b/dlls/dinput/Makefile.in
@@ -25,6 +25,7 @@ PO_SRCS = dinput.rc
 RC_SRCS = \
 	dinput.rc \
 	dinput_En.rc \
+	dinput_It.rc \
 	dinput_Ko.rc
 
 @MAKE_DLL_RULES@
diff --git a/dlls/dinput/dinput_It.rc b/dlls/dinput/dinput_It.rc
new file mode 100644
index 0000000..d853c7f
--- /dev/null
+++ b/dlls/dinput/dinput_It.rc
@@ -0,0 +1,43 @@
+/*
+ * Copyright (c) 2011 Luca Bennati
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include "resource.h"
+
+/* UTF-8 */
+#pragma code_page(65001)
+
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+IDD_CONFIGUREDEVICES DIALOG 0, 0, 270, 260
+STYLE DS_CENTER | DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_VISIBLE
+CAPTION "Configura unità"
+FONT 8, "Ms Shell Dlg"
+{
+    DEFPUSHBUTTON   "Ok", IDOK, 10, 236, 50, 14
+    DEFPUSHBUTTON   "Annulla", IDCANCEL, 65, 236, 50, 14
+    DEFPUSHBUTTON   "Resetta", IDC_RESET, 210, 236, 50, 14
+    COMBOBOX        IDC_PLAYERCOMBO, 10, 50, 90, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS
+    COMBOBOX        IDC_CONTROLLERCOMBO, 10, 20, 90, 30, CBS_DROPDOWNLIST | CBS_HASSTRINGS
+    LTEXT           "Riproduttore", IDC_PLAYERTEXT, 10, 40, 21, 8, SS_LEFT
+    LTEXT           "Unità", IDC_DEVICETEXT, 10, 10, 22, 8, SS_LEFT
+    LTEXT           "Azioni", IDC_ACTIONTEXT, 10, 70, 24, 8, SS_LEFT
+    LTEXT           "Corrispondenza", IDC_MAPPINGTEXT, 120, 8, 28, 8, SS_LEFT
+    LISTBOX         IDC_ACTIONLIST, 10, 80, 90, 130, WS_TABSTOP | WS_VSCROLL | LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
+    AUTOCHECKBOX    "Ordina assegnati", IDC_CHECKBOXSORT, 120, 215, 60, 8
+    CONTROL         "Listview", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
+}
-- 
1.7.7


More information about the wine-patches mailing list