friendica-addons/gpluspost/lang/it/strings.php

20 lines
656 B
PHP

<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Post to Google+"] = "";
$a->strings["Enable Google+ Post Plugin"] = "";
$a->strings["Google+ username"] = "";
$a->strings["Google+ password"] = "";
$a->strings["Google+ page number"] = "";
$a->strings["Post to Google+ by default"] = "";
$a->strings["Do not prevent posting loops"] = "";
$a->strings["Skip messages without links"] = "";
$a->strings["Mirror all public posts"] = "";
$a->strings["Mirror Google Account ID"] = "";
$a->strings["Save Settings"] = "";
$a->strings["Google+ post failed. Queued for retry."] = "";