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
|
2007-08-16 Werner Koch <[email protected]>
* pt_BR.po, es.po: Remove the "GNU" from the project ID. That
stupid msginit uses a script project-id to retrieve a new project
id. Instead of using what it founds out, it tries to put "GNU"
before the id if _any_ file in the current directory has a string
"GNU <package_name>". As [email protected] is build automagically this
package name mangling breaks make distcheck as it tries to rebuild
the po file with the "correct" name. The upshot is never to use
GNU in you po directory.
* de.po: Fix a few fuzzy entries and translate new strings.
2007-07-04 Werner Koch <[email protected]>
* de.po: Update a few strings.
2007-05-09 Werner Koch <[email protected]>
* de.po: Update a few strings.
2007-05-07 gettextize <[email protected]>
* Makefile.in.in: Upgrade to gettext-0.16.1.
2007-02-26 Werner Koch <[email protected]>
* sv.po: Update from Daniel.
2007-01-31 Werner Koch <[email protected]>
* de.po: Fixed a few fuzzy entries.
2007-01-25 Werner Koch <[email protected]>
* de.po: Add Plural-Forms.
2006-12-22 Werner Koch <[email protected]>
* sv.po: Installed revised and updated translation by Daniel
Nylander.
2006-11-13 Werner Koch <[email protected]>
* ru.po: Update from Maxim.
2006-11-10 Werner Koch <[email protected]>
* de.po: Received complete update from Walter.
2006-11-06 Werner Koch <[email protected]>
* tr.po: Updated.
2006-09-25 Werner Koch <[email protected]>
* LINGUAS: Copied from gnupg 1.4.5.
* de.po: Merged with the version from 1.4.5.
* be.po, ca.po, cs.po, da.po, de.po, eo.po, el.po, es.po, et.po
* fi.po, fr.po, gl.po, hu.po, id.po, it.po, ja.po, nb.po, pl.po
* pt_BR.po, pt.po, ro.po, ru.po, sk.po, sv.po, tr.po, zh_TW.po
* zh_CN.po: Copied from gnupg 1.4.5.
2005-11-23 Werner Koch <[email protected]>
* de.po: Updated.
2005-08-01 Werner Koch <[email protected]>
* de.po: Converted to utf-8; fixed a few umlaut problems.
2005-04-21 Werner Koch <[email protected]>
* de.po: Fixed all fuzzies and untranslated strings.
2005-01-04 Werner Koch <[email protected]>
* de.po: Updated.
2004-10-22 Werner Koch <[email protected]>
* POTFILES.in: Removed sc-investigate.c
2004-10-04 Werner Koch <[email protected]>
* de.po: Typo fixes.
2004-09-30 gettextize <[email protected]>
* Makefile.in.in: Upgrade to gettext-0.14.1.
* Rules-quot: Upgrade to gettext-0.14.1.
2004-09-30 Werner Koch <[email protected]>
* de.po: Updated.
* POTFILES.in: Add more files.
2004-07-22 Werner Koch <[email protected]>
* de.po: Updated.
2004-04-06 Werner Koch <[email protected]>
* Makevars (DOMAIN): Init from PACKAGE_GT
2003-12-09 Werner Koch <[email protected]>
* Makevars (MSGID_BUGS_ADDRESS): New.
2003-04-29 Werner Koch <[email protected]>
* LINUGAS: NEW.
2003-04-29 gettextize <[email protected]>
* Rules-quot: 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.
2002-08-21 Werner Koch <[email protected]>
* de.po: Updated the translation.
2002-08-10 Werner Koch <[email protected]>
* Makefile.in.in: Installed from gettext-0.10.40.
* POTFILES.in: New.
* de.po: New.
Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
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.
|