mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +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.
37 lines
1.3 KiB
Text
37 lines
1.3 KiB
Text
/* Translation by Vytis Girdžijauskas, CMan (cman@cman.us) */
|
|
|
|
LANGUAGE LANG_LITHUANIAN, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS paveikslėlių ir faksogramų peržiūros programa"
|
|
IDS_SETASDESKBG "Nustatyti kaip darbalaukio foną"
|
|
IDS_NOPREVIEW "No preview available."
|
|
IDS_PREVIEW "Preview"
|
|
/* Tooltips */
|
|
IDS_TOOLTIP_NEXT_PIC "Tolesnis paveikslėlis"
|
|
IDS_TOOLTIP_PREV_PIC "Ankstesnis paveikslėlis"
|
|
IDS_TOOLTIP_BEST_FIT "Best fit to window (Ctrl+B)"
|
|
IDS_TOOLTIP_REAL_SIZE "Actual size (Ctrl+A)"
|
|
IDS_TOOLTIP_SLIDE_SHOW "Start slideshow (F11)"
|
|
IDS_TOOLTIP_ZOOM_IN "Didinti (+)"
|
|
IDS_TOOLTIP_ZOOM_OUT "Mažinti (-)"
|
|
IDS_TOOLTIP_ROT_CLOCKW "Pasukti pagal laikrodžio rodyklę (Ctrl+K)"
|
|
IDS_TOOLTIP_ROT_COUNCW "Pasukti prieš laikrodžio rodyklę (Ctrl+L)"
|
|
IDS_TOOLTIP_DELETE "Delete (DEL)"
|
|
IDS_TOOLTIP_PRINT "Spausdinti (Ctrl+P)"
|
|
IDS_TOOLTIP_SAVEAS "Įrašyti kaip... (Ctrl+S)"
|
|
IDS_TOOLTIP_MODIFY "Modify (Ctrl+E)"
|
|
IDS_TOOLTIP_HELP_TOC "Help topics (F1)"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_EMF_FILE "EMF Image"
|
|
IDS_GIF_FILE "GIF Image"
|
|
IDS_JPG_FILE "JPEG Image"
|
|
IDS_BMP_FILE "Bitmap Image"
|
|
IDS_PNG_FILE "PNG Image"
|
|
IDS_TIF_FILE "TIF Image"
|
|
IDS_WMF_FILE "WMF Image"
|
|
END
|