mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 11:42:54 +00:00
9 lines
343 B
PHP
9 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.";
|