##// END OF EJS Templates
Added link to RSS to the page head. This fixes #11
neko259 -
r93:3d5f1103 default
parent child Browse files
Show More
1 NO CONTENT: modified file, binary diff hidden
@@ -7,7 +7,7 b' msgid ""'
7 7 msgstr ""
8 8 "Project-Id-Version: PACKAGE VERSION\n"
9 9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2013-06-10 22:27+0300\n"
10 "POT-Creation-Date: 2013-07-04 20:35+0300\n"
11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 13 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,15 +18,19 b' msgstr ""'
18 18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19 19 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20 20
21 #: templates/boards/base.html:27
21 #: templates/boards/base.html:12
22 msgid "Feed"
23 msgstr "Лента"
24
25 #: templates/boards/base.html:31
22 26 msgid "All threads"
23 27 msgstr "Все темы"
24 28
25 #: templates/boards/base.html:33
29 #: templates/boards/base.html:37
26 30 msgid "Settings"
27 31 msgstr "Настройки"
28 32
29 #: templates/boards/base.html:40
33 #: templates/boards/base.html:45
30 34 msgid "Up"
31 35 msgstr "Вверх"
32 36
@@ -36,6 +40,7 b' msgstr "\xd0\xa2\xd0\xb5\xd0\xb3: "'
36 40
37 41 #: templates/boards/posting_general.html:35
38 42 #: templates/boards/posting_general.html:79 templates/boards/thread.html:27
43 #: templates/boards/rss/post.html:5
39 44 #, fuzzy
40 45 msgid "Post image"
41 46 msgstr "Изображение сообщения"
@@ -44,16 +49,17 b' msgstr "\xd0\x98\xd0\xb7\xd0\xbe\xd0\xb1\xd1\x80\xd0\xb0\xd0\xb6\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb5 \xd1\x81\xd0\xbe\xd0\xbe\xd0\xb1\xd1\x89\xd0\xb5\xd0\xbd\xd0\xb8\xd1\x8f"'
44 49 msgid "Reply"
45 50 msgstr "Ответ"
46 51
47 #: templates/boards/posting_general.html:53 templates/boards/thread.html:107
52 #: templates/boards/posting_general.html:53 templates/boards/thread.html:108
48 53 msgid "replies"
49 54 msgstr "ответов"
50 55
51 #: templates/boards/posting_general.html:54 templates/boards/thread.html:108
56 #: templates/boards/posting_general.html:54 templates/boards/thread.html:109
52 57 msgid "images"
53 58 msgstr "изображений"
54 59
55 60 #: templates/boards/posting_general.html:56
56 61 #: templates/boards/posting_general.html:127 templates/boards/thread.html:49
62 #: templates/boards/rss/post.html:10
57 63 msgid "Tags"
58 64 msgstr "Теги"
59 65
@@ -130,7 +136,7 b' msgstr "\xd0\xa6\xd0\xb8\xd1\x82\xd0\xb0\xd1\x82\xd1\x8b \xd0\xbc\xd0\xbe\xd0\xb3\xd1\x83\xd1\x82 \xd0\xb1\xd1\x8b\xd1\x82\xd1\x8c \xd0\xb2\xd1\x81\xd1\x82\xd0\xb0\xd0\xb2\xd0\xbb\xd0\xb5\xd0\xbd\xd1\x8b \xd0\xbf\xd1\x80\xd0\xb8 \xd0\xbf\xd0\xbe\xd0\xbc\xd0\xbe\xd1\x89\xd0\xb8"'
130 136 msgid "Links to answers can be inserted with"
131 137 msgstr "Ссылки на ответы могут быть вставлены с помощью"
132 138
133 #: templates/boards/thread.html:109
139 #: templates/boards/thread.html:110
134 140 msgid "Last update: "
135 141 msgstr "Последнее обновление: "
136 142
@@ -8,6 +8,9 b''
8 8 href="{{ STATIC_URL }}css/jquery.fancybox.css" media="all"/>
9 9 <link rel="stylesheet" type="text/css"
10 10 href="{{ STATIC_URL }}css/{{ theme }}/base_page.css" media="all"/>
11 <link rel="alternate" type="application/rss+xml" href="rss/" title="
12 {% trans 'Feed' %}"/>
13
11 14 <meta name="viewport" content="width=device-width, initial-scale=1"/>
12 15 <meta charset="utf-8"/>
13 16 {% block head %}{% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now