fix IT string.php
This commit is contained in:
parent
570a22de74
commit
866940ab5d
|
@ -119,7 +119,7 @@ $a->strings["Administrator"] = "Amministratore";
|
||||||
$a->strings["Friend/Connection Request"] = "Richieste di Amicizia/Connessione";
|
$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["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["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["Yes"] = "Si";
|
||||||
$a->strings["No"] = "No";
|
$a->strings["No"] = "No";
|
||||||
$a->strings["Add a personal note:"] = "Aggiungi una nota personale:";
|
$a->strings["Add a personal note:"] = "Aggiungi una nota personale:";
|
||||||
|
|
Loading…
Reference in a new issue