RU: update to the strings

This commit is contained in:
Tobias Diekershoff 2014-04-06 07:58:32 +02:00
commit 90661a3cdc
2 changed files with 5 additions and 5 deletions

View file

@ -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["<span %1\$s>%2\$d people</span> like this"] = "";
$a->strings["<span %1\$s>%2\$d people</span> don't like this"] = "";
$a->strings["<span %1\$s>%2\$d people</span> like this"] = "<span %1\$s>%2\$d людям</span> нравится это";
$a->strings["<span %1\$s>%2\$d people</span> don't like this"] = "<span %1\$s>%2\$d людям</span> не нравится это";
$a->strings["and"] = "и";
$a->strings[", and %d other people"] = ", и %d других чел.";
$a->strings["%s like this."] = "%s нравится это.";