11 lines
369 B
PHP
11 lines
369 B
PHP
<?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"
|
|
);
|