aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_sr.py
blob: 6087027c8d00e634548d6156c3ed45e99f47090e (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
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "%d min remaining to read": "%d минута је преостало за читање",
    "(active)": "",
    "Also available in:": "Такође доступан у:",
    "Archive": "Архива",
    "Categories": "Категорије",
    "Comments": "Коментари",
    "LANGUAGE": "Српски",
    "Languages:": "Језици:",
    "More posts about %s": "Више постова о %s",
    "Newer posts": "Новији постови",
    "Next post": "Следећи пост",
    "No posts found.": "Нема постова.",
    "Nothing found.": "Није ништа пронађено.",
    "Older posts": "Старији постови",
    "Original site": "Оригинал сајт",
    "Posted:": "Објављено:",
    "Posts about %s": "Постови о %s",
    "Posts for year %s": "Постови за годину %s",
    "Posts for {month} {day}, {year}": "",
    "Posts for {month} {year}": "Постови за {month} {year}",
    "Previous post": "Претходни пост",
    "Publication date": "Датум објаве",
    "RSS feed": "RSS feed",
    "Read in English": "Прочитај на српском",
    "Read more": "Прочитај више",
    "Skip to main content": "Прескочи на главни садржај",
    "Source": "Извор",
    "Subcategories:": "",
    "Tags and Categories": "Тагови и категорије",
    "Tags": "Тагови",
    "Write your page here.": "",
    "Write your post here.": "",
    "old posts, page %d": "стари постови, страна %d",
    "page %d": "страна %d",
}