mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
0d4e921c93
Add these new features: - Use accelerator table for keyboard hotkeys. - Updated italian translation. - Simplified creation of toolbar and tooltips. - Added missing toolbar buttons. - Initialize common controls for theming. French translation by Kyle Katarn. Polish translation by Adam Stachowicz.
35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "Visualizzatore immagini e fax di ReactOS"
|
|
IDS_SETASDESKBG "Imposta come sfondo del desktop"
|
|
IDS_NOPREVIEW "Anteprima non disponibile."
|
|
IDS_PREVIEW "Anteprima"
|
|
/* Tooltips */
|
|
IDS_TOOLTIP_NEXT_PIC "Immagine successiva (Freccia destra)"
|
|
IDS_TOOLTIP_PREV_PIC "Immagine precedente (Freccia sinistra)"
|
|
IDS_TOOLTIP_BEST_FIT "Adatta alla finestra (Ctrl+B)"
|
|
IDS_TOOLTIP_REAL_SIZE "Dimensione effettiva (Ctrl+A)"
|
|
IDS_TOOLTIP_SLIDE_SHOW "Avvia presentazione (F11)"
|
|
IDS_TOOLTIP_ZOOM_IN "Ingrandisci (+)"
|
|
IDS_TOOLTIP_ZOOM_OUT "Riduci (-)"
|
|
IDS_TOOLTIP_ROT_CLOCKW "Ruota in senso orario (Ctrl+K)"
|
|
IDS_TOOLTIP_ROT_COUNCW "Ruota in senso antiorario (Ctrl+L)"
|
|
IDS_TOOLTIP_DELETE "Elimina (CANC)"
|
|
IDS_TOOLTIP_PRINT "Stampa (Ctrl+P)"
|
|
IDS_TOOLTIP_SAVEAS "Salva come... (Ctrl+S)"
|
|
IDS_TOOLTIP_MODIFY "Modifica (Ctrl+E)"
|
|
IDS_TOOLTIP_HELP_TOC "Guida in linea (F1)"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_EMF_FILE "Immagine EMF"
|
|
IDS_GIF_FILE "Immagine GIF"
|
|
IDS_JPG_FILE "Immagine JPEG"
|
|
IDS_BMP_FILE "Immagine Bitmap"
|
|
IDS_PNG_FILE "Immagine PNG"
|
|
IDS_TIF_FILE "Immagine TIF"
|
|
IDS_WMF_FILE "Immagine WMF"
|
|
END
|