From 7f4516d7474b076ab6f4e3e532c435a02251b17c Mon Sep 17 00:00:00 2001 From: pixelroot Date: Sat, 14 Jun 2014 14:34:17 +0200 Subject: modified: .htaccess modified: view/ru/strings.php --- .htaccess | 6 +++++- view/ru/strings.php | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index 6cb3a0749..39fd89e04 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,10 @@ Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga +#SSLCipherSuite HIGH:AES256-SHA:AES128-SHA:RC4:!aNULL:!eNULL:!EDH - +# don't allow any web access to logfiles, even after rotation/compression + Deny from all @@ -10,6 +12,8 @@ Deny from all RewriteEngine on # Protect repository directory from browsing RewriteRule "(^|/)\.git" - [F] + RewriteRule "(^|/)store" - [F] + # Rewrite current-style URLs of the form 'index.php?q=x'. # Also place auth information into REMOTE_USER for sites running diff --git a/view/ru/strings.php b/view/ru/strings.php index e78eb248c..67fbbacf6 100644 --- a/view/ru/strings.php +++ b/view/ru/strings.php @@ -673,7 +673,7 @@ $a->strings["Chat Rooms"] = "Чаты"; $a->strings["Bookmarked Chatrooms"] = "Закладки чатов"; $a->strings["Suggested Chatrooms"] = "Рекомендуемые чаты"; $a->strings["Save to Folder"] = ""; -$a->strings["View all"] = "msgctxt "noun"; +$a->strings["View all"] = ""; $a->strings["Like"] = array( 0 => "", 1 => "", @@ -699,8 +699,8 @@ $a->strings["via"] = "через"; $a->strings["Wall-to-Wall"] = "Стена-к-Стене"; $a->strings["via Wall-To-Wall:"] = "через Стена-к-Стене:"; $a->strings["Save Bookmarks"] = ""; -$a->strings["Add to Calendar"] = "msgctxt "noun"; -$a->strings["Likes"] = "msgctxt "noun"; +$a->strings["Add to Calendar"] = ""; +$a->strings["Likes"] = ""; $a->strings["Dislikes"] = ""; $a->strings["%d comment"] = array( 0 => "%d комментарий", -- cgit v1.2.3