mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 09:43:00 +00:00
9 lines
353 B
PHP
9 lines
353 B
PHP
<?php
|
|
|
|
$a->strings["YourLS Settings"] = "YourLS nastavení";
|
|
$a->strings["URL: http://"] = "URL: http://";
|
|
$a->strings["Username:"] = "Uživatelské jméno:";
|
|
$a->strings["Password:"] = "heslo:";
|
|
$a->strings["Use SSL "] = "Použít SSL";
|
|
$a->strings["Submit"] = "Odeslat";
|
|
$a->strings["yourls Settings saved."] = "yourls nastavení uloženo.";
|