diff options
author | MatmaRex <matma.rex@gmail.com> | 2013-05-19 17:53:14 +0200 |
---|---|---|
committer | MatmaRex <matma.rex@gmail.com> | 2013-05-19 17:53:14 +0200 |
commit | 8672dc79985d566b6757e66540e5f38684d84780 (patch) | |
tree | cc70c4609f2fd32c25228ad7e815e7faab982506 /languages/messages/MessagesIs.php | |
parent | a232f2c105b6b466949fe0b347efa1635fba782e (diff) | |
download | mediawikicore-8672dc79985d566b6757e66540e5f38684d84780.tar.gz mediawikicore-8672dc79985d566b6757e66540e5f38684d84780.zip |
SpecialWatchlist: Page header cleanup
Format the three messages in header as one paragraph with three
sentences, instead of a paragraph and two split unordered lists with
one item each and inconsistent full stops.
Message changes: In 'wlheader-enotif' and 'wlheader-showupdated',
remove initial bullet point if present and add final full stop if
missing. First used the regexes below, then went through each language
file and manually changed the messages if applicable (e.g., Thai not
using full stops at all, Asian languages using '。', Devanagari
languages using '।' etc.)
Find: ('wlheader-[^']+'\s*=>\s*)(['"])(?:\*\s*)?([\s\S]+?)\.?\2,\n
Replace with: $1$2$3.$2,\n
Bug: 48615
Change-Id: I856f71f36d7f4b4baff5e968d88e4d3f7aeecce2
Diffstat (limited to 'languages/messages/MessagesIs.php')
-rw-r--r-- | languages/messages/MessagesIs.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/messages/MessagesIs.php b/languages/messages/MessagesIs.php index de0e9eb6a801..ea238e1a36e7 100644 --- a/languages/messages/MessagesIs.php +++ b/languages/messages/MessagesIs.php @@ -2253,8 +2253,8 @@ Frekari breytingar á henni eða spallsíðu hennar munu verða sýndar þar.', 'notvisiblerev' => 'Síðasta breyting eftir annan notanda hefur verið eytt.', 'watchnochange' => 'Engri síðu á vaktlistanum þínum hefur verið breytt á tilgreindu tímabili.', 'watchlist-details' => '{{PLURAL:$1|$1 síða|$1 síður}} á vaktlistanum þínum, fyrir utan spjallsíður.', -'wlheader-enotif' => '* Tilkynning með tölvupósti er virk.', -'wlheader-showupdated' => "* Síðum sem hefur verið breytt síðan þú skoðaðir þær síðast eru '''feitletraðar'''", +'wlheader-enotif' => 'Tilkynning með tölvupósti er virk.', +'wlheader-showupdated' => "Síðum sem hefur verið breytt síðan þú skoðaðir þær síðast eru '''feitletraðar'''.", 'watchmethod-recent' => 'kanna hvort nýlegar breytingar innihalda vaktaðar síður', 'watchmethod-list' => 'leita að breytingum í vöktuðum síðum', 'watchlistcontains' => 'Vaktlistinn þinn inniheldur {{PLURAL:$1|$1 síðu|$1 síður}}.', |