Commit Graph

930 Commits

Author SHA1 Message Date
Translation updater bot b5d0ecd71a Localisation updates from https://translatewiki.net.
Change-Id: Ic194a805168de29d4f83f39e023eccdaf52d7297
2020-04-22 08:58:36 +02:00
Translation updater bot 14aee3e147 Localisation updates from https://translatewiki.net.
Change-Id: Ifbf1cc7610dd582c423a79e7cf48809de8b34e1e
2020-04-20 08:46:42 +02:00
Translation updater bot 286fcb94d3 Localisation updates from https://translatewiki.net.
Change-Id: I322840b459b880e8c52f2ab5ea8f2933f7cf7f1f
2020-04-17 09:09:28 +02:00
Translation updater bot ab7dc57923 Localisation updates from https://translatewiki.net.
Change-Id: I09eb15ced351460329cd522ef069d9151262afe6
2020-04-15 08:27:40 +02:00
Translation updater bot 15960b33c7 Localisation updates from https://translatewiki.net.
Change-Id: Ie7160c050f3aced480433fb77a367ae8c79c17be
2020-04-13 09:07:27 +02:00
Translation updater bot ce1c8709fc Localisation updates from https://translatewiki.net.
Change-Id: I923e235581d6fed875bc9b029cfc1d3a2bfa90eb
2020-04-09 08:41:40 +02:00
Translation updater bot 6667b65c6c Localisation updates from https://translatewiki.net.
Change-Id: Ib1ee31fe83deb370809f4aaaa37be50cc2cfece5
2020-04-08 09:07:13 +02:00
Translation updater bot 2939100fff Localisation updates from https://translatewiki.net.
Change-Id: I21f34b2e922b1970a14f33da0bc9c7579701839b
2020-04-06 09:06:21 +02:00
Translation updater bot 8a5fec19c5 Localisation updates from https://translatewiki.net.
Change-Id: I8ad09f3c059746952234c5d85f379b604d966a69
2020-04-03 08:30:14 +02:00
Translation updater bot 6dfae96ed2 Localisation updates from https://translatewiki.net.
Change-Id: I89a09c1be0737a6d30bcf4c23f04955a8243ecbb
2020-04-02 08:27:12 +02:00
Translation updater bot 72c44e60b0 Localisation updates from https://translatewiki.net.
Change-Id: Ic28331d6b0009db3e7c5720cf9f2da4409ce44dc
2020-04-01 08:27:11 +02:00
Translation updater bot 13c6a959a9 Localisation updates from https://translatewiki.net.
Change-Id: Id859f5f0730f60b31ae13e6e6c4a08e9da81b1ea
2020-03-31 08:31:02 +02:00
Translation updater bot 633affb6cf Localisation updates from https://translatewiki.net.
Change-Id: Id05e808e2c18e4ef0ad917be73d11d395ded9bd6
2020-03-27 08:43:55 +01:00
jenkins-bot d2b19192c7 Merge "Add opt-out link to Sidebar for Vector/Logged-in Users Without Abstractions" 2020-03-27 00:36:29 +00:00
Nicholas Ray ec382a8c86 Add opt-out link to Sidebar for Vector/Logged-in Users Without Abstractions
This commit is singularly focused on adding a link to the sidebar for
Vector, logged-in users. It does the bare minimum to fulfill the
requirements of T243281.

Additionally, it will help to answer the question "Do we need to use
abstractions (other than maybe different templates) to separate Legacy
Vector from Vector" by intentionally leaving out any abstractions in
order to make it easier to compare with a follow-up patch
(Ib2ef15180df73360cc1de25b893e49d415d23e1a) which does use abstractions.

It is a good thing to question whether or not we need addtional
abstractions in VectorTemplate and if they will help us as unnecessary
abstractions can have the opposite effect and just lead to further
frustrations down the road.

Therefore, I urge you, the reviewer, to let me know your thoughts! If
abstractions are viewed as not making our lives any easier, the
follow-up patches may be completely discarded and that's totally okay
with me. :) I think it's a good think to talk about now though.

Important changes:

* The VectorTemplate constructor was changed to allow injecting the
config, templateParser, and isLegacy boolean (only the config was
allowed before this commit). According to MediaWiki's Stable Interface
Policy, "Constructor signatures are generally considered unstable unless
explicitly declared stable for calling" [3]. Given that VecorTemplate's
constructor is not marked as stable, it is justified to do this without
warning according to the policy.

* Due to the above, the 'setTemplate' method is no longer needed and was
marked as deprecated.

* VectorTemplateTest was made to adapt to the new VectorTemplate
constructor. Additionally, it now extends from
MediaWikiIntegrationTestCase which my intelliphense server can pick up.
I *think* MediaWikiTestCase is just an alias to
MediaWikiIntegrationTestCase [1] and MediaWikiTestCase file was renamed
to MediaWikiIntegrationTestCase in [2], but I'm willing to change it
back if there is pushback to this.

Open questions:

* What are VectorTemplate's responsibilities? To me, it acts right now
as a controller (because it echos the full HTML string from the
template), a model (because SkinTemplate::prepareQuickTemplate sets data
on it which it later retrieves through `$this->get()`), a presenter
(because it adds data tailored for a web-centric view), and a view
(because it renders HTML strings instead of letting the view/template be
solely responsible for that). Arguably, some business logic might be
mixed in there as well (because it checks to see if a User is logged
in/has necessary permissions to show x which my changes here add to).
This might not be a problem if we keep VectorTemplate relatively small,
but will it remain this way as we progress further in Desktop
Improvements?

* How do we write tests for VectorTemplate without exposing unnecessary
public methods? For example, if I want to test the `getSkinData()`
method to see what state will be sent to the template, how should I do
this? One option might be to use `TestingAccessWrapper` to expose these
private methods which is what
`VectorTemplateTest::testbuildViewsProps()` does. Another option is to
accept this method as public. Is there a better way? Keep in mind that
even with access to this method, there might be many things to mock.

[1] 0030cb525b/tests/common/TestsAutoLoader.php (L64)
[2] Ie717b0ecf4fcfd089d46248f14853c80b7ef4a76
[3] https://www.mediawiki.org/wiki/Stable_interface_policy

Bug: T243281
Change-Id: I0571b041bcd7f19bec9f103fa7bccdd093f6394d
2020-03-26 17:39:47 -06:00
Translation updater bot ac79997d87 Localisation updates from https://translatewiki.net.
Change-Id: Iacb49685bda1c21698f13d1f70682b7c04eb3edd
2020-03-26 08:34:53 +01:00
Translation updater bot 04e539c531 Localisation updates from https://translatewiki.net.
Change-Id: I4d499dbbcd0729f2d09ad63e61251f19fe991b5a
2020-03-25 08:36:06 +01:00
Translation updater bot 70f33d106d Localisation updates from https://translatewiki.net.
Change-Id: I74692926553636a9a5c6cea27022a2e0d2afdb9e
2020-03-23 09:08:05 +01:00
Umherirrender af4ce06bf6 Fix indent in en.json
Change-Id: I240883c739175b7b242b4bdd7c29c8e0997c8efd
2020-03-20 22:04:04 +01:00
Translation updater bot 6365eff58c Localisation updates from https://translatewiki.net.
Change-Id: If4e36572cc91c4e8aad2ea78e5c93a5d8bd41d8d
2020-03-20 08:27:04 +01:00
Translation updater bot 8aeef146d9 Localisation updates from https://translatewiki.net.
Change-Id: I7b74e23054593f2285fa4a7d9530f83ba2c5f125
2020-03-16 16:05:25 +01:00
Translation updater bot ac41baaf12 Localisation updates from https://translatewiki.net.
Change-Id: I11369a70d7a6faf7175cccb7baffbe5f0e18b203
2020-03-13 08:30:49 +01:00
Translation updater bot 864cc97092 Localisation updates from https://translatewiki.net.
Change-Id: I17512d362f5a5f94b7c74914a02d2bbc5152226d
2020-03-12 08:20:11 +01:00
Translation updater bot 478f0b5b24 Localisation updates from https://translatewiki.net.
Change-Id: I0888ea0891fb103e6429923f638d1cbe3e6956ff
2020-03-06 07:55:41 +01:00
Translation updater bot d6f9d0c1ff Localisation updates from https://translatewiki.net.
Change-Id: I8fbe972c796aac6ddda091764bcd146ab62eb2c6
2020-03-03 07:57:51 +01:00
Translation updater bot 3683a52f91 Localisation updates from https://translatewiki.net.
Change-Id: Ib604ee279875b1f518e7dc53902006bd0667f05e
2020-03-02 08:39:02 +01:00
jdlrobson 0ba99a1e97 Make sure Vector skin preferences always follows skin
Sections can be nested. Using rendering/skin as the parent
means that Vector's skin preference will always come straight
after the skin preference and before Popups.

A change in core is needed to update the selector for the element which
shows/hides the subsection as well as provide a generic message key to
replace the one inside this repository.

Note: If the "Vector" specific heading is needed, we can achieve this
with a little more work but that is a conversation for another time.

Depends-On: Idd06bcfe7935e16732a6a95c1253dbf95c8aca2e
Bug: T246162
Change-Id: I4be9764ddca186e5bfd493678afd62d446072e8f
2020-02-29 00:35:50 +00:00
Translation updater bot 611c4ae035 Localisation updates from https://translatewiki.net.
Change-Id: I29b92bc0a9af7559e9d366bd5cba179ab12712da
2020-02-28 07:57:34 +01:00
Translation updater bot 2b5c6563c8 Localisation updates from https://translatewiki.net.
Change-Id: Idc32101f93d2554652f01c58f8327dc04fd7a6d0
2020-02-27 08:12:32 +01:00
Stephen Niedzielski de76ab59c1 [Special:Preferences] [PHP] Add skin version user preference and configs
Add a Vector-specific user preference to Special:Preferences for
toggling skin version, either Legacy Vector or the latest Vector.

The presentation of the new preference section and the default values
for anonymous, new, and existing accounts are configurable via
$wgVectorShowSkinPreferences, $wgVectorDefaultSkinVersion (to be used by
the feature manager in T244481),
$wgVectorDefaultSkinVersionForExistingAccounts, and
$wgVectorDefaultSkinVersionForNewAccounts. These configurations default
to the fullest experience so that third-party configuration is minimal.
See skin.json for details. The configurations are each tested in
VectorHooksTest.php.

When presentation is enabled, the new preference appears as a checkbox;
enabled is Legacy mode and disable is latest. There are a number of
unfortunate details:

- Showing and hiding a checkbox is supported by OOUI. Showing and hiding
  a whole section (Vector skin preferences, in this case) is not so this
  additional client JavaScript functionality is added in Core (see
  Iaf68b238a8ac7a4fb22b9ef5d6c5a3394ee2e377).
- Stylization as a checkbox is wanted. However, the implied storage type
  for OOUI checkboxes is a boolean. This is not wanted in the event that
  another skin version is added (e.g., '3' or 'alpha'). As a workaround,
  the preference is converted from a boolean to a version string ('1' or
  '2') on save in Hooks::onPreferencesFormPreSave() and from a version
  string to a checkbox enable / disable string ('1' or '0') in
  onGetPreferences(). There a number of test cases to help cover these
  concerning details.

Documentation for overriding the skin version as a URL query parameter
is provided in anticipation of T244481.

Bug: T242381
Bug: T245793
Depends-On: Iaf68b238a8ac7a4fb22b9ef5d6c5a3394ee2e377
Depends-On: Ifc2863fca9cd9efd11ac30c780420e8d89e8cb22
Change-Id: I177dad88fc982170641059b6a4f53fbb38eefad6
2020-02-26 12:56:10 -07:00
Translation updater bot 029ebd1cba Localisation updates from https://translatewiki.net.
Change-Id: I591eda4685ffbb18881b999a0c1ef09bfcdfbfbe
2020-02-26 07:59:09 +01:00
Translation updater bot 2dbb1c1721 Localisation updates from https://translatewiki.net.
Change-Id: I7412b9e9ceac048fff33fa5644708eb7f5707fdf
2020-02-25 08:25:50 +01:00
Translation updater bot a6790169a9 Localisation updates from https://translatewiki.net.
Change-Id: I33f52c4d3fd6ac6023dc4eb1794a0873ffa4d9c7
2020-02-24 08:33:17 +01:00
Translation updater bot 37874d4484 Localisation updates from https://translatewiki.net.
Change-Id: I234921da6b7f95a2983330fd7766ba0457067af8
2020-02-21 09:18:41 +01:00
Translation updater bot e19f6da3e0 Localisation updates from https://translatewiki.net.
Change-Id: Ief8b9f4e7a9271bbe9a754e8e95738a932cf5cbb
2020-02-20 09:05:57 +01:00
Volker E 5a4a589916 Unify user messages for Vector.js and Vector.css
Those messages have been untouched since introduction, but should be
unified. They are put on top of corresponding pages like
https://en.m.wikipedia.org/wiki/MediaWiki:Vector.js

Change-Id: Ib40a38dba553bf10070fedf368ba8ea581d2b4b9
2020-02-19 14:10:42 -08:00
Translation updater bot 1609747972 Localisation updates from https://translatewiki.net.
Change-Id: Ie13d077807d8e7a1a8f9ae52b4908a8249275609
2020-02-11 07:56:02 +01:00
Translation updater bot 0662f28024 Localisation updates from https://translatewiki.net.
Change-Id: Ice0d0138a11cd2ad058f49be4d3492080d206440
2020-02-10 07:57:44 +01:00
Translation updater bot 70eb612824 Localisation updates from https://translatewiki.net.
Change-Id: I2f01a3384e2ab9d1812d582702f63c41f94682b2
2020-02-07 08:48:36 +01:00
Translation updater bot 1f53b4c99b Localisation updates from https://translatewiki.net.
Change-Id: I7e0c298c35b405dfe4331a6e6a3046f706f20563
2020-02-04 08:10:46 +01:00
Translation updater bot 30217757c6 Localisation updates from https://translatewiki.net.
Change-Id: I59525a36df1902d56da2398b725855d0399c2e3e
2020-02-03 08:03:12 +01:00
Translation updater bot 052b26f684 Localisation updates from https://translatewiki.net.
Change-Id: I4eada4bdb013b6401333af5f3711d993f36925f4
2020-01-29 07:57:13 +01:00
Translation updater bot 183fef57cb Localisation updates from https://translatewiki.net.
Change-Id: I6b0254a0fb474c1e4b369a1387632f5f3a993aa1
2020-01-21 08:01:51 +01:00
Translation updater bot eedf2f582b Localisation updates from https://translatewiki.net.
Change-Id: I9bc149025518f06128df77e68135ce5f810d1cb4
2020-01-20 08:05:56 +01:00
Translation updater bot 746c05a0d1 Localisation updates from https://translatewiki.net.
Change-Id: Ic4bce80e3d543ce4ebcd6fc3df7facb568730b3c
2020-01-16 09:12:02 +01:00
Translation updater bot 05aab42559 Localisation updates from https://translatewiki.net.
Change-Id: Ifc5454f72af675170317630447a40b8f2db74dac
2020-01-06 08:21:20 +01:00
Translation updater bot 6abb5bffc2 Localisation updates from https://translatewiki.net.
Change-Id: I08b11aa759a21186847b0ca97f89e058382bdf80
2020-01-03 08:22:32 +01:00
Translation updater bot 14567269b7 Localisation updates from https://translatewiki.net.
Change-Id: I6037449a8ed1a106d23420d96d2bdc4524c59daa
2020-01-02 08:32:21 +01:00
Translation updater bot 52a272216b Localisation updates from https://translatewiki.net.
Change-Id: I683e3f1e7cdea2bc71431546aca26c3150977c62
2019-12-16 11:21:35 +01:00
Translation updater bot 470870cd6d Localisation updates from https://translatewiki.net.
Change-Id: Ic625474a2ca63ff60f06998f998c2aa5078b3805
2019-12-12 08:55:08 +01:00
Translation updater bot f790133284 Localisation updates from https://translatewiki.net.
Change-Id: I3b721a7b6fa8bd02316c5813f865d2e10618c271
2019-11-29 08:44:40 +01:00
Translation updater bot d97834d65d Localisation updates from https://translatewiki.net.
Change-Id: I375b30a4689d5b2dbd80b8cec84926b6f586a8ef
2019-11-25 08:29:51 +01:00
Translation updater bot 6ce3b83954 Localisation updates from https://translatewiki.net.
Change-Id: I42bcb178a4fe1df0e617b218e7cce99c8d7fae87
2019-11-18 08:35:36 +01:00
Translation updater bot 45f66ed038 Localisation updates from https://translatewiki.net.
Change-Id: Iaf9ec4c1d26fbc0c580ae03c2edbe8159f8d7f07
2019-11-11 08:40:46 +01:00
Translation updater bot 28b575ddff Localisation updates from https://translatewiki.net.
Change-Id: Ia65aaa9ca4b598f45f1a4b9c5957cab46aa4b6c8
2019-11-07 08:52:29 +01:00
Translation updater bot e8c9b1e47d Localisation updates from https://translatewiki.net.
Change-Id: I4730c4ffcfa25dac408e2449dfa734b4661ee8d8
2019-11-04 08:41:24 +01:00
Translation updater bot 04c50cedc4 Localisation updates from https://translatewiki.net.
Change-Id: I56654ae229775b3671161fad50175242bc2aaad0
2019-10-30 08:38:51 +01:00
Translation updater bot acc1405a32 Localisation updates from https://translatewiki.net.
Change-Id: Ibba4fb2168893e58b1b4570a1e41b97fdc432874
2019-10-28 08:58:20 +01:00
Translation updater bot 2a7e8ea8c6 Localisation updates from https://translatewiki.net.
Change-Id: Iff06025f9a08a353dc3981410e8a73faef6cf514
2019-10-17 09:12:35 +02:00
Translation updater bot 1232a9bfdd Localisation updates from https://translatewiki.net.
Change-Id: I7bdc3fbbef521fad5be543319b24ea2ede3713c5
2019-10-16 20:47:07 +02:00
Translation updater bot 6234e6c1d2 Localisation updates from https://translatewiki.net.
Change-Id: Ifd5544868b795f577f1b515ba4a68f7d8ca1e68b
2019-10-16 09:29:39 +02:00
Jforrester d2b6a3524a Revert "Localisation updates from https://translatewiki.net."
This reverts commit 31b53496e8.

Reason for revert: Corrupted export.

Bug: T235188.
Change-Id: I823d47d3f9657b7268ad264fd068f35ded2a187e
2019-10-10 16:44:13 +00:00
Translation updater bot 31b53496e8 Localisation updates from https://translatewiki.net.
Change-Id: I2bfcdc0dfc1a0bdd4b361873f3a59140933dfe5d
2019-10-10 08:37:48 +02:00
Translation updater bot 59eb70d648 Localisation updates from https://translatewiki.net.
Change-Id: I4ac823ac48c53b4f82c02f891c14e819aeb5eec2
2019-10-02 08:28:01 +02:00
Translation updater bot 46ad65a7b8 Localisation updates from https://translatewiki.net.
Change-Id: I656224205bd85d4c3ec95df6e18a0e7a4ee0bc82
2019-10-01 08:34:32 +02:00
Translation updater bot 62d3053bf2 Localisation updates from https://translatewiki.net.
Change-Id: Ie347628c1ec3baed5aeda3711594c5b0fe72a620
2019-09-27 08:33:21 +02:00
Translation updater bot 6f1afed52a Localisation updates from https://translatewiki.net.
Change-Id: I5c1b7f440d3cb862ff695b4605c11f53f89a2cc5
2019-09-25 08:41:33 +02:00
Translation updater bot d70b90e169 Localisation updates from https://translatewiki.net.
Change-Id: Ib3ffdfde2ad21589976a20346a71a2c9b48b7869
2019-09-23 08:30:09 +02:00
Translation updater bot 1821589eb7 Localisation updates from https://translatewiki.net.
Change-Id: I3bbed8a105a4ed889c2cf801e784f66f7e56906c
2019-09-19 09:09:06 +02:00
Translation updater bot 9e37e6b177 Localisation updates from https://translatewiki.net.
Change-Id: I946aaec653c69845f529a71b60f35232320949dd
2019-09-17 08:25:06 +02:00
Translation updater bot 4c4f944c05 Localisation updates from https://translatewiki.net.
Change-Id: I9e9c98b2c2c8df62d6c25a48ba6416e5607cbdcc
2019-09-16 09:16:43 +02:00
Translation updater bot 03da028209 Localisation updates from https://translatewiki.net.
Change-Id: I31c9a765064759519b1772d048d6102f70a53358
2019-09-13 09:34:57 +02:00
Translation updater bot 7e1a843ab2 Localisation updates from https://translatewiki.net.
Change-Id: Ie66b1a154f5722d042f4ee6d9897ec980afaa472
2019-09-12 08:38:51 +02:00
Translation updater bot be43cb9628 Localisation updates from https://translatewiki.net.
Change-Id: Ie704a4a2de9612b6078f8e6dc990d9b5fdf88af8
2019-09-09 08:32:50 +02:00
Translation updater bot 42f1a3d605 Localisation updates from https://translatewiki.net.
Change-Id: Ibaa1252d2741b54a1dbeb7e4fac5502b2a41eb4d
2019-09-04 09:16:36 +02:00
Translation updater bot c895043ed9 Localisation updates from https://translatewiki.net.
Change-Id: I98f383e7cc47b3976e7d6a4214a01b90a129947d
2019-08-23 09:58:49 +02:00
Translation updater bot 8189f42aae Localisation updates from https://translatewiki.net.
Change-Id: I1a25531233fbfd8f2b90f03d447c0e64574c6ad0
2019-08-21 10:20:16 +02:00
Translation updater bot 9f51a5d723 Localisation updates from https://translatewiki.net.
Change-Id: I3bf1d64798380d2488e53c863cfa0d4caa7cf759
2019-08-14 08:34:43 +02:00
Translation updater bot 1977d10939 Localisation updates from https://translatewiki.net.
Change-Id: Ic6216e150f7838b0c25350330c09b0c6f40faa58
2019-08-09 08:26:07 +02:00
Translation updater bot 62c0756ea3 Localisation updates from https://translatewiki.net.
Change-Id: I4f41e5d10e72a19bb92cb768079ad5a4d490aaf1
2019-07-29 08:32:28 +02:00
Translation updater bot af5258ac9a Localisation updates from https://translatewiki.net.
Change-Id: I86ab3bd65b83302e7e0169391b45f9138c22afb6
2019-07-22 22:16:51 +02:00
Translation updater bot 43d6b88ec6 Localisation updates from https://translatewiki.net.
Change-Id: Ic857b5f71de39ac0555c6aebe0f37ab3ec7fe1e2
2019-07-14 22:20:34 +02:00
Translation updater bot c93bdc6410 Localisation updates from https://translatewiki.net.
Change-Id: I1b5aeb9b46f4f135c077d9c6129a66e7ea635b6c
2019-07-08 22:17:20 +02:00
Translation updater bot 5a123d8a2d Localisation updates from https://translatewiki.net.
Change-Id: I1f83e64c08c333788fceb697834efb5bf66efbd6
2019-07-07 22:11:01 +02:00
Translation updater bot 8d2959dad3 Localisation updates from https://translatewiki.net.
Change-Id: Ia120c766797309200ff0897f6da8f19ee96f9e5a
2019-07-03 22:12:46 +02:00
Translation updater bot 521b8e97ff Localisation updates from https://translatewiki.net.
Change-Id: I80fd9e3553b67ad04714c859b242683a7c058efc
2019-07-02 22:14:11 +02:00
Translation updater bot a5c492414a Localisation updates from https://translatewiki.net.
Change-Id: I0ad6f5a7df0111e11a9f33d449e40ac48862e29d
2019-06-28 22:11:47 +02:00
Translation updater bot 62f4f2628c Localisation updates from https://translatewiki.net.
Change-Id: I25b9a034018c6e2801b0bcc07aa3de65a69330b2
2019-06-25 22:04:13 +02:00
Translation updater bot 81b7cb666f Localisation updates from https://translatewiki.net.
Change-Id: I1ad59195c945c6f27a5991dfd06330f10d96c87a
2019-06-23 22:11:27 +02:00
Translation updater bot ad5e1e12ce Localisation updates from https://translatewiki.net.
Change-Id: I6caada187e086821caab9440d01ac22d95375a8f
2019-06-10 22:25:52 +02:00
Translation updater bot a112518355 Localisation updates from https://translatewiki.net.
Change-Id: Ifb7fd7679d8b440a2160e780426121bde4931b9f
2019-06-08 22:12:38 +02:00
Translation updater bot e74d411edb Localisation updates from https://translatewiki.net.
Change-Id: I621356f47e03464f305ee2cc2846b91522649dc5
2019-06-06 22:22:14 +02:00
Translation updater bot 3c28de8711 Localisation updates from https://translatewiki.net.
Change-Id: Id56d7bbdfbb8a2cf2527bc5a99212af152965e01
2019-06-02 22:01:05 +02:00
Translation updater bot 233cb3461b Localisation updates from https://translatewiki.net.
Change-Id: Ic90737d2c5d4ab450b5cb9d4a6c53334b4232a33
2019-05-26 21:59:11 +02:00
Translation updater bot 709ee12f3c Localisation updates from https://translatewiki.net.
Change-Id: Iafd8a937b3245ee9761bbc73d08feec043d25819
2019-05-23 22:42:38 +02:00
Translation updater bot e0ba61e4b8 Localisation updates from https://translatewiki.net.
Change-Id: Iafab1215f0d35e3a42e615ddbebec59b1abc1465
2019-05-22 22:06:07 +02:00
Translation updater bot 0e115cd70a Localisation updates from https://translatewiki.net.
Change-Id: Ib026d38157b7dffe07f801301b7bee62ce3b7c94
2019-05-20 21:57:54 +02:00
Translation updater bot afbe0aa76a Localisation updates from https://translatewiki.net.
Change-Id: Ic1351f7569641450ac5c795d151c280d499551a0
2019-05-10 08:35:21 +02:00
Translation updater bot d73cd16e0a Localisation updates from https://translatewiki.net.
Change-Id: I65e227e2f36784e47e1f0b94563f12f284825d7e
2019-05-08 22:02:23 +02:00
Translation updater bot b1dc5e3f48 Localisation updates from https://translatewiki.net.
Change-Id: Id514797baa51581aae8c2367ba5a48572f5a725c
2019-05-05 21:58:31 +02:00
Translation updater bot 117a0abb98 Localisation updates from https://translatewiki.net.
Change-Id: Ie5dd52acd195e1bcb0b2ac667c09e5d5f900e62c
2019-05-03 22:06:46 +02:00
Translation updater bot 794e7523b7 Localisation updates from https://translatewiki.net.
Change-Id: I0456232b12ca0e4b1760262597cbaa547ef51848
2019-04-29 21:58:50 +02:00
Translation updater bot 250013c90c Localisation updates from https://translatewiki.net.
Change-Id: I11cf90e7977f2f666b98cfa9ace95791d6428322
2019-04-26 22:03:35 +02:00
Translation updater bot 0ce056c909 Localisation updates from https://translatewiki.net.
Change-Id: Ie58065cd015cda9bbdef5fd0b2ab1857ebb973d0
2019-04-22 09:04:04 +02:00
Translation updater bot 22a8380609 Localisation updates from https://translatewiki.net.
Change-Id: I3aaa0463bbd73ba1c2e2e123c901a4a7a874a672
2019-04-14 22:03:37 +02:00
Translation updater bot 878c1e8987 Localisation updates from https://translatewiki.net.
Change-Id: I25d9db143af9b5bb81aceaa06561dffa38d10993
2019-04-09 08:42:21 +02:00
Translation updater bot 6f2751d0e2 Localisation updates from https://translatewiki.net.
Change-Id: I1620304a2b222c56f3050cb63061f146064a8e17
2019-03-31 22:00:07 +02:00
Translation updater bot 8b3688c946 Localisation updates from https://translatewiki.net.
Change-Id: Ib8c4cdf22b5822be8a6d1e9f34fc9fc7ce8a2180
2019-03-27 22:06:52 +01:00
Translation updater bot 558488b792 Localisation updates from https://translatewiki.net.
Change-Id: Ic0ce4e242abd430ddfe8921dc6fed8c4a41509f5
2019-03-26 08:53:30 +01:00
Translation updater bot 1923944b49 Localisation updates from https://translatewiki.net.
Change-Id: Id918dbc4611489bac3605a34a78ec77f5332daf5
2019-03-17 21:57:53 +01:00
Translation updater bot 0c147dd7aa Localisation updates from https://translatewiki.net.
Change-Id: I31469ee041516071fe116df93be632b3e7779415
2019-03-15 22:08:42 +01:00
Translation updater bot 34315f0311 Localisation updates from https://translatewiki.net.
Change-Id: I90ef1cbcf8131f3370fad18b94a426790a955404
2019-03-14 22:45:55 +01:00
Translation updater bot f0b209ba50 Localisation updates from https://translatewiki.net.
Change-Id: I4ee588f853d72a26dc18cc1b70e66d62f4e8449c
2019-03-12 22:13:15 +01:00
Translation updater bot 5ffc988b5b Localisation updates from https://translatewiki.net.
Change-Id: Ieb33c15a3d01536980129c22e3bdc7e7364ad58e
2019-03-11 21:59:31 +01:00
Translation updater bot 5892f66a95 Localisation updates from https://translatewiki.net.
Change-Id: I121a379be3c2ddb86273cbc95c4b1d4f55266197
2019-03-08 22:08:01 +01:00
Translation updater bot 9fff19a87f Localisation updates from https://translatewiki.net.
Change-Id: I4b3f25e1086202a0e7f9116c50c486404851e906
2019-03-06 23:27:30 +01:00
Translation updater bot 26e880061f Localisation updates from https://translatewiki.net.
Change-Id: I95d4c187808d14b27eb4dc68523c83b8ae725ac5
2019-02-24 22:25:05 +01:00
Translation updater bot fa2831da39 Localisation updates from https://translatewiki.net.
Change-Id: I6993f81f8dbb8f67af593bcef565e1dc29610ee3
2019-02-21 21:58:58 +01:00
Translation updater bot 36e5af4cba Localisation updates from https://translatewiki.net.
Change-Id: I851311d2ca6f305ee796e1400d9b7ccfcfc9e90b
2019-02-19 22:03:45 +01:00
Translation updater bot bf675c6c53 Localisation updates from https://translatewiki.net.
Change-Id: I17c7ff15542316b62bbb5e5d8a2d719bfe03762a
2019-02-18 22:08:36 +01:00
Translation updater bot 255c18bb39 Localisation updates from https://translatewiki.net.
Change-Id: Ic0e005a51305062dafc9d9366d85b2f9101e552c
2019-02-17 21:57:51 +01:00
Translation updater bot 3a406ba1c1 Localisation updates from https://translatewiki.net.
Change-Id: I39150c4d3e169c80a3e3da9367794a0740b14203
2019-02-14 22:11:57 +01:00
Translation updater bot 4a62987dfa Localisation updates from https://translatewiki.net.
Change-Id: Ie04bcb62c257bb2bbdd371fdff0d03374c1b72d9
2019-02-11 22:01:21 +01:00
Translation updater bot 7d491a9ca0 Localisation updates from https://translatewiki.net.
Change-Id: I650f355551fbcbf982ffd847d8fedab8a43c5a4d
2019-02-10 22:02:30 +01:00
Translation updater bot 6f7d0f8df4 Localisation updates from https://translatewiki.net.
Change-Id: I57ff218eb2ee6d364708127cc9fe3c1a99f313de
2019-02-05 22:15:24 +01:00
Translation updater bot 33833249a5 Localisation updates from https://translatewiki.net.
Change-Id: I22d3b8482787be33078f955f629cd0a9a350d7e2
2019-02-03 22:03:14 +01:00
Translation updater bot 479d13c0b9 Localisation updates from https://translatewiki.net.
Change-Id: Ib2708d4ea2d5d7d2981f2027448f1fe1d171b0c4
2019-01-30 21:56:09 +01:00
Translation updater bot 0161ab11ea Localisation updates from https://translatewiki.net.
Change-Id: Ie7662871bc4ee5b1f9a8b8d1eaf1ba70e99d2e71
2019-01-28 22:11:52 +01:00
Translation updater bot 8234491577 Localisation updates from https://translatewiki.net.
Change-Id: I73cf495e717fd3f4d9a175bad03d6999a76dc689
2019-01-24 22:37:48 +01:00
Translation updater bot 4927c84ac6 Localisation updates from https://translatewiki.net.
Change-Id: I4a645f2affc41e1f0791c3ca41428d5191a10a8f
2019-01-22 21:59:19 +01:00
Translation updater bot c2a11b4e36 Localisation updates from https://translatewiki.net.
Change-Id: If388699ad4274f195eaa5b5c45657a5530303ef7
2019-01-19 21:55:43 +01:00
Translation updater bot 9e9c6a6604 Localisation updates from https://translatewiki.net.
Change-Id: Ic7fa953763c11e824f83a396897d7f8f4d99954f
2019-01-18 21:56:54 +01:00
Translation updater bot fe252bb744 Localisation updates from https://translatewiki.net.
Change-Id: I03bd19f652bdf8b4338ccbfb1f5106f32d41de50
2019-01-13 21:56:54 +01:00
Translation updater bot 8994137e2a Localisation updates from https://translatewiki.net.
Change-Id: I4d336a357deda6ef021b979e7d4d5e38471ed607
2019-01-12 22:14:03 +01:00
Translation updater bot 41ae520d7a Localisation updates from https://translatewiki.net.
Change-Id: I4235d19bb182522d6375eb7c0e672e8d95f56882
2019-01-09 22:02:25 +01:00
Translation updater bot 6823fbd99e Localisation updates from https://translatewiki.net.
Change-Id: I2ffd35199f3a46bd8b680c520fd5219016d990b2
2019-01-07 22:21:59 +01:00
Translation updater bot a89613802d Localisation updates from https://translatewiki.net.
Change-Id: I91492a2b55201c1fd239df60d55db617fe4f6b7a
2019-01-06 22:15:11 +01:00
Translation updater bot 210c282aa5 Localisation updates from https://translatewiki.net.
Change-Id: I1526f8e073972336ebf463a588232c085fce70a7
2019-01-01 22:00:02 +01:00
Translation updater bot b2a37bc6a5 Localisation updates from https://translatewiki.net.
Change-Id: I530e257d1ed5e710decb33d849b5e914ebfe6887
2018-12-27 09:20:15 +01:00
Translation updater bot bd058c4940 Localisation updates from https://translatewiki.net.
Change-Id: I6a12a722d5cdcc30d590f24130496f3fc57602e6
2018-12-18 22:29:58 +01:00
Translation updater bot 148aeb6260 Localisation updates from https://translatewiki.net.
Change-Id: Ia59b1ffd5b5a0ddeb296d06d8e0698f759663242
2018-12-05 22:09:38 +01:00
Translation updater bot 3a94725934 Localisation updates from https://translatewiki.net.
Change-Id: Ie7ded64b3058087e5ab8340026bdfa1b896a7242
2018-12-04 21:57:00 +01:00
Translation updater bot da0fa6280b Localisation updates from https://translatewiki.net.
Change-Id: I2e70b81c0f321f489544e8f6edfc59f0df4ed098
2018-12-01 22:02:07 +01:00
Translation updater bot 170d7c07a2 Localisation updates from https://translatewiki.net.
Change-Id: Idb0f4ec0107c8f413e5fdfda75d98babde993eff
2018-11-19 21:59:25 +01:00
Translation updater bot bef5514c56 Localisation updates from https://translatewiki.net.
Change-Id: If1797c95f1d35c54f50f7c8b05771d04c46488e8
2018-11-18 22:27:48 +01:00
Translation updater bot ecb9a60c35 Localisation updates from https://translatewiki.net.
Change-Id: I116a78b4423d3398818eb722cf2e0214af143889
2018-11-16 22:08:19 +01:00
Translation updater bot 8d7fa67747 Localisation updates from https://translatewiki.net.
Change-Id: I3b1bfe78bb932b1139bbea0fd71ff7bdd4ecbe51
2018-11-12 21:58:12 +01:00
Translation updater bot 155be74428 Localisation updates from https://translatewiki.net.
Change-Id: Ie15f225d9d60a4bcfb4f87d1ec0717b09e0a01e9
2018-11-11 21:54:42 +01:00
Translation updater bot 046a79ed2e Localisation updates from https://translatewiki.net.
Change-Id: I9e89df0ac95093efe92cff1b8a1817433a427188
2018-11-08 22:00:23 +01:00
Translation updater bot 4e115ac969 Localisation updates from https://translatewiki.net.
Change-Id: I9a3656e2187a8204e3510083b3d81e265cc428e1
2018-11-07 22:03:12 +01:00
Translation updater bot b4b48b1836 Localisation updates from https://translatewiki.net.
Change-Id: Ie824945ffb43387ecb03006d50257106f27ddba7
2018-11-03 10:39:58 +01:00
Translation updater bot aa08cd2118 Localisation updates from https://translatewiki.net.
Change-Id: I4777d5f54a4484a985d2ea4fe410bb7895f59061
2018-10-25 22:21:40 +02:00
Translation updater bot a2d4ff658e Localisation updates from https://translatewiki.net.
Change-Id: If6f5b29bb2a5e86b0fd14e259c6d8cf24319c93d
2018-10-18 22:19:05 +02:00
Translation updater bot d3ed21abc9 Localisation updates from https://translatewiki.net.
Change-Id: I7db0fdaf6b1caea993154680def8292f137e7e39
2018-10-14 22:07:01 +02:00
Translation updater bot 09d35e07a8 Localisation updates from https://translatewiki.net.
Change-Id: Iaba85d6eaadec51727a6d01c4d5d2bd4b86db910
2018-10-13 09:53:15 +02:00
Translation updater bot a4b0de18c9 Localisation updates from https://translatewiki.net.
Change-Id: I3111067560e2ba5b27e6120cd1a1c25b011eb2ff
2018-10-08 22:57:35 +02:00
Translation updater bot 1085d8fc19 Localisation updates from https://translatewiki.net.
Change-Id: Idbf11ddc2fe2b4e71916ce42fd39fe80109f42a0
2018-10-07 22:16:02 +02:00
Translation updater bot fc4ebb1f6e Localisation updates from https://translatewiki.net.
Change-Id: Ib48987d48690b041e1a4d54e63de3cd6d9e7e1d6
2018-10-06 22:19:44 +02:00
Translation updater bot a058c9ab48 Localisation updates from https://translatewiki.net.
Change-Id: If8aa0d2a3e4f3ad7a11de4ab925e43be5bf460b8
2018-10-04 22:05:21 +02:00
Translation updater bot 61a8271817 Localisation updates from https://translatewiki.net.
Change-Id: I103b702a1f22acc5909cbed679f4704d54015eef
2018-10-04 14:15:26 +02:00
Translation updater bot 5a4068f33c Localisation updates from https://translatewiki.net.
Change-Id: Iebe28f6aa1de3bc16ce1c63867fdc4df59608df9
2018-09-26 13:11:48 +02:00
Translation updater bot 70388cd397 Localisation updates from https://translatewiki.net.
Change-Id: I9edefc0db74b6572b5bb528e6620e595dddac442
2018-09-14 10:00:02 +02:00
Translation updater bot 283f09faa2 Localisation updates from https://translatewiki.net.
Change-Id: I8c9a6f1eec19b443469637cf41a783f8fce4acf5
2018-09-13 09:49:40 +02:00
Translation updater bot e793f66b2c Localisation updates from https://translatewiki.net.
Change-Id: I1d69ed3bcf449cbd0fd4334065b5a3df73e8f246
2018-09-09 10:06:32 +02:00
Translation updater bot f357ca0b15 Localisation updates from https://translatewiki.net.
Change-Id: I42886964efb0235c34764c85f4087c1aee08c9c3
2018-09-07 09:26:43 +02:00
Translation updater bot dfe0b547c0 Localisation updates from https://translatewiki.net.
Change-Id: I8bc8c8164b6a2751db31c4ca7e91a3b2c8341278
2018-09-03 21:59:01 +02:00
Translation updater bot ee67a425e2 Localisation updates from https://translatewiki.net.
Change-Id: I0ea6c1979a9472dae66ee50d51757bd3907123f3
2018-09-01 22:10:33 +02:00
Translation updater bot 9f5a10e0ad Localisation updates from https://translatewiki.net.
Change-Id: Id7240e0278d481b4d5c5b4dfa3bebd193809cde6
2018-08-31 21:58:26 +02:00
Translation updater bot 905b825a1d Localisation updates from https://translatewiki.net.
Change-Id: I08f9bc586c173342f39ef975143d6b5f896cff35
2018-08-30 23:21:28 +02:00
Translation updater bot 0a501d982e Localisation updates from https://translatewiki.net.
Change-Id: Ibf67e425ad641fd97e66e89836245f7b7b155e03
2018-08-27 22:00:17 +02:00
Translation updater bot b06b6a5797 Localisation updates from https://translatewiki.net.
Change-Id: Ic9fd34f79c009f439cd490e218d7850ba9feacda
2018-08-25 22:19:06 +02:00
Translation updater bot 8f4dfcbe0b Localisation updates from https://translatewiki.net.
Change-Id: Ia2dc17078b15a6358369ea486c3e96c74540357d
2018-08-23 23:08:50 +02:00
Translation updater bot 1eccbcd3e3 Localisation updates from https://translatewiki.net.
Change-Id: Iab7992f7e9f19c3046a8a144e45305ced323fe3c
2018-08-21 23:16:04 +02:00
Translation updater bot 438ac42aa3 Localisation updates from https://translatewiki.net.
Change-Id: I796cdafa2750aa5675446105d8f8b85471e73111
2018-08-20 22:01:37 +02:00
Translation updater bot d9b8839011 Localisation updates from https://translatewiki.net.
Change-Id: Ib0919c9f8b9e4aebd7b4a37f73fb29bea4ce161c
2018-08-17 23:14:16 +02:00
Translation updater bot d58ee138e7 Localisation updates from https://translatewiki.net.
Change-Id: Icb12aa99e718da08b2ac82a65e45a146239ffb99
2018-08-15 22:04:43 +02:00
Translation updater bot cc8d355e54 Localisation updates from https://translatewiki.net.
Change-Id: I184093c8c1eff9abd72ad2d2ab5d521c8f2acdc0
2018-08-12 21:58:20 +02:00
Translation updater bot dcf01b6118 Localisation updates from https://translatewiki.net.
Change-Id: I468773d6365eedeb90808ec2d23ca9aa01d7a86d
2018-08-11 22:03:19 +02:00
Translation updater bot 5e1d5beb3f Localisation updates from https://translatewiki.net.
Change-Id: I12586d3f7a5034e0e4a4191954a9b21cd2788035
2018-08-09 22:08:26 +02:00
Translation updater bot 53059d8dd9 Localisation updates from https://translatewiki.net.
Change-Id: Iea1b7bb8f8b39e1d09cc97e636fa27378724e286
2018-08-08 21:59:45 +02:00
Translation updater bot 1373f826cf Localisation updates from https://translatewiki.net.
Change-Id: I891224fbcaec66150d15ae2aa65a5c9653bf3e9d
2018-08-07 22:08:56 +02:00
Translation updater bot fac0926e0a Localisation updates from https://translatewiki.net.
Change-Id: If2afd0c8cf4030f65157029f30d2e6e225fad8b8
2018-08-06 22:01:41 +02:00
Translation updater bot 2515b27616 Localisation updates from https://translatewiki.net.
Change-Id: I39c7a3d208d624c7e6756c52d85ac7e83bc4103b
2018-08-01 21:56:31 +02:00
Translation updater bot 958ae2d909 Localisation updates from https://translatewiki.net.
Change-Id: I764d30a432119904ae3a89edd8ed9a75c0e75624
2018-07-29 22:08:57 +02:00
Translation updater bot 1eb1ef6ad3 Localisation updates from https://translatewiki.net.
Change-Id: I1458d9fc532765a3b441928569d0f93ddafffe90
2018-07-27 21:55:55 +02:00
Translation updater bot af6a64d070 Localisation updates from https://translatewiki.net.
Change-Id: I94b987ff4d9795b7b666fe16438e14dc2f5a2ddd
2018-07-22 21:54:39 +02:00
Translation updater bot 85ec730f6f Localisation updates from https://translatewiki.net.
Change-Id: I0d8a8643937bed940c988988f49f2ce34524b1c3
2018-07-19 22:15:02 +02:00
Translation updater bot 60f7646030 Localisation updates from https://translatewiki.net.
Change-Id: I62c913dce42d44d382c9c9eb6be83b23494bb955
2018-07-18 21:59:26 +02:00
Translation updater bot 41eac002eb Localisation updates from https://translatewiki.net.
Change-Id: I45821ab725752c067e912e2fd3c2d8eb5f5c41a3
2018-07-16 22:02:44 +02:00
Translation updater bot 0dfcb87a84 Localisation updates from https://translatewiki.net.
Change-Id: I7cdfc2eb15c6e246ab4fafc2ac3e841003af46e3
2018-07-15 21:57:29 +02:00
Translation updater bot 9f1ec87cb7 Localisation updates from https://translatewiki.net.
Change-Id: I710d0b95890d3fdd2f97bbdc87c900aba3673d82
2018-07-13 22:04:24 +02:00
Translation updater bot 0c21e979dd Localisation updates from https://translatewiki.net.
Change-Id: I5376f8b763f75a351c4ae60c79f25d5866e01b8d
2018-07-12 22:19:27 +02:00
Translation updater bot 865d9c06d7 Localisation updates from https://translatewiki.net.
Change-Id: Ic6adf3bc6e5d226b656a54f989bfa8e84d0fae92
2018-07-11 22:25:15 +02:00
Translation updater bot fbe614666a Localisation updates from https://translatewiki.net.
Change-Id: Ifc946372bf0a5e58c721ffe055905a2438b99a05
2018-07-09 21:54:47 +02:00
Translation updater bot 509811110c Localisation updates from https://translatewiki.net.
Change-Id: Ia87fb6048b83c045e991b3eaf71d7dddb1fc0e6a
2018-07-05 21:57:31 +02:00
Translation updater bot c394f02e14 Localisation updates from https://translatewiki.net.
Change-Id: I7458329dfb0672718086e6e8a63fd925e2fa928e
2018-07-03 21:58:16 +02:00
Translation updater bot 1c7cedb731 Localisation updates from https://translatewiki.net.
Change-Id: Ibc824861e3eecfac556b38462062708c96c94510
2018-07-02 21:56:05 +02:00
Translation updater bot 7e7a3f00bd Localisation updates from https://translatewiki.net.
Change-Id: Ib01118a03dd792744a2d0b7003fe576883919831
2018-06-28 22:00:51 +02:00
Translation updater bot 4e86355b5a Localisation updates from https://translatewiki.net.
Change-Id: I79aba88bcc4d666bcddce363a58baa125d1b563e
2018-06-27 21:55:16 +02:00
Translation updater bot 53a6d3a22f Localisation updates from https://translatewiki.net.
Change-Id: I0e8858bc35ec69f165f98baa844cb7154578f287
2018-06-24 22:09:43 +02:00
Translation updater bot f256ded310 Localisation updates from https://translatewiki.net.
Change-Id: If93b321f5f99e0bf5cbf7720066a389cb3462785
2018-06-21 22:27:13 +02:00
Translation updater bot 9e2bab234c Localisation updates from https://translatewiki.net.
Change-Id: I3805dc58fcd9f246c49cbe5f7c57a7971629e323
2018-06-16 22:06:51 +02:00
Translation updater bot f282f793ab Localisation updates from https://translatewiki.net.
Change-Id: I191f8544647940e2bbd74447d4cfca521dfc825a
2018-06-15 22:14:00 +02:00
Translation updater bot f2bbb3774d Localisation updates from https://translatewiki.net.
Change-Id: Ib3a5f8df481d2d527411d35f4a223b9682f75887
2018-06-14 22:18:19 +02:00
Translation updater bot e8284a2e91 Localisation updates from https://translatewiki.net.
Change-Id: I36ecdda16296f5d80a2242124f1184cb1f408860
2018-06-13 22:07:33 +02:00
Translation updater bot 5a964ea134 Localisation updates from https://translatewiki.net.
Change-Id: I86327e7ef36c18ce9d62b986cbc2f877b6ce11eb
2018-06-11 22:17:33 +02:00
Translation updater bot 4e8e303105 Localisation updates from https://translatewiki.net.
Change-Id: Ic9a7d53d55641f106bfbb53d4a2cb8544603813d
2018-06-10 22:04:18 +02:00
Translation updater bot d2d4f348d1 Localisation updates from https://translatewiki.net.
Change-Id: I81a9029d1888aeb3f07e5235d0817dab3c62225e
2018-06-07 23:22:45 +02:00
Translation updater bot 6b6b2bda6d Localisation updates from https://translatewiki.net.
Change-Id: I79aa213768b2fa92a30dfecc59b867cd1f052fa8
2018-06-05 22:01:16 +02:00
Translation updater bot 1d44463f07 Localisation updates from https://translatewiki.net.
Change-Id: Ic82b72c3dceee0a2e8f1cb46f4fca4aeafe491ef
2018-06-04 22:30:14 +02:00
Translation updater bot 9c817cdc86 Localisation updates from https://translatewiki.net.
Change-Id: Id8d75ca8749a4be63eb54eb36f71e6a4a0dd18e6
2018-06-03 22:19:07 +02:00
Translation updater bot 9d7d4b455b Localisation updates from https://translatewiki.net.
Change-Id: Ied8c5a7a502018b18ad8e2a5552a45e43a45a778
2018-06-02 22:27:07 +02:00
Translation updater bot 708fcac6fc Localisation updates from https://translatewiki.net.
Change-Id: I88493dc83000a4af058906f3fa3f9858cf1a300b
2018-06-01 22:07:11 +02:00
Translation updater bot df443f3b40 Localisation updates from https://translatewiki.net.
Change-Id: I0862bd1410313e39e68e5899166400c5429c1809
2018-05-31 22:12:03 +02:00
Translation updater bot 426230807c Localisation updates from https://translatewiki.net.
Change-Id: I00e284dd80a751bfc328359d97bf38ad222be489
2018-05-30 22:09:59 +02:00
Translation updater bot fa92823789 Localisation updates from https://translatewiki.net.
Change-Id: Ie2d7980f0d3b756b98e8e0e8ac16a06a667fcc1d
2018-05-29 22:05:23 +02:00
Translation updater bot e3c7bbbdf8 Localisation updates from https://translatewiki.net.
Change-Id: I15f51191f488ab69c9fdabef6166fdcc1b0cfdfe
2018-05-28 22:21:58 +02:00
Translation updater bot 0ad5ede208 Localisation updates from https://translatewiki.net.
Change-Id: Icf1215b84e3945c143c0d55b929736ad0059eb73
2018-05-27 21:59:14 +02:00
Translation updater bot a1cbaa36d1 Localisation updates from https://translatewiki.net.
Change-Id: I9e08898d83d64e95215c7148d856a8728b40f841
2018-05-26 23:14:56 +02:00
Translation updater bot b7350372af Localisation updates from https://translatewiki.net.
Change-Id: Id3527861399991b6fd9d6cec3e3b3997b8f7a349
2018-05-25 21:59:39 +02:00
Translation updater bot a55d9b3e21 Localisation updates from https://translatewiki.net.
Change-Id: I32d1b7a5db51054ded19a14db4ea48fe7795e4d9
2018-05-24 21:56:08 +02:00
jenkins-bot e0502f027c Merge "Re-implement and improve mw-jump links with pure CSS" 2018-05-24 00:31:29 +00:00
Timo Tijhof b843094a2d Re-implement and improve mw-jump links with pure CSS
* Improve their accessibility by giving both links
  a full label "Jump to x" and "Jump to y" instead
  of "Jump to: ", "x", "y".

  This also makes things much better for localisation, for which
  we generally discourage use of concatenation.

* Use pure CSS for the toggling of the visibility on focus,
  instead of relying on JavaScript. Especially given the
  JS comes form core's 'jquery.mw-jump' module, which is
  considered technical debt per T195256. Alternatively,
  that could be copied to vector.js, but pure CSS
  is possible, so why not.

* Use plain <a> links in the HTML instead of wrapped in a <div>.
  This solves the long-standing problem whereby the margin
  between #contentSub and #mw-content-text had to be awkwardly
  negated and overridden in core and on various to make sure that
  the wrapper itself would become visible as needed, in a way that
  has margin around this. This whole problem doesn't apply when
  simply using inline links that aren't part of the regular flow
  with .mixin-screen-reader-text. On focus, the individually
  focussed link appears in regular flow, without the need for
  any custom styles.

* This uses :not(:focus) to naturally make it render in the default
  way on focus, and visibibly hidden/clipped otherwise.
  This is supported in IE9+ and Android 2+.
  There is a way to make it work with CSS2 for IE7-8, by applying
  the mixin to '.mw-jump-link' only and then undoing all of
  'position', 'width', 'height', 'clip', and 'margin' on :focus.
  But I'm not sure that's worth it here. The fallback in IE7-8
  for not supporting ":not(:focus)" is that the accessibility
  link is simply visible always, which seems like a good fallback
  for accessibility, and doesn't hurt anything.

Bug: T195256
Change-Id: Icaadb290f692b3617688d32cbb66dfb007f1c82c
2018-05-24 00:08:02 +00:00
Translation updater bot b80e2c8ccd Localisation updates from https://translatewiki.net.
Change-Id: Ic72a6eaa564b66c09d42c2b33962cfe658769920
2018-05-20 22:27:31 +02:00
Translation updater bot ebb2ef8dc5 Localisation updates from https://translatewiki.net.
Change-Id: I6b09a843355ded66f7c1a739374e95515046e386
2018-05-18 22:26:15 +02:00
Translation updater bot 0819a3b007 Localisation updates from https://translatewiki.net.
Change-Id: I1e9c5116cdd7516381aecdd06b43f1f8a75d8db2
2018-05-08 22:01:00 +02:00
Translation updater bot 458095e570 Localisation updates from https://translatewiki.net.
Change-Id: I56a5a4a42c8e4c2f8cd6b64295684cb5f9f96c8e
2018-05-05 21:57:31 +02:00
Translation updater bot 971a0bdfa9 Localisation updates from https://translatewiki.net.
Change-Id: I61d19250c1f53f6ae1ce963c3e80709ada74f91b
2018-04-30 22:04:12 +02:00
Translation updater bot ff17dfc9a3 Localisation updates from https://translatewiki.net.
Change-Id: I24e7fcbf7fd4060c0fd146c2990aca173b9604de
2018-04-29 22:08:11 +02:00
Translation updater bot 317467b7ef Localisation updates from https://translatewiki.net.
Change-Id: I0530ad1a5e71318da5cf30e428276db736fb9caf
2018-04-25 22:24:49 +02:00
Translation updater bot 6330395cfd Localisation updates from https://translatewiki.net.
Change-Id: I5fe95a9116f420b3fef1d64b959744456b4f62b2
2018-04-24 22:01:45 +02:00
Translation updater bot 781162b9ab Localisation updates from https://translatewiki.net.
Change-Id: Iecf3d1ae5118c03af8d0a04febbf91c2adcc12fc
2018-04-23 22:14:51 +02:00
Translation updater bot fc4a8a1a9f Localisation updates from https://translatewiki.net.
Change-Id: I6d7a989c5aae248f16b3bd938c651c460c7b9753
2018-04-18 21:56:58 +02:00
Translation updater bot f0327dc555 Localisation updates from https://translatewiki.net.
Change-Id: Ib4891e59a522a5c81138c814eaef13225d4d84e8
2018-04-17 22:03:33 +02:00
Translation updater bot cc99dda2e4 Localisation updates from https://translatewiki.net.
Change-Id: I8c54db08bc09c2afc01abe27371ac78d429b454e
2018-04-13 21:57:49 +02:00
Translation updater bot f0dc1152f9 Localisation updates from https://translatewiki.net.
Change-Id: I1901c7160da9a1e0ccb2baba4098265d89553f33
2018-04-10 22:01:14 +02:00
Translation updater bot a9ad1609e5 Localisation updates from https://translatewiki.net.
Change-Id: Ice585d95930addb613c586f63801dc39f6aaed7d
2018-04-01 08:28:07 +02:00
Translation updater bot 3c90c748a8 Localisation updates from https://translatewiki.net.
Change-Id: Ide552761f767e672c8c2fb9f6147613bffb55a91
2018-03-27 21:55:14 +02:00
Translation updater bot 26df7db792 Localisation updates from https://translatewiki.net.
Change-Id: Ic4974b9fe3fb4b01b3a289dde32143cf10b63db9
2018-03-26 22:06:18 +02:00
Translation updater bot 5f3d50a56c Localisation updates from https://translatewiki.net.
Change-Id: Ia9902746d1ad0433d46f735211877becca209780
2018-03-24 22:07:42 +01:00
Translation updater bot 2bfe935bc4 Localisation updates from https://translatewiki.net.
Change-Id: I57b71720dc25c45779a8d11c8e21e814fabee954
2018-03-21 22:19:29 +01:00
Translation updater bot 3f74e86532 Localisation updates from https://translatewiki.net.
Change-Id: I1a1b283ba6090fa41978b6814adf32ff34ca2823
2018-03-19 22:03:48 +01:00
Translation updater bot 5db0c43a45 Localisation updates from https://translatewiki.net.
Change-Id: I854e5c120217f47675e398df6d853824d3958af4
2018-03-10 21:57:38 +01:00
Translation updater bot 7fd74c1169 Localisation updates from https://translatewiki.net.
Change-Id: Iecd2bee6daefb00e95baad3aa927cb6748b187b4
2018-03-09 22:03:36 +01:00
Translation updater bot b53cdbbcde Localisation updates from https://translatewiki.net.
Change-Id: I6c27334283055465b33df2dca520d6a4b2183c81
2018-03-08 22:25:35 +01:00
Translation updater bot 485ed08363 Localisation updates from https://translatewiki.net.
Change-Id: I2deef17dfc9c5970a338597b24e2c87c3fa2e7c3
2018-03-07 22:26:24 +01:00
Translation updater bot 3151afdc24 Localisation updates from https://translatewiki.net.
Change-Id: I97ac74701e32450a0b279c02da42a40ed1a0ace9
2018-03-05 22:07:12 +01:00
Translation updater bot 9d3d47adb4 Localisation updates from https://translatewiki.net.
Change-Id: Idabb533c281f4071fe84ea0c76f5bb0fe3266b5d
2018-03-01 21:59:09 +01:00
Translation updater bot 453fe279b9 Localisation updates from https://translatewiki.net.
Change-Id: Iafbd772c90f5a290a258ffdef3181267eadbcc53
2018-02-25 22:08:15 +01:00
Translation updater bot 8551cf6d47 Localisation updates from https://translatewiki.net.
Change-Id: Iadf82e4e6b20ab8b6edb8cb17137a1734f315373
2018-02-20 22:06:25 +01:00