diff options
author | This, that and the other <at.light@live.com.au> | 2014-02-12 17:37:18 +1100 |
---|---|---|
committer | This, that and the other <at.light@live.com.au> | 2014-02-12 17:37:18 +1100 |
commit | aa0375c15c3e7239ac563aaf92405a7557101eb5 (patch) | |
tree | 41a264402ca8738fefaffe6758158f3bc34d9397 /languages/messages/MessagesEs.php | |
parent | 74a2d73ac9054fafb654474a38f51c8638283bdd (diff) | |
download | mediawikicore-aa0375c15c3e7239ac563aaf92405a7557101eb5.tar.gz mediawikicore-aa0375c15c3e7239ac563aaf92405a7557101eb5.zip |
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
Diffstat (limited to 'languages/messages/MessagesEs.php')
-rw-r--r-- | languages/messages/MessagesEs.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/messages/MessagesEs.php b/languages/messages/MessagesEs.php index 0463e4d6063b..5fdda8e9965d 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__' ), |