mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NETPLWIZ] Add Italian translation. (#1912)
This commit is contained in:
parent
af7456a1e4
commit
6f5ea7cfba
2 changed files with 24 additions and 0 deletions
21
dll/shellext/netplwiz/lang/it-IT.rc
Normal file
21
dll/shellext/netplwiz/lang/it-IT.rc
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
IDD_DISCONNECTDRIVES DIALOGEX 0, 0, 300, 200
|
||||||
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
|
CAPTION "Disconnessione unità di rete"
|
||||||
|
FONT 8, "MS Shell Dlg"
|
||||||
|
BEGIN
|
||||||
|
LTEXT "Selezionare le unità di rete da disconnettere, quindi premere OK.", -1, 7, 7, 286, 8
|
||||||
|
LTEXT "&Unità di rete:", -1, 7, 23, 286, 8
|
||||||
|
CONTROL "", IDC_CONNECTEDDRIVELIST, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_SINGLESEL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 7, 31, 286, 140
|
||||||
|
PUSHBUTTON "OK", ID_OK, 189, 179, 50, 14
|
||||||
|
PUSHBUTTON "Annulla", IDCANCEL, 243, 179, 50, 14
|
||||||
|
END
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_DIALOG_CAPTION "Disconnessione unità di rete"
|
||||||
|
IDS_DRIVE_LETTER "Lettera dell'unità"
|
||||||
|
IDS_NETWORK_PATH "Percorso di rete"
|
||||||
|
IDS_NO_DRIVES "Non ci sono unità di rete da disconnettere."
|
||||||
|
END
|
|
@ -27,3 +27,6 @@ IDI_DISCONNECT_NET_DRIVES ICON "res/4400.ico"
|
||||||
#ifdef LANGUAGE_FR_FR
|
#ifdef LANGUAGE_FR_FR
|
||||||
#include "lang/fr-FR.rc"
|
#include "lang/fr-FR.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_IT_IT
|
||||||
|
#include "lang/it-IT.rc"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue