diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-05 09:19:03 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-05 09:19:03 +0100 |
commit | 0c83fb4d807d2cdf78acc4bd206bc7b278b01f53 (patch) | |
tree | 1d0641cc3ac5641c2ce289e9720ba212e56214fb /view/it/strings.php | |
parent | acd5f49d437e5d399dbf907031f2b50d9257e18e (diff) | |
parent | 8cced061bba8d5ef18e2fa5ead0edcdc90d06e73 (diff) | |
download | volse-hubzilla-0c83fb4d807d2cdf78acc4bd206bc7b278b01f53.tar.gz volse-hubzilla-0c83fb4d807d2cdf78acc4bd206bc7b278b01f53.tar.bz2 volse-hubzilla-0c83fb4d807d2cdf78acc4bd206bc7b278b01f53.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/it/strings.php')
-rw-r--r-- | view/it/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index 6ae9285ad..2c429cc8a 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -270,7 +270,7 @@ $a->strings['Edit photo'] = 'Modifica foto'; $a->strings['View Full Size'] = 'Vedi dimensione intera'; $a->strings['Tags: '] = 'Tag: '; $a->strings['[Remove any tag]'] = '[Rimuovi tutti i tag]'; -$a->strings['New album name'] = 'Nome nuovo album'; +$a->strings['New album name'] = 'Nuovo nome album'; $a->strings['Caption'] = 'Didascalia'; $a->strings['Add a Tag'] = 'Aggiungi un tag'; $a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'; |