Localisation updates from Betawiki.

* ak (new)
* Clarify 'als' in Names.php
This commit is contained in:
Siebrand Mazeland 2007-11-05 12:58:51 +00:00
parent b55dfe354a
commit 9bb12e08a0
3 changed files with 49 additions and 2 deletions

View file

@ -167,6 +167,7 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API
=== Languages updated in 1.12 ===
* Afrikaans (af)
* Akan (ak) (new)
* Amharic (am) (new)
* Aragonese (an)
* Old English (ang) (new)

View file

@ -10,7 +10,7 @@
'ab' => 'Аҧсуа', # Abkhaz, should possibly add ' бысжѡа'
'af' => 'Afrikaans', # Afrikaans
'ak' => 'Akan', # Akan
'als' => 'Alemannisch', # Alemannic -- not a valid code, for compatibility
'als' => 'Alemannisch', # Alemannic -- not a valid code, for compatibility. See gsw.
'am' => 'አማርኛ', # Amharic
'an' => 'Aragonés', # Aragonese
'ang' => 'Anglo Saxon', # Old English
@ -308,4 +308,3 @@
'zh-yue' => '粵語', # Cantonese -- (see bug 8217)
'zu' => 'isiZulu' # Zulu
);

View file

@ -0,0 +1,47 @@
<?php
/** Akan (Akan)
*
* @addtogroup Language
*
* @author Natsubee
* @author Siebrand
* @author Paa.kwesi
*/
$messages = array(
# User preference toggles
'tog-underline' => 'Twa lenk nyina ase:',
# Dates
'sunday' => 'Kwasiada',
'monday' => 'Ɛdwoada',
'tuesday' => 'Ɛbenada',
'wednesday' => 'Wukuada',
'thursday' => 'Yawoada',
'friday' => 'Efiada',
'saturday' => 'Memeneda',
'january' => 'Ɔpɛpɔn',
'february' => 'Ɔgyefuo',
'march' => 'Ɔbenem',
'april' => 'Oforisuo',
'may_long' => 'Kɔtonimma',
'june' => 'Ayɛwohomumu',
'july' => 'Kutawonsa',
'august' => 'Ɔsannaa',
'september' => 'Ɛbɔ',
'october' => 'Ahinime',
'november' => 'Obubuo',
'december' => 'Ɔpenimma',
'search' => 'Hwehwɛ',
'searchbutton' => 'Hwehwɛ',
'go' => 'Kɔ',
'searcharticle' => 'Kɔ',
# Search results
'powersearch' => 'Hwehwɛ',
# Preferences page
'searchresultshead' => 'Hwehwɛ',
);