diff options
author | Friendika <info@friendika.com> | 2011-05-23 18:12:14 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-23 18:12:14 -0700 |
commit | 9a3f5eaf7d4cd6b16f21e9a5f11278e55107b62f (patch) | |
tree | 8cc4f4bf14e57581b5a50c2d6615593f597f6228 /view/it/strings.php | |
parent | 3e6180183bdc01edfa01dc4b966daa4081c29604 (diff) | |
parent | 7c5a7a94d4d224d23f7c922b86a60a6ffe53fc9f (diff) | |
download | volse-hubzilla-9a3f5eaf7d4cd6b16f21e9a5f11278e55107b62f.tar.gz volse-hubzilla-9a3f5eaf7d4cd6b16f21e9a5f11278e55107b62f.tar.bz2 volse-hubzilla-9a3f5eaf7d4cd6b16f21e9a5f11278e55107b62f.zip |
Merge pull request #107 from fabrixxm/oembed
Oembed plugin
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 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:"; |