aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesSr.php
blob: 3600d9c9a48b066294ee0e3bd23d34a67050b424 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
/** Serbian (српски / srpski)
 *
 * See MessagesQqq.php for message documentation incl. usage of parameters
 * To improve a translation please visit http://translatewiki.net
 *
 * @ingroup Language
 * @file
 *
 * @author Milicevic01
 * @author Misos
 * @author Terik
 * @author Жељко Тодоровић
 * @author Михајло Анђелковић
 */

$fallback = 'sr-ec';
$linkTrail = '/^([abvgdđežzijklljmnnjoprstćufhcčdžšабвгдђежзијклљмнњопрстћуфхцчџш]+)(.*)$/usD';

$messages = array(
# Vector skin
'vector-view-viewsource' => '#REDIRECT[[MediaWiki:Vector-view-viewsource/sr-ec]]',

# Edit pages
'postedit-confirmation' => '',

# Special:Log/newusers
'newuserlogpage' => 'историја креирања корисника',
'newuserlogpagetext' => 'Ово је историја скорашњих креирања корисника.',

# Special:LinkSearch
'linksearch' => '#REDIRECT[[MediaWiki:Linksearch/sr-ec]]',
'linksearch-text' => '#REDIRECT[[MediaWiki:Linksearch-text/sr-ec]]',
'linksearch-line' => '$1 повезана са $2',
'linksearch-error' => 'Џокери могу да се појављују само на почетку домена.',

# Contributions
'uctop' => '‎',

);