reactos/base/applications/findstr/lang/tr-TR.rc

16 lines
620 B
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: 2015 Erdem Ersoy (eersoy93) (erdemersoy [at] erdemersoy [dot] net) */
LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_USAGE "FINDSTR: Bir dizgi içeren bir kütüğün tüm yataçlarını yazdırır.\n\n\
FIND [ /C ] [ /I ] [ /N ] [ /V ] ""dizgi"" [ kütük... ]\n\
/C Dizgi içeren yataç sayısını say\n\
/I Büyük-küçük harfliği yok say\n\
/N 1'den başlayan, görüntülenen yataç sayısı\n\
/V Dizgi içermeyen yataçları yazdır"
IDS_NO_SUCH_FILE "FINDSTR: %s: Böyle dosya yok\n"
IDS_CANNOT_OPEN "FINDSTR: %s: Kütük açılamıyor\n"
END