Commit Graph

614 Commits

Author SHA1 Message Date
Rodrigo Lledó a0f89a9d4c Update Spanish translation 2021-04-22 08:31:44 +00:00
Anders Jonsson 5bb7f2c7d4 Update Swedish translation 2021-04-21 20:12:57 +00:00
Asier Sarasua Garmendia 33b267ba12 Update Basque translation 2021-04-21 20:02:16 +00:00
Yuri Chornoivan 997c12a304 Update Ukrainian translation 2021-04-21 09:59:28 +00:00
Jehan b622f09e0b po-python: benchmark-foreground-extract.py was deleted. 2021-04-20 22:25:47 +02:00
Hannie Dumoleyn d124e974b4 Update Dutch translation 2021-04-05 07:40:34 +00:00
Bruce Cowan 9b6d59f38a Update British English translation 2021-04-02 13:42:31 +00:00
Philipp Kiemle ae96f4308c Update German translation 2021-03-30 18:31:26 +00:00
Matej Urbančič 4b4a578f6a Update Slovenian translation 2021-03-26 19:07:09 +00:00
Martin Srebotnjak aff0c68234 Updated Slovenian translation 2021-03-03 17:27:19 +01:00
Marco Ciampa 87669c2a1c Updated Italian translation 2021-03-01 11:21:09 +01:00
Balázs Úr 97db69c300 Update Hungarian translation 2021-02-18 06:51:02 +00:00
Balázs Meskó 300ca2cb92 Update Hungarian translation 2021-02-18 06:46:02 +00:00
Милош Поповић 549864089d Update Serbian translation 2021-01-18 19:07:40 +00:00
Jordi Mas 16ddf3984e Update Catalan translation 2021-01-15 21:18:29 +01:00
Милош Поповић dce0eef704 Update Serbian (Latin) translation 2021-01-15 01:33:34 +00:00
Милош Поповић d9d8ae723a Update Serbian translation 2021-01-15 01:30:57 +00:00
Jordi Mas d0d0c9f8df Update Catalan translation 2021-01-09 23:17:52 +01:00
dimspingos 4a48ea44dc Updated Greek translation 2020-12-30 00:19:29 +02:00
Jehan 164907384c po-python: remove py-slice from POTFILES.in.
This should fix the CI build.
2020-12-15 03:10:41 +01:00
Anders Jonsson 155daa337e Update Swedish translation 2020-12-14 17:02:48 +00:00
Jordi Mas 4187b840d0 Update Catalan translation 2020-12-09 21:26:32 +01:00
Jordi Mas 93756733ee Fixes Catalan translation 2020-11-09 22:40:01 +01:00
Cristian Secară 9c0ce5a051 Update Romanian translation 2020-11-02 01:24:26 +00:00
Cristian Secară 952441653a Update Romanian translation 2020-10-26 13:04:08 +00:00
Michael Natterer fa37ca9aa0 po*: update POTFILES.skip with the new toplevel extensions/ folder 2020-10-25 19:14:35 +01:00
Piotr Drąg df8d0bccba Update Polish translation
Fixes https://gitlab.gnome.org/Teams/Translation/pl/-/issues/9
2020-10-25 10:02:42 +01:00
Rodrigo Lledó bd8f13a950 Update Spanish translation 2020-10-19 07:07:49 +00:00
Jehan 59292c1432 po-*: move the Python goat exercise to the gimp30-std-plug-ins domain.
Since commit ecbc38f9e9, the Python goat exercise was tracked by the
po-python/ Gettext files. This was an error as all its strings are
common to all other goat exercise plug-ins, so it makes no sense to
separate them (it only duplicates the work).

Actually separating the translation domains by plug-in language was a
bad idea from the start. Why do we care that a translatable string is
written in this or that language? All our plug-ins should just share a
common text domain. This way, we avoid useless duplication of common
strings.
2020-10-18 02:22:17 +02:00
Yuri Chornoivan 81aea1fd6c Update Ukrainian translation 2020-10-10 07:31:40 +00:00
Jehan ecbc38f9e9 plug-ins, extension: goat-exercises becomes a GIMP extension.
This is an extension containing a few demo plug-ins. This is good to
demonstrate the extension format. It will also allow to disable these
plug-ins (if at some point, one doesn't want to show these demo
plug-ins anymore).

And finally it deals with the fact that our plug-in code is stupid, as
it just tries to find the first executable with the same name (minus
extension) as the plug-in folder. This doesn't go well on Windows, where
the permission system is non-existent. So our code just ends up trying
to run the first file with a similar name in a plug-in folder. As the C
goat-exercise contains both an exe and the C source (and the system
probably returns files in alphabetic order), GIMP under Windows tries to
run the C source instead of the executable (this obviously doesn't go
well).
We could try to do more complex logics, like not aborting if the first
file run fails and try the next one in the plug-in folder. Or maybe just
rename the C file to another name. But any of these is just in the end
the proof that our plug-in discovery right now is just bogus. The
extension system is explicit, not based on randomly trying out files.
Plug-ins entry points are explicitly listed in the metadata manifest.
2020-10-09 15:30:54 +02:00
Yuri Chornoivan 1ae180121b Update Ukrainian translation 2020-09-22 07:53:00 +00:00
Jehan 0ec5ee4394 plug-ins: get rid of pygimp!
It's done, all Python plug-ins have been either ported to the new API +
Python 3, or they have been discarded (and moved to gimp-data-extras for
whoever wants to salvage them).
Let's get rid of the outdated pygimp directory (whose code has not been
built in the master branch for years now anyway)! Woohoo!
2020-09-21 18:17:18 +02:00
Andika Triwidada 4375b44a6f Update Indonesian translation 2020-09-06 09:26:32 +00:00
Yacine Bouklif 97ace5e9a6 Add Kabyle translation 2020-08-29 16:39:24 +00:00
Asier Sarasua Garmendia 6d74c57be7 Update Basque translation 2020-06-12 06:34:20 +00:00
Marco Ciampa ec782cadc8 Updated Italian translation 2020-06-01 11:10:11 +02:00
Cristian Secară 63647ee187 Update Romanian translation 2020-05-29 18:40:40 +00:00
Sabri Ünal c45c7fdbe4 Update Turkish translation 2020-05-29 10:53:20 +00:00
Jordi Mas 1cfcb392bc Update Catalan translation 2020-05-28 22:08:49 +02:00
Jordi Mas a97a46e707 Update Catalan translation 2020-05-27 21:42:25 +02:00
Daniel Mustieles 603f0dc375 Update Spanish translation 2020-05-27 11:27:35 +00:00
Anders Jonsson 2a4196b88f Update Swedish translation 2020-05-26 23:43:08 +00:00
Jordi Mas 151b01e530 Update Catalan translation 2020-05-26 21:23:24 +02:00
Yuri Chornoivan 2799a709ea Update Ukrainian translation 2020-05-26 17:17:33 +00:00
Cristian Secară 93a43ce0fd Update Romanian translation
(cherry picked from commit b8dfa31a88)
2020-05-18 14:24:29 +00:00
Dimitris Spingos (Δημήτρης Σπίγγος) 32bd008a1e Updated Greek translation 2020-05-14 23:33:02 +03:00
Jehan a8e6412ee6 Issue #5073: just skip all plug-ins/pygimp/ from POTFILES.
For now the whole pygimp folder is considered deprecated and will
probably end up removed (though there are some discussions and a merge
request to possibly revive it, we'll see!).
2020-05-13 12:55:45 +02:00
Anders Jonsson fa467ff573 Update Swedish translation 2020-05-10 19:39:02 +00:00
Yuri Chornoivan 50d9886c82 Update Ukrainian translation 2020-05-05 15:46:23 +00:00
Jehan eafe90fa7c libgimp, po-python: fix missing header in distribution…
… and additional source from python POTFILES.

These 2 fixes allow `make distcheck` to work fine.
You'll notice that I just commented the pygimp files out instead of just
deleting them. That's because there have been discussions and a patch
proposal lately about porting the pygimp API to Python 3/master. We are
not sure we want this yet for maintainability reason (and I was supposed
to be the one to wipe these files out!) but we'll see.
2020-04-19 12:52:28 +02:00
Yuri Chornoivan c41382f61d Update Ukrainian translation 2020-03-28 17:23:59 +00:00
Anders Jonsson 3e8ffef4bd Update Swedish translation 2020-02-24 13:07:03 +00:00
Asier Sarasua Garmendia 9fe77d42c7 Update Basque translation 2020-02-23 10:10:29 +00:00
Tim Sabsch 7029c3570c Update German translation
(cherry picked from commit b3583119bd)
2020-02-13 19:37:54 +00:00
Piotr Drąg 1c90461e21 Update Polish translation 2020-02-13 19:55:53 +01:00
Anders Jonsson 042385d0b4 Update Swedish translation
(cherry picked from commit 78c85ef13d)
2020-02-12 23:40:25 +00:00
Anders Jonsson da4228f6b2 Update Swedish translation
(cherry picked from commit cdfcf4e31e)
2020-02-12 20:22:54 +00:00
Balázs Meskó da73d35520 Update Hungarian translation 2020-02-12 17:42:16 +00:00
Tim Sabsch ccc07f449d Update German translation
(cherry picked from commit 94a5549413)
2020-02-09 01:05:38 +00:00
Rodrigo Lledó 09f87f6299 Updated Spanish Translation 2020-01-29 08:47:58 +01:00
Sabri Ünal 9c6fc184f2 Update Turkish translation 2020-01-10 15:56:38 +00:00
Piotr Drąg 8e278130d9 Update POTFILES.in 2019-12-17 15:27:09 +01:00
Dimitris Spingos 54020c2597 Updated Greek translation 2019-11-13 14:23:31 +02:00
Jordi Mas 2315bc3fa0 Update Catalan translation 2019-11-04 21:32:06 +01:00
Sabri Ünal c55b4d358a Update Turkish translation 2019-11-03 01:33:40 +00:00
Alan Mortensen 6c96ce3a56 Updated Danish translation of gimp-python 2019-10-24 23:53:26 +02:00
Rūdolfs Mazurs 4312dc8a53 Update Latvian translation 2019-10-13 11:08:41 +00:00
Asier Sarasua Garmendia 9c39602485 Update Basque translation 2019-10-11 19:00:36 +00:00
Sveinn í Felli 0f035d83d0 Update Icelandic translation
(cherry picked from commit 663fa8e7a5)
2019-10-10 13:07:27 +00:00
Rodrigo Lledó 714aea5b15 Update Spanish translation 2019-10-07 06:54:19 +00:00
Rūdolfs Mazurs 5b0e45aa41 Update Latvian translation
(cherry picked from commit 317d692d32)
2019-10-05 19:35:56 +00:00
Martin Srebotnjak eb0703430b Updated Slovenian translation 2019-09-26 20:52:31 +02:00
Piotr Drąg f7798bcd9a Update POTFILES.in 2019-09-15 11:26:24 +02:00
Hannie Dumoleyn 755fa92f34 Update Dutch translation 2019-09-14 08:17:55 +00:00
Félix Piédallu 65eff6f150 Meson port. 2019-09-11 16:42:04 +02:00
Piotr Drąg f2db331fb7 Update Polish translation 2019-09-08 12:07:51 +02:00
Balázs Úr 5cab6c816a Update Hungarian translation 2019-09-07 18:09:27 +00:00
Piotr Drąg ff1663b559 Update POTFILES.in 2019-09-02 18:58:10 +02:00
Piotr Drąg 49dedbf716 Revert "po-python: update POTFILES.in"
This reverts commit f8b8d99aca.

These files don’t exist.
2019-08-31 15:11:08 +02:00
Michael Natterer f8b8d99aca po-python: update POTFILES.in 2019-08-30 11:40:33 +02:00
Piotr Drąg d68ef36974 Update POTFILES.in 2019-08-28 18:26:01 +02:00
Martin Srebotnjak 087b4ca9c2 Updated Slovenian translation 2019-08-26 22:23:34 +02:00
Martin Srebotnjak 8cd5c76cef Updated Slovenian translation 2019-08-24 20:36:04 +02:00
Piotr Drąg 3f5b435941 Update POTFILES.in and POTFILES.skip 2019-08-07 18:38:24 +02:00
Michael Natterer 3a943f4853 po-python, po-script-fu: update for new python plug-ins 2019-08-06 23:24:32 +02:00
Jehan 1ab62fa220 po-plug-ins, po-python: skip/add new python plug-in files. 2019-07-31 16:02:01 +02:00
Jehan 404ab1da46 po-python: deactivate pot generation on VPATH builds.
Also remove temporarily the non-ported Python plug-ins from POTFILES to
fix distcheck.
2019-07-29 02:05:25 +02:00
Jehan 0f0cf4df87 po-python: install again localization for Python plug-ins.
This used to be deactivated. Let's install them again.
Also activate localization in the palette-to-gradient plug-in.
2019-07-28 21:06:36 +02:00
Bruce Cowan b6846efafd Update British English translation
(cherry picked from commit ee40487cc9)
2019-07-06 19:17:55 +00:00
Hannie Dumoleyn 8914353b9e Update Dutch translation
(cherry picked from commit 88b7e42f0b)
2019-06-27 15:57:23 +00:00
Carles Ferrando Garcia 9c97fb6b16 Update Catalan translation 2019-05-08 20:32:13 +00:00
Sabri Ünal 62f7f2775e Update Turkish translation 2019-04-17 19:27:58 +00:00
Rūdolfs Mazurs 79225868e2 Update Latvian translation
(cherry picked from commit 7e26d66464)
2019-03-31 13:28:46 +00:00
Martin Srebotnjak 2ec3ec98b7 Updated Slovenian translation 2019-03-22 21:49:18 +01:00
Dimitris Spingos 8e8535ac5b Updated Greek translation 2019-03-17 21:55:30 +02:00
Sabri Ünal f68600193e Update Turkish translation 2019-03-14 08:37:33 +00:00
Sveinn í Felli 07029b3bac Update Icelandic translation
(cherry picked from commit 942da1ad66)
2019-03-12 14:35:50 +00:00
Alan Mortensen ad72094867 Updated Danish translation of gimp-python 2019-03-03 15:08:46 +01:00
Balázs Meskó 4b3986e61b Update Hungarian translation 2019-02-15 20:46:36 +00:00
Rodrigo Lledó 5ccd5a9829 Update Spanish translation 2019-02-14 12:21:21 +00:00
Daniel Mustieles bf1537da98 Update Spanish translation 2019-02-11 07:54:41 +00:00
Balázs Úr cb066484d2 Update Hungarian translation
(cherry picked from commit c1e84c494d)
2019-02-10 17:37:40 +00:00
Ell 1b2ec2961c po-python: add spyro_plus.py copy to POTFILES.skip 2019-02-05 02:50:21 -05:00
Piotr Drąg 545ef0228d Update Polish translation 2019-02-02 14:44:52 +01:00
Elad Shahar f6e4145756 Add i18n support for python spyrogimp plugin 2019-02-01 07:41:19 -05:00
Jehan e20930e1ff po-python: add the new file-dds plug-in to POTFILES.skip.
Thanks to Piotr Drąg for noting it.
2019-01-02 20:46:44 +01:00
Jehan 9bbe950c00 po-python: skip copied Python files from POTFILES.
This issue was invisible when making VPATH builds, but appeared only in
source-tree builds as gettext tools are apparently mixing source and
build files. So we need to add these in the POTFILES.skip.

(cherry picked from commit 8ec5f44f2f)
2018-08-18 12:51:59 +02:00
Michael Natterer c7272d779c po-python: apparently I missed one bugzilla URL before 2018-07-14 13:58:34 +02:00
Michael Natterer 1b386dfe04 po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
Rafael Fontenelle fb73f46570 Update Brazilian Portuguese translation
(cherry picked from commit 9c06f323e4)
2018-07-10 18:07:57 +00:00
Snehalata B Shirude c6b63589c2 Added Marathi translations
Forward port of 9a08f499c6 from gimp-2-10.
2018-07-07 18:20:31 +02:00
Daniel Korostil 34181a93c2 Update Ukrainian translation 2018-07-03 14:16:54 +00:00
Daniel Korostil f70440d911 Update Ukrainian translation 2018-05-12 07:17:57 +00:00
Piotr Drąg c3624a2089 Update POTFILES.skip 2018-03-11 00:43:40 +01:00
Alan Mortensen e5452adedd Updated Danish translation of gimp-python 2018-02-09 17:39:52 +01:00
Inaki Larranaga Murgoitio 4249cee60b Update Basque language 2018-01-19 18:37:19 +01:00
Ell 1f27ee6219 build, configure.ac: misc Windows installer translations build improvements
In configure.ac, add --enable-windows-installer option (off by
default), which should be set to generate the necessary files for
the installer translations during the build.  Using this option is
only supported when building from git, since the installer files
are not included in source tarballs.

Rename setup.isl.desktop.in to setup.isl.in, and instruct intltool
to treat it as an .ini file explicitly.

Delete generated message files during make clean.
2017-12-25 07:42:20 -05:00
Piotr Drąg e0d08035c8 Update POTFILES.skip 2017-12-24 23:00:13 +01:00
Jordi Mas 8515877244 Update Catalan translation 2017-10-25 06:42:07 +02:00
Sveinn í Felli 88dfce2c52 Update Icelandic translation 2017-08-23 09:01:22 +00:00
Piotr Drąg 1a46a76a46 Update POTFILES.skip 2017-07-24 23:29:33 +02:00
Piotr Drąg e34c5c652d Update POTFILES.in and POTFILES.skip 2017-06-27 21:44:56 +02:00
Chao-Hsiung Liao cd25f1da72 Update Chinese (Taiwan) translation 2017-04-26 02:08:12 +00:00
Jordi Mas 3df24ff77c Update Catalan translation 2017-03-27 22:42:13 +02:00
Piotr Drąg c043ffda4e Update Polish translation 2017-03-26 21:24:32 +02:00
Julien Hardelin f9566a9987 Update French translation 2017-02-27 17:23:35 +00:00
Sebastian Rasmussen f4a059b8af Update Swedish translation 2016-10-25 21:37:17 +00:00
Cédric Valmary 1df9e4190a Update Occitan translation 2016-10-16 15:21:33 +00:00
Piotr Drąg 19239c2477 Updated Polish translation 2016-09-07 19:39:55 +02:00
Piotr Drąg 618719b3e5 Updated Polish translation 2016-08-19 13:43:51 +02:00
Piotr Drąg ad0a98848e Updated Polish translation 2016-08-15 00:01:55 +02:00
Piotr Drąg 2808384363 Updated POTFILES.skip 2016-08-09 22:44:11 +02:00
Piotr Drąg 76484765c0 Add Language headers to po files
Future versions of gettext will fail if this header is missing.
2016-07-17 15:17:42 +02:00
Cédric Valmary f9d0479f72 Updated Occitan translation 2016-05-27 19:38:24 +00:00
Alexandre Prokoudine 7d480b62b3 Update Russian translation 2016-05-10 01:16:41 +03:00
Piotr Drąg d6fd58aaa3 Updated POTFILES.skip 2016-04-19 21:57:32 +02:00
Mario Blättermann 5348eec0ba Updated German translation 2016-04-12 17:07:08 +02:00
Ask Hjorth Larsen b9440328c8 Updated Danish translation
(cherry picked from commit 04b37eabdc)
2016-03-06 20:06:33 +00:00
Rūdolfs Mazurs 2ba02d220a Update Latvian translation 2016-02-14 19:03:39 +02:00
Ask Hjorth Larsen c1ccac2586 Updated Danish translation
(cherry picked from commit 8d2cc6083a)
2016-02-09 13:44:11 +00:00
kolbjoern e3f88fc4ef Updated Norwegian (nn) translation 2016-01-14 20:20:16 +01:00
Sveinn í Felli dad9d4d645 Updated Icelandic translation 2015-12-07 13:54:09 +00:00
Piotr Drąg ea264a1e9c Updated Polish translation 2015-12-03 20:36:00 +01:00
Khaled Hosny bb8f7f7649 Update Arabic translation 2015-12-02 20:56:31 +04:00
Piotr Drąg bc775bc435 Updated POTFILES.skip 2015-12-02 14:55:05 +01:00
Piotr Drąg 8c8e419450 Updated POTFILES.in and POTFILES.skip 2015-11-07 17:04:41 +01:00
Милош Поповић 4192fceb06 Updated Serbian translation 2015-10-01 11:55:33 +00:00
Piotr Drąg 4c7050b2d7 Updated Polish translation 2015-08-29 18:51:25 +02:00
Pedro Albuquerque 78ac1c3d53 Updated Portuguese translation 2015-07-23 08:01:28 +00:00
Daniel Mustieles 5c5b2f2f75 Updated Spanish translation 2015-06-09 06:29:00 +00:00
Cédric Valmary 86807f92ed Updated Occitan translation 2015-06-07 19:52:08 +00:00
Dušan Kazik bf08e24625 Updated Slovak translation 2015-06-06 14:00:28 +00:00
Cédric Valmary 9c9eafcb57 Updated Occitan translation 2015-05-22 21:20:47 +00:00
Samir Ribic a6270d503c Added Bosnian translation 2015-03-14 16:39:12 +00:00
Inaki Larranaga Murgoitio e44293172b Updated Basque language 2015-02-07 15:41:59 +01:00
Sveinn í Felli 2bbc4fdf15 Updated Icelandic translation 2015-01-18 21:26:49 +01:00
Necdet Yücel 8a589355ce Updated Turkish translation 2015-01-12 21:26:42 +00:00
Muhammet Kara d08b643b73 Updated Turkish translation 2014-12-12 16:30:28 +00:00
Dimitris Spingos f67a7fa862 Updated Greek translation 2014-04-27 19:57:06 +03:00
Marco Ciampa 2ebf0ee32b Update italian translation. 2014-04-27 01:18:44 +02:00
Michael Natterer 2cbc1da6b7 po*: add libgimpcolor and libgimpmath to POTFILES.skip except in po-libgimp
libgimpcolor just got translatable strings, and libgimpmath might get
them in the future, but there is no reason to scan it for translations
in the wrong domains.
2014-03-16 19:52:17 +01:00
Balázs Úr ff8097ce75 Updated Hungarian translation 2014-03-05 19:56:09 +00:00
Tiagosdot 76ec5ffd7f Updated Portuguese translation 2014-03-02 23:32:36 +00:00
Martin Srebotnjak 60e232569f Updated Slovenian translation 2014-02-10 22:11:33 +01:00
João S. O. Bueno 8a202e7618 Completes addition of histogram-export to text plug-in. Addresses #356760 2014-01-08 20:26:22 -02:00
Balázs Úr ba3ec357e3 Updated Hungarian translation 2013-09-22 10:56:48 +02:00
Martin Srebotnjak 086ac0402a Updated Slovenian translation 2013-09-11 21:52:45 +02:00
kolbjoern d31750464a Enhanced Norwegian nynorsk translations 2013-05-29 15:16:04 +02:00
Kjartan Maraas 757124688b Updated Norwegian bokmål translation 2013-05-27 22:20:21 +02:00
Sven Claussner 113f6c9fc3 Fix 'make check' fails for missing translation
The changes in /plug-ins/file-exr cause modifications of the PO
configuration. This patch adds the new file to /po-plug-ins/POTFILES.in
and the new directory to /po-python/POTFILES.skip and
/po-script-fu/POTFILES.skip
2013-05-12 10:38:28 +02:00
Daniel Winzen 78c0dedcdf Updated German translation 2013-03-24 14:49:47 +01:00
Martin Srebotnjak f5ba71e41a Updated Slovenian translation 2013-03-23 16:21:51 +01:00
Timo Jyrinki 78f8b981b1 Bug 692646 - Finnish spelling fixes (by Ville Skyttä) 2013-01-29 10:36:31 +02:00
Martin Srebotnjak 293bf27346 Updated Slovenian translation 2013-01-19 21:42:27 +01:00
Enrico Nicoletto 0e54de7f1e Updated Brazilian Portuguese translation 2013-01-15 21:01:17 -02:00
Daniel Mustieles 6f878c516e Updated Spanish translation 2012-12-05 19:05:43 +01:00
Marco Ciampa 2372ed5e47 Updated italian translation. 2012-12-03 20:54:12 +01:00
Daniel Mustieles b9e77f51e0 Updated Spanish translation 2012-11-20 16:45:29 +01:00
Andika Triwidada 0f1a92f030 Updated Indonesian translation of gimp-python 2012-09-24 18:45:52 +07:00
Marco Ciampa 1fb9246ccf Updated italian translation. 2012-09-10 12:16:40 +02:00
Marco Ciampa 0ecdaf356b Fix italian po files plural forms. 2012-07-28 14:16:58 +02:00
Kolbjørn Stuestøl ae69869ee0 Updated Norwegian nynorsk (nn) translation 2012-06-06 19:09:47 +02:00
Kolbjørn Stuestøl d0b9c5c380 Updated Norwegian (nn) translation 2012-06-05 23:03:52 +02:00
Gabor Kelemen a6fb11a4f5 Updated Hungarian po-python translation by Andras Prim <gimme at primandras dot hu> 2012-06-04 22:16:09 +02:00
Piotr Drąg 047ca612f5 Updated POTFILES.in 2012-05-07 17:57:07 +02:00
Dimitris Spingos aeb453e27c Updated Greek translation 2012-05-03 12:14:46 +03:00
Dimitris Spingos 88c5ea0885 Updated translation into Greek 2012-05-01 17:01:52 +04:00
João S. O. Bueno 864badcfd2 Updated Brazilian Portuguese translation 2012-04-16 12:52:11 -03:00
Khaled Hosny 5c706f2942 Updated Arabic translation 2012-04-01 02:03:04 +02:00
Seong-ho Cho a79e495b32 Updated Korean translation 2012-03-11 02:24:31 +09:00
Daniel Șerbănescu a48a5925b4 Updated Romanian translation 2012-02-10 19:12:56 +01:00
Praveen Illa b4988ef00f Added Telugu translation by Swecha Team 2012-02-06 13:30:48 +05:30
swecha 8a40421299 Updated Telugu Translation 2012-02-06 13:27:18 +05:30
Mukund Sivaraman af55474d5d file-compressor: Add dir to po-python/POTFILES.skip 2012-01-13 16:25:48 +05:30
Carles Ferrando 2d7d6e64b6 [l10n]Updated Catalan (Valencian) translation 2012-01-09 00:48:02 +01:00
Muhammet Kara bb797762d1 [l10n]Updated Turkish translation 2012-01-08 19:55:45 +02:00
Marek Černocký b0dc61cd26 Updated Czech translation 2012-01-06 22:17:10 +01:00
Piotr Drąg 39f3f6fab1 Updated Polish translation 2011-12-28 02:33:05 +01:00
Kiyotaka NISHIBORI 867c9c28e7 Updated Japanese translation 2011-12-19 21:36:51 +09:00