mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-10-26 10:45:05 +00:00
13 lines
434 B
PHP
13 lines
434 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Forums"] = "Fora";
|
||
|
$a->strings["show/hide"] = "pokaż/ukryj";
|
||
|
$a->strings["No forum subscriptions"] = "";
|
||
|
$a->strings["Forums:"] = "";
|
||
|
$a->strings["Forumlist settings updated."] = "";
|
||
|
$a->strings["Forumlist Settings"] = "";
|
||
|
$a->strings["Randomise forum list"] = "";
|
||
|
$a->strings["Show forums on profile page"] = "";
|
||
|
$a->strings["Show forums on network page"] = "";
|
||
|
$a->strings["Submit"] = "Potwierdź";
|