From: This, that and the other Date: Wed, 12 Feb 2014 06:37:18 +0000 (+1100) Subject: Fix some omitted colons in Spanish magic word l10n X-Git-Tag: 1.31.0-rc.0~16652^2 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=aa0375c15c3e7239ac563aaf92405a7557101eb5;p=lhc%2Fweb%2Fwiklou.git Fix some omitted colons in Spanish magic word l10n As has been pointed out at the bug, it is highly unlikely the broken magic words were used, as they would have required the "smashing together" of two words with no separating colon. This unexpected behaviour would not have been documented anywhere. Bug: 61251 Change-Id: If2111da307b1862aa8d780dac30d1f25faa9ccc9 --- diff --git a/languages/messages/MessagesEs.php b/languages/messages/MessagesEs.php index 0463e4d606..5fdda8e996 100644 --- a/languages/messages/MessagesEs.php +++ b/languages/messages/MessagesEs.php @@ -315,7 +315,7 @@ $magicWords = array( 'img_link' => array( '1', 'vínculo=$1', 'vinculo=$1', 'enlace=$1', 'link=$1' ), 'sitename' => array( '1', 'NOMBREDELSITIO', 'SITENAME' ), 'ns' => array( '0', 'EN:', 'NS:' ), - 'localurl' => array( '0', 'URLLOCAL', 'LOCALURL:' ), + 'localurl' => array( '0', 'URLLOCAL:', 'LOCALURL:' ), 'localurle' => array( '0', 'URLLOCALC:', 'LOCALURLE:' ), 'server' => array( '0', 'SERVIDOR', 'SERVER' ), 'servername' => array( '0', 'NOMBRESERVIDOR', 'SERVERNAME' ), @@ -340,11 +340,11 @@ $magicWords = array( 'fullurle' => array( '0', 'URLCOMPLETAC:', 'FULLURLE:' ), 'canonicalurl' => array( '0', 'URLCANONICA:', 'CANONICALURL:' ), 'canonicalurle' => array( '0', 'URLCANONICAC:', 'CANONICALURLE:' ), - 'lcfirst' => array( '0', 'PRIMEROMINUS;', 'PRIMEROMINÚS:', 'LCFIRST:' ), - 'ucfirst' => array( '0', 'PRIMEROMAYUS;', 'PRIMEROMAYÚS:', 'UCFIRST:' ), + 'lcfirst' => array( '0', 'PRIMEROMINUS:', 'PRIMEROMINÚS:', 'LCFIRST:' ), + 'ucfirst' => array( '0', 'PRIMEROMAYUS:', 'PRIMEROMAYÚS:', 'UCFIRST:' ), 'lc' => array( '0', 'MINUS:', 'MINÚS:', 'LC:' ), 'uc' => array( '0', 'MAYUS:', 'MAYÚS:', 'UC:' ), - 'raw' => array( '0', 'SINFORMATO', 'SINPUNTOS', 'RAW:' ), + 'raw' => array( '0', 'SINFORMATO:', 'SINPUNTOS:', 'RAW:' ), 'displaytitle' => array( '1', 'MOSTRARTÍTULO', 'MOSTRARTITULO', 'DISPLAYTITLE' ), 'rawsuffix' => array( '1', 'SF', 'R' ), 'newsectionlink' => array( '1', '__VINCULARANUEVASECCION__', '__ENLACECREARSECCIÓN__', '__NEWSECTIONLINK__' ),