diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-22 06:50:47 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-22 06:50:47 +0100 |
commit | 767b4f30f7ee114b1cfd66e68fa959ac033b5667 (patch) | |
tree | 6df1045c07a3297d6e43550e37dda43d0ac925d2 /view/it/strings.php | |
parent | 8fbde780b37e3d5eeb2ee672a3474b3701eb9645 (diff) | |
parent | ee11a74d0b7cff5061a4d498f8ecd15e55b91b07 (diff) | |
download | volse-hubzilla-767b4f30f7ee114b1cfd66e68fa959ac033b5667.tar.gz volse-hubzilla-767b4f30f7ee114b1cfd66e68fa959ac033b5667.tar.bz2 volse-hubzilla-767b4f30f7ee114b1cfd66e68fa959ac033b5667.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/it/strings.php')
-rw-r--r-- | view/it/strings.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index 68cf11793..a771f933d 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -165,6 +165,9 @@ $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #cam $a->strings["Recent Photos"] = "Foto recenti"; $a->strings["Upload New Photos"] = "Carica nuova foto"; $a->strings["View Album"] = "Vedi album"; +$a->strings['Status'] = 'Stato'; +$a->strings['Profile'] = 'Profilo'; +$a->strings['Photos'] = 'Foto'; $a->strings["Item not found."] = "Elemento non trovato."; $a->strings["View \$owner_name's profile"] = "Guarda il profilo di \$owner_name"; $a->strings["to"] = "a"; @@ -284,6 +287,11 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ $a->strings["Errors encountered creating database tables."] = "Errori creando le tabelle nel database."; $a->strings["Normal View"] = "Vista normale"; $a->strings["New Item View"] = "Vista Nuovi Elementi"; +$a->strings['Please enter a link URL:'] = 'Inserisci l\'indirizzo del collegamento:'; +$a->strings['Please enter a YouTube link:'] = 'Inserisci un collegamento a YouTube:'; +$a->strings["Please enter a video\x28.ogg\x29 link/URL:"] = "Please enter a video\x28.ogg\x29 link/URL:"; +$a->strings["Please enter an audio\x28.ogg\x29 link/URL:"] = "Please enter an audio\x28.ogg\x29 link/URL:"; +$a->strings['Where are you right now?'] = 'Dove ti trovi ora?'; $a->strings["No such group"] = "Nessun gruppo"; $a->strings["Group is empty"] = "Il gruppo รจ vuoto"; $a->strings["Group: "] = "Gruppo: "; |