wiki.techinc.nl/languages/messages/MessagesKy.php
Fomafix ce6f7faadd Remove trailing empty lines in PHP
Performed using
find . -name \*.php -exec sed -i -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba' {} \;

Change-Id: I5d0627f94c73690cf3a8a453539c22c760c2aa60
2017-01-16 22:06:43 +01:00

34 lines
911 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
/** Kyrgyz (Кыргызча)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author AidaBishkek
* @author Aidabishkek
* @author Amire80
* @author Chorobek
* @author Connexx
* @author Growingup
* @author Kgbek
* @author Muratjumashev
* @author Tynchtyk Chorotegin
* @author Ztimur
* @author Викиней
*/
$namespaceNames = [
NS_MEDIA => 'Медиа',
NS_SPECIAL => 'Атайын',
NS_TALK => 'Баарлашуу',
NS_USER => 'Колдонуучу',
NS_USER_TALK => 'Колдонуучунун_баарлашуулары',
NS_PROJECT_TALK => '$1_баарлашуу',
NS_FILE => 'Файл',
NS_MEDIAWIKI => 'MediaWiki',
NS_TEMPLATE => 'Калып',
NS_HELP => 'Жардам',
NS_CATEGORY => 'Категория',
];