Blame view
sources/apps/files_sharing/l10n/sq.php
870 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
31b7f2792
|
3 |
"Password" => "Kodi", |
|
6d9380f96
|
4 5 6 7 |
"Shared by" => "Ndarë nga", "This share is password-protected" => "Kjo pjesë është e mbrojtur me fjalëkalim", "The password is wrong. Try again." => "Kodi është i gabuar. Provojeni përsëri.", "Name" => "Emri", |
|
31b7f2792
|
8 9 10 11 12 13 |
"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.", |
|
6d9380f96
|
14 |
"Save" => "Ruaj", |
|
31b7f2792
|
15 |
"Download" => "Shkarko", |
|
6d9380f96
|
16 |
"Direct link" => "Lidhje direkte" |
|
31b7f2792
|
17 18 |
); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |