2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-09-10 18:42:16 +04:00
|
|
|
|
"The password is wrong. Try again." => "Kodi është i gabuar. Provojeni përsëri.",
|
2013-04-03 02:04:02 +04:00
|
|
|
|
"Password" => "Kodi",
|
2013-09-10 18:42:16 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Ju kërkojmë ndjesë, kjo lidhje duket sikur nuk punon më.",
|
|
|
|
|
"Reasons might be:" => "Arsyet mund të jenë:",
|
|
|
|
|
"the item was removed" => "elementi është eliminuar",
|
|
|
|
|
"the link expired" => "lidhja ka skaduar",
|
|
|
|
|
"sharing is disabled" => "ndarja është çaktivizuar",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Për më shumë informacione, ju lutem pyesni personin që iu dërgoi këtë lidhje.",
|
2013-04-04 02:06:51 +04:00
|
|
|
|
"%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",
|
2013-06-30 04:13:07 +04:00
|
|
|
|
"Upload" => "Ngarko",
|
|
|
|
|
"Cancel upload" => "Anulo ngarkimin",
|
2013-06-14 04:52:34 +04:00
|
|
|
|
"No preview available for" => "Shikimi paraprak nuk është i mundur për"
|
2013-04-03 02:04:02 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|