]> git.mxchange.org Git - friendica-addons.git/blobdiff - blockbot/lang/ru/strings.php
regenerated all the strings
[friendica-addons.git] / blockbot / lang / ru / strings.php
index 418498f9468c5bb2379803f013b431d4e22e8c4e..c981ce97574f5e6e4b0f80d962b5fd168aeabe79 100644 (file)
@@ -5,9 +5,8 @@ function string_plural_select_ru($n){
        $n = intval($n);
        if ($n%10==1 && $n%100!=11) { return 0; } else if ($n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14)) { return 1; } else if ($n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)) { return 2; } else  { return 3; }
 }}
-;
-$a->strings["Save Settings"] = "Сохранить настройки";
-$a->strings["Allow \"good\" crawlers"] = "Разрешить \"хороших\" поисковых роботов";
-$a->strings["Block GabSocial"] = "Блокировать GabSocial";
-$a->strings["Training mode"] = "Режим обучения";
-$a->strings["Settings updated."] = "Настройки изменены";
+$a->strings['Save Settings'] = 'Сохранить настройки';
+$a->strings['Allow "good" crawlers'] = 'Разрешить "хороших" поисковых роботов';
+$a->strings['Block GabSocial'] = 'Блокировать GabSocial';
+$a->strings['Training mode'] = 'Режим обучения';
+$a->strings['Settings updated.'] = 'Настройки изменены';