forked from friendica/friendica-addons
11 lines
401 B
PHP
11 lines
401 B
PHP
<?php
|
|
|
|
$a->strings["\"Blockem\" Settings"] = "";
|
|
$a->strings["Comma separated profile URLS to block"] = "";
|
|
$a->strings["Submit"] = "Potwierdź";
|
|
$a->strings["BLOCKEM Settings saved."] = "";
|
|
$a->strings["Blocked %s - Click to open/close"] = "";
|
|
$a->strings["Unblock Author"] = "Odblokuj autora";
|
|
$a->strings["Block Author"] = "Zablokuj autora";
|
|
$a->strings["blockem settings updated"] = "";
|