repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
save/restore debug regs, kick DR intercepts to userspace
[freebsd-src/fkvm-freebsd.git]
/
share
/
timedef
/
tr_TR.ISO8859-9.src
blob
d8a5f6034c9643974e998fd156246ad654df214e
1
# $FreeBSD$
2
#
3
# WARNING: spaces may be essential at the end of lines
4
# WARNING: empty lines are essential too
5
#
6
# Evren Yurtesen <yurtesen@ispro.net.tr>
7
#
8
# Short month names
9
#
10
Oca
11
Þub
12
Mar
13
Nis
14
May
15
Haz
16
Tem
17
Aðu
18
Eyl
19
Eki
20
Kas
21
Ara
22
#
23
# Long month names (as in a date)
24
#
25
Ocak
26
Þubat
27
Mart
28
Nisan
29
Mayýs
30
Haziran
31
Temmuz
32
Aðustos
33
Eylül
34
Ekim
35
Kasým
36
Aralýk
37
#
38
# Short weekday names
39
#
40
Paz
41
Pts
42
Sal
43
Çar
44
Per
45
Cum
46
Cts
47
#
48
# Long weekday names
49
#
50
Pazar
51
Pazartesi
52
Salý
53
Çarþamba
54
Perþembe
55
Cuma
56
Cumartesi
57
#
58
# X_fmt
59
#
60
%H:%M:%S
61
#
62
# x_fmt
63
#
64
%d/%m/%Y
65
#
66
# c_fmt
67
#
68
%a %e %b %X %Y
69
#
70
# am
71
#
72
AM
73
#
74
# pm
75
#
76
PM
77
#
78
# date_fmt
79
#
80
%e %b %Y %a %Z %X
81
#
82
# Long month names (without case ending)
83
#
84
Ocak
85
Þubat
86
Mart
87
Nisan
88
Mayýs
89
Haziran
90
Temmuz
91
Aðustos
92
Eylül
93
Ekim
94
Kasým
95
Aralýk
96
#
97
# md_order
98
#
99
dm
100
#
101
# ampm_fmt
102
#
103
%I:%M:%S %p
104
# EOF