[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /** Latvian (latviešu) 3 * 4 * To improve a translation please visit https://translatewiki.net 5 * 6 * @ingroup Language 7 * @file 8 * 9 * @author Admresdeserv. 10 * @author Dark Eagle 11 * @author Edgars2007 12 * @author FnTmLV 13 * @author Geimeris 14 * @author Geitost 15 * @author Gleb Borisov 16 * @author GreenZeb 17 * @author Kaganer 18 * @author Karlis 19 * @author Kikos 20 * @author Knakts 21 * @author Marozols 22 * @author Papuass 23 * @author Reedy 24 * @author Srolanh 25 * @author Xil 26 * @author Yyy 27 * @author לערי ריינהארט 28 */ 29 30 /** 31 * @copyright Copyright © 2006, Niklas Laxström 32 * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later 33 */ 34 35 $namespaceNames = array( 36 NS_MEDIA => 'Media', 37 NS_SPECIAL => 'Special', 38 NS_TALK => 'Diskusija', 39 NS_USER => 'Lietotājs', 40 NS_USER_TALK => 'Lietotāja_diskusija', 41 NS_PROJECT_TALK => '{{grammar:ģenitīvs|$1}}_diskusija', 42 NS_FILE => 'Attēls', 43 NS_FILE_TALK => 'Attēla_diskusija', 44 NS_MEDIAWIKI => 'MediaWiki', 45 NS_MEDIAWIKI_TALK => 'MediaWiki_diskusija', 46 NS_TEMPLATE => 'Veidne', 47 NS_TEMPLATE_TALK => 'Veidnes_diskusija', 48 NS_HELP => 'Palīdzība', 49 NS_HELP_TALK => 'Palīdzības_diskusija', 50 NS_CATEGORY => 'Kategorija', 51 NS_CATEGORY_TALK => 'Kategorijas_diskusija', 52 ); 53 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' ); 54
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |