MessagesAk.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. /** Akan (Akan)
  3. *
  4. * See MessagesQqq.php for message documentation incl. usage of parameters
  5. * To improve a translation please visit http://translatewiki.net
  6. *
  7. * @ingroup Language
  8. * @file
  9. *
  10. * @author Natsubee
  11. * @author Paa.kwesi
  12. */
  13. $messages = array(
  14. # User preference toggles
  15. 'tog-underline' => 'Twa lenk nyina ase:',
  16. # Dates
  17. 'sunday' => 'Kwasiada',
  18. 'monday' => 'Ɛdwoada',
  19. 'tuesday' => 'Ɛbenada',
  20. 'wednesday' => 'Wukuada',
  21. 'thursday' => 'Yawoada',
  22. 'friday' => 'Efiada',
  23. 'saturday' => 'Memeneda',
  24. 'january' => 'Ɔpɛpɔn',
  25. 'february' => 'Ɔgyefuo',
  26. 'march' => 'Ɔbenem',
  27. 'april' => 'Oforisuo',
  28. 'may_long' => 'Kɔtonimma',
  29. 'june' => 'Ayɛwohomumu',
  30. 'july' => 'Kutawonsa',
  31. 'august' => 'Ɔsannaa',
  32. 'september' => 'Ɛbɔ',
  33. 'october' => 'Ahinime',
  34. 'november' => 'Obubuo',
  35. 'december' => 'Ɔpenimma',
  36. 'search' => 'Hwehwɛ',
  37. 'searchbutton' => 'Hwehwɛ',
  38. 'go' => 'Kɔ',
  39. 'searcharticle' => 'Kɔ',
  40. 'history_short' => 'Beeme',
  41. 'talkpagelinktext' => 'Kasa',
  42. 'talk' => 'Kasa',
  43. 'jumptosearch' => 'hwehwɛ',
  44. # Search results
  45. 'powersearch' => 'Hwehwɛ',
  46. # Preferences page
  47. 'searchresultshead' => 'Hwehwɛ',
  48. # Recent changes
  49. 'hist' => 'beeme',
  50. # Watchlist
  51. 'watch' => 'Hwɛ',
  52. );