10 lines
353 B
PHP
10 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.";
|