aboutsummaryrefslogtreecommitdiffstats
path: root/view/it
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-02-15 15:09:29 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-02-15 15:09:29 +0100
commit97723ad69f71c716bd0e68eec95944b5469008ec (patch)
treea86bf9534cbb2ac6c497cf1874697350a387fd9e /view/it
parent48e2a6bde94c45825714e4dddd231984129a3e9a (diff)
downloadvolse-hubzilla-97723ad69f71c716bd0e68eec95944b5469008ec.tar.gz
volse-hubzilla-97723ad69f71c716bd0e68eec95944b5469008ec.tar.bz2
volse-hubzilla-97723ad69f71c716bd0e68eec95944b5469008ec.zip
Fixed parentheses in translable string in statusnet.php. Rebulid util/strings.php. Update it/strings
Diffstat (limited to 'view/it')
-rw-r--r--view/it/strings.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/it/strings.php b/view/it/strings.php
index bbbd30220..d04e02167 100644
--- a/view/it/strings.php
+++ b/view/it/strings.php
@@ -1075,4 +1075,14 @@ $a->strings['At this Friendika instance the Twitter plugin was enabled but you h
$a->strings['Copy the PIN from Twitter here'] = 'Copia il PIN da Twitter qui';
$a->strings['If enabled all your <strong>public</strong> postings will be posted to the associated Twitter account as well.'] = 'Se abilitato tutti i tuoi messaggi <strong>pubblici</strong> verranno inviati anche sull\'account Twitter associato.';
$a->strings['Send public postings to Twitter'] = 'Invia messaggi pubblici su Twitter';
+$a->strings['noreply'] = 'nessuna risposta';
+$a->strings['Facebook disabled'] = 'Facebook disabilitato';
+$a->strings['Facebook API key is missing.'] = 'Chiave API Facebook mancante.';
+$a->strings['Facebook Connect'] = 'Facebook Connect';
+$a->strings['Install Facebook posting'] = 'Installa invio a Facebook';
+$a->strings['Remove Facebook posting'] = 'Rimuovi invio a Facebook';
+$a->strings['Post to Facebook'] = 'Invia a Facebook';
+$a->strings['Image: '] = 'Immagine: ';
+$a->strings['Base API Path \x28remember the trailing &#47;\x29'] = 'Indirizzo base API \x28ricorda il &#47; alla fine\x29';
+$a->strings['Post to Twitter'] = 'Inva a Twitter';
?>