friendica-addons/blockbot/lang/bg/strings.php

14 lines
565 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
if(! function_exists("string_plural_select_bg")) {
function string_plural_select_bg($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Save Settings"] = "Запази настройките";
$a->strings["Allow \"good\" crawlers"] = "Разреши \"добри\" обхождащи роботи за уеб страници";
$a->strings["Block GabSocial"] = "Блокирай GabSocial";
$a->strings["Training mode"] = "Тренировъчен режим";
$a->strings["Settings updated."] = "Настройките са обновени";