diff options
author | Friendika <info@friendika.com> | 2011-02-03 15:13:38 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-03 15:13:38 -0800 |
commit | e2c8bedfe57501f0ac15b09c053f603ea99344d6 (patch) | |
tree | d3076c3374007b68cedca6ff0d2d369adbc1eeea /view/it | |
parent | 01cd7cc9f2d811889cebcd410000b03742ded176 (diff) | |
download | volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.gz volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.bz2 volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.zip |
allow changing album name in photo edit page
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/strings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/it/strings.php b/view/it/strings.php index aa5359dbf..6ae9285ad 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -270,6 +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['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'; |