mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +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
/* TRANSLATOR: 2014-2016 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net) */
|
||
|
||
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDS_APPTITLE "ReactOS Resim ve Belgegeçer Görüntüleyicisi"
|
||
IDS_SETASDESKBG "Masaüstü Arka Planı Olarak Ayarla"
|
||
IDS_NOPREVIEW "No preview available."
|
||
IDS_PREVIEW "Ön İzleme"
|
||
/* Tooltips */
|
||
IDS_TOOLTIP_NEXT_PIC "Sonraki Resim"
|
||
IDS_TOOLTIP_PREV_PIC "Önceki Resim"
|
||
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 "Yakınlaştır (+)"
|
||
IDS_TOOLTIP_ZOOM_OUT "Uzaklaştır (-)"
|
||
IDS_TOOLTIP_ROT_CLOCKW "Saat Yönünde Döndür (Denetim+K)"
|
||
IDS_TOOLTIP_ROT_COUNCW "Saat Yönünün Tersi Yönünde Döndür (Denetim+L)"
|
||
IDS_TOOLTIP_DELETE "Delete (DEL)"
|
||
IDS_TOOLTIP_PRINT "Yazdır (Denetim+P)"
|
||
IDS_TOOLTIP_SAVEAS "Ayrı Sakla... (Denetim+S)"
|
||
IDS_TOOLTIP_MODIFY "Modify (Ctrl+E)"
|
||
IDS_TOOLTIP_HELP_TOC "Help topics (F1)"
|
||
END
|
||
|
||
STRINGTABLE
|
||
BEGIN
|
||
IDS_EMF_FILE "EMF Resmi"
|
||
IDS_GIF_FILE "GIF Resmi"
|
||
IDS_JPG_FILE "JPEG Resmi"
|
||
IDS_BMP_FILE "Bit Eşlem Resmi"
|
||
IDS_PNG_FILE "PNG Resmi"
|
||
IDS_TIF_FILE "TIF Resmi"
|
||
IDS_WMF_FILE "WMF Resmi"
|
||
END
|