Commit Graph

1751 Commits

Author SHA1 Message Date
Boyuan Yang fd0bb89026 Update Chinese (China) translation 2021-07-28 19:37:06 +00:00
Ngọc Quân Trần bd985585bb Update Vietnamese translation 2021-05-11 07:51:46 +00:00
dimspingos 89e83ae5e4 Updated Greek translation 2021-05-07 16:26:49 +03:00
Jordi Mas 5115fd8db9 Update Catalan translation 2021-04-25 19:06:54 +02:00
Jordi Mas 3950cc2c83 Update Catalan translation 2021-04-25 19:02:46 +02:00
Asier Sarasua Garmendia 2cb0d0a220 Update Basque translation 2021-04-21 20:03:38 +00:00
Aurimas Černius ea083055b4 Update Lithuanian translation 2021-04-18 20:21:35 +00:00
Rodrigo Lledó a539c6d3c7 Update Spanish translation 2021-04-03 10:00:06 +00:00
Enrico Nicoletto 2c965139cd Update Brazilian Portuguese translation 2021-03-23 16:25:29 +00:00
Rodrigo Costa fac9d9b5d5 Update Brazilian Portuguese translation
(cherry picked from commit 8c1e7679a0)
2021-03-23 15:06:16 +00:00
Martin Srebotnjak 51a0278ae2 Updated Slovenian translation 2021-03-03 17:17:36 +01:00
Marco Ciampa 87669c2a1c Updated Italian translation 2021-03-01 11:21:09 +01:00
Balázs Úr f70f24dda2 Update Hungarian translation 2021-02-14 00:17:47 +00:00
Jordi Mas d3194c1f2f Update Catalan translation 2021-01-21 22:07:45 +01:00
Jordi Mas 4e8087be85 Update Catalan translation 2021-01-18 22:59:59 +01:00
Милош Поповић 82f9329481 Update Serbian translation 2021-01-18 19:06:33 +00:00
sicklylife 26903fde73 Update Japanese translation 2021-01-16 22:43:44 +00:00
sicklylife cca6830077 Update Japanese translation 2021-01-11 01:47:56 +00:00
sicklylife f572d77999 Update Japanese translation 2021-01-11 01:43:33 +00:00
Jordi Mas d0d0c9f8df Update Catalan translation 2021-01-09 23:17:52 +01:00
Yuri Chornoivan c15e9bad03 Update Ukrainian translation 2021-01-08 09:14:36 +00:00
Милош Поповић d60b74b391 Update Serbian (Latin) translation 2021-01-08 00:21:27 +00:00
Милош Поповић 0bd5eb3ad1 Update Serbian translation 2021-01-08 00:19:06 +00:00
Anders Jonsson a2965b1974 Update Swedish translation 2021-01-07 22:01:45 +00:00
dimspingos 1ba3052c66 Updated Greek translation 2020-12-29 21:50:24 +02:00
Jordi Mas d4392d0bc6 Update Catalan translation 2020-12-22 20:10:01 +01:00
Anders Jonsson f68d91e87f Update Swedish translation 2020-12-17 21:41:08 +00:00
Yuri Chornoivan fdd949ae69 Update Ukrainian translation 2020-12-17 19:56:09 +00:00
Yuri Chornoivan a30cbb22d9 Update Ukrainian translation 2020-12-15 19:25:35 +00:00
Anders Jonsson e108584c55 Update Swedish translation 2020-12-15 18:52:21 +00:00
Anders Jonsson 822d875589 Update Swedish translation 2020-12-07 20:08:09 +00:00
Yuri Chornoivan 502dcf7d19 Update Ukrainian translation 2020-12-06 12:44:55 +00:00
Piotr Drąg d6913fd622 Update POTFILES.in 2020-12-06 12:54:21 +01:00
Cristian Secară 4dd64e75c3 Update Romanian translation 2020-11-15 12:15:54 +00:00
Cristian Secară 85fe0e7243 Update Romanian translation 2020-11-04 12:56:47 +00:00
Cristian Secară 2997230416 Update Romanian translation 2020-11-01 23:28:14 +00:00
Cristian Secară f90f183b01 Update Romanian translation 2020-10-26 11:00:11 +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
Dušan Kazik 45fb76beb4 Update Slovak translation
(cherry picked from commit 1b2f58f8ce)
2020-10-09 10:44:52 +00:00
Jehan 67e2e1b5bb app, libgimp, plug-ins: move Orientation metadata handling into core.
Orientation is now handled by core code, just next to profile conversion
handling.

One of the first consequence is that we don't need to have a non-GUI
version gimp_image_metadata_load_finish_batch() in libgimp, next to a
GUI version of the gimp_image_metadata_load_finish() function in
libgimpui. This makes for simpler API.
Also a plug-in which wishes to get access to the rotation dialog
provided by GIMP without loading ligimpui/GTK+ (for whatever reason)
will still have the feature.

The main advantage is that the "Don't ask me again" feature is now
handled by a settings in `Preferences > Image Import & Export` as the
"Metadata rotation policy". Until now it was saved as a global parasite,
which made it virtually non-editable once you checked it once (no easy
way to edit parasites except by scripts). So say you refused the
rotation once while checking "Don't ask again", and GIMP will forever
discard the rotation metadata without giving you a sane way to change
your mind. Of course, I could have passed the settings to plug-ins
through the PDB, but I find it a lot better to simply handle such
settings core-side.

The dialog code is basically the same as an app/dialogs/ as it was in
libgimp, with the minor improvement that it now takes the scale ratio
into account (basically the maximum thumbnail size will be bigger on
higher density displays).

Only downside of the move to the core is that this rotation dialog is
raised only when you open an image from the core, not as a PDB call. So
a plug-in which makes say a "file-jpeg-load" PDB call, even in
INTERACTIVE run mode, won't have rotation processed. Note that this was
already the same for embedded color profile conversion. This can be
wanted or not. Anyway some additional libgimp calls might be of interest
to explicitly call the core dialogs.
2020-09-24 12:43:41 +02:00
Zander Brown 273ff383dd Update British English translation 2020-09-20 10:56:04 +00:00
Piotr Drąg 09475b539a Update POTFILES.in 2020-09-13 13:59:44 +02:00
Yacine Bouklif 3dc47c05e6 Add Kabyle translation 2020-09-10 22:17:41 +00:00
Daniel Mustieles 167b8d3780 Updated Spanish translation 2020-09-07 09:37:48 +02:00
Stephan Woidowski a81846d1b6 Update German translation
(cherry picked from commit 95fcd80466)
2020-09-05 14:35:09 +00:00
Boyuan Yang d7b96c4b76 Update Chinese (China) translation 2020-08-29 14:42:19 +00:00
Yuri Chornoivan e8de03c5b5 Update Ukrainian translation 2020-08-08 12:56:04 +00:00
Piotr Drąg 30d73c6311 Update Polish translation 2020-08-06 16:37:00 +02:00
Anders Jonsson b8d151367d Update Swedish translation 2020-08-05 22:00:46 +00:00
Baurzhan Muftakhidinov 962a1cfea6 Update Kazakh translation 2020-07-21 05:00:54 +00:00
Baurzhan Muftakhidinov 5169264e1c Update Kazakh translation
(cherry picked from commit 7942fe66b7)
2020-07-21 04:51:37 +00:00
Boyuan Yang f40d702696 Update Chinese (China) translation 2020-07-01 19:25:44 +00:00
Anders Jonsson 1c38e2122b Update Swedish translation 2020-06-29 00:08:34 +00:00
Piotr Drąg b5659e8aa4 Update Polish translation 2020-06-28 13:00:42 +02:00
Yuri Chornoivan d7e7457329 Update Ukrainian translation 2020-06-27 18:12:12 +00:00
Anders Jonsson bcebc9f6e2 Update Swedish translation 2020-06-17 18:00:53 +00:00
Cristian Secară d26ce5bb54 Update Romanian translation 2020-06-03 16:31:24 +00:00
Cristian Secară fbf7072972 Update Romanian translation 2020-06-02 17:11:02 +00:00
Hannie Dumoleyn f8be175c21 Update Dutch translation 2020-06-01 11:12:56 +00:00
Marco Ciampa 9bcca65dc5 Updated Italian translation 2020-05-31 16:10:28 +02:00
Cristian Secară 1037afae61 Update Romanian translation 2020-05-29 10:59:03 +00:00
Jordi Mas fd95575bf3 Fixes to Catalan translation 2020-05-28 22:06:08 +02:00
Anders Jonsson 96c795bebe Update Swedish translation 2020-05-10 19:32:28 +00:00
Jordi Mas b2f21ded85 Update Catalan translation 2020-04-09 22:17:23 +02:00
Yuri Chornoivan 489c5c9d05 Update Ukrainian translation 2020-03-18 10:18:02 +00:00
Tim Sabsch 52a12742b4 Update German translation
(cherry picked from commit 8bfb3bc368)
2020-02-12 19:05:45 +00:00
Balázs Meskó cee6a9ea4c Update Hungarian translation 2020-02-12 17:36:36 +00:00
Sveinn í Felli a55a8ee010 Update Icelandic translation 2020-02-09 17:25:35 +00:00
Jordi Mas 44a7adfd9d Fixes to Catalan transation 2019-12-23 19:22:04 +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
Emin Tufan Çetin 84023a01d8 Update Turkish translation 2019-11-03 01:31:08 +00:00
Alan Mortensen 27c86f7bb6 Updated Danish translation of gimp-libgimp 2019-10-24 23:53:25 +02:00
Michael Natterer db6a0c6841 po-libgimp: update POTFILES.in 2019-10-23 19:08:34 +02:00
Asier Sarasua Garmendia 1a4fbf0c8a Update Basque translation 2019-10-12 06:57:13 +00:00
Rodrigo Lledó b4c08d66c2 Update Spanish translation 2019-10-07 07:03:43 +00:00
Rūdolfs Mazurs bdfd0055e0 Update Latvian translation
(cherry picked from commit e6ce73d5e1)
2019-10-05 20:06:13 +00:00
Martin Srebotnjak 67b3d78911 Updated Slovenian translation 2019-09-28 21:26:17 +02:00
Martin Srebotnjak 2ea77e8780 Updated Slovenian translation 2019-09-26 20:50:34 +02:00
Michael Natterer 8b53d25eb9 po-libgimp: update POTFILES.in 2019-09-25 01:05:55 +02:00
Hannie Dumoleyn 287c8ffd5d Update Dutch translation 2019-09-14 08:16:11 +00:00
Michael Natterer 81ff4941a0 libgimpmodule: clean up GimpModule and GimpModuleDB
- make all struct members private
- add accessors
- rename functions
- remove unused API
2019-09-13 13:11:23 +02:00
Félix Piédallu 65eff6f150 Meson port. 2019-09-11 16:42:04 +02:00
Balázs Meskó 64a49c374a Update Hungarian translation 2019-09-07 17:55:21 +00:00
Michael Natterer a351ce9126 Remove the entire old plug-in interface 2019-09-04 00:03:12 +02:00
Martin Srebotnjak 72d865daa0 Updated Slovenian translation 2019-08-26 22:24:44 +02:00
Martin Srebotnjak b04c96afb3 Updated Slovenian translation 2019-08-24 20:26:58 +02:00
Anders Jonsson a4fb6b9ae9 Update Swedish translation
(cherry picked from commit 70273f8d41)
2019-08-16 20:30:53 +00:00
Piotr Drąg 76d1ad414d Update POTFILES.in 2019-08-12 13:35:04 +02:00
Michael Natterer 8a462e867d libgimp: add a GimpProcedure class
Mostly the same code as GimpProcedure in app/pdb/.

Move the "run" function to GimpProcedure. Add API to GimpPlugIn to
list and create procedures, and always keep a list of the plug-ins
procedures around. Still only using the old params and return_vals.
2019-07-26 02:11:35 +02:00
Dimitris Spingos e7e0064bd7 Updated Greek translation 2019-07-23 13:31:32 +03:00
Bruce Cowan 1da9c3134d Update British English translation
(cherry picked from commit 04d5eaee39)
2019-07-06 19:03:26 +00:00
Piotr Drąg b274789747 Update Polish translation 2019-06-30 15:35:37 +02:00
Anders Jonsson 236a33a927 Update Swedish translation
(cherry picked from commit e8f7b3575d)
2019-06-11 19:07:01 +00:00
Tim Sabsch a6f50a6bc4 Update German translation
(cherry picked from commit d85f3f7a1e)
2019-05-05 14:45:34 +00:00
Piotr Drąg 15a62eea8e Update Polish translation 2019-04-28 16:20:07 +02:00
Carles Ferrando Garcia d0529dc5d0 Update Catalan translation 2019-04-27 06:16:26 +00:00
Balázs Meskó abbf4d157d Update Hungarian translation 2019-04-26 05:43:31 +00:00
lumingzh 9ee3a8a08b Update zh_CN translation of po-libgimp 2019-04-20 01:07:46 +08:00
Sabri Ünal 2522df0d2f Update Turkish translation 2019-04-17 18:56:15 +00:00
Tim Sabsch 862bf4af60 Update German translation
(cherry picked from commit b9ed4a7f14)
2019-04-13 18:21:37 +00:00
Julien Hardelin 5d331a1f90 Update French translation 2019-04-10 18:11:06 +00:00
Rūdolfs Mazurs 2e4a066a6b Update Latvian translation
(cherry picked from commit 4204dab5f6)
2019-03-31 09:25:36 +00:00
Dimitris Spingos b2969a11e1 Updated Greek translation 2019-03-25 20:08:43 +02:00
Martin Srebotnjak 79e1c9668e Updated Slovenian translation 2019-03-22 21:40:43 +01:00
Dimitris Spingos 8e8535ac5b Updated Greek translation 2019-03-17 21:55:30 +02:00
Sveinn í Felli 9494be76a3 Update Icelandic translation 2019-03-12 14:13:02 +00:00
Sveinn í Felli 5a35e92913 Update Icelandic translation
(cherry picked from commit 1c143228f0)
2019-03-11 19:47:20 +00:00
Nathan Follens f49c436755 Update Dutch translation
(cherry picked from commit 114db4f60a)
2019-03-08 09:57:34 +00:00
Sabri Ünal 2f674ebf9b Update Turkish translation 2019-03-08 08:03:37 +00:00
Alan Mortensen 7664744def Updated Danish translation of gimp-libgimp 2019-03-03 15:08:46 +01:00
Alan Mortensen cf94f611c9 Updated Danish translation of gimp-libgimp 2019-01-22 16:26:28 +01:00
Anders Jonsson 8fd072dc29 Update Swedish translation
(cherry picked from commit dd2a4cd97f)
2018-12-31 23:40:41 +00:00
Piotr Drąg cbee0ed5a3 Update Polish translation 2018-12-23 13:53:27 +01:00
Anders Jonsson fbee6a6582 Update Swedish translation
(cherry picked from commit 99e1de90a6)
2018-10-25 19:24:03 +00:00
Piotr Drąg 1cc3c3e5a4 Update Polish translation 2018-10-23 21:23:48 +02:00
Rodrigo Lledó 075ba4eccc Update Spanish translation 2018-10-22 09:31:02 +00:00
Balázs Meskó 30d7599389 Update Hungarian translation 2018-10-06 17:12:22 +00:00
Hannie Dumoleyn d853f56203 Update Dutch translation
(cherry picked from commit c3f43465a4)
2018-10-02 07:22:35 +00:00
Alan Mortensen 8895c20a90 Updated Danish translation of gimp-libgimp 2018-09-29 17:44:52 +02:00
Rafael Fontenelle 72b80213bc Update Brazilian Portuguese translation 2018-09-26 08:13:07 -03:00
Dimitris Spingos 6038f405bf Updated Greek translation 2018-09-16 05:43:29 +03:00
Martin Srebotnjak 4818e93686 Updated Slovenian translation 2018-08-10 20:59:45 +02:00
Rūdolfs Mazurs b7d614b330 Update Latvian translation
(cherry picked from commit 23c877cb09)
2018-08-10 13:55:59 +00:00
Tim Sabsch fabc0ceaf7 Update German translation
(cherry picked from commit eeb942612e)
2018-08-10 11:00:58 +00:00
Martin Srebotnjak 3c483321ee Updated Slovenian translation 2018-08-09 20:57:13 +02:00
Anders Jonsson bbd5b66d65 Update Swedish translation
(cherry picked from commit b43a84c6fb)
2018-08-08 23:18:04 +00:00
Rodrigo Lledó 2b90231844 Update Spanish translation 2018-08-06 07:29:51 +00:00
Piotr Drąg d9737ba156 Update Polish translation 2018-08-05 19:12:44 +02:00
Martin Srebotnjak a03dc0e772 Updated Slovenian translation 2018-08-03 17:26:44 +02:00
Vinzenz Vietzke 79bdbfaab6 Update German translation
(cherry picked from commit 0a2c03b667)
2018-08-03 13:21:48 +00:00
Rodrigo Lledó b2d5920d7e Update Spanish translation 2018-07-31 10:10:30 +00:00
Bruno Lopes da Silva 712557e761 Update Brazilian Portuguese translation
(cherry picked from commit cb55faeb61)
2018-07-30 16:31:36 +00:00
Rodrigo Lledó fdaca0de80 Update Spanish translation 2018-07-25 13:01:02 +00:00
Piotr Drąg 2e6b8082c8 Update POTFILES.in 2018-07-22 18:55:43 +02:00
Rodrigo 9b9ca43777 Update Spanish translation 2018-07-19 11:20:23 +00:00
Piotr Drąg 3d6a9f3ab5 Update POTFILES.in 2018-07-17 16:35:21 +02:00
Bruno Lopes da Silva a88279ba4d Update Brazilian Portuguese translation
(cherry picked from commit 9340b68e81)
2018-07-13 14:05:15 +00:00
Michael Natterer 1b386dfe04 po*: change Report-Msgid-Bugs-To URL to gitlab.gnome.org 2018-07-11 21:56:14 +02:00
Daniel Mustieles 66d465abfc Updated Spanish translation 2018-07-09 08:52:32 +02:00
Piotr Drąg a6ee02b72b Update Polish translation 2018-07-08 17:37:49 +02:00
Piotr Drąg ac05d72072 Update Polish translation 2018-07-08 17:23:18 +02: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 Mustieles 2aa1d0c7cc Update Spanish translation 2018-07-06 07:49:39 +00:00
Michael Natterer 2b8b780b6a app, libgimpwidgets: all GimpColorHexEntries should have the same tooltip
Set the tooltip in GimpColorHexEntry itself and remove all other
tooltip setting. This just moves the translatable string sround in
libgimpwidgets/, and even removes it from app/.
2018-06-24 14:19:25 +02:00
Timo Jyrinki 428c7236c3 Update Finnish translation
(cherry picked from commit 87db3ce9a8)
2018-05-22 09:09:56 +00:00
Daniel Șerbănescu 3c2437c137 Update Romanian translation 2018-05-21 09:10:32 +00:00
Piotr Drąg cb995432d1 Update POTFILES.in 2018-05-20 21:19:46 +02:00
Michael Natterer dae87ee1c7 libgimpwidgets: remove deprecated files from the build 2018-05-20 21:06:26 +02:00
Alan Mortensen 7861ab83ae Updated Danish translation of gimp-libgimp 2018-05-19 17:38:10 +02:00
Rūdolfs Mazurs f4659f64f7 Update Latvian translation 2018-05-17 19:43:01 +00:00
Claude Paroz 75a08a85af Updated French translations 2018-05-17 18:28:14 +02:00
Sveinn í Felli 0f23bee5f4 Update Icelandic translation 2018-05-17 12:07:31 +00:00
Daniel Mustieles 4024c5ce72 Updated Spanish translation 2018-05-17 12:09:48 +02:00
Daniel Korostil e597801764 Update Ukrainian translation 2018-05-12 07:14:46 +00:00
Balázs Meskó 8a105e6038 Update Hungarian translation 2018-05-05 22:59:49 +00:00
Dimitris Spingos (Δημήτρης Σπίγγος) 0884f901a2 Update Greek translation 2018-04-30 12:28:49 +03:00
Alexandre Prokoudine c3b1cf05d8 Update Russian translation 2018-04-30 05:39:11 +03:00
Marco Ciampa 48b04fb746 Updated Italian translation 2018-04-29 15:43:58 +02:00
Anders Jonsson 9f86c7ec04 Update Swedish translation 2018-04-26 14:49:39 +00:00
Piotr Drąg 6980904074 Update Polish translation 2018-04-26 16:29:57 +02:00
Piotr Drąg 08f2b2d93b Update Polish translation 2018-04-25 20:31:40 +02:00
Anders Jonsson f14a865ebf Update Swedish translation 2018-04-23 16:15:10 +00:00
Alan Mortensen d32d13b16d Updated Danish translation of gimp-libgimp 2018-04-18 10:16:04 +02:00
Sebastian Rasmussen d3124d980a Update Swedish translation 2018-04-16 07:11:27 +00:00
Marco Ciampa 055e61f065 Updated Italian translation 2018-04-15 17:53:37 +02:00
Alexandre Prokoudine dbf57b4494 Update Russian translation 2018-04-15 17:54:48 +03:00
Piotr Drąg 8cc1258444 Update Polish translation 2018-04-14 19:11:16 +02:00
Piotr Drąg 680da3ada8 Update Polish translation 2018-04-14 10:23:37 +02:00
Piotr Drąg c4975dd893 Update Polish translation 2018-04-08 22:20:05 +02:00
Julien Hardelin cdc20c9c79 Updated French translations 2018-04-03 10:57:46 +02:00
Marco Ciampa 7f96c9e7c6 Updated Italian translation 2018-03-27 12:25:33 +02:00
Alexandre Prokoudine 8266c2246e Update Russian translation 2018-03-24 01:43:43 +03:00
Piotr Drąg c3624a2089 Update POTFILES.skip 2018-03-11 00:43:40 +01:00
Mario Blättermann 87ca71e7c2 Update German translation 2018-03-10 22:02:28 +00:00
Rūdolfs Mazurs 042bcef90d Update Latvian translation 2018-02-24 00:48:50 +02:00
Sveinn í Felli 4197738e2b Update Icelandic translation 2018-02-22 13:21:48 +00:00
Dimitris Spingos (Δημήτρης Σπίγγος) ba4c544c29 Update Greek translation 2018-02-11 17:54:33 +02:00
Alan Mortensen 580ed29fd2 Updated Danish translation of gimp-libgimp 2018-02-08 03:33:14 +01:00
Piotr Drąg def98c5983 Update Polish translation 2018-01-28 20:02:58 +01:00
Inaki Larranaga Murgoitio 58155f64dd Update Basque language 2018-01-27 17:16:02 +01:00
Inaki Larranaga Murgoitio 1493950dba Update Basque language 2018-01-27 17:11:30 +01:00
Inaki Larranaga Murgoitio aaa8afed90 Update Basque language 2018-01-19 18:31:24 +01:00
Julien Hardelin 7eccbe557e Updated French translation for libgimp 2018-01-11 09:04:42 +01:00
Marco Ciampa e7c3c9f575 Updated Italian translation 2018-01-09 12:07:30 +01:00
Christian Kirbach 072b167926 Update German translation 2018-01-09 05:39:05 +00:00
Jordi Mas eae715ef2e Update Catalan translation 2018-01-07 11:33:40 +01:00
Piotr Drąg c38f14df36 Update Polish translation 2017-12-31 23:54:35 +01:00
Martin Srebotnjak 8f9e773a4f Updated Slovenian translation 2017-12-31 11:50:38 +01:00
Chao-Hsiung Liao 34e37ea72c Update Chinese (Taiwan) translation 2017-12-27 06:43:17 +00: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
Kristjan SCHMIDT 41024aecb5 Update Esperanto translation 2017-12-25 00:35:34 +00:00
Piotr Drąg e0d08035c8 Update POTFILES.skip 2017-12-24 23:00:13 +01:00
Sveinn í Felli 54158342ca Update Icelandic translation 2017-12-23 16:09:27 +00:00
Piotr Drąg 3c4ea160dc Update Polish translation 2017-12-03 19:17:51 +01:00
Dimitris Spingos (Δημήτρης Σπίγγος) 91f7f90262 Update Greek translation 2017-11-30 11:03:02 +02:00
Dimitris Spingos (Δημήτρης Σπίγγος) 5ec5781c3a Update Greek translation 2017-11-28 16:14:32 +02:00
Jordi Mas 717cd7881e Update Catalan translation 2017-11-25 22:05:33 +01:00
Piotr Drąg 1b804e5770 Update Polish translation 2017-11-19 20:21:12 +01:00
Piotr Drąg aee1a1f430 Update Polish translation 2017-11-12 19:17:40 +01:00
Alexandre Prokoudine b1c5725373 Update Russian translation 2017-11-12 17:53:05 +03:00
Piotr Drąg c97c2fe06d Update Polish translation 2017-11-05 16:20:39 +01:00
Ell 5b118a260b modules: add clip-warning display filter
The clip-warning display filter highlights pixels with at least one
componet whose value is outside the [0,1] range, or is NaN.
2017-11-02 16:12:33 -04:00
Marco Ciampa ab05320ce1 Updated Italian translation 2017-10-30 11:37:30 +01:00
Jordi Mas 8dc33b7729 Fixes to Catalan translation 2017-10-28 22:09:07 +02:00
Jordi Mas 29331c3b3e Update Catalan translation 2017-10-25 06:49:41 +02:00
Piotr Drąg 6c1e3beb69 Update Polish translation 2017-10-15 16:34:58 +02:00
Mario Blättermann 087003746c Update German translation 2017-10-14 12:50:38 +00:00
Jordi Mas 77bf6313c3 Update Catalan translation 2017-09-15 07:05:36 +02:00
Jordi Mas 8027a818d9 Fixes to Catalan translation 2017-09-13 20:33:30 +02:00
Balázs Meskó 90aed24e73 Update Hungarian translation 2017-09-10 12:56:25 +00:00
Sveinn í Felli e1624573c0 Update Icelandic translation 2017-08-23 09:14:00 +00:00
Marco Ciampa 0181e9e4ac Updated Italian translation 2017-08-17 02:20:14 +02:00
Mario Blättermann b0a9539b4f Update German translation 2017-07-29 22:03:53 +00:00
Dimitris Spingos (Δημήτρης Σπίγγος) 46847023a4 Update Greek translation 2017-07-20 04:25:00 +03:00
Piotr Drąg 2938599011 Update Polish translation 2017-07-09 18:32:23 +02:00
Marco Ciampa 4ae3aed664 Small fix in Italian translation 2017-07-05 21:20:50 +02:00
Marco Ciampa 3378520204 Updated Italian translation 2017-06-28 13:34:12 +02:00
Dimitris Spingos (Δημήτρης Σπίγγος) 94f05bac89 Update Greek translation 2017-06-11 11:21:13 +03:00
Marco Ciampa 52789e1bfb Updated Italian translation 2017-06-01 13:49:23 +02:00
Marco Ciampa 6b33d85ef8 Updated Italian translation 2017-06-01 13:16:55 +02:00
Piotr Drąg cb5d97709c Update Polish translation 2017-05-21 17:43:25 +02:00
Piotr Drąg 8534307391 Update Polish translation 2017-05-14 16:01:28 +02:00
Marco Ciampa fb9e957714 Updated Italian translation 2017-05-10 13:14:44 +02:00
Michael Natterer 3e2429fe6f modules: remove the "lcms" and "proof" display filters 2017-05-10 12:53:51 +02:00
Marco Ciampa 964bb223b4 Updated Italian translation 2017-05-07 21:24:43 +02:00
Piotr Drąg e48e75a294 Update Polish translation 2017-05-07 10:25:57 +02:00
Chao-Hsiung Liao 98fb9727c7 Update Chinese (Taiwan) translation 2017-04-26 02:00:18 +00:00
Mario Blättermann dab9af6ea5 Updated German translation 2017-04-16 13:56:09 +02:00
Dimitris Spingos (Δημήτρης Σπίγγος) 03f9f2e794 Update Greek translation 2017-04-09 21:33:18 +03: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
Balázs Meskó f99059df37 Update Hungarian translation 2017-03-23 20:07:35 +00:00
Piotr Drąg a8d6bea607 Update Polish translation 2017-03-19 17:01:23 +01:00
Balázs Úr f81fe0c2e1 Update Hungarian translation 2017-03-18 23:42:59 +00:00
Baurzhan Muftakhidinov 140835ae82 Update Kazakh translation 2017-03-17 08:17:33 +00:00
Balázs Úr 677bc33644 Update Hungarian translation 2017-03-15 16:30:42 +00:00
Anders Jonsson 49b7f25b78 Update Swedish translation 2017-03-01 18:12:14 +00:00
Marco Ciampa 58e5f38667 Updated Italian translation 2017-02-27 12:18:09 +01:00
Jordi Mas 34cd299b0d Fixes to Catalan translation 2017-02-26 13:55:57 +01:00
Piotr Drąg f144418716 Update Polish translation 2017-02-20 01:22:55 +01:00
Dimitris Spingos (Δημήτρης Σπίγγος) fdf7b24de4 Update Greek translation 2017-02-18 09:39:05 +02:00
Michael Natterer 40981f43cf libgimp*: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
Marco Ciampa d422a37001 Updated Italian translation 2017-02-08 22:41:38 +01:00
Tiago Santos b2e1237480 Update Portuguese translation 2017-01-16 21:12:13 +00:00
Martin Srebotnjak da9957fb26 Updated Slovenian translation 2016-12-22 14:37:56 +01:00
Jordi Mas 0d89f5b1e2 Update Catalan translation 2016-12-20 21:07:14 +01:00
Balázs Meskó 2a1e215515 Update Hungarian translation 2016-12-13 08:19:00 +00:00
Alexandre Prokoudine 1744534c68 Update Russian translation 2016-11-28 23:55:52 +03:00