blob: 244ca87c552770ddb3824fcd05d7edfa6e4ac2c5 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php $TRANSLATIONS = array(
"Password" => "Kodi",
"Submit" => "Parashtro",
"%s shared the folder %s with you" => "%s ndau me ju dosjen %s",
"%s shared the file %s with you" => "%s ndau me ju skedarin %s",
"Download" => "Shkarko",
"No preview available for" => "Shikimi paraprak nuk është i mundur për",
"web services under your control" => "shërbime web nën kontrollin tënd"
);
|