mirror of https://github.com/GNOME/gimp.git
Made 2.1.1 release.
2004-06-24 Sven Neumann <sven@gimp.org> * Made 2.1.1 release.
This commit is contained in:
parent
4ac084a6f9
commit
569765d7e3
|
@ -1,3 +1,7 @@
|
||||||
|
2004-06-24 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* Made 2.1.1 release.
|
||||||
|
|
||||||
2004-06-23 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2004-06-23 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||||
|
|
||||||
* app/actions/file-commands.c: make "Revert" only ask for
|
* app/actions/file-commands.c: make "Revert" only ask for
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -41,7 +41,7 @@ Overview of Changes in GIMP 2.1.1
|
||||||
user-configurable mapping table. Added controller modules for mouse
|
user-configurable mapping table. Added controller modules for mouse
|
||||||
wheel, midi and linux_input devices.
|
wheel, midi and linux_input devices.
|
||||||
|
|
||||||
- Applied HIG capitalization style to all plug-in and script dialogs.
|
- Applied HIG capitalization style to all(?) dialogs.
|
||||||
|
|
||||||
- Lots of bug fizes and other goodies. Check the ChangeLog for details.
|
- Lots of bug fizes and other goodies. Check the ChangeLog for details.
|
||||||
|
|
||||||
|
|
|
@ -365,6 +365,12 @@ yes and no.
|
||||||
When enabled, all paint tools will show a preview of the current brush's
|
When enabled, all paint tools will show a preview of the current brush's
|
||||||
outline. Possible values are yes and no.
|
outline. Possible values are yes and no.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
(show-paint-tool-cursor yes)
|
||||||
|
|
||||||
|
When enabled, the cursor will be shown over the image while using a paint
|
||||||
|
tool. Possible values are yes and no.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(image-title-format "%D*%f-%p.%i (%t, %L) %wx%h")
|
(image-title-format "%D*%f-%p.%i (%t, %L) %wx%h")
|
||||||
|
|
||||||
|
@ -725,6 +731,12 @@ The window type hint that is set on dock windows. This may affect the way your
|
||||||
window manager decorates and handles dock windows. Possible values are
|
window manager decorates and handles dock windows. Possible values are
|
||||||
normal, utility and keep-above.
|
normal, utility and keep-above.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
(cursor-format pixbuf)
|
||||||
|
|
||||||
|
Sets the pixel format of cursors the GIMP will use. Possible values are
|
||||||
|
bitmap and pixbuf.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")
|
(fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")
|
||||||
|
|
||||||
|
|
10
etc/gimprc
10
etc/gimprc
|
@ -297,6 +297,11 @@
|
||||||
#
|
#
|
||||||
# (show-brush-outline yes)
|
# (show-brush-outline yes)
|
||||||
|
|
||||||
|
# When enabled, the cursor will be shown over the image while using a paint
|
||||||
|
# tool. Possible values are yes and no.
|
||||||
|
#
|
||||||
|
# (show-paint-tool-cursor yes)
|
||||||
|
|
||||||
# Sets the text to appear in image window titles. This is a format string;
|
# Sets the text to appear in image window titles. This is a format string;
|
||||||
# certain % character sequences are recognised and expanded as follows:
|
# certain % character sequences are recognised and expanded as follows:
|
||||||
#
|
#
|
||||||
|
@ -571,6 +576,11 @@
|
||||||
#
|
#
|
||||||
# (dock-window-hint normal)
|
# (dock-window-hint normal)
|
||||||
|
|
||||||
|
# Sets the pixel format of cursors the GIMP will use. Possible values are
|
||||||
|
# bitmap and pixbuf.
|
||||||
|
#
|
||||||
|
# (cursor-format pixbuf)
|
||||||
|
|
||||||
# Where to search for fractals used by the Fractal Explorer plug-in. This is
|
# Where to search for fractals used by the Fractal Explorer plug-in. This is
|
||||||
# a colon-separated list of folders to search.
|
# a colon-separated list of folders to search.
|
||||||
#
|
#
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp\n"
|
"Project-Id-Version: gimp-libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-02-05 14:28+0100\n"
|
"PO-Revision-Date: 2004-02-05 14:28+0100\n"
|
||||||
"Last-Translator: Xavier Conde Rueda <xaviconde@eremas.com>\n"
|
"Last-Translator: Xavier Conde Rueda <xaviconde@eremas.com>\n"
|
||||||
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
||||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp VERSION\n"
|
"Project-Id-Version: gimp-libgimp VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-15 10:30+0100\n"
|
"PO-Revision-Date: 2004-03-15 10:30+0100\n"
|
||||||
"Last-Translator: Miloslav Trmač <mitr@volny.cz>\n"
|
"Last-Translator: Miloslav Trmač <mitr@volny.cz>\n"
|
||||||
"Language-Team: Czech <cs@li.org>\n"
|
"Language-Team: Czech <cs@li.org>\n"
|
||||||
|
|
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GIMP libgimp /gnome-cvs\n"
|
"Project-Id-Version: GIMP libgimp /gnome-cvs\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-14 23:13+0100\n"
|
"PO-Revision-Date: 2004-03-14 23:13+0100\n"
|
||||||
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
|
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
|
||||||
"Language-Team: Danish <dansk@klid.dk>\n"
|
"Language-Team: Danish <dansk@klid.dk>\n"
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GIMP 2.1.0\n"
|
"Project-Id-Version: GIMP 2.1.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-05-13 12:46+0200\n"
|
"PO-Revision-Date: 2004-05-13 12:46+0200\n"
|
||||||
"Last-Translator: Sven Neumann <sven@gimp.org>\n"
|
"Last-Translator: Sven Neumann <sven@gimp.org>\n"
|
||||||
"Language-Team: German <gnome-de@gnome.org>\n"
|
"Language-Team: German <gnome-de@gnome.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp 1.0\n"
|
"Project-Id-Version: gimp-libgimp 1.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2003-08-19 01:21-0200\n"
|
"PO-Revision-Date: 2003-08-19 01:21-0200\n"
|
||||||
"Last-Translator: Nikos Charonitakis <charosn@her.fothnet.gr>\n"
|
"Last-Translator: Nikos Charonitakis <charosn@her.fothnet.gr>\n"
|
||||||
"Language-Team: Greek <nls@tux.hellug.gr>\n"
|
"Language-Team: Greek <nls@tux.hellug.gr>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgimp\n"
|
"Project-Id-Version: libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-22 20:02-0400\n"
|
"PO-Revision-Date: 2004-04-22 20:02-0400\n"
|
||||||
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
|
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
|
||||||
"Language-Team: English/Canada <adamw@FreeBSD.org>\n"
|
"Language-Team: English/Canada <adamw@FreeBSD.org>\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp CVS\n"
|
"Project-Id-Version: gimp CVS\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-25 16:17-0500\n"
|
"PO-Revision-Date: 2004-03-25 16:17-0500\n"
|
||||||
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
|
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp.HEAD\n"
|
"Project-Id-Version: gimp-libgimp.HEAD\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-16 17:17-0300\n"
|
"PO-Revision-Date: 2004-03-16 17:17-0300\n"
|
||||||
"Last-Translator: Pablo G. del Campo <pablodc@bigfoot.com>\n"
|
"Last-Translator: Pablo G. del Campo <pablodc@bigfoot.com>\n"
|
||||||
"Language-Team: Spanish <traductores@es.gnome.org>\n"
|
"Language-Team: Spanish <traductores@es.gnome.org>\n"
|
||||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: eu\n"
|
"Project-Id-Version: eu\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-06 17:16+0200\n"
|
"PO-Revision-Date: 2004-04-06 17:16+0200\n"
|
||||||
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
|
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
|
||||||
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
|
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GIMP 2.0\n"
|
"Project-Id-Version: GIMP 2.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-18 02:16+0200\n"
|
"PO-Revision-Date: 2004-03-18 02:16+0200\n"
|
||||||
"Last-Translator: Mikko Paananen <mikko at ipi.fi>\n"
|
"Last-Translator: Mikko Paananen <mikko at ipi.fi>\n"
|
||||||
"Language-Team: Finnish <fi@li.org>\n"
|
"Language-Team: Finnish <fi@li.org>\n"
|
||||||
|
|
|
@ -12,7 +12,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp 2.0.1\n"
|
"Project-Id-Version: gimp-libgimp 2.0.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-24 19:50+0200\n"
|
"PO-Revision-Date: 2004-04-24 19:50+0200\n"
|
||||||
"Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
|
"Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
|
||||||
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
|
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp VERSION\n"
|
"Project-Id-Version: gimp-libgimp VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2000-12-18 23:30-0800\n"
|
"PO-Revision-Date: 2000-12-18 23:30-0800\n"
|
||||||
"Last-Translator: Nobody\n"
|
"Last-Translator: Nobody\n"
|
||||||
"Language-Team: Irish\n"
|
"Language-Team: Irish\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp cvs\n"
|
"Project-Id-Version: gimp cvs\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2000-07-07 16:33+0200\n"
|
"PO-Revision-Date: 2000-07-07 16:33+0200\n"
|
||||||
"Last-Translator: Francisco Xosé Vázquez Grandal <grandal@mundivia.es>\n"
|
"Last-Translator: Francisco Xosé Vázquez Grandal <grandal@mundivia.es>\n"
|
||||||
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
|
"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
|
||||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp.HEAD\n"
|
"Project-Id-Version: gimp-libgimp.HEAD\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2003-08-13 22:08+0300\n"
|
"PO-Revision-Date: 2003-08-13 22:08+0300\n"
|
||||||
"Last-Translator: Gil 'Dolfin' Osher <dolfin@rpg.org.il>\n"
|
"Last-Translator: Gil 'Dolfin' Osher <dolfin@rpg.org.il>\n"
|
||||||
"Language-Team: Hebrew <he@li.org>\n"
|
"Language-Team: Hebrew <he@li.org>\n"
|
||||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp 0\n"
|
"Project-Id-Version: gimp-libgimp 0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-20 14:49+CET\n"
|
"PO-Revision-Date: 2004-03-20 14:49+CET\n"
|
||||||
"Last-Translator: auto\n"
|
"Last-Translator: auto\n"
|
||||||
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
|
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp\n"
|
"Project-Id-Version: gimp-libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-05-28 20:07+0200\n"
|
"PO-Revision-Date: 2004-05-28 20:07+0200\n"
|
||||||
"Last-Translator: Arpad Biro <biro_arpad@yahoo.com>\n"
|
"Last-Translator: Arpad Biro <biro_arpad@yahoo.com>\n"
|
||||||
"Language-Team: Hungarian <gnome@gnome.hu>\n"
|
"Language-Team: Hungarian <gnome@gnome.hu>\n"
|
||||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgimp HEAD\n"
|
"Project-Id-Version: libgimp HEAD\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2003-06-28 22:03+0700\n"
|
"PO-Revision-Date: 2003-06-28 22:03+0700\n"
|
||||||
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
|
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
|
||||||
"Language-Team: Indonesian <sukarelawan@gnome.linux.or.id>\n"
|
"Language-Team: Indonesian <sukarelawan@gnome.linux.or.id>\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp 1.1.16\n"
|
"Project-Id-Version: gimp 1.1.16\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-05-10 17:04+0200\n"
|
"PO-Revision-Date: 2004-05-10 17:04+0200\n"
|
||||||
"Last-Translator: Marco Ciampa <ciampix@libero.it>\n"
|
"Last-Translator: Marco Ciampa <ciampix@libero.it>\n"
|
||||||
"Language-Team: gimp.linux.it\n"
|
"Language-Team: gimp.linux.it\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp HEAD\n"
|
"Project-Id-Version: gimp HEAD\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-23 20:38+0900\n"
|
"PO-Revision-Date: 2004-03-23 20:38+0900\n"
|
||||||
"Last-Translator: SHIRASAKI Yasuhiro <yasuhiro@gnome.gr.jp>\n"
|
"Last-Translator: SHIRASAKI Yasuhiro <yasuhiro@gnome.gr.jp>\n"
|
||||||
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
|
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
|
||||||
|
|
|
@ -5,7 +5,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-plug-ins 1.1.10\n"
|
"Project-Id-Version: gimp-plug-ins 1.1.10\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2003-06-05 07:55+0800\n"
|
"PO-Revision-Date: 2003-06-05 07:55+0800\n"
|
||||||
"Last-Translator: Dongsu Jang <iolo@hellocity.net>\n"
|
"Last-Translator: Dongsu Jang <iolo@hellocity.net>\n"
|
||||||
"Language-Team: Korean <ko@li.org>\n"
|
"Language-Team: Korean <ko@li.org>\n"
|
||||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GIMP (libgimp) HEAD\n"
|
"Project-Id-Version: GIMP (libgimp) HEAD\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-05-23 11:28+0300\n"
|
"PO-Revision-Date: 2004-05-23 11:28+0300\n"
|
||||||
"Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
|
"Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
|
||||||
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
|
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgimp\n"
|
"Project-Id-Version: libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2003-10-30 08:00+0800\n"
|
"PO-Revision-Date: 2003-10-30 08:00+0800\n"
|
||||||
"Last-Translator: Mimos Open Source Development Group <syed@mimos.my>\n"
|
"Last-Translator: Mimos Open Source Development Group <syed@mimos.my>\n"
|
||||||
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sf.net>\n"
|
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sf.net>\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GIMP 2.0\n"
|
"Project-Id-Version: GIMP 2.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-21 01:54+0100\n"
|
"PO-Revision-Date: 2004-03-21 01:54+0100\n"
|
||||||
"Last-Translator: Branko Collin <collin@xs4all.nl>\n"
|
"Last-Translator: Branko Collin <collin@xs4all.nl>\n"
|
||||||
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
|
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GIMP 1.2.1\n"
|
"Project-Id-Version: GIMP 1.2.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-22 00:59+0200\n"
|
"PO-Revision-Date: 2004-04-22 00:59+0200\n"
|
||||||
"Last-Translator: Runar Ingebrigtsen <ringe@skolelinux.no>\n"
|
"Last-Translator: Runar Ingebrigtsen <ringe@skolelinux.no>\n"
|
||||||
"Language-Team: Norwegian <no@li.org>\n"
|
"Language-Team: Norwegian <no@li.org>\n"
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp\n"
|
"Project-Id-Version: gimp-libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-19 23:17+0100\n"
|
"PO-Revision-Date: 2004-03-19 23:17+0100\n"
|
||||||
"Last-Translator: GNOME PL Team <translators@gnome.pl>\n"
|
"Last-Translator: GNOME PL Team <translators@gnome.pl>\n"
|
||||||
"Language-Team: Polish <pl@li.org>\n"
|
"Language-Team: Polish <pl@li.org>\n"
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 2.6\n"
|
"Project-Id-Version: 2.6\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-21 20:20+0000\n"
|
"PO-Revision-Date: 2004-03-21 20:20+0000\n"
|
||||||
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
|
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
|
||||||
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
|
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp\n"
|
"Project-Id-Version: gimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2003-02-28 03:15-0300\n"
|
"PO-Revision-Date: 2003-02-28 03:15-0300\n"
|
||||||
"Last-Translator: Luis Henrique Sestari Rocha <subdirect@bol.com.br>\n"
|
"Last-Translator: Luis Henrique Sestari Rocha <subdirect@bol.com.br>\n"
|
||||||
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
|
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp\n"
|
"Project-Id-Version: gimp-libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2000-11-24 15:46+0100\n"
|
"PO-Revision-Date: 2000-11-24 15:46+0100\n"
|
||||||
"Last-Translator: Robert Claudiu Gheorghe <rgheorghe@writeme.com>\n"
|
"Last-Translator: Robert Claudiu Gheorghe <rgheorghe@writeme.com>\n"
|
||||||
"Language-Team: Română <ro@li.org>\n"
|
"Language-Team: Română <ro@li.org>\n"
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp.LIBGIMP.ru\n"
|
"Project-Id-Version: gimp.LIBGIMP.ru\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-05-16 14:46+0400\n"
|
"PO-Revision-Date: 2004-05-16 14:46+0400\n"
|
||||||
"Last-Translator: AnatolyA. Yakushin <jaa@altlinux.ru>\n"
|
"Last-Translator: AnatolyA. Yakushin <jaa@altlinux.ru>\n"
|
||||||
"Language-Team: russian <ru@li.org>\n"
|
"Language-Team: russian <ru@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-10 20:17+0100\n"
|
"PO-Revision-Date: 2004-03-10 20:17+0100\n"
|
||||||
"Last-Translator: Zdenko Podobný <zdpo@mailbox.sk>\n"
|
"Last-Translator: Zdenko Podobný <zdpo@mailbox.sk>\n"
|
||||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp\n"
|
"Project-Id-Version: gimp-libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-09 06:06+0100\n"
|
"PO-Revision-Date: 2004-03-09 06:06+0100\n"
|
||||||
"Last-Translator: Дејан Матијевић <dejan@ns.sympatico.ca>\n"
|
"Last-Translator: Дејан Матијевић <dejan@ns.sympatico.ca>\n"
|
||||||
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"
|
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"
|
||||||
|
|
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp\n"
|
"Project-Id-Version: gimp-libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-09 06:06+0100\n"
|
"PO-Revision-Date: 2004-03-09 06:06+0100\n"
|
||||||
"Last-Translator: Dejan Matijević <dejan@ns.sympatico.ca>\n"
|
"Last-Translator: Dejan Matijević <dejan@ns.sympatico.ca>\n"
|
||||||
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"
|
"Language-Team: Serbian (sr) <serbiangnome-lista@nongnu.org>\n"
|
||||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgimp\n"
|
"Project-Id-Version: libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-15 10:56+0900\n"
|
"PO-Revision-Date: 2004-03-15 10:56+0900\n"
|
||||||
"Last-Translator: Jan Morén <jan.moren@lucs.lu.se>\n"
|
"Last-Translator: Jan Morén <jan.moren@lucs.lu.se>\n"
|
||||||
"Language-Team: Swedish <sv@li.org>\n"
|
"Language-Team: Swedish <sv@li.org>\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GIMP 1.2.1\n"
|
"Project-Id-Version: GIMP 1.2.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2001-07-16 06:51+0300\n"
|
"PO-Revision-Date: 2001-07-16 06:51+0300\n"
|
||||||
"Last-Translator: Alper Ersoy <aersoy@tfz.net>\n"
|
"Last-Translator: Alper Ersoy <aersoy@tfz.net>\n"
|
||||||
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GIMP 1.1.9\n"
|
"Project-Id-Version: GIMP 1.1.9\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-10 16:53+0200\n"
|
"PO-Revision-Date: 2004-04-10 16:53+0200\n"
|
||||||
"Last-Translator: Maxim Dziumanenko <mvd@mylinux.com.ua>\n"
|
"Last-Translator: Maxim Dziumanenko <mvd@mylinux.com.ua>\n"
|
||||||
"Language-Team: Ukrainian <uk@li.org>\n"
|
"Language-Team: Ukrainian <uk@li.org>\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Gimp-libgimp 1.3.x\n"
|
"Project-Id-Version: Gimp-libgimp 1.3.x\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2003-01-30 23:28+0700\n"
|
"PO-Revision-Date: 2003-01-30 23:28+0700\n"
|
||||||
"Last-Translator: Trinh Minh Thanh <tmthanh@yahoo.com>\n"
|
"Last-Translator: Trinh Minh Thanh <tmthanh@yahoo.com>\n"
|
||||||
"Language-Team: Gnome-Vi <Gnomevi-list@lists.sourceforge.net>\n"
|
"Language-Team: Gnome-Vi <Gnomevi-list@lists.sourceforge.net>\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1.0\n"
|
"Project-Id-Version: 1.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2003-03-19\n"
|
"PO-Revision-Date: 2003-03-19\n"
|
||||||
"Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n"
|
"Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n"
|
||||||
"Language-Team: Yiddish <raphael@cs.uky.edu>\n"
|
"Language-Team: Yiddish <raphael@cs.uky.edu>\n"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp\n"
|
"Project-Id-Version: gimp-libgimp\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-12 19:09+0800\n"
|
"PO-Revision-Date: 2004-03-12 19:09+0800\n"
|
||||||
"Last-Translator: Yuheng Xie <elephant@linux.net.cn>\n"
|
"Last-Translator: Yuheng Xie <elephant@linux.net.cn>\n"
|
||||||
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
|
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gimp-libgimp 2.0.0\n"
|
"Project-Id-Version: gimp-libgimp 2.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-02 20:48+0200\n"
|
"POT-Creation-Date: 2004-06-24 01:26+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-23 22:13+0800\n"
|
"PO-Revision-Date: 2004-03-23 22:13+0800\n"
|
||||||
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
|
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
|
||||||
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
||||||
|
|
1586
po-plug-ins/ca.po
1586
po-plug-ins/ca.po
File diff suppressed because it is too large
Load Diff
1688
po-plug-ins/cs.po
1688
po-plug-ins/cs.po
File diff suppressed because it is too large
Load Diff
1729
po-plug-ins/da.po
1729
po-plug-ins/da.po
File diff suppressed because it is too large
Load Diff
1466
po-plug-ins/de.po
1466
po-plug-ins/de.po
File diff suppressed because it is too large
Load Diff
1429
po-plug-ins/el.po
1429
po-plug-ins/el.po
File diff suppressed because it is too large
Load Diff
1702
po-plug-ins/en_CA.po
1702
po-plug-ins/en_CA.po
File diff suppressed because it is too large
Load Diff
1708
po-plug-ins/en_GB.po
1708
po-plug-ins/en_GB.po
File diff suppressed because it is too large
Load Diff
1685
po-plug-ins/es.po
1685
po-plug-ins/es.po
File diff suppressed because it is too large
Load Diff
1685
po-plug-ins/eu.po
1685
po-plug-ins/eu.po
File diff suppressed because it is too large
Load Diff
1782
po-plug-ins/fi.po
1782
po-plug-ins/fi.po
File diff suppressed because it is too large
Load Diff
1680
po-plug-ins/fr.po
1680
po-plug-ins/fr.po
File diff suppressed because it is too large
Load Diff
1488
po-plug-ins/ga.po
1488
po-plug-ins/ga.po
File diff suppressed because it is too large
Load Diff
1258
po-plug-ins/gl.po
1258
po-plug-ins/gl.po
File diff suppressed because it is too large
Load Diff
1493
po-plug-ins/he.po
1493
po-plug-ins/he.po
File diff suppressed because it is too large
Load Diff
1679
po-plug-ins/hr.po
1679
po-plug-ins/hr.po
File diff suppressed because it is too large
Load Diff
8779
po-plug-ins/hu.po
8779
po-plug-ins/hu.po
File diff suppressed because it is too large
Load Diff
1306
po-plug-ins/id.po
1306
po-plug-ins/id.po
File diff suppressed because it is too large
Load Diff
1345
po-plug-ins/it.po
1345
po-plug-ins/it.po
File diff suppressed because it is too large
Load Diff
1733
po-plug-ins/ja.po
1733
po-plug-ins/ja.po
File diff suppressed because it is too large
Load Diff
1521
po-plug-ins/ko.po
1521
po-plug-ins/ko.po
File diff suppressed because it is too large
Load Diff
1592
po-plug-ins/lt.po
1592
po-plug-ins/lt.po
File diff suppressed because it is too large
Load Diff
1680
po-plug-ins/ms.po
1680
po-plug-ins/ms.po
File diff suppressed because it is too large
Load Diff
1714
po-plug-ins/nl.po
1714
po-plug-ins/nl.po
File diff suppressed because it is too large
Load Diff
1667
po-plug-ins/no.po
1667
po-plug-ins/no.po
File diff suppressed because it is too large
Load Diff
1689
po-plug-ins/pl.po
1689
po-plug-ins/pl.po
File diff suppressed because it is too large
Load Diff
1692
po-plug-ins/pt.po
1692
po-plug-ins/pt.po
File diff suppressed because it is too large
Load Diff
1762
po-plug-ins/pt_BR.po
1762
po-plug-ins/pt_BR.po
File diff suppressed because it is too large
Load Diff
1571
po-plug-ins/ro.po
1571
po-plug-ins/ro.po
File diff suppressed because it is too large
Load Diff
1680
po-plug-ins/ru.po
1680
po-plug-ins/ru.po
File diff suppressed because it is too large
Load Diff
1685
po-plug-ins/sk.po
1685
po-plug-ins/sk.po
File diff suppressed because it is too large
Load Diff
1711
po-plug-ins/sr.po
1711
po-plug-ins/sr.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1730
po-plug-ins/sv.po
1730
po-plug-ins/sv.po
File diff suppressed because it is too large
Load Diff
1627
po-plug-ins/tr.po
1627
po-plug-ins/tr.po
File diff suppressed because it is too large
Load Diff
1701
po-plug-ins/uk.po
1701
po-plug-ins/uk.po
File diff suppressed because it is too large
Load Diff
1771
po-plug-ins/vi.po
1771
po-plug-ins/vi.po
File diff suppressed because it is too large
Load Diff
1461
po-plug-ins/yi.po
1461
po-plug-ins/yi.po
File diff suppressed because it is too large
Load Diff
1696
po-plug-ins/zh_CN.po
1696
po-plug-ins/zh_CN.po
File diff suppressed because it is too large
Load Diff
1786
po-plug-ins/zh_TW.po
1786
po-plug-ins/zh_TW.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue