Fix it strings
This commit is contained in:
parent
494288ab9f
commit
a1c59d6011
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,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