20 lines
624 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
2013-11-13 17:05:11 -05:00
"Documents" => "Dokumenti",
2013-08-28 17:35:04 -04:00
"Close" => "Zapri",
2013-09-22 09:53:01 -04:00
"Share" => "Souporaba",
2013-11-13 17:05:11 -05:00
"Failed to load documents." => "Nalaganje dokumentov je spodletelo.",
"Sent" => "Poslano",
"Declined" => "Zavrnjeno",
"Accepted" => "Sprejeto",
"Incoming" => "Prihajajoče",
"Upload" => "Pošlji",
"Save new documents to" => "Shrani nove dokumente v",
"Wrong password. Please retry." => "Napačno geslo. Poskusite znova.",
"Password" => "Geslo",
"OK" => "V redu",
"Please enter your nickname" => "Vnesite vzdevek",
"Join" => "Pridruži se",
"Advanced feature-set" => "Napredne zmožnosti",
"(Unstable)" => "(nestabilno)"
2013-08-28 17:35:04 -04:00
);