This commit is contained in:
Matthias Clasen
2005-03-01 17:41:11 +00:00
parent 7ae937e418
commit 375d25cf61
173 changed files with 219 additions and 163 deletions

View File

@@ -1,3 +1,9 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
* NEWS: Updates
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenutoolbutton.c (button_state_changed_cb):
@@ -9,6 +15,7 @@
* gdk-pixbuf/gdk-pixbuf.c:
* gdk-pixbuf/gdk-pixbuf-features.h.in:
* gtk/xdgmime/xdgmime.[hc]:
Revert the previous change, since it breaks
bin compat.

View File

@@ -1,3 +1,9 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
* NEWS: Updates
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenutoolbutton.c (button_state_changed_cb):
@@ -9,6 +15,7 @@
* gdk-pixbuf/gdk-pixbuf.c:
* gdk-pixbuf/gdk-pixbuf-features.h.in:
* gtk/xdgmime/xdgmime.[hc]:
Revert the previous change, since it breaks
bin compat.

View File

@@ -1,3 +1,9 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
* NEWS: Updates
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenutoolbutton.c (button_state_changed_cb):
@@ -9,6 +15,7 @@
* gdk-pixbuf/gdk-pixbuf.c:
* gdk-pixbuf/gdk-pixbuf-features.h.in:
* gtk/xdgmime/xdgmime.[hc]:
Revert the previous change, since it breaks
bin compat.

View File

@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.6.3.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.6.3 # change to the toplevel directory
% gzip -cd gtk+-2.6.4.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.6.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]

7
NEWS
View File

@@ -1,3 +1,10 @@
Overview of Changes from GTK+ 2.6.3 to GTK+ 2.6.4
=================================================
* Move a lot of const data to the .rodata section [Matthias Clasen]
* Make caching of .icon files work again [Alexander Larsson]
* Fix many translations of our single Q_() message
to not include the prefix [Christian Persch]
Overview of Changes from GTK+ 2.6.2 to GTK+ 2.6.3
=================================================
* GtkAction

2
README
View File

@@ -1,7 +1,7 @@
General Information
===================
This is GTK+ version 2.6.3. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.6.4. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.

View File

@@ -1,3 +1,7 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
2005-02-28 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.3 ===

View File

@@ -1,3 +1,7 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
2005-02-28 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.3 ===

View File

@@ -1,3 +1,7 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
2005-02-28 Matthias Clasen <mclasen@redhat.com>
* pixops/*.S: Add .note.GNU-stack sections to Mark these as not

View File

@@ -1,3 +1,7 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
2005-02-28 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.3 ===

View File

@@ -55,7 +55,7 @@ static XdgAliasList *alias_list = NULL;
static XdgParentList *parent_list = NULL;
static XdgDirTimeList *dir_time_list = NULL;
static XdgCallbackList *callback_list = NULL;
const char xdg_mime_type_unknown[] = "application/octet-stream";
const char *xdg_mime_type_unknown = "application/octet-stream";
enum

View File

@@ -63,7 +63,7 @@ typedef void (*XdgMimeDestroy) (void *user_data);
#define xdg_mime_dump XDG_ENTRY(dump)
#endif
extern const char xdg_mime_type_unknown[];
extern const char *xdg_mime_type_unknown;
#define XDG_MIME_TYPE_UNKNOWN xdg_mime_type_unknown
const char *xdg_mime_get_mime_type_for_data (const void *data,

View File

@@ -1,3 +1,7 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
2005-02-28 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.3 ===

View File

@@ -1,3 +1,7 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
2005-02-28 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.3 ===

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties 2.6-branch\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-03-30 17:02+0200\n"
"Last-Translator: Zuza Software Foundation <info@translate.org.za>\n"
"Language-Team: Afrikaans <translate-discuss-af@lists.sourceforge.net>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-01-14 11:02+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"

View File

@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.HEAD.ar\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-12-30 15:23+0100\n"
"Last-Translator: \n"
"Language-Team: <en@li.org>\n"

View File

@@ -32,7 +32,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-03-07 18:05+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani Turkish <translation-team-az@lists.sourceforge."

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties gtk-2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-09-27 15:41+0330\n"
"Last-Translator: Amir Hedayaty <amir@bamdad.org>\n"
"Language-Team: Iranian Azerbaijani <az-ir@lists.sharif.edu>\n"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-03-31 07:40+0300\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Gtk+-properties 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-08 22:51+0200\n"
"Last-Translator: Vladimir Petkov <vpetkov@i-space.org>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+.gtk-2-2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-03-18 10:45+0600\n"
"Last-Translator: Progga <progga@BengaLinux.Org>\n"
"Language-Team: Bangla <gnome-translation@BengaLinux.Org>\n"

View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-01-15 16:03+0100\n"
"Last-Translator: Thierry Vignaud <tvignaud@mandrakesoft.com>\n"
"Language-Team: br <LL@li.org>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.gtk-2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-07-19 00:47+0200\n"
"Last-Translator: Kenan Hadžiavdić <kenan@bgnett.no>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-28 15:21+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-02 15:09+0100\n"
"Last-Translator: Miloslav Trmac <bukm@centrum.cz>\n"
"Language-Team: Czech <cs@li.org>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-07 02:02+0000\n"
"Last-Translator: Rhys Jones <rhys@sucs.org>\n"
"Language-Team: Cymraeg <gnome-cy@pengwyn.linux.org.uk>\n"

View File

@@ -35,7 +35,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-05 16:13+0100\n"
"Last-Translator: Martin Willemoes Hansen <mwh@sysrq.dk>\n"
"Language-Team: Danish <dansk@klid.dk>\n"

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GTK+ 2.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-20 17:14+0100\n"
"Last-Translator: Frank Arnold <frank@scirocco-5v-turbo.de>\n"
"Language-Team: German <gnome-de@gnome.org>\n"

View File

@@ -28,7 +28,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-23 17:55+0000\n"
"Last-Translator: Simos Xenitellis <simos74@gmx.net>\n"
"Language-Team: Greek <nls@hellug.gr>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-12-28 22:53-0400\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: English/Canada <adamw@FreeBSD.org>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-07 11:24+0100\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: \n"

View File

@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-01 14:37+0100\n"
"Last-Translator: \n"
"Language-Team: <es@li.org>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-20 21:58+0200\n"
"Last-Translator: Ivar Smolin <okul@linux.ee> \n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+.gtk-2-2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-03-08 12:21GMT\n"
"Last-Translator: Hizkuntza Politikarako Sailburuordetza <hizpol@ej-gv.es>\n"
"Language-Team: basque <itzulpena@euskalgnu.org>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-01-03 17:49+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh@sharif.edu>\n"
"Language-Team: Persian <farsi@lists.sharif.edu>\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-17 15:18+0200\n"
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+_properties 2.3.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-02-24 19:01+0100\n"
"Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-01-14 07:18+0000\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org\n"
"Language-Team: Gaeilge <gaeilge-gnulinux@lists.sourceforge.net>\n"

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2000-08-10 23:10+0200\n"
"Last-Translator: Jesus Bravo Alvarez <jba@pobox.com>\n"
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"

View File

@@ -153,7 +153,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.gtk-2-6.gu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-25 12:38+0530\n"
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
"Language-Team: Gujarati <gu@li.org>\n"

View File

@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+.HEAD.he\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2002-12-07 10:05+0200\n"
"Last-Translator: Gil 'Dolfin' Osher <dolfin@rpg.org.il>\n"
"Language-Team: Hebrew <he@li.org>\n"

View File

@@ -44,7 +44,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.HEAD.hi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-07-19 21:37+0530\n"
"Last-Translator: Ravishankar Shrivastava <raviratlami@yahoo.com>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-03-24 05:39+CET\n"
"Last-Translator: Robert Sedak <robert.sedak@sk.tel.hr>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-05 11:38+0100\n"
"Last-Translator: Laszlo Dvornik <dvornik@gnome.hu>\n"
"Language-Team: Hungarian <gnome@gnome.hu>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 1.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2000-10-27 02:02+0100\n"
"Last-Translator: Robert Brady <rwb197@zepler.org>\n"
"Language-Team: Interlingua\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-06-28 20:55+0700\n"
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
"Language-Team: Indonesia <sukarelawan@gnome.linux.or.id>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk 2.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-07-22 16:05+0000\n"
"Last-Translator: Richard Allen <ra@ra.is>\n"
"Language-Team: is <is@li.org>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-30 19:01+0100\n"
"Last-Translator: Alessio Dessì <alessiodessi@tiscali.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-09 11:12+0900\n"
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"

View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properrties 2.3.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-26 16:28+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"

View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-05-28 17:57+0000\n"
"Last-Translator: Mathieu van Woerkom <mathieu.brabants.org>\n"
"Language-Team: Limburgish <li.org>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-31 12:10+0200\n"
"Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2002-12-19 16:10+0200\n"
"Last-Translator: Artis Trops <hornet@navigator.lv>\n"
"Language-Team: Latvian <ll10nt@os.lv>\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-02-06 21:52+1300\n"
"Last-Translator: John C Barstow <jbowtie@amathaine.com>\n"
"Language-Team: Maori <maori@nzlinux.org.nz>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2002-12-15 23:20+0100\n"
"Last-Translator: Ivan Stojmirov <stojmir@linux.net.mk>\n"
"Language-Team: Macedonian <mk@li.org>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version:gtk+.gtk-2-2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-07-05 10:29+0530\n"
"Last-Translator: FSF-India <locale@gnu.org.in>\n"
"Language-Team: Malayalam <locale@gnu.org.in>\n"

View File

@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-03-09 12:13+0100\n"
"Last-Translator: Sanlig Badral <badral@openmn.org>\n"
"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+.mr\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-03-13 14:59+0530\n"
"Last-Translator: Jitendra Shah <jitendras@vsnl.com>\n"
"Language-Team: Marathi <www.indictrans.org>\n"

View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Gtk+ 1.3.x\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-01-20 00:57+0730\n"
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
"Language-Team: Projek Gabai <gabai-penyumbang@list.sourceforge.net>\n"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-15 01:21+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian (bokmål) <i18n-nb@lister.ping.uio.no>\n"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-08-29 18:42+0545\n"
"Last-Translator: Pawan Chitrakar <pawan@nplinux.org>\n"
"Language-Team: \n"

View File

@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-01 16:16+0100\n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-01-03 23:53+0100\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.3.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-15 01:21+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian (bokmål) <i18n-nb@lister.ping.uio.no>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties 2.8-branch\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-11-30 15:02+0200\n"
"Last-Translator: Zuza Software Foundation <info@translate.org.za>\n"
"Language-Team: Northern Sotho <translate-discuss-nso@lists.sourceforge.net>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pa\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-07-22 13:55+0530\n"
"Last-Translator: Amanpreet Singh Alam <aalam@redhat.com>\n"
"Language-Team: Punjabi <pa@li.org>\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-11-14 17:38+0100\n"
"Last-Translator: Gnome PL Team <translators@gnomepl.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-11 00:25+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties.gtk-2-6.pt_BR\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-15 00:02-0200\n"
"Last-Translator: Afonso Celso Medina <medina@maua.br>\n"
"Language-Team: Português/Brasil <gnome-l10n-br@listas.cipsga.org.br>\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties-2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-08-29 14:00+0300\n"
"Last-Translator: Mişu Moldovan <dumol@go.ro>\n"
"Language-Team: Română <gnomero-list@lists.sourceforge.net>\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-12-17 19:22+0200\n"
"Last-Translator: Leonid Kanter <leon@asplinux.ru>\n"
"Language-Team: <gnome-cyr@gnome.org>\n"

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 317\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-11-17 21:21-0700\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <en@li.org>\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-15 20:58+0100\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"

View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GTK+ 1.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2002-02-26 00:23+0100\n"
"Last-Translator: Andraž Tori <andraz.tori1@guest.arnes.si>\n"
"Language-Team: slovenian <sl@li.org>\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-01-04 10:44+0100\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-12 12:09+0100\n"
"Last-Translator: Данило Шеган <danilo@gnome.org>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-12 12:09+0100\n"
"Last-Translator: Danilo Šegan <danilo@gnome.org>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-03-09 05:28+0100\n"
"Last-Translator: Bojan Suzic <bojans@teol.net>\n"
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-12-18 15:10+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tamil Gtk 2.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-02-21 18:21-0600\n"
"Last-Translator: Dinesh Nadarajah <dinesh_list@sbcglobal.net>\n"
"Language-Team: Tamil <tamilinix@yahoogroups.com>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-02-16 21:19-0600\n"
"Last-Translator: Paisa Seeluangsawat <paisa@users.sf.net>\n"
"Language-Team: Thai <L10n@opentle.net>\n"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-05-25 17:46+0330\n"
"Last-Translator: Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>\n"
"Language-Team: Turkmen <kakilikgroup@yahoo.com>\n"

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-04-09 17:26+0300\n"
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.4.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-09 18:33+0200\n"
"Last-Translator: Maxim Dziumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+.gtk-2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-07-19 18:54+0200\n"
"Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
"Language-Team: Uzbek <kmashrab@uni-bremen.de>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk20\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-09-06 00:29+0200\n"
"Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
"Language-Team: Uzbek <uz-li@yahoogroups.com>\n"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Gtk+ VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-01-08 20:42+0700\n"
"Last-Translator: pclouds <pclouds@gmx.net>\n"
"Language-Team: GnomeVN\n"

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk20 1.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-05-03 14:21+0200\n"
"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
"Language-Team: Walloon <linux-wa@walon.org>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+-properties\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-08 08:59+0200\n"
"Last-Translator: Canonical Ltd <translations@canonical.com>\n"
"Language-Team: Xhosa <xh-translate@ubuntu.com>\n"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-02-11\n"
"Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n"
"Language-Team: None <>\n"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-12-20 00:04+0800\n"
"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-05-07 17:36+0800\n"
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"

View File

@@ -1,3 +1,7 @@
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===
2005-03-01 Matthias Clasen <mclasen@redhat.com>
* *.po: Strip the prefix from the

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.6-branch\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-03-30 17:02+0200\n"
"Last-Translator: Zuza Software Foundation <info@translate.org.za>\n"
"Language-Team: Afrikaans <translate-discuss-af@lists.sourceforge.net>\n"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2003-01-14 11:02+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"

View File

@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+.HEAD.ar\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-12-30 15:13+0100\n"
"Last-Translator: \n"
"Language-Team: <en@li.org>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+.HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-04-17 22:41+0300\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ gtk-2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2004-09-27 14:58+0330\n"
"Last-Translator: Amir Hedayaty <amir@bamdad.org>\n"
"Language-Team: Iranian Azerbaijani <az-ir@lists.sharif.edu>\n"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-02-28 09:57-0500\n"
"POT-Creation-Date: 2005-03-01 11:34-0500\n"
"PO-Revision-Date: 2005-02-14 00:50+0200\n"
"Last-Translator: Vital Khilko <vk@altlinux.ru>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"

Some files were not shown because too many files have changed in this diff Show More