forked from friendica/friendica-addons
14 lines
665 B
PHP
14 lines
665 B
PHP
<?php
|
|
|
|
$a->strings["Permission denied."] = "Brak uprawnień.";
|
|
$a->strings["You are now authenticated to tumblr."] = "";
|
|
$a->strings["return to the connector page"] = "";
|
|
$a->strings["Post to Tumblr"] = "Opublikuj na Tumblrze";
|
|
$a->strings["Tumblr Post Settings"] = "Ustawienia postu Tumblr";
|
|
$a->strings["(Re-)Authenticate your tumblr page"] = "";
|
|
$a->strings["Enable Tumblr Post Plugin"] = "Zezwól na wtyczkę postu Tumblr";
|
|
$a->strings["Post to Tumblr by default"] = "Post do Tumblr przez standard";
|
|
$a->strings["Post to page:"] = "Napisz na stronę:";
|
|
$a->strings["You are not authenticated to tumblr"] = "";
|
|
$a->strings["Submit"] = "Potwierdź";
|