2012-08-23 04:07:35 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-02-02 03:08:15 +04:00
|
|
|
"Deletion failed" => "Ištrinti nepavyko",
|
2012-08-23 04:07:35 +04:00
|
|
|
"Password" => "Slaptažodis",
|
|
|
|
"Group Filter" => "Grupės filtras",
|
|
|
|
"Port" => "Prievadas",
|
|
|
|
"Use TLS" => "Naudoti TLS",
|
|
|
|
"Turn off SSL certificate validation." => "Išjungti SSL sertifikato tikrinimą.",
|
|
|
|
"Not recommended, use for testing only." => "Nerekomenduojama, naudokite tik testavimui.",
|
|
|
|
"Help" => "Pagalba"
|
|
|
|
);
|