mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
688 B
PHP
14 lines
688 B
PHP
<?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\" настройки обновлены";
|
|
|