forked from friendica/friendica-addons
9 lines
414 B
PHP
9 lines
414 B
PHP
<?php
|
|
|
|
$a->strings["\"Show more\" Settings"] = "\"Show more\" nastavení";
|
|
$a->strings["Enable Show More"] = "Povolit Show more";
|
|
$a->strings["Cutting posts after how much characters"] = "Oříznout příspěvky po zadaném množství znaků";
|
|
$a->strings["Submit"] = "Odeslat";
|
|
$a->strings["Show More Settings saved."] = "Nastavení \"Show more\" uloženo.";
|
|
$a->strings["show more"] = "zobrazit více";
|