Thiemo Kreuz
139e6547d1
Remove unused media/meta-related messages
...
visualeditor-dialog-media-thumbdimensions
Added in 2014 via I7b4d019, but never used, as far as I can tell.
visualeditor-dialog-media-searchselect
Unused since I65aed34 from 2015.
visualeditor-dialog-meta-settings-displaytitle-enable
The feature was removed in 2017 via I46db6b1.
This patch also marks some other messages as being used via comments.
Change-Id: Ia10b6a5c0ea83dd670e2cfdbaa768c41fc0cf392
2022-07-13 13:56:41 +02:00
Translation updater bot
83fbbba390
Localisation updates from https://translatewiki.net .
...
Change-Id: I244decbe1796492a7ec251b6b3aab1db8afa05f9
2022-07-13 08:18:24 +02:00
Translation updater bot
b3306567e9
Localisation updates from https://translatewiki.net .
...
Change-Id: I210d73dbdf5f20030b152175873c1d68f603497c
2022-07-12 08:15:57 +02:00
Translation updater bot
1e580da334
Localisation updates from https://translatewiki.net .
...
Change-Id: I3aff596dc6bb3cc20576f18d815d9a5d018cbc5c
2022-07-11 09:50:54 +02:00
Translation updater bot
106c550c83
Localisation updates from https://translatewiki.net .
...
Change-Id: I734076267445eeed4ba011faa6ac3d9d5e6bfb35
2022-07-08 08:53:20 +02:00
Translation updater bot
b0937f243d
Localisation updates from https://translatewiki.net .
...
Change-Id: I60354d290905322952297de3a7c0fb7654b14a86
2022-07-07 08:51:17 +02:00
Andrew Kostka
d5b8107902
Use "Add template" label in the sidebar and as the header
...
Bug: T311107
Change-Id: Ib85c08c5d72e621a7687dc393b2f8d9443f13b06
2022-07-06 10:55:43 +00:00
Translation updater bot
3117f9a535
Localisation updates from https://translatewiki.net .
...
Change-Id: I35f351704c7683843fd5893b805667ae75044cff
2022-07-06 10:18:52 +02:00
Adam Wight
0c87f16057
Shorten text for add buttons
...
This makes layout easier on small screens.
Bug: T311107
Change-Id: I506ac8ae721cf7b77f20c39b8049455d40d319de
2022-07-05 13:50:47 +02:00
Translation updater bot
d7d953aefe
Localisation updates from https://translatewiki.net .
...
Change-Id: I8754be18daa834dddf51905392db7bee5d9fd9ff
2022-07-05 08:39:14 +02:00
Translation updater bot
bfea60d921
Localisation updates from https://translatewiki.net .
...
Change-Id: I4c66ef05e3b5629afa6b7d5ac010335354f18e7d
2022-07-04 08:23:09 +02:00
Translation updater bot
11f48d1e1a
Localisation updates from https://translatewiki.net .
...
Change-Id: I4fe9881134214b767ebe364a2a20d0ba969df1fd
2022-07-01 08:54:02 +02:00
Translation updater bot
3d77052c94
Localisation updates from https://translatewiki.net .
...
Change-Id: I1638ef8b83fedc1f79bd0731d0ef8c561cf03697
2022-06-29 08:35:52 +02:00
Translation updater bot
c716ab294c
Localisation updates from https://translatewiki.net .
...
Change-Id: I137073ca319be860062bfcde57b41dd186e8f5fe
2022-06-28 08:40:29 +02:00
jenkins-bot
1e094a8868
Merge "Fix broken error message 'visualeditor-saveerror'"
2022-06-27 19:07:18 +00:00
Translation updater bot
bf6eecb1e4
Localisation updates from https://translatewiki.net .
...
Change-Id: I18e3adacec441e1678e5214e9ba9fd42aecbeddd
2022-06-27 08:18:54 +02:00
Translation updater bot
28f3e9ac0b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib564d607b009515524f6b8ae8c8d01c0dae535fb
2022-06-24 09:31:40 +02:00
Translation updater bot
72748f59d5
Localisation updates from https://translatewiki.net .
...
Change-Id: If0afe0972a3f03b6b07018e4f521082d0bfc38f0
2022-06-23 09:04:29 +02:00
jenkins-bot
c19a44e246
Merge "Remove unused media info messages"
2022-06-22 19:36:00 +00:00
Adam Wight
15ef2dc3c6
Remove inaccessible ARIA annotation from old sidebar
...
This was added via I3b792ff. It's about the old sidebar which isn't
accessible any more.
Bug: T311069
Change-Id: I29919285255a84bd58aa06ee1b2816d25a8112a6
2022-06-22 13:44:23 +02:00
Thiemo Kreuz
f0bce1c845
Remove unused media info messages
...
The "visualeditor-dialog-media-info-…" messages are part of a larger
info panel that appears after searching for an image. This was
introduced via I7b4d019, a patch with 52 patchsets, developed between
September 2014 and January 2015.
The "credit" message appeared first in patchset 2, see
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/161342/2/modules/ve-mw/i18n/en.json
The "dateformat" message appeared first in patchset 12, see
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/161342/11..12/modules/ve-mw/i18n/en.json
This message appears to be special in so far that it was never used
to begin with.
The other two messages appeared first in patchset 21, see
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/161342/20..21/modules/ve-mw/i18n/en.json
3 of the 4 messages are used at this point. The message keys are
constructed in code via `"visualeditor-dialog-media-info-" + key`.
This piece of code was also introduced in patchset 21, see
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/161342/20..21/modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js#629
This was entirely rewritten in patchset 41, see
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/161342/40..41/modules/ve-mw/ui/dialogs/ve.ui.MWMediaDialog.js#b670
Since then the messages are unused. The info panel still exists and
still shows all information, but the 3 fields "ImageDescription",
"LicenseShortName", and "Credit" just show an icon and the field's
value, but no label (any more).
Change-Id: Ief35a85d8c5cbf49b662adbfd068dbecd8e4f154
2022-06-22 09:09:07 +00:00
jenkins-bot
1ba1bc76f4
Merge "Remove dead code in MWTemplatePage"
2022-06-22 06:29:47 +00:00
Translation updater bot
04e6954fd9
Localisation updates from https://translatewiki.net .
...
Change-Id: Icea5faddda50244e4c81eaf0d4f2cf3647429392
2022-06-22 08:14:21 +02:00
jenkins-bot
4eceae3962
Merge "Remove two unused placeholder messages from gallery dialog"
2022-06-22 00:38:19 +00:00
WMDE-Fisch
11f5f6cb59
Remove dead code in MWTemplatePage
...
Bug: T310859
Change-Id: Ie55d82fb6f3be0b90b8f42aecdd761624b94afca
2022-06-22 00:20:00 +00:00
jenkins-bot
3b9e0bf0dc
Merge "Remove unused media position messages"
2022-06-21 17:37:06 +00:00
jenkins-bot
b2bd7516f1
Merge "Remove dead code in MWTransclusionDialog"
2022-06-21 14:49:18 +00:00
WMDE-Fisch
8535fa72ab
Remove dead code in MWTransclusionDialog
...
Removing CSS will go into a follow up.
Bug: T310859
Change-Id: I05a0c12ab98ca428aca64181469d8c9cf6311f03
2022-06-21 14:22:47 +02:00
Thiemo Kreuz
ec2a961d00
Remove two unused placeholder messages from gallery dialog
...
Both messages are unused since I1e93c3a. As I understand the patch
what it did was replacing two plain text input fields with WYSIWYG
editors. These don't use placeholders.
Change-Id: Ia4ac7d7c9ae86dedd02040a81300a9722e94d1b7
2022-06-21 14:20:33 +02:00
Thiemo Kreuz
a01163d097
Remove unused media position messages
...
All 4 messages are introduced via I15fbd1e in January 2014.
The "none" message is unused since Iddd78c9 from February 2014. It
was replaced with a checkbox with a different label.
The other 3 messages are unused since I7057997 from February 2015.
A more generic widget is used since then. It uses messages that are
named "visualeditor-align-widget-center" and so on.
Change-Id: I7ad4772cb4fdec7e478cee23dccd5ae600834caf
2022-06-21 14:11:53 +02:00
Translation updater bot
0cdf8f23e0
Localisation updates from https://translatewiki.net .
...
Change-Id: I89185325aa63903b99158e48b8bb2b3c081e2daa
2022-06-21 08:32:20 +02:00
jenkins-bot
d61bac4907
Merge "Remove unused "enabled in namespace" messages"
2022-06-20 16:22:35 +00:00
Thiemo Kreuz
ca4755eeba
Remove unused "choose media size" messages
...
The three messages have been added via Ib973ea2 (tracked via T49804)
and I6778705 in 2014. They have been used exclusively in the file
ve.ui.MWMediaEditDialog.js.
They have been removed from the file via I017a017 in 2014. The commit
message is a bit confusing. It sounds like the changes are copied
from the core submodule. But said submodule is only lib/ve. All other
changes in the patch are done to adapt to the changes made in the
submodule.
TL;DR: Unused since I017a017.
Change-Id: Ib475cce34f55a70d6fb7d3a36b197ced0b043337
2022-06-20 17:35:33 +02:00
Thiemo Kreuz
0238b12341
Remove unused "enabled in namespace" messages
...
One of the two messages was introduced via I4ef25c0 in 2012.
Back then it was meant to be used as part of the
"visualeditor-preference-enable" message.
Both are, as far as I can see, unused since I9d7786b (tracked via
T58205) from 2013.
Change-Id: Icdfeb431553883f2b105ddd1c3b36873ba7c0b67
2022-06-20 17:04:02 +02:00
WMDE-Fisch
6396b030d5
Remove dead code in MWTemplatePlaceholderPage
...
Bug: T310859
Change-Id: I04de9c4bd3828e8769136d5776037e927ba7b4ab
2022-06-20 10:30:31 +02:00
jenkins-bot
92feea3068
Merge "Remove dead code in MWTransclusionContentPage"
2022-06-20 08:24:49 +00:00
Translation updater bot
237673dadd
Localisation updates from https://translatewiki.net .
...
Change-Id: I6b08eebca1cce9a916155a706efe519f74f6fecb
2022-06-20 08:18:16 +02:00
WMDE-Fisch
bf2f40e8d4
Remove dead code in MWTransclusionContentPage
...
The outline item is only used by the new sidebar for the move and
remove flags it seems.
Bug: T310859
Change-Id: Ia74e5b0e3dbf81e745137b181ed34a4d48dac42c
2022-06-17 16:46:30 +02:00
jenkins-bot
e2a3629aa8
Merge "Remove redundant error message used sometimes when switching"
2022-06-17 13:24:10 +00:00
WMDE-Fisch
3273b7e5bd
Remove dead code in MWParameterPage
...
Parameters do not have an "OutlineItem" anymore so the code for
that was completely removed.
Bug: T310859
Change-Id: Ie57f462b8fda4505b99ee5bc9d788908d18d9c64
2022-06-17 12:25:40 +02:00
Thiemo Kreuz
218ac78960
Remove obsolete "search for a parameter" page and widgets
...
… as well as messages, CSS, and icons that are now unused.
Bug: T310859
Change-Id: I1a2797728788cf1a86299414c1430ded0b362d4e
2022-06-17 10:23:00 +02:00
Translation updater bot
02377f4b0f
Localisation updates from https://translatewiki.net .
...
Change-Id: I506d3ec0d599761c21219b021b249fc764d10b45
2022-06-16 09:25:52 +02:00
Bartosz Dziewoński
5622576ef9
Fix broken error message 'visualeditor-saveerror'
...
The message 'visualeditor-error-invalidresponse' doesn't exist,
it has been removed in 5f1c68945d
.
MediaWiki API methods can return an error message for this case.
The message 'visualeditor-saveerror' is not used anywhere else.
Change-Id: I3f5617b94135fa602b714aafc0eb6b16f2cd77df
2022-06-16 00:35:13 +00:00
Bartosz Dziewoński
559d85f0f4
Remove redundant error message used sometimes when switching
...
The API error messages already explain everything well enough,
we pass them directly into a very similar popup in #loadFail.
This message is older than the pretty API error responses,
and didn't work with them well.
Bug: T306763
Change-Id: Ie0d8dc24c967cce02579d6c0539a55ba14372f84
2022-06-16 01:28:19 +02:00
WMDE-Fisch
82718bf70a
Remove feedback message link
...
The testing phase for the implemented features is finished. So the
feedback link for the project can be removed.
Also added missing documentation for a message key used.
Bug: T307188
Change-Id: I2e2e4ff58d2bacda5ae841bcf6f418e786a3967e
2022-06-15 12:37:14 +00:00
Adam Wight
1b4c81c27d
Remove $wgVisualEditorTransclusionDialogInlineDescriptions feature flag
...
The feature is always enabled now.
Bug: T307188
Change-Id: Id8b39d44901dee9118837fc4670d7faa4ef19b43
2022-06-15 12:09:47 +02:00
Translation updater bot
8a6086db52
Localisation updates from https://translatewiki.net .
...
Change-Id: I9f6224bd80038404e7f446e11a51d85cb02cbdca
2022-06-15 08:42:40 +02:00
Translation updater bot
0ab6f8c23a
Localisation updates from https://translatewiki.net .
...
Change-Id: I0a26495a5c652ba9b1e970ad6b7c5e2cae081e64
2022-06-14 08:49:26 +02:00
Translation updater bot
d1d4ba4636
Localisation updates from https://translatewiki.net .
...
Change-Id: I203d6ffdbb8608075c3639c1c1db4ccbb04ed272
2022-06-13 08:29:25 +02:00
Svantje Lilienthal
58fd0531d9
Remove updated feature message about search
...
Bug: T296471
Change-Id: Ie6eea76dacdc614ecb910c48e7e1f519b8c69322
2022-06-10 13:13:51 +00:00
Translation updater bot
80092b55d9
Localisation updates from https://translatewiki.net .
...
Change-Id: I5ad276330fc551b0e261691568412d4c6b8b163b
2022-06-09 08:17:53 +02:00
jenkins-bot
b23600fe70
Merge "Split advanced language variants messages"
2022-06-08 19:47:24 +00:00
Translation updater bot
17715f6c43
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie349c19df6cd5f16dbbc5430e82eff4a0e5d2ef9
2022-06-08 08:28:23 +02:00
Translation updater bot
b99f78aa82
Localisation updates from https://translatewiki.net .
...
Change-Id: I0c2b04c689f28b9b2a12ddd6c55f64f15fd02d30
2022-06-07 10:01:55 +02:00
Translation updater bot
6e9387b626
Localisation updates from https://translatewiki.net .
...
Change-Id: If32d7acf8ab1e264d247709e616224a65ff136ea
2022-06-06 09:27:08 +02:00
Translation updater bot
7e4d0b8487
Localisation updates from https://translatewiki.net .
...
Change-Id: I9ccd0196aceaeb210db4c1ceb6b4a4c7b22c5962
2022-06-03 08:58:24 +02:00
Translation updater bot
b659eafe5a
Localisation updates from https://translatewiki.net .
...
Change-Id: I5ea61db27522e37b3b57d190ba7c39d8ce07fac2
2022-06-02 08:15:48 +02:00
Translation updater bot
a707c803a2
Localisation updates from https://translatewiki.net .
...
Change-Id: I7a1753e5f499eacf148ba8c3c3e1734ac1437996
2022-06-01 08:21:22 +02:00
Translation updater bot
911e5017d8
Localisation updates from https://translatewiki.net .
...
Change-Id: I21b10028c6c16ee0c7b839d90ad57ca6c17a8823
2022-05-31 08:08:55 +02:00
Translation updater bot
107727eb12
Localisation updates from https://translatewiki.net .
...
Change-Id: Iee387e366d5478f52f23c6f208b7934b02e658db
2022-05-30 09:24:35 +02:00
Amir E. Aharoni
646a812ef4
Split advanced language variants messages
...
These messages are quite advanced, and they are strongly needed
only in a handful of languages. To make VE localization easier
for volunteer translators, they should be in a separate file,
clearly labeled and with a different priority.
I'll make a separate patch for corresponding translatewiki
configuration.
Change-Id: I64a70b9b4756efea7dfa7cf3cb4dbe9251b73211
2022-05-29 22:16:26 +03:00
Translation updater bot
375145be28
Localisation updates from https://translatewiki.net .
...
Change-Id: I424e0b8654c3885f93c99104993f6ee9ad3f245f
2022-05-27 10:26:32 +02:00
Translation updater bot
0bee2c6ce9
Localisation updates from https://translatewiki.net .
...
Change-Id: I4ff19a0e7896443cff27f009009accab6ca25592
2022-05-26 08:52:21 +02:00
Translation updater bot
2ec96bf0c4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie86751a61ed86f341df7e3d772db1e87a9ffd2d9
2022-05-25 08:33:17 +02:00
jenkins-bot
bb7f777ffe
Merge "Zero-configuration VisualEditor for mainline"
2022-05-25 00:01:15 +00:00
Translation updater bot
3141d90791
Localisation updates from https://translatewiki.net .
...
Change-Id: I779a7ba4f5c3da7d61afa8e3d1123ffa9d1abc52
2022-05-24 08:26:07 +02:00
Translation updater bot
24a00796fb
Localisation updates from https://translatewiki.net .
...
Change-Id: I3445bd329c8262e14d0a6e1de94d2bb02fd952a1
2022-05-23 08:17:53 +02:00
C. Scott Ananian
57dc7aa630
Zero-configuration VisualEditor for mainline
...
Now that Parsoid's ServiceWorkers have been merged to core, this adds
support for "zero configuration Visual Editor" to the master branch.
Like earlier zero-conf work, this does not use RESTBase for stashing
or for reliable selective serialization. Future integration work
with ParserCache will reintroduce this functionality. Nevertheless,
this implementation should have feature parity with the "loopback interface"
zero conf VE we've been shipping since 1.35.
Bug: T305108
Change-Id: I7b5b4a6d16b07914f947cbaf498ad1d3cf2447a5
2022-05-20 15:01:09 -04:00
Translation updater bot
0d94b62daf
Localisation updates from https://translatewiki.net .
...
Change-Id: If07d11654fd860de91f76b20fd1a33121713c320
2022-05-20 08:37:41 +02:00
Translation updater bot
ad76b58b8c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia59a3041c5c0dfd092b0f6865d45174d59076fdf
2022-05-18 08:20:17 +02:00
Ed Sanders
e9b29e7714
Messages: Remove 'visualeditor-donebutton-tooltip'
...
This was removed from the code a while ago when we switched
to a single toolbar on mobile.
Change-Id: Ic2a807bd8e17a692ad3a6974bbb3028fa1d2d434
2022-05-18 01:06:45 +01:00
Translation updater bot
5de8de3b37
Localisation updates from https://translatewiki.net .
...
Change-Id: I83b84edca3640a3116faed56482ef8bddeb4e89a
2022-05-17 08:29:17 +02:00
Translation updater bot
7094857fab
Localisation updates from https://translatewiki.net .
...
Change-Id: I921f0bf0cc5cfeb380459482ebda9de1c6631ebd
2022-05-16 08:25:38 +02:00
jenkins-bot
e449d24344
Merge "Rephrase messages about changes that will be lost"
2022-05-13 16:16:11 +00:00
Translation updater bot
176634ba60
Localisation updates from https://translatewiki.net .
...
Change-Id: I68ffd16dd2380373dde7642cc363c178e416bd89
2022-05-13 08:27:06 +02:00
Translation updater bot
6b6b065e07
Localisation updates from https://translatewiki.net .
...
Change-Id: I19bf42f80434a71504b0401bfdda644efefc6fe5
2022-05-12 08:14:03 +02:00
Translation updater bot
f8f72a5035
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibfed79ef0d511a0edeecaf0885b5cd80805d16d3
2022-05-11 08:12:22 +02:00
Amir E. Aharoni
66cfaa8ba4
Rephrase messages about changes that will be lost
...
Make the two related messages the same, and more
grammatically logical and clear.
Change-Id: I30752a28626945e6ca974a726cb10a1022a8c820
2022-05-10 15:56:40 +03:00
Translation updater bot
85979e72e0
Localisation updates from https://translatewiki.net .
...
Change-Id: If6d91c0c8666d577d4e17babcd497a7d3da50092
2022-05-10 08:10:13 +02:00
Translation updater bot
3e98262831
Localisation updates from https://translatewiki.net .
...
Change-Id: I043057a2983ff9f9132d3b9126b01415c9c1a3d7
2022-05-09 08:12:36 +02:00
Translation updater bot
51a7aa2e90
Localisation updates from https://translatewiki.net .
...
Change-Id: I64f439515ef4094c2abd9c5129c38fbc4d677bfb
2022-05-06 08:19:55 +02:00
Translation updater bot
9e9ff2fb97
Localisation updates from https://translatewiki.net .
...
Change-Id: I3185131de5fdd4084bf3ff53501d8ed33ce48af0
2022-05-05 08:07:11 +02:00
Translation updater bot
ba8cde4197
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia52c284389d86c951aa4f69cbb96a43c4829134d
2022-05-04 08:19:07 +02:00
Translation updater bot
f247aea770
Localisation updates from https://translatewiki.net .
...
Change-Id: Id615b67c976e19ace5b3aa4928b68bafd3568942
2022-05-03 08:45:55 +02:00
Translation updater bot
2d61c0b4b4
Localisation updates from https://translatewiki.net .
...
Change-Id: I2ac71dd6ce2e1bbda58116cef83a147e7bb0b25a
2022-05-02 08:20:39 +02:00
WMDE-Fisch
1f4eec1a10
Nudge translators to make unused toggle button label short
...
Even though we wrap and break word, it would be better fitting with
a short message here.
Bug: T300008
Change-Id: I6ce8dc349bafec75001e3693faaac10d59637c66
2022-04-29 13:47:51 +02:00
jenkins-bot
0e77a51898
Merge "Stop hide unused label from overflowing"
2022-04-29 08:45:20 +00:00
jenkins-bot
051ed820bc
Merge "Move message about missing parameters to sidebar"
2022-04-29 08:30:03 +00:00
WMDE-Fisch
4377893297
Stop hide unused label from overflowing
...
Will implicitly set a max width for the button due to the margin.
Long words will break in the middle of the word.
Also includes a shorter label.
Bug: T300008
Change-Id: I37505af8383d8c0c2bd4af3987ec5e2a3049688a
2022-04-29 10:26:20 +02:00
WMDE-Fisch
d996288169
Move message about missing parameters to sidebar
...
Will be removed when parameters are added. Needs different margins
depending on beeing shown in the single transclusion mode without
header or on multiple transclusions.
Bug: T300710
Change-Id: Ieb95d7276aa4d4b0fcbb74f87ab734e4a393dc21
2022-04-29 10:03:23 +02:00
Translation updater bot
6d9c3a4b22
Localisation updates from https://translatewiki.net .
...
Change-Id: I2288cdad2630a187f2c773b8b7ee344efca6018b
2022-04-29 08:44:04 +02:00
Translation updater bot
ef3116a723
Localisation updates from https://translatewiki.net .
...
Change-Id: I72a7cb35ad8abf6b665f589936a6d63bcc7235c0
2022-04-28 09:29:12 +02:00
Adam Wight
9922e1c61e
Use natural language rather than the brand name
...
Bug: T306283
Change-Id: I6dcf99d6997d8272ede4e07f0783efa374be59fb
2022-04-27 15:10:07 +02:00
Translation updater bot
e7e35a8e38
Localisation updates from https://translatewiki.net .
...
Change-Id: I7f909904d39900b41f4f4a48539154d86f4dd7cd
2022-04-27 08:08:54 +02:00
Translation updater bot
bb30610511
Localisation updates from https://translatewiki.net .
...
Change-Id: I15d053d07e7a3f5a0ef4d32a42aa52e8825dbd90
2022-04-26 08:55:03 +02:00
Translation updater bot
056d6fb259
Localisation updates from https://translatewiki.net .
...
Change-Id: I2280b543c6e13d0307e1f9db7f2dcbc081548d56
2022-04-25 08:19:21 +02:00
Translation updater bot
fd50480eab
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic4ee4ec60a1d399dd3f05b1605940d5e1c09bc74
2022-04-22 08:23:55 +02:00
Translation updater bot
918c3e8a5c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic9b84c7023a9c345b116a813018c3de965d77497
2022-04-20 08:19:25 +02:00
Translation updater bot
9997ef2fa5
Localisation updates from https://translatewiki.net .
...
Change-Id: I7402bae95208f8b83a02335f93af84047cb257be
2022-04-19 10:16:16 +02:00
jenkins-bot
f07536bfef
Merge "eslint: Lint all files except those in .eslintignore"
2022-04-18 15:43:32 +00:00
Translation updater bot
2ddbb6b708
Localisation updates from https://translatewiki.net .
...
Change-Id: I792241e3d2b2b9f12faa059b020e99ba13f215fa
2022-04-18 10:07:08 +02:00
Translation updater bot
7de5638756
Localisation updates from https://translatewiki.net .
...
Change-Id: I7fa608ba7f65247d18d6090b968e983e681e42b1
2022-04-15 09:57:10 +02:00
jenkins-bot
933c65a3a9
Merge "i18n: Remove unused "VisualEditor" tab messages"
2022-04-14 22:35:31 +00:00
Translation updater bot
3fa5423da0
Localisation updates from https://translatewiki.net .
...
Change-Id: I76e4ce6b17980b1b36473ac91902794486ff6e55
2022-04-14 08:27:34 +02:00
Ed Sanders
c9046685fa
eslint: Lint all files except those in .eslintignore
...
Fix resulting errors (mostly useless escape in i18n files).
Change-Id: Id29c6aecece75d4a462bddb7e547ca5b4eb5c2db
2022-04-13 15:44:49 +01:00
Ed Sanders
699899c8c4
i18n: Remove unused "VisualEditor" tab messages
...
Hasn't been used in years, and we no longer use the CamelCase product name.
Change-Id: I8bda918a9db3ac7bf683dc6115af7a89d04ab9b7
2022-04-13 15:43:43 +01:00
Translation updater bot
87c2ee3c79
Localisation updates from https://translatewiki.net .
...
Change-Id: I43f5f3e5152560d1072420d22dc603c47f373aa9
2022-04-13 08:33:05 +02:00
Translation updater bot
2de1192c6f
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic4a290b062d29caa4bdbdd70b43a1d4ad0a2f59f
2022-04-12 08:15:08 +02:00
Translation updater bot
913092d03c
Localisation updates from https://translatewiki.net .
...
Change-Id: I9cf2c463fa3d4ead6faacbcca674ec121ce50a78
2022-04-11 08:14:52 +02:00
Translation updater bot
d221b2dd22
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie37a0e143826387d29bb7f61484ef0a58a099f35
2022-04-08 08:28:37 +02:00
Translation updater bot
acbd7c32ab
Localisation updates from https://translatewiki.net .
...
Change-Id: I6d2e203569206b5b1e0c039c052f844f8eaf9e3e
2022-04-06 08:27:21 +02:00
Translation updater bot
5648463ceb
Localisation updates from https://translatewiki.net .
...
Change-Id: I98ff381676e55788a223ff6792d2649c5f1fe45c
2022-04-04 09:35:24 +02:00
Translation updater bot
73d6973ff1
Localisation updates from https://translatewiki.net .
...
Change-Id: I3f8b375536e6a40002ad4aee91e7532ef21d459f
2022-04-01 08:27:48 +02:00
Translation updater bot
27a6212758
Localisation updates from https://translatewiki.net .
...
Change-Id: I577420888c6f5afc0398ca1cbaa8d716901fd092
2022-03-31 08:36:36 +02:00
Translation updater bot
98a3a7d269
Localisation updates from https://translatewiki.net .
...
Change-Id: Ica3606b56e3332f2e9a1e6211edd12884e4913ca
2022-03-30 08:18:50 +02:00
Translation updater bot
2f8122aec8
Localisation updates from https://translatewiki.net .
...
Change-Id: I254ae16364387dc9365d2d52ed57b41f0f0b0eb9
2022-03-29 08:06:22 +02:00
Translation updater bot
83db4cc3e8
Localisation updates from https://translatewiki.net .
...
Change-Id: I1a16df64dc1f00c793ae9368cea1efa6f5d5daea
2022-03-28 08:22:24 +02:00
Translation updater bot
09a378d515
Localisation updates from https://translatewiki.net .
...
Change-Id: I9ce9d4d898bf7c41e690610aab06a3d8c0d7ca83
2022-03-25 08:35:29 +01:00
Translation updater bot
dbf21a69c1
Localisation updates from https://translatewiki.net .
...
Change-Id: Ide53e51336412411d7291e55eb2ed64e829d36e0
2022-03-24 08:35:27 +01:00
Translation updater bot
dac7de1355
Localisation updates from https://translatewiki.net .
...
Change-Id: I6b452c770a11a794cd44b15b8b9b262612c917d2
2022-03-23 08:25:51 +01:00
Translation updater bot
a824d0c5c8
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia8f70d7d541c0776e57adadc90c46525fa315748
2022-03-22 08:30:27 +01:00
jenkins-bot
1b45db6d4b
Merge "Use "Author" in media dialog"
2022-03-22 01:01:30 +00:00
Translation updater bot
66b76c3958
Localisation updates from https://translatewiki.net .
...
Change-Id: I8f25d70af6ad2df1e12b2241774ba07947d073e1
2022-03-21 08:15:41 +01:00
Ed Sanders
2fa21ebcdb
Use "Author" in media dialog
...
"Author" is used on Commons and in various places in
MultimediaViewer. Artist is not used in these places.
Bug: T267501
Change-Id: Iccd2d926537a7d4147e6cc8b5c2c9c1ecf4d6b27
2022-03-19 22:22:00 +00:00
Translation updater bot
6d52a3584b
Localisation updates from https://translatewiki.net .
...
Change-Id: I4d9cfb4c2aea85da292f948feccc4752885be91d
2022-03-18 08:45:33 +01:00
jenkins-bot
401da7ee13
Merge "Remove MWDismissibleMessageWidget and use MessageWidget's showClose option instead"
2022-03-17 11:43:33 +00:00
Translation updater bot
8059f845a3
Localisation updates from https://translatewiki.net .
...
Change-Id: I21a6287eaae469b68c13cb21ca80685d25cb5aac
2022-03-17 08:37:49 +01:00
Translation updater bot
a2a73aab7d
Localisation updates from https://translatewiki.net .
...
Change-Id: I864345e8072818e4b525bcfce2a3d28e8dbda1cf
2022-03-16 08:08:23 +01:00
Translation updater bot
b1478e8b84
Localisation updates from https://translatewiki.net .
...
Change-Id: I4680f9e44776042d1e6a205d963d23c32ca293ed
2022-03-15 08:25:58 +01:00
jenkins-bot
3424cf9c86
Merge "Improve messages about duplicate template parameters"
2022-03-14 13:19:59 +00:00
Translation updater bot
9e47ab1892
Localisation updates from https://translatewiki.net .
...
Change-Id: I699c55784025b2adad6a0e8c145495ceb6f4c1d0
2022-03-14 08:15:01 +01:00
Translation updater bot
4fa2e2b13f
Localisation updates from https://translatewiki.net .
...
Change-Id: I2b897c2f96aedcebd6e90c8c309103271c19ba64
2022-03-11 08:33:34 +01:00
Translation updater bot
f26359933c
Localisation updates from https://translatewiki.net .
...
Change-Id: Id81c93d432af3fc66f7a222c6fb36720e5cdb182
2022-03-10 08:19:56 +01:00
Translation updater bot
96ea0c5b5c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib8f60f24b9f6cc0ce850594a8622ea46b7e5687d
2022-03-09 08:10:21 +01:00
Translation updater bot
afde13a965
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic41522d1cdb4cff7150808bc3bd9ce08b88c3b3a
2022-03-07 08:11:54 +01:00
Translation updater bot
93c969c766
Localisation updates from https://translatewiki.net .
...
Change-Id: Icf603c23a4dc811074a3f67195642b2f6634343d
2022-03-04 08:30:42 +01:00
Translation updater bot
9887f32ec4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ief3cb9ba8e24d24eb647b8803ce00556c3075de1
2022-03-03 08:23:20 +01:00
Translation updater bot
3dbbe89ae8
Localisation updates from https://translatewiki.net .
...
Change-Id: I802da1d9bb36edd162629e077334eb4cf9c83b5e
2022-03-02 09:37:31 +01:00
Translation updater bot
f7b2059856
Localisation updates from https://translatewiki.net .
...
Change-Id: I327db93b5acdec65f1a394eb63190790ccc1911f
2022-03-01 14:33:21 +01:00
jenkins-bot
e6a1ccefec
Merge "Add section fragment to keyboard help link"
2022-02-28 15:00:59 +00:00
Translation updater bot
ed49a9f80f
Localisation updates from https://translatewiki.net .
...
Change-Id: Idebb57875fc8aef064e958267bf60b87ade92c34
2022-02-28 14:29:43 +01:00
WMDE-Fisch
99a251c8e6
Add section fragment to keyboard help link
...
Bug: T302004
Change-Id: I656f4b4826c8528e304b387f762aef35ec6404b2
2022-02-28 13:33:57 +01:00
Translation updater bot
09e405386b
Localisation updates from https://translatewiki.net .
...
Change-Id: Id7717ffa2fa37ec29cd883655c1b2610316e3725
2022-02-25 09:46:26 +01:00
Translation updater bot
026a11357a
Localisation updates from https://translatewiki.net .
...
Change-Id: I6c06fe5619c54ab31919705b2a46b8ee65d2013b
2022-02-24 08:50:19 +01:00
Translation updater bot
5b2d70432e
Localisation updates from https://translatewiki.net .
...
Change-Id: I68902cd40cb95a9d363b47d81c34ab01b56d0b7b
2022-02-23 08:19:42 +01:00
Translation updater bot
e65c63f2ad
Localisation updates from https://translatewiki.net .
...
Change-Id: I9029503fcc32f8c9555d5e173c6221d5b2e388e2
2022-02-22 14:20:50 +01:00
Translation updater bot
596d4e53dd
Localisation updates from https://translatewiki.net .
...
Change-Id: I6dabdf19528a1577d0d019ea7b6ceedd00161903
2022-02-22 08:12:30 +01:00
Thiemo Kreuz
0b47a8c85b
Improve messages about duplicate template parameters
...
There are some combinations that can result in a message that is
more confusing than helpful. For example, when a parameter is
already in a template, but via an alias, that alias is potentially
shown in the sidebar (only when the parameter doesn't have a
label). When the user enters the primary name of this parameter,
the message talks about a "duplicate", but the user can't
understand what this duplicate is.
Just make all messages repeat the parameter's label as shown in
the sidebar. This is often redundant, but sometimes crucial
information.
This patch also improves the qqq.json documentation. All messages
get 2 parameters, even if some of them use only 1.
Bug: T285869
Bug: T291059
Change-Id: I826e341cebd8f89dba63d64de67baba1ec8f2001
2022-02-21 17:35:47 +01:00
Translation updater bot
a6ffafb982
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic09d05200ddc74ef9c26799f019a154292a9a7db
2022-02-21 08:17:15 +01:00
Translation updater bot
acbcc68034
Localisation updates from https://translatewiki.net .
...
Change-Id: Ida6e604a86787ff6a921377d7abf7c2d17b9fd6b
2022-02-17 08:12:26 +01:00
Translation updater bot
d1e6239567
Localisation updates from https://translatewiki.net .
...
Change-Id: If9fe790be7f6f5735fd85d5af9d07a59391a5103
2022-02-16 08:13:45 +01:00
Translation updater bot
13ea85af8d
Localisation updates from https://translatewiki.net .
...
Change-Id: Id4878e24f1ef04f63419b7fde98469b67959a009
2022-02-15 08:18:02 +01:00
Translation updater bot
773816af0d
Localisation updates from https://translatewiki.net .
...
Change-Id: I4618643b0bc6e7306f269ded4796d75b0c8de0e4
2022-02-14 08:15:25 +01:00
Translation updater bot
7bde7d1712
Localisation updates from https://translatewiki.net .
...
Change-Id: I1abe1b21247d82264c4dc2f58265b50cddb930df
2022-02-11 08:42:37 +01:00
Translation updater bot
b37d95244b
Localisation updates from https://translatewiki.net .
...
Change-Id: If0e230f40c97fc4d61481b99ec1f549d970027b8
2022-02-10 08:42:22 +01:00
Translation updater bot
cee6e45730
Localisation updates from https://translatewiki.net .
...
Change-Id: Idaed10586f81902882d6a13dd344c432a4af67bc
2022-02-09 08:13:20 +01:00
WMDE-Fisch
9e5db239af
Add hints for translators when the term 'field' is used
...
Bug: T300641
Change-Id: I05aef0cbbefb6a8d6899b5bff36566028e822259
2022-02-08 16:15:39 +00:00
Translation updater bot
99878d3634
Localisation updates from https://translatewiki.net .
...
Change-Id: I42bb2ccf22d9fe6e1ca587593fda2c9454a420b0
2022-02-08 08:07:16 +00:00
Translation updater bot
05c4329055
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibc3fbad894f18d0ea73a220951ff43374b38f10d
2022-02-07 08:23:12 +01:00
Translation updater bot
a839e3c3b1
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic40782ee2e5d237e7b396927df55f4e274dc9040
2022-02-04 08:22:44 +01:00
Ed Sanders
b0e32c22fa
Remove MWDismissibleMessageWidget and use MessageWidget's showClose option instead
...
This option was added in 0.43.0. Now that the close button is handled,
the remaining functionality (store a flag in local storage, and fixing
link targets) doesn't really justify a separate class, especially as
it's currently only used once.
Change-Id: I0fd81cadccc077dbf957302f9f41409c5a1f4f20
2022-02-03 16:37:52 +00:00
Translation updater bot
29f95e78ef
Localisation updates from https://translatewiki.net .
...
Change-Id: I49ff4f0b18621039883f73bb64edcce3a7e7af71
2022-02-03 08:44:49 +01:00
Translation updater bot
ad563c0222
Localisation updates from https://translatewiki.net .
...
Change-Id: I990290e7553872ce48f6d28ed44caa2609b12595
2022-02-02 08:20:33 +01:00
Translation updater bot
3bc8a1b4db
Localisation updates from https://translatewiki.net .
...
Change-Id: I589bcb60ccec00f5cf8dde3c417a6c0c6a09a26f
2022-02-01 08:27:43 +01:00
Translation updater bot
614f8425c4
Localisation updates from https://translatewiki.net .
...
Change-Id: I68fe3156fc2e9631fb24856fd8a169a653aa206e
2022-01-31 08:22:50 +01:00
Translation updater bot
5d98b2b233
Localisation updates from https://translatewiki.net .
...
Change-Id: I6dcb679d23ecdd78176225b7ec7f681436cbce6a
2022-01-26 08:25:45 +01:00
Translation updater bot
4c54693954
Localisation updates from https://translatewiki.net .
...
Change-Id: I9589e475d05adfeb711199f338c4c601f3c807f1
2022-01-25 08:33:28 +01:00
Translation updater bot
550e7123eb
Localisation updates from https://translatewiki.net .
...
Change-Id: I8f75d4b85fc0a9cfe14c279ada1c888d1e16c324
2022-01-24 08:28:07 +01:00
jenkins-bot
9ec8a68891
Merge "Link to a list of keyboard shortcuts from the template help dialog"
2022-01-21 18:28:30 +00:00
Andrew Kostka
eaa438abcb
Link to a list of keyboard shortcuts from the template help dialog
...
Bug: T299487
Change-Id: Ieef99eeb9c43817981e2ae5b5340a58c2aca4920
2022-01-21 17:24:34 +01:00
WMDE-Fisch
cede096333
Update accept button in confirmation dialog
...
The only places where this dialog is used now will have the same
button labels and format. We want to use "normal" destructive here
so no additional "primary" styling.
It seems that the focus on the action will only be applied
automatically when it is primary. So extra code is needed.
Bug: T299647
Change-Id: Ib5250b79e85d27ea197b83c6380863d0749e5d89
2022-01-21 15:32:58 +00:00
Andrew Kostka
d4fff29148
Update the context menu title for multipart templates
...
Bug: T299495
Change-Id: I082a4e925c15ba5966a575127046e33f2fc3f62a
2022-01-21 11:51:31 +01:00
Translation updater bot
ea10515f4d
Localisation updates from https://translatewiki.net .
...
Change-Id: I26dadd1bce150d09933d1ce52966d84ee1b36482
2022-01-21 08:14:38 +01:00
jenkins-bot
835464802a
Merge "Disable edit button while loading template dialog"
2022-01-20 13:50:51 +00:00
Translation updater bot
1e399587e2
Localisation updates from https://translatewiki.net .
...
Change-Id: I04c6ad88c97b24ff40bbd7ac42b5303ce3ce24c7
2022-01-20 09:18:21 +01:00
Translation updater bot
bf3c77f909
Localisation updates from https://translatewiki.net .
...
Change-Id: Id9e71e3776f034588593661e71c28db1c134bf2c
2022-01-19 08:24:36 +01:00
Thiemo Kreuz
33a2f21589
Disable edit button while loading template dialog
...
Bug: T297773
Change-Id: I51fc0af4c3b29fd0801fc06a1dc07ad3fd7f1da3
2022-01-18 12:29:27 +00:00
Translation updater bot
16257eb72a
Localisation updates from https://translatewiki.net .
...
Change-Id: Iff81b77eeea259df00c0a4b541b70ca2b1d9782b
2022-01-18 08:11:32 +01:00
Translation updater bot
0ec4a5a291
Localisation updates from https://translatewiki.net .
...
Change-Id: I4cad34e72516a7e42081bcbee54ce6f280827368
2022-01-17 08:13:23 +01:00
jenkins-bot
2819958a8a
Merge "Add button to sidebar to hide/show unused fields"
2022-01-14 11:35:19 +00:00
WMDE-Fisch
20435b319c
Add button to sidebar to hide/show unused fields
...
Bug: T298259
Change-Id: I8e5091b97dfb19eba981b2a919b82b6f14823990
2022-01-14 11:09:04 +00:00
Translation updater bot
4e27b5c540
Localisation updates from https://translatewiki.net .
...
Change-Id: I7ee1d5b5a211cb2310b84abf89d9084846963d73
2022-01-14 08:16:57 +01:00
Adam Wight
7264e2ee42
Change confirmation-reject text for consistency
...
Use the same language as the core `mw-widgets-abandonedit-keep`
message.
Bug: T297792
Change-Id: I64f72bbd3a7656b0b677856f0bbd3cb4b342a614
2022-01-13 10:59:21 +01:00
Translation updater bot
0c84e59fef
Localisation updates from https://translatewiki.net .
...
Change-Id: If31984657362a4461155816a90ad16e91fb599e2
2022-01-13 08:27:35 +01:00
Adam Wight
587ba4c662
Confirm before closing template dialog
...
Reuse the back button confirmation dialog for the close button. The
condition is slightly different: need confirmation if there are any
manually-entered values for any parameter AND the user has edited
the template in this session.
The "reset" action was synthetic, only used internally and not
connected to buttons or menus. Canonically, action='' is the close
action for OOUI.
Bug: T297792
Change-Id: I4ff644c7ab24ed9ba1a4c27d762563c5d6771cfc
2022-01-12 10:47:21 +01:00
Translation updater bot
328763526e
Localisation updates from https://translatewiki.net .
...
Change-Id: Idf59385ca3e56b7144b3314d7ecfee927a9cc12b
2022-01-12 08:25:52 +01:00
Adam Wight
cbe2fd634f
Replace confirmation overlay with a popup dialog
...
Currently, the insert template dialog includes a back button in the
upper corner. Confirmation of abandoning unsaved changes was
accomplished in an overlay panel. This patch rewrites as a dialog
and updates the on-screen text.
Bug: T297792
Change-Id: Ifa2ff97c9284609ee2a784f455789c56a762ba50
2022-01-11 18:37:29 +01:00
Translation updater bot
f9bf7d36fa
Localisation updates from https://translatewiki.net .
...
Change-Id: Iec7d3662ebff654a024c55f8cbc4806068c70dd6
2022-01-10 08:11:59 +01:00
Translation updater bot
a422bc28a4
Localisation updates from https://translatewiki.net .
...
Change-Id: I1e0bd111f2038088c893314f1e9af1bf53832f4b
2022-01-07 08:25:40 +01:00
Translation updater bot
0521c5e540
Localisation updates from https://translatewiki.net .
...
Change-Id: I69bb987b0aa7ddb2677f93eb75b22e36c81ce7a3
2022-01-06 08:32:20 +01:00
Translation updater bot
77e6242d85
Localisation updates from https://translatewiki.net .
...
Change-Id: I7091f85c6babfd867d1d94c2fb4278bd2e652296
2022-01-05 08:16:37 +01:00
Translation updater bot
1139a77734
Localisation updates from https://translatewiki.net .
...
Change-Id: I4d2420846da93f2a8923b9dc5bd3914c71df3bd5
2022-01-03 08:11:54 +01:00
Translation updater bot
e2373154d3
Localisation updates from https://translatewiki.net .
...
Change-Id: I83f3d9c3d4fd3f1395448854c1eeca1914679e43
2021-12-31 09:42:29 +01:00
Translation updater bot
053b3a2b70
Localisation updates from https://translatewiki.net .
...
Change-Id: I6f8f1f0d1fa9d9fbf5dbb71d8002a1577b43d8df
2021-12-30 09:38:19 +01:00
Translation updater bot
1bf508e2ca
Localisation updates from https://translatewiki.net .
...
Change-Id: Iab9a565ab972b74d2f06fa3c9da1f51e82c679de
2021-12-27 09:31:19 +01:00
Translation updater bot
63dfd2492a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic393105b2217dda422df819c1c4f276c5225e2fb
2021-12-23 08:38:43 +01:00
Translation updater bot
435d3727dc
Localisation updates from https://translatewiki.net .
...
Change-Id: I524c34f4a3df5ccfd8bfdece8684caabfa12adc5
2021-12-22 08:34:41 +01:00
Translation updater bot
736d061f21
Localisation updates from https://translatewiki.net .
...
Change-Id: I1490bdeb7bd3ad7d09581e2bbb970efa9c70bf1a
2021-12-20 08:21:53 +01:00
Translation updater bot
59fd579cf5
Localisation updates from https://translatewiki.net .
...
Change-Id: I2c644c5bd450835b4f9fe15c649a273add58e394
2021-12-16 08:30:26 +01:00
Translation updater bot
ff22ddd7a8
Localisation updates from https://translatewiki.net .
...
Change-Id: I667211639003995eb1cbb237799b9a245ee01dcf
2021-12-15 08:09:49 +01:00
Translation updater bot
ac056c1b4d
Localisation updates from https://translatewiki.net .
...
Change-Id: I382b6cb38c267a710e456a07917bebe913fa63a1
2021-12-14 08:43:15 +01:00
jenkins-bot
6bfd3ab7c0
Merge "Add link to undocumented parameter help"
2021-12-13 13:56:52 +00:00
Translation updater bot
9d1ddd9ec0
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia11cb19d881dc081e2d1ba092043c0f689329e77
2021-12-13 08:22:26 +01:00
Translation updater bot
1199b4fe6f
Localisation updates from https://translatewiki.net .
...
Change-Id: I862505b8377c53d797b4fdea2f44bc6e3aea2513
2021-12-10 08:25:18 +01:00
Translation updater bot
74e3ae45ff
Localisation updates from https://translatewiki.net .
...
Change-Id: If3b2b87cfb360a4d2e2fdb55be27e0a5820cdd37
2021-12-09 08:23:13 +01:00
Translation updater bot
7b2934a952
Localisation updates from https://translatewiki.net .
...
Change-Id: I5888be33123bb8eb1947da43c6f0428aa87d171b
2021-12-08 08:13:02 +01:00
WMDE-Fisch
742aee7f9d
Add link to undocumented parameter help
...
Bug: T284985
Change-Id: Ie5a61beed39aa3572c2a5e82dbc3711fdcd35ba8
2021-12-07 15:12:20 +01:00
Translation updater bot
1417565551
Localisation updates from https://translatewiki.net .
...
Change-Id: I0a8ba9b30ff6671d0e8d8b24492c74605edbf8c3
2021-12-07 08:12:38 +01:00
jenkins-bot
0978f3fe3d
Merge "Remove suggested values message for custom inputs"
2021-12-06 10:49:44 +00:00
Translation updater bot
955f360c52
Localisation updates from https://translatewiki.net .
...
Change-Id: I77a284fff376a37fdda6b839197b3612e745dc64
2021-12-06 08:20:32 +01:00
Svantje Lilienthal
a2afdee49f
Remove suggested values message for custom inputs
...
Bug: T296915
Change-Id: Iecd90b02ea5bebceda1e87ddddb43fdb71b91d9e
2021-12-03 15:28:04 +00:00
Translation updater bot
761b287a1c
Localisation updates from https://translatewiki.net .
...
Change-Id: I4bbe442516a4d7293561fd53ffe4ad01c17f6005
2021-12-03 08:43:16 +01:00
Translation updater bot
196824195a
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaeaf739433db99ad359d684864c10c68c08422e5
2021-12-02 08:42:20 +01:00
jenkins-bot
efcc1a6742
Merge "Add links to documentation in help messages"
2021-12-01 10:52:51 +00:00
WMDE-Fisch
07f105fd76
Add links to documentation in help messages
...
This also updates all links to include [[Special:MyLanguage]].
Bug: T284985
Change-Id: Id5fb43c87a9458fd00524508f063fb1e7fc558a0
2021-12-01 10:02:00 +00:00
Translation updater bot
8d81bbedec
Localisation updates from https://translatewiki.net .
...
Change-Id: Id95806eefd327d57bb6d4b21c90738875c33232a
2021-12-01 08:15:46 +01:00
Translation updater bot
752c01cd81
Localisation updates from https://translatewiki.net .
...
Change-Id: I18a2c6b0fa76d063534c2aeea425c910e161c797
2021-11-30 08:22:34 +01:00
Translation updater bot
6322ff5b50
Localisation updates from https://translatewiki.net .
...
Change-Id: I7cc4ac000065c700763c43b53abe0b2c06a75a12
2021-11-29 08:12:49 +01:00
WMDE-Fisch
f65eac3d66
Add placeholder for finding a template
...
Bug: T296465
Change-Id: I07c6e601111073b1269a3ab6c552f83e12196156
2021-11-26 16:30:19 +01:00
Translation updater bot
78fe33919e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ieed9d34f2c493c5f7b0ec0b8fc954716c00d5465
2021-11-26 08:23:58 +01:00
Translation updater bot
ad2920b072
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifc1087ccc97a7b5632d61df91a1a910bd5f2d132
2021-11-25 09:02:51 +01:00
Translation updater bot
44bd38b61f
Localisation updates from https://translatewiki.net .
...
Change-Id: I1c4b854d627cfaaf1d70374cda19f2aae32ad914
2021-11-24 08:22:44 +01:00
Translation updater bot
5622406793
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia65d81f9b805ca1ddc7eb206067c9429d5e61ca1
2021-11-23 08:27:12 +01:00
Translation updater bot
53f7b65342
Localisation updates from https://translatewiki.net .
...
Change-Id: Iba2243880e1f049d6fb404a6a50e3f576039661d
2021-11-22 09:04:01 +01:00
Translation updater bot
3bdba1bb14
Localisation updates from https://translatewiki.net .
...
Change-Id: I5722df09f612b7127a192f615aa45f06d1062b39
2021-11-19 08:28:55 +01:00
Translation updater bot
6a05c9ab00
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie5f928f439804767d853edb99df82c4112f14be5
2021-11-18 08:42:40 +01:00
Translation updater bot
4abe4e4c71
Localisation updates from https://translatewiki.net .
...
Change-Id: I5b068748310886e4fae1044170b77542ef6ec290
2021-11-17 08:31:11 +01:00
Translation updater bot
a5fa21f1f1
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic52a39e3672ecd4138516beb669c08fbb2af0eb4
2021-11-16 08:16:36 +01:00
WMDE-Fisch
26cab3125d
Only use aria description on multipart transclusions
...
Moving responsibility to the part widget to check if we're in a
single transclusion.
Bug: T295353
Change-Id: I61b7891c04eb729647e2600318a97987fd88cb90
2021-11-15 12:22:12 +01:00
Translation updater bot
7aa8ddc71d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib80ef6784ba065d78d996e4759840cf716c65118
2021-11-15 08:13:10 +01:00
Translation updater bot
fba26d7305
Localisation updates from https://translatewiki.net .
...
Change-Id: I601d8229d21592c214e74e3af75f121c43f50615
2021-11-12 08:29:57 +01:00
Translation updater bot
d57b3ad10d
Localisation updates from https://translatewiki.net .
...
Change-Id: I689a7432ef84b9801092c48d551b1172df1e3699
2021-11-11 10:03:12 +01:00
jenkins-bot
4cafe5105e
Merge "Implement floating help dialog for templates"
2021-11-10 17:05:14 +00:00
Andrew Kostka
72641151e4
Implement floating help dialog for templates
...
Bug: T294839
Change-Id: Id224b61bd0cd57f5e970ab62db2d82dab1db9252
2021-11-09 15:28:23 +01:00
Translation updater bot
8c1715713a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifc15cbbc0439b407a8443fb1744c15ce7e7dc032
2021-11-09 07:30:03 +01:00
Translation updater bot
e9fd33f444
Localisation updates from https://translatewiki.net .
...
Change-Id: I1d2821d70762568cb906d26371dfe5193cf03def
2021-11-08 08:17:42 +01:00
Translation updater bot
4dddd70b5b
Localisation updates from https://translatewiki.net .
...
Change-Id: I53a393fb92ce99ebcbd64375257d7a826d141503
2021-11-05 08:17:40 +01:00
Translation updater bot
4877344048
Localisation updates from https://translatewiki.net .
...
Change-Id: I8f173862ffc847c3883d756461c6f71afa3b1333
2021-11-04 10:08:28 +01:00
Translation updater bot
98c19c4a23
Localisation updates from https://translatewiki.net .
...
Change-Id: I8d58d90d344aca367b249764250f277d71bab7cb
2021-11-03 08:21:33 +01:00
Translation updater bot
803641b05e
Localisation updates from https://translatewiki.net .
...
Change-Id: I621e00525cf65ab1013c7fbe423dd1f6cccc46af
2021-11-02 08:07:43 +01:00
jenkins-bot
f223046fc8
Merge "Introducing a mixin for ARIA descriptions on parameter selection"
2021-11-01 15:56:51 +00:00
WMDE-Fisch
f9fda0594f
Introducing a mixin for ARIA descriptions on parameter selection
...
Allows setting aria labels and descriptions on elements in a
convinient way. I did not use the the .mixin. convention here for
because there's already another mixin in that folder that's also
not having .mixin. as part of its name. And then there's also no
no need to open up that extra namespace here.
If we move this upstream at some point this can be changed though.
Bug: T291284
Change-Id: I1b3d40400d539f851f13719e16ced200968a7f92
2021-11-01 13:20:00 +01:00
Translation updater bot
be30ca5ffd
Localisation updates from https://translatewiki.net .
...
Change-Id: I59581127d4b7b586ab6a25b8e38a1a5ca96c844b
2021-11-01 09:34:52 +01:00
jenkins-bot
f780c75b1f
Merge "Add ARIA descriptions to sidebar widgets"
2021-10-29 10:37:55 +00:00
WMDE-Fisch
dab5b5daae
Add ARIA descriptions to sidebar widgets
...
When changing the source in the described-by attributes the screen
reader will read the text of the new source when the status changes.
Just changing the text within the elements holding the descriptions
does not work.
Bug: T291284
Change-Id: I31cc3061cf6c1f699babe41e99e0711f0eb03646
2021-10-29 12:07:53 +02:00
Translation updater bot
1a05bc2a73
Localisation updates from https://translatewiki.net .
...
Change-Id: I6c506371e0d864b1f4f14ef91edc0bf46fa6b38c
2021-10-29 08:22:35 +02:00
Translation updater bot
a915e046ef
Localisation updates from https://translatewiki.net .
...
Change-Id: I18814b8ee9f48df72e1751257733e9fbc69e4f6e
2021-10-28 08:29:20 +02:00
Translation updater bot
939548c812
Localisation updates from https://translatewiki.net .
...
Change-Id: I9f2cedaadf0eb460114132bae18a364dcd711864
2021-10-27 08:22:58 +02:00
Translation updater bot
5014a7b4a9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia338b091f70850b49143b728c1484495042f99c4
2021-10-26 08:18:20 +02:00
Translation updater bot
e4e9dafd3e
Localisation updates from https://translatewiki.net .
...
Change-Id: I3c6e661b03b20e8469624284f28bff0d4c220d9a
2021-10-25 08:52:56 +02:00