diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2008-03-21 11:49:34 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2008-03-21 11:49:34 +0100 |
commit | 086ae52d12011746a75f5588e877347bc0457352 (patch) | |
tree | e73263c7a29d0f94fafb874562610e16eb292ba8 /languages/messages/MessagesSs.php | |
parent | 749e7fb2bae7bbda855de3c9e319435b9f698ff7 (diff) |
Update auf MediaWiki 1.12.0
Diffstat (limited to 'languages/messages/MessagesSs.php')
-rw-r--r-- | languages/messages/MessagesSs.php | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/languages/messages/MessagesSs.php b/languages/messages/MessagesSs.php new file mode 100644 index 00000000..ad3d1e05 --- /dev/null +++ b/languages/messages/MessagesSs.php @@ -0,0 +1,104 @@ +<?php +/** Swati (SiSwati) + * + * @addtogroup Language + * + * @author MF-Warburg + * @author Jatrobat + * @author Siebrand + */ + +$messages = array( +# Dates +'sunday' => 'LíSontfo', +'monday' => 'uMsombulûko', +'tuesday' => 'Lesíbilí', +'wednesday' => 'Lésitsâtfu', +'thursday' => 'Lesíne', +'friday' => 'Lesíhlánu', +'saturday' => 'úMgcibélo', +'january' => 'Bhimbídvwane', +'february' => 'iNdlóvana', +'march' => 'íNdlovu', +'april' => 'Mábasa', +'may_long' => 'íNkhwekhwéti', +'june' => 'íNhlaba', +'july' => 'Khólwáne', +'august' => 'íNgci', +'september' => 'íNyoni', +'october' => 'íMphala', +'november' => 'Lídvúba', +'december' => 'íNgongóni', +'january-gen' => 'Bhimbídvwane', +'february-gen' => 'iNdlóvana', +'march-gen' => 'íNdlovu', +'april-gen' => 'Mábasa', +'may-gen' => 'íNkhwekhwéti', +'june-gen' => 'íNhlaba', +'july-gen' => 'Khólwáne', +'august-gen' => 'íNgci', +'september-gen' => 'íNyoni', +'october-gen' => 'íMphala', +'november-gen' => 'Lídvúba', +'december-gen' => 'íNgongóni', + +'qbfind' => 'Kúkhándza', +'qbedit' => 'Kúhlela', + +'help' => 'Kúsíta', +'search' => 'Kucálata', +'searchbutton' => 'kucálata', +'go' => 'Kúhámba', +'searcharticle' => 'Kúhámba', +'history_short' => 'Umlandvo', +'print' => 'Kucindzetêla', +'edit' => 'kúhlela', +'talk' => 'Kúcoca', +'jumptosearch' => 'kucálata', + +# 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). +'portal' => 'Likhefi leinthanethi', +'portal-url' => 'Project:Likhefi leinthanethi', + +'editsection' => 'kúhlela', +'editold' => 'kúhlela', + +# Short words for each namespace, by default used in the namespace tab in monobook +'nstab-main' => 'Intfo', +'nstab-user' => 'Umuntfu', +'nstab-help' => 'Kúsíta', + +# Login and logout pages +'uid' => 'Umuntfu ID:', +'yourlanguage' => 'Lúlwîmi:', +'loginlanguagelabel' => 'Lúlwîmi: $1', + +# Search results +'powersearch' => 'Kucálata', + +# Preferences page +'searchresultshead' => 'Kucálata', + +# Image list +'ilsubmit' => 'Kucálata', +'filehist-datetime' => 'Lusuku/Síkhatsí', +'filehist-user' => 'Umuntfu', + +# Miscellaneous special pages +'move' => 'Kúgojotîsa', + +# Special:Log +'specialloguserlabel' => 'Umuntfu:', + +# Special:Allpages +'allpagessubmit' => 'Kúhámba', + +# Restrictions (nouns) +'restriction-edit' => 'Kúhlela', +'restriction-move' => 'Kúgojotîsa', +'restriction-create' => 'Kúdála', + +# Tooltip help for the actions +'tooltip-search' => 'Kucálata {{SITENAME}}', + +); |