blob: d7eee3ae076fc75f4d006f3bd4b68d79973b64a3 (
plain)
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
147
148
149
150
151
152
|
2009-10-19 Daniel Macks <dmacks@netspace.org>
Reviewed by Adam Barth.
Inconsistent handling of gettext domain can cause compile failure
https://bugs.webkit.org/show_bug.cgi?id=30292
* GNUmakefile.am: Use DOMAIN variable instead of hard-coded value
2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Xan Lopez.
[GTK] marshal stamp files are not cleaned after a distclean
https://bugs.webkit.org/show_bug.cgi?id=30156
Add stamp-po to CLEANFILES.
* GNUmakefile.am:
2009-10-09 Rimas Kudelis <rq@akl.lt>
Rubber-stamped by Gustavo Noronha
https://bugs.webkit.org/show_bug.cgi?id=30054
Localization of WebKit GTK into Lithuanian
* lt.po: Added.
2009-07-18 Jorge González <aloriel@gmail.com>
Rubber-stamped by Jan Alonzo.
es translation
https://bugs.webkit.org/show_bug.cgi?id=26319
* es.po: Added.
2009-07-15 Aron Xu <aronmalache@163.com>
Rubber-stamped by Jan Alonzo.
Simplified Chinese translation
https://bugs.webkit.org/show_bug.cgi?id=27252
* zh_CN.po: Added.
2009-07-15 Bruce Cowan <bugs@bcowan.fastmail.co.uk>
Rubber-stamped by Jan Alonzo.
[Gtk] en_GB translation
https://bugs.webkit.org/show_bug.cgi?id=27244
* en_GB.po: Added.
2009-07-13 Reinout van Schouwen <reinouts@gnome.org>
<https://bugs.webkit.org/show_bug.cgi?id=26980> [Gtk] Updated Dutch translation
Rubber-stamped by Jan Alonzo.
* nl.po: Added.
2009-06-28 Miloš Popović <gpopac@gmail.com>
Rubber-stamped by Jan Alonzo.
New Serbian translation.
* sr.po: Added.
* sr@latin.po: Added.
2009-06-25 Duy Nguyen <pclouds@gmail.com>
Rubber-stamped by Jan Alonzo.
Gtk port Vietnamese translation
https://bugs.webkit.org/show_bug.cgi?id=26739
* vi.po: Added.
2009-05-13 Luca Ferretti <elle.uca@libero.it>
Rubber-stamped by Xan Lopez.
New Italian translation.
* it.po: Added.
2009-05-11 Anton Shestakov <engored@ya.ru>
Rubber-stamped by Gustavo Noronha.
New Russian translation.
* ru.po: Added.
2009-05-06 Daniel Nylander <po@danielnylander.se>
Rubber-stamped by Gustavo Noronha.
Swedish translation for WebKitGTK+.
* sv.po: Added.
2009-04-23 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Rubber-stamped by Xan Lopez.
* pt_BR.po: translation update.
2009-04-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Unreviewed build fix to generate all .mo files at the correct
location.
* GNUmakefile.am:
2009-04-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Reviewed by Holger Freyther.
https://bugs.webkit.org/show_bug.cgi?id=25124
[GTK] many strings still missing translation calls
Extracting translation for the files that got translation calls.
* POTFILES:
* de.po:
* pt_BR.po:
* webkit.pot:
2009-04-06 Christian Dywan <christian@twotoasts.de>
Rubber-stamped by Oliver Hunt.
* de.po: Added German translation for WebKitGTK+.
2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Rubber-stamped by Sam Weinig.
* pt_BR.po: Added Brazilian Portuguese translation for WebKitGTK+.
2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Rubber-stamped by Sam Weinig.
* GNUmakefile.am, POTFILES, webkit.pot: Initial setup of the
localization infra-structure.
|