reactos/dll/win32/shimgvw/lang/it-IT.rc
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

19 lines
646 B
Plaintext

LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_APPTITLE "Visualizzatore immagini e fax di ReactOS"
IDS_SETASDESKBG "Imposta come sfondo del desktop"
IDS_PREVIEW "Anteprima"
/* Tooltips */
IDS_TOOLTIP_NEXT_PIC "Immagine successiva"
IDS_TOOLTIP_PREV_PIC "Immagine precedente"
IDS_TOOLTIP_ZOOM_IN "Zoom avanti (+)"
IDS_TOOLTIP_ZOOM_OUT "Zoom indietro (-)"
IDS_TOOLTIP_ROT_CLOCKW "Ruotare in senso orario (Ctrl+K)"
IDS_TOOLTIP_ROT_COUNCW "Ruotare in senso antiorario (Ctrl+L)"
IDS_TOOLTIP_PRINT "Stampare (Ctrl+P)"
IDS_TOOLTIP_SAVEAS "Salva in... (Ctrl+S)"
END