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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
2011-12-01 Werner Koch <[email protected]>
NB: ChangeLog files are no longer manually maintained. Starting
on December 1st, 2011 we put change information only in the GIT
commit log, and generate a top-level ChangeLog file from logs at
"make dist". See doc/HACKING for details.
2010-09-16 Jakub Bogusz <[email protected]> (wk)
* pl.po: Update.
2010-09-16 gettextize <[email protected]>
* Makefile.in.in: Upgrade to gettext-0.17.
2010-05-06 Freek de Kruijf <[email protected]> (wk)
* nl.po: New.
2010-05-06 Clytie Siddall <[email protected]> (wk)
* vi.po: Update
2009-08-20 Werner Koch <[email protected]>
* LINGUAS: Add zh_CN, cs and it.
* cs.po: New.
* it.po: New.
2009-08-20 Daniel Nylander <[email protected]> (wk)
* sv.po: Update
2009-08-20 Aron Xu <[email protected]> (wk)
* zh_CN.po: New.
2009-03-29 Moritz <[email protected]>
* de.po: Fixed typo.
2008-11-12 Werner Koch <[email protected]>
* de.po: Fixed typo.
2007-10-29 Daniel Nylander <[email protected]> (wk)
* sv.po: Update.
2007-10-29 Clytie Siddall <[email protected]> (wk)
* vi.po: Update.
2007-10-29 Jakub Bogusz <[email protected]> (wk)
* pl.po: Update.
2007-08-23 Werner Koch <[email protected]>
* de.po: Typo fix [bug#828].
2007-02-26 Werner Koch <[email protected]>
* sv.po: Update from Daniel.
2006-12-22 Werner Koch <[email protected]>
* LINGUAS, sv.po: Installed Swedish translation by Daniel Nylander.
2006-11-23 gettextize <[email protected]>
* Makefile.in.in: Upgrade to gettext-0.15.
2006-09-14 Werner Koch <[email protected]>
* de.po: Updated.
2006-09-08 Werner Koch <[email protected]>
* pl.po: Updated.
2006-03-14 gettextize <[email protected]>
* Makefile.in.in: Upgrade to gettext-0.14.5.
* Rules-quot: Upgrade to gettext-0.14.5.
2006-01-11 Werner Koch <[email protected]>
* vi.po: New.
* LINGUAS: Add vi.
2005-09-29 Marcus Brinkmann <[email protected]>
* fr.po: New file.
* LINGUAS: Add fr.
2005-07-04 Werner Koch <[email protected]>
* ro.po: New.
2005-06-16 Marcus Brinkmann <[email protected]>
* de.po: Apply typo fixes from Debian #313977.
2004-04-22 Marcus Brinkmann <[email protected]>
* POTFILES.in: Add src/gpg-error.c.
* pl.po: Add messages for gpg-error.c.
* de.po: Likewise.
* pl.po: Update.
2004-04-20 Marcus Brinkmann <[email protected]>
* LINGUAS: Add pl.
* pl.po: New file.
2003-12-08 gettextize <[email protected]>
* Makefile.in.in: Upgrade to gettext-0.12.1.
2003-11-14 Werner Koch <[email protected]>
* de.po: New.
2003-05-15 gettextize <[email protected]>
* Makefile.in.in: New file, from gettext-0.11.5.
* boldquot.sed: New file, from gettext-0.11.5.
* [email protected]: New file, from gettext-0.11.5.
* [email protected]: New file, from gettext-0.11.5.
* insert-header.sin: New file, from gettext-0.11.5.
* quot.sed: New file, from gettext-0.11.5.
* remove-potcdate.sin: New file, from gettext-0.11.5.
* Rules-quot: New file, from gettext-0.11.5.
Copyright 2003, 2010 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
This file is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|