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/addon/nsfw/lang/ru/strings.php
2016-04-17 22:42:29 +05:30

10 lines
1.1 KiB
PHP

<?php
App::$strings["Not Safe For Work (General Purpose Content Filter) settings"] = "";
App::$strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "";
App::$strings["Enable Content filter"] = "Включить фильтр содержимого";
App::$strings["Comma separated list of keywords to hide"] = "ключевые слова, которые скрыть (список через запятую)";
App::$strings["Submit"] = "Подтвердить";
App::$strings["Use /expression/ to provide regular expressions"] = "";
App::$strings["NSFW Settings saved."] = "NSFW Настройки сохранены.";
App::$strings["%s - Click to open/close"] = "%s - Нажмите для открытия / закрытия";