blob: 1c0e0aa2bd138347c466a4aa7b026201dce73744 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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",
"Upload" => "Ngarko",
"Cancel upload" => "Anulo ngarkimin",
"No preview available for" => "Shikimi paraprak nuk është i mundur për"
);
|