reactos/dll/win32/shimgvw/lang/tr-TR.rc
Katayama Hirofumi MZ 3926e9b3c8
[SHIMGVW] Consider failure case of loading file (#2606)
If loading an image file failed, then properly handle it. The command line is rundll32 shimgvw.dll,ImageView_Fullscreen .
CORE-16911
2020-04-20 21:05:14 +09:00

32 lines
1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* 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_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_PRINT "Yazdır (Denetim+P)"
IDS_TOOLTIP_SAVEAS "Ayrı Sakla... (Denetim+S)"
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