Translation updater bot
36a19b1613
Localisation updates from https://translatewiki.net .
...
Change-Id: I301170495b9898ce04cccac45f67e80ff49fcaa9
2022-01-25 08:32:41 +01:00
Translation updater bot
0a7aeb655a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ife73c783a439fa4d01f2dd11821b4804922a78eb
2022-01-24 08:27:14 +01:00
jenkins-bot
de2ed9219f
Merge "Restrict ?withgadget query parameter to opt-in gadgets."
2022-01-24 00:46:10 +00:00
Ammarpad
5d3a547c8b
Restrict ?withgadget query parameter to opt-in gadgets.
...
?withgadget query parameters allows for ad-hoc loading of gadgets
(after passing all other basic checks). This was recently added in
I5b30d4e.
In T29766#7611796 Gergo raised concerns about how this can be
potentially abused.
This patch aims to restrict the feature by giving gadgets latitude
to either use it or not depending on the nature of the gadget.
The patch does so by adding `supportsUrlLoad` option that gadgets
(maybe those deemed safe) can use it to opt-in to the parameter.
By default gadgets don't support it, so it can be enabled for each
on a case-by-case basis.
Bug: T29766
Change-Id: Ie64174085e650579d76cc862774a4fe1b3d08396
2022-01-24 00:31:19 +00:00
Translation updater bot
55f4ba11a7
Localisation updates from https://translatewiki.net .
...
Change-Id: I69b7d2ad03d25b7cdae1242411d9d380768e818b
2022-01-20 09:17:40 +01:00
Translation updater bot
8ad07cc7a1
Localisation updates from https://translatewiki.net .
...
Change-Id: I9c62de9f416a452410880815e37f04009ec90095
2022-01-19 08:24:06 +01:00
jenkins-bot
1cd6771f3a
Merge "Avoid raising exception while trying to change content model of gadget definition"
2022-01-18 21:18:22 +00:00
Translation updater bot
cce06923c6
Localisation updates from https://translatewiki.net .
...
Change-Id: I0f952e9e3de8c417cf7062daf0007410a385df80
2022-01-18 08:10:54 +01:00
Translation updater bot
bb07f9305f
Localisation updates from https://translatewiki.net .
...
Change-Id: I688f67eb0838162b8cf9c0f3c9e264a47e7423bf
2022-01-17 08:12:10 +01:00
Siddharth VP
f1673c441a
Avoid raising exception while trying to change content model of gadget definition
...
Currently, trying to change content model of a page in gadget definition namespace (via either the special page or the API) raises an exception. This uncaught exception has been replaced with a localisable error message.
Bug: T299303
Change-Id: Iad7d353d03cdfb52bf66aa2c9a12bc71a840577c
2022-01-16 22:43:37 +05:30
Translation updater bot
868591df51
Localisation updates from https://translatewiki.net .
...
Change-Id: Id0f8d7a3e6a3a578aed82a9a6162cbfd5770ec0f
2022-01-13 08:27:02 +01:00
Translation updater bot
2d1f320e23
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib3ecee7f8352d60cb4165bd600efab42a3dc0d4f
2022-01-12 08:25:09 +01:00
Translation updater bot
bf88b0826d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib5cd5584bc8807360d3f8733e3c820202a8175f4
2022-01-11 08:23:08 +01:00
Translation updater bot
43fd45950e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic809d9358186094d7d3dda1888313c47e247daea
2022-01-10 08:11:19 +01:00
Translation updater bot
d51ddd3abc
Localisation updates from https://translatewiki.net .
...
Change-Id: Id8a1473d5e75658012051bc779d9ac50ddc5aa18
2022-01-06 08:31:38 +01:00
Translation updater bot
2753d49ab3
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib12b410d2c64863bf599895b7219c18d596ea893
2022-01-05 08:16:08 +01:00
Translation updater bot
5666eb11ba
Localisation updates from https://translatewiki.net .
...
Change-Id: I4c461ffab1b0a3ee8b6a5f77d1c2309997665630
2022-01-04 08:27:49 +01:00
Translation updater bot
354c99e3d8
Localisation updates from https://translatewiki.net .
...
Change-Id: I5a9d21db2620a0a176f19f5c983a0c9a855de89a
2022-01-03 08:11:17 +01:00
Gergő Tisza
6b74e170c0
Add edit link to gadget definition in Special:Gadgets
...
When using the Gadget definition: namespace, link to the definition
pages from Special:Gadgets. Also change the wording of the links
to edit the names of the gadgets, to disambiguate them.
Change-Id: I327a4cfa9846edec60e1aaafc674cd66f4e0beae
2021-12-31 20:42:37 -08:00
jenkins-bot
2d86f9b62e
Merge "Allow specifying page actions in definitions"
2021-12-31 19:35:18 +00:00
Siddharth VP
7ead5dab61
Allow specifying page actions in definitions
...
Allow specifying page actions ('view', 'edit', 'history', etc) in
gadget definitions. If specified, the gadget is run only on the given
page action(s).
This is especially useful for default gadgets like RefToolbar[1] and
TextReactions[2] that only need to be loaded while editing.
[1]: https://en.wikipedia.org/wiki/WP:RefToolbar
[2]: https://en.wikipedia.org/wiki/WP:Text_reactions
Bug: T204201
Bug: T63007
Change-Id: Idde71b3f1f6c36cd21539a2312be8f12217a9acc
2022-01-01 00:41:08 +05:30
Translation updater bot
4fd267d520
Localisation updates from https://translatewiki.net .
...
Change-Id: I1675022b99f576b0aeefb8c2c56d35126973bdec
2021-12-30 09:37:45 +01:00
Siddharth VP
1f7b9d90df
Support JSON files in gadgets
...
The parsed content of JSON files in the gadget is made available from the
gadget's JS files via require(). That is, MediaWiki:Gadget-data.json (or
Gadget:data.json) is available as `require('./data.json')`. This is
supported for both MediaWikiGadgetsDefinitionRepo and
GadgetDefinitionNamespaceRepo. The JSON parsing is done server-side.
JSON can only be used in "package" gadgets - in which the JS files can
also be invoked via require().
Also added a test for GadgetResourceLoaderModule.
Bug: T198758
Depends-On: Ib4556d09c4d393269e32771aab00f59a5f630e1b
Depends-On: Id4589a597ccfc4266b3e63d10f75b146aa7a287a
Change-Id: I21acb46cdd244a39b5cc6963aa763f0113bd1e38
2021-12-27 17:33:21 +00:00
Translation updater bot
12e439a636
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia152e9ae345a2a6995236c85a021a912fb10086a
2021-12-27 09:30:13 +01:00
Translation updater bot
4443e5a757
Localisation updates from https://translatewiki.net .
...
Change-Id: I276dba70b50c178d1de4da5ed3bd1d4ffbd5abd8
2021-12-23 08:38:05 +01:00
Translation updater bot
6239112b5c
Localisation updates from https://translatewiki.net .
...
Change-Id: I710108eb957bf8321fa173707d982e7946acb7e9
2021-12-16 08:29:33 +01:00
Translation updater bot
9597ccb765
Localisation updates from https://translatewiki.net .
...
Change-Id: I743141f87b379825e33b1e84586b41d4f229505a
2021-12-10 09:19:27 +01:00
Translation updater bot
13924823de
Localisation updates from https://translatewiki.net .
...
Change-Id: I6b160de284e2ed4d0e45dfbff88ab0baffc6afc2
2021-12-10 08:24:06 +01:00
Translation updater bot
b4632bc4b9
Localisation updates from https://translatewiki.net .
...
Change-Id: If8c759188b56db82497d39767ad27fd89acd6e87
2021-11-29 08:11:45 +01:00
Translation updater bot
8478c86ae1
Localisation updates from https://translatewiki.net .
...
Change-Id: I086a93f1502e8905fa0e3946997ebcf85e68f1a7
2021-11-25 08:24:18 +01:00
Translation updater bot
8ca6563de3
Localisation updates from https://translatewiki.net .
...
Change-Id: I172d424d27196e4f0a6e476dc740f66c6ac31c74
2021-11-15 08:11:46 +01:00
Translation updater bot
05eb8cd98e
Localisation updates from https://translatewiki.net .
...
Change-Id: I2ca0ef7f1a128a3c42ac1772d78e395355e8fc2c
2021-11-08 08:16:56 +01:00
Translation updater bot
671290d263
Localisation updates from https://translatewiki.net .
...
Change-Id: Idd77538841e13109aa182076ef3e9829b6fd0dee
2021-11-01 09:33:47 +01:00
Translation updater bot
70123ae344
Localisation updates from https://translatewiki.net .
...
Change-Id: I4896736414ac9a239391ee36b11ed13e658b2862
2021-10-21 08:21:46 +02:00
Translation updater bot
6eb0ad00e6
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib7d16cad3b4132c70c7abe96f84ec4c153fa96bc
2021-10-20 08:36:59 +02:00
Translation updater bot
397f7306c0
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia2f94cbb98e036e3a86dc4f5803a2bc6f892c85c
2021-10-18 15:20:13 +02:00
Translation updater bot
0007744ee6
Localisation updates from https://translatewiki.net .
...
Change-Id: I20f9b00d5deee7bb27599b7af7eac68600e5e03f
2021-09-28 08:18:48 +02:00
Translation updater bot
220dd66c42
Localisation updates from https://translatewiki.net .
...
Change-Id: I563276d0019c98e4fd549c5f036f58a71fb706a3
2021-09-27 08:34:53 +02:00
Translation updater bot
45217277b9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ide9cd2c01664f0c9d8bd60a5b1df4e4462420080
2021-09-20 08:18:59 +02:00
Translation updater bot
8d5a15a01b
Localisation updates from https://translatewiki.net .
...
Change-Id: I23b286a3f539a663fe836a14d1b9f8b1db52e33c
2021-09-17 08:45:22 +02:00
Translation updater bot
785871fa9d
Localisation updates from https://translatewiki.net .
...
Change-Id: I41451fe655647063f7bb6d18d42802f9fddafb5e
2021-08-23 09:03:57 +02:00
Translation updater bot
d9819b3a1d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib2077decce766cfa7bf3a68cb30da52cc3650de8
2021-08-19 08:13:29 +02:00
Translation updater bot
67ba781489
Localisation updates from https://translatewiki.net .
...
Change-Id: I82ba2af71f01ba9f99d3fdb9119f04d7ac54fced
2021-08-11 08:19:17 +02:00
Translation updater bot
e45b2ccba9
Localisation updates from https://translatewiki.net .
...
Change-Id: I3fee0115e4d14d4d351d1a129034cd345798dc97
2021-08-09 08:24:04 +02:00
Translation updater bot
3d2102f375
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia359725032242bf274c9f624ddc6bdef02d6c6dc
2021-08-06 08:13:33 +02:00
Translation updater bot
c2fa8e2b6f
Localisation updates from https://translatewiki.net .
...
Change-Id: I27f99fbfe8af0ac8bc1e9a1f3f3d78daa0819808
2021-08-02 08:36:53 +02:00
Translation updater bot
eab0a86e84
Localisation updates from https://translatewiki.net .
...
Change-Id: I4f0f64f1541f3c6af58376cb9aae2298596a7d91
2021-07-29 08:44:56 +02:00
Translation updater bot
e43aa2629a
Localisation updates from https://translatewiki.net .
...
Change-Id: I607ad59d9d1c601299e5c86d2664079e28a1b31e
2021-07-20 08:20:32 +02:00
Translation updater bot
c5cec478d5
Localisation updates from https://translatewiki.net .
...
Change-Id: Idbbb765b1a64de845c5a2d88595c92f578a446ea
2021-07-19 08:15:48 +02:00
Translation updater bot
cf3bfd77e7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib0313e275e23eaac2a0bd6eef92f75759fa01e3a
2021-06-14 08:36:58 +02:00
Translation updater bot
27858ba338
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia426c6929dfba0ffaaff41e6997397b314cfc174
2021-06-04 08:36:30 +02:00
Translation updater bot
e42882f040
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifabc413e3bd648e2c2d9fd2538b15af9a2b06dcf
2021-05-31 08:31:12 +02:00
Translation updater bot
70579af3fe
Localisation updates from https://translatewiki.net .
...
Change-Id: I3d4f03847ff894a5de42f9f654cad4505100feb2
2021-05-26 09:04:37 +02:00
Translation updater bot
832dc50d63
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia8c8d3aa1243c260bb56025d64f69dc138156fbe
2021-05-24 09:53:55 +02:00
Translation updater bot
dd28c2588e
Localisation updates from https://translatewiki.net .
...
Change-Id: Iece4475e140cca8a814e9ad0eab6f23ca1bd0882
2021-05-17 08:42:09 +02:00
Translation updater bot
ab6bbc8352
Localisation updates from https://translatewiki.net .
...
Change-Id: Id5e8fcafdfeae030b328735109840eb34c9823c9
2021-05-12 09:21:51 +02:00
Translation updater bot
cc554d3d96
Localisation updates from https://translatewiki.net .
...
Change-Id: I75d1653e0f3b447fe1b56702eb249178ff2e8703
2021-05-11 09:06:29 +02:00
Translation updater bot
a9d1fa6bc6
Localisation updates from https://translatewiki.net .
...
Change-Id: I0b01d5787e41b5c9c3300dc228a96fc21f98938d
2021-05-10 08:51:39 +02:00
Translation updater bot
1f084d6507
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic1b25ec2d31e83de98db462a059884318eb01c97
2021-05-04 08:51:58 +02:00
Translation updater bot
d26b18ad66
Localisation updates from https://translatewiki.net .
...
Change-Id: I6731efaf58c008a5de4c7f8a84729cd942702c81
2021-04-28 08:48:25 +02:00
Translation updater bot
ac45fa2820
Localisation updates from https://translatewiki.net .
...
Change-Id: If10b2b8e394240cb241a1bcb13709c7c773fd0be
2021-04-12 08:37:42 +02:00
Translation updater bot
169f4ecd5a
Localisation updates from https://translatewiki.net .
...
Change-Id: I8c0af9a1f3db8365ed57756a16a8d8382c3edaf3
2021-04-06 12:02:16 +02:00
Translation updater bot
8148b01f2c
Localisation updates from https://translatewiki.net .
...
Change-Id: I91ee3970eea6831821813d4f75a8daa763721544
2021-03-23 08:24:51 +01:00
Translation updater bot
e507d404df
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia605ba33de0619c37dfd7d8c885ff77da1fe46bb
2021-03-12 08:45:48 +01:00
Translation updater bot
ff1d9e75a1
Localisation updates from https://translatewiki.net .
...
Change-Id: I48997a45b2ddf1d9923706e97460cf4861d2f9d3
2021-02-08 08:41:07 +01:00
Translation updater bot
20743546ec
Localisation updates from https://translatewiki.net .
...
Change-Id: I9dd825833c1a57a3cd7cfa1c7cbe403468437b47
2021-01-21 08:31:47 +01:00
Translation updater bot
af14f1e402
Localisation updates from https://translatewiki.net .
...
Change-Id: I444d1f8a57039852e7d37fce591e42ec90ae809b
2021-01-18 08:38:01 +01:00
Translation updater bot
d544b5610b
Localisation updates from https://translatewiki.net .
...
Change-Id: I674ffb35d52fd4633b458aba32e25b9e36412889
2021-01-04 08:43:25 +01:00
Translation updater bot
6b4d046b82
Localisation updates from https://translatewiki.net .
...
Change-Id: I13a0ee8064996baf2793fe79017702bd8318df21
2020-12-28 10:38:27 +01:00
Translation updater bot
9195d71814
Localisation updates from https://translatewiki.net .
...
Change-Id: I2d24aa3d0a5d0cccb5060f2f8469d7fbdd257bda
2020-12-07 08:44:56 +01:00
Translation updater bot
988d545e28
Localisation updates from https://translatewiki.net .
...
Change-Id: I5f24bb3b77f6524f7d744abbef75c7b9d12dc2b8
2020-11-19 09:10:11 +01:00
Translation updater bot
a0d7781995
Localisation updates from https://translatewiki.net .
...
Change-Id: I45dc4a65ee9c894f0f39c2397b61626f21700fcd
2020-11-17 08:42:31 +01:00
Translation updater bot
229edf6d0a
Localisation updates from https://translatewiki.net .
...
Change-Id: I0edc842d3f19f5ed564c5c6308e010a9eedba00d
2020-11-16 08:37:04 +01:00
Translation updater bot
46317688db
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe6138e7c99871d959cac6b117383bca160455a8
2020-11-13 08:30:26 +01:00
Translation updater bot
81bfd521da
Localisation updates from https://translatewiki.net .
...
Change-Id: I1e961691ca20f26e2e5bf627ca8da1a826399d7c
2020-10-30 08:28:21 +01:00
Translation updater bot
4a046ea2c4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib7f668e45860fd671a81f265aebab60e7db1ccf2
2020-10-21 08:26:59 +02:00
Translation updater bot
0cd142c02b
Localisation updates from https://translatewiki.net .
...
Change-Id: I826dcb4c31235948dfa49ca6d7736d9e21695c14
2020-10-14 08:27:56 +02:00
Translation updater bot
4e1c28f856
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe8a90fc913cf18e42729c8bff8ad2ffc47b200c
2020-10-13 08:42:25 +02:00
Translation updater bot
a38ae2bb80
Localisation updates from https://translatewiki.net .
...
Change-Id: I1261b865528ac75fd9aea0b1ec321fcb37c98397
2020-10-05 08:41:57 +02:00
Translation updater bot
ec8ec633d7
Localisation updates from https://translatewiki.net .
...
Change-Id: I494bd16449442d8274b0c75b6b4e56f0a3ce0b7a
2020-09-21 08:29:32 +02:00
Translation updater bot
1d74a62522
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib23e5de6a1a42774e0a2e3e466cf6da850d12097
2020-09-18 08:37:20 +02:00
Translation updater bot
aa94a58ee7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia971f7df2d033fa6eba7ec906bfa957c03e90252
2020-09-17 08:32:48 +02:00
Translation updater bot
0414795384
Localisation updates from https://translatewiki.net .
...
Change-Id: I2dcef9da97badc30eaf232f33b38eaad237175fe
2020-08-26 09:50:55 +02:00
Translation updater bot
d887177bf3
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia319bab4fb512f7652dceb94b060027a87b79e62
2020-08-17 08:42:52 +02:00
Translation updater bot
12e0f56ad3
Localisation updates from https://translatewiki.net .
...
Change-Id: I5bee53c902e1ea90dff52828511ef60629f33faa
2020-08-14 08:38:03 +02:00
Translation updater bot
c344acfa1b
Localisation updates from https://translatewiki.net .
...
Change-Id: I8cdd90afd1a554c0bdcc7746b09ca68fbe2364b7
2020-08-10 09:01:04 +02:00
Translation updater bot
404b11c4d1
Localisation updates from https://translatewiki.net .
...
Change-Id: I60e8d87e4ade04188b77261572c3f1b4253e7269
2020-07-27 08:37:28 +02:00
Translation updater bot
4cb29be369
Localisation updates from https://translatewiki.net .
...
Change-Id: If50f53fe4b2fbdfd4668c6e42f8ed162077fcc13
2020-07-21 09:11:38 +02:00
Translation updater bot
b37d324493
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia78b9309dad11c94d4e0f42b12dae2a216e7c4ae
2020-07-20 09:01:11 +02:00
Nikerabbit
1e54c80148
Revert "Localisation updates from https://translatewiki.net ."
...
This reverts commit 2960daae6e
.
Reason for revert: Broken export
Change-Id: I5bda0ac88001400cd243aa389eaa6a53a3ac2215
2020-07-13 11:46:02 +00:00
Translation updater bot
2960daae6e
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaf5b31f26e6d131d6f1f2a453e6b3ec40fb1bd80
2020-07-13 08:42:49 +02:00
Translation updater bot
8f1cf4b549
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia3854f95c6975deae16e4346e79ddccafd72b877
2020-07-07 09:31:15 +02:00
Translation updater bot
03b8b5d8b6
Localisation updates from https://translatewiki.net .
...
Change-Id: Id93c46ac6ef823e92d4fb1c47d72c589be4f23e9
2020-07-06 09:51:37 +02:00
Translation updater bot
0a27ce83ad
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie3678b7febb63a8b0c8d125bdfe1221ba765392c
2020-06-11 09:01:42 +02:00
Translation updater bot
31d2d75ae0
Localisation updates from https://translatewiki.net .
...
Change-Id: I360a36839f29d55c3de69d67b0de7f848df6b9bc
2020-06-08 08:50:33 +02:00
Translation updater bot
54b90e5a4c
Localisation updates from https://translatewiki.net .
...
Change-Id: I1431e66c6f249c11eb9132c0eb650e5cfba9b2cf
2020-06-05 08:53:11 +02:00
Translation updater bot
5bd71d6148
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib7624b71968ff4fcc9baf9b4647dadaaa027e284
2020-06-04 08:23:49 +02:00
Translation updater bot
44361a143a
Localisation updates from https://translatewiki.net .
...
Change-Id: If81895d038070467f57589cc30b98777e6c88cc2
2020-06-01 10:07:45 +02:00
Translation updater bot
580a5ef61d
Localisation updates from https://translatewiki.net .
...
Change-Id: Id9710d76e0b3c335eb80f2d0561dbd6dae9a1278
2020-05-26 08:36:09 +02:00
Translation updater bot
3ae44814ba
Localisation updates from https://translatewiki.net .
...
Change-Id: I79f53efd0f79ebe3e27383d3dc998a18e92980d5
2020-05-15 08:53:18 +02:00
Translation updater bot
f795ef0fa3
Localisation updates from https://translatewiki.net .
...
Change-Id: I930e7d7f7b7af526d0e79f17c410f26e5d71bf0f
2020-05-11 08:37:37 +02:00
jenkins-bot
0454d6b104
Merge "Add Special:MyLanguage for better user experience"
2020-05-09 18:06:29 +00:00
Translation updater bot
7add4a1816
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie4cf738d2a9f2d9bc1b937514ba42391fca89053
2020-05-04 09:15:31 +02:00
Translation updater bot
094b61cbdb
Localisation updates from https://translatewiki.net .
...
Change-Id: Ife926efdf71e1470210561d6859449f28c7f00ac
2020-05-01 10:00:51 +02:00
Translation updater bot
80a9dfd456
Localisation updates from https://translatewiki.net .
...
Change-Id: I3b3c9008d8ca0073e94975dd97b37410b2354b6e
2020-04-30 08:38:01 +02:00
Translation updater bot
801d80b59d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ida4154d50bbafcd6122b10948329cd53bb23708e
2020-04-27 09:03:02 +02:00
Translation updater bot
fd80cbb7c4
Localisation updates from https://translatewiki.net .
...
Change-Id: I29c3befff9ca5ed26e8101d45b6a1ebade5ad27d
2020-04-24 08:22:29 +02:00
Yuki Shira
2977f44d5e
Add Special:MyLanguage for better user experience
...
Change-Id: Ic41200ae4db72ea6521e4674395f0b31edb9279e
2020-04-23 20:08:45 +09:00
Translation updater bot
4bd546a307
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibb28e5c5f5a8060ca4eae98306f752c99e66a048
2020-04-22 08:56:14 +02:00
Translation updater bot
90a584cf97
Localisation updates from https://translatewiki.net .
...
Change-Id: I74eefe2a03946e0c33b7feeec506c3dbd77d16e2
2020-04-20 08:41:33 +02:00
Translation updater bot
2cb9821ec7
Localisation updates from https://translatewiki.net .
...
Change-Id: Iedadbcc0ebf90daeaaf62c836c9097827088fc05
2020-04-14 08:23:47 +02:00
Translation updater bot
e3173c7080
Localisation updates from https://translatewiki.net .
...
Change-Id: I09c97aa5b3d9cacb6f0c95ef8e4f2762eb16e810
2020-04-13 09:00:35 +02:00
Translation updater bot
f7e1b0e282
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibaf2ddc93afc93ade2cdfeac5c88c21695ed73ab
2020-04-07 08:41:13 +02:00
Translation updater bot
735413876f
Localisation updates from https://translatewiki.net .
...
Change-Id: I029d92041b7467b9e92da063e3517c10f74eae8e
2020-04-06 09:01:55 +02:00
Translation updater bot
f625dff00f
Localisation updates from https://translatewiki.net .
...
Change-Id: I95cfaeb4cb971f56bfd4f162ded5cbbb66c2e39e
2020-03-30 08:39:25 +02:00
Translation updater bot
3e383874a7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib7d5d08587e148f0bed3d129b3e507103c1d4861
2020-03-25 08:32:51 +01:00
Translation updater bot
41b7221210
Localisation updates from https://translatewiki.net .
...
Change-Id: I1e67f690812fbb3f55826903c8fa73650c793466
2020-03-19 08:33:30 +01:00
Translation updater bot
535ba9f30d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib9106099c339a0a8291012804b589a25a2d41892
2020-03-12 08:42:32 +01:00
Translation updater bot
e6888cea32
Localisation updates from https://translatewiki.net .
...
Change-Id: I5b823a622661fbe37fcc645ae1237561cf2259c1
2020-03-02 09:10:06 +01:00
Translation updater bot
423062f33f
Localisation updates from https://translatewiki.net .
...
Change-Id: I237ae0ce55142516a54bbf8a7a2e51b777866353
2020-02-25 09:36:40 +01:00
Translation updater bot
a72cfa1f80
Localisation updates from https://translatewiki.net .
...
Change-Id: Ide68c13488001021fb95b62476cc4331ed3da416
2020-02-24 09:02:34 +01:00
Translation updater bot
71e3fe2860
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia4645bf3b401970477eb2bfb27b8fe36702e0d30
2020-02-19 08:24:21 +01:00
Translation updater bot
10bb4af9ae
Localisation updates from https://translatewiki.net .
...
Change-Id: I7f86db9a12009a5cd9ccb8ad03e9760a216b03e4
2020-02-17 08:46:21 +01:00
Translation updater bot
ac03d36d8c
Localisation updates from https://translatewiki.net .
...
Change-Id: Id6f889e08f6814150a594a3c56197aace229dece
2020-02-10 08:33:59 +01:00
Translation updater bot
899ba7f454
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie2b8c53719f9e840a9d4272afee134886dabd2c2
2020-02-04 08:33:23 +01:00
Translation updater bot
17bd1d450a
Localisation updates from https://translatewiki.net .
...
Change-Id: I8f0513adc1ba453083ac0d422956ff62cfa479f4
2020-02-03 08:27:03 +01:00
Translation updater bot
47341a160f
Localisation updates from https://translatewiki.net .
...
Change-Id: I4ec4cac4703c65f9381ed29d70fbed2300d4337b
2020-01-31 09:53:22 +01:00
Translation updater bot
c900a2c187
Localisation updates from https://translatewiki.net .
...
Change-Id: I48d90342094a042c166c7415582efcdfd09d19ee
2020-01-28 08:25:24 +01:00
Translation updater bot
7bd286a1fe
Localisation updates from https://translatewiki.net .
...
Change-Id: I380df498acd8365d4b3dba76cbac6950339d3df1
2020-01-22 08:30:06 +01:00
Translation updater bot
ed2687a5a6
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic24c8b593ed9ff67de75a42faf7a1eb850d27ca5
2020-01-21 08:16:16 +01:00
Translation updater bot
6d237a86f5
Localisation updates from https://translatewiki.net .
...
Change-Id: I75ad4c7404a986724a26cca08b542be996dbe8c2
2020-01-20 08:49:12 +01:00
James D. Forrester
ed07c92d5a
Note that Special:Gadgets provides source code even if you're not a sysop/i-admin
...
Bug: T238975
Change-Id: I8eeb98a8bc9f83b2de91fa11802a3b3c6f94a7bf
2020-01-16 18:30:34 -08:00
Translation updater bot
d520facdef
Localisation updates from https://translatewiki.net .
...
Change-Id: I5654fae4d93f4f70c888945a7b4b3c97ce6e8b83
2020-01-13 09:10:37 +01:00
Translation updater bot
72a28d6e8c
Localisation updates from https://translatewiki.net .
...
Change-Id: I1d51fdf34c6281e79c58d98cc485f6a166adfad3
2020-01-09 08:29:00 +01:00
Translation updater bot
5b4d33b0e5
Localisation updates from https://translatewiki.net .
...
Change-Id: If27ce6d1f60e2385682f4ce853d01e48ec5ea270
2020-01-08 08:42:19 +01:00
Translation updater bot
3d7bd8aaac
Localisation updates from https://translatewiki.net .
...
Change-Id: I1206671582139737ec06c7d1e7c43ca1233774ba
2020-01-07 08:48:23 +01:00
Translation updater bot
bfc8cd7829
Localisation updates from https://translatewiki.net .
...
Change-Id: I2c1218322b77538a610dbaf6fcae357479ea7a78
2020-01-06 08:49:04 +01:00
Translation updater bot
59a251648f
Localisation updates from https://translatewiki.net .
...
Change-Id: I9c78801b166cddf0a679b5e1af4636d9e9113c95
2020-01-03 08:45:44 +01:00
Translation updater bot
4e666c85c7
Localisation updates from https://translatewiki.net .
...
Change-Id: I478b9e1aaac90f31b35b82c6d792119f33db0e91
2020-01-02 08:58:35 +01:00
DannyS712
4fc4258fe7
Update gadgets-prefstext
regarding interface administrators
...
Bug: T241634
Change-Id: Ieec3c8381969ec99c52845da0bbc03ea9a0f8959
2019-12-31 05:12:33 +00:00
Translation updater bot
2b3d93a56f
Localisation updates from https://translatewiki.net .
...
Change-Id: I9f92119a171f5b8016666488236ccf51cf7dce07
2019-12-13 09:28:45 +01:00
Translation updater bot
863fea9fa0
Localisation updates from https://translatewiki.net .
...
Change-Id: Icc2faa0ed20adc740fde193760088b846a63d306
2019-12-05 09:46:30 +01:00
Translation updater bot
da16db89a8
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib1e36d63911ec2f8f4f4965b3bd60385fd0cf7b8
2019-11-29 09:28:57 +01:00
Translation updater bot
4f0ebd1546
Localisation updates from https://translatewiki.net .
...
Change-Id: I292aaf30fef6853cd3536c311794ce81055f0d1b
2019-11-11 14:49:15 +01:00
Translation updater bot
ed64876fff
Localisation updates from https://translatewiki.net .
...
Change-Id: I882c290128dab660595b13e3177bf7d744aff14b
2019-11-08 09:46:10 +01:00
Translation updater bot
dd09855d67
Localisation updates from https://translatewiki.net .
...
Change-Id: Id32c4e1ba4717d11867e2dfc98ba102c651fb448
2019-11-07 09:42:19 +01:00
Translation updater bot
2c6dc8d6e7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie8c9ea0238bc3892027263ae6d001e66faf793da
2019-11-04 09:30:36 +01:00
Translation updater bot
91ef674afa
Localisation updates from https://translatewiki.net .
...
Change-Id: I846659832db529a5cf6a343ce511650ef85e5dc1
2019-10-23 09:53:08 +02:00
Translation updater bot
2c2d4bc989
Localisation updates from https://translatewiki.net .
...
Change-Id: I6963dc14dd5c47520be0607591efc6f9156cf5e8
2019-10-21 09:59:14 +02:00
Translation updater bot
dcf4afa0d5
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib58a414bc052eac7dd7adc8bbd149e461f928a82
2019-10-16 20:39:23 +02:00
Translation updater bot
c9e4a54ec4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifedb92dbc2f2008b86db326539e601c50bf042f9
2019-10-02 09:21:26 +02:00
Translation updater bot
1cefbf19e5
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia3f46301f210ebad1153f05863d535c96bb4162a
2019-09-16 09:55:14 +02:00
Translation updater bot
234a839cd3
Localisation updates from https://translatewiki.net .
...
Change-Id: I7d2e09d19fd1e577dffe1d33d4f857c98c121c0d
2019-09-10 09:38:07 +02:00
Translation updater bot
13cb307cf0
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia3daa050e41715383b47540108fcd970692d5675
2019-09-03 10:27:53 +02:00
Translation updater bot
d5cdaeacf5
Localisation updates from https://translatewiki.net .
...
Change-Id: I21a2f3b27901d50d05446cddea5abc6f9735f52d
2019-08-25 10:30:00 +02:00
Translation updater bot
cbcfb85b1e
Localisation updates from https://translatewiki.net .
...
Change-Id: I2462e2e2a67ebf842771ed5350b35af5d893968d
2019-08-20 10:22:00 +02:00
Translation updater bot
03c4b947e0
Localisation updates from https://translatewiki.net .
...
Change-Id: I9e6d56338fb06c06716c0f854a0cb10563b2b579
2019-08-17 10:03:57 +02:00
Translation updater bot
021e394a68
Localisation updates from https://translatewiki.net .
...
Change-Id: I81f493d580542528b37aebd159ea72be5d11627a
2019-08-13 09:15:57 +02:00
Translation updater bot
0e349c3b80
Localisation updates from https://translatewiki.net .
...
Change-Id: I517423944c8c739daf378e645296cd99fb117f74
2019-08-08 09:32:38 +02:00
Translation updater bot
0d75656488
Localisation updates from https://translatewiki.net .
...
Change-Id: I61feccb8f2cb3575f6e2656a3ff2947eed75c197
2019-08-01 09:16:36 +02:00
Translation updater bot
fc21258d0c
Localisation updates from https://translatewiki.net .
...
Change-Id: I606e17e3342342af81881bc89d079017fb2e7edc
2019-07-12 08:43:38 +02:00
Translation updater bot
9d73243288
Localisation updates from https://translatewiki.net .
...
Change-Id: I341bf21ad47af1c12577ab8bb17602cb4bcfb860
2019-07-03 22:44:35 +02:00
Translation updater bot
609c50314d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib6d13b6cba87d8b9ff274cc9402478e5f1cd8bfe
2019-07-01 22:29:27 +02:00
Translation updater bot
53d9d4efab
Localisation updates from https://translatewiki.net .
...
Change-Id: I794f2354a55be5c1838f09f787bb0ee5814446b6
2019-06-30 22:37:52 +02:00
Translation updater bot
8444302fad
Localisation updates from https://translatewiki.net .
...
Change-Id: I3b05119d5a50706e61d916fa106c87086db42e41
2019-06-17 22:33:50 +02:00
Translation updater bot
6a53a81b70
Localisation updates from https://translatewiki.net .
...
Change-Id: I4e816baa5f9299c001afee62ff73693a1eb63ea3
2019-06-16 22:35:50 +02:00
Translation updater bot
ca6939f522
Localisation updates from https://translatewiki.net .
...
Change-Id: Icb6d5b5fcc54d97622dc395e5e40364728f10fdf
2019-06-06 22:48:38 +02:00
Translation updater bot
134665ecf9
Localisation updates from https://translatewiki.net .
...
Change-Id: Iafc04945efe0da0481fa151c4076db3d3129472b
2019-06-03 22:30:32 +02:00
Translation updater bot
dd50568b6d
Localisation updates from https://translatewiki.net .
...
Change-Id: I0112c446cdcb5e9021f37945ee4b423f45c7755c
2019-06-02 22:29:51 +02:00
Translation updater bot
fa5830a571
Localisation updates from https://translatewiki.net .
...
Change-Id: I11853b923ddb140db1413d4c1c733c2bdc6390df
2019-05-10 09:19:32 +02:00
Translation updater bot
d4b219a7e1
Localisation updates from https://translatewiki.net .
...
Change-Id: I46147f54ebc166e784d90406d48bee0ea812427f
2019-04-26 22:27:35 +02:00
Translation updater bot
d9fab0989f
Localisation updates from https://translatewiki.net .
...
Change-Id: I0369395facb09c95cc4fbafeedca35f272d3b8a2
2019-04-23 22:45:21 +02:00
Translation updater bot
156b15f9e7
Localisation updates from https://translatewiki.net .
...
Change-Id: I1e4b82af3060db7f30472f40a90846c0c05d4aed
2019-04-19 09:53:13 +02:00
Translation updater bot
8843e4b788
Localisation updates from https://translatewiki.net .
...
Change-Id: I2a0d557dab4f9b8335937125466b41fcbd337076
2019-04-17 22:13:01 +02:00
Translation updater bot
3dc82762f1
Localisation updates from https://translatewiki.net .
...
Change-Id: I31cea47058d9cd809527f7ad1996d371ce25d45e
2019-04-04 14:53:28 +02:00
Translation updater bot
73906ff5ff
Localisation updates from https://translatewiki.net .
...
Change-Id: I54c7555605f8aa8006c39ff4cda644c5fea9eebc
2019-03-27 22:29:26 +01:00
Translation updater bot
68b0df635d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibac85df6b5d17ba20a6b0054b18d80a80d5da470
2019-03-26 08:44:53 +01:00
Translation updater bot
1e9dbb38e5
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic96d9fd64ad1a791ead4408f48903d4d80d44331
2019-03-11 22:16:46 +01:00
Translation updater bot
7379d5061d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic924596c31e171ae69e05cf6a9f4e2a6288cbf80
2019-03-08 22:29:10 +01:00
Translation updater bot
089ce52b3a
Localisation updates from https://translatewiki.net .
...
Change-Id: I99d4585cf75580bf94697d4c6fa23f175b625cb1
2019-03-04 22:16:05 +01:00
Translation updater bot
6d76eb97d3
Localisation updates from https://translatewiki.net .
...
Change-Id: If28b108f7c7fa6e33955fcfa828e9511c6b29e98
2019-02-28 22:24:53 +01:00
Translation updater bot
7acb5cb6c8
Localisation updates from https://translatewiki.net .
...
Change-Id: I6d485cbd4b568c743e17df7d02f6a580d502b768
2019-02-25 22:57:56 +01:00
Translation updater bot
d1b7bd3a39
Localisation updates from https://translatewiki.net .
...
Change-Id: I31bdf5b05df7579d27e8fa96dc4ff831b665b350
2019-02-11 22:28:03 +01:00
Translation updater bot
8f24d520ff
Localisation updates from https://translatewiki.net .
...
Change-Id: I848939603b8bf78a6530e7f7a11ef9ecc1707f9d
2019-01-31 22:26:04 +01:00
Translation updater bot
5dc89b206f
Localisation updates from https://translatewiki.net .
...
Change-Id: I72114e56068e52e27b4a219acaa4bded1b5c013d
2019-01-30 22:14:04 +01:00
zoranzoki21
53de932571
Move all apihelp translatable messages to separate files
...
Bug: T189982
Change-Id: Ifc682634d8403401e2ca4667e34474ed08574f53
2019-01-29 17:11:32 +00:00
Translation updater bot
00c6913f85
Localisation updates from https://translatewiki.net .
...
Change-Id: Iee19bab54692001379d25f041e382539fe7832b3
2019-01-28 22:26:57 +01:00
Translation updater bot
9686b5e88c
Localisation updates from https://translatewiki.net .
...
Change-Id: I879f8f9a0230eca67f2776defdfef466e496a308
2019-01-26 22:17:29 +01:00
Translation updater bot
a8c8b150db
Localisation updates from https://translatewiki.net .
...
Change-Id: Iec34937fe7d1af279bdf1551b46a817325a2f52b
2019-01-25 22:29:02 +01:00
Translation updater bot
78936b3b00
Localisation updates from https://translatewiki.net .
...
Change-Id: I920140046e0fe7e8153e5138907d70ed5cc075e6
2019-01-22 22:17:24 +01:00
Translation updater bot
d78fb26275
Localisation updates from https://translatewiki.net .
...
Change-Id: I752121fb5402bd50be8e6254cd3866eb1b876771
2019-01-20 22:35:56 +01:00
Translation updater bot
979390880a
Localisation updates from https://translatewiki.net .
...
Change-Id: I1e8a92d3dbfeb6b912bd12f3692a2ab2d155e639
2019-01-13 22:13:00 +01:00
Translation updater bot
c925e41632
Localisation updates from https://translatewiki.net .
...
Change-Id: I2b4f02d779745766911ebe961fd91dee339f367b
2019-01-08 22:29:43 +01:00
Translation updater bot
4b640e7d79
Localisation updates from https://translatewiki.net .
...
Change-Id: Iba4c027244fe1adce563ff89c5c07cdcba4b507c
2019-01-01 22:20:46 +01:00
Translation updater bot
22ed780d50
Localisation updates from https://translatewiki.net .
...
Change-Id: I10c8530079b3dd5a0d9230618c0e4c208d264013
2018-12-19 22:22:34 +01:00
Translation updater bot
4543488bca
Localisation updates from https://translatewiki.net .
...
Change-Id: I3768cb0896fe28446714aa9268084837d0a59f6c
2018-12-17 22:19:18 +01:00
Translation updater bot
1d9dca744e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ice50882721a92bf1eb1e891d5feed37361f9bcf5
2018-12-09 22:39:07 +01:00
Translation updater bot
ab35d36fc6
Localisation updates from https://translatewiki.net .
...
Change-Id: Idd30c745755953f71e15aa70cacd379778041572
2018-12-06 22:32:08 +01:00
Translation updater bot
68106cc9c0
Localisation updates from https://translatewiki.net .
...
Change-Id: I0be268ef853712d7e0c5650cdf2729d05a2995c5
2018-12-04 22:14:35 +01:00
Translation updater bot
c1f8826cd6
Localisation updates from https://translatewiki.net .
...
Change-Id: I60bab0b64c5127f67ea0305a29f31b4ab7de59d8
2018-11-30 22:49:53 +01:00
Translation updater bot
79d1e85498
Localisation updates from https://translatewiki.net .
...
Change-Id: I6dd9166bccc789e900f8c0ed455c78f524564504
2018-11-29 22:27:01 +01:00
Translation updater bot
97de7642e0
Localisation updates from https://translatewiki.net .
...
Change-Id: I62b34518bf25665875d58ab5f5956dcb91932938
2018-11-05 22:24:32 +01:00
Translation updater bot
840280a07a
Localisation updates from https://translatewiki.net .
...
Change-Id: I315557920db6ccd5216663f547f19efb2ddc490c
2018-11-03 11:02:57 +01:00
Translation updater bot
80bbb89698
Localisation updates from https://translatewiki.net .
...
Change-Id: I95f4494d309af8c5053d3c96ad148305fd02e45a
2018-10-26 22:24:06 +02:00
Translation updater bot
cd48316f15
Localisation updates from https://translatewiki.net .
...
Change-Id: I55ee08a32f03b22ead1a861a008e3c39ff4e16a7
2018-10-14 22:25:22 +02:00
Translation updater bot
d890d6a4b1
Localisation updates from https://translatewiki.net .
...
Change-Id: I9df27d26fbbc20ba134f982e3ed04f62ac25dc75
2018-10-05 22:59:08 +02:00
Translation updater bot
fdc4514af4
Localisation updates from https://translatewiki.net .
...
Change-Id: I104e73d859a168345c71dae5dfb664488bc82d09
2018-10-03 18:53:18 +02:00
Translation updater bot
ad10b0aec8
Localisation updates from https://translatewiki.net .
...
Change-Id: Ida4cb1be338182a5dc1933fa43c49b545e4193e4
2018-09-26 13:45:54 +02:00
Translation updater bot
f063a8a4b1
Localisation updates from https://translatewiki.net .
...
Change-Id: If97b7f9a48c1487d73071293040be444e134f696
2018-09-01 22:33:34 +02:00
Translation updater bot
e08629dc04
Localisation updates from https://translatewiki.net .
...
Change-Id: I164381a9bc2e980bcfc5fe30131ab927b4381412
2018-08-27 22:16:53 +02:00
Translation updater bot
00e5475825
Localisation updates from https://translatewiki.net .
...
Change-Id: Id767adfb4b3e682d4623c0a73a07ac1d863d4760
2018-08-20 22:20:52 +02:00
Translation updater bot
60f7b8a2ee
Localisation updates from https://translatewiki.net .
...
Change-Id: Id78223526cc8ab5d69507d8d11a41eeb40e008a3
2018-08-12 22:17:32 +02:00
Translation updater bot
33485c69fc
Localisation updates from https://translatewiki.net .
...
Change-Id: If2430f0480c7e2060b94a7b22b3beef4065af19b
2018-08-11 22:17:53 +02:00
Translation updater bot
1df9b3381b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie53e78edc925df5fa389e4dd7a1a5e37aa6a513c
2018-08-10 22:18:23 +02:00
Translation updater bot
bcbe7b8a83
Localisation updates from https://translatewiki.net .
...
Change-Id: If4a050129d073fabf3513db6b8bcd77fb866b1f2
2018-08-09 22:23:47 +02:00
Translation updater bot
294123e28e
Localisation updates from https://translatewiki.net .
...
Change-Id: If6bba7783993e539699b1c14769870b477cdba73
2018-08-08 22:13:46 +02:00
Translation updater bot
da783907e7
Localisation updates from https://translatewiki.net .
...
Change-Id: Iff8ba11db604c43a0543d5215ac1eca31985ecc1
2018-07-27 22:17:49 +02:00
Translation updater bot
64bd946091
Localisation updates from https://translatewiki.net .
...
Change-Id: I0ffeb094000bc90de4ddf7568d1410aed52ddcd6
2018-07-21 22:11:50 +02:00
Translation updater bot
f1942c9c2e
Localisation updates from https://translatewiki.net .
...
Change-Id: I34147903ecc6436fac60778c5c25982a5cd358a6
2018-07-17 22:13:52 +02:00
Translation updater bot
cd469368d4
Localisation updates from https://translatewiki.net .
...
Change-Id: Id6f526a6701e1bc1bcefb3d96d6454be693b7b83
2018-07-14 22:20:32 +02:00
Translation updater bot
f268a9faba
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib081f7bb03163ac475e612c5720270e049ee9781
2018-07-10 22:15:59 +02:00
Translation updater bot
79a5388496
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia857fa2e97ac0b9fed7f8fb22991904481988657
2018-06-30 22:30:34 +02:00
Translation updater bot
01f0e1842f
Localisation updates from https://translatewiki.net .
...
Change-Id: If2e00e53c7d5d00a83c0dae0a3eb6b28a051affe
2018-06-27 22:19:04 +02:00
Translation updater bot
83352ba7c2
Localisation updates from https://translatewiki.net .
...
Change-Id: I4034d6fe2f1d8c73a6bbac73e7a6b2fd151f50d0
2018-06-16 22:26:08 +02:00
Translation updater bot
2d6066bf26
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib1afa4fbf3ce79fd61144e4872b0ea9823f80409
2018-06-11 22:33:52 +02:00
Translation updater bot
d23598ef88
Localisation updates from https://translatewiki.net .
...
Change-Id: I1619db82ea28593b0671c76bcea68a851c9d918c
2018-06-03 22:36:23 +02:00
Translation updater bot
41c45ce732
Localisation updates from https://translatewiki.net .
...
Change-Id: I38573338bb2c5d3ffa5e29af2819407721638e9a
2018-06-01 22:27:31 +02:00
Translation updater bot
fb99036738
Localisation updates from https://translatewiki.net .
...
Change-Id: I2051d8b64987a0c9cbc053bbbce1a9b9dfb14630
2018-05-29 22:24:55 +02:00
Translation updater bot
074d5cd4c8
Localisation updates from https://translatewiki.net .
...
Change-Id: Id8cc9bc86d09698f1b94ac99091ba815aac54141
2018-05-28 22:42:13 +02:00
Translation updater bot
763ff4c9af
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia5018dd2bf5da68a3554ba7a1501bb2f82c4fa8d
2018-05-09 22:41:01 +02:00
Translation updater bot
5d345da359
Localisation updates from https://translatewiki.net .
...
Change-Id: I3af9548faddab00a27bc26f2a9addc72854b0753
2018-04-29 22:31:02 +02:00
Translation updater bot
dcf6e197ef
Localisation updates from https://translatewiki.net .
...
Change-Id: I895c907606774579ea31c2a6a73b86266ed64a04
2018-04-21 22:15:34 +02:00
Translation updater bot
bc085b3a33
Localisation updates from https://translatewiki.net .
...
Change-Id: I6eda40199ca468d238f7d56bfeddfe0a4c918627
2018-04-11 22:40:06 +02:00
Guycn2
f94389d941
Remove my previous username from list of authors
...
Change-Id: Ie6c1714766f461bbcffe280a1baf59862b99f3f1
2018-04-11 20:06:12 +00:00
Translation updater bot
f3b87bc35c
Localisation updates from https://translatewiki.net .
...
Change-Id: If2f047b0c272f727ce5fff130ae068936a50a103
2018-04-10 22:15:24 +02:00
Translation updater bot
b4b79a6cc7
Localisation updates from https://translatewiki.net .
...
Change-Id: I0f93a065e83e89db8f623c72121287273453815d
2018-04-08 22:29:57 +02:00
Translation updater bot
10a0b94148
Localisation updates from https://translatewiki.net .
...
Change-Id: I5b166043fa6f574999d12c51a06b009b805142b9
2018-04-04 22:50:22 +02:00
Translation updater bot
3904b600ed
Localisation updates from https://translatewiki.net .
...
Change-Id: I980ecc0c7d31354095a4d81e7f50e120d45c98be
2018-04-03 09:51:05 +02:00
Translation updater bot
a41a995509
Localisation updates from https://translatewiki.net .
...
Change-Id: If54e68b22c8fd57e461faa9502c5ee17518e991d
2018-03-28 22:23:04 +02:00
Translation updater bot
2f004979e9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic25b545d91a0d8d280dd72bab49e0aa2e1235599
2018-03-26 22:19:06 +02:00
Translation updater bot
26b6f2f2be
Localisation updates from https://translatewiki.net .
...
Change-Id: I08576f2fea5e439ced82a042189e2e3c550fce39
2018-03-22 22:08:54 +01:00
Translation updater bot
2db46bf16e
Localisation updates from https://translatewiki.net .
...
Change-Id: I0040a82d08e73900d0764ad207f8768a0c0a5a90
2018-03-19 22:19:16 +01:00
Translation updater bot
4edd974571
Localisation updates from https://translatewiki.net .
...
Change-Id: I30bb222c5b105fb5aa2f9179a68779f5cd24f517
2018-03-08 22:45:49 +01:00
Translation updater bot
87afa9a761
Localisation updates from https://translatewiki.net .
...
Change-Id: I00fae4b77397d50d9efee181ae730a7ad83d98dd
2018-03-05 22:24:40 +01:00
Translation updater bot
3750a0faa3
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie02a2f67b53033b9a1d4b288659d2f33177c2da3
2018-02-27 22:25:43 +01:00
Translation updater bot
0633b8be7b
Localisation updates from https://translatewiki.net .
...
Change-Id: I686a7971a344441df83c947863312e7a398f2384
2018-02-22 23:22:00 +01:00
Translation updater bot
6106b55297
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic37ead4e36d0854c7cd2fb55fe293672fc25b680
2018-02-13 22:25:29 +01:00
Translation updater bot
b73a397170
Localisation updates from https://translatewiki.net .
...
Change-Id: I155aec0d684eb592c15bd72be453a1f860e037d1
2018-02-05 22:36:50 +01:00
Translation updater bot
8c4841b1cf
Localisation updates from https://translatewiki.net .
...
Change-Id: I9182286ff8fcd605cf1cd452d20236ede6fabc3a
2018-01-29 22:20:15 +01:00
Translation updater bot
447e62b5ac
Localisation updates from https://translatewiki.net .
...
Change-Id: I2afaeae42a974e1795b5d230b8a5ccaf0bbcaa75
2018-01-23 22:22:45 +01:00
Translation updater bot
109f66c7f4
Localisation updates from https://translatewiki.net .
...
Change-Id: I5ffbdf0b5f6b8074f3d1111826dbceb48b886070
2018-01-18 22:49:24 +01:00
Translation updater bot
e809be4d60
Localisation updates from https://translatewiki.net .
...
Change-Id: Icb6cb11cfc97a10ce9eeb207977d387cf396b9d9
2018-01-14 22:17:04 +01:00
Translation updater bot
bbbf311c82
Localisation updates from https://translatewiki.net .
...
Change-Id: Id343524c727c392bf73afc5fef95a408df3d799a
2018-01-12 22:21:11 +01:00
Translation updater bot
64c8b92ad7
Localisation updates from https://translatewiki.net .
...
Change-Id: I7e3464bd4ad44ab3bbbbe1ac17e3f93601da4897
2018-01-11 23:44:47 +01:00
Translation updater bot
0eefcc99eb
Localisation updates from https://translatewiki.net .
...
Change-Id: I2f78b5100d5424ddf9cfb0c3e796a6a22b73a6aa
2018-01-08 22:35:44 +01:00
Translation updater bot
c63dfffd62
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibef5dc7112b8d56a9e8233109ba1e764fd555e5b
2018-01-05 09:22:15 +01:00
Translation updater bot
348d953b44
Localisation updates from https://translatewiki.net .
...
Change-Id: I0286064a2aa69557122a537f66d50d223a8f4f6b
2018-01-01 09:18:13 +01:00
Translation updater bot
151043b2ba
Localisation updates from https://translatewiki.net .
...
Change-Id: If06ce6696ffe2edb6073b57b790ddbe43dc4d85c
2017-12-28 09:59:26 +01:00
Translation updater bot
c6138589c8
Localisation updates from https://translatewiki.net .
...
Change-Id: I05a9fa5c46fd6de9f4863566931309e98b72138c
2017-12-22 22:23:05 +01:00
Translation updater bot
2d515eaffe
Localisation updates from https://translatewiki.net .
...
Change-Id: I2164e7b1ca44bab030b948d1b9f4c694e49a90ae
2017-12-21 23:15:17 +01:00
Translation updater bot
e94eca8e83
Localisation updates from https://translatewiki.net .
...
Change-Id: I7796745b00d2fca0d1503e4c259032fcd06237ed
2017-12-18 23:06:29 +01:00
Translation updater bot
b56d3ac3b8
Localisation updates from https://translatewiki.net .
...
Change-Id: I9aa8c7e945492d2feb8ed8b4f040fd13fc4ac823
2017-12-14 23:12:22 +01:00
Translation updater bot
8da84debd9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibed311e9017b5f42e5f34861ac3310ff179d773b
2017-12-11 23:38:51 +01:00
Translation updater bot
665084236c
Localisation updates from https://translatewiki.net .
...
Change-Id: If6f09c093f649fff61baa92f2127871a305aa96b
2017-12-05 09:40:40 +01:00
Translation updater bot
188164afef
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia1369e03e4dc0385a09f5b125d2e29773b7b16d2
2017-11-25 22:37:09 +01:00
Translation updater bot
dcff15261d
Localisation updates from https://translatewiki.net .
...
Change-Id: I2764350e86731eab24509acd30058b9374104d4b
2017-11-20 22:29:41 +01:00
Translation updater bot
a567db6a00
Localisation updates from https://translatewiki.net .
...
Change-Id: I63b050792174ba3a754f2fefdbf71d347540405e
2017-11-18 22:43:27 +01:00
Translation updater bot
d974b32c12
Localisation updates from https://translatewiki.net .
...
Change-Id: I0383fbd6de0debc3a1fe88d95e58e8b4c326d05d
2017-11-17 22:43:03 +01:00
Translation updater bot
564fff94d9
Localisation updates from https://translatewiki.net .
...
Change-Id: I4312fe73238cf567f9c82042726ab9b00890ffc5
2017-11-12 22:29:18 +01:00
Translation updater bot
aa4a1b8e2f
Localisation updates from https://translatewiki.net .
...
Change-Id: I54f11217efa90edeffe10307c7ec502aacf61207
2017-11-04 22:40:37 +01:00
Translation updater bot
feebbcc5c3
Localisation updates from https://translatewiki.net .
...
Change-Id: I7dbed6788b163c6f2e5df346b1514afc715da0df
2017-11-01 22:37:23 +01:00
Translation updater bot
5497cbd7c1
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia85cfa765f11fe5a49cf540896c3ab65e62a6845
2017-10-30 22:34:33 +01:00
Translation updater bot
b6813eba33
Localisation updates from https://translatewiki.net .
...
Change-Id: I55d955dddbd354af5936f7f3cdc66d8bd11b44b3
2017-10-22 22:34:33 +02:00
Translation updater bot
4e1650a1cf
Localisation updates from https://translatewiki.net .
...
Change-Id: I71617f9a4ef3c18f9fbbd5f714e7811b9be9f723
2017-10-18 22:30:34 +02:00
Translation updater bot
2da50e1c4e
Localisation updates from https://translatewiki.net .
...
Change-Id: Iec69c15cfe498075fe5b094b1c38bbd42c8b7fb4
2017-10-17 22:45:00 +02:00
Translation updater bot
174fa0d3c3
Localisation updates from https://translatewiki.net .
...
Change-Id: I90331e0092c62243640516af245782ba05c8fbd7
2017-10-15 22:42:27 +02:00
Translation updater bot
9534169c7a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib355d7063658f728246ec0c2087459fc9f7b2828
2017-10-09 22:49:56 +02:00
Translation updater bot
6721c3a2cb
Localisation updates from https://translatewiki.net .
...
Change-Id: Id45b38b4c36e3ecee67ce3e963393d12e8eeb65c
2017-10-06 22:36:00 +02:00
Translation updater bot
e0a50d39a0
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia8fa9ccaffb7c729f949784374f60d4d6f107c78
2017-10-05 22:38:06 +02:00
Translation updater bot
2abbf52970
Localisation updates from https://translatewiki.net .
...
Change-Id: I904cc52640bc03e626d9c79e93cce025b9f82963
2017-10-04 22:38:07 +02:00
Translation updater bot
f3ac8c425f
Localisation updates from https://translatewiki.net .
...
Change-Id: I9e255c636e3474df01aa7e0eb9fb5ec9102812eb
2017-10-01 22:27:47 +02:00
Translation updater bot
c38788d006
Localisation updates from https://translatewiki.net .
...
Change-Id: I694babb9a272745658f8bb4a359968eb7ea68ac5
2017-09-28 22:29:39 +02:00
Translation updater bot
33ca871ca7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie760ff2670ed6b4aa48aa703c132092348e2688a
2017-09-27 22:25:20 +02:00
Translation updater bot
adbe2f2efa
Localisation updates from https://translatewiki.net .
...
Change-Id: I818d367048b16e7c1bab256f7a89e735c204d95f
2017-09-24 22:40:15 +02:00
Translation updater bot
cf0587c026
Localisation updates from https://translatewiki.net .
...
Change-Id: I13295164d0d2d458b26d8130c3464c69d8d9fc9f
2017-09-23 22:36:50 +02:00
Translation updater bot
9e8d0a39d1
Localisation updates from https://translatewiki.net .
...
Change-Id: I60bc6ce7596375d45e809c69eba4ece9d35a1495
2017-09-22 22:54:53 +02:00
Translation updater bot
da1d465642
Localisation updates from https://translatewiki.net .
...
Change-Id: I12bd70b34555d39600108ffa8905080348e832f0
2017-09-19 22:53:36 +02:00
Translation updater bot
b6addd7825
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifb0d791d6c7f75eb2e64902b51df785ce624efe5
2017-09-17 22:25:54 +02:00
Translation updater bot
3ab9059ac6
Localisation updates from https://translatewiki.net .
...
Change-Id: I9db6d83960ae03ed46117eaa5a0ef049539eace9
2017-09-16 22:43:51 +02:00
Translation updater bot
bf973f1e6c
Localisation updates from https://translatewiki.net .
...
Change-Id: I0dec00f2c1a6314bbf3b8face51c1bb1c9671933
2017-09-15 22:33:53 +02:00
Translation updater bot
169c0d7925
Localisation updates from https://translatewiki.net .
...
Change-Id: Idf23aaf1f0ca77f60193b838b33e2db6da236c04
2017-09-13 22:38:50 +02:00
Translation updater bot
0558ffe442
Localisation updates from https://translatewiki.net .
...
Change-Id: I0609c33543a1b0be96b6ae453b7fe3ef33b8684a
2017-09-12 22:34:44 +02:00
Translation updater bot
baf20f9739
Localisation updates from https://translatewiki.net .
...
Change-Id: I50097e388229ba4eedbcfe4e6f8f8682dc0863cf
2017-09-10 22:27:15 +02:00
Translation updater bot
476182f345
Localisation updates from https://translatewiki.net .
...
Change-Id: I824f224b594975b6c5d1f4a31ceba5f251e58c58
2017-09-09 22:32:51 +02:00
Translation updater bot
76a35b83f6
Localisation updates from https://translatewiki.net .
...
Change-Id: I38aa923ddcdc539dd4ec9b3a92a882463bc54b21
2017-09-09 00:00:43 +02:00
Translation updater bot
6bdc8e92e8
Localisation updates from https://translatewiki.net .
...
Change-Id: I24913f391a889eaef4c8f8c604cca58dd6b7e34a
2017-09-04 22:32:48 +02:00
Translation updater bot
d1b7b353a4
Localisation updates from https://translatewiki.net .
...
Change-Id: I5c04903fa4f5c53ba0135a3fd7eefb5681d408c1
2017-09-03 09:00:36 +02:00
Translation updater bot
96059fb4bc
Localisation updates from https://translatewiki.net .
...
Change-Id: I9558c73e85a9aa44d906302586f7d9a13d2e00bc
2017-08-28 12:37:51 +02:00
Translation updater bot
9510472434
Localisation updates from https://translatewiki.net .
...
Change-Id: I53b8592e1bc99c7d305a0c1a670e618934b299c6
2017-08-25 09:28:15 +02:00
Translation updater bot
c14d336581
Localisation updates from https://translatewiki.net .
...
Change-Id: Id7ac39cf62974cc3cfd202d77373b264a11b4da5
2017-08-22 08:49:34 +02:00