1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addons/superblock/lang/ru/strings.php

15 lines
688 B
PHP
Raw Normal View History

<?php
if(! function_exists("string_plural_select_ru")) {
function string_plural_select_nl($n){
return ($n != 1);;
}}
;
$a->strings["\"Superblock\" Settings"] = "\"Superblock\" настройки";
$a->strings["Comma separated profile URLS to block"] = "URLS, которые заблокировать (список через запятую)";
$a->strings["Submit"] = "Подтвердить";
$a->strings["SUPERBLOCK Settings saved."] = "Superblock-Настройки сохранены.";
$a->strings["Block Completely"] = "Полностью блокировать";
$a->strings["superblock settings updated"] = "\"Superblock\" настройки обновлены";