14 lines
835 B
PHP
14 lines
835 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Permission denied."] = "Přístup odmítnut.";
|
||
|
$a->strings["You are now authenticated to tumblr."] = "Nyní jste přihlášen k tumblr.";
|
||
|
$a->strings["return to the connector page"] = "návrat ke stránce konektor";
|
||
|
$a->strings["Post to Tumblr"] = "Příspěvek na Tumbir";
|
||
|
$a->strings["Tumblr Post Settings"] = "Nastavení příspěvků na Tumbir";
|
||
|
$a->strings["(Re-)Authenticate your tumblr page"] = "(Znovu) přihlásit k Vaší tumblr stránce";
|
||
|
$a->strings["Enable Tumblr Post Plugin"] = "Povolit rozšíření Tumbir";
|
||
|
$a->strings["Post to Tumblr by default"] = "Standardně posílat příspěvky na Tumbir";
|
||
|
$a->strings["Post to page:"] = "Příspěvek ke stránce:";
|
||
|
$a->strings["You are not authenticated to tumblr"] = "Nyní nejste přihlášen k tumblr.";
|
||
|
$a->strings["Submit"] = "Odeslat";
|