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

13 lines
407 B
PHP

<?php
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
return ($n != 1);;
}}
;
$a->strings["Google+ Import Settings"] = "";
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
$a->strings["Google Account ID"] = "ID Google Account";
$a->strings["Submit"] = "";
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";