wiki.techinc.nl/languages/messages/MessagesInh.php
Umherirrender 2664eeb632 Clean up spacing of doc comments
Align the doc stars and normalize start and end tokens

Change-Id: Ib0d92e128e7b882bb5b838bd00c74fc16ef14303
2019-08-05 22:29:50 +00:00

31 lines
934 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
/** Ingush (ГӀалгӀай)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
*/
$fallback = 'ru';
$namespaceNames = [
NS_MEDIA => 'Медиа',
NS_SPECIAL => 'Гӏулакха',
NS_MAIN => '',
NS_TALK => 'Ювцар',
NS_USER => 'Доакъашхо',
NS_USER_TALK => оакъашхочун_дувцар',
NS_PROJECT_TALK => '$1_ювцар',
NS_FILE => 'Файл',
NS_FILE_TALK => айл_ювцар',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'MediaWiki_ювцар',
NS_TEMPLATE => 'Ло',
NS_TEMPLATE_TALK => о_бувцар',
NS_HELP => 'Новкъостал',
NS_HELP_TALK => 'Новкъостал_дувцар',
NS_CATEGORY => 'ОагӀат',
NS_CATEGORY_TALK => 'ОагӀат_ювцар',
];