From 5e88034e593e7a22874f4bdabc8a65a9d44b8ebd Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 15 Nov 2007 19:03:08 +0000 Subject: [PATCH] Importing usable messages from bm.wikipedia.org --- RELEASE-NOTES | 1 + languages/messages/MessagesBm.php | 127 +++++++++++++++++++++++++++++- 2 files changed, 124 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f06162fefa..cf3d88ca3c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -206,6 +206,7 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API * Belarusian Taraskievica orthography (be-tarask) * Bulgarian (bg) * Bislama (bi) (new) +* Bamanankan (bm) * Bengali (bn) * Bishnupriya Manipuri (bpy) * Breton (br) diff --git a/languages/messages/MessagesBm.php b/languages/messages/MessagesBm.php index ccc16f6826..0e7d758d8b 100644 --- a/languages/messages/MessagesBm.php +++ b/languages/messages/MessagesBm.php @@ -1,8 +1,127 @@ 'Yɛlɛmaliw kura fitini dogo', + +# Dates +'sunday' => 'karidon', +'monday' => 'ntɛnɛdon', +'tuesday' => 'taratadon', +'wednesday' => 'arabadon', +'thursday' => 'alamisadon', +'friday' => 'jumadon', +'saturday' => 'sibiridon', +'august' => 'uti', +'aug' => 'uti', + +# Bits of text used by many pages +'categories' => 'Nyɛ ka cogoyaw', +'category_header' => 'Nyɛw cogoya kɔnɔ: "$1"', + +'article' => 'Nyɛ', +'qbfind' => 'Nyini', +'qbedit' => 'Yɛlɛma', +'qbspecialpages' => 'Nyɛw kɛrɛnkɛrɛnnen', +'mypage' => "N'ka nyɛ", +'mytalk' => "N'ka baronyɛ", + +'help' => 'Dɛmɛ', +'search' => 'Nyini', +'history' => 'Nyɛka tariku', +'history_short' => 'Tariku', +'info_short' => 'Kunnafoni', +'edit' => 'yɛlɛma', +'editthispage' => 'Nyɛ nin yɛlɛma', +'newpage' => 'Nyɛ kura', +'specialpage' => 'Nyɛ kɛrɛnkɛrɛnnen', +'talk' => 'Baro', +'toolbox' => 'Minanw', +'userpage' => 'Utilisateur ka nyɛ', +'imagepage' => 'Janin ka nyɛ', +'otherlanguages' => 'Kanw wɛrɛ', + +# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations). +'currentevents' => 'Kunnafoni', +'currentevents-url' => 'Kunnafoni', +'disclaimers' => 'Kangari', +'edithelp' => 'Dɛmɛ', +'mainpage' => 'Nyɛ fɔlɔ', +'portal' => 'Jamaje', +'sitesupport' => 'Banumanke', + +'editsection' => 'yɛlɛma', +'hidetoc' => 'dogo', + +# Short words for each namespace, by default used in the namespace tab in monobook +'nstab-main' => 'Nyɛ', +'nstab-image' => 'Janin', +'nstab-help' => 'Dɛmɛ', +'nstab-category' => 'Cogoya', + +# Edit pages +'minoredit' => 'Yɛlɛma fitini.', +'watchthis' => 'Nyɛ tulomajɔ', +'newarticle' => '(Kura)', +'editing' => '$1 ka yɛlɛmali', +'editingsection' => '$1 ka yɛlɛmali (section)', +'editingcomment' => '$1 ka yɛlɛmali (baro)', + +# Search results +'powersearch' => 'Nyini', + +# Preferences page +'preferences' => 'Fisayali', +'skin' => 'Apparence', + +# Recent changes +'hide' => 'dogo', + +# Image list +'ilsubmit' => 'Nyini', + +# Random page +'randompage' => 'Nyɛ min man ni ja', + +# Miscellaneous special pages +'popularpages' => 'Nyɛw les plus consultées', +'allpages' => 'Nyɛw bɛɛ', +'specialpages' => 'Nyɛw kɛrɛnkɛrɛnnen', +'spheading' => 'Nyɛw kɛrɛnkɛrɛnnen', +'newpages' => 'Nyɛw kura', +'ancientpages' => 'Nyɛw les plus anciens', +'move' => 'telun', +'movethispage' => 'Nyɛ telun', + +# Watchlist +'watch' => 'Tulomajɔ', +'watchthispage' => 'Nyɛ tulomajɔ', + +# Contributions +'mycontris' => "N'ka contributions", + +# Developer tools +'lockconfirm' => 'Awɔ, je confirme que je souhaite verrouiller la base de données.', + +# Move page +'movepage' => 'Nyɛ telun', +'movearticle' => 'Nyɛ telun', +'movepagebtn' => 'Nyɛ telun', + +# Thumbnails +'missingimage' => 'Janin tɛ
$1', + +# Attribution +'and' => 'ani', +'others' => 'wɛrɛ', + +); -- 2.20.1