forked from friendica/friendica-addons
10 lines
343 B
PHP
10 lines
343 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["YourLS Settings"] = "Impostazioni YourLS";
|
||
|
$a->strings["URL: http://"] = "URL: http://";
|
||
|
$a->strings["Username:"] = "Nome utente:";
|
||
|
$a->strings["Password:"] = "Password:";
|
||
|
$a->strings["Use SSL "] = "Usa SSL";
|
||
|
$a->strings["Submit"] = "Invia";
|
||
|
$a->strings["yourls Settings saved."] = "Impostazioni yourls salvate.";
|