mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
merge
This commit is contained in:
parent
59c03edbc9
commit
f07df4f667
45 changed files with 34609 additions and 41295 deletions
|
@ -1,8 +1,9 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ru")) {
|
||||
function string_plural_select_ru($n){
|
||||
return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);;
|
||||
}
|
||||
}}
|
||||
;
|
||||
$a->strings["Post successful."] = "Успешно добавлено.";
|
||||
$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue