-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmsgs-tr.h
61 lines (51 loc) · 2.3 KB
/
msgs-tr.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* msgs.h - messages file
Author: Gregory Pietsch
DESCRIPTION:
This file contains #defines for all the message strings in edlin.
For internationalization fun, just translate the messages in this
file.
The strings were generated using ESR's cstrings program and moved
here.
*/
#ifndef MSGS_H
#define MSGS_H
#define YES "Ee"
#define G00001 " : "
#define G00002 "Tamam? "
#define G00003 "Girdi hatası"
#define G00004 "%s: %lu satır okundu\n"
#define G00005 "%s: %lu satır okundu\n"
#define G00006 "%s: %lu satır yazıldı\n"
#define G00007 "%s: %lu satır yazıldı\n"
#define G00008 "%lu:%c%s\n"
#define G00009 "Sürdürmek için <Enter>'a basın"
#define G00010 "%lu: "
#define G00011 "Bulunamadı"
#define G00012 "%lu: %s\n"
#define G00013 "\nedlin aşağıdaki altkomutlara iyedir:\n"
#define G00014 "# tek bir satır düzenle [#],[#],#m taşı"
#define G00015 "a iliştir [#][,#]p sayfa"
#define G00016 "[#],[#],#,[#]c kopyala q çık"
#define G00017 "[#][,#]d sil [#][,#][?]r$,$ değiştir"
#define G00018 "e<> son (yaz ve çık) [#][,#][?]s$ ara"
#define G00019 "[#]i ekle [#]t<> aktar"
#define G00020 "[#][,#]l listele [#]w<> yaz\n"
#define G00021 "$ bir dizi, <> bir dosya adı iken,"
#define G00022 "# bir sayı (.=geçerli satır, $=son satır,"
#define G00023 "veya her bir sayı + veya - başka bir sayı).\n"
#define G00024 ", telif hakkı (c) 2003 Gregory Pietsch"
#define G00025 "Bu program kesinlikle herhangi bir GARANTİ İLE GELMEZ."
#define G00026 "Bu program özgür yazılım olup GNU Genel Kamu Lisansı'nın"
#define G00027 "(GNU General Public License) 2. sürümü veya sizin seçeceğiniz"
#define G00028 "daha yeni bir sürümü altında özgürce dağıtılabilir."
#define G00029 "\n"
#define G00030 "Yetersiz bellek"
#define G00031 "Dizi uzunluk hatası"
#define G00032 "Dizi konum hatası"
#define G00033 "Geçersiz girdi, yardım için ? yapın."
#define G00034 "Dosya adı yok"
#define G00035 "Arabellek çok büyük"
#define G00036 "Geçersiz arabellek konumu"
#define G00037 "HATA: %s\n"
#endif
/* END OF FILE */