mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
ae27ffcddc
I have edited some traslation files for the italian language, as the text looked robotic in the way senteces were written, or in some cases it used not-really-fitting synonymous or incorrect spelling. The edited strings are from varius areas of ReactOS. I hope this contribution makes italian language less strange to native speakers. - [ACCESS] Improve Italian (it-IT) translation - [DESK] Improve Italian (it-IT) translation - [JOY] Improve Italian (it-IT) translation - [MAIN] Improve Italian (it-IT) translation - [SYSDM] Improve Italian (it-IT) translation - [TIMEDATE] Improve Italian (it-IT) translation - [ACPPAGE] Improve Italian (it-IT) translation - [DESKADP] Improve Italian (it-IT) translation - [DEVCPUX] Add Italian (it-IT) translation - [FONTEXT] Improve Italian (it-IT) translation - [ZIPFLDR] Improve Italian (it-IT) translation - [BROWSEUI] Improve Italian (it-IT) translation - [USER32] Improve Italian (it-IT) translation - [CONSRV] Improve Italian (it-IT) translation - [USERSRV] Improve Italian (it-IT) translation Reviewed-by: Joachim Henze <joachim.henze@reactos.org> Reviewed-by: Simone Mario Lombardo <me@simonelombardo.com>
44 lines
2.7 KiB
Text
44 lines
2.7 KiB
Text
/* Italian translation by Paolo Devoti, devotip@tiscali.it, 2007-01-11 */
|
|
|
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
|
|
|
IDD_ACPPAGESHEET DIALOGEX 0, 0, 224, 226
|
|
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Compatibilità"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
LTEXT "Se ci sono problemi ad eseguire questo programma in ReactOS potete scegliere un sistema operativo da segnalare all'applicazione.\nPer favore notare questo è un Work-In-Progress.", IDC_EXPLANATION, 7, 7, 210, 31
|
|
GROUPBOX "Modalità compatibile", IDC_COMPATGROUP, 7, 41, 210, 49
|
|
CHECKBOX "Esegui questo programma in modalità compatibile per:", IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
|
|
GROUPBOX "Impostazioni del monitor", -1, 7, 99, 210, 61, BS_GROUPBOX
|
|
CHECKBOX "Esegui con 256 colori", IDC_CHKRUNIN256COLORS, 18, 114, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
CHECKBOX "Esegui con schermo a risoluzione 640x480", IDC_CHKRUNIN640480RES, 18, 129, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
CHECKBOX "Disabilita gli schemi di visualizzazione", IDC_CHKDISABLEVISUALTHEMES, 18, 144, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
|
|
PUSHBUTTON "Modifica la modalità compatibile...", IDC_EDITCOMPATIBILITYMODES, 102, 167, 115, 15
|
|
LTEXT "",IDC_ENABLED_LAYERS,7,185,210,21
|
|
CONTROL "Ulteriori informazioni sulla <A>compatibilità dei programmi</A>.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7, 207, 210, 10, WS_EX_NOPARENTNOTIFY
|
|
END
|
|
|
|
IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 309, 134
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Modifica la modalità compatibile"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
LISTBOX IDC_NEWCOMPATIBILITYMODE,6,18,132,90,LBS_NOINTEGRALHEIGHT | WS_VSCROLL
|
|
LISTBOX IDC_COMPATIBILITYMODE,168,18,132,90,LBS_NOINTEGRALHEIGHT | WS_VSCROLL
|
|
PUSHBUTTON ">",IDC_ADD,144,42,18,14,WS_DISABLED
|
|
PUSHBUTTON "<<",IDC_REMOVEALL,144,78,18,14,WS_DISABLED
|
|
PUSHBUTTON "<",IDC_REMOVE,144,60,18,14,WS_DISABLED
|
|
PUSHBUTTON "&OK",IDOK,174,114,60,14
|
|
PUSHBUTTON "A&nnulla",IDCANCEL,240,114,60,14
|
|
LTEXT "Available modes",-1,6,6,52,8
|
|
LTEXT "Selected modes",-1,168,6,51,8
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COMPAT_TITLE "Compatibilità"
|
|
IDS_FAILED_NETWORK "Le modalità di compatibilità non possono essere impostate su questo programma perchè è su una risorsa di rete."
|
|
IDS_FAILED_PROTECTED "Le modalità di compatibilità non possono essere impostate su questo programma perchè fa parte di ReactOS."
|
|
END
|