forked from friendica/friendica-addons
10 lines
355 B
PHP
10 lines
355 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["YourLS Settings"] = "YourLS Einstellungen";
|
||
|
$a->strings["URL: http://"] = "URL: http://";
|
||
|
$a->strings["Username:"] = "Nutzername:";
|
||
|
$a->strings["Password:"] = "Passwort:";
|
||
|
$a->strings["Use SSL "] = "SSL Verwenden ";
|
||
|
$a->strings["Submit"] = "Senden";
|
||
|
$a->strings["yourls Settings saved."] = "yourls Einstellungen gespeichert";
|