X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=blackout%2Flang%2Fru%2Fstrings.php;h=aae8b350b9e6d54f09173f16de6c77b71bc8e18f;hb=86f18af694b5da35fe8cb04579200c72f0d06286;hp=ab5e224611275ac4619246aeaf0719f86af37c53;hpb=e386f62cd71a41cd784b3f3624ea27d81943afea;p=friendica-addons.git diff --git a/blackout/lang/ru/strings.php b/blackout/lang/ru/strings.php index ab5e2246..aae8b350 100644 --- a/blackout/lang/ru/strings.php +++ b/blackout/lang/ru/strings.php @@ -1,3 +1,14 @@ -strings["Submit"] = "Подтвердить"; +=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);; +}} +; +$a->strings["Save Settings"] = "Сохранить настройки"; +$a->strings["Redirect URL"] = "Ссылка для перенаправления"; +$a->strings["all your visitors from the web will be redirected to this URL"] = "все посетители будут перенаправлены на этот URL"; +$a->strings["Begin of the Blackout"] = "Начало блэкаута"; +$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "формат: YYYY год, MM месяц, DD день, hh час и mm минута"; +$a->strings["End of the Blackout"] = "Конец блэкаута"; +$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Указана более ранняя дата окончания, чем дата начала. Это надо исправить.";