wiki.techinc.nl/languages/messages/MessagesInh.php
Amir Aharoni 7897b832a3 Remove unnecessary and mostly empty translation for NS_MAIN
Change-Id: Ie4203b8fabe58a7894713ac64f204727dc82f440
2021-01-30 13:10:19 +00:00

30 lines
906 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_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 => 'ОагӀат_ювцар',
];