wiki.techinc.nl/languages/messages/MessagesTcy.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

33 lines
1.1 KiB
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
/** Tulu (ತುಳು)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author NamwikiTL
* @author VASANTH S.N.
* @author VinodSBangera
*/
$fallback = 'kn';
$namespaceNames = [
NS_MEDIA => 'ಮಾದ್ಯಮೊ',
NS_SPECIAL => 'ವಿಸೇಸೊ',
NS_TALK => 'ಪಾತೆರ',
NS_USER => 'ಬಳಕೆದಾರೆ',
NS_USER_TALK => 'ಬಳಕೆದಾರೆ_ಪಾತೆರ',
NS_PROJECT_TALK => '$1_ಪಾತೆರ',
NS_FILE => 'ಫೈಲ್',
NS_FILE_TALK => 'ಫೈಲ್_ಪಾತೆರ',
NS_MEDIAWIKI => 'ಮಾದ್ಯಮೊ_ವಿಕಿ',
NS_MEDIAWIKI_TALK => 'ಮಾದ್ಯಮೊ_ವಿಕಿ_ಪಾತೆರ',
NS_TEMPLATE => 'ಟೆಂಪ್ಲೇಟ್',
NS_TEMPLATE_TALK => 'ಟೆಪ್ಲೇಟ್_ಪಾತೆರ',
NS_HELP => 'ಸಕಾಯೊ',
NS_HELP_TALK => 'ಸಕಾಯೊ_ಪಾತೆರ',
NS_CATEGORY => 'ವರ್ಗೊ',
NS_CATEGORY_TALK => 'ವರ್ಗೊ_ಪಾತೆರ',
];