forked from friendica/friendica-addons
10 lines
482 B
PHP
10 lines
482 B
PHP
<?php
|
|
|
|
$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth";
|
|
$a->strings["Dreamwidth Post Settings"] = "Nastavení Dreamwidth příspěvků";
|
|
$a->strings["Enable dreamwidth Post Plugin"] = "Povolit dreamwidth Plugin";
|
|
$a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno";
|
|
$a->strings["dreamwidth password"] = "dreamwidth heslo";
|
|
$a->strings["Post to dreamwidth by default"] = "Defaultně umístit na dreamwidth";
|
|
$a->strings["Submit"] = "Odeslat";
|