Commit graph

1344 commits

Author SHA1 Message Date
Translation updater bot 82499b1246 Localisation updates from https://translatewiki.net.
Change-Id: Ibe506248be8cc9e01c7ae9f927fc918220714694
2023-08-18 09:09:36 +02:00
Translation updater bot a77ce714c3 Localisation updates from https://translatewiki.net.
Change-Id: I8d0d32e7a565dadf42fd4b4110cef1da93f2db00
2023-08-17 12:11:03 +02:00
Translation updater bot 2c593a8b7b Localisation updates from https://translatewiki.net.
Change-Id: I7a51052f5d3c2b04aa680ee73bd8dbd0b5c4ccee
2023-08-16 09:12:47 +02:00
Translation updater bot 3bff419651 Localisation updates from https://translatewiki.net.
Change-Id: I65ff15393275df6b594d3f63e6f78fb589c1c388
2023-08-15 08:27:05 +02:00
Translation updater bot ae75750b11 Localisation updates from https://translatewiki.net.
Change-Id: I6f36017180ac3660ea96741ce992b2c64f7e7a5e
2023-08-14 09:18:53 +02:00
Translation updater bot 7646a39679 Localisation updates from https://translatewiki.net.
Change-Id: I793718112cc6ef514fececaeffc2110512e7fe97
2023-08-11 09:02:14 +02:00
Translation updater bot 2adf690eee Localisation updates from https://translatewiki.net.
Change-Id: I8d61c6039c20239d27910546b915d44cbe11a970
2023-08-10 09:42:30 +02:00
Translation updater bot 9c8459d6fa Localisation updates from https://translatewiki.net.
Change-Id: Iea1369c4acc41dc68fe347bb8f6d8cbe30a8011a
2023-08-09 09:16:03 +02:00
Translation updater bot 3b3623cb14 Localisation updates from https://translatewiki.net.
Change-Id: I46b63404e0d7bfe48605ef37cd81904838c81228
2023-08-07 08:40:22 +02:00
Translation updater bot 21436f55d6 Localisation updates from https://translatewiki.net.
Change-Id: Ic4debdaa9047375832f18eba7aa52c5596f2f1c8
2023-08-04 09:21:27 +02:00
Translation updater bot 9baf0fdfcb Localisation updates from https://translatewiki.net.
Change-Id: Iaaa149760e8040d4120016bd03406a28ff93b213
2023-08-02 09:04:59 +02:00
Translation updater bot 288d6a10a5 Localisation updates from https://translatewiki.net.
Change-Id: I51948ca81589d6f761082f12644f7bf99ec18a5b
2023-08-01 08:37:26 +02:00
Translation updater bot d655f0f7cc Localisation updates from https://translatewiki.net.
Change-Id: I9ab4be458fd24e1ae9a3ce2b600f1f258536763b
2023-07-31 09:02:18 +02:00
Translation updater bot dafa391b57 Localisation updates from https://translatewiki.net.
Change-Id: I985e78cb5a889d04fae4a7d0b79cb94a143c670e
2023-07-28 09:21:29 +02:00
Translation updater bot 7ee41eae64 Localisation updates from https://translatewiki.net.
Change-Id: Icf9847a953607b1053cec3ddb6f847fadf1c95ca
2023-07-24 09:40:17 +02:00
Translation updater bot 10f4183225 Localisation updates from https://translatewiki.net.
Change-Id: I42f54719f8fee3d32d01e82601367c7f626106a5
2023-07-20 09:34:18 +02:00
Translation updater bot f2a8b5ae5d Localisation updates from https://translatewiki.net.
Change-Id: If344c1638141f094cf3868bd97c23e11f9fb93f2
2023-07-19 09:02:02 +02:00
Translation updater bot df735ad0e6 Localisation updates from https://translatewiki.net.
Change-Id: Ie0eafa0e0d1374b6fc3a7bf9ec08ca83e123a0b3
2023-07-18 09:50:13 +02:00
Translation updater bot 63d9d75aca Localisation updates from https://translatewiki.net.
Change-Id: Idbe31362a1c06fb1fef638c961ae26c23662d6ff
2023-07-17 10:19:19 +02:00
Translation updater bot 6747b69833 Localisation updates from https://translatewiki.net.
Change-Id: I219275bcf96e5a047fca5d86d42ee24cd110273e
2023-07-14 09:36:21 +02:00
Translation updater bot c711d94cce Localisation updates from https://translatewiki.net.
Change-Id: Ie4109172fc900316eb2bdd6f2ebf8f9bfc92a693
2023-07-13 10:50:41 +02:00
Translation updater bot 2b7077f534 Localisation updates from https://translatewiki.net.
Change-Id: I2f33bd20c40011c2288279d87b5a808187b02a1f
2023-07-12 08:56:43 +02:00
Translation updater bot 3b0b3ddf9e Localisation updates from https://translatewiki.net.
Change-Id: Ib16f93a51d96c1de926a3fa1d9d1bf703943ff8f
2023-07-11 08:50:56 +02:00
Translation updater bot 71d221a100 Localisation updates from https://translatewiki.net.
Change-Id: I1dd3bed0a85efda90329861c7b95989def37eebd
2023-07-10 09:39:25 +02:00
Translation updater bot b5763390a1 Localisation updates from https://translatewiki.net.
Change-Id: I3664dcd589e7b86039618f70d57aedd34a147a5c
2023-07-07 09:11:42 +02:00
jenkins-bot 1414dced9d Merge "Stop using autoMsg and use mw.messages directly instead" 2023-07-06 16:16:02 +00:00
Jon Harald Søby 499c71114a Stop using autoMsg and use mw.messages directly instead
WikiEditor has a clever functionality where you can enter a message
key directly by using [key]Msg syntax in the object definition. While
that may have been a clever approach, it led to tons of messages
in this extension having to be marked as RawHtmlMessages because
they could potentially be parsed as HTML. Thus I am replacing all
of these instances with using mw.message explicitly instead, with
the necessary method attached.

The autoMsg (and its cloned autoSafeMsg) functions have had FIXME
comments attached since 2018 saying that these methods are
unnecessarily complex and should be replaced with using mw.messages
directly.

This solves a lot of problems for translators in Translatewiki, and
hopefully makes the code more straightforward and easier to understand
for those reading it down the line.

I would like to remove the autoMsg and autoSafeMsg functions
altogether, but their functionality is still in use in a few
extensions (and potentially on-wiki code), so we would have to
clean up that first.

Bug: T154891
Bug: T294760
Change-Id: I2835341867df85552579ea6927cd39a6f889fa6b
2023-07-06 10:39:24 +02:00
Translation updater bot 075a7cf989 Localisation updates from https://translatewiki.net.
Change-Id: I451be13ad4d6b34789143051fd8b29735fa6fe69
2023-07-06 10:17:13 +02:00
Translation updater bot 8ec88126dd Localisation updates from https://translatewiki.net.
Change-Id: I621e8044f7c2a6871ac919211d89513c8fe1e724
2023-07-03 10:17:14 +02:00
jenkins-bot c4a284259e Merge "Move reference-specific settings to the Cite extension" 2023-06-28 23:43:49 +00:00
Translation updater bot 11306309b5 Localisation updates from https://translatewiki.net.
Change-Id: I6e4df4859e24081e1dd665e507ad53ecb41b7fb0
2023-06-26 12:41:34 +02:00
Jon Harald Søby 5c18abff00 Move reference-specific settings to the Cite extension
These config settings were specific to the Cite extension,
and are misleading on wikis that don't have that extension
installed. Move the functionality to the Cite extension
instead.

Bug: T339973
Depends-On: Ib3fdc897dd3330f69c5832003d4c3cb1e6dba2f3
Change-Id: Ib619706ddfca724990e1db2d51f12a2eb05f6a72
2023-06-22 14:07:29 +02:00
Translation updater bot 17ac59bfda Localisation updates from https://translatewiki.net.
Change-Id: Iec733b7bd761300bf844eeca6993ffca94b82bcf
2023-06-19 11:08:25 +02:00
Translation updater bot 4c046b5941 Localisation updates from https://translatewiki.net.
Change-Id: Ica4c02046d3a8a3f61dd68135e0ac0f4a5a05459
2023-06-14 13:08:22 +02:00
Translation updater bot cef2dccb3f Localisation updates from https://translatewiki.net.
Change-Id: I9114e3a20d70475ada2a48840ed6ac838b21e9e4
2023-06-12 13:08:37 +02:00
Translation updater bot fa73b4d7f0 Localisation updates from https://translatewiki.net.
Change-Id: I45012e68eb7a6a2aca357d558857305f9b265df6
2023-06-09 09:15:19 +02:00
Translation updater bot 6acfc20f9c Localisation updates from https://translatewiki.net.
Change-Id: Id8a30db96e8af49d1abeca8463d446519280d87e
2023-06-08 10:41:20 +02:00
Translation updater bot 56f1ba9dce Localisation updates from https://translatewiki.net.
Change-Id: I174f4940f1d3ece36b5936f5667f49f4b3eb2f21
2023-06-05 08:41:55 +02:00
Translation updater bot 7ec4bd9d22 Localisation updates from https://translatewiki.net.
Change-Id: If87e8d462034b39281d8b85e8ecd97d6b50b9fde
2023-06-02 09:25:06 +02:00
Translation updater bot 41af41a75e Localisation updates from https://translatewiki.net.
Change-Id: Ieca0c443dbd27de04bfd45ccb3b5caf4b1ad41f5
2023-06-01 08:44:24 +02:00
Translation updater bot 4b87819ec3 Localisation updates from https://translatewiki.net.
Change-Id: Ifc74c3970ddf847f860e6ec41f91abc3a810348b
2023-05-31 08:21:15 +02:00
Translation updater bot cb0f4298fa Localisation updates from https://translatewiki.net.
Change-Id: I226a77e67253d2c3448986017baa376edd43548f
2023-05-30 08:57:29 +02:00
Translation updater bot 2179b22792 Localisation updates from https://translatewiki.net.
Change-Id: I4f4c1e92f06c9df2df3ffbb306dc5688b7d74beb
2023-05-29 10:00:31 +02:00
Translation updater bot 59413a5d23 Localisation updates from https://translatewiki.net.
Change-Id: I65ddad9ce96e20cd650545f1a137310dfa317714
2023-05-25 09:11:19 +02:00
Translation updater bot 837e2d51f8 Localisation updates from https://translatewiki.net.
Change-Id: Ib60cc6c2fae841d90b0ab3394bed493a7b1df753
2023-05-23 08:23:15 +02:00
Translation updater bot fcdbb5a1c2 Localisation updates from https://translatewiki.net.
Change-Id: Id66021e06256045be13da3d7129dc1e1ae3c832f
2023-05-22 08:47:02 +02:00
Translation updater bot 38b18eb2a5 Localisation updates from https://translatewiki.net.
Change-Id: I301a0a8cb606a08a4eaf1b8994b78ba48f993438
2023-05-19 10:43:50 +02:00
Translation updater bot 69b9605575 Localisation updates from https://translatewiki.net.
Change-Id: I888ce9d717f7a44fd29703fe13d0761d6f43d6bf
2023-05-18 10:13:26 +02:00
Translation updater bot fb3b49b8e9 Localisation updates from https://translatewiki.net.
Change-Id: I79e455fef5654622595b23fe4914ae9e5e19af1b
2023-05-15 08:34:11 +02:00
Translation updater bot 19abe57017 Localisation updates from https://translatewiki.net.
Change-Id: I27f870596cc8b5ddda8d3fb3a420cab702c5c7f0
2023-05-11 09:21:27 +02:00
Translation updater bot 4f415662d3 Localisation updates from https://translatewiki.net.
Change-Id: Iff697dec7af9579f98b8fe279e706e2c84f49da9
2023-05-09 08:56:08 +02:00
Translation updater bot 27872b04b1 Localisation updates from https://translatewiki.net.
Change-Id: I802db6f60d0cb11f36c20cb21d7b31b04fcb7ffa
2023-05-08 10:33:47 +02:00
Translation updater bot c9ed8f55e6 Localisation updates from https://translatewiki.net.
Change-Id: I70d29098fd88bf4113fc810ae7eee408c5daf226
2023-05-05 10:41:32 +02:00
Translation updater bot 7b83dc0880 Localisation updates from https://translatewiki.net.
Change-Id: I4f014580002a95c5854c31de0726712b22c58817
2023-05-02 09:00:53 +02:00
Translation updater bot 087627edeb Localisation updates from https://translatewiki.net.
Change-Id: I159d09a4daec35672f0eeb91d61c51babd8b7ef7
2023-04-24 09:17:36 +02:00
Translation updater bot 91a0c4a05f Localisation updates from https://translatewiki.net.
Change-Id: Ic8c4dd9b32dc93b95fb6267b8efbb4fe537253a1
2023-04-18 09:01:40 +02:00
Translation updater bot 1b7feacb07 Localisation updates from https://translatewiki.net.
Change-Id: Iddf6afc2050027b1e293ff130825bda31fe7a094
2023-04-17 09:16:01 +02:00
Translation updater bot 9bbf9a7c10 Localisation updates from https://translatewiki.net.
Change-Id: Ia749422dfc750c4a67a126c1f4f82ce2757193bb
2023-04-14 09:27:41 +02:00
Translation updater bot 22570a9258 Localisation updates from https://translatewiki.net.
Change-Id: Ibe3830b571e898a9e78e6d114262fea4e344436c
2023-04-13 08:47:36 +02:00
Translation updater bot 60dca3a600 Localisation updates from https://translatewiki.net.
Change-Id: I292e48c0622166e1a6941b39280e35b537f30d37
2023-04-11 09:14:31 +02:00
Translation updater bot 538c4dfda7 Localisation updates from https://translatewiki.net.
Change-Id: I5373293b297e23e856846ed2f8a22c0905520772
2023-04-10 09:47:09 +02:00
Translation updater bot 7eae49ae09 Localisation updates from https://translatewiki.net.
Change-Id: Ief8ac1238eabecee800bf262283271fde3736933
2023-04-04 09:18:31 +02:00
Translation updater bot 9cd89b3fe9 Localisation updates from https://translatewiki.net.
Change-Id: I95f20c237fd802ee274d0a7903c449c3197d7a56
2023-03-31 09:59:14 +02:00
Translation updater bot 3a24fa3ab1 Localisation updates from https://translatewiki.net.
Change-Id: If20f282bd58bbbc159d2861b42d2917a479fd25a
2023-03-30 09:02:51 +02:00
Translation updater bot c6bc4bc4ba Localisation updates from https://translatewiki.net.
Change-Id: I4e2b75d944d66b422bb8be1fd305531793dff2cd
2023-03-29 09:05:12 +02:00
Translation updater bot 72f51b18e7 Localisation updates from https://translatewiki.net.
Change-Id: I89c84096ffb0cc190410c7fde64b45559997da47
2023-03-28 08:41:24 +02:00
Translation updater bot a11fa3d42b Localisation updates from https://translatewiki.net.
Change-Id: I2aae81875c8c4b1e00f9df84609e08c054ab97b4
2023-03-27 08:42:12 +02:00
Translation updater bot d37b8048c1 Localisation updates from https://translatewiki.net.
Change-Id: I423690bee9116c098c0749a6c9402ffa9839f499
2023-03-24 09:29:16 +01:00
Translation updater bot 42f64a434c Localisation updates from https://translatewiki.net.
Change-Id: If246650c265522e91c5ada4124a9fc5bfcea7216
2023-03-22 09:16:49 +01:00
Translation updater bot ba86c395dd Localisation updates from https://translatewiki.net.
Change-Id: I7af24811bbd7530d53c999310de2f9bf8302a77c
2023-03-20 09:03:00 +01:00
Translation updater bot 72fb97c833 Localisation updates from https://translatewiki.net.
Change-Id: I2c5178ccbd19b3e12aba68cff0c0132685230ce4
2023-03-17 09:23:25 +01:00
Translation updater bot 45b1eb0b95 Localisation updates from https://translatewiki.net.
Change-Id: I77e20ac462475770fb2fe4316f9cde11abdc2b0a
2023-03-16 09:28:36 +01:00
Translation updater bot d57e0bd89a Localisation updates from https://translatewiki.net.
Change-Id: I7ca397568e22c2ade3897784c8faca3292151135
2023-03-15 08:50:58 +01:00
Translation updater bot 609e1e066a Localisation updates from https://translatewiki.net.
Change-Id: I82b6f46c426ce2de196ac183a568252dc2e565fa
2023-03-01 08:25:13 +01:00
Translation updater bot 714a11de60 Localisation updates from https://translatewiki.net.
Change-Id: Ia9db9c33b57c4e9520e54d2b34b7191e8da6a22b
2023-02-27 08:28:35 +01:00
Translation updater bot 6d98e1dff4 Localisation updates from https://translatewiki.net.
Change-Id: I92cfcdbc31da6a39ac2396b99cf5b86291bb5008
2023-02-24 09:01:01 +01:00
Translation updater bot f2af380926 Localisation updates from https://translatewiki.net.
Change-Id: I7f2d07237ae9021207cb6c0920d58b33bec6d124
2023-02-21 08:22:07 +01:00
Translation updater bot be17bd06c4 Localisation updates from https://translatewiki.net.
Change-Id: Idfca3fb096757ee1c5974c141b43642329c5e80f
2023-02-20 09:47:40 +01:00
Translation updater bot 2b93128a9f Localisation updates from https://translatewiki.net.
Change-Id: I922f26ec9c7260a84a1744de758f82b068b9b0fc
2023-02-17 08:56:57 +01:00
Translation updater bot 21e7d38ba6 Localisation updates from https://translatewiki.net.
Change-Id: I7da07296662210876476b7e874c07ff4220539b9
2023-02-13 08:31:28 +01:00
Translation updater bot 0f92823cf2 Localisation updates from https://translatewiki.net.
Change-Id: Ib604be4e38e1f326dcd3b6e8e1d639e529970ac6
2023-02-10 08:44:54 +01:00
Translation updater bot 7f236c8756 Localisation updates from https://translatewiki.net.
Change-Id: I99252ac45116d09b87bb090539234625a92b039d
2023-02-09 10:13:00 +01:00
Translation updater bot 3a07eddf83 Localisation updates from https://translatewiki.net.
Change-Id: I42de1503bcae02e2d378af5e9ac20910c412a2c7
2023-02-08 08:40:52 +01:00
Translation updater bot 1e0b533724 Localisation updates from https://translatewiki.net.
Change-Id: Icde2b16afc310436c8f5244b7f04a2e88f362d00
2023-02-06 08:46:47 +01:00
Translation updater bot 2de2ecaae4 Localisation updates from https://translatewiki.net.
Change-Id: I0b05fb706afff3793a45fb8cfc86aeb1493fa8fd
2023-02-01 09:19:06 +01:00
Translation updater bot 6959b0e8c0 Localisation updates from https://translatewiki.net.
Change-Id: Id5432b79a9e6cff7081d28a944f508af851ae47e
2023-01-30 08:31:08 +01:00
Translation updater bot 2e4e04fa14 Localisation updates from https://translatewiki.net.
Change-Id: I86a85ad8d232b3e775fa090fefe9db61b65e27fd
2023-01-23 08:24:30 +01:00
Translation updater bot 21d102bfea Localisation updates from https://translatewiki.net.
Change-Id: If8346a510e0d18c702a64b97d5d6c3a320fb7906
2023-01-20 08:43:11 +01:00
Translation updater bot d1c475377d Localisation updates from https://translatewiki.net.
Change-Id: I88db16190be962ef9f68d59fe1dde091075d4ccf
2023-01-18 08:30:51 +01:00
Translation updater bot 74448ef6c3 Localisation updates from https://translatewiki.net.
Change-Id: I8aee3fe655a07634e86799bf0f6da8d9a38696db
2023-01-17 08:08:25 +01:00
Translation updater bot c75363ed5c Localisation updates from https://translatewiki.net.
Change-Id: I9da79504a621d6e69eb63ae66c81cc303b973764
2023-01-16 08:29:45 +01:00
Translation updater bot 29eec031d2 Localisation updates from https://translatewiki.net.
Change-Id: I5d77fd4331d7a73d50270d6a850b5127e34df138
2023-01-13 08:56:21 +01:00
Translation updater bot cf73418e9c Localisation updates from https://translatewiki.net.
Change-Id: If01658d204960b0d10cb0a7d5ada8390c74cf2dd
2023-01-09 09:30:03 +01:00
Translation updater bot a188566c06 Localisation updates from https://translatewiki.net.
Change-Id: I46a2afbc23c058ad149d899064ede2251828c048
2023-01-06 08:57:12 +01:00
Translation updater bot 3c24dbfd9d Localisation updates from https://translatewiki.net.
Change-Id: I9ea8d5f4fdd7d6b65d948a018586fbfb872dd647
2023-01-05 09:11:43 +01:00
Translation updater bot f084094e87 Localisation updates from https://translatewiki.net.
Change-Id: I2baa8b39fcfa2fcf84246f982d82755c2b93a757
2023-01-04 08:30:04 +01:00
Translation updater bot 57f0872d33 Localisation updates from https://translatewiki.net.
Change-Id: Iece89d5c3b4207cec159a6bb9b5c9669c93f6f16
2023-01-02 08:44:47 +01:00
Translation updater bot 66540fb330 Localisation updates from https://translatewiki.net.
Change-Id: I67c1b2abf44da3976ec2b4b2d9619de686df21c1
2022-12-29 10:02:56 +01:00
Translation updater bot 6399101696 Localisation updates from https://translatewiki.net.
Change-Id: Ic67f850c6bdead46688b9cd8c630ac0e0db098c0
2022-12-26 09:11:33 +01:00
Translation updater bot 7cbb1ad657 Localisation updates from https://translatewiki.net.
Change-Id: Ife36f5d7108dfc81787ee5d2d97f7965584a11cf
2022-12-21 09:18:55 +01:00
Translation updater bot d9474f978b Localisation updates from https://translatewiki.net.
Change-Id: Id2d4c593dbe1ddec3160d0143652dd32a8382992
2022-12-20 09:30:53 +01:00
Translation updater bot 34cacb8632 Localisation updates from https://translatewiki.net.
Change-Id: I9b5eeef54b3bdb82d3647d651e9272f18157f059
2022-12-19 09:05:07 +01:00
Translation updater bot dbad7f8987 Localisation updates from https://translatewiki.net.
Change-Id: Id2375bedae04a4a19be01e6a248f53e2650a1b91
2022-12-14 08:16:44 +01:00
Translation updater bot db20875deb Localisation updates from https://translatewiki.net.
Change-Id: I6a9af16146df4387b3428a2512c217dda70412c6
2022-12-13 08:17:50 +01:00
Translation updater bot eef54040c6 Localisation updates from https://translatewiki.net.
Change-Id: Ie5cf5aacbaf921c192883f053ef806125d8c2058
2022-12-08 08:30:28 +01:00
Translation updater bot fa510f7fd9 Localisation updates from https://translatewiki.net.
Change-Id: Ic1786fed0899b0980a31d6356af3bd4ea1de5297
2022-12-05 08:34:46 +01:00
Translation updater bot 53a2d636cd Localisation updates from https://translatewiki.net.
Change-Id: I5cd552a61c766e46130b227fa1b00319f518d997
2022-12-02 09:10:12 +01:00
Translation updater bot 99b1aa28cc Localisation updates from https://translatewiki.net.
Change-Id: I0c42b9742e9dd2455883ab62b663b5c7dd831c28
2022-11-29 08:59:31 +01:00
Translation updater bot be42c25fa9 Localisation updates from https://translatewiki.net.
Change-Id: If44793a23403424823351aaa5f1f3d295c9da1e3
2022-11-28 08:50:41 +01:00
Translation updater bot ecf1f0a220 Localisation updates from https://translatewiki.net.
Change-Id: I9880d1e874dcd919929fc3497c365d4186db4aa9
2022-11-23 08:33:54 +01:00
Translation updater bot 716c4054b2 Localisation updates from https://translatewiki.net.
Change-Id: I89079eb6d9a3f9dc8c79580ae1ae3f2e3d69ef04
2022-11-22 08:34:53 +01:00
Translation updater bot e42c2045f2 Localisation updates from https://translatewiki.net.
Change-Id: I0fdfade786b698263d487ec307df044554da4ad9
2022-11-18 09:20:12 +01:00
Translation updater bot 229bcfb9fa Localisation updates from https://translatewiki.net.
Change-Id: I3152dd1bc8ec012492b17a03fe704da42ab9d3a8
2022-11-17 08:28:19 +01:00
Translation updater bot bb7ba7ce5a Localisation updates from https://translatewiki.net.
Change-Id: I011e4e5bde6112f0dd809d27e358f4382a630150
2022-11-15 08:24:50 +01:00
Translation updater bot cd809aa130 Localisation updates from https://translatewiki.net.
Change-Id: Iabc7cd99af4fddb799ac35eae1436d867446e8ef
2022-11-14 08:11:33 +01:00
Translation updater bot c621738978 Localisation updates from https://translatewiki.net.
Change-Id: I15806857eefc31f190626eb8d5b45d24a844bddd
2022-11-09 08:59:58 +01:00
Translation updater bot 81a986112c Localisation updates from https://translatewiki.net.
Change-Id: I23cc8a7f9510abcd17ae027a6524d9a5953bd6b3
2022-11-07 08:36:23 +01:00
Translation updater bot a87677a3db Localisation updates from https://translatewiki.net.
Change-Id: Ia53a1eaa9d528aa594c1f7a22f6a47307738f81a
2022-11-04 09:04:23 +01:00
Translation updater bot 679d699132 Localisation updates from https://translatewiki.net.
Change-Id: I4397896ccf2ffab4b08bb4ff498ee359b7410d7d
2022-11-01 08:55:43 +01:00
Translation updater bot 9bf07d2c2a Localisation updates from https://translatewiki.net.
Change-Id: I141f84bee7d4fdc5c1af5a2c7d519c6cf34bdeb0
2022-10-31 09:47:11 +01:00
Translation updater bot ebc4b5f65e Localisation updates from https://translatewiki.net.
Change-Id: If113b60b386da200b93b154443db569ab5d9acb8
2022-10-27 08:56:37 +02:00
Translation updater bot e2338f0f6e Localisation updates from https://translatewiki.net.
Change-Id: I0dc6293546a2ca32a0c437dac5db393347e766c4
2022-10-25 08:25:11 +02:00
Translation updater bot 05ab76373f Localisation updates from https://translatewiki.net.
Change-Id: I2d649618f079cfbb993298b11482d79012ac63ff
2022-10-24 08:24:03 +02:00
Translation updater bot 71f85fcf6e Localisation updates from https://translatewiki.net.
Change-Id: I5a390dddbdb50fc5a77e7402462c9130d46f7499
2022-10-20 08:32:33 +02:00
Translation updater bot 1a198a7c15 Localisation updates from https://translatewiki.net.
Change-Id: I8d82bf9a70f59825201f183436cf072f9e0e6669
2022-10-17 08:22:56 +02:00
Translation updater bot b9d30b7268 Localisation updates from https://translatewiki.net.
Change-Id: I66c92f482653fa924ef4d0e9cc18f8944316f377
2022-10-14 08:43:25 +02:00
Translation updater bot c7e87e526c Localisation updates from https://translatewiki.net.
Change-Id: I3789a38b0117a506953adee06c69cb4af131684d
2022-10-10 10:21:38 +02:00
Translation updater bot 98d843f645 Localisation updates from https://translatewiki.net.
Change-Id: Iab6b37758543ee81cadb6cbc3c39f5431c501e81
2022-10-04 08:30:22 +02:00
Translation updater bot c2a378278a Localisation updates from https://translatewiki.net.
Change-Id: I3a06803cedd97d0271b19ec5ffb821fa96fbff3b
2022-10-03 09:46:46 +02:00
Translation updater bot 2f4324767e Localisation updates from https://translatewiki.net.
Change-Id: Ie143a3a29129492bdde2c0dce8b4b0db7e954a99
2022-09-30 08:55:19 +02:00
Translation updater bot 37ef614913 Localisation updates from https://translatewiki.net.
Change-Id: I4f11248a87b52743268fd00a164aaebcf3cdd983
2022-09-29 08:28:31 +02:00
Translation updater bot 98b368540d Localisation updates from https://translatewiki.net.
Change-Id: I06ee96f0ae9ec03c3c6d2f7ec339f44784bdbdb0
2022-09-28 08:23:21 +02:00
Translation updater bot e4bd07aa18 Localisation updates from https://translatewiki.net.
Change-Id: If77c6f4664af13e977035761f9f6698573970d27
2022-09-27 08:32:55 +02:00
Translation updater bot 92584e2759 Localisation updates from https://translatewiki.net.
Change-Id: Ib577f29030525d628bc0c629e50c2ee2b80c78b8
2022-09-26 08:16:44 +02:00
Translation updater bot 87db339287 Localisation updates from https://translatewiki.net.
Change-Id: I88bef48eb28d5e79b0b9afcebe0b0dc9799b8610
2022-09-23 08:30:32 +02:00
Translation updater bot ae7deb41be Localisation updates from https://translatewiki.net.
Change-Id: If338645e0ccb2d349a442e3151bb6ec654733074
2022-09-21 08:30:04 +02:00
Translation updater bot a1a0f8b00a Localisation updates from https://translatewiki.net.
Change-Id: I884506f98bb22eb0c3ac46884482c6df6edbd440
2022-09-20 08:35:03 +02:00
Translation updater bot 55b7dac3e6 Localisation updates from https://translatewiki.net.
Change-Id: I5cb12b5423304482ec3aa3a51a7cd70a6a1e9693
2022-09-19 08:26:12 +02:00
Translation updater bot cf5df8c757 Localisation updates from https://translatewiki.net.
Change-Id: I3f0cb4841f3673c74c2f871a9f43a39b2898a15b
2022-09-15 09:55:52 +02:00
Translation updater bot d10217ff3c Localisation updates from https://translatewiki.net.
Change-Id: Ib867eaf5cef5a0ef943f97be6fb359f37c0ec525
2022-09-14 10:32:16 +02:00
Translation updater bot 698404f2f8 Localisation updates from https://translatewiki.net.
Change-Id: Id09a722fc40e329c5551f2b3e9a9c363c959294a
2022-09-13 09:26:32 +02:00
Translation updater bot bc85e7e563 Localisation updates from https://translatewiki.net.
Change-Id: I6e831c93427a76ba49188f173fad9f8a4a0c2317
2022-09-12 09:37:23 +02:00
Translation updater bot 6efc549714 Localisation updates from https://translatewiki.net.
Change-Id: I37351c6027bc65b7400bcfee32fd02f653c3cfa9
2022-09-08 10:00:12 +02:00
Translation updater bot 3e5721509c Localisation updates from https://translatewiki.net.
Change-Id: I3f3acd353c4cfcc1ba484374a17f7f7e25341bb7
2022-09-07 09:55:25 +02:00
Translation updater bot fbb253df6e Localisation updates from https://translatewiki.net.
Change-Id: I57fa4ffede5a9ba862acbde789c6ba3df5b3e547
2022-09-06 09:40:01 +02:00
Translation updater bot 3a31a25871 Localisation updates from https://translatewiki.net.
Change-Id: I48a613606dedc46f20527c0b4155e5878c9754f7
2022-09-05 10:12:22 +02:00
Translation updater bot d01e9f6b45 Localisation updates from https://translatewiki.net.
Change-Id: Ib26b800fa9d8c107e0a1a11b83843b9134a92ba3
2022-09-01 09:35:10 +02:00
Translation updater bot eb9a889976 Localisation updates from https://translatewiki.net.
Change-Id: I132a6dbd086ab16e604a3138ead3c1536c151b1e
2022-08-29 09:16:17 +02:00
Translation updater bot acc4def9da Localisation updates from https://translatewiki.net.
Change-Id: I84436595a4a4fb2327cc6f67c46644a1427e8687
2022-08-24 08:25:18 +02:00
Translation updater bot 42f2247be5 Localisation updates from https://translatewiki.net.
Change-Id: I3b2040dc58d3578111561ca8647055d675d06078
2022-08-22 08:24:25 +02:00