Localisation updates from Betawiki.
* ak (new) * Clarify 'als' in Names.php
This commit is contained in:
parent
b55dfe354a
commit
9bb12e08a0
3 changed files with 49 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
);
|
||||
|
||||
|
|
|
|||
47
languages/messages/MessagesAk.php
Normal file
47
languages/messages/MessagesAk.php
Normal 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ɛ',
|
||||
|
||||
);
|
||||
Loading…
Reference in a new issue