diff --git a/view/ru/messages.po b/view/ru/messages.po index 37190792f1..42f8d77f91 100644 --- a/view/ru/messages.po +++ b/view/ru/messages.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-31 18:07+0100\n" -"PO-Revision-Date: 2014-02-24 07:21+0000\n" +"PO-Revision-Date: 2014-03-12 05:32+0000\n" "Last-Translator: vislav \n" "Language-Team: Russian (http://www.transifex.com/projects/p/friendica/language/ru/)\n" "MIME-Version: 1.0\n" @@ -5885,12 +5885,12 @@ msgstr "%s не нравится это." #: ../../include/conversation.php:944 #, php-format msgid "%2$d people like this" -msgstr "" +msgstr "%2$d людям нравится это" #: ../../include/conversation.php:947 #, php-format msgid "%2$d people don't like this" -msgstr "" +msgstr "%2$d людям не нравится это" #: ../../include/conversation.php:961 msgid "and" diff --git a/view/ru/strings.php b/view/ru/strings.php index 4e5c264bc6..4e2a51ec9e 100644 --- a/view/ru/strings.php +++ b/view/ru/strings.php @@ -1351,8 +1351,8 @@ $a->strings["Send PM"] = "Отправить ЛС"; $a->strings["Poke"] = ""; $a->strings["%s likes this."] = "%s нравится это."; $a->strings["%s doesn't like this."] = "%s не нравится это."; -$a->strings["%2\$d people like this"] = ""; -$a->strings["%2\$d people don't like this"] = ""; +$a->strings["%2\$d people like this"] = "%2\$d людям нравится это"; +$a->strings["%2\$d people don't like this"] = "%2\$d людям не нравится это"; $a->strings["and"] = "и"; $a->strings[", and %d other people"] = ", и %d других чел."; $a->strings["%s like this."] = "%s нравится это.";