Localisation updates for core from translatewiki.net
[lhc/web/wiklou.git] / languages / messages / MessagesSh.php
1 <?php
2 /** Serbo-Croatian (Srpskohrvatski / Српскохрватски)
3 *
4 * @ingroup Language
5 * @file
6 *
7 * @author OC Ripper
8 * @author לערי ריינהארט
9 */
10
11 $messages = array(
12 # Dates
13 'january' => 'januar',
14 'february' => 'februar',
15 'march' => 'mart',
16 'april' => 'april',
17 'may_long' => 'maj',
18 'june' => 'jun',
19 'july' => 'jul',
20 'august' => 'august',
21 'september' => 'septembar',
22 'october' => 'oktobar',
23 'november' => 'novembar',
24 'december' => 'decembar',
25
26 'tagline' => 'Izvor: {{SITENAME}}',
27 'search' => 'Pretraga',
28 'searchbutton' => 'Traži',
29 'searcharticle' => 'Idi',
30 'printableversion' => 'Verzija za ispis',
31 'permalink' => 'Trajni link',
32 'edit' => 'Uredi',
33 'talkpagelinktext' => 'Razgovor',
34 'talk' => 'Razgovor',
35 'views' => 'Pregledi',
36 'toolbox' => 'Traka sa alatima',
37 'jumpto' => 'Skoči na:',
38 'jumptonavigation' => 'navigacija',
39 'jumptosearch' => 'pretraga',
40
41 # All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
42 'aboutsite' => 'O projektu {{SITENAME}}',
43 'disclaimers' => 'Odricanje odgovornosti',
44 'mainpage' => 'Glavna strana',
45 'mainpage-description' => 'Glavna strana',
46 'privacy' => 'Politika privatnosti',
47
48 'retrievedfrom' => 'Dobavljeno iz "$1"',
49 'editsection' => 'uredi',
50 'editsectionhint' => 'Uredi sekciju: $1',
51
52 # History pages
53 'cur' => 'tren',
54 'last' => 'preth',
55
56 # Search results
57 'powersearch' => 'Napredna pretraga',
58
59 # Recent changes linked
60 'recentchangeslinked' => 'Srodne izmjene',
61
62 # Miscellaneous special pages
63 'nbytes' => '$1 {{PLURAL:$1|bajt|bajtova}}',
64
65 # Special:AllPages
66 'alphaindexline' => '$1 do $2',
67
68 # What links here
69 'whatlinkshere' => 'Šta je povezano ovdje',
70 'whatlinkshere-links' => '← linkovi',
71
72 # Block/unblock
73 'contribslink' => 'doprinosi',
74
75 # Namespace 8 related
76 'allmessages' => 'Sistemske poruke',
77
78 # Tooltip help for the actions
79 'tooltip-search' => 'Pretraži ovaj wiki',
80 'tooltip-n-mainpage' => 'Posjetite glavnu stranu',
81 'tooltip-n-portal' => 'O projektu, što možete učiniti, gdje možete naći stvari',
82 'tooltip-n-recentchanges' => 'Spisak nedavnih izmjena na wikiju.',
83 'tooltip-t-whatlinkshere' => 'Spisak svih stranica povezanih sa ovim',
84 'tooltip-t-specialpages' => 'Popis svih posebnih stranica',
85
86 # Special:SpecialPages
87 'specialpages' => 'Posebne stranice',
88
89 );