forked from friendica/friendica-addons
19 lines
617 B
PHP
19 lines
617 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Permission denied."] = "";
|
|
$a->strings["You are now authenticated to tumblr."] = "";
|
|
$a->strings["return to the connector page"] = "";
|
|
$a->strings["Post to Tumblr"] = "";
|
|
$a->strings["Tumblr Export"] = "";
|
|
$a->strings["(Re-)Authenticate your tumblr page"] = "";
|
|
$a->strings["Enable Tumblr Post Plugin"] = "";
|
|
$a->strings["Post to Tumblr by default"] = "";
|
|
$a->strings["Post to page:"] = "";
|
|
$a->strings["You are not authenticated to tumblr"] = "";
|
|
$a->strings["Save Settings"] = "";
|