mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 15:31:09 +00:00
10 lines
401 B
PHP
10 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"] = "";
|