forked from friendica/friendica-addons
12 lines
631 B
PHP
12 lines
631 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Forums"] = "Fóra";
|
||
|
$a->strings["show more"] = "zobrazit více";
|
||
|
$a->strings["Forums:"] = "Fóra:";
|
||
|
$a->strings["Page settings updated."] = "Nastavení stránky aktualizováno.";
|
||
|
$a->strings["Page Settings"] = "Nastavení stránky";
|
||
|
$a->strings["How many forums to display on sidebar without paging"] = "Kolik diskuzních fór zobrazit v bočním panelu bez použití stránkování";
|
||
|
$a->strings["Randomise Page/Forum list"] = "Náhodný stránka/fórum seznam";
|
||
|
$a->strings["Show pages/forums on profile page"] = "Zobrazit stránky/fóra na profilové stránce";
|
||
|
$a->strings["Submit"] = "Odeslat";
|