mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
084fae1eb4
- Add IDC_ROT_CWSAVE and IDC_ROT_CCWSAVE buttons. - Add Preview_pSaveImage helper function. - Use it in IDC_ROT_CWSAVE and IDC_ROT_CCWSAVE command handling. CORE-19358, CORE-19387
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
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_ROT_CWSAVE "Rotate Clockwise and Save (Lossy)"
|
|
IDS_TOOLTIP_ROT_CCWSAVE "Rotate Counterclockwise and Save (Lossy)"
|
|
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
|