Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
32706d95
Commit
32706d95
authored
Oct 15, 2011
by
Luca Bennati
Committed by
Alexandre Julliard
Oct 17, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcpl: Update Italian translation.
parent
9d487fd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
5 deletions
+45
-5
cpl_It.rc
dlls/inetcpl.cpl/cpl_It.rc
+45
-5
No files found.
dlls/inetcpl.cpl/cpl_It.rc
View file @
32706d95
/*
* Italian resources for the Internet control panel applet
*
* Copyright 2010 Luca Bennati <lucak3@gmail.com
* Copyright 2010
,2011
Luca Bennati <lucak3@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -40,14 +40,54 @@ BEGIN
PUSHBUTTON "Pagina &attuale", IDC_HOME_CURRENT, 58, 36, 80, 14
PUSHBUTTON "Pagina &predefinita", IDC_HOME_DEFAULT, 144, 36, 80, 14
PUSHBUTTON "Pagina &vuota", IDC_HOME_BLANK, 230, 36, 80, 14
GROUPBOX "
Browsing history
", IDC_STATIC, 4, 60, 312, 46
LTEXT "
You can delete cached pages, cookies and other data
.",
GROUPBOX "
Nella cronologia
", IDC_STATIC, 4, 60, 312, 46
LTEXT "
Puoi eliminare pagine in cache, cookies e altri dati
.",
IDC_STATIC, 58, 72, 252, 10
PUSHBUTTON "
Delete &files
...", IDC_HISTORY_DELETE, 144, 86, 80, 14
PUSHBUTTON "&
Settings
...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
PUSHBUTTON "
Elimina &file
...", IDC_HISTORY_DELETE, 144, 86, 80, 14
PUSHBUTTON "&
Impostazioni
...", IDC_HISTORY_SETTINGS, 230, 86, 80, 14
END
/* "Delete browsing history" dialog */
IDD_DELETE_HISTORY DIALOG 0, 0, 250, 250
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
CAPTION "Elimina la cronologia"
BEGIN
AUTOCHECKBOX "File temporanei di internet\nCopie in cache di pagine web, immagini e certificati.",
IDC_DELETE_TEMP_FILES, 10, 8, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "Cookie\nFile salvati sul tuo computer da siti web, che memorizzano le impostazioni dell'utente e le informazioni di accesso.",
IDC_DELETE_COOKIES, 10, 38, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "Cronologia\nLista dei siti web che hai visitato.",
IDC_DELETE_HISTORY, 10, 68, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "Dati dei moduli\nNome utente e altre informazioni che hai inserito nei moduli.",
IDC_DELETE_FORM_DATA, 10, 98, 230, 30, BS_TOP | BS_MULTILINE
AUTOCHECKBOX "Password\nPassword salvate che hai inserito nei moduli.",
IDC_DELETE_PASSWORDS, 10, 128, 230, 30, BS_TOP | BS_MULTILINE
DEFPUSHBUTTON "Annulla", IDCANCEL, 185, 230, 60, 15, WS_GROUP
PUSHBUTTON "Elimina", IDOK, 120, 230, 60, 15, WS_GROUP
END
/* "Security" propsheet */
IDD_SECURITY DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
CAPTION "Sicurezza"
BEGIN
CONTROL "Listview", IDC_SEC_LISTVIEW, "SysListView32",
LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_VSCROLL,
4, 4, 312, 58
LTEXT "", IDC_SEC_ZONE_INFO, 4, 68, 312, 20
GROUPBOX "", IDC_SEC_GROUP, 4, 88, 312, 126
CONTROL "trackbar", IDC_SEC_TRACKBAR, "msctls_trackbar32",
TBS_VERT | TBS_AUTOTICKS | TBS_BOTH | TBS_REVERSED, 8, 98, 32, 100
LTEXT "", IDC_SEC_LEVEL, 48, 102, 180, 12
LTEXT "", IDC_SEC_LEVEL_INFO, 48, 114, 260, 80
END
/* "Content" propsheet */
IDD_CONTENT DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment