aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-02-05 09:19:03 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-02-05 09:19:03 +0100
commit0c83fb4d807d2cdf78acc4bd206bc7b278b01f53 (patch)
tree1d0641cc3ac5641c2ce289e9720ba212e56214fb /view
parentacd5f49d437e5d399dbf907031f2b50d9257e18e (diff)
parent8cced061bba8d5ef18e2fa5ead0edcdc90d06e73 (diff)
downloadvolse-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')
-rw-r--r--view/it/profile_photo.tpl6
-rw-r--r--view/it/strings.php2
2 files changed, 6 insertions, 2 deletions
diff --git a/view/it/profile_photo.tpl b/view/it/profile_photo.tpl
index d941743d4..4d77e87cf 100644
--- a/view/it/profile_photo.tpl
+++ b/view/it/profile_photo.tpl
@@ -1,4 +1,4 @@
-<h1>Upload Profile Photo</h1>
+<h1>Carica foto del profilo</h1>
<form enctype="multipart/form-data" action="profile_photo" method="post">
@@ -12,3 +12,7 @@
</div>
</form>
+
+<div id="profile-photo-link-select-wrapper">
+o <a href='photos/$user'>seleziona una foto da un album</a>
+</div> \ No newline at end of file
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';