mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-07 20:23:00 +00:00
9 lines
482 B
PHP
9 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";
|