]> git.mxchange.org Git - friendica.git/blobdiff - view/ru/strings.php
merge
[friendica.git] / view / ru / strings.php
index 4111fa8e534d001b226004273f800d996a8034ea..1311cb69ebfb285cd06e3daa2e9c0322df2d52a6 100644 (file)
@@ -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]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]";