Commit graph

2363 commits

Author SHA1 Message Date
jenkins-bot b5f76bf65d Merge "Add ten millionth edit thank you notification, per demand on Facebook" 2020-06-18 10:39:34 +00:00
Translation updater bot 7eb55df5ed Localisation updates from https://translatewiki.net.
Change-Id: I8922e0b8678126e4443ab7e05321ed76c02ca74c
2020-06-18 08:37:11 +02:00
James D. Forrester a1fb5d5d75 Add ten millionth edit thank you notification, per demand on Facebook
Change-Id: I26a0dd0954f7f3f61014cde371fa0c46c4db78cb
2020-06-17 19:39:39 +01:00
Translation updater bot 06b740c0f0 Localisation updates from https://translatewiki.net.
Change-Id: I601880ca59d1ed4fcd48c0634963d42c0db127ac
2020-06-17 08:47:56 +02:00
Translation updater bot 51baf6cc43 Localisation updates from https://translatewiki.net.
Change-Id: Id2177aa1dd1af547045e25e3754909031fc3d5cd
2020-06-15 08:39:22 +02:00
Translation updater bot 6bd34b6765 Localisation updates from https://translatewiki.net.
Change-Id: If23897f5a90e29778e01f7a03f6300b4f0ba13de
2020-06-12 08:37:43 +02:00
Translation updater bot 3d9073cf6e Localisation updates from https://translatewiki.net.
Change-Id: Ib5b58fd9c7a9507f9f1f03aab2a9c67cc51d5f17
2020-06-10 08:28:37 +02:00
Translation updater bot a145bd0cbe Localisation updates from https://translatewiki.net.
Change-Id: Iacfd69b430bd6941c59611ff085b4cfb9e87273c
2020-06-08 08:50:04 +02:00
Translation updater bot 4fe2dab5dd Localisation updates from https://translatewiki.net.
Change-Id: Ia4165ec17ca139170cccb50b2069b217f671d1ce
2020-06-05 08:52:59 +02:00
Translation updater bot 42bd8cf10b Localisation updates from https://translatewiki.net.
Change-Id: I252f3b97b45b3a60d3c7b3d454dd1bcedf3346da
2020-06-04 08:23:42 +02:00
Translation updater bot 2049b0a225 Localisation updates from https://translatewiki.net.
Change-Id: I712d7d95cee586f240110ca2584a098733973ed9
2020-06-03 08:30:00 +02:00
jenkins-bot a9391e1035 Merge "Add push notifier" 2020-06-02 18:21:46 +00:00
jenkins-bot de09ddd4d9 Merge "Add push subscription management" 2020-06-02 18:21:42 +00:00
Michael Holloway ce7a46f7ed Add push notifier
Provides a basic push notifier implementation. Since the push service is
not yet in place, all it does for now is log debug output when a
notification is to be sent.

To register the push notifier, add the following configuration to
LocalSettings.php:

 $wgEchoNotifiers['push'] = [ 'EchoPush\\PushNotifier', 'notifyWithPush' ];
 $wgDefaultNotifyTypeAvailability['push'] = true;
 $wgNotifyTypeAvailabilityByCategory['system']['push'] = false;
 $wgNotifyTypeAvailabilityByCategory['system-noemail']['push'] = false;

We'll register the notifier in configuration for now, rather than
hard-coding the default in extension.json, in order to have control over
when and where it rolls out (beta vs. prod, as well as which wikis).

Since the push notifier implementation depends on jobs being processed
by the job queue, I also recommend adding the following configuration
setting to ensure that all pending jobs are processed at the end of each
web request:

 // ensure all pending jobs are processed when a web request completes
 $wgJobRunRate = PHP_INT_MAX;

Bug: T252899
Change-Id: Ie7f222443045d30620ff297b006104ef18a074a8
2020-06-02 13:40:04 -04:00
Michael Holloway a3674974f1 Add push subscription management
Adds DB tables for storing push subscriptions, some DB interaction code
for retrieving them within MediaWiki, and a set of API modules for
managing them from the outside world.

When testing this patch, be sure to run maintenance/update.php to create
the new tables, and set $wgEchoEnablePush = true in LocalSettings.php
to enable the API new API module.

N.B. The current DB schema is centered on app push subscriptions. Web
push subscriptions require slightly different handling, since they are
provided by browsers as a JSON blob rather than a token string. How to
handle web push subscriptions is a question we can defer until the time
comes to add web push support.

Subscription data is stored in the echo_push_subscription table, with
provider names normalized into the echo_push_provider table. We expect to
be looking up subscriptions by central user ID, so that column is indexed.
The subscription data also includes a column to store SHA256 digests of
the subscriber tokens. This is for use as a unique key constraint, since
we expect every push token to be univerally unique, and the token values
themselves may be too large to reasonably index in MySQL.

Bug: T252899
Change-Id: I3928761b3fba12e54ff4850e9a05c68ec7772f62
2020-06-02 13:40:00 -04:00
Translation updater bot 7430467058 Localisation updates from https://translatewiki.net.
Change-Id: I548129adbc4fa3dd8ce21bb31ae7b5778c4f3ab6
2020-06-02 08:26:35 +02:00
Translation updater bot dc948eaa0f Localisation updates from https://translatewiki.net.
Change-Id: Ib79f7d3cbb3d18984e6826e47ccf3783d7ea7556
2020-06-01 09:57:06 +02:00
Translation updater bot c56f992a72 Localisation updates from https://translatewiki.net.
Change-Id: I277f4e3f21f7257de5a6a011bb304c7b769ec098
2020-05-29 08:32:18 +02:00
Translation updater bot 9e48c785b7 Localisation updates from https://translatewiki.net.
Change-Id: I00bb33e67e6b791909b6388ce41c45cc0b88c076
2020-05-28 08:39:13 +02:00
jenkins-bot 0b4f4d9659 Merge "Add dynamic secondary action to mute/unmute page-linked notifications" 2020-05-27 14:01:15 +00:00
Roan Kattouw 28f432b150
Add dynamic secondary action to mute/unmute page-linked notifications
Also adds an API module for muting and unmuting pages (and users).

Bug: T46787
Bug: T115264
Change-Id: Icf4e4bfa9fd7fa27b4c40892e3d5ce000eb22d5a
2020-05-27 15:20:08 +02:00
Translation updater bot 31b4c9bdfa Localisation updates from https://translatewiki.net.
Change-Id: Ib22b1736cd053a5b004abc72c1958e341909fec3
2020-05-27 08:48:34 +02:00
Translation updater bot fb34dd6b31 Localisation updates from https://translatewiki.net.
Change-Id: I421383eceef6834453238f109dc2476a18c468ba
2020-05-26 08:35:48 +02:00
Kosta Harlan 5e9eac03d0 Change pref header to specify it's about page link notifications
If/when we add other notification types, we could switch this string back to
"Muted pages" and nest other notification types underneath, or we could use a
different UI pattern for exposing those preferences.

Bug: T46787
Change-Id: I66cb2795a17994197b8610d04691dfca55ebc588
2020-05-25 19:15:39 +02:00
Translation updater bot ab437dbdec Localisation updates from https://translatewiki.net.
Change-Id: Id84d5bf2b2aafe58340048a308b3663acb6fa651
2020-05-25 08:39:35 +02:00
Translation updater bot 190d53ba3f Localisation updates from https://translatewiki.net.
Change-Id: I87e8061c879893dd1e7e93c3aed3dd4176cf6993
2020-05-22 08:34:59 +02:00
Translation updater bot 8e4dcdcf8f Localisation updates from https://translatewiki.net.
Change-Id: Icec468b13b588561ae87737bb6acad0bf4530bc8
2020-05-21 08:19:19 +02:00
Translation updater bot 60939778b8 Localisation updates from https://translatewiki.net.
Change-Id: If1a2dc2877c38e0fac149be2a83d9b9585f9692d
2020-05-20 08:34:56 +02:00
jenkins-bot f4cbf7bf5b Merge "Add aria-label to SpecialHelpMenuWidget" 2020-05-19 12:38:38 +00:00
Translation updater bot 48932aed89 Localisation updates from https://translatewiki.net.
Change-Id: Icc6d3805e156e62b26de850c84930e3ceed302d6
2020-05-19 08:24:21 +02:00
Volker E a569321595 Add aria-label to SpecialHelpMenuWidget
Bug: T244543
Change-Id: I04c2c47c5d20cf69f9f0602a2e535c05b01f5f3c
2020-05-18 12:35:43 -07:00
Translation updater bot 7420a54684 Localisation updates from https://translatewiki.net.
Change-Id: I3a49f590312745de109ffc790d35190f5d393681
2020-05-18 08:29:56 +02:00
Translation updater bot f54bfb63d3 Localisation updates from https://translatewiki.net.
Change-Id: I3765e509670f94e83d3cbca4fb617761201d2e16
2020-05-15 08:53:12 +02:00
Translation updater bot c044585ec8 Localisation updates from https://translatewiki.net.
Change-Id: I7fcd0b37e78aeeaa2e0fe092f70a521fb4591b6b
2020-05-14 08:32:13 +02:00
Translation updater bot 1b229d84f8 Localisation updates from https://translatewiki.net.
Change-Id: I3f3273f4afa02d9204e441afa28daf0385abdd8f
2020-05-13 08:42:29 +02:00
jenkins-bot 304f82c314 Merge "Add page linked event title muted list" 2020-05-12 21:08:47 +00:00
Translation updater bot f9fa360cf9 Localisation updates from https://translatewiki.net.
Change-Id: I7a05b2a29d415f0f2fa63083653560aab571b3ba
2020-05-12 08:21:00 +02:00
Translation updater bot c8530e2f25 Localisation updates from https://translatewiki.net.
Change-Id: Ie03991b5d01c22731da5966bc16c668889f8f056
2020-05-11 08:37:13 +02:00
Translation updater bot 2f0c79bc5a Localisation updates from https://translatewiki.net.
Change-Id: I0867f27bdec32abc7ccf7a869604f06d00e2a23d
2020-05-08 09:28:17 +02:00
Translation updater bot 8d0f6cf980 Localisation updates from https://translatewiki.net.
Change-Id: I2977638b9c1fe2d79ce8f229c38f6e1653c40c40
2020-05-07 08:34:17 +02:00
Kosta Harlan 1560528dc7 Add page linked event title muted list
* Add a section on the preference form to allow users to mute articles
  from generating "page linked" notices
* The preference will save the article title as an article ID

Depends-On: Ia0ddf78646ec4c8ae0b84b6d5b46ef5e51c8e8c1
Bug: T46787
Change-Id: I67f751eae5fdc5bccff7fe3047227d432c1cb8d5
2020-05-06 12:38:55 +02:00
Translation updater bot f355f05aff Localisation updates from https://translatewiki.net.
Change-Id: I169a6cf3b6cb9efa554ac7c2bb98bc316398bc3e
2020-05-05 08:30:19 +02:00
Translation updater bot 4b6c8fe025 Localisation updates from https://translatewiki.net.
Change-Id: I95a52d5d12c8bbf54c921c7f6eca2f15db48f4db
2020-05-01 10:00:41 +02:00
Translation updater bot 304e0273a4 Localisation updates from https://translatewiki.net.
Change-Id: I7d9d9714cbeb5be3f3b5c14898031c68e87b0fc8
2020-04-30 08:37:46 +02:00
Translation updater bot 13a0622468 Localisation updates from https://translatewiki.net.
Change-Id: I975609883f2bcd9877ea25d63ffbf902b5d092cd
2020-04-29 08:35:47 +02:00
Translation updater bot 617da122e0 Localisation updates from https://translatewiki.net.
Change-Id: I70f89679970ec06b2e7aafaf4febe1a416fae4ed
2020-04-28 08:31:58 +02:00
Translation updater bot 4a1f9b5ff0 Localisation updates from https://translatewiki.net.
Change-Id: I743e3c88d9b70fb53a058051a771a89f5304f6a3
2020-04-27 09:02:45 +02:00
Translation updater bot 39d7aa6b1c Localisation updates from https://translatewiki.net.
Change-Id: I9b560ff837b5ac7fa6453b246023972b1949c553
2020-04-24 08:22:23 +02:00
Translation updater bot c2c9846c33 Localisation updates from https://translatewiki.net.
Change-Id: I810646b307d3d80f3402ceb2a59df884b0b1156d
2020-04-23 08:42:57 +02:00
Translation updater bot 7ca12c2dcb Localisation updates from https://translatewiki.net.
Change-Id: If1792b34ddffb1982c31ac0841322e499ac1bcaa
2020-04-22 08:56:04 +02:00
Translation updater bot e8065dc6fe Localisation updates from https://translatewiki.net.
Change-Id: If6ccd5cc8669b06196c21839c67f7427ca44011c
2020-04-20 08:41:20 +02:00
Translation updater bot dbd753a0a9 Localisation updates from https://translatewiki.net.
Change-Id: Iabbfa195725125592c53b0c9c4ea6766588a6168
2020-04-17 09:06:38 +02:00
Translation updater bot 0ff96d0b1e Localisation updates from https://translatewiki.net.
Change-Id: Ie6ba7a275befe2883a5141611617b5cb9f36d4d5
2020-04-15 08:23:44 +02:00
Translation updater bot f7497d1da0 Localisation updates from https://translatewiki.net.
Change-Id: Ibae2054e0eee23b012789eaf7e2607587a52e892
2020-04-14 08:23:36 +02:00
Translation updater bot c0cbcdd24f Localisation updates from https://translatewiki.net.
Change-Id: If02584e66e06a207a0d8719383e89747641ef2a2
2020-04-13 09:00:20 +02:00
Translation updater bot 0dbfedbcc9 Localisation updates from https://translatewiki.net.
Change-Id: I25be16c5cb699b04c53bdbb3c688b38fc1fff3fd
2020-04-10 09:51:21 +02:00
Translation updater bot bb47d976ed Localisation updates from https://translatewiki.net.
Change-Id: I10b912d8b143409270cb57c6f6b55c6a0d1c97c8
2020-04-07 08:39:52 +02:00
Translation updater bot 8241fa93f3 Localisation updates from https://translatewiki.net.
Change-Id: Ie886d7423addf7619b658a01f15ad2ae0f2c5684
2020-04-06 09:01:47 +02:00
jenkins-bot ce186cf03e Merge "Add aria-label to Notifications page “Recent activity” filter widget" 2020-04-03 21:18:37 +00:00
Akinwale Alagbe b49fdb88c3 Add aria-label to Notifications page “Recent activity” filter widget
Adding `aria-label` to the filter widget, with `listbox` role assigned 
to allow screen readers parse read the content.

Bug: T244543
Change-Id: I72a4045abe9a7c391ee3fe471ed944d96259b79e
2020-04-03 20:00:22 +00:00
Translation updater bot 99eaaec519 Localisation updates from https://translatewiki.net.
Change-Id: I1be70dfa2887e55e85285149fb757321d28a7628
2020-04-03 08:28:23 +02:00
Translation updater bot 45ae01db45 Localisation updates from https://translatewiki.net.
Change-Id: I454d6bb2235542bac197601920762d27a3b87197
2020-04-02 08:24:31 +02:00
Translation updater bot 37ed47d933 Localisation updates from https://translatewiki.net.
Change-Id: I5ddbb72362309b2e03999ba4a0d6ede44eb23667
2020-04-01 08:24:51 +02:00
Translation updater bot 98efbf3415 Localisation updates from https://translatewiki.net.
Change-Id: I3d9cc4d317cd474297e33369d86e440421f32dfa
2020-03-31 08:28:40 +02:00
Translation updater bot 6999655ab2 Localisation updates from https://translatewiki.net.
Change-Id: I93a2dfb2f61084bf73bd0b4964d97ae6b97ff91f
2020-03-27 08:41:09 +01:00
Translation updater bot e65eda6479 Localisation updates from https://translatewiki.net.
Change-Id: Ifd7884b999ddb8ac264b69a91252c53b9e6e28b1
2020-03-26 08:31:37 +01:00
Translation updater bot f2d4c98d43 Localisation updates from https://translatewiki.net.
Change-Id: Ibd9010a5d328ce749b1655f2226ce87b5a6e6f2c
2020-03-25 08:32:39 +01:00
Translation updater bot 42f3a2ccff Localisation updates from https://translatewiki.net.
Change-Id: I80e50a1b8447aacfb5f000efd78da3be947af954
2020-03-24 08:49:04 +01:00
Translation updater bot 8e2e036d2c Localisation updates from https://translatewiki.net.
Change-Id: Ib093d38d61e29da6465ab0449ac276de48ec26b5
2020-03-23 09:02:57 +01:00
Translation updater bot e874ca054e Localisation updates from https://translatewiki.net.
Change-Id: I20425dbc2f238ba79f4d3442ce940895a5b7beba
2020-03-13 08:54:15 +01:00
Translation updater bot d479f0c8da Localisation updates from https://translatewiki.net.
Change-Id: I8ec7fd9c8bb138c8b66a0a7c38b391c4151271f6
2020-03-12 08:42:26 +01:00
Translation updater bot e61a45abcf Localisation updates from https://translatewiki.net.
Change-Id: I894a5a6a4ddddb104fb0a613b888a5bd8c9dd5f2
2020-03-11 08:29:15 +01:00
Translation updater bot 98681d2019 Localisation updates from https://translatewiki.net.
Change-Id: I75d0d6912bf0364801a8ee6736725792514b9968
2020-03-10 08:15:04 +01:00
Translation updater bot d27c2f623d Localisation updates from https://translatewiki.net.
Change-Id: Ic6169135f6cbf50843931d63956282a9fa291c0d
2020-03-09 08:56:39 +01:00
Translation updater bot df0f12c195 Localisation updates from https://translatewiki.net.
Change-Id: I23ec5d5929a055f78d70ba63f05e3eedd9a1faf0
2020-03-03 08:14:12 +01:00
Translation updater bot 495bf0693e Localisation updates from https://translatewiki.net.
Change-Id: I482353c3e038795e1a1f19c399a58d4fc060b060
2020-03-02 09:09:56 +01:00
Translation updater bot 51a771ade9 Localisation updates from https://translatewiki.net.
Change-Id: I7f294b19b19e876345eb9f59ebde1b9e61b82fe7
2020-02-28 08:22:14 +01:00
Translation updater bot 355e839cbe Localisation updates from https://translatewiki.net.
Change-Id: I695afae542579e84f753115ebbcef00ca782b7aa
2020-02-25 09:36:33 +01:00
Translation updater bot bf230f58f1 Localisation updates from https://translatewiki.net.
Change-Id: I2a6d78051746544fb365329eae132b83eb468444
2020-02-24 09:02:23 +01:00
Translation updater bot a529e17195 Localisation updates from https://translatewiki.net.
Change-Id: I0e0e9324dad7a092621cc41a0ad0f9bbb7f94085
2020-02-20 09:26:53 +01:00
Translation updater bot 31efb704de Localisation updates from https://translatewiki.net.
Change-Id: Ie1cea3649fc4763d15dd78ad209de7f35ebe3a9f
2020-02-19 08:23:51 +01:00
Translation updater bot e2f809d298 Localisation updates from https://translatewiki.net.
Change-Id: I07889bf723d4ff83606428edc792846165f17817
2020-02-18 08:25:07 +01:00
Translation updater bot 8718106323 Localisation updates from https://translatewiki.net.
Change-Id: I0abc76d4e268743a0cefdb4316375065aecd0208
2020-02-17 08:46:14 +01:00
Translation updater bot eeeb5843a2 Localisation updates from https://translatewiki.net.
Change-Id: I151b03b248187f581002406f82598c74ca733c0b
2020-02-14 08:25:39 +01:00
Translation updater bot 0c29b306e6 Localisation updates from https://translatewiki.net.
Change-Id: I92898abb1e55267464f1393b58dacd082df559d1
2020-02-13 08:54:44 +01:00
Translation updater bot c9e14817c8 Localisation updates from https://translatewiki.net.
Change-Id: Ib6336485811f0dae959597841d2529bb3a44e60e
2020-02-12 08:21:35 +01:00
Translation updater bot c45ac7617c Localisation updates from https://translatewiki.net.
Change-Id: Ib9726e6b3e9cc90f88c62761bebc6d04d3c246e2
2020-02-11 08:19:14 +01:00
Translation updater bot 032250a597 Localisation updates from https://translatewiki.net.
Change-Id: I60520bc6f805a005e5ef12d56e1b7f77e95b1a54
2020-02-10 08:33:40 +01:00
Translation updater bot a85345b616 Localisation updates from https://translatewiki.net.
Change-Id: I1d07fd97075733d66b48fc3ae9c830095a5d6441
2020-02-07 09:57:19 +01:00
Translation updater bot 9ea6251a51 Localisation updates from https://translatewiki.net.
Change-Id: I1a74730b0cd199d5285bbd8db8d33440f343f362
2020-02-06 08:19:18 +01:00
Translation updater bot a6d45c83f6 Localisation updates from https://translatewiki.net.
Change-Id: If2ee093f5e4b3861767b822c3f09b33383bde36f
2020-02-05 08:18:51 +01:00
Translation updater bot 24d81af373 Localisation updates from https://translatewiki.net.
Change-Id: I00bbe33faee1590d5c06393dcfb6f3c7d10b7328
2020-02-04 08:33:20 +01:00
Translation updater bot 75a3e91a4e Localisation updates from https://translatewiki.net.
Change-Id: I3777b080a416a401068d6338990766f918f6b265
2020-02-03 08:26:44 +01:00
Translation updater bot 92ac959332 Localisation updates from https://translatewiki.net.
Change-Id: Ib7ca9fd651edd8ad2f990a40c63d92b0cc64731f
2020-01-31 09:53:09 +01:00
Translation updater bot fd3efdffde Localisation updates from https://translatewiki.net.
Change-Id: I21faa27c53206d337cef872628b654cc0a42cb44
2020-01-29 08:18:21 +01:00
Translation updater bot c777a151b2 Localisation updates from https://translatewiki.net.
Change-Id: Iba44286f7b8e8ae0c90c04c540aabf3e8bdba0a2
2020-01-23 08:34:51 +01:00
Translation updater bot 705313d9f1 Localisation updates from https://translatewiki.net.
Change-Id: I0209575ddba9057197d17fc379793a3a72f7159f
2020-01-22 08:29:53 +01:00
Translation updater bot 3502abd3ac Localisation updates from https://translatewiki.net.
Change-Id: I88a394cffc59afa52c702a2c40732301f88b2760
2020-01-21 08:16:06 +01:00
Translation updater bot 22d3190b0e Localisation updates from https://translatewiki.net.
Change-Id: I6ec504b7234bcd09744cd83d4a0ffe713748ed1d
2020-01-20 08:49:01 +01:00
Translation updater bot 1eb3198172 Localisation updates from https://translatewiki.net.
Change-Id: I29f823828d80c49aeae920315915565ac8f3e32f
2020-01-16 09:29:32 +01:00
Translation updater bot 3a799c7c01 Localisation updates from https://translatewiki.net.
Change-Id: Ibe4108c8db70ed04f282cbe2fc676254de8ed80b
2020-01-14 10:58:58 +01:00
Translation updater bot cefda97b4d Localisation updates from https://translatewiki.net.
Change-Id: Ia7b11080460d6d370e78ea28d7aac52e104e01a8
2020-01-13 09:10:21 +01:00
Translation updater bot bf4d612eca Localisation updates from https://translatewiki.net.
Change-Id: I0f2c776fed27d822076cf77da08ec7109d7b0bb3
2020-01-10 08:34:19 +01:00
Translation updater bot 971d7b3891 Localisation updates from https://translatewiki.net.
Change-Id: I3c535d6002fc86fe3589e53a79484ec0a40dbc15
2020-01-09 08:28:54 +01:00
jenkins-bot 8f5fc3d6ee Merge "Set apihelp message for wikis parameter of echomarkread" 2020-01-08 09:09:51 +00:00
Translation updater bot 6653a20811 Localisation updates from https://translatewiki.net.
Change-Id: I7c579a9c71afd70098ea2f8eccf05b84c5c15893
2020-01-06 08:48:55 +01:00
Translation updater bot 3ab81adff5 Localisation updates from https://translatewiki.net.
Change-Id: I1a59c6335a43cf11b48bdc9c59a824c228d5846b
2020-01-03 08:45:27 +01:00
Translation updater bot 25d0e85c8a Localisation updates from https://translatewiki.net.
Change-Id: I6dea07592108a0e6cc61ad1fd48323bd1f92a884
2020-01-02 08:58:16 +01:00
Translation updater bot 0369c3999d Localisation updates from https://translatewiki.net.
Change-Id: I753f93213a3770686e1ec167f8bf72026919a226
2019-12-29 20:40:29 +01:00
Translation updater bot 72fd486374 Localisation updates from https://translatewiki.net.
Change-Id: Ibe48f2a33075a462aacd99079b1506d584cfaeef
2019-12-22 17:40:42 +01:00
Translation updater bot b1c36dcf05 Localisation updates from https://translatewiki.net.
Change-Id: If601cb67dd171458cc9a923fdeedd56934abbb3e
2019-12-18 09:25:16 +01:00
Translation updater bot af011120c2 Localisation updates from https://translatewiki.net.
Change-Id: Ib26402079392ce36cb6476259c9397f06acea6b2
2019-12-17 10:07:31 +01:00
jenkins-bot 24dd8dce66 Merge "Document message "echo-blacklist"" 2019-12-16 11:36:08 +00:00
Translation updater bot a5a5224e49 Localisation updates from https://translatewiki.net.
Change-Id: I035783a03f121182ceb69e98e60f331c95bb5bc8
2019-12-16 12:13:14 +01:00
Raymond a22a916e14 Document message "echo-blacklist"
This way it shows up on [[Special:AllMessages]]

Change-Id: I19ae033b8972029d32018a55e0724a1afbd8e61c
2019-12-13 17:28:38 +01:00
Jon Harald Søby 72963d4167 Add PLURAL to new messages
These new messages should have {{PLURAL}} in the English original
even though the number will be larger than 1. For other languages (like
Russian) the plurals work differently, so having the {{PLURAL}} in the English
message even though it won't have any effect there works as a guide to
the translators (just like the {{GENDER}} does).

Change-Id: I925818bbf3da95e2ffdb629f448f54911752e346
2019-12-13 13:01:59 +01:00
Translation updater bot d834e9fb86 Localisation updates from https://translatewiki.net.
Change-Id: I5deb6a653bae5b5d19966618053f10a0897b568b
2019-12-13 09:28:15 +01:00
jenkins-bot 8b6efb51bb Merge "Add preference to not receive digests about read notifications" 2019-12-12 11:14:30 +00:00
Translation updater bot d504fe7965 Localisation updates from https://translatewiki.net.
Change-Id: Icf5d1f7d8d6a8ce282909abe3f230d4fad530148
2019-12-12 09:56:36 +01:00
Ben Houghton 9ae45afdfd Add preference to not receive digests about read notifications
Allows users to opt out of receiving daily or weekly digests containing notifications
they have already marked as read on the web.

Bug: T169386
Change-Id: Ib47248678f88095492fb6896530be5a9f5bb43ca
2019-12-12 06:30:13 +00:00
jenkins-bot e6ed60ee1d Merge "Add support for watchlist events" 2019-12-11 23:19:36 +00:00
Pppery db78c1552e Add support for watchlist events
Bug: T203941
Change-Id: I9bcd13cb0a547393696dde0e977b7761cc1fea68
2019-12-11 16:39:02 -05:00
Translation updater bot 448f6f1ba0 Localisation updates from https://translatewiki.net.
Change-Id: I0c21bbf81df1a8d2ddfb52a145e5f85f0d018da0
2019-12-10 09:29:35 +01:00
Translation updater bot 99b2105158 Localisation updates from https://translatewiki.net.
Change-Id: I76e7376e359fdad25b5d1f788f10cd5e40136b01
2019-12-09 09:35:11 +01:00
Translation updater bot 259db7d3bf Localisation updates from https://translatewiki.net.
Change-Id: I2a567e99fa5ed778916eae8725e5b151fb7092a3
2019-12-04 09:24:06 +01:00
Translation updater bot 0704644ee0 Localisation updates from https://translatewiki.net.
Change-Id: I4fbe0c28e664851490b158b477a32f72bf6ab162
2019-11-29 09:28:16 +01:00
Translation updater bot d90ea5ce0e Localisation updates from https://translatewiki.net.
Change-Id: Ibb1b3b96dd8dd4047b9f7ffb09b370c0e483601d
2019-11-25 09:10:09 +01:00
Translation updater bot 4ddeaa4672 Localisation updates from https://translatewiki.net.
Change-Id: I2d8b5d5ff5cca9c3d32dd9f6c592c5bb9a4356f9
2019-11-22 09:14:20 +01:00
Translation updater bot 85d2ca85bd Localisation updates from https://translatewiki.net.
Change-Id: Ie89ab67cc54a575ad31d1374866bedce88fe321f
2019-11-20 09:37:27 +01:00
Umherirrender 5c1de126cb Set apihelp message for wikis parameter of echomarkread
It is set by a trait, but each module using the trait defines its own
message for it, so adding a new one for this module

Bug: T238520
Change-Id: Id247a40296960f3c95d3fc95bd046113e07dc0ff
2019-11-18 20:12:24 +01:00
Translation updater bot 5d515aa8db Localisation updates from https://translatewiki.net.
Change-Id: Ibbea9ee5a44902414b927662dd6bafde6038140a
2019-11-18 09:22:17 +01:00
Translation updater bot 1461ff1c91 Localisation updates from https://translatewiki.net.
Change-Id: I9545e4b666d69b578caf20f4bf4a1702da26aa77
2019-11-15 09:21:05 +01:00
Translation updater bot dc7b36b19b Localisation updates from https://translatewiki.net.
Change-Id: I458986f6c6a84fc0de8cf6c3ef6c114159ad75de
2019-11-13 09:26:43 +01:00
Translation updater bot 4c71dfabac Localisation updates from https://translatewiki.net.
Change-Id: I3fde88d0206797ae6f62964d003e42c0dd3fa35c
2019-11-11 14:48:38 +01:00
Translation updater bot ff5089947c Localisation updates from https://translatewiki.net.
Change-Id: Ic50880a5eb37be458551f5a0bb6796aeefaccfea
2019-11-07 09:41:52 +01:00
Translation updater bot 219701874e Localisation updates from https://translatewiki.net.
Change-Id: Iaba06e6bbd90274ffaccf1ddf5d28f72494ff6c8
2019-11-05 09:45:24 +01:00
Translation updater bot bd14057871 Localisation updates from https://translatewiki.net.
Change-Id: I2c8c3041a9f8e6ca3da77863165e3fc4aa075f3e
2019-11-04 10:15:41 +01:00
Translation updater bot 44f83d5b79 Localisation updates from https://translatewiki.net.
Change-Id: I7c609c50d7d2ef92739b96f78858a787cb1889fe
2019-11-04 09:30:15 +01:00
Translation updater bot c10cc7e547 Localisation updates from https://translatewiki.net.
Change-Id: I90fef60c4a4ca6236e7e7b652d388f771a86cc35
2019-10-31 09:28:05 +01:00
Martin Urbanec 2f26e7cc59 Create system-emailonly category
I need this category to be able to complete T231395,
it doesn't make sense to web-notify user they were renamed
since renaming kills user session, so when they log in,
they already know.

Bug: T231397
Change-Id: Ib49a42969a2134bb89c17f62a7aea7db820374fa
2019-10-30 17:51:39 +00:00
Translation updater bot adc1b066d8 Localisation updates from https://translatewiki.net.
Change-Id: I2e1801b12da63cc8fe7f269f917aca010f930c29
2019-10-29 09:38:32 +01:00
Translation updater bot 97a04c65ab Localisation updates from https://translatewiki.net.
Change-Id: I2af040469fa0ebe1c79857e598ddd3205934846c
2019-10-28 16:33:56 +01:00
Translation updater bot 91b1d0289b Localisation updates from https://translatewiki.net.
Change-Id: I52b0a4c952c630c990ea13fdfff16843b30d59bc
2019-10-25 09:18:08 +02:00
Translation updater bot 96421a16a2 Localisation updates from https://translatewiki.net.
Change-Id: Id3a6c8126ae4106990fd3a1bd053d9ebd1f49602
2019-10-24 10:43:58 +02:00
Translation updater bot 79b82ea45a Localisation updates from https://translatewiki.net.
Change-Id: I3827a7bea3ad83d35b4f57a2123d44dda4582b62
2019-10-23 09:52:55 +02:00
Translation updater bot 7e245f13f2 Localisation updates from https://translatewiki.net.
Change-Id: I4c28b0aba7336e2973bebfa47e350551778c578e
2019-10-22 09:13:59 +02:00
Translation updater bot 0692bce2c7 Localisation updates from https://translatewiki.net.
Change-Id: Iae9bcdd94a749ecf15b09ee9ae1bd57cafd37c57
2019-10-21 09:58:58 +02:00
Translation updater bot a9dbe0f97b Localisation updates from https://translatewiki.net.
Change-Id: Ib4a6ecdbd6df298d11f758450e4eada47b08c934
2019-10-17 09:52:27 +02:00
Translation updater bot 3d7d1e99d2 Localisation updates from https://translatewiki.net.
Change-Id: I9a6b274f33dc66b9313ad82d8ded74e0659f1552
2019-10-16 20:39:00 +02:00
Translation updater bot 8370692e48 Localisation updates from https://translatewiki.net.
Change-Id: I5071cf40b05a347bd22dbed5dab2fabd1b240d56
2019-10-16 10:39:21 +02:00
Translation updater bot 75f111d83c Localisation updates from https://translatewiki.net.
Change-Id: I64eba53377480f1028685a20c40aee411593ce9b
2019-10-10 09:32:41 +02:00
jenkins-bot cd6a340ce8 Merge "Dormant mobile notifications overlay lives in Echo" 2019-10-09 19:50:57 +00:00
jdlrobson d3c0494a17 Dormant mobile notifications overlay lives in Echo
This code will be enabled when Iba1d7863171268066bf7597182c57a0a2041497f
relinquishes the responsibility for rendering the Echo notification badge
and wiring up of the related JS.

It makes 3 assumptions:
1) Minerva will expose a VERSION property on the skins.minerva.scripts module
to tell Echo it can begin control of the functionality
2) A new hook `SkinMinervaReplaceNotificationsBadge` will run on the server side
allowing Echo extension to render the Notifications badge in Minerva.
3) A new client side hook (echo.mobile) will fire whenever the Echo dialog is opened or
closed.

All code relating to Echo inside MobileFrontend and Minerva is
moved here.
CSS for the modules is kept in Minerva as skinStyles

This code remains dormant until Iba1d7863171268066bf7597182c57a0a2041497f lands.
It pre-registers a "to-be-created" hook SkinMinervaReplaceNotificationsBadge that
substitutes the Minerva badge.

It also watches the export value of skins.minerva.scripts for a VERSION value - when
this appears it will take the signal that it should manage the frontend code.

In the new system the mobile specific code is limited to the mobile version of
Minerva. The desktop version of Echo loads on Minerva desktop - presenting an
opportunity in future to consolidate both implementations to use the same component.
The mobile version of Vector and Timeless for example will load the mobile overlay
(with existing styling issues that we don't need to worry about right now given
we don't officially support skins other than Minerva as mobile)

Testers:
* Check require( 'ext.echo.mobile' )(); inside initMobile
inside ext.echo.init does not fire until
Iba1d7863171268066bf7597182c57a0a2041497f is checked out.

Depends-On:  I1a66939d2b596094b419de40b370e79f09c85581
Bug: T221007
Change-Id: I09c27a084100b223662f84de6cbe01bebe1fe774
2019-10-09 12:36:11 -07:00
Translation updater bot 42a70f1814 Localisation updates from https://translatewiki.net.
Change-Id: I97cdc0ec3553cf1845fa0a2bbadd96724d03eafc
2019-10-08 09:32:51 +02:00
Translation updater bot 1901505cc3 Localisation updates from https://translatewiki.net.
Change-Id: I89787320646c88e2ffb5f30cdc5ae4f61ddc1d7f
2019-10-04 09:29:03 +02:00
Translation updater bot 259b0b936c Localisation updates from https://translatewiki.net.
Change-Id: Iaa8196c03cff776ed995983991b660072346e979
2019-10-02 09:21:01 +02:00
Translation updater bot 39c7cc6f7b Localisation updates from https://translatewiki.net.
Change-Id: Ic4b7055d78a2922fea3601112306261d8c65515b
2019-09-30 09:18:58 +02:00
Translation updater bot d67cda9fdd Localisation updates from https://translatewiki.net.
Change-Id: I03b3301b4b5de5ed8c947a02a30f51a4724c567c
2019-09-25 09:23:11 +02:00
Translation updater bot c4b5994a91 Localisation updates from https://translatewiki.net.
Change-Id: If0a5128dcae2af1d2e73bee2f90dae76fe4c1cd6
2019-09-24 09:57:04 +02:00
Translation updater bot e94b40f88c Localisation updates from https://translatewiki.net.
Change-Id: Iea3c3bf88f677bb0158bfdd04586b569986b2baa
2019-09-23 09:25:21 +02:00
Translation updater bot 9efd56a0ac Localisation updates from https://translatewiki.net.
Change-Id: I5760c255259477dc34b0f0d8bc1ec568ffe59e19
2019-09-20 11:42:24 +02:00
Translation updater bot eaa719b629 Localisation updates from https://translatewiki.net.
Change-Id: I54df48b68d4e37f7d5a7a3edb9d26bf52a0fc300
2019-09-19 09:57:50 +02:00
Translation updater bot 00820d22bb Localisation updates from https://translatewiki.net.
Change-Id: Ide9755d9e3426b75edd4a716428a330ec13b4dc2
2019-09-17 09:07:26 +02:00
Translation updater bot 8030ef4f4b Localisation updates from https://translatewiki.net.
Change-Id: I7827b48ca229c899d8cf10e17e47aa56a2107e94
2019-09-16 09:55:02 +02:00
Translation updater bot 5595257b44 Localisation updates from https://translatewiki.net.
Change-Id: I4c4f216a61942e7461fc67842e047e2fca72678d
2019-09-13 10:17:54 +02:00
Translation updater bot da1a6097d2 Localisation updates from https://translatewiki.net.
Change-Id: I552fa0cbc9a75a19e25782c0242f3886f4a5c874
2019-09-12 10:00:37 +02:00
Translation updater bot 634515077c Localisation updates from https://translatewiki.net.
Change-Id: Ifbc3cb603b01f9b8a7edf45bd99aecfedeb3e690
2019-09-10 09:37:14 +02:00
Translation updater bot 0740de0605 Localisation updates from https://translatewiki.net.
Change-Id: Id01a5f6bb03641191590ff399c08785959477fdb
2019-09-09 09:26:07 +02:00
Translation updater bot 472612c741 Localisation updates from https://translatewiki.net.
Change-Id: I6337ce9767502b3ef4bc1a8ca243850c5185dd8f
2019-09-04 10:12:50 +02:00
Translation updater bot 396ad579ce Localisation updates from https://translatewiki.net.
Change-Id: I164d4dfd1396e51619c36759a86d8bc9ee79adc7
2019-09-03 10:27:26 +02:00
Translation updater bot ec0ad22ec3 Localisation updates from https://translatewiki.net.
Change-Id: I8a8c4b66b0d8cdf8c2ee1c7002a1b2b6af633ef4
2019-09-02 10:19:10 +02:00
Translation updater bot c63816675e Localisation updates from https://translatewiki.net.
Change-Id: I06821c2c4fe8c9f86f87136d6665ba91744af25c
2019-08-31 15:56:57 +02:00
Translation updater bot db352b6d86 Localisation updates from https://translatewiki.net.
Change-Id: I47c43ffd79dc53ff85cefd00cfa65b57eb1fa151
2019-08-30 10:03:07 +02:00
Translation updater bot 7342810175 Localisation updates from https://translatewiki.net.
Change-Id: I415b28c3beb70cbc2d0814c54384698d5bcdac02
2019-08-28 10:52:08 +02:00
Translation updater bot ce752ec2a8 Localisation updates from https://translatewiki.net.
Change-Id: Ic7ca4e99ab5129e8b39f34e5dbab6c008abb4eb4
2019-08-27 11:03:42 +02:00
Translation updater bot c003ca5ecb Localisation updates from https://translatewiki.net.
Change-Id: Ib01a046c971bc7c57af9ac8bc79c81962e33b9aa
2019-08-26 09:06:40 +02:00
Translation updater bot 44956a7c20 Localisation updates from https://translatewiki.net.
Change-Id: Ied0c872f0cdc6c221f9a1a75a6208979895e556e
2019-08-25 10:29:55 +02:00
Translation updater bot 8ac4e625e6 Localisation updates from https://translatewiki.net.
Change-Id: Ia96371abfb90eb559382acab1826793edb86aed4
2019-08-23 09:48:12 +02:00
Translation updater bot 3e063ff6c0 Localisation updates from https://translatewiki.net.
Change-Id: I11dd8de2dd01de62b6c8adcce7c70936dc0f9c3c
2019-08-21 10:03:22 +02:00
jenkins-bot 9025816350 Merge "Fix typos in code (paramters -> parameters)" 2019-08-20 12:01:24 +00:00
DannyS712 9866462f39 Fix typos in code (paramters -> parameters)
Bug: T201491
Change-Id: I1050dbe1e9b2fe8e3959753dbc5fc2e5d64ec484
2019-08-20 11:36:10 +00:00
Translation updater bot 7ad71ccd53 Localisation updates from https://translatewiki.net.
Change-Id: I1fd9bef8caf6e8d87445c60074cf149165717a71
2019-08-20 10:20:57 +02:00
Translation updater bot 57cd1a89b6 Localisation updates from https://translatewiki.net.
Change-Id: I54ad720141e49d608d8f5eabca4ecd50c0e45b84
2019-08-18 09:32:33 +02:00
Translation updater bot 6c7a73776f Localisation updates from https://translatewiki.net.
Change-Id: Iadb7d6de9f4841116a0fd6eb451f906ecf906517
2019-08-16 09:17:32 +02:00
Translation updater bot d9314436fa Localisation updates from https://translatewiki.net.
Change-Id: I30d396d1c4d291ac7156b7325040c7c105ab52bc
2019-08-15 09:15:54 +02:00
Translation updater bot 0735255506 Localisation updates from https://translatewiki.net.
Change-Id: I9de21f7457f3a2f614b69b1233ba514403c81e01
2019-08-14 09:12:58 +02:00
Translation updater bot 83c55388fd Localisation updates from https://translatewiki.net.
Change-Id: Id815f0ee931d9f15b4b3c5aa2971f8d74335225a
2019-08-13 09:15:44 +02:00
Translation updater bot 5086e5de06 Localisation updates from https://translatewiki.net.
Change-Id: I563001efad85afadf3212ff2013ed918040b5a86
2019-08-12 09:06:44 +02:00
Translation updater bot 8012d23a00 Localisation updates from https://translatewiki.net.
Change-Id: If0fe62fa6254119fb7ac0c7c3ac395dab6154b8f
2019-08-10 22:48:41 +02:00
Translation updater bot 750e6bce8f Localisation updates from https://translatewiki.net.
Change-Id: Id5883075571f185e7aca2752480703426647a764
2019-08-09 09:08:46 +02:00
Translation updater bot a8317ea0eb Localisation updates from https://translatewiki.net.
Change-Id: I7642f397bcc85e31e815765d5f6f03fec058923a
2019-08-08 09:32:15 +02:00
Translation updater bot 8d44b87536 Localisation updates from https://translatewiki.net.
Change-Id: I861dc8624e22378a5b022f201d6a3b6385c465c1
2019-08-07 09:37:32 +02:00
jenkins-bot 358bdad695 Merge "Define preference for poll updates" 2019-08-06 23:14:49 +00:00
shivanshbindal9 2528e3394f Define preference for poll updates
New preference added so that user can set
* Displaying (n) total unread count in the title
* Displaying notification snippet for incoming notification

Bug: T229732
Change-Id: I35eb68dedf1e087b4668bfec404935f1244b3d0b
2019-08-06 19:42:49 +05:30
Translation updater bot 127b513894 Localisation updates from https://translatewiki.net.
Change-Id: If66612e9db8ef99b0181fed096fc68dc3ffbbb71
2019-08-05 09:40:52 +02:00
Translation updater bot 36e7005d83 Localisation updates from https://translatewiki.net.
Change-Id: Ib53858690cb6808184835b81073a9c89416fc77a
2019-08-01 09:16:22 +02:00
shivanshbindal9 6be1eee1db Display notification text for incoming notification
As now polling is used to update the notification count on header icons.
If there are any new notifications then a snippet containing the header
part of the notification will appear using mw.notify().

Bug: T226130
Change-Id: Id38c8ebedebd4c68b9cef0635043d6f9304784dd
2019-07-31 17:54:20 +05:30
Translation updater bot de434e1306 Localisation updates from https://translatewiki.net.
Change-Id: Idcb8f0277c195f9316d93c0d1205c7ee67033bf7
2019-07-29 09:14:21 +02:00
Translation updater bot 13f318508f Localisation updates from https://translatewiki.net.
Change-Id: Icfa17e84d5ba72436952af3f61a5a61dbf8f0cc6
2019-07-26 08:55:22 +02:00
Translation updater bot 809c9a9abc Localisation updates from https://translatewiki.net.
Change-Id: Iea9647556690e162c88e170cad3bf74f6758a624
2019-07-24 22:28:41 +02:00
Translation updater bot 90b1f09ec5 Localisation updates from https://translatewiki.net.
Change-Id: I6eed108fc3768699c1a6e3b9c37067eb6ef15923
2019-07-23 08:53:56 +02:00
Translation updater bot a6eaf7dfb3 Localisation updates from https://translatewiki.net.
Change-Id: Icbd5f18426725c96793108ade91962655c691272
2019-07-22 22:40:49 +02:00
Dayllan Maza b3df45dc34 Add option to mute/unmute notifications on Special:Mute
The hook (SpecialMuteModifyFormFields) is used to append
the option to mute/unmute echo notifications from a specified user.

Special:Mute handles posting and saving the fields, the only
requirement is that the field name is the same as the property
that wants to be modified, in this case 'echo-notifications-blacklist'

Bug: T220163
Depends-On: I2b3eee0802cb086091f35ecce13ae77a8e7d518d
Change-Id: I77b3ccfdce9b501eb8ecd58c0d7bbecb78029a7e
2019-07-18 15:47:24 +00:00
Translation updater bot 64eb55c290 Localisation updates from https://translatewiki.net.
Change-Id: I0027444ddbda96a92c9cb35cf07da8383381428b
2019-07-18 08:53:14 +02:00
Translation updater bot e5d185c96d Localisation updates from https://translatewiki.net.
Change-Id: I1df3bf4bcebd840d770966bcfa638ae34e63dfcf
2019-07-15 08:34:09 +02:00
Translation updater bot ba607772dc Localisation updates from https://translatewiki.net.
Change-Id: I956a55722aa78ab32e62282bf7288fbf6a7c0f7c
2019-07-12 08:43:20 +02:00
Translation updater bot d1eac9bf06 Localisation updates from https://translatewiki.net.
Change-Id: Ie4dc154af2606e3ea1da5e4162b983efa7e62457
2019-07-07 22:39:06 +02:00
Translation updater bot cecd9e3fa4 Localisation updates from https://translatewiki.net.
Change-Id: I13b87616d176a6b0d6164dde80c9143f934e798a
2019-07-03 22:44:10 +02:00
jenkins-bot ca4e1fbba8 Merge "Use {{formatnum:}} for 99+ in default echo-badge-count message" 2019-07-01 18:39:04 +00:00
Translation updater bot 3d5483d4c2 Localisation updates from https://translatewiki.net.
Change-Id: Ie8af8fa0ecbcc7c7e70bed10d45d6f417da378c3
2019-06-30 22:37:35 +02:00
Roan Kattouw c8e6ff49c0 Use {{formatnum:}} for 99+ in default echo-badge-count message
As it stands currently, every language that uses different numerals than
English does has to override the echo-badge-count message to provide
their own version of "99+". If a language doesn't do that, numbers up to
99 will display using the correct numerals, but "99+" will be displayed
verbatim. Some affected languages have overridden this message, but most
haven't.

Instead, use "{{formatnum:99}}+" in the English message. This is a no-op
in English and other languages that use the same numerals as English,
but automatically converts the number 99 in languages that use different
numerals. This way the only languages that need to override the message
are ones that use a different symbol than "+" for expressing "or more".

Change-Id: I247260ed9bbb40cff88e5ab873072269221b0ad4
2019-06-27 10:34:52 -07:00
Translation updater bot 506aa9d425 Localisation updates from https://translatewiki.net.
Change-Id: I4b5cd9e558def3547aad28169fd832cb6bcdf68b
2019-06-24 08:38:15 +02:00
Translation updater bot 6204787c6f Localisation updates from https://translatewiki.net.
Change-Id: Ia81fc65f5a49653f2379e7b7dfcd2f23eb8e0602
2019-06-17 22:33:45 +02:00
Translation updater bot 698cf06e63 Localisation updates from https://translatewiki.net.
Change-Id: I3651155f13400c433ec273f8b55481ad7ade5768
2019-06-16 22:35:46 +02:00
Translation updater bot 3c067d044e Localisation updates from https://translatewiki.net.
Change-Id: Iab8c0fde92f482f05ed09301f2bf3a0f008e7840
2019-06-10 22:54:32 +02:00
Translation updater bot 70a56e2814 Localisation updates from https://translatewiki.net.
Change-Id: I991c1141ec1c7cccfbf3c46b42687425ba98eaa4
2019-06-06 22:48:23 +02:00
Translation updater bot 6410100d69 Localisation updates from https://translatewiki.net.
Change-Id: I413e3724bb3bd44071e72797956d7824721c7091
2019-06-02 22:29:38 +02:00
Translation updater bot 5f472fafd3 Localisation updates from https://translatewiki.net.
Change-Id: I345cdd016e1e69c33d9b1796a06611a2218a3316
2019-05-26 22:22:49 +02:00
Translation updater bot 2e0a436405 Localisation updates from https://translatewiki.net.
Change-Id: Ie786d2b098853b20dad2999bbdc6133dc278e72d
2019-05-23 23:06:19 +02:00
Translation updater bot 34612122e3 Localisation updates from https://translatewiki.net.
Change-Id: I5e4f32645d00315edc54f77436dfadda76dccdef
2019-05-20 22:29:26 +02:00
Translation updater bot c7691f85c4 Localisation updates from https://translatewiki.net.
Change-Id: I5666ec7f159082327bf6758ea2fb31212d79ab6c
2019-05-16 09:09:59 +02:00
Translation updater bot f04ba06819 Localisation updates from https://translatewiki.net.
Change-Id: I2d5526d3f38c071efa3b6f00e6f62638a5c782dd
2019-05-15 09:12:49 +02:00
Translation updater bot f0a3a6e131 Localisation updates from https://translatewiki.net.
Change-Id: If4b64730368f140f79795fab49e9fd0e9b6bb409
2019-05-13 23:21:51 +02:00
Translation updater bot afcc70bc7c Localisation updates from https://translatewiki.net.
Change-Id: I7dbbf1516631677e664307a44875ace155e8c5b9
2019-05-12 22:33:27 +02:00
Translation updater bot 52ee21983a Localisation updates from https://translatewiki.net.
Change-Id: I314c2470d5a9fa3ea7ad500a2cdd5524e9ecec02
2019-05-10 09:19:17 +02:00
Translation updater bot ad0e6844fb Localisation updates from https://translatewiki.net.
Change-Id: I985046fb1218a8628cfaf372620aa2e887bb8f4d
2019-05-06 09:03:55 +02:00
Translation updater bot db26113215 Localisation updates from https://translatewiki.net.
Change-Id: Iee65c0f96c207d4f7688ea34a59e6cba77d97f08
2019-04-30 22:18:02 +02:00
Translation updater bot f11a60a37c Localisation updates from https://translatewiki.net.
Change-Id: I2a591b168b43163f4e867f2ed8922fdc7a2611fa
2019-04-29 22:15:44 +02:00
jenkins-bot 6b8b45cbb6 Merge "Remove per-type notify-type-availability (make it category-only)" 2019-04-27 13:28:18 +00:00
Roan Kattouw 95172c2c7e Remove per-type notify-type-availability (make it category-only)
Bug: T221264
Depends-On: I74f660e88d18d5a27cc1e74f39316bb27aec1cbb
Change-Id: I12cc0312dbfd9a6923b64117e001841a7bfaaf17
2019-04-26 17:36:10 -07:00
Translation updater bot f36a09b940 Localisation updates from https://translatewiki.net.
Change-Id: I2d6a77df335d28e3abe3b3067d537155a93fe731
2019-04-26 22:27:31 +02:00
Translation updater bot be8429b14c Localisation updates from https://translatewiki.net.
Change-Id: I387f0547eff7fe559e801794829f919e5fd91f8f
2019-04-24 22:20:52 +02:00
Roan Kattouw c8f757a278 Split system category into system and system-noemail
This will allow us to remove notify-type-availability for individual
types, and manage all of it on a per-category basis instead.

Bug: T221264
Change-Id: I78ed6782be8b819cf25cceabb4ea794b15eacafd
2019-04-24 14:08:59 -04:00
Stephane Bisson d5c5480df2 Make thank-you-edit notifications configurable
Add a preference in the notifications section to allow
disabling the 'thank-you-edit' notifications completely.

This is useful to editors active on several wikis. They can
disable it in global preferences and stop seeing them globally.

Bug: T169924
Change-Id: If6716bb98ed2309813536a5834e03833fb537dcf
2019-04-24 08:55:46 -04:00
Translation updater bot ee9d4e7738 Localisation updates from https://translatewiki.net.
Change-Id: Ic782c6fa1732aa44821b73a911451300bebfaa4e
2019-04-23 22:45:12 +02:00
Translation updater bot cb03a805c2 Localisation updates from https://translatewiki.net.
Change-Id: Id9ec226049e43d116d4d68b25824cb94106dc6f8
2019-04-22 09:23:16 +02:00
Stephane Bisson 2fb8db3bca Remove all traces of cross-wiki beta feature
Bug: T221260
Change-Id: I447b5220220fdad68a55629ba5a532db720ca8da
2019-04-17 22:18:13 -07:00
Translation updater bot 5796d46565 Localisation updates from https://translatewiki.net.
Change-Id: Idb6683661b7b1afb4c5176457d16f64a40633152
2019-04-17 22:12:59 +02:00
Translation updater bot 2256c03253 Localisation updates from https://translatewiki.net.
Change-Id: I6b7668351db48bba7f359a272d0c7ffe339358d7
2019-04-15 22:53:31 +02:00
Translation updater bot f0db73b9b6 Localisation updates from https://translatewiki.net.
Change-Id: I00ef49bc9a25415d43a6be832d26a2b3b7bfade8
2019-04-14 22:29:35 +02:00
Translation updater bot 47bc762290 Localisation updates from https://translatewiki.net.
Change-Id: Ic1b8aafbe257cd4926fc41176ff19c8e8b35f17b
2019-04-12 08:31:58 +02:00
Translation updater bot aab3f0fff9 Localisation updates from https://translatewiki.net.
Change-Id: I76ab2d60c4b418545921f7fe54817e90e683d08e
2019-04-10 09:22:59 +02:00
jenkins-bot 7d7531c0e5 Merge "Remove unused messages" 2019-04-10 03:58:36 +00:00
Roan Kattouw f0476b7009 Remove unused messages
Also clean up references to nonexistent messages in qqq.

Change-Id: I3811da1b1420318e5bf747f26244a4bb00d68cc5
2019-04-10 03:37:18 +00:00
Translation updater bot 23cd921dfd Localisation updates from https://translatewiki.net.
Change-Id: I5b69a010e62e405016078f26deae7cc7a8946ba7
2019-04-09 09:03:14 +02:00
Translation updater bot ec563110f3 Localisation updates from https://translatewiki.net.
Change-Id: I72058d77da731d31b2ba63e465e01f70692a48e0
2019-04-08 08:38:52 +02:00
Translation updater bot e4598b856e Localisation updates from https://translatewiki.net.
Change-Id: I49704a0f2b80caf2973d894a9245b3b02e7315ed
2019-04-05 22:27:19 +02:00
jenkins-bot 16bbc494a8 Merge "Pass viewing user as $3 to email subject messages (for GENDER)" 2019-04-04 22:58:46 +00:00
Roan Kattouw d002512f09 Pass viewing user as $3 to email subject messages (for GENDER)
Do this by default in EventPresentationModel so it automatically works
for all email subject messages.

Update messages to use this parameter. Also update email subject
messages that were trying to use parameters that didn't exist, and fix
message documentation that was completely wrong about what the
parameters were.

Also update translated messages to account for parameter shifts (in many
cases, these messages were using the wrong parameter or a nonexistent
one).

Bug: T219620
Change-Id: Ia420c4db13c95d91e1bfc4c7950942df5858379b
2019-04-04 14:58:43 -07:00
Translation updater bot ecf96a5686 Localisation updates from https://translatewiki.net.
Change-Id: Id686fed222fff14e01521a5ed2638c53a35946f2
2019-04-04 14:52:59 +02:00
Translation updater bot 467122c839 Localisation updates from https://translatewiki.net.
Change-Id: Icea78906a5ab527bb147f079d6240e9a14c2e571
2019-03-27 22:29:18 +01:00
Translation updater bot 442dbaaadb Localisation updates from https://translatewiki.net.
Change-Id: Ifc58362436293756fe61b3df6ac276641198361b
2019-03-26 08:44:42 +01:00
Translation updater bot 2fc4e801ea Localisation updates from https://translatewiki.net.
Change-Id: I3191fb6a38304eb9b3cb49860a79a5df4537fbce
2019-03-23 10:22:43 +01:00
Translation updater bot dbc7b24a8e Localisation updates from https://translatewiki.net.
Change-Id: I2d77079d8ab4af71834ef18ceaa2da16dd136840
2019-03-18 23:07:20 +01:00
Translation updater bot 9eb7a9ba3a Localisation updates from https://translatewiki.net.
Change-Id: Ib9a3c7324c2f6b6d2186bffb5e6cdd4552d5cf5f
2019-03-17 22:14:02 +01:00
Translation updater bot 28091c0fea Localisation updates from https://translatewiki.net.
Change-Id: I38d8fc558757624b83e3baedf98955bf9929ff99
2019-03-14 22:51:53 +01:00
Translation updater bot 2d2b68e323 Localisation updates from https://translatewiki.net.
Change-Id: I3614c24ca1ba6c05aa846d209939de8a86c1f292
2019-03-10 22:27:34 +01:00
Translation updater bot 3eb4302592 Localisation updates from https://translatewiki.net.
Change-Id: Ifa50762226ee0f9da0a4a3f4fbd59b7a0e8b79f7
2019-03-07 22:40:44 +01:00
Translation updater bot 8411bcd7e9 Localisation updates from https://translatewiki.net.
Change-Id: Iaf0ec00cec145153baa9735a7d9ae12344fb4b87
2019-03-05 22:42:41 +01:00
Translation updater bot ebdc8df419 Localisation updates from https://translatewiki.net.
Change-Id: I06e4ebadb0cbaed3be1df8baba21d85ebc13ac0b
2019-03-03 22:17:37 +01:00
Translation updater bot e808e4d6fa Localisation updates from https://translatewiki.net.
Change-Id: I5356e49cdf3c1281d1eb0cd4dad947000477f0a4
2019-03-02 22:42:26 +01:00
Translation updater bot f29af7ffee Localisation updates from https://translatewiki.net.
Change-Id: Icc2012ba3b3036407f7596edf8942aeb0cd3f201
2019-02-28 22:24:45 +01:00
Translation updater bot 0d80100a59 Localisation updates from https://translatewiki.net.
Change-Id: Ia8a3af6e159fcaac60bbc76f1cc58c0432e978f5
2019-02-25 22:57:48 +01:00
Translation updater bot 774ec6a93e Localisation updates from https://translatewiki.net.
Change-Id: I70bfb566da24629951d967bfbcc5bf3668d3c04e
2019-02-19 22:19:49 +01:00
Translation updater bot 2e45f12018 Localisation updates from https://translatewiki.net.
Change-Id: Ie15e132d0ed4e52e0566badde9654b71eb1218b6
2019-02-18 22:22:58 +01:00
Translation updater bot fd82365276 Localisation updates from https://translatewiki.net.
Change-Id: I83fca921e52bed62901b8ce7bec819a67028311c
2019-02-17 22:14:11 +01:00
Translation updater bot 3b3f5a419f Localisation updates from https://translatewiki.net.
Change-Id: I5cf6ccb9e7cd6128f35a67bd06463b6bd0c97572
2019-02-14 22:29:04 +01:00
Translation updater bot 8a4fba0e3e Localisation updates from https://translatewiki.net.
Change-Id: Ide6d49a9f5ceb37fa120a53c69b9e6d284e4341d
2019-02-12 22:25:34 +01:00
Translation updater bot 0e3745b131 Localisation updates from https://translatewiki.net.
Change-Id: Id9865d23678e87a45825ba665864474563ef7968
2019-02-10 22:18:32 +01:00
Translation updater bot d9fb41dbf6 Localisation updates from https://translatewiki.net.
Change-Id: If3495e3f283f899bfc0372388c7a7a39a41e2801
2019-02-05 22:37:39 +01:00
Translation updater bot 13c95f444b Localisation updates from https://translatewiki.net.
Change-Id: I9386291c36d625963680b0d6a06c3629a2a8d6b0
2019-02-03 22:38:19 +01:00
Translation updater bot e679fdc8af Localisation updates from https://translatewiki.net.
Change-Id: I9029910b668eeeed7c63a41697385e5e1caa9a6f
2019-01-31 22:25:58 +01:00
Translation updater bot ec98683850 Localisation updates from https://translatewiki.net.
Change-Id: Ia05fdba596ca9f006c7988cc3a0d1a02f48861d8
2019-01-30 22:13:57 +01:00
Translation updater bot 33cae175f5 Localisation updates from https://translatewiki.net.
Change-Id: I7bc8c7c42c7ef587a76bc27cf3867e7d61becdc9
2019-01-28 22:26:49 +01:00
Translation updater bot 3b0a2887bc Localisation updates from https://translatewiki.net.
Change-Id: Ica01eef8836499a76f8886de2b889253fe3ceeec
2019-01-25 22:28:54 +01:00
Translation updater bot 71a815e445 Localisation updates from https://translatewiki.net.
Change-Id: I79698a52b276c09765063cbe5223957de17f9ed8
2019-01-22 22:17:15 +01:00
Translation updater bot c9e9024cd1 Localisation updates from https://translatewiki.net.
Change-Id: I55578d3c3145be734db8010a4e49c02dfa2081e8
2019-01-20 22:35:50 +01:00
Translation updater bot 5ad88e20e3 Localisation updates from https://translatewiki.net.
Change-Id: Ic62104ff7996fd1e9a9d15bf92d63a92a8015e0b
2019-01-18 22:18:54 +01:00
Translation updater bot 2acd3aa6a7 Localisation updates from https://translatewiki.net.
Change-Id: I83130ec85a0ef25973fcd6563d6f99e9a6f5764e
2019-01-17 09:12:29 +01:00
Translation updater bot cfffc7aa0c Localisation updates from https://translatewiki.net.
Change-Id: I77bc85cc44eceaa766a02fb2d1b58c74a5a830ea
2019-01-13 22:12:57 +01:00
Translation updater bot dc85a66bac Localisation updates from https://translatewiki.net.
Change-Id: I20744e31a83db90caa0ebb011ad9280fdab55495
2019-01-12 22:39:40 +01:00
Translation updater bot 4fcd539252 Localisation updates from https://translatewiki.net.
Change-Id: Iaffdf523f4d980e3141e93f718167b2bda6001fa
2019-01-08 22:29:39 +01:00
Translation updater bot cf1406d42e Localisation updates from https://translatewiki.net.
Change-Id: I3b153d4c8d0eb56795c05868cf4980dcf368eab1
2019-01-06 22:30:15 +01:00
Translation updater bot 21950eeb6a Localisation updates from https://translatewiki.net.
Change-Id: Ifd97ad391f76e54ebb26d2366a338d9560975e11
2019-01-05 22:33:44 +01:00
Translation updater bot 16f0d41e2f Localisation updates from https://translatewiki.net.
Change-Id: Iafbb9e5399c81b64a3cf549bd84058f29f9bbbf1
2019-01-03 22:52:17 +01:00
Translation updater bot 61385eaaea Localisation updates from https://translatewiki.net.
Change-Id: I907d1ac543930a55b2daa7631d7fe65cd31db81d
2019-01-01 22:20:40 +01:00
Translation updater bot 4c55aa08d5 Localisation updates from https://translatewiki.net.
Change-Id: Ic2fdd9da7dda32223ab52bcf583e01489699a8ac
2018-12-27 09:51:09 +01:00
Translation updater bot 7c100ccb0d Localisation updates from https://translatewiki.net.
Change-Id: Icd9e75ef3ce6f4df30fff7d8ca69e32a83e48930
2018-12-20 22:41:35 +01:00
Translation updater bot 90556007d0 Localisation updates from https://translatewiki.net.
Change-Id: I83af3cf3f8bc059f4d2d23570753cb80b91c75af
2018-12-18 22:48:16 +01:00
Translation updater bot 7c755e4d2c Localisation updates from https://translatewiki.net.
Change-Id: Ia04fef826d3d6c0c5190ee07c5f3281d0202ff38
2018-12-17 22:19:13 +01:00
Translation updater bot e8eb80eec3 Localisation updates from https://translatewiki.net.
Change-Id: I90f16e8040086c1aef7750bbb6edb6f9e10ed203
2018-12-15 22:23:53 +01:00
Translation updater bot 90f0aa255e Localisation updates from https://translatewiki.net.
Change-Id: I0d09718b509d6d342b429e2a1d53a58f1d6cfdd6
2018-12-14 22:21:51 +01:00
Translation updater bot 898e41150e Localisation updates from https://translatewiki.net.
Change-Id: Ia4d0ea49138a15cdc8e9e634f577719e848227ec
2018-12-09 22:39:04 +01:00
Translation updater bot df6435a9d5 Localisation updates from https://translatewiki.net.
Change-Id: I1ea8d9e036aa1a28a5b5d04df8cb8328f2909e74
2018-12-06 22:32:06 +01:00
Translation updater bot b3ce8a9355 Localisation updates from https://translatewiki.net.
Change-Id: I1521862ef6d360bba78d03ece9495015ddaed7dc
2018-12-05 22:30:18 +01:00
Translation updater bot 41f5057540 Localisation updates from https://translatewiki.net.
Change-Id: I8a9b40e116f9836178564403e802faf1a5e4aa7d
2018-12-04 22:14:33 +01:00
Translation updater bot a77b458361 Localisation updates from https://translatewiki.net.
Change-Id: I9c4237e104859c340d24798d4e79ffe8cf2dfdcf
2018-12-03 22:35:19 +01:00
Translation updater bot da1ce89a88 Localisation updates from https://translatewiki.net.
Change-Id: I9c26a17cde1a015caa179a18e455b8576eba4be5
2018-12-01 22:17:30 +01:00
Translation updater bot 8521f0bcf6 Localisation updates from https://translatewiki.net.
Change-Id: I3c343683c122484736e2d9164cb8ee80ad220632
2018-11-30 22:49:49 +01:00
Translation updater bot 2854d457cd Localisation updates from https://translatewiki.net.
Change-Id: I78a86036692c5659736986a3c3ca9fece525a67b
2018-11-25 22:33:51 +01:00
Translation updater bot 84830f8c9f Localisation updates from https://translatewiki.net.
Change-Id: I76616db43fbb72dadab618a3b97aac1cb3daf87d
2018-11-23 22:17:35 +01:00
Translation updater bot eae6802fee Localisation updates from https://translatewiki.net.
Change-Id: I6e51e4816d65f037bbb05553ebecbd250669f2f2
2018-11-21 22:29:04 +01:00
Translation updater bot 437fa54a31 Localisation updates from https://translatewiki.net.
Change-Id: I60cc5a878a748b82bed446f2f13445c4137d6ae6
2018-11-18 22:48:27 +01:00
Translation updater bot 0450ecc361 Localisation updates from https://translatewiki.net.
Change-Id: Ia86987a2b5ab8c81485552f4a2832ca909f60e34
2018-11-16 22:29:28 +01:00
Translation updater bot 285aa8f110 Localisation updates from https://translatewiki.net.
Change-Id: I98402952c320a6da18e4dc2f061d993451c02275
2018-11-15 23:00:05 +01:00
Translation updater bot 7294600216 Localisation updates from https://translatewiki.net.
Change-Id: I5ca2ddf20d891334c7157504eb5e2a55561b21c9
2018-11-12 22:12:43 +01:00
Translation updater bot af6fc0573a Localisation updates from https://translatewiki.net.
Change-Id: I34fe82806273569c6cd3b0b4e705090bdd8f5470
2018-11-10 22:28:11 +01:00
Translation updater bot dd420402ba Localisation updates from https://translatewiki.net.
Change-Id: Ib44ccc66ed50e5478521cb72488eabd8ad659aac
2018-11-05 22:24:30 +01:00
Translation updater bot 8929bf0664 Localisation updates from https://translatewiki.net.
Change-Id: I439b8ff54377b3ae50c5a2ef7cce935f50a6f908
2018-11-04 22:42:10 +01:00
Translation updater bot 2eb970f91e Localisation updates from https://translatewiki.net.
Change-Id: I3cac03fdf7d644bb351653392cc399817d493d7b
2018-11-03 11:02:52 +01:00
Translation updater bot 7c52c4945b Localisation updates from https://translatewiki.net.
Change-Id: Ide76eedab91ad0f9d1ee5148a3dad33691d14f50
2018-10-28 22:21:53 +01:00
Translation updater bot d591985787 Localisation updates from https://translatewiki.net.
Change-Id: I0f5ab339a817bf8358b3dc4fb08c061214cdf7e9
2018-10-27 22:59:54 +02:00
Translation updater bot a193185a1f Localisation updates from https://translatewiki.net.
Change-Id: I0fc664629690d42b716b5494ef7b9dfe46190894
2018-10-17 23:44:07 +02:00
Translation updater bot dd02b4b5e6 Localisation updates from https://translatewiki.net.
Change-Id: I30891370deeb9cb1070e88b75fb8a94b43f1d4e8
2018-10-16 22:17:20 +02:00
Translation updater bot 2028e84393 Localisation updates from https://translatewiki.net.
Change-Id: I2ce3278a4a9e002502bd462a6d08092bb7898feb
2018-10-15 22:15:57 +02:00
Translation updater bot ddf639682d Localisation updates from https://translatewiki.net.
Change-Id: Ied5560f213430590c680e81a1c6d62fa1ce691e8
2018-10-05 22:59:06 +02:00
Translation updater bot 7737c2da2f Localisation updates from https://translatewiki.net.
Change-Id: Ie8031e87ed5f7bbeadd9a17cca45f7aa9807d1d8
2018-10-04 22:24:11 +02:00
Translation updater bot ca95c1d23a Localisation updates from https://translatewiki.net.
Change-Id: Ic4e8e7e04ea02df5337a4903b7b9d903497cca14
2018-10-04 14:24:27 +02:00
Translation updater bot ee7bba04ec Localisation updates from https://translatewiki.net.
Change-Id: Ida9156a3e6b0378cd653edf8ecb0619f4a07d874
2018-10-03 18:53:14 +02:00
Translation updater bot 52aa30c077 Localisation updates from https://translatewiki.net.
Change-Id: I2dc98237f7f28839ef739466f5c09287343501c3
2018-09-26 13:45:47 +02:00
Translation updater bot 7d2aa4a596 Localisation updates from https://translatewiki.net.
Change-Id: Ic012d6e25be9df449b1ec6cdc7bce2f6c7540f58
2018-09-24 09:18:00 +02:00
Translation updater bot 0af3c920f8 Localisation updates from https://translatewiki.net.
Change-Id: Ic5a93a95830511f46ad68309422cbe0f3c1a69fc
2018-09-23 10:26:53 +02:00
Translation updater bot 81fae8bc80 Localisation updates from https://translatewiki.net.
Change-Id: Ie37a8870329df20f4aaa0d07e1d04f0d45a8149d
2018-09-22 10:03:31 +02:00
Translation updater bot 41a521d9fd Localisation updates from https://translatewiki.net.
Change-Id: Ie9bc9c3e443cc74c2631a95f75d1e1cd41cf0e76
2018-09-19 10:00:46 +02:00
Translation updater bot be440a475c Localisation updates from https://translatewiki.net.
Change-Id: Ic3ede8532d9567caa22c6d08525e8ff256be6560
2018-09-18 09:52:14 +02:00
Translation updater bot 58a9f2583d Localisation updates from https://translatewiki.net.
Change-Id: Ic63f271f66c2c984b48fbea0475d5ea5958a3223
2018-09-17 10:17:42 +02:00
Translation updater bot 2c786bb298 Localisation updates from https://translatewiki.net.
Change-Id: I86526abe2b64853171dbe786246758fddd46002b
2018-09-12 09:18:48 +02:00
Translation updater bot cebbc2e64b Localisation updates from https://translatewiki.net.
Change-Id: I064146365ec2923aedca1483352b7c8f0768ed94
2018-09-10 09:31:53 +02:00
Translation updater bot 1c51a034c5 Localisation updates from https://translatewiki.net.
Change-Id: I9c254edbdeb21c52b3ee2178f78fda3fe7bc8861
2018-09-09 10:36:05 +02:00
Translation updater bot 615ff2eb57 Localisation updates from https://translatewiki.net.
Change-Id: I78d8fdcae73a6ae8246f9189c317763f0335764b
2018-09-08 10:39:14 +02:00
Translation updater bot 087a41faaf Localisation updates from https://translatewiki.net.
Change-Id: I6c5ca5c1dddd8e373fa7a9571c41290120ec4dcb
2018-09-07 09:02:39 +02:00
Translation updater bot df9b9e14a9 Localisation updates from https://translatewiki.net.
Change-Id: I22dc0d499d79d9d5c22e73b7d214c87a38a81dac
2018-09-06 09:01:04 +02:00
Translation updater bot 624540b5c6 Localisation updates from https://translatewiki.net.
Change-Id: I7cd7de25c15b94451d5774f95390d9a72ae3fadf
2018-09-04 22:19:32 +02:00
Translation updater bot 994b842d4c Localisation updates from https://translatewiki.net.
Change-Id: Ia040a9f55f02c790aee473fc3614d73f05e5a9c8
2018-09-03 22:15:06 +02:00
Translation updater bot 558d68eb11 Localisation updates from https://translatewiki.net.
Change-Id: I946de56e6f284415c120de2f4409877107ba90f5
2018-09-01 22:33:33 +02:00
Translation updater bot 16dcd8e771 Localisation updates from https://translatewiki.net.
Change-Id: I48b56ff669103e3e167cc996d33b3b7b24cddb00
2018-08-26 22:32:28 +02:00
Translation updater bot 8bcc8107b0 Localisation updates from https://translatewiki.net.
Change-Id: Ice770c990b7fb6e907b607637e8f4074039c5ba6
2018-08-23 23:25:58 +02:00
Translation updater bot 7f48cfbdb9 Localisation updates from https://translatewiki.net.
Change-Id: Id510e86354415e3a4ef7482ad10a4797c792c38a
2018-08-19 22:38:56 +02:00
Translation updater bot 8d93d64f5e Localisation updates from https://translatewiki.net.
Change-Id: I2b43351561c4789e2a73272957c375a497f26cc2
2018-08-18 22:16:34 +02:00
Translation updater bot a9512ee4c4 Localisation updates from https://translatewiki.net.
Change-Id: I39d3af91d5b7273697501e5b9d0bc245750d76c1
2018-08-17 23:36:32 +02:00
Translation updater bot dc7e70527c Localisation updates from https://translatewiki.net.
Change-Id: Ibe9478427b72f6b4a921fd3848cb23bb145ee37a
2018-08-16 22:28:36 +02:00
Translation updater bot 53ec0a05aa Localisation updates from https://translatewiki.net.
Change-Id: I1fb9f540fc774e0c81a35184753b7149a9edee31
2018-08-15 22:18:32 +02:00
jenkins-bot 15b15adcb3 Merge "Remove $wgEchoNewMsgAlert and 'echo-show-alert' preference" 2018-08-15 01:19:38 +00:00
Translation updater bot 45f3c51c16 Localisation updates from https://translatewiki.net.
Change-Id: Ie073c955526d866a8cdf64c3cd451f95ab6a076d
2018-08-14 22:35:11 +02:00
Kunal Mehta b0687600a2 Remove $wgEchoNewMsgAlert and 'echo-show-alert' preference
Unconditionally enable it for all users.

Bug: T58845
Change-Id: Ie3ba685cef8979fe750c449fec01992b32df0fba
2018-08-12 20:25:15 -07:00
Translation updater bot f79fbbd4a3 Localisation updates from https://translatewiki.net.
Change-Id: Ifc4d7ac81d435074902541b9950d17c156ba81b1
2018-08-12 22:17:29 +02:00
Translation updater bot 22dd245be1 Localisation updates from https://translatewiki.net.
Change-Id: Ib5f86b50bb625baa041c00a63a51a563f1017846
2018-08-11 22:17:49 +02:00
Translation updater bot 930eed4496 Localisation updates from https://translatewiki.net.
Change-Id: I7b5cca9f2d710136f6528e80ea85757d9a4d3ba5
2018-08-10 22:18:19 +02:00
Translation updater bot 397a954cf1 Localisation updates from https://translatewiki.net.
Change-Id: I7721e19744b7d1322909a31efcf6cabd39b602df
2018-08-09 22:23:42 +02:00
Translation updater bot 0068b5b2cd Localisation updates from https://translatewiki.net.
Change-Id: I1842ad97effef4295517b1ac9957fdd2c490b162
2018-08-08 22:13:39 +02:00
Translation updater bot 81767d8044 Localisation updates from https://translatewiki.net.
Change-Id: I0d2ac117553f49c50bed4fd6a8e60177a3adc3d8
2018-08-07 22:31:42 +02:00
Translation updater bot 4cbeac9024 Localisation updates from https://translatewiki.net.
Change-Id: I74caafcb55f67d89b7522f91dd0375965af532a5
2018-08-06 22:21:42 +02:00
Translation updater bot f4c63483d6 Localisation updates from https://translatewiki.net.
Change-Id: Ic9dce47e228c37dfccc0e5d12ff3b1785437bae3
2018-08-02 22:19:15 +02:00
Translation updater bot fcbc955eb0 Localisation updates from https://translatewiki.net.
Change-Id: Iebc952a66bf6e69972ae4289043b6a71a2c945ef
2018-08-01 22:10:26 +02:00
Translation updater bot 68a1eb35b7 Localisation updates from https://translatewiki.net.
Change-Id: I9fdf44dbb4485e0dacd6ddaebddbc5e917ff154c
2018-07-31 22:33:02 +02:00
Translation updater bot 0c9fc8a8df Localisation updates from https://translatewiki.net.
Change-Id: I9785f6dca2cb5fb7fe4852d71ed36e5ab3c33b2b
2018-07-28 22:29:41 +02:00
Translation updater bot 26f85eca10 Localisation updates from https://translatewiki.net.
Change-Id: Ia1db505ceb5a9f1682a7fc01b88709b386c0df99
2018-07-27 22:17:46 +02:00
Translation updater bot 70d07878c9 Localisation updates from https://translatewiki.net.
Change-Id: Id1c214b3f242d7d6d181de7db4074c703129df4c
2018-07-25 22:18:05 +02:00
Translation updater bot 6e0339b7e0 Localisation updates from https://translatewiki.net.
Change-Id: I8797ef079a5f1e73d9b600c401503d3551f54316
2018-07-24 22:09:50 +02:00
Translation updater bot dff8f98962 Localisation updates from https://translatewiki.net.
Change-Id: Ic70320019f774b24be95fb06a0473566a299d053
2018-07-23 22:31:05 +02:00
Translation updater bot e3c92db4f7 Localisation updates from https://translatewiki.net.
Change-Id: I5ed2469ae3d036283b8bf7ff838d00295d873fb8
2018-07-22 22:08:45 +02:00
Translation updater bot b3e09bf3e7 Localisation updates from https://translatewiki.net.
Change-Id: I6aacc55f44f936a579087dc44c62e9eef904288d
2018-07-17 22:13:49 +02:00
Translation updater bot 6d629dd3d6 Localisation updates from https://translatewiki.net.
Change-Id: I1e4bba2336677e8ed67b6a3e88bf382723ea36d4
2018-07-15 22:10:53 +02:00
Translation updater bot d4ef4b1ac3 Localisation updates from https://translatewiki.net.
Change-Id: I994a5d412d064c4a06382e8615ace8a85e11985d
2018-07-14 22:20:28 +02:00
Translation updater bot a178f50680 Localisation updates from https://translatewiki.net.
Change-Id: Ia2b2e567b54a362463a553f7cf07debf8e86e05a
2018-07-12 22:38:33 +02:00
Translation updater bot 84ee4bbe75 Localisation updates from https://translatewiki.net.
Change-Id: Idb24461a1bbdffd93fd9f5b1c0f8355427419bac
2018-07-11 22:39:36 +02:00
Translation updater bot 2b81b4cee0 Localisation updates from https://translatewiki.net.
Change-Id: I3ebb2e7f0e5c65a6bd74bdec0004229c43b78839
2018-07-10 22:15:52 +02:00
Translation updater bot 6e5d7a477d Localisation updates from https://translatewiki.net.
Change-Id: I894ce3471b3c68b0a92a8e1359902c910809985d
2018-07-09 22:10:57 +02:00
Translation updater bot 122718bc24 Localisation updates from https://translatewiki.net.
Change-Id: I77a5bf467c49fae72f01897cdd4af318dbf8048c
2018-07-01 22:06:10 +02:00
Translation updater bot 74839a00fb Localisation updates from https://translatewiki.net.
Change-Id: I5ac1af9f1977fcbeaa0e1ada60d477fcdc40c30a
2018-06-30 22:30:23 +02:00
Translation updater bot d956799dbf Localisation updates from https://translatewiki.net.
Change-Id: I2806e0d9d21b5393e427e2e83e8fbb5c06980d03
2018-06-27 22:18:51 +02:00
Translation updater bot 2f10fd474b Localisation updates from https://translatewiki.net.
Change-Id: Ide895ba92c9098b172fbeeaf8f9f87168ad7e53b
2018-06-24 22:25:39 +02:00
Translation updater bot 88fd738bde Localisation updates from https://translatewiki.net.
Change-Id: I895086e8fc110329ce2f6c3b2e83f1ed02de1a1e
2018-06-19 22:25:15 +02:00
Translation updater bot 9e43e1988b Localisation updates from https://translatewiki.net.
Change-Id: I10b00818a5c87fa95c0b4191c2f7761f847f8de8
2018-06-18 22:09:42 +02:00
Translation updater bot 5e17323d92 Localisation updates from https://translatewiki.net.
Change-Id: I201f4275fcc95fc516661b5090fc70dad2f96c20
2018-06-16 22:26:03 +02:00
Translation updater bot 5c60c9419b Localisation updates from https://translatewiki.net.
Change-Id: Idc7d16e9573059a654787bf81bd1f2783786fab3
2018-06-15 22:35:41 +02:00
Translation updater bot 5a5d25d35f Localisation updates from https://translatewiki.net.
Change-Id: I6b6f91d62fac97920ec30c1979ac3ded0d974b0f
2018-06-14 22:44:35 +02:00
Translation updater bot be791d9371 Localisation updates from https://translatewiki.net.
Change-Id: I2ec9e57ed9fc7db0ca4294042a8d6a127e5b4029
2018-06-11 22:33:46 +02:00
Translation updater bot d50b29b38e Localisation updates from https://translatewiki.net.
Change-Id: Ia0f80bfe2a7b85d040e035ae32d8d47f1aa67561
2018-06-09 10:27:09 +02:00
Translation updater bot e205daba9b Localisation updates from https://translatewiki.net.
Change-Id: If9a7d1cfa2a9be5cb2087487e61b6db190ec1e81
2018-06-06 23:05:59 +02:00
Translation updater bot 3b6fdcfe59 Localisation updates from https://translatewiki.net.
Change-Id: I9ebd5a9c756fabc5949542820b47691dc90af8e0
2018-05-31 22:28:28 +02:00
Translation updater bot 5cfd644d5b Localisation updates from https://translatewiki.net.
Change-Id: Ib938907f0756869dfe0cf3a98c6a6364a25ec2cc
2018-05-30 22:24:36 +02:00
Translation updater bot be3ede420c Localisation updates from https://translatewiki.net.
Change-Id: I724d72ea6561450f25e637d0fe801774eaef26c0
2018-05-29 22:24:49 +02:00
Translation updater bot 08e6ea82d1 Localisation updates from https://translatewiki.net.
Change-Id: Iefb4bb4a304f435b9889eeca06cda47082a6425b
2018-05-28 22:42:07 +02:00
Translation updater bot bd847db719 Localisation updates from https://translatewiki.net.
Change-Id: Id6b188ef9816636345fbb58da138ad051efb7582
2018-05-25 22:14:12 +02:00
Translation updater bot a047843798 Localisation updates from https://translatewiki.net.
Change-Id: I6dee619884117a7bd72202a3c21667ca90dfb202
2018-05-24 22:24:46 +02:00
Translation updater bot d0e8a885c0 Localisation updates from https://translatewiki.net.
Change-Id: I8c72ade404e92b2ff21cc7f94284a1011fbdbed4
2018-05-23 22:20:13 +02:00
Translation updater bot 4c401d99e9 Localisation updates from https://translatewiki.net.
Change-Id: I74870c42fa4d6f18521f154f3bc1cefe2dd6c11c
2018-05-21 22:10:19 +02:00
Translation updater bot 5477332a30 Localisation updates from https://translatewiki.net.
Change-Id: I0dc157aad7278873fdb1aca28f3be163ae729a20
2018-05-18 22:48:21 +02:00
Translation updater bot b3dd092832 Localisation updates from https://translatewiki.net.
Change-Id: I4ff6b767edf3f9c806dcc1e49a0f60a4e07497a9
2018-05-17 22:19:37 +02:00
Translation updater bot 1a2fde884b Localisation updates from https://translatewiki.net.
Change-Id: I2b1d1754f9548b89588980c54253a756f1084b34
2018-05-15 22:24:36 +02:00
Translation updater bot 1a2b3eeb8e Localisation updates from https://translatewiki.net.
Change-Id: I8e03072e91ef47932e0dd306d43158b28c3eb899
2018-05-13 22:18:04 +02:00
Translation updater bot a4ea9ac892 Localisation updates from https://translatewiki.net.
Change-Id: Ie2492ed1ca8f25e465b31f5988d6369e435c546d
2018-05-10 22:20:28 +02:00
Translation updater bot 138d56ad0c Localisation updates from https://translatewiki.net.
Change-Id: Ia3d29ee4a0a54812dc5afeeb171e685d7570eb19
2018-05-08 22:19:52 +02:00
Translation updater bot d0259ee796 Localisation updates from https://translatewiki.net.
Change-Id: I208f931c3f32ea4d13b3d1d398832bd86451ed9d
2018-05-06 22:22:17 +02:00
Translation updater bot dd805858f3 Localisation updates from https://translatewiki.net.
Change-Id: Ia0e40e251a9ad7ef0aaf9b1c928e649fad844278
2018-05-05 22:14:41 +02:00
Translation updater bot 0a208e969c Localisation updates from https://translatewiki.net.
Change-Id: Iee28db25cb7e2e34f01d0a43b92733c343314af5
2018-05-03 22:21:12 +02:00
Translation updater bot 7cf1d0efda Localisation updates from https://translatewiki.net.
Change-Id: I1c4c5456e188c11cdc8f3ca05482d83ee9395349
2018-05-02 22:16:21 +02:00
Translation updater bot d6404910fb Localisation updates from https://translatewiki.net.
Change-Id: I0f4ffe896a534822dc38e042c74ac3df1c5f111c
2018-04-30 22:22:13 +02:00
Translation updater bot 6b1c1a64a7 Localisation updates from https://translatewiki.net.
Change-Id: If797c12626eebcca33f0922fbcb529a95b91ce42
2018-04-28 22:32:48 +02:00
Translation updater bot 246a8e65b6 Localisation updates from https://translatewiki.net.
Change-Id: I6772c6311593c6b102a0b9233eb60a3bc079938e
2018-04-26 22:16:31 +02:00
Translation updater bot 8467cdf3a4 Localisation updates from https://translatewiki.net.
Change-Id: I6e9e88e44f087c27fc08df1497c4fce2ffc36c1b
2018-04-25 22:38:33 +02:00
Translation updater bot 664a0d0c07 Localisation updates from https://translatewiki.net.
Change-Id: I61fa4eb9f0d7e887f63e4256fe0bb3f4f0d6f6f8
2018-04-24 22:22:33 +02:00
Translation updater bot 28eaf07d6e Localisation updates from https://translatewiki.net.
Change-Id: I32c52a152e0a06db399067199f1f50a3bb291b2e
2018-04-23 22:30:40 +02:00
Translation updater bot ce4e621db8 Localisation updates from https://translatewiki.net.
Change-Id: Ifdebee52ff0dfecc028256d9c665a3d280f86eb1
2018-04-21 22:15:32 +02:00
Translation updater bot 6c0c527bd9 Localisation updates from https://translatewiki.net.
Change-Id: I940d1616b7ff993eae8bd6059414f1236554a502
2018-04-18 22:10:46 +02:00
Translation updater bot ed7f8f4309 Localisation updates from https://translatewiki.net.
Change-Id: I738d3ba86086f8d0990fba55b574633fef434963
2018-04-17 22:25:03 +02:00
Translation updater bot 3b4e4d4a2d Localisation updates from https://translatewiki.net.
Change-Id: I76d34960661ac8067bd2906fd04da24a79e574b1
2018-04-15 22:23:25 +02:00
Translation updater bot e1c4bfb33c Localisation updates from https://translatewiki.net.
Change-Id: I8304ea1a0ea788269bfbda574afe4227b7da02a1
2018-04-14 22:13:51 +02:00
Translation updater bot 2eaf0de2be Localisation updates from https://translatewiki.net.
Change-Id: I4e4fbc0300cf50b87aff40a905a64439467209d5
2018-04-10 22:15:21 +02:00
Translation updater bot 6d00265c59 Localisation updates from https://translatewiki.net.
Change-Id: I5f006c4a934a6f80e51c7007816795b3619c72b6
2018-04-09 23:16:56 +02:00
Translation updater bot d460a584bf Localisation updates from https://translatewiki.net.
Change-Id: I4e644d4a7e2e353d325d7e7712ce19e08fe7cb5e
2018-04-08 22:29:52 +02:00
Translation updater bot 28f6be7a31 Localisation updates from https://translatewiki.net.
Change-Id: I2e1c7f78c57cb0377d5ada22cf5d1819d4554ce6
2018-04-07 22:34:20 +02:00
Translation updater bot 83ad3d35e2 Localisation updates from https://translatewiki.net.
Change-Id: I569c05b34f59d65dceed8eb8995dc79ac95d6d7d
2018-04-05 22:22:15 +02:00
Translation updater bot d6739c7558 Localisation updates from https://translatewiki.net.
Change-Id: I1116b383b5b14a3104535f7220f6e1db0ea274cb
2018-04-04 22:50:18 +02:00
Translation updater bot 3c9e4d4c86 Localisation updates from https://translatewiki.net.
Change-Id: Id33161a6c18a21a9513f7f425846f46bec05a3ce
2018-04-03 09:51:01 +02:00
Translation updater bot f4c3b51636 Localisation updates from https://translatewiki.net.
Change-Id: I0cae155a64ace52eefaecdd84586897842ef81ad
2018-04-02 09:48:29 +02:00
Translation updater bot 0269e931b2 Localisation updates from https://translatewiki.net.
Change-Id: I973cd6768512d57f0d78ce2d40dd9a863af21d90
2018-03-31 09:22:20 +02:00
Translation updater bot 1db8aaf487 Localisation updates from https://translatewiki.net.
Change-Id: I115965244c7c311cccf9a5c02a7510dc9b497944
2018-03-30 09:34:38 +02:00
Translation updater bot 14f1e82808 Localisation updates from https://translatewiki.net.
Change-Id: I8bdca18846ba001ddebdd0ec2b959726f637f20f
2018-03-28 22:23:00 +02:00
Roan Kattouw 1eef6eeee3 Remove footer notice code
But keep the widget files in case we need them again.

Bug: T190481
Change-Id: Iec7dd472cebbee98ea88a0318c017707c7460ae8
2018-03-28 14:57:44 +02:00
Translation updater bot 36bc342c10 Localisation updates from https://translatewiki.net.
Change-Id: I6f4ba274368ab5f93c1e204c0410241c7a442812
2018-03-27 22:09:31 +02:00
Translation updater bot 2c40a11a15 Localisation updates from https://translatewiki.net.
Change-Id: I05f2c38d07bfb160caafcfd1931529879b3f4511
2018-03-26 22:19:04 +02:00
Translation updater bot 133a5574ae Localisation updates from https://translatewiki.net.
Change-Id: I3f84074430d9b4482facdea74090a5e6b38a22f4
2018-03-24 22:29:23 +01:00
Translation updater bot 3e8c65d8bd Localisation updates from https://translatewiki.net.
Change-Id: Idaa859653e4d8804c454da5969d35a59fc6d2d43
2018-03-22 22:08:52 +01:00
Translation updater bot 4ce3719736 Localisation updates from https://translatewiki.net.
Change-Id: Ibff6f04489dd1a816ff7d14c5287629498b65a38
2018-03-21 22:32:00 +01:00
Translation updater bot d2bcf1f8c7 Localisation updates from https://translatewiki.net.
Change-Id: I70551e19d5c8d4e68b5c8d93cb5a24dadbd174fb
2018-03-20 22:12:43 +01:00
Translation updater bot eacedaef06 Localisation updates from https://translatewiki.net.
Change-Id: I18895a00f3b19f392ac31c448f9553dfc333373f
2018-03-19 22:19:07 +01:00
Translation updater bot 67d0bc6012 Localisation updates from https://translatewiki.net.
Change-Id: Ibdd938a27ddd2dfc448307ff868ef8668be3d9a5
2018-03-14 22:23:30 +01:00
Translation updater bot 393c5a1bb1 Localisation updates from https://translatewiki.net.
Change-Id: I0367999d664b0a9c2af260920856df2fd23ba4c6
2018-03-13 22:23:27 +01:00
Translation updater bot e2481f5de7 Localisation updates from https://translatewiki.net.
Change-Id: If4531cdea27716d210f874451f100a13ae863057
2018-03-12 22:25:00 +01:00
Translation updater bot b03f290d49 Localisation updates from https://translatewiki.net.
Change-Id: I49b3f877d65b9ab44fb597872867d045bda52250
2018-03-11 22:30:47 +01:00
Translation updater bot b1855c158a Localisation updates from https://translatewiki.net.
Change-Id: I1801efa0ac675e1f7da4d945dc0a826f48109e65
2018-03-10 22:14:11 +01:00
Translation updater bot c63f321cae Localisation updates from https://translatewiki.net.
Change-Id: Ifd9cc7157a73d70582041461bb6edfd627c8a63c
2018-03-08 22:45:45 +01:00
Translation updater bot 2144fd7ed3 Localisation updates from https://translatewiki.net.
Change-Id: I177a26b11b0a4777b67f97f3e3cee1d7f8800790
2018-03-07 22:47:33 +01:00
Translation updater bot 57385080a2 Localisation updates from https://translatewiki.net.
Change-Id: I1c9879e22ca8704b908bcebe5bffea274cdf4852
2018-03-06 22:18:37 +01:00
Translation updater bot 017b2fe9b5 Localisation updates from https://translatewiki.net.
Change-Id: I62aa73e59c0e89713aaf2416aa3a53adca4e815a
2018-03-05 22:24:34 +01:00
Translation updater bot 26fa52e43c Localisation updates from https://translatewiki.net.
Change-Id: Ieaabd78cfb31983c03c56e6d743b9878f7abb313
2018-03-03 22:25:23 +01:00
Translation updater bot b24af7c129 Localisation updates from https://translatewiki.net.
Change-Id: I7b5f0b04c0ebb00d866566c1706f3ec6ec8686c6
2018-03-02 22:31:02 +01:00
Translation updater bot 5ca43a55eb Localisation updates from https://translatewiki.net.
Change-Id: I4f25ea8f8d29fc0fe32d7111e66bfeeb5003d6b9
2018-03-01 22:41:49 +01:00
Translation updater bot 1051e976c0 Localisation updates from https://translatewiki.net.
Change-Id: I3b0214f322858c1573d4f74e5009ecae8375431a
2018-02-28 22:27:22 +01:00
Translation updater bot ebff7d893f Localisation updates from https://translatewiki.net.
Change-Id: I92f2907ea5104c5a6546d7a0b5ce20f523911571
2018-02-27 22:25:39 +01:00
Translation updater bot 138ae26aca Localisation updates from https://translatewiki.net.
Change-Id: If2a59f9c5b98e62879d7b2826532fba12a837349
2018-02-26 22:20:27 +01:00
Translation updater bot aacd6a3201 Localisation updates from https://translatewiki.net.
Change-Id: I69c7900864cb81f44b532b337b67ce9156f4893d
2018-02-25 22:34:00 +01:00
Translation updater bot f975316639 Localisation updates from https://translatewiki.net.
Change-Id: Ia03168cd87d02449d1f3295812a3f90985df5c21
2018-02-23 23:01:29 +01:00
jenkins-bot d814e9c4bf Merge "Ping users mentioned in edit summaries" 2018-02-23 18:44:46 +00:00
Translation updater bot a08cb23b7b Localisation updates from https://translatewiki.net.
Change-Id: If80ba86a7e0399ad5397116e8905c23e74fa5233
2018-02-22 23:21:54 +01:00
Max Semenik 467b13fe89 Ping users mentioned in edit summaries
Disabled by default for now.

Bug: T32750
Change-Id: I8012b82b6e27cc2612fb2302d0c9feb3f3623d62
2018-02-22 12:37:35 -08:00
Translation updater bot 38ec20ce27 Localisation updates from https://translatewiki.net.
Change-Id: Ie009102fcd8139ff882fd067a64644c648b1f671
2018-02-18 22:40:31 +01:00
Translation updater bot 8122fe44fe Localisation updates from https://translatewiki.net.
Change-Id: I29f38dd99de8452f4112dab55162b87e4c39c22f
2018-02-16 22:29:07 +01:00
Translation updater bot 7543253a0f Localisation updates from https://translatewiki.net.
Change-Id: Ib8d6514d1fe6fd8bad7d7cbfacfcb7aa51b80b3c
2018-02-13 22:25:26 +01:00
Translation updater bot 4c6f3824ce Localisation updates from https://translatewiki.net.
Change-Id: I09ffe5a5afcad5b629392fa0195bbd73cc5efa4a
2018-02-11 10:42:08 +01:00
Translation updater bot 00f9100ded Localisation updates from https://translatewiki.net.
Change-Id: Iae61c2a652acde14c06c661553e6f5dcc926f881
2018-02-10 09:15:16 +01:00
Translation updater bot 72ffe58f26 Localisation updates from https://translatewiki.net.
Change-Id: Ib63aaf25ab3e3d56e6ad61f70982d74208938a77
2018-02-07 22:17:25 +01:00
Translation updater bot a670a703b4 Localisation updates from https://translatewiki.net.
Change-Id: Ib1dcef89f646afda545719aec9c6b7284cae9a69
2018-02-05 22:36:46 +01:00
Translation updater bot e133ece989 Localisation updates from https://translatewiki.net.
Change-Id: I1e286b1b379dbd71b5a621fd345b91bd4a9820d9
2018-02-04 22:43:38 +01:00
Translation updater bot 4e7af86a91 Localisation updates from https://translatewiki.net.
Change-Id: I56ee0ea0d78b15a3d1fffaf62e32a967a3ed50b9
2018-02-03 22:22:31 +01:00
Translation updater bot 923eab1651 Localisation updates from https://translatewiki.net.
Change-Id: I58e0c6c26a8686c50b2132f25a362ea4749711e7
2018-02-02 22:17:49 +01:00
Translation updater bot 14380fd4a5 Localisation updates from https://translatewiki.net.
Change-Id: I9b2e7ec16f7f71f80ba4ccbcd358f3956351fd06
2018-01-31 22:20:03 +01:00
Translation updater bot 22c04d7ff6 Localisation updates from https://translatewiki.net.
Change-Id: I9fe8c1c2cedce6f1efafdce4aa98fc374bbabbfe
2018-01-26 22:36:34 +01:00
Translation updater bot 0b26eb06bb Localisation updates from https://translatewiki.net.
Change-Id: Iaa4dd1df19666e756f564acdf2fbec990373e3bf
2018-01-20 14:42:40 +01:00
Translation updater bot ce8d0423bc Localisation updates from https://translatewiki.net.
Change-Id: I0849c1c78c286135c120b8f6ad67ccfd07e7cb8e
2018-01-18 22:49:21 +01:00
Translation updater bot 9c4eea0e79 Localisation updates from https://translatewiki.net.
Change-Id: Ia7294a3ce7c2ab1f7eaa20f9bffa8b9d1b819696
2018-01-15 22:25:03 +01:00
Translation updater bot c1a942bfe0 Localisation updates from https://translatewiki.net.
Change-Id: I604cd24b0638a232dd58eb37ae548cf8718ff649
2018-01-14 22:17:02 +01:00
Translation updater bot c875944d85 Localisation updates from https://translatewiki.net.
Change-Id: I3a34c91c34d8748c2ead8508f12f945806327cc5
2018-01-13 22:15:09 +01:00
Translation updater bot 60a8bf7516 Localisation updates from https://translatewiki.net.
Change-Id: I2cf7759d2137c5282c8462ceb5c8b94e7546dabf
2018-01-12 22:21:08 +01:00
Translation updater bot 0f2145af5d Localisation updates from https://translatewiki.net.
Change-Id: I16e5f49648ead9aabdd647de5cfe90c0ca7fa29e
2018-01-11 23:44:43 +01:00
Translation updater bot ac988c8c1d Localisation updates from https://translatewiki.net.
Change-Id: I845fa63c6ca935f79855342915910866b64522b5
2018-01-09 22:29:29 +01:00
jenkins-bot 712df7313c Merge "Format user-rights reason as plain text" 2018-01-09 17:14:33 +00:00
Stephane Bisson ca27299f51 Format user-rights reason as plain text
Format user-rights reason as plain text
in both web and email since links
in notification body are not supported.

Bug: T172636
Change-Id: Ief5ff0aff18aad070f4388e075b5aae072d8f101
2018-01-09 08:41:21 -05:00
Translation updater bot 2566eb677c Localisation updates from https://translatewiki.net.
Change-Id: If8a9eaf88dc3c7e9a523ad20d5aa291c6937075e
2018-01-08 22:35:39 +01:00
Translation updater bot 50583042df Localisation updates from https://translatewiki.net.
Change-Id: Ia638804d0418c90a9ead60677cf05d7f8dce432a
2018-01-07 22:47:08 +01:00
Translation updater bot b82befdf2e Localisation updates from https://translatewiki.net.
Change-Id: I3c19943faf82569a32d594027a69ffda041ea3ac
2018-01-05 09:22:03 +01:00
Translation updater bot 98bcfa9787 Localisation updates from https://translatewiki.net.
Change-Id: I91ce8081a5e3bc1ab65853a12f5d82fe2dda83ec
2018-01-01 09:18:01 +01:00
Translation updater bot a40a3a8741 Localisation updates from https://translatewiki.net.
Change-Id: I9151753f5504c53e0c23fe2e9dff2dfa4544adf8
2017-12-28 09:59:19 +01:00
Translation updater bot f7f961622a Localisation updates from https://translatewiki.net.
Change-Id: Ia6f75182f675720c4cc9f3f46928a0949f70d075
2017-12-27 10:31:02 +01:00
Translation updater bot edf7b634f1 Localisation updates from https://translatewiki.net.
Change-Id: I3585171f679f28dd4848f2dd22f85580b31399bc
2017-12-23 22:26:52 +01:00
Translation updater bot 1a4fbca26b Localisation updates from https://translatewiki.net.
Change-Id: Id4a28a241d33712ffc3ffb7d3ee090066d402414
2017-12-19 22:34:24 +01:00
Translation updater bot 9a11712691 Localisation updates from https://translatewiki.net.
Change-Id: Ide85d316cffa59d4dbb5f01d8ca857181fc93b21
2017-12-18 23:06:24 +01:00
Translation updater bot e5a63e783f Localisation updates from https://translatewiki.net.
Change-Id: Ib31b8150de2f42355f7181c01976440713b45547
2017-12-17 22:25:57 +01:00
Translation updater bot 4ac36251bb Localisation updates from https://translatewiki.net.
Change-Id: If25d11314a8aaa21b17e7af279786ee457f37f6f
2017-12-15 22:37:51 +01:00
Translation updater bot 090ecdfbf6 Localisation updates from https://translatewiki.net.
Change-Id: I68ee3b14c1722ea14f805ef9c31b48683f69297e
2017-12-14 23:12:21 +01:00
Translation updater bot 1376bb3531 Localisation updates from https://translatewiki.net.
Change-Id: Ifb277ee1c730c5e29e283d50782c81d2d8f5ec50
2017-12-12 22:52:49 +01:00
Translation updater bot 80a81a0008 Localisation updates from https://translatewiki.net.
Change-Id: I196b55ef99676670ac1ece02ea73f7a1d41467ce
2017-12-11 23:38:47 +01:00
Translation updater bot 7b75fb5e9c Localisation updates from https://translatewiki.net.
Change-Id: I0322c1289ec59dead95777d5a9005eb224993b24
2017-12-08 22:37:22 +01:00
Translation updater bot f9fa579a4b Localisation updates from https://translatewiki.net.
Change-Id: I96f567c25bc7cf15bbe4a7da5d9c4bb78e1415ea
2017-12-07 23:07:24 +01:00
Translation updater bot 118a00b323 Localisation updates from https://translatewiki.net.
Change-Id: If07dea5f772d22e4d3da2c55a7685198604131e9
2017-12-05 22:38:20 +01:00
Translation updater bot 96203989b0 Localisation updates from https://translatewiki.net.
Change-Id: I0de33d929ed6638c1c198554ec957ce53d1f957f
2017-12-05 09:40:28 +01:00
Translation updater bot bba0d5771d Localisation updates from https://translatewiki.net.
Change-Id: I2a99148b289c8104fe28aa9f09e091481ab47cf3
2017-12-01 22:50:51 +01:00
Translation updater bot e53dbe69e3 Localisation updates from https://translatewiki.net.
Change-Id: Ib93c16ad87f47a7ed376ccb843ae87e1813e5198
2017-11-29 22:35:53 +01:00
Translation updater bot 7a47520ba3 Localisation updates from https://translatewiki.net.
Change-Id: I1135daca5aba650343b2edf917b3f96a5df3b134
2017-11-28 22:28:26 +01:00
Translation updater bot 8e43bc9b0d Localisation updates from https://translatewiki.net.
Change-Id: I729dc80fc5419c476845cb8224fd282f783b4704
2017-11-26 22:33:09 +01:00
Translation updater bot f64f25b151 Localisation updates from https://translatewiki.net.
Change-Id: Ic3951cf665b925189b2744098074edace1a86444
2017-11-23 23:31:47 +01:00
Translation updater bot 40ed9e7a28 Localisation updates from https://translatewiki.net.
Change-Id: I54f9644d7aa36492400768d00ba3c3382d6e8bf7
2017-11-22 22:25:30 +01:00
Translation updater bot e4b5628384 Localisation updates from https://translatewiki.net.
Change-Id: If39005a5a0d62eb778a7eebd2a4bc7bb83a346d7
2017-11-19 22:20:26 +01:00
Translation updater bot d245c7e871 Localisation updates from https://translatewiki.net.
Change-Id: I64cdd79447efda76ab4e55d89c4f9104e9f03c2b
2017-11-18 22:41:09 +01:00
Translation updater bot de780e89f9 Localisation updates from https://translatewiki.net.
Change-Id: I388afe3778049b667426dd589bd76acd43187b66
2017-11-17 22:41:02 +01:00
Translation updater bot 8479687c97 Localisation updates from https://translatewiki.net.
Change-Id: I995aad041bc10d8393a4174e87b4078e8f270e46
2017-11-16 23:14:45 +01:00
Translation updater bot 71cee0aedb Localisation updates from https://translatewiki.net.
Change-Id: I3919452cae23a7e63239b88932b9d70ba3a6bc4d
2017-11-15 22:21:41 +01:00
Translation updater bot 0adee63a82 Localisation updates from https://translatewiki.net.
Change-Id: Ia589cd86b883ba9306b2a33f6d7f9107d1eb5357
2017-11-14 22:23:45 +01:00
Translation updater bot ca3c5e438f Localisation updates from https://translatewiki.net.
Change-Id: Iedff8c43d7d4915d51a75dc8665a7c1dc6323b0d
2017-11-13 22:33:28 +01:00
Translation updater bot bdbf26b095 Localisation updates from https://translatewiki.net.
Change-Id: If8696e473d63e59a8918d10d7e6736c052dd5567
2017-11-11 22:34:32 +01:00
Translation updater bot c762e54496 Localisation updates from https://translatewiki.net.
Change-Id: I57237b5326136c7a4a2dfcb031cdda56b513ecd3
2017-11-10 22:35:03 +01:00
Translation updater bot f043be27ae Localisation updates from https://translatewiki.net.
Change-Id: I73d327dd95ecae258a35163446b634b002adeb7f
2017-11-08 22:26:37 +01:00
Translation updater bot 92119b52ed Localisation updates from https://translatewiki.net.
Change-Id: I18784b6e7f20e6dd7e1389da460d6b37937851c8
2017-11-07 22:31:56 +01:00
Translation updater bot f5dd73a2e8 Localisation updates from https://translatewiki.net.
Change-Id: I5bacb49938455021e6ecda23a3f0f03b821acf24
2017-11-06 22:49:56 +01:00
Translation updater bot ba72703f96 Localisation updates from https://translatewiki.net.
Change-Id: I5d8e772b5e1e32112f299d11c0b9c7d3694ff918
2017-11-05 22:21:27 +01:00
Translation updater bot 2c709fe875 Localisation updates from https://translatewiki.net.
Change-Id: I198d8d089341b02a1eba34960f2001e6908bd6b5
2017-11-04 22:38:31 +01:00
Translation updater bot deec8e3d71 Localisation updates from https://translatewiki.net.
Change-Id: I3165143523d1fa8336fb4eaf4ec21e93135f268d
2017-11-03 22:26:56 +01:00
Translation updater bot f2fd03f652 Localisation updates from https://translatewiki.net.
Change-Id: I29dd8f3a1e90e969afdeae74cba7fb4f0ffb895f
2017-11-02 22:47:43 +01:00
Translation updater bot df7166674d Localisation updates from https://translatewiki.net.
Change-Id: Iab5354028842438d4f57e07638922fda1df68ced
2017-11-01 22:35:22 +01:00
Translation updater bot 5e10aa785e Localisation updates from https://translatewiki.net.
Change-Id: I54631245ea3336a48c2c3a178df7847501dcf507
2017-10-31 22:25:15 +01:00
Translation updater bot 27a8212fbc Localisation updates from https://translatewiki.net.
Change-Id: I9bcfb3f9c437656ab6a8301017b72c3270f9bd5f
2017-10-30 22:32:30 +01:00
Translation updater bot fc072b3095 Localisation updates from https://translatewiki.net.
Change-Id: I0dae6b743f7d2142fc292450b4d3e0b7e1bea90e
2017-10-29 22:42:10 +01:00
Translation updater bot 1cae6b4f51 Localisation updates from https://translatewiki.net.
Change-Id: I338d5819f893ab6c3aab07d7888d10f99c8dd227
2017-10-28 22:44:01 +02:00
Translation updater bot 776bbf87de Localisation updates from https://translatewiki.net.
Change-Id: I1919fec0369854e64dc5fe4a788a47f835467978
2017-10-27 22:20:57 +02:00
Translation updater bot 301b2953d1 Localisation updates from https://translatewiki.net.
Change-Id: I7e11ff86711c39689c21294f0d9b09a239989776
2017-10-26 23:17:44 +02:00
Translation updater bot 9d9d836f94 Localisation updates from https://translatewiki.net.
Change-Id: I9258a77344f955eccbb23633d3f6900f897146fd
2017-10-25 22:38:32 +02:00
Translation updater bot cd2dbc1cab Localisation updates from https://translatewiki.net.
Change-Id: Ia106fd9f55f738709ce0424ff68d8453a94a97f7
2017-10-24 23:11:42 +02:00
jenkins-bot af56425d71 Merge "Make edit-user-talk notifications expandable" 2017-10-24 08:53:20 +00:00
Translation updater bot 05226dfd35 Localisation updates from https://translatewiki.net.
Change-Id: I39c699624259539391882b642d4ff82c1f50c163
2017-10-23 23:23:57 +02:00
Translation updater bot 86c3327e0b Localisation updates from https://translatewiki.net.
Change-Id: I5af1194b89b8d24447ce16c62fd0201233b7e911
2017-10-22 22:31:59 +02:00
Translation updater bot a2166f422a Localisation updates from https://translatewiki.net.
Change-Id: I1d557fc14e9300b61422c3ac2a4a5ad5865ba06f
2017-10-20 22:31:18 +02:00
Matěj Suchánek b7f189ca5a Make edit-user-talk notifications expandable
Bug: T162299
Change-Id: I79a5e52dc8b861bd0ed4a55ce5d80c5a97cddb70
2017-10-20 11:27:47 +02:00
Translation updater bot 50d0210638 Localisation updates from https://translatewiki.net.
Change-Id: I3a423095b5c2499de5f0424390794f410c8fbd62
2017-10-19 23:06:47 +02:00
Translation updater bot 103eb3db1b Localisation updates from https://translatewiki.net.
Change-Id: Ie0bc41b6759c5cbaa0b46b925c1ce43100f4d9f5
2017-10-18 22:28:05 +02:00
Translation updater bot e135bb30ae Localisation updates from https://translatewiki.net.
Change-Id: I6fe5ab018fdb958fd2d5c5c5feac1a389113c035
2017-10-17 22:42:51 +02:00
Translation updater bot bc79c06ea1 Localisation updates from https://translatewiki.net.
Change-Id: I54783dfe9642e4af3081d4864a62b8cfd7a9639f
2017-10-15 22:40:01 +02:00
Translation updater bot df9f01cb18 Localisation updates from https://translatewiki.net.
Change-Id: If86314b5fada95e00825831e6d2d2ad6bdc84c13
2017-10-13 22:36:14 +02:00
Translation updater bot 01fa8d1be9 Localisation updates from https://translatewiki.net.
Change-Id: If76a19d94492d64ce11614dabe8498fb66fa146c
2017-10-11 22:55:19 +02:00
Translation updater bot abb079e918 Localisation updates from https://translatewiki.net.
Change-Id: I9bc1b3c688fed6209078aca42252a62acef95ee3
2017-10-10 22:51:03 +02:00
Translation updater bot 5e75c53da9 Localisation updates from https://translatewiki.net.
Change-Id: Ied246288584eb7f1a532af4c30241d4276fa4188
2017-10-09 22:47:33 +02:00
Translation updater bot 5a74bf552a Localisation updates from https://translatewiki.net.
Change-Id: Ice681fdb808afaa467f15c4181815087620fe5cc
2017-10-06 22:33:50 +02:00
Translation updater bot ae96c70211 Localisation updates from https://translatewiki.net.
Change-Id: I3eb0c73cfbd7dd621d8df0dea14899fabbae6505
2017-10-05 22:35:45 +02:00
Translation updater bot 0ddc88eeec Localisation updates from https://translatewiki.net.
Change-Id: Id919570d0022026cfdf1ec4794feda4adc57e061
2017-10-04 22:35:50 +02:00
Translation updater bot 9e5764fac5 Localisation updates from https://translatewiki.net.
Change-Id: I17dc45fec6ff2c43538b8198b5aacfbfadad1d4c
2017-10-03 22:43:29 +02:00
Translation updater bot 5e829b752d Localisation updates from https://translatewiki.net.
Change-Id: I9b1aae234bce4b49c7eb5ae0b14eda16f0986652
2017-10-02 22:47:53 +02:00
petarpetkovic d8c655e572 Change Echo notification blacklist message
Change "learn more" link
from https://www.mediawiki.org/wiki/Help:Notifications#mute
to https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Notifications#mute.

Bug: T174376
Change-Id: Id9bbdae601b070b07994a4e8e0892cd5fe5edf76
2017-10-02 16:37:10 +02:00
Translation updater bot e3b7dae7d6 Localisation updates from https://translatewiki.net.
Change-Id: If536eb101360b6c36028a5eb9d2ebf89f96b5efd
2017-10-01 22:25:27 +02:00
Translation updater bot 9bd374af0c Localisation updates from https://translatewiki.net.
Change-Id: I624ae6798c1ae19ac6583fbb290a9508af76b304
2017-09-30 22:37:52 +02:00
Translation updater bot fae8518f6b Localisation updates from https://translatewiki.net.
Change-Id: Id61d6c54e75abedb028c4c92dc35ec58efdea0c7
2017-09-28 22:27:36 +02:00
Translation updater bot e1e138388b Localisation updates from https://translatewiki.net.
Change-Id: I8001462c4b53ec0a53c97ba393b7a809deed002b
2017-09-27 22:23:10 +02:00
Translation updater bot 7e7c6d0662 Localisation updates from https://translatewiki.net.
Change-Id: Ib2037ca56dfdd738f2ac9ac05d0074d47e6c7006
2017-09-26 22:35:02 +02:00
Translation updater bot 92e169d245 Localisation updates from https://translatewiki.net.
Change-Id: I6290b6fe16c15e2b5571d2655b463d28ccfa578d
2017-09-25 22:31:57 +02:00
Translation updater bot ea80a2378b Localisation updates from https://translatewiki.net.
Change-Id: Ib9955d6bbd166bd9ef5bc5dde40241f7ad1b4fb8
2017-09-24 22:37:38 +02:00
Translation updater bot 05f573b44b Localisation updates from https://translatewiki.net.
Change-Id: Ica8d985b4315e70e72f114c6bfc9bb067d26b609
2017-09-23 22:34:24 +02:00
Translation updater bot 497d3e299d Localisation updates from https://translatewiki.net.
Change-Id: I44a061673d4bd0e2d7e24c9cd46f9cc53dcf108c
2017-09-22 22:52:13 +02:00
Translation updater bot 03eb49f920 Localisation updates from https://translatewiki.net.
Change-Id: I95850c988f4c22a88fa6234efe898dba430f29f1
2017-09-21 22:37:16 +02:00
Translation updater bot a543437e03 Localisation updates from https://translatewiki.net.
Change-Id: I595525a53c20f3faea2e2e04863e55991dae620c
2017-09-20 22:45:00 +02:00
Translation updater bot d08a539be2 Localisation updates from https://translatewiki.net.
Change-Id: I5ffeb0386ec9d152d9535cb1d5572f8d503f57a4
2017-09-19 22:51:05 +02:00
Translation updater bot 6d4113f1dc Localisation updates from https://translatewiki.net.
Change-Id: I15035b13a28af20418cab7a28fde8fbea7e9a696
2017-09-17 22:23:32 +02:00
Translation updater bot c45cd89867 Localisation updates from https://translatewiki.net.
Change-Id: If9e609fd501c8346af7234c9f95e39810dd87c6a
2017-09-16 22:41:41 +02:00
Translation updater bot 2a9b513734 Localisation updates from https://translatewiki.net.
Change-Id: I47b9b881490b0e61c2cb60f1fbf347568e5110b8
2017-09-15 22:31:03 +02:00
Translation updater bot d0530a7414 Localisation updates from https://translatewiki.net.
Change-Id: Ide1b09427116460e2d57813c92c030a70436208b
2017-09-14 23:14:14 +02:00
Translation updater bot 3455e5689c Localisation updates from https://translatewiki.net.
Change-Id: Iddf1ac6de8ac3cfadce3bb10d19c60c02f533e92
2017-09-13 22:36:45 +02:00
Translation updater bot 5849915ed2 Localisation updates from https://translatewiki.net.
Change-Id: Ia3b05c26865f89834932394ac8e71dc91ea3b71b
2017-09-12 22:32:18 +02:00
Translation updater bot 52f451de4c Localisation updates from https://translatewiki.net.
Change-Id: I93c67a64915ff9b559c0dadc6fd2d18f0a1c8146
2017-09-10 22:24:50 +02:00
Translation updater bot 409ccfa9ee Localisation updates from https://translatewiki.net.
Change-Id: I98cfeb0bbd3895a251b4f389c4fdf25238c18d08
2017-09-09 22:30:24 +02:00
Translation updater bot 6ead33cc94 Localisation updates from https://translatewiki.net.
Change-Id: I3bd6c5455fef75dd68dcae84cc15a4f3a0affb0e
2017-09-08 23:58:43 +02:00
Translation updater bot 32af6dae0c Localisation updates from https://translatewiki.net.
Change-Id: Ia8ea7c44b2941b7be3333c2acfdc151e2b2975dd
2017-09-07 23:21:32 +02:00
Translation updater bot 8c836d09c9 Localisation updates from https://translatewiki.net.
Change-Id: Ieed513daa289d38abdc91eb9d2c78009a8e76a71
2017-09-06 22:40:35 +02:00
Translation updater bot 5a5737ab84 Localisation updates from https://translatewiki.net.
Change-Id: Ibed9abc6629461e4bb27f427a4e91d8a5d56c04a
2017-09-05 22:43:37 +02:00
Translation updater bot 3f69abe719 Localisation updates from https://translatewiki.net.
Change-Id: I03b7e4e7bae26f237845629625f978c87af5ffb5
2017-09-04 22:30:45 +02:00
Translation updater bot e6c1507fb2 Localisation updates from https://translatewiki.net.
Change-Id: Ia6369ee318b86e8bca4c072a9b53a1a121efaa56
2017-09-03 22:17:22 +02:00
Translation updater bot 17fb14a023 Localisation updates from https://translatewiki.net.
Change-Id: I56d2251a9f7b26c546733408b3fa0e1a0069e846
2017-09-03 08:56:57 +02:00
Translation updater bot 06339d4a90 Localisation updates from https://translatewiki.net.
Change-Id: I760cf8141d36872944f6f2e15f1c41a9eaf663be
2017-08-30 10:38:31 +02:00
Translation updater bot 4696f3fb4d Localisation updates from https://translatewiki.net.
Change-Id: Id271df7ef610dd8a5616b17222413f87beb237b1
2017-08-29 08:43:49 +02:00
Translation updater bot 04e9e2c4f8 Localisation updates from https://translatewiki.net.
Change-Id: I3634e1da7e5e9d12f6b84521e3f27b6c065a4054
2017-08-28 12:26:25 +02:00
Translation updater bot 99f60c557e Localisation updates from https://translatewiki.net.
Change-Id: I8d1c6dd88404561e755fcc3344321b2c565b9fa3
2017-08-26 08:49:17 +02:00
Translation updater bot a175e875dd Localisation updates from https://translatewiki.net.
Change-Id: I750d43735dd3ce9ad1896ebf400fcef4f39a4195
2017-08-25 09:24:43 +02:00
Translation updater bot 9e342b7838 Localisation updates from https://translatewiki.net.
Change-Id: I92b4e63651d5f9a16207943dd28327c77c984fc1
2017-08-24 09:14:16 +02:00
Translation updater bot 4b580f2c9e Localisation updates from https://translatewiki.net.
Change-Id: I7e365285b2a49b88f6700b30d7e0314296f59fed
2017-08-23 09:09:46 +02:00
Translation updater bot a0e30556b6 Localisation updates from https://translatewiki.net.
Change-Id: I9e0e647ebe6c54d7eb740b0f853c2e3cdb161188
2017-08-22 08:46:00 +02:00
Translation updater bot 9fcff78833 Localisation updates from https://translatewiki.net.
Change-Id: I76e7973d903f8a91ac5c33c4c6e3a4e822458da6
2017-08-19 08:54:09 +02:00
Translation updater bot 5af30d2c87 Localisation updates from https://translatewiki.net.
Change-Id: I2514c0e8d99d766d58c9f49749d04fdba8d09b35
2017-08-17 08:40:49 +02:00
David Barratt 4f69e47622 Better explain how the Mute feature works
Update the English form labels to better explain how the Mute feature works.

Bug: T166626
Change-Id: Ia4294372d633c3b362f7e7fec9e8253b3d321363
2017-08-16 18:27:41 -04:00
Translation updater bot 551f252cc9 Localisation updates from https://translatewiki.net.
Change-Id: I7fac270d0c6fa68a42b6105ad749f28686f91d11
2017-08-15 08:33:37 +02:00
Translation updater bot f1118ccfb3 Localisation updates from https://translatewiki.net.
Change-Id: I50df571fc9f799b3998060a7eb6c987fe0e9d4e7
2017-08-14 09:04:54 +02:00
Translation updater bot 60a288418f Localisation updates from https://translatewiki.net.
Change-Id: I7d82e5d240539a5ecf68819c172f06003daf0a8a
2017-08-10 22:57:06 +02:00
Translation updater bot 3e2821b424 Localisation updates from https://translatewiki.net.
Change-Id: Ic8072169f493b59cf43af2b87fab19c53d08cec6
2017-08-09 22:25:46 +02:00
Translation updater bot 013996ad7b Localisation updates from https://translatewiki.net.
Change-Id: I1e601ae470ae2bb5c0be00f64097494b7ae8f035
2017-08-08 22:44:28 +02:00
Translation updater bot 0f2b9c1e75 Localisation updates from https://translatewiki.net.
Change-Id: Ice2e84b5053c68345fc70a4037550da62b0b145a
2017-08-07 22:22:57 +02:00
Translation updater bot 770f2b12bf Localisation updates from https://translatewiki.net.
Change-Id: I3e8756d8c047def66097d0e00944e62c5e74b3d9
2017-08-06 22:30:46 +02:00
Translation updater bot 53b43acc27 Localisation updates from https://translatewiki.net.
Change-Id: I266809e92d53129ca98f181c35775623811bd668
2017-08-05 22:34:01 +02:00
Translation updater bot 09dd24d114 Localisation updates from https://translatewiki.net.
Change-Id: Ie13b4430fb1bed9b1df707663209c39dd9f2b519
2017-08-04 23:11:31 +02:00
Translation updater bot 53b9bd9ee2 Localisation updates from https://translatewiki.net.
Change-Id: I3bc0cd7e29e20825080512fea22d5c16697b1269
2017-08-03 22:49:24 +02:00
Translation updater bot e0572578d7 Localisation updates from https://translatewiki.net.
Change-Id: Ic1baea4811fe857ab3811c27aa3b9389f5ac957e
2017-08-02 23:33:27 +02:00
Translation updater bot 5fd92eb4b0 Localisation updates from https://translatewiki.net.
Change-Id: I0a086d2a64d6d12108679acd5d7633ad68a95aef
2017-08-01 22:42:54 +02:00
Translation updater bot 9edf91d49a Localisation updates from https://translatewiki.net.
Change-Id: Id50d7fec284cea092564463ae655e3f134b3e281
2017-07-31 22:42:58 +02:00
Translation updater bot 4cd735d064 Localisation updates from https://translatewiki.net.
Change-Id: I353a7e1fc998c4975de2cf66d375640ea26c2afd
2017-07-29 22:37:08 +02:00
Translation updater bot 68b78c77ad Localisation updates from https://translatewiki.net.
Change-Id: I6aa0d8f41d59598cbaa982fcc8b24b6b69a7cc62
2017-07-28 22:26:42 +02:00
Translation updater bot 79cd872218 Localisation updates from https://translatewiki.net.
Change-Id: Ie624dfeea9cd71863fb6be04a1fa951e74fc46b4
2017-07-27 23:02:26 +02:00
Translation updater bot 189c1a4eec Localisation updates from https://translatewiki.net.
Change-Id: Ie8da3710a821c943871dc518fc7dac20735fd7a1
2017-07-26 22:31:26 +02:00
Translation updater bot 1961ffaea8 Localisation updates from https://translatewiki.net.
Change-Id: I37e5d9c4d6215b93deef10f304487bb8703cd670
2017-07-25 22:25:27 +02:00
Translation updater bot f235953806 Localisation updates from https://translatewiki.net.
Change-Id: Ic29493a74f87f2bac7e0e57fce45d0756865ed28
2017-07-24 22:54:46 +02:00
Translation updater bot ce2392b6b1 Localisation updates from https://translatewiki.net.
Change-Id: If3b1f1f370da2bb84feb14c3612e48a6b95fe395
2017-07-22 22:34:23 +02:00
Translation updater bot d6f304fdc6 Localisation updates from https://translatewiki.net.
Change-Id: I8a8eb9cb1566916b0ed9d90a516856c1c1208e0f
2017-07-21 22:33:23 +02:00
Translation updater bot a975f5a58d Localisation updates from https://translatewiki.net.
Change-Id: I9d2a5b28f5f052dbc5a9bb875477af6eedb23301
2017-07-20 22:41:33 +02:00
jenkins-bot f296300964 Merge "New Article Reminder API" 2017-07-19 23:15:33 +00:00
Translation updater bot 48b9fd79ff Localisation updates from https://translatewiki.net.
Change-Id: I1ed4a00bb90cb023c21463a329dc817a2015a9b6
2017-07-19 22:31:52 +02:00
Ela 07cac5c9f7 New Article Reminder API
This will be used to submit a new article reminder, for a specified date.
The delay is not implemented yet.

Bug: T166973
Bug: T167450
Change-Id: I773bbe98e781957912350c481c850b3263cb1821
2017-07-19 11:07:22 +00:00
Translation updater bot f9e3e5f5ab Localisation updates from https://translatewiki.net.
Change-Id: I3846faf2df117e1bb60c7a243a82d813747a7dd8
2017-07-18 22:43:17 +02:00
Translation updater bot 98692c9d39 Localisation updates from https://translatewiki.net.
Change-Id: Ibd656704a7c0319628368c4edb9aa748d8a34ab5
2017-07-17 22:42:53 +02:00
Translation updater bot 63cd16d4b1 Localisation updates from https://translatewiki.net.
Change-Id: I8317fc8ee8d9a81604ef319d6e486ef6538d931c
2017-07-15 22:36:32 +02:00
Translation updater bot 5592b360b4 Localisation updates from https://translatewiki.net.
Change-Id: I4678577f35582f729971f6d11ff8e04f9ba6b480
2017-07-14 22:31:02 +02:00
Translation updater bot 378bd6d5bc Localisation updates from https://translatewiki.net.
Change-Id: Ie4c6388bcf4a6de2cfd8bec8dd6a10d7d86badd4
2017-07-13 22:38:51 +02:00
Translation updater bot 4c6b392858 Localisation updates from https://translatewiki.net.
Change-Id: Ifbc7aaf6c2c61ed9876194adecdcd2dca2b575f8
2017-07-12 22:59:33 +02:00
Translation updater bot 2f40edbfe3 Localisation updates from https://translatewiki.net.
Change-Id: I6772636ca4e7b890fbfcad6aed92c54c56c2f7e0
2017-07-11 22:45:09 +02:00
Translation updater bot 60dabce446 Localisation updates from https://translatewiki.net.
Change-Id: I8155645d3ec962493cb4dec3edba9a818168041f
2017-07-10 22:36:32 +02:00
Translation updater bot da41d6ea46 Localisation updates from https://translatewiki.net.
Change-Id: I454ac2a263a3f69f580dcc6c6df5a382e8fdcb02
2017-07-08 22:28:32 +02:00
Translation updater bot 48967121e7 Localisation updates from https://translatewiki.net.
Change-Id: Ic3b497e21fe75eda50a5c37c378e9b18c6687423
2017-07-08 00:05:20 +02:00
Translation updater bot b7fec89e01 Localisation updates from https://translatewiki.net.
Change-Id: I2c699032f946e079fc94fee12e58a397b586e388
2017-07-06 22:42:43 +02:00
Ela efec7fe63a i18n tweak for article reminder category on preferences
Due to team discussion - there is a need to keep the singular-plural

This makes it consistent with the others and allows flexibility.

Change-Id: I990a09cc688dcdae3176c5ecd995d4957a4bc402
2017-07-06 17:46:27 +00:00
Translation updater bot 9a491e9516 Localisation updates from https://translatewiki.net.
Change-Id: I026e6351be9c54b66bd5598146ca0e6a89178910
2017-07-05 22:24:48 +02:00
Translation updater bot b83d2e0e51 Localisation updates from https://translatewiki.net.
Change-Id: I98048dc3607499035392291b914581890ec967bc
2017-07-04 22:29:53 +02:00
Translation updater bot d4f996b134 Localisation updates from https://translatewiki.net.
Change-Id: I30147574089b1ca59280d4260e578d9d86b71b6c
2017-07-03 22:32:15 +02:00
jenkins-bot ff8f0434df Merge "Improve messages about page reminders" 2017-07-03 17:51:40 +00:00
Amire80 658459fd9a Improve messages about page reminders
* Changed "article" to "page" in all the messages.
  This is the custom in all MediaWiki messages.
  It ensures that the messages can be used in
  wikis where pages are not necessarily articles.
* Removed unnecessary PLURAL clause. If it's a category title,
  then it's probably constant.
* Correct the grammar of echo-pref-tooltip-article-reminder.
  "When I asked" is always past, and it's probably supposed to refer
  to actions that may happen in the future.

Change-Id: Iddf4ac8bec4f751c570138c9557dc9174772d272
2017-07-03 20:30:34 +03:00
Translation updater bot 299ab58bc7 Localisation updates from https://translatewiki.net.
Change-Id: I65ab71f75256a254e6adc1137579082e232a69f8
2017-07-02 22:33:46 +02:00
Translation updater bot 812687f3b9 Localisation updates from https://translatewiki.net.
Change-Id: Icaab292c8b313bc1386588190861639715a9ea52
2017-07-01 22:21:54 +02:00
Translation updater bot a28559cfc7 Localisation updates from https://translatewiki.net.
Change-Id: I0cd189f2cb3dc7f0975393fba266e2433bf2d80c
2017-06-30 23:17:18 +02:00
jenkins-bot a1f09d5cd9 Merge "Adding the first step in order to enable the visualization of the Article Reminder feature." 2017-06-30 17:01:15 +00:00
Ela a4974ef1e1 Adding the first step in order to enable the visualization of the Article Reminder feature.
Includes feature flag, presentation model.
Temporarly hooks to new user creation.

Bug: T165755
Bug: T165754
Change-Id: Ic0a2ca07b0cd1597e5534bb1f3b748beb215ddfc
2017-06-30 19:45:24 +03:00
Translation updater bot 4b73b919f0 Localisation updates from https://translatewiki.net.
Change-Id: Iceb143cc0caf28f14226f681eca5a4b90d727413
2017-06-28 22:47:37 +02:00
Translation updater bot 9dcd29d040 Localisation updates from https://translatewiki.net.
Change-Id: I6bf91de7cce41be0303776e3494fe7731720af4a
2017-06-27 22:22:39 +02:00
Translation updater bot c9fcf24f47 Localisation updates from https://translatewiki.net.
Change-Id: I70fc34e7202f1e8dc43cb7019d3b8b8075e1493b
2017-06-26 22:46:50 +02:00
Translation updater bot 0f260ad7bf Localisation updates from https://translatewiki.net.
Change-Id: I553f90e7a46591aa60aafe4a4040ac3c5ba11209
2017-06-24 22:37:32 +02:00
Translation updater bot 0fb4dcd669 Localisation updates from https://translatewiki.net.
Change-Id: I6c84148948be1916d77c725c6807a5ff751c46c9
2017-06-23 22:30:37 +02:00
Translation updater bot e0cb8b7849 Localisation updates from https://translatewiki.net.
Change-Id: I3160db4ffdc6ded7bc526d38ad4345a59e5d5f4e
2017-06-22 22:49:08 +02:00
Translation updater bot bb382874e1 Localisation updates from https://translatewiki.net.
Change-Id: Iae8e23a8a0a40070f414bbb043f2fbcf32dbf814
2017-06-20 22:40:06 +02:00
Translation updater bot 333315a8a8 Localisation updates from https://translatewiki.net.
Change-Id: I8b0cb876a4b5acd1d69892ae9a2bb00269a3245c
2017-06-19 22:47:29 +02:00
Translation updater bot 3fb9a1b2cf Localisation updates from https://translatewiki.net.
Change-Id: I21cf26b723cc1a527d740f0ca112211faf13c2bf
2017-06-18 22:33:32 +02:00
Translation updater bot 4be7adb597 Localisation updates from https://translatewiki.net.
Change-Id: I32c15c6bfd9f83d9d42b5f3b03e78df1bc880cb1
2017-06-17 22:25:20 +02:00
Translation updater bot f77197953b Localisation updates from https://translatewiki.net.
Change-Id: Ie95e573f54898b293a6e371d54e7f9495ef2674f
2017-06-16 22:36:31 +02:00
Translation updater bot 12327e0cb3 Localisation updates from https://translatewiki.net.
Change-Id: I9bd225a1e2f36e2f05bec330d4b72cd143993427
2017-06-15 22:49:03 +02:00
jenkins-bot caacefd681 Merge "API: Split description messages into summary + additional text" 2017-06-13 22:28:54 +00:00
Translation updater bot 5a3de50405 Localisation updates from https://translatewiki.net.
Change-Id: Ife7cb91e8c2d071dcf08cb79652686a14b5cd657
2017-06-13 22:27:51 +02:00
Brad Jorsch afd052f2ac API: Split description messages into summary + additional text
See MediaWiki core patch I778bab2b

Change-Id: I7b246e8998f918b15923cd17b941c2cc9d0a30a0
2017-06-13 13:27:48 -04:00
Translation updater bot 31d0051841 Localisation updates from https://translatewiki.net.
Change-Id: Ie0fceb7d9ed6ec50a275cda699b009de34cc5911
2017-06-12 22:31:43 +02:00
Translation updater bot c2a1f319de Localisation updates from https://translatewiki.net.
Change-Id: I96d190be5aca2b9753938090515eda147d3f889d
2017-06-11 22:21:06 +02:00
Translation updater bot 22125a8e85 Localisation updates from https://translatewiki.net.
Change-Id: I7c1917da351fc56aef1fed64790f6004fac7d97a
2017-06-11 00:13:06 +02:00
Translation updater bot 5bd6615378 Localisation updates from https://translatewiki.net.
Change-Id: I896c030d05f728e674b8ba473e33b66038ec2ebd
2017-06-08 22:53:26 +02:00
Translation updater bot c81f358cda Localisation updates from https://translatewiki.net.
Change-Id: I742b7dbf152b7ebf910f7c657c1dcd231a264d2c
2017-06-07 22:35:22 +02:00
Translation updater bot fb5e3ee17c Localisation updates from https://translatewiki.net.
Change-Id: I7005e7552032ba2e736a785ae9a9c8b2ab946c3b
2017-06-05 22:57:24 +02:00
Translation updater bot 05fad77707 Localisation updates from https://translatewiki.net.
Change-Id: I4183f2f03d91346f47b97811ee826146bab63de2
2017-06-04 23:16:30 +02:00
Translation updater bot 6ef943bca4 Localisation updates from https://translatewiki.net.
Change-Id: I87673ef557ed9031cae0198e1ea6e06b110268f7
2017-06-03 22:31:10 +02:00
Translation updater bot 4913f30624 Localisation updates from https://translatewiki.net.
Change-Id: I1c54599790f26eb369f0a81d3adb6bd6069eb010
2017-06-02 22:29:53 +02:00
Translation updater bot 4816db3cbf Localisation updates from https://translatewiki.net.
Change-Id: Ib2d4bf2673c64c14f36c7cd682e18eaf3f1b8686
2017-06-01 22:56:08 +02:00
Translation updater bot 8b6191088e Localisation updates from https://translatewiki.net.
Change-Id: I9e0c97d1e6b8973e8470a1173c9bd9209e68467a
2017-05-30 22:26:22 +02:00
Translation updater bot 21bfe0f408 Localisation updates from https://translatewiki.net.
Change-Id: I9b81ec2f5a2c2d18ec9e55f0c9c88f86a30aaa16
2017-05-29 23:13:05 +02:00
Translation updater bot 683b41bc1b Localisation updates from https://translatewiki.net.
Change-Id: I6dfc2495f51dd6698005dc3f4dda413bfc4f78ef
2017-05-28 22:19:32 +02:00
Translation updater bot b19e959819 Localisation updates from https://translatewiki.net.
Change-Id: Ia2a6ca800a22502ef35d974f0b5196c8e398c3c7
2017-05-26 22:30:52 +02:00
Translation updater bot 53fc3124eb Localisation updates from https://translatewiki.net.
Change-Id: I9062aeb6c27a314be9228e5c8f7e0a53f0d5eaa8
2017-05-25 22:34:48 +02:00
jenkins-bot c2ce20d6bd Merge "Implement per-user notification blacklists" 2017-05-24 21:42:50 +00:00
Kunal Mehta 5d2cde1022 Implement per-user notification blacklists
- Disabled by default, is a gated preference by wg variable
- User specifies blocks in Echo preferences
- Uses a TextArea with username separated by new lines as input
- Still allows notifications to come through on a user's talk page
- Cache the blacklist and whitelist

Requested at
<https://meta.wikimedia.org/wiki/2016_Community_Wishlist_Survey/Categories/Miscellaneous#Allow_users_to_restrict_who_can_send_them_notifications>.

Bug: T150419
Change-Id: Ibf548da4aa600bdc7848cba1947436e56ac48a4a
2017-05-24 16:09:04 -05:00
Translation updater bot 30a4a9e479 Localisation updates from https://translatewiki.net.
Change-Id: Ie4c83b2ce8b66dabffdd12fa5a73461b3f015265
2017-05-23 22:47:06 +02:00
Translation updater bot 083e497b20 Localisation updates from https://translatewiki.net.
Change-Id: Ia84ab2ea404f23cef8f1ba112da67e111cb63ce3
2017-05-21 22:38:13 +02:00
Translation updater bot 33ea210dc9 Localisation updates from https://translatewiki.net.
Change-Id: Ie220a860229a7cbae35567e3d4b462d89531c363
2017-05-20 22:32:20 +02:00
Nemo bis b3c7a20bb4 Revert "Localisation updates from https://translatewiki.net."
Mistaken addition of English strings as Hindi messages.
https://translatewiki.net/wiki/Thread:User_talk:Sfic/Import_of_English_strings_to_Hindi

This reverts commit 40fee89fbc.

Change-Id: I60121de4e76c487b1479b2614ccee30989954d33
2017-05-19 09:05:04 +00:00
Translation updater bot 40fee89fbc Localisation updates from https://translatewiki.net.
Change-Id: Ia88e2e1ab83206197e2726b03bcd468f09726c5e
2017-05-18 22:36:04 +02:00
Translation updater bot 0458deee49 Localisation updates from https://translatewiki.net.
Change-Id: Iae8385f2b26f21595184997a0a2ccf2ae275cdec
2017-05-14 22:24:32 +02:00
Translation updater bot a8e29457c0 Localisation updates from https://translatewiki.net.
Change-Id: I5b0b67ef0509e9f1efab9c03afe95bc8822fd9d4
2017-05-12 22:55:51 +02:00
Translation updater bot 19e34b6b3e Localisation updates from https://translatewiki.net.
Change-Id: Ifd188841a1f8c3c512144886cb7991d65480b9c2
2017-05-11 23:09:08 +02:00
Translation updater bot 688d5b62e8 Localisation updates from https://translatewiki.net.
Change-Id: I29e4e1e76c9fae2e7dcfb45d32f87edff2828727
2017-05-09 22:47:41 +02:00
Translation updater bot 63862142d8 Localisation updates from https://translatewiki.net.
Change-Id: I05cb18953ce4e8cd14fda5a00bb5d5720c898093
2017-05-07 22:56:59 +02:00
Translation updater bot d2a9cca1df Localisation updates from https://translatewiki.net.
Change-Id: I25d0a5cf99b186246923a33a02da64a794e72eba
2017-05-06 22:42:39 +02:00
Translation updater bot 5569b5117d Localisation updates from https://translatewiki.net.
Change-Id: I1f037219c354cbbadd9536afa4e877eea5187100
2017-05-05 22:34:01 +02:00
Translation updater bot 54eec7170c Localisation updates from https://translatewiki.net.
Change-Id: If82a32ac367af18ccb655b9e3d002705f9831fc2
2017-05-04 22:46:43 +02:00
Translation updater bot 4b51aa1492 Localisation updates from https://translatewiki.net.
Change-Id: Ib7023f3b902f67330450ab7d71d823800ebc9db5
2017-05-02 22:50:53 +02:00
Translation updater bot 96273e9c7b Localisation updates from https://translatewiki.net.
Change-Id: I804e75629746ec06c80b78d8122c9eca54c7fe1c
2017-04-29 23:08:01 +02:00
Matěj Suchánek 1a8f784a6c Fix missing number in message
Change-Id: If1a96e8452b3ee64a6ad2a058c4e5b88ee1e5870
2017-04-29 13:29:51 +00:00
Translation updater bot 07574f712e Localisation updates from https://translatewiki.net.
Change-Id: I540e3b852baa689a19a4c35ff3a60dce96e8d197
2017-04-28 23:46:29 +02:00
Stephane Bisson e81bc9aabe Rephrase notification-header-mention-failure-too-many
Rephrase this message to express the fact that the mentions
below the limit were sent. Only the mentions in excess of the
limit were not sent.

Bug: T144614
Change-Id: I63ff5e089ccdcbc59e25466b841264b18d9556bc
2017-04-28 13:59:02 -04:00
Translation updater bot 4d4859c729 Localisation updates from https://translatewiki.net.
Change-Id: If97fa965b6d627834a638b50eb9989ac6b1320b7
2017-04-27 22:36:41 +02:00
Translation updater bot 23a055b761 Localisation updates from https://translatewiki.net.
Change-Id: I544e441543a38a09a872508d77f9eae4d4b02c50
2017-04-24 22:39:42 +02:00
Translation updater bot d3c48f304b Localisation updates from https://translatewiki.net.
Change-Id: Ie3b77e863f37c8d5bcc8d038fd07348d0b49669a
2017-04-23 22:30:40 +02:00
Translation updater bot fb124bef80 Localisation updates from https://translatewiki.net.
Change-Id: Ice66db9f031d9f9d96d2054c4d8c5e0090dac4ae
2017-04-20 22:54:34 +02:00
Translation updater bot 2905fced31 Localisation updates from https://translatewiki.net.
Change-Id: Idfe3292a5bcbc42e87c8f027909ca5f034da27a0
2017-04-19 22:56:23 +02:00
Translation updater bot 26a77aa7b6 Localisation updates from https://translatewiki.net.
Change-Id: I07e228735e1f9d08f1049eef396e8faeed547389
2017-04-18 22:28:48 +02:00
Translation updater bot a89354808c Localisation updates from https://translatewiki.net.
Change-Id: I4e30ffc73c2a682bbd49d3bb530ab358f8c2c5ff
2017-04-15 10:47:17 +02:00
Translation updater bot 6e593a9301 Localisation updates from https://translatewiki.net.
Change-Id: Ie7f7b2be502f7e3c7587b3036922790d5066f600
2017-04-12 22:31:13 +02:00
Translation updater bot 834a1bda69 Localisation updates from https://translatewiki.net.
Change-Id: Ie5a6c4fde2270579b5339adecd01511fdf4fc569
2017-04-11 22:49:44 +02:00
jenkins-bot 658b4a6a7d Merge "Add proper message when user group expiry is changed" 2017-04-11 18:35:20 +00:00
Translation updater bot 5569427822 Localisation updates from https://translatewiki.net.
Change-Id: Ife8f83596ebdba0ff8d258bfb2bf1a1d333dbb22
2017-04-10 22:47:52 +02:00
This, that and the other 3f99672d5e Add proper message when user group expiry is changed
There's a lot more that could be done to improve user "rights"
notifications (really user group notifications), but this will do for now.

Bug: T159301
Depends-On: I5d32445f8e5b41599889b8488a2431e7a908f858
Change-Id: I27d52bc5c39219c832bf63a491faa1e421b0c024
2017-04-10 11:38:49 -07:00
Translation updater bot db442a5a1b Localisation updates from https://translatewiki.net.
Change-Id: I1e29e7b3eb1c8b39a47a987a47dbad9090cbcad5
2017-04-07 22:33:04 +02:00
Translation updater bot 14d8ce2e35 Localisation updates from https://translatewiki.net.
Change-Id: Ib1232af480525ba7be7caa0b681bad5148a1ffcf
2017-04-06 23:42:13 +02:00
Translation updater bot 24f8f1519b Localisation updates from https://translatewiki.net.
Change-Id: I10ba6d39b0f4495853761fb690230ceba4ed376d
2017-04-05 22:34:08 +02:00
Translation updater bot 61b8b2a757 Localisation updates from https://translatewiki.net.
Change-Id: I84f9f3ad99635ae4e4f37f5b90e4a881f1c31f0f
2017-04-04 22:39:53 +02:00
Translation updater bot 0b19cc1233 Localisation updates from https://translatewiki.net.
Change-Id: Ib9eba20d2a2796ed6753a8b8b4ec8391edaa4284
2017-04-02 22:33:24 +02:00
Translation updater bot ee32f32abe Localisation updates from https://translatewiki.net.
Change-Id: Ib3f93b9997d6f81a38d2c2ff43be64503de62301
2017-04-01 22:42:33 +02:00
Translation updater bot 9777937ab8 Localisation updates from https://translatewiki.net.
Change-Id: I704f44c729dbfbfe2693afdbc8d2bc8c4a8d8f8a
2017-03-30 22:52:27 +02:00
Translation updater bot 498dd83c4a Localisation updates from https://translatewiki.net.
Change-Id: I8f16ac94fe94919380625c3757e17ef12626b4bb
2017-03-29 22:29:23 +02:00
Translation updater bot 7749ac4684 Localisation updates from https://translatewiki.net.
Change-Id: I8c9eb4536f6552652a934403506ab838cb6ba26d
2017-03-27 23:27:04 +02:00
Translation updater bot bc9f8d76bc Localisation updates from https://translatewiki.net.
Change-Id: I49f31a7936f13e4936a36a4ba9049641f9fe9607
2017-03-26 22:27:05 +02:00
Translation updater bot 13f76eb915 Localisation updates from https://translatewiki.net.
Change-Id: I89e885700a667c185260023f4eb26f98548c7749
2017-03-24 22:42:45 +01:00
Translation updater bot e0618c46d7 Localisation updates from https://translatewiki.net.
Change-Id: Iab28e5f0a408ee11a5aeddbbaf1289c3e28bc026
2017-03-23 22:42:20 +01:00
Translation updater bot 5fb0982405 Localisation updates from https://translatewiki.net.
Change-Id: Iffcb71311b48b0125b2ef8f5ed971dc35f381d01
2017-03-22 22:48:13 +01:00
Translation updater bot 531b180241 Localisation updates from https://translatewiki.net.
Change-Id: Iab9bbb250c6eba50d3cceda9e4168d67cf46c7a0
2017-03-21 22:33:01 +01:00
Translation updater bot d2b93f5624 Localisation updates from https://translatewiki.net.
Change-Id: Idf0ac24272289ecbe2130582eda0c3f1bc02b9a0
2017-03-19 22:24:12 +01:00