2014-09-14 22:01:44 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Post to Wordpress"] = "";
|
|
|
|
$a->strings["Wordpress Export"] = "";
|
|
|
|
$a->strings["Enable WordPress Post Plugin"] = "";
|
|
|
|
$a->strings["WordPress username"] = "";
|
|
|
|
$a->strings["WordPress password"] = "";
|
|
|
|
$a->strings["WordPress API URL"] = "";
|
|
|
|
$a->strings["Post to WordPress by default"] = "";
|
|
|
|
$a->strings["Provide a backlink to the Friendica post"] = "";
|
|
|
|
$a->strings["Don't post messages that are too short"] = "";
|
|
|
|
$a->strings["Save Settings"] = "";
|
|
|
|
$a->strings["Post from Friendica"] = "";
|
|
|
|
$a->strings["Read the original post and comment stream on Friendica"] = "";
|