From 246dd98e40436371ff9a96f5cf68a5c496a60153 Mon Sep 17 00:00:00 2001
From: Yaroslsav-95 <contact@yaroslavps.com>
Date: Mon, 8 Oct 2018 06:27:09 +0300
Subject: minor css fixes, translation strings for dynamic loading

---
 weblog/locale/ru/LC_MESSAGES/django.mo | Bin 4872 -> 4772 bytes
 weblog/locale/ru/LC_MESSAGES/django.po |  69 +++++++++++++++++++++------------
 2 files changed, 44 insertions(+), 25 deletions(-)

(limited to 'weblog/locale/ru/LC_MESSAGES')

diff --git a/weblog/locale/ru/LC_MESSAGES/django.mo b/weblog/locale/ru/LC_MESSAGES/django.mo
index b530a1c..82203fb 100755
Binary files a/weblog/locale/ru/LC_MESSAGES/django.mo and b/weblog/locale/ru/LC_MESSAGES/django.mo differ
diff --git a/weblog/locale/ru/LC_MESSAGES/django.po b/weblog/locale/ru/LC_MESSAGES/django.po
index c87ccb2..fa92785 100755
--- a/weblog/locale/ru/LC_MESSAGES/django.po
+++ b/weblog/locale/ru/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-17 23:47+0300\n"
+"POT-Creation-Date: 2018-10-08 06:22+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,30 @@ msgstr ""
 "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
 "%100>=11 && n%100<=14)? 2 : 3);\n"
 
-#: feeds.py:25 templates/weblog/index.html:6 templatetags/weblog_extras.py:43
-#: views.py:94 views.py:181
+#: feeds.py:27 templates/weblog/index.html:6 templatetags/weblog_extras.py:43
+#: views.py:100 views.py:201
 msgctxt "Posts without category"
 msgid "Uncategorized"
 msgstr "Без категории"
 
-#: feeds.py:31
+#: feeds.py:33
 #, fuzzy, python-format
 #| msgctxt "Posts in category"
 #| msgid "Posts in %(category_name)s"
 msgid "%(blog_title)s's %(category_name)s RSS feed"
 msgstr "RSS лента %(category_name)s в %(blog_title)s's"
 
-#: feeds.py:32
+#: feeds.py:34
 #, python-format
 msgid "%(blog_title)s RSS feed"
 msgstr "RSS лента %(blog_title)s"
 
-#: feeds.py:41
+#: feeds.py:43
 #, python-format
 msgid "Latest %(category_name)s blog posts on %(blog_title)s"
 msgstr "Последние записи по теме %(category_name)s в %(blog_title)s"
 
-#: feeds.py:42
+#: feeds.py:44
 #, python-format
 msgid "Latest blog posts on %(blog_title)s"
 msgstr "Самые свежие записи %(blog_title)s"
@@ -158,7 +158,7 @@ msgctxt "Noun"
 msgid "Comments"
 msgstr "Комментарии"
 
-#: templates/weblog/index.html:11 templates/weblog/index.html:28
+#: templates/weblog/index.html:11 templates/weblog/index.html:31
 msgctxt "Home page"
 msgid "Home"
 msgstr "Главная"
@@ -186,48 +186,60 @@ msgctxt "Posts from archive (year/month,year)"
 msgid "Posts from %(year)s"
 msgstr "Архив: %(year)s"
 
-#: templates/weblog/index.html:34
+#: templates/weblog/index.html:38
 msgid "Important post"
 msgstr "Прикрепленная запись"
 
-#: templates/weblog/index.html:36 templates/weblog/index.html:51
-#: templates/weblog/post.html:7
+#: templates/weblog/index.html:40 templates/weblog/index.html:55
+#: templates/weblog/nxtpage.html:5 templates/weblog/post.html:7
 #, python-format
-msgid "Published on %(publish_date)s"
-msgstr "Опубликовано %(publish_date)s"
+msgid "Published on <span class=\"post-publish-date\">%(publish_date)s</span>"
+msgstr ""
 
-#: templates/weblog/index.html:36 templates/weblog/index.html:51
-#: templates/weblog/post.html:7
+#: templates/weblog/index.html:40 templates/weblog/index.html:55
+#: templates/weblog/nxtpage.html:5 templates/weblog/post.html:7
 #, python-format
 msgctxt "Written by (Author)"
-msgid ", by %(author)s"
-msgstr ". %(author)s"
+msgid ", by <span class=\"post-author\">%(author)s</span>"
+msgstr ""
 
-#: templates/weblog/index.html:42 templates/weblog/index.html:57
+#: templates/weblog/index.html:46 templates/weblog/index.html:61
+#: templates/weblog/nxtpage.html:11
 msgid "Read more..."
 msgstr "Читать далее..."
 
-#: templates/weblog/index.html:64
+#: templates/weblog/index.html:69
+#, fuzzy
+#| msgid "Read more..."
+msgctxt "Load more pages"
+msgid "Load more..."
+msgstr "Ещё..."
+
+#: templates/weblog/index.html:74
+msgid "Loading..."
+msgstr "Идет загрузка"
+
+#: templates/weblog/index.html:80
 msgctxt "Page"
 msgid "First"
 msgstr "Первая"
 
-#: templates/weblog/index.html:65
+#: templates/weblog/index.html:81
 msgctxt "Page"
 msgid "Previous"
 msgstr "Предыдущая"
 
-#: templates/weblog/index.html:93
+#: templates/weblog/index.html:109
 msgctxt "Page"
 msgid "Next"
 msgstr "Следующая"
 
-#: templates/weblog/index.html:94
+#: templates/weblog/index.html:110
 msgctxt "Page"
 msgid "Last"
 msgstr "Последняя"
 
-#: templates/weblog/index.html:100
+#: templates/weblog/index.html:117
 msgid "Nothing has been posted yet."
 msgstr "Нет записи на данный момент."
 
@@ -313,14 +325,21 @@ msgstr ""
 msgid "December"
 msgstr ""
 
-#: views.py:202
+#: views.py:232
 msgid "You need to sign in to submit a comment"
 msgstr "Для того чтобы оставить комментарий, зайдите в свою учетную запись"
 
-#: views.py:204
+#: views.py:234
 msgid "Error submitting comment: Invalid data"
 msgstr "Ошибка: неправильный формат данных"
 
+#~ msgid "Published on %(publish_date)s"
+#~ msgstr "Опубликовано %(publish_date)s"
+
+#~ msgctxt "Written by (Author)"
+#~ msgid ", by %(author)s"
+#~ msgstr ". %(author)s"
+
 #~ msgid "English"
 #~ msgstr "Английский"
 
-- 
cgit v1.2.3