Module: wine Branch: master Commit: 8e63377eb506d97ec2e22d1c2d17ef099bfbf3c9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e63377eb506d97ec2e22d1c2d...
Author: Luca Bennati lucak3@gmail.com Date: Mon Sep 27 15:02:44 2010 +0200
inetcpl.cpl: Update Italian translation.
---
dlls/inetcpl.cpl/cpl_It.rc | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/dlls/inetcpl.cpl/cpl_It.rc b/dlls/inetcpl.cpl/cpl_It.rc index 81e3044..629a1e3 100644 --- a/dlls/inetcpl.cpl/cpl_It.rc +++ b/dlls/inetcpl.cpl/cpl_It.rc @@ -1,5 +1,5 @@ /* - * Internet control panel applet + * Italian resources for the Internet control panel applet * * Copyright 2010 Luca Bennati <lucak3@gmail.com * @@ -22,12 +22,27 @@ #include "inetcpl.h"
/* UTF-8 */ -#pragma codepage(65001) +#pragma code_page(65001)
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE BEGIN IDS_CPL_NAME "Impostazioni di Internet" - IDS_CPL_INFO "Configura il browser Internet di Wine e le relative impostazioni" + IDS_CPL_INFO "Configura il browser Internet di Wine e le relative impostazioni" +END + +/* "Content" propsheet */ +IDD_CONTENT DIALOG 0, 0, 320, 220 +STYLE WS_CAPTION | WS_CHILD | WS_DISABLED +FONT 8, "MS Shell Dlg" +CAPTION "Contenuto" +BEGIN + + GROUPBOX " Certificati ", IDC_STATIC, 4, 4, 312, 50 + LTEXT "I certificati sono usati per la tua identificazione personale e per identificare le autorità e gli editori dei certificati.", + IDC_STATIC, 58, 14, 252, 18 + PUSHBUTTON "Certificati...", IDC_CERT, 146, 34, 80, 14 + PUSHBUTTON "Editori... ", IDC_CERT_PUBLISHER, 230, 34, 80, 14 + END