RU: update to the strings
This commit is contained in:
+2
-2
@@ -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 нравится это.";
|
||||
|
||||
Reference in New Issue
Block a user