2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-07-09 09:55:51 +04:00
|
|
|
|
"Cancel" => "Anullo",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Shared by" => "Ndarë nga",
|
2014-03-11 09:59:39 +04:00
|
|
|
|
"This share is password-protected" => "Kjo pjesë është e mbrojtur me fjalëkalim",
|
2013-09-10 18:42:16 +04:00
|
|
|
|
"The password is wrong. Try again." => "Kodi është i gabuar. Provojeni përsëri.",
|
2014-07-08 09:55:17 +04:00
|
|
|
|
"Password" => "Kodi",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Name" => "Emri",
|
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.",
|
2014-05-04 09:56:15 +04:00
|
|
|
|
"Download" => "Shkarko",
|
2014-06-14 09:55:24 +04:00
|
|
|
|
"Direct link" => "Lidhje direkte"
|
2013-04-03 02:04:02 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|