Luca Bennati : serialui: Update Italian translation.

Alexandre Julliard julliard at winehq.org
Tue Sep 28 11:13:32 CDT 2010


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

Author: Luca Bennati <lucak3 at gmail.com>
Date:   Mon Sep 27 15:52:30 2010 +0200

serialui: Update Italian translation.

---

 dlls/serialui/It.rc |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/dlls/serialui/It.rc b/dlls/serialui/It.rc
index 3d2b65d..7b4c4a5 100644
--- a/dlls/serialui/It.rc
+++ b/dlls/serialui/It.rc
@@ -1,4 +1,6 @@
 /*
+ * Serialui Italian language support
+ *
  * Copyright 2000 Mike McCormack
  * Copyright 2003 Ivan Leo Puoti
  *
@@ -19,16 +21,19 @@
 
 #include "serialui.h"
 
+/* UTF-8 */
+#pragma code_page(65001)
+
 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 
 IDD_SERIALUICONFIG DIALOG 0, 0, 160, 159
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
-CAPTION "Proprietà per "
+CAPTION "Proprietà per "
 FONT 8, "MS Shell Dlg"
 BEGIN
-  LTEXT         "Bit per secondo", -1,5,20,55,10
+  LTEXT         "Bit per secondo (baud)", -1,5,20,55,10
   COMBOBOX      IDC_BAUD, 60, 20, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
-  LTEXT         "Parità", -1,5,40,55,10
+  LTEXT         "Parità", -1,5,40,55,10
   COMBOBOX      IDC_PARITY, 60, 40, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
   LTEXT         "Controllo di flusso", -1,5,60,55,10
   COMBOBOX      IDC_FLOW, 60, 60, 90, 36, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP




More information about the wine-cvs mailing list