MessagesPih.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php
  2. /** Norfuk / Pitkern (Norfuk / Pitkern)
  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 http://pih.wikipedia.org sysops
  11. */
  12. $messages = array(
  13. # Dates
  14. 'january' => 'Jaenyuweri',
  15. 'february' => 'Febyuweri',
  16. 'march' => 'Maach',
  17. 'april' => 'Ieprel',
  18. 'may_long' => 'Mieh',
  19. 'june' => 'Juun',
  20. 'july' => 'Juulai',
  21. 'january-gen' => 'Jaenyuweri',
  22. 'february-gen' => 'Febyuweri',
  23. 'march-gen' => 'Maach',
  24. 'april-gen' => 'Ieprel',
  25. 'may-gen' => 'Mieh',
  26. 'june-gen' => 'Juun',
  27. 'july-gen' => 'Juulai',
  28. 'may' => 'Mieh',
  29. 'help' => 'Hiiwp',
  30. 'history_short' => 'Histrei',
  31. 'edit' => 'Edet',
  32. 'talk' => 'diskushun',
  33. # 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).
  34. 'currentevents' => 'Dem Kurent Iwent',
  35. 'currentevents-url' => 'Project:Dem Kurent Iwent',
  36. 'helppage' => 'Help:Dem Kontent',
  37. 'mainpage' => 'Mien Paij',
  38. 'mainpage-description' => 'Mien Paij',
  39. 'portal' => "Trii'nohlij",
  40. 'editold' => 'edet',
  41. # Short words for each namespace, by default used in the namespace tab in monobook
  42. 'nstab-main' => 'Artikal',
  43. 'nstab-help' => 'Hiiwp Paij',
  44. # Search results
  45. 'searchhelp-url' => 'Help:Dem Kontent',
  46. # Preferences page
  47. 'prefs-rc' => 'Dem Riisent Chayng',
  48. # Recent changes
  49. 'recentchanges' => 'Dem Riisent Chayng',
  50. # Recent changes linked
  51. 'recentchangeslinked' => 'Dem Riilated Chayng',
  52. # Upload
  53. 'upload' => 'Upload Faail',
  54. # Random page
  55. 'randompage' => 'Raandum Paij',
  56. # What links here
  57. 'whatlinkshere' => 'Wata link hiia',
  58. );