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

16 lines
603 B
PHP
Raw Normal View History

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);;
}}
;
2016-11-22 07:48:46 +01:00
$a->strings["Google+ Mirror"] = "Mirror Goggle+";
2014-09-14 22:01:44 +02:00
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
$a->strings["Google Account ID"] = "ID Google Account";
2017-01-18 14:04:53 +01:00
$a->strings["Add keywords to post"] = "Aggiungi parole chiave ai post";
2016-11-22 07:48:46 +01:00
$a->strings["Save Settings"] = "Salva Impostazioni";
2014-09-14 22:01:44 +02:00
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
2017-01-18 14:04:53 +01:00
$a->strings["Key"] = "Chiave";
2016-11-22 07:48:46 +01:00
$a->strings["Settings updated."] = "Impostazioni aggiornate.";