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/MessagesGlk.php | |
parent | 749e7fb2bae7bbda855de3c9e319435b9f698ff7 (diff) |
Update auf MediaWiki 1.12.0
Diffstat (limited to 'languages/messages/MessagesGlk.php')
-rw-r--r-- | languages/messages/MessagesGlk.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/languages/messages/MessagesGlk.php b/languages/messages/MessagesGlk.php new file mode 100644 index 00000000..e6882df6 --- /dev/null +++ b/languages/messages/MessagesGlk.php @@ -0,0 +1,36 @@ +<?php +/** Gilaki (گیلکی) + * + * @addtogroup Language + * + * @author AminSanaei + */ + +$fallback = 'fa'; + +$messages = array( +# Bits of text used by many pages +'categories' => 'رجؤن', + +'qbedit' => 'دچین واچین', + +'search' => 'واموج', +'searchbutton' => 'واموج', +'go' => 'بوشو', +'searcharticle' => 'بوشو', +'history_short' => 'تارئخ', +'printableversion' => 'پرینتی نوسخه', +'permalink' => 'مؤنسنی پیوند', +'edit' => 'دچین واچین', +'toolbox' => 'ابزار جیگا', +'jumptonavigation' => 'گردسن', +'jumptosearch' => 'واموج', + +# 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). +'currentevents' => 'تازه چیؤن', +'mainpage' => 'گت ولگ', +'portal' => 'امه جیگا', +'privacy' => 'رازبداری', +'sitesupport' => 'بال زئن', + +); |