mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-14 15:42:54 +00:00
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.";
|