RU: update to the strings
This commit is contained in:
parent
dd0f35d443
commit
90661a3cdc
2 changed files with 5 additions and 5 deletions
|
|
@ -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 нравится это.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue