From 55252b1bcdef88017653b6dbfd17497b25e1e13f Mon Sep 17 00:00:00 2001 From: cac2s Date: Thu, 30 Nov 2017 13:13:22 +0000 Subject: Fix russian translation for "Mark updated articles as unread" --- locale/ru_RU/LC_MESSAGES/messages.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ru_RU/LC_MESSAGES/messages.po b/locale/ru_RU/LC_MESSAGES/messages.po index f0d48000f..3796076b8 100644 --- a/locale/ru_RU/LC_MESSAGES/messages.po +++ b/locale/ru_RU/LC_MESSAGES/messages.po @@ -1996,7 +1996,7 @@ msgstr "" #: classes/pref/feeds.php:744 #: classes/pref/feeds.php:922 msgid "Mark updated articles as unread" -msgstr "Пометить все статьи как прочитанные?" +msgstr "Отметить обновлённые статьи как непрочитанные" #: classes/pref/feeds.php:748 msgid "Icon" -- cgit v1.2.3-54-g00ecf From 8d8c2c0cab3bf560424106bfadf42069f0c50b66 Mon Sep 17 00:00:00 2001 From: cac2s Date: Thu, 30 Nov 2017 13:45:09 +0000 Subject: Fix russian translation for "Mark updated articles as unread" // .mo file --- locale/ru_RU/LC_MESSAGES/messages.mo | Bin 73963 -> 73982 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/locale/ru_RU/LC_MESSAGES/messages.mo b/locale/ru_RU/LC_MESSAGES/messages.mo index 1a9fc2be6..565c0e8c9 100644 Binary files a/locale/ru_RU/LC_MESSAGES/messages.mo and b/locale/ru_RU/LC_MESSAGES/messages.mo differ -- cgit v1.2.3-54-g00ecf From 7c4d7bce3f15afbdab0487e101cd2f85afed8bd5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Dec 2017 11:51:46 +0300 Subject: increase default of MAX_CONDITIONAL_INTERVAL to 12 hours --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 277975c5c..5667ac416 100644 --- a/include/functions.php +++ b/include/functions.php @@ -57,7 +57,7 @@ // do not cache files smaller than that (bytes) define_default('CACHE_MAX_DAYS', 7); // max age in days for various automatically cached (temporary) files - define_default('MAX_CONDITIONAL_INTERVAL', 3600*6); + define_default('MAX_CONDITIONAL_INTERVAL', 3600*12); // max interval between forced unconditional updates for servers // not complying with http if-modified-since (seconds) -- cgit v1.2.3-54-g00ecf