commit 2e516545e548d203496ec7f37ad2d7142f5ff4fb Author: David King Date: Mon Sep 20 09:22:56 2021 +0100 Release 3.12.3 NEWS | 12 ++++++++++++ configure.ac | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) commit f5fbda6688cdba1d7637ebdf7f2b9e3d675a54cc Author: Ville Skyttä Date: Thu May 17 11:49:22 2012 +0300 Remove spurious man page tabs https://gitlab.gnome.org/GNOME/brasero/-/issues/230 docs/brasero.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit da231e9b99737fabaeb07f3513492a7720c2f279 Author: Asier Sarasua Garmendia Date: Fri Sep 17 16:11:45 2021 +0000 Update Basque translation help/eu/eu.po | 3144 ++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 2215 insertions(+), 929 deletions(-) commit e448acb10bf8928d950e92bfad57e8e30bd1ad9b Author: scootergrisen Date: Thu Feb 6 16:49:23 2020 +0100 help: Add danish screenshot: brasero-main-window.png https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/5 help/da/figures/brasero-main-window.png | Bin 0 -> 51370 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 9bbafba2f400e91832f2b359083eb4917a186bfa Author: Rafael Fontenelle Date: Fri Sep 17 09:48:18 2021 +0000 Update Brazilian Portuguese translation help/pt_BR/pt_BR.po | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) commit 26e10427e385fe51788bb4a944d11a926ddfe9e3 Author: Ting-Wei Lan Date: Sat Jun 6 21:47:51 2015 +0800 trivial: Fix a wrong header guard https://gitlab.gnome.org/GNOME/brasero/-/issues/287 https://bugzilla.gnome.org/show_bug.cgi?id=750488 plugins/checksum/burn-volume-read.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fa7e9ab764e0ec6cad5efdd609830b69a6c1b32a Author: Balazs Ur Date: Thu Sep 16 18:13:06 2021 +0000 Update Hungarian translation help/hu/hu.po | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) commit a87184460af69ad1e07a7f9b654630d4e3502604 Author: Yuri Chornoivan Date: Thu Sep 16 14:36:26 2021 +0000 Update Ukrainian translation help/uk/uk.po | 484 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 240 insertions(+), 244 deletions(-) commit 5ab5511c23bf6d17b1e655ab50684bbb13e061df Author: Marek Černocký Date: Thu Sep 16 16:16:38 2021 +0200 Updated Czech help translation help/cs/cs.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit e11d10a68c414f6aac5ba4a8f564ee07d0f4b63e Author: Piotr Drąg Date: Thu Sep 16 16:15:34 2021 +0200 Update Polish translation help/pl/pl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4893dc897e3518b56477b5a2c09db8b0bd6d4896 Author: Anders Jonsson Date: Thu Sep 16 14:15:00 2021 +0000 Update Swedish translation help/sv/sv.po | 52 ++++++---------------------------------------------- 1 file changed, 6 insertions(+), 46 deletions(-) commit 3de2143e16407c1e255c5788b8dcccfa1cb5234b Author: scootergrisen Date: Sun Mar 8 06:14:50 2020 +0000 Remove "." and change "disk" to "disc". help/C/tools-check-integrity.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6e0097bf5a26eb838297badcbb1ac0d603559179 Author: Bastien Nocera Date: Thu Sep 9 23:40:28 2021 +0200 growisofs: Fix burning BD-R media not working The BD-R flags were simply never applied to the plugin, so the brasero core didn't know how to burn that type of media. See https://bugzilla.redhat.com/show_bug.cgi?id=1704341 and https://bugzilla.redhat.com/show_bug.cgi?id=1456971 Closes: #324 plugins/growisofs/burn-growisofs.c | 3 +++ 1 file changed, 3 insertions(+) commit 42d01a125eae57097fe08bcc7c5bb186787dca9b Author: Bastien Nocera Date: Thu Sep 9 23:45:03 2021 +0200 libbrasero-burn: Fix BRASERO_PLUGIN_ADD_STANDARD_BD_R_FLAGS The macro was never used and was missing an opening parenthesis. libbrasero-burn/brasero-plugin-registration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 982c1b93bba1b3a85a0fbc619d2731ebfaea3980 Author: Bastien Nocera Date: Thu Sep 9 22:44:58 2021 +0200 libbrasero-burn: Better log for brasero_check_flags_for_drive() Print some debug when flags don't match. libbrasero-burn/burn-basics.c | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) commit f1ec303f59e53dd809ac581924bdf907ae1cb920 Author: Bastien Nocera Date: Thu Sep 9 15:09:35 2021 +0200 libbrasero-media: Fix memset() warning libbrasero-media/scsi-read-track-information.c: In function ‘brasero_read_track_info’: libbrasero-media/scsi-read-track-information.c:116:33: warning: argument to ‘sizeof’ in ‘memset’ call is the same pointer type ‘BraseroScsiTrackInfo *’ {aka ‘struct _BraseroScsiTrackInfo *’} as the destination; expected ‘BraseroScsiTrackInfo’ {aka ‘struct _BraseroScsiTrackInfo’} or an explicit length [-Wsizeof-pointer-memaccess] 116 | memset (&hdr, 0, sizeof (info)); | ^ libbrasero-media/scsi-read-track-information.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4fad49aa4dc16bf2c679970483ba82a8bd506908 Author: Robert McQueen Date: Wed Feb 19 12:17:35 2020 +0000 transcode plugin - fix required gstreamer plugins Make the gstreamer plugins tested for by the transcode plugin match the plugins it uses. Fixes: #325 plugins/transcode/burn-vob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 48024e7a87c38193c95d927b0fe9ea87ebc527c2 Author: David King Date: Thu Sep 16 14:23:08 2021 +0100 ci: Build against Tracker 3.0 .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit ddf25f215768cbc3c577960caef4dce1d8b16969 Author: Carlos Garnacho Date: Thu Dec 24 13:22:43 2020 +0100 Support Tracker 3.0 Add the compile-time checks, and add the minimal code catering for the API changes. In 3.0 connections are no longer singletons. configure.ac | 6 +++++- src/brasero-search-tracker.c | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) commit b41d69ac256c6098e6e9bae70491d9d1687b0ce6 Author: Carlos Garnacho Date: Thu Dec 24 13:15:21 2020 +0100 Observe nfo:FileDataObject/nie:InformationElement split These resources are interpreted differently in Tracker 3.0 compared to older versions, the newer version makes those 2 different resources (one representing the "file", other the "content) that relate to each other. In older tracker versions, these 2 aspects were conflated in a single resource. The query is implicitly crossing that barrier, so make it explicit. With this change, the query may run with either version. src/brasero-search-tracker.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 3eb5f88bdfe3a900fd53e92d3f501e9e4cf4c507 Author: Carlos Garnacho Date: Thu Dec 24 13:04:03 2020 +0100 Only use fts:rank with FTS searches This fixes two things: - The use of fts:match depends on priv->keywords being set, but fts:rank() has undefined behavior if fts:match is not present. Its value is returned in the cursor, but fortunately unused, so it can go away. - Fixes "garbage" being added at the end of the query, concretely ") } ORDER BY ... " is appended at the supposed end of the query string. Older SPARQL parser implementations would allow garbage at the end of its parsing state, I suspect "LIMIT 0 OFFSET 10000" was just a mean to push it to that state that it'd allow the remaining string, so that is gone too. src/brasero-search-tracker.c | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) commit e272e7f2cfe56cf8e217eb9b0dc9a0229f527dd8 Author: Carlos Garnacho Date: Thu Dec 24 12:37:13 2020 +0100 Fix ORDER BY clauses in Tracker search The ?urn variable is not defined anywhere else in the query, so ordering is left undefined. Access the url/filename properly here. src/brasero-search-tracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8b222b28a2634ff6fabd75882f3c25de8cd425f5 Author: Carlos Garnacho Date: Thu Dec 24 12:19:49 2020 +0100 Obtain TrackerSparqlConnection in a single point The is_available vmethod tries to create a connection if it's not there. But the BraseroSearchTracker initialization already tries to obtain the SPARQL connection. Let this method return wether initialiation was successful. src/brasero-search-tracker.c | 6 ------ 1 file changed, 6 deletions(-) commit 44c46c0c297aea204908f09d9570b87ed48688ef Author: David King Date: Thu Sep 16 14:08:16 2021 +0100 doap: Add description brasero.doap | 2 ++ 1 file changed, 2 insertions(+) commit 4427a31763499261827afdb826d8447bb6c438aa Author: Bastien Nocera Date: Thu Sep 9 22:49:18 2021 +0200 docs: Fix linking of gtk-doc scanning tool Which means that gtk-doc can now list the object types and generate a tree_index.sgml file. docs/reference/libbrasero-burn/Makefile.am | 6 +++--- docs/reference/libbrasero-media/Makefile.am | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) commit 582fea96ee20afb9a295aa99f5fdb8b6ca678c7e Author: Bastien Nocera Date: Thu Sep 9 16:50:22 2021 +0200 ci: Add CI .gitlab-ci.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) commit 5be9cef9131ba4342a5c2618ad4a678b99e91fb9 Author: Bastien Nocera Date: Thu Sep 9 17:16:37 2021 +0200 doap: Add myself as a helper brasero.doap | 7 +++++++ 1 file changed, 7 insertions(+) commit a1e89343a45045113abe910f01c4c54e023d718d Author: Boyuan Yang <073plan@gmail.com> Date: Sun Sep 5 21:55:11 2021 +0000 Update Chinese (China) translation help/zh_CN/zh_CN.po | 1435 ++++++++++++++++++++++++++++----------------------- 1 file changed, 793 insertions(+), 642 deletions(-) commit 3b7057043efcfa599ecac113cb23b4bd81951299 Author: eshagh shahidani Date: Tue Aug 31 14:41:57 2021 +0000 Update Persian translation po/fa.po | 230 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 109 insertions(+), 121 deletions(-) commit 107370392e83a85e0665fc1dbcb4bc34703f53fc Author: Fabio Tomat Date: Wed Jul 28 21:41:38 2021 +0000 Update Friulian translation po/fur.po | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) commit 8399f65c888de14e6fc2baf5afbda15965d4e020 Author: Hugo Carvalho Date: Sun Jun 27 14:27:06 2021 +0000 Update Portuguese translation help/pt/pt.po | 81 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 43 insertions(+), 38 deletions(-) commit 20eec100a29ed3dffaca906ffda0616fe71199f9 Author: Quentin PAGÈS Date: Fri Jun 18 19:40:06 2021 +0000 Update Occitan translation po/oc.po | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) commit 4ab10690eb17110c9a8787531b4c83552078ca20 Author: Ridhubharan Venkatachalam Date: Fri May 21 14:12:56 2021 +0000 Update Tamil translation po/ta.po | 1792 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1030 insertions(+), 762 deletions(-) commit cba1d34a15ca752f0742749617cd090210de3f01 Author: Pawan Chitrakar Date: Sat Apr 17 04:37:40 2021 +0000 Update Nepali translation po/ne.po | 975 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 421 insertions(+), 554 deletions(-) commit 8fd2a044155a0903baddd0b270d8488ea459cae4 Author: Ask Hjorth Larsen Date: Mon Apr 12 21:50:50 2021 +0200 Updated Danish translation help/da/da.po | 1124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1124 insertions(+) commit 8c75cc54011acc1769e8e2b02c54f1974fe8e1c1 Author: Ask Hjorth Larsen Date: Mon Apr 12 21:50:50 2021 +0200 add da to LINGUAS help/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1dc8bce61519489f0f4de8af0e7c217b217550a5 Author: Yosef Or Boczko Date: Mon Mar 29 19:41:10 2021 +0000 Update Hebrew translation po/he.po | 2023 +++++++++----------------------------------------------------- 1 file changed, 288 insertions(+), 1735 deletions(-) commit ea6f631555a53a6ddcd7fcb3a13788e6b55d0251 Author: Seong-ho Cho Date: Tue Mar 16 23:00:17 2021 +0000 Update Korean translation help/ko/ko.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 6787133aa731798e2f996cf7fa75d48c66252313 Author: Jordi Mas Date: Mon Mar 15 21:29:30 2021 +0100 Update Catalan translation po/ca.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b2ce8d823be3e1646cf8a79babf4734b7da4ec32 Author: Seong-ho Cho Date: Sat Mar 13 05:57:33 2021 +0000 Update Korean translation help/ko/ko.po | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) commit 38ffe92e78a92a6f4578a303f57e4a160e734618 Author: Fran Dieguez Date: Tue Feb 23 23:32:46 2021 +0000 Update Galician translation po/gl.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit b95684262a5b47fb98007acac29940be375fa6d8 Author: A S Alam Date: Sun Feb 14 05:09:21 2021 +0000 Update Punjabi translation po/pa.po | 370 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 183 insertions(+), 187 deletions(-) commit 817dbf90d43f10559060210b275b009900150c5d Author: Fabio Tomat Date: Thu Jan 21 06:23:48 2021 +0000 Update Friulian translation po/fur.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit fa00819a5019b793a1752a1cce31e736f515575c Author: Jordi Mas Date: Fri Jan 8 14:13:20 2021 +0100 Update Catalan translation help/ca/ca.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b855d311cafab0d3926b95acb747423e04401d6c Author: Jordi Mas Date: Sat Jan 2 18:43:55 2021 +0100 Update Catalan translation po/ca.po | 62 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) commit f75f728e5f34c45599cb72512ff2d20ec64c1fb2 Author: Jordi Mas Date: Mon Dec 28 22:42:26 2020 +0100 Update Catalan translation help/ca/ca.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit df4a62a686f867996aea882a388c6e8f4db7a933 Author: Jordi Mas Date: Tue Dec 22 16:34:56 2020 +0100 Update Catalan translation help/ca/ca.po | 32 ++++++++++++++++---------------- po/ca.po | 42 +++++++++++++++++++++--------------------- 2 files changed, 37 insertions(+), 37 deletions(-) commit 9444f4acfdd6d707ffb85f9a5d99f67f9d55fe36 Author: Juliano de Souza Camargo Date: Mon Dec 7 10:59:09 2020 +0000 Update Portuguese translation po/pt.po | 713 +++------------------------------------------------------------ 1 file changed, 24 insertions(+), 689 deletions(-) commit 2514def641fbe48e57e0b78e9c41526a9252b5b3 Author: Fabio Tomat Date: Sun Oct 18 08:01:26 2020 +0000 Update Friulian translation po/fur.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit 46b9d11686aa51dd1427b33ce724190c4857fcc3 Author: Jordi Mas Date: Tue Sep 22 22:03:28 2020 +0200 Update Catalan translation help/ca/ca.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 1e15631684bcb6db943cae183d34b05f39ae962b Author: Fabio Tomat Date: Tue Sep 22 11:30:23 2020 +0000 Update Friulian translation po/fur.po | 176 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) commit 6290eaf21f9e44ee2888bc4e6a72c083e04131ff Author: Jordi Mas Date: Sat Sep 12 23:43:53 2020 +0200 Update Catalan translation help/ca/ca.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 7f640f5fe9f306bc58c15cdaa9546af2f4bea2ef Author: Jordi Mas i Hernandez Date: Fri Sep 11 18:20:00 2020 +0000 Update Catalan translation help/ca/ca.po | 714 ++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 474 insertions(+), 240 deletions(-) commit d754f171b151de3af26ff3b0dc6df0ecc97de87e Author: Fabio Tomat Date: Mon Sep 7 15:41:27 2020 +0000 Update Friulian translation po/fur.po | 86 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) commit 5945fdff108c6cf3b67b8be9d9be71e4e9010031 Author: Charles Monzat Date: Sun Sep 6 11:53:53 2020 +0200 Update help French translation help/fr/figures/brasero-main-window.png | Bin 67090 -> 63552 bytes help/fr/fr.po | 53 ++++++++++++++++---------------- 2 files changed, 27 insertions(+), 26 deletions(-) commit 1f39cad806e9506c7a4db77c3574d55299c0b181 Author: Andre Klapper Date: Thu Sep 3 19:23:13 2020 +0200 Fix broken markup in Dzonghka translation po/dz.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 97f86a3a454fe8ffda548b34e5bea3e441b456de Author: Juliano Camargo Date: Sun Aug 23 23:20:42 2020 +0000 Update Portuguese translation po/pt.po | 160 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 84 insertions(+), 76 deletions(-) commit e892749d40dfb92d20ed73fa97ad4024936dd301 Author: Jwtiyar Nariman Date: Tue Aug 4 20:41:36 2020 +0000 Add Central Kurdish translation po/LINGUAS | 1 + po/ckb.po | 4619 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4620 insertions(+) commit 192119d1caceb0bd30fe8b107a573cb38b7098f5 Author: அருள் Date: Sat Aug 1 16:28:24 2020 +0000 Update Tamil translation po/ta.po | 1237 +++++++++++++++++++++++--------------------------------------- 1 file changed, 466 insertions(+), 771 deletions(-) commit 6e314b613391dab6a199555e19433bf6efdcfc3b Author: Guntupalli Karunakar Date: Tue Jul 28 14:59:43 2020 +0000 Update Hindi translation po/hi.po | 379 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 188 insertions(+), 191 deletions(-) commit 5f7d6bc9af8b9a041d76dfc382db4729c112648b Author: Rafael Fontenelle Date: Sat Jul 18 12:01:01 2020 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) commit f0a437c160e32aa3f39625e308b10ac6f6492526 Author: Baurzhan Muftakhidinov Date: Thu Jul 16 05:41:22 2020 +0000 Update Kazakh translation po/kk.po | 65 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 27 deletions(-) commit 334e99db9ace5870dfbe118a4f7fb54c8120eb89 Merge: fead1aa2 bd69808e Author: Daniel Korostil Date: Fri Jul 10 15:25:14 2020 +0000 Merge branch 'add_uk' into 'master' Add Ukrainian translation for docs See merge request GNOME/brasero!8 commit bd69808e0efdf1f91766d1b95639fa0d5c68b1cc Author: Yuri Chornoivan Date: Fri Jul 10 13:06:47 2020 +0300 Add Ukrainian translation for docs help/Makefile.am | 2 +- help/uk/uk.po | 1179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1180 insertions(+), 1 deletion(-) commit fead1aa290b7a85b24a0de50e8f83603bc4d08d7 Author: Daniel Șerbănescu Date: Fri Jul 3 08:46:02 2020 +0000 Update Romanian translation help/ro/ro.po | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) commit e2d95c7ce8b8bb509cc497ddc9f18b7d56118cfb Author: Cheng-Chia Tseng Date: Fri May 1 15:04:41 2020 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 121004bb8242487ac7af4c0a0867489343272ce4 Author: Andre Klapper Date: Tue Apr 28 14:38:04 2020 +0200 Replace deprecated projects.gnome.org URL with wiki.gnome.org URL data/brasero.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 25824317d61c2fc950b6c19bdae29d6a58adde15 Author: Cédric Valmary Date: Tue Mar 17 05:26:06 2020 +0000 Update Occitan translation po/oc.po | 65 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 31 deletions(-) commit f3aab055a9a4a21bce435f6ec0633d2b7d7d5be6 Author: Andika Triwidada Date: Fri Mar 13 04:45:10 2020 +0000 Update Indonesian translation help/id/id.po | 50 +++++++++++++++++++++----------------------------- 1 file changed, 21 insertions(+), 29 deletions(-) commit 73a121d978fdf14ea8b30859988f7b5faa29640e Author: Daniel Korostil Date: Tue Mar 10 21:08:01 2020 +0000 Update Ukrainian translation po/uk.po | 529 ++++++++++++++++++++++----------------------------------------- 1 file changed, 180 insertions(+), 349 deletions(-) commit 2fc5c38b1ad445b3e0f0a36311cb8c09b1327f4c Author: Marek Černocký Date: Sun Mar 8 08:53:42 2020 +0100 Updated Czech help translation help/cs/cs.po | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) commit 95f16cd0b8072253e7540f05e3deff9a580dcbeb Author: Zander Brown Date: Wed Feb 19 19:03:36 2020 +0000 Update British English translation po/en_GB.po | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) commit cbb9c953822c6015619c918f5c0800addb38c258 Author: Balázs Úr Date: Mon Feb 17 22:03:35 2020 +0000 Update Hungarian translation help/hu/hu.po | 116 +++++++++++++++------------------------------------------- 1 file changed, 29 insertions(+), 87 deletions(-) commit 80b73c77c72eccd70415902ccccdebf699255d00 Author: Rafael Fontenelle Date: Mon Feb 17 12:33:27 2020 +0000 Update Brazilian Portuguese translation help/pt_BR/pt_BR.po | 55 ++++++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 26 deletions(-) commit bb1c4360fa3d6455759fea3863046c8eac79f8ac Author: Fran Dieguez Date: Sat Feb 15 21:03:45 2020 +0000 Update Galician translation help/gl/gl.po | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) commit 8ebb4c7d5ec021513ccb0a64e1f159b01befc7d3 Author: Tim Sabsch Date: Sat Feb 15 15:53:36 2020 +0000 Update German translation help/de/de.po | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) commit 3ca97853b799acc678fea04bd7a5e6e0f73ad2bd Author: Piotr Drąg Date: Sat Feb 15 13:44:40 2020 +0100 Update Polish translation help/pl/pl.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit daad1e0a99e877f26da6eb896f64c09825928d14 Author: Anders Jonsson Date: Fri Feb 14 20:59:05 2020 +0000 Update Swedish translation help/sv/sv.po | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) commit dc1d0941a2ed8aa5ac58abe4de30fe8b1d5503a3 Author: Daniel Mustieles Date: Wed Feb 12 09:00:53 2020 +0100 Updated Spanish translation help/es/es.po | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) commit 2760d80e2352f12e55aaf874cec18113bb36c21a Author: Andre Klapper Date: Tue Feb 11 16:26:29 2020 +0100 help: Update main window screenshot to GNOME 3.34 theme help/C/figures/brasero-main-window.png | Bin 55398 -> 66693 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 31567fd09ff697281acb252ff55a0c5cac22b421 Author: Andre Klapper Date: Tue Feb 11 16:24:04 2020 +0100 help: Update localized main window screenshots to GNOME 3.34 theme help/bg/figures/brasero-main-window.png | Bin 92139 -> 72743 bytes help/cs/figures/brasero-main-window.png | Bin 65152 -> 72251 bytes help/de/figures/brasero-main-window.png | Bin 55667 -> 70134 bytes help/el/figures/brasero-main-window.png | Bin 71655 -> 83290 bytes help/es/figures/brasero-main-window.png | Bin 58089 -> 71543 bytes help/eu/figures/brasero-main-window.png | Bin 78012 -> 70343 bytes help/fi/figures/brasero-main-window.png | Bin 73729 -> 69504 bytes help/fr/figures/brasero-main-window.png | Bin 69225 -> 67090 bytes help/hu/figures/brasero-main-window.png | Bin 68463 -> 71105 bytes help/it/figures/brasero-main-window.png | Bin 88761 -> 67485 bytes help/ja/figures/brasero-main-window.png | Bin 88150 -> 94778 bytes help/ko/figures/brasero-main-window.png | Bin 66110 -> 71758 bytes help/lv/figures/brasero-main-window.png | Bin 70006 -> 69047 bytes help/pl/figures/brasero-main-window.png | Bin 57130 -> 75901 bytes help/pt_BR/figures/brasero-main-window.png | Bin 58050 -> 67804 bytes help/ro/figures/brasero-main-window.png | Bin 77450 -> 67988 bytes help/ru/figures/brasero-main-window.png | Bin 58340 -> 73094 bytes help/sv/figures/brasero-main-window.png | Bin 91857 -> 67848 bytes help/zh_TW/figures/brasero-main-window.png | Bin 80359 -> 88353 bytes 19 files changed, 0 insertions(+), 0 deletions(-) commit 3330d23439d5127ed4266d90e575d4d94c88cc36 Author: Andre Klapper Date: Tue Feb 11 16:19:55 2020 +0100 help: Remove unused French main window screenshot Looks like an accidental commit; file name does not match. help/fr/figures/brasero-main-window-fr.png | Bin 62912 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 3e31ccd5b45f84b6468b630697ffaa9884e2db23 Author: Christian Kirbach Date: Sun Feb 9 01:28:57 2020 +0000 Update German translation po/de.po | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) commit a83726fdc688d2c7b6aa95979534d0ae524a5015 Author: Jordi Mas Date: Fri Dec 27 21:48:58 2019 +0100 Fix to Catalan translation po/ca.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 99e8b2a99644f1a4b10ab8fc3a61f83fa6674e01 Author: Jordi Mas Date: Fri Dec 27 21:48:44 2019 +0100 Fix to Spanish translation po/es.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a3b5513a56f5c2f5f03a9ba4a9881368dc471a36 Author: Fran Dieguez Date: Fri Dec 27 15:25:06 2019 +0000 Update Galician translation help/gl/gl.po | 1419 +-------------------------------------------------------- 1 file changed, 19 insertions(+), 1400 deletions(-) commit 1913212bc12c505dfc2cf6b10370fba2dee81940 Author: Fran Dieguez Date: Wed Dec 25 14:23:29 2019 +0000 Update Galician translation po/gl.po | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) commit 779d7885cde0a1224daeb875e7d442e323f9bd2c Author: Sabri Ünal Date: Mon Dec 2 15:41:15 2019 +0000 Update Turkish translation po/tr.po | 155 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 77 insertions(+), 78 deletions(-) commit f2bd8aadc1b08fb736679fe63fa87ce73d28e02f Author: Umarzuki Bin Mochlis Moktar Date: Tue Nov 12 16:24:32 2019 +0000 Update Malay translation po/ms.po | 7559 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 3650 insertions(+), 3909 deletions(-) commit 8463777d29a1e5c0964c8d887a684a00ff9141d5 Author: Charles Monzat Date: Sat Oct 26 09:29:17 2019 +0200 Updated French help translation help/fr/figures/brasero-main-window-fr.png | Bin 0 -> 62912 bytes help/fr/fr.po | 262 +++++++++++++---------------- 2 files changed, 115 insertions(+), 147 deletions(-) commit b14df0a85e66e51be11d0f2a17047f05bec51b4c Author: Pawan Chitrakar Date: Thu Aug 29 07:20:45 2019 +0000 Update Nepali translation po/ne.po | 1091 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 579 insertions(+), 512 deletions(-) commit 65d682d77dc10062bf050e0b1f0e7e6fa4c7811b Author: Jordi Mas Date: Sun Aug 25 22:01:20 2019 +0200 Update Catalan translation po/ca.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 92743b593f1b9c744c9f8a4305c1e5eca3dea69c Author: Jor Teron Date: Wed Jul 24 18:39:59 2019 +0000 Add Karbi translation po/LINGUAS | 1 + po/mjw.po | 4754 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4755 insertions(+) commit bd1a4d5bcdc47a6bb7744a09e10ad40c44bdf5a4 Author: Ask Hjorth Larsen Date: Mon Apr 8 20:55:51 2019 +0200 Updated Danish translation po/da.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c75ab96dc99c4333f6c9d98938d6f5feaf4c7eb2 Author: Ask Hjorth Larsen Date: Sun Apr 7 03:43:00 2019 +0200 Updated Danish translation po/da.po | 173 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 87 insertions(+), 86 deletions(-) commit 513dab3aaaa3a5ea5aedc6b601e026563d00a04a Author: Matej Urbančič Date: Thu Mar 28 21:33:30 2019 +0100 Added Slovenian translation po/sl.po | 113 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 56 insertions(+), 57 deletions(-) commit 0fc153b86d10d89eb8ac387a567ee856d63e564e Author: Fabio Tomat Date: Wed Mar 6 09:46:48 2019 +0000 Update Friulian translation po/fur.po | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) commit d1b589646d7a28df67ec52cd1dd1f6a1d9333d05 Author: Fabio Tomat Date: Tue Mar 5 21:12:46 2019 +0000 Update Friulian translation po/fur.po | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) commit 34d8a9b9b02f1d3e614262a990421906fe32b3e4 Author: Ask Hjorth Larsen Date: Tue Mar 5 17:51:19 2019 +0100 Updated Danish translation po/da.po | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 2cfd12580acf49a223c4f3d522a4338b19acfe27 Author: Sveinn í Felli Date: Fri Feb 22 08:15:37 2019 +0000 Update Icelandic translation po/is.po | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) commit 0006af49b0d613e9a79d4b90db0e6f98af2f6cfc Author: Pieter Schalk Schoeman Date: Sun Jan 20 21:33:22 2019 +0000 Update Afrikaans translation po/af.po | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit fe623ef57b437257ef81a642e4d0e9356050581b Author: Carmen Bianca BAKKER Date: Tue Jan 15 07:36:45 2019 +0000 Update Esperanto translation po/eo.po | 1342 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 652 insertions(+), 690 deletions(-) commit a71e415fcb3f544d4866d3e7bbe8b91d11063a98 Author: Andika Triwidada Date: Sat Jan 12 05:43:44 2019 +0000 Update Indonesian translation po/id.po | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) commit 6935395e2b3dc04e104a04556084c175b09a8032 Author: Shantha kumar Date: Tue Dec 11 02:14:46 2018 +0000 Update Tamil translation po/ta.po | 523 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 205 insertions(+), 318 deletions(-) commit bf0f4f1c9101754f235fe2d57e5a1c71cdb7377e Author: Charles Monzat Date: Wed Dec 5 08:08:07 2018 +0000 Update French translation po/fr.po | 477 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 237 insertions(+), 240 deletions(-) commit 58da42ae04faf29573383bc83b70996316bb10fd Author: Marek Cernocky Date: Tue Sep 18 16:45:21 2018 +0200 Updated Czech screenshot for a help help/cs/cs.po | 2 +- help/cs/figures/brasero-main-window.png | Bin 99605 -> 65152 bytes 2 files changed, 1 insertion(+), 1 deletion(-) commit edc404652a86fc3d4165b32cbfda6a9d5d180002 Merge: 53e70825 a695a5fc Author: Federico Mena Quintero Date: Thu Aug 16 17:16:27 2018 +0000 Merge branch 'master' into 'master' Honouring manually modified labels. Closes #1. Closes #1 See merge request GNOME/brasero!1 commit 53e708253c079214ac400f8c4ad3953924011f60 Merge: 6c45f9e7 1914ba3a Author: Federico Mena Quintero Date: Thu Aug 16 17:04:36 2018 +0000 Merge branch 'geyslan' into 'master' Check pointer before strcmp() call See merge request GNOME/brasero!2 commit 1914ba3aede6cc33071ea7fe30e10d0037a450a3 Author: Geyslan Date: Sat Aug 11 11:54:56 2018 -0300 Check pointer before strcmp() call Due an unchecked pointer, a strcmp() call was crashing with a malformed URI. Signed-off-by: Geyslan nautilus/nautilus-burn-extension.c | 2 ++ 1 file changed, 2 insertions(+) commit a695a5fc6bf270b1c6b216adfcbeb90390338931 Author: Pimm "de Chinchilla" Hogeling Date: Mon Jun 11 16:40:11 2018 +0200 Closes #1. Honouring manually modified labels. Previously, adding a track would cause a new "default" label to be generated for the project, even after a label had been manually entered by the user. With this patch, user-inputted labels are no longer overwritten by "default" labels. Looking at the code, this seems to be the intended behaviour. I haven't fully tested how it behaves when saving and loading projects to and from the file system. src/brasero-project-name.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit 6c45f9e7b652714d06b36b5d091a96535c59f8bf Author: Gun Chleoc Date: Fri Jun 1 10:14:24 2018 +0000 Update Scottish Gaelic translation po/gd.po | 572 +++++++++++++++------------------------------------------------ 1 file changed, 135 insertions(+), 437 deletions(-) commit 68393017042ce8276f1eb6042a77e13af130402d Author: Pieter Schalk Schoeman Date: Tue May 29 09:47:06 2018 +0000 Update Afrikaans translation po/af.po | 222 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 97 insertions(+), 125 deletions(-) commit 223c412a2844927a35127c8345e778882106a7fb Author: Piotr Drąg Date: Fri Mar 23 22:32:36 2018 +0100 Update Polish translation help/pl/figures/brasero-main-window.png | Bin 56389 -> 57130 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 6e113ea4c1192486ba7705a1fa2cb50b560837ef Author: Mingcong Bai Date: Tue Mar 20 17:08:51 2018 +0800 Update zh_CN translation po/zh_CN.po | 111 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 56 insertions(+), 55 deletions(-) commit 384475db257f38cef9929ea00096bc9b129bc21d Author: Marcos Lans Date: Wed Mar 14 22:47:59 2018 +0000 Update Galician translation help/gl/gl.po | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) commit ebd761ddb116f4ace953cf218fbb6d6cb7c381aa Author: Aefgh39622 Date: Sat Mar 10 00:53:16 2018 +0000 Update Japanese translation po/ja.po | 634 +++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 453 insertions(+), 181 deletions(-) commit e3b519cfd1ee63a720c84e4d8d052904dbadd04c Author: Cheng-Chia Tseng Date: Sun Feb 25 06:37:27 2018 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0b2ecc460ac35fa27ee985c6013597de8f4fdbb0 Author: GNOME Translation Robot Date: Fri Feb 23 09:34:28 2018 +0000 Update Scottish Gaelic translation po/gd.po | 684 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 344 insertions(+), 340 deletions(-) commit 6732719d01079e18ba3d139d2bfb978875749eb9 Author: Marcos Lans Date: Wed Feb 21 22:02:39 2018 +0000 Update Galician translation help/gl/gl.po | 1552 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 834 insertions(+), 718 deletions(-) commit 563d3d291b2efc0a7f78144ea110bcce1c4b9780 Author: Mart Raudsepp Date: Thu Feb 8 20:09:32 2018 +0000 Update Estonian translation po/et.po | 1264 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1259 insertions(+), 5 deletions(-) commit 7e12526f2ad132468bd9505153f9e7fdbe22712f Author: Piotr Drąg Date: Thu Feb 8 03:22:12 2018 +0100 Update Polish translation help/pl/pl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 567326a7625ed1099d9f61e97ad30b1f11f14f7c Author: Stas Solovey Date: Wed Dec 13 17:53:19 2017 +0000 Update Russian translation po/ru.po | 76 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 36 insertions(+), 40 deletions(-) commit 31ce5eadf049afbe8eaf1b08c02d5cb7d465fc23 Author: Sveinn í Felli Date: Thu Dec 7 08:41:11 2017 +0000 Update Icelandic translation po/is.po | 51 ++++++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 23 deletions(-) commit e9d835a81ae5baec9588ac1225944297dac4c53a Author: Piotr Drąg Date: Mon Dec 4 19:55:32 2017 +0100 Remove the OMF file It’s a gnome-doc-utils/ScrollKeeper leftover. help/brasero.omf.in | 9 --------- 1 file changed, 9 deletions(-) commit 2fd12402fa70550ef49ca4cb870b494a0532ffdb Author: Jeremy Bicha Date: Wed Nov 8 12:40:47 2017 -0500 build: Install appstream metadata to non-deprecated location data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3631c6a894fc0eb57728898267f7c04edc4635f4 Author: Xavi Ivars Date: Thu Oct 5 13:32:04 2017 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 430 +++++++++++++++++++++++++++--------------------------- 1 file changed, 214 insertions(+), 216 deletions(-) commit 40c7a40efc628a7e21afdbc892efd33d97068030 Author: Piotr Drąg Date: Sun Oct 1 14:41:56 2017 +0200 help: Rename translated screenshots .../{brasero_main.png => brasero-main-window.png} | Bin .../{brasero_main.png => brasero-main-window.png} | Bin help/el/figures/brasero_main.png | Bin 104223 -> 0 bytes help/es/figures/brasero_main.png | Bin 84979 -> 0 bytes .../{brasero_main.png => brasero-main-window.png} | Bin .../{brasero_main.png => brasero-main-window.png} | Bin .../{brasero_main.png => brasero-main-window.png} | Bin .../{brasero_main.png => brasero-main-window.png} | Bin .../{brasero_main.png => brasero-main-window.png} | Bin .../{brasero_main.png => brasero-main-window.png} | Bin 10 files changed, 0 insertions(+), 0 deletions(-) commit b91b27523f27dcee015ce1f9deede2bc51fbbdfd Author: Piotr Drąg Date: Sat Sep 30 15:29:39 2017 +0200 gschema: Fix gettext-domain data/org.gnome.brasero.gschema.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 0e061ac5fd0a24d1dc6a2e5d7cd5336d4c652f82 Author: Piotr Drąg Date: Sat Sep 30 03:24:25 2017 +0200 Add Polish help screenshots help/pl/figures/brasero-main-window.png | Bin 0 -> 56389 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 9f55c83c1d266bfccb620a0db5c7640e691c67d4 Author: Andre Klapper Date: Mon Sep 25 00:00:07 2017 +0200 th: Fix a markup typo help/bg/bg.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3497ee10cab8ea25689996b0245ce37c3a0b5283 Author: Kristjan SCHMIDT Date: Thu Sep 14 21:47:40 2017 +0200 Updated Esperanto translation po/eo.po | 81 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 38 deletions(-) commit 4e7516da1fb8557b1b9ad878e6ab9cda6542f7bd Author: Cheng-Chia Tseng Date: Tue Sep 12 12:31:56 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 90888b2f754034b963aa816320c25a2e44f57460 Author: Ask Hjorth Larsen Date: Sun Sep 10 18:02:43 2017 +0200 Updated Danish translation po/da.po | 177 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 87 insertions(+), 90 deletions(-) commit ad05355d7bb6835f5318a5e48b3ffbfded75a45c Author: Jordi Mas Date: Sun Sep 10 08:39:03 2017 +0200 Fixes to Catalan translation po/ca.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 00bd0eac7ce67c74384722742cf41db4063547c3 Author: Inaki Larranaga Murgoitio Date: Sat Sep 9 14:20:42 2017 +0200 Update Basque language po/eu.po | 67 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 32 deletions(-) commit c650bca520f94142a88e2035567f4ccc407b7fa4 Author: Lyubomir Vasilev Date: Fri Sep 8 08:14:51 2017 +0300 Updated Bulgarian translation po/bg.po | 97 ++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 46 insertions(+), 51 deletions(-) commit 114d5fde953a3c49060a12ae9cbbf044f5b93ada Author: Pawan Chitrakar Date: Mon Sep 4 07:12:33 2017 +0000 Update Nepali translation po/ne.po | 399 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 172 insertions(+), 227 deletions(-) commit 7ec6e7582f8d8420bde98b85778a0295c38f43c6 Author: Balázs Úr Date: Sun Sep 3 14:10:44 2017 +0000 Update Hungarian translation po/hu.po | 159 ++++++++++++++++++++++----------------------------------------- 1 file changed, 55 insertions(+), 104 deletions(-) commit 321a1c7cea0a10305c5785af4c5918c0ed6fd0a6 Author: Changwoo Ryu Date: Sat Sep 2 03:46:52 2017 +0000 Update Korean translation po/ko.po | 112 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 59 insertions(+), 53 deletions(-) commit 26e4d8ce3986316fe553470937deaf061b022cdc Author: Yuras Shumovich Date: Fri Sep 1 11:52:55 2017 +0000 Update Belarusian translation po/be.po | 109 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 54 insertions(+), 55 deletions(-) commit caef603ac99cbb7d84e3f1ac31d93064470ec311 Author: Jiri Grönroos Date: Tue Aug 29 20:43:13 2017 +0000 Update Finnish translation po/fi.po | 88 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 42 insertions(+), 46 deletions(-) commit dfa0e56d8fc45a8c9f318f82f5eb986fe60bb74e Author: Rūdolfs Mazurs Date: Sun Aug 27 23:10:24 2017 +0300 Update Latvian translation po/lv.po | 101 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 49 insertions(+), 52 deletions(-) commit 9ddf77da4d579b9357cc0891746c7d4d5f95a4a0 Author: Ask Hjorth Larsen Date: Sat Aug 26 16:24:31 2017 +0200 Updated Danish translation po/da.po | 229 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 118 insertions(+), 111 deletions(-) commit 8313effbdb717627c301671c4e0251681e67a900 Author: Marcos Lans Date: Fri Aug 25 20:39:50 2017 +0000 Update Galician translation po/gl.po | 176 ++------------------------------------------------------------- 1 file changed, 3 insertions(+), 173 deletions(-) commit 265578ac4da07f561cbba1f7809bd2ad1248096b Author: Danial Behzadi Date: Thu Aug 24 22:16:02 2017 +0000 Update Persian translation po/fa.po | 567 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 322 insertions(+), 245 deletions(-) commit 24076017abadbc378af6c4d205fb2b45fe03ccc0 Author: hanniedu Date: Thu Aug 24 11:13:20 2017 +0200 Updated Dutch translation Master 3.26 po/nl.po | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) commit ed29fdca1b02174b2fcc56fec5da5f7ded3dc45c Author: Cheng-Chia Tseng Date: Wed Aug 23 06:38:46 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 160 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 78 insertions(+), 82 deletions(-) commit 6d13f647837968f9d056d55528b3516b11cb1e5d Author: Pawan Chitrakar Date: Sun Aug 20 06:13:25 2017 +0000 Update Nepali translation po/ne.po | 777 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 355 insertions(+), 422 deletions(-) commit 1ebf8189c59fe923c760dbd87660ccddfec5087f Author: Efstathios Iosifidis Date: Fri Aug 18 16:53:05 2017 +0000 Update Greek translation po/el.po | 99 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 48 insertions(+), 51 deletions(-) commit 6d15a983187009a0f4d48ff65b731023dbc52da6 Author: Мирослав Николић Date: Mon Aug 14 19:45:59 2017 +0200 Updated Serbian translation po/sr.po | 97 ++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 99 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 95 insertions(+), 101 deletions(-) commit fe3c55d6483c60ed5fe891459c4604b2d9c77b25 Author: Fran Dieguez Date: Sat Aug 12 10:32:32 2017 +0000 Update Galician translation po/gl.po | 80 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 39 insertions(+), 41 deletions(-) commit ed90977fe376c11d061642aa2f67397650354bd2 Author: Gianvito Cavasoli Date: Fri Aug 11 12:06:41 2017 +0000 Update Italian translation po/it.po | 233 +++++++++++++++++++++++---------------------------------------- 1 file changed, 84 insertions(+), 149 deletions(-) commit 8575ccee931614c4120ec414d96002a17dcb93a0 Author: Anish Sheela Date: Mon Aug 7 19:03:38 2017 +0000 Update Malayalam translation po/ml.po | 116 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 56 insertions(+), 60 deletions(-) commit a855812c04d1c08950894f28f7f7777e8fbbb914 Author: Andre Klapper Date: Sat Aug 5 23:15:28 2017 +0200 docs: Remove unused image from ro translation help/ro/figures/brasero_main.png | Bin 77450 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit b927e519417c14d8cc80e152aeb84666895ec794 Author: Daniel Șerbănescu Date: Fri Aug 4 18:48:50 2017 +0000 Update Romanian translation po/ro.po | 93 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 45 insertions(+), 48 deletions(-)