diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-05-22 21:58:37 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-05-23 09:13:35 +0200 |
commit | 866940ab5d4f460c0083aeffdd7e354e8aa0fafe (patch) | |
tree | 399b661e30a07de65b6ea1cbdc9f02a7870fd1dd | |
parent | 570a22de7425e2a486b02e3b43a4b4b1ece552af (diff) | |
download | volse-hubzilla-866940ab5d4f460c0083aeffdd7e354e8aa0fafe.tar.gz volse-hubzilla-866940ab5d4f460c0083aeffdd7e354e8aa0fafe.tar.bz2 volse-hubzilla-866940ab5d4f460c0083aeffdd7e354e8aa0fafe.zip |
fix IT string.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 de67aad4d..aa6184e21 100644 --- a/view/it/strings.php +++ b/view/it/strings.php @@ -119,7 +119,7 @@ $a->strings["Administrator"] = "Amministratore"; $a->strings["Friend/Connection Request"] = "Richieste di Amicizia/Connessione"; $a->strings["Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca"] = "Esempi: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca"; $a->strings["Please answer the following:"] = "Rispondi al seguente:"; -$a->strings["Does \$name know you?"] = "$name ti conosce?"; +$a->strings["Does \$name know you?"] = "\$name ti conosce?"; $a->strings["Yes"] = "Si"; $a->strings["No"] = "No"; $a->strings["Add a personal note:"] = "Aggiungi una nota personale:"; |