wiki.techinc.nl/languages/messages/MessagesDin.php
Amire80 b3f7f4e1e2 Correct the "Help", "Media" and talk namespace names for Dinka
The corrections come from users Dinkawiki and Mawanmuortat,
who did most of the translation into this language.

No aliases are needed, because the file was only created recently,
and not yet used anywhere.

Change-Id: Ic1ddfaca403e05e5971c516d6e7a454311794f3c
2017-04-27 11:52:13 +03:00

30 lines
896 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/** Dinka (Thuɔŋjäŋ)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
*/
$namespaceNames = [
NS_MEDIA => 'Ciɛl',
NS_SPECIAL => 'Këcëweek',
NS_TALK => 'Jam',
NS_USER => 'Dulooi',
NS_USER_TALK => 'Jam_kekë_dulooi',
NS_PROJECT_TALK => 'Jam_wɛ̈t_ë_$1',
NS_FILE => 'Apamduööt',
NS_FILE_TALK => 'Jam_wɛ̈t_ë_apamduööt',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'Jam_wɛ̈t_ë_MediaWiki',
NS_TEMPLATE => 'Macuëc',
NS_TEMPLATE_TALK => 'Jam_wɛ̈t_ë_macuëc',
NS_HELP => 'Kuɔny',
NS_HELP_TALK => 'Jam_wɛ̈t_ë_kuɔny',
NS_CATEGORY => 'Bekätakthook',
NS_CATEGORY_TALK => 'Jam_wɛ̈t_ë_bekätakthook',
];
$linkTrail = '/^([äëɛɛ̈éɣïŋöɔɔ̈óa-z]+)(.*)$/sDu';