From: Umherirrender Date: Wed, 8 Nov 2017 17:58:36 +0000 (+0100) Subject: Swap german alias order for img_thumbnail and img_manualthumb X-Git-Tag: 1.31.0-rc.0~1373^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=ad1be24fb30ac4e1d009ad870ffc26733a7d52d5;p=lhc%2Fweb%2Fwiklou.git Swap german alias order for img_thumbnail and img_manualthumb The shorter form is used more often in new code than the longer version. Changed the default to the shorter form. WikiEditor will than use the short version when embedding files. Change-Id: I10797e99955f4776ec4f18ab82aa98eb03369959 --- diff --git a/languages/messages/MessagesDe.php b/languages/messages/MessagesDe.php index 60e08cc81a..5227eba842 100644 --- a/languages/messages/MessagesDe.php +++ b/languages/messages/MessagesDe.php @@ -208,8 +208,8 @@ $magicWords = [ 'subjectpagenamee' => [ '1', 'HAUPTSEITENNAME_URL', 'VORDERSEITE_URL', 'HAUPTSEITE_URL', 'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ], 'subst' => [ '0', 'ERS:', 'SUBST:' ], 'safesubst' => [ '0', 'SICHER_ERS:', 'SICHERERS:', 'SAFESUBST:' ], - 'img_thumbnail' => [ '1', 'miniatur', 'mini', 'thumb', 'thumbnail' ], - 'img_manualthumb' => [ '1', 'miniatur=$1', 'mini=$1', 'thumbnail=$1', 'thumb=$1' ], + 'img_thumbnail' => [ '1', 'mini', 'miniatur', 'thumb', 'thumbnail' ], + 'img_manualthumb' => [ '1', 'mini=$1', 'miniatur=$1', 'thumbnail=$1', 'thumb=$1' ], 'img_right' => [ '1', 'rechts', 'right' ], 'img_left' => [ '1', 'links', 'left' ], 'img_none' => [ '1', 'ohne', 'none' ],