forked from friendica/friendica-addons
13 lines
614 B
PHP
13 lines
614 B
PHP
<?php
|
|
|
|
$a->strings["Forums"] = "Fóra";
|
|
$a->strings["show/hide"] = "zobrazit/skrýt";
|
|
$a->strings["No forum subscriptions"] = "Žádné registrace k fórům";
|
|
$a->strings["Forums:"] = "Fóra:";
|
|
$a->strings["Forumlist settings updated."] = "Nastavení Forumlist aktualizováno.";
|
|
$a->strings["Forumlist Settings"] = "Nastavení Forumlist";
|
|
$a->strings["Randomise forum list"] = "Zamíchat list fór";
|
|
$a->strings["Show forums on profile page"] = "Zobrazit fóra na profilové stránce";
|
|
$a->strings["Show forums on network page"] = "Zobrazit fóra na stránce Síť";
|
|
$a->strings["Submit"] = "Odeslat";
|