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

13 lines
407 B
PHP
Raw Normal View History

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