aboutsummaryrefslogtreecommitdiffstats
path: root/view/ru/strings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-13 02:10:06 -0700
committerfriendica <info@friendica.com>2014-05-13 02:10:06 -0700
commit8c948f4bbe04e4221e6a845995048a565d6ce808 (patch)
tree62d5a85fdb84aa1526d01941cf9e135d87aaf13d /view/ru/strings.php
parent13cf31ae738985514bc06a2d889860a79bd7e3ad (diff)
downloadvolse-hubzilla-8c948f4bbe04e4221e6a845995048a565d6ce808.tar.gz
volse-hubzilla-8c948f4bbe04e4221e6a845995048a565d6ce808.tar.bz2
volse-hubzilla-8c948f4bbe04e4221e6a845995048a565d6ce808.zip
forbid redefinition of language plural_select function
Diffstat (limited to 'view/ru/strings.php')
-rw-r--r--view/ru/strings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/ru/strings.php b/view/ru/strings.php
index 149684a8c..4c6ca1d3d 100644
--- a/view/ru/strings.php
+++ b/view/ru/strings.php
@@ -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["Cannot locate DNS info for database server '%s'"] = "";
$a->strings["Profile Photos"] = "Фотографии профиля";