sq.js 1.3 KB

1234567891011121314151617181920212223242526
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Cancel" : "Anullo",
  5. "Share" : "Ndaj",
  6. "Shared by" : "Ndarë nga",
  7. "A file or folder has been <strong>shared</strong>" : "Një skedar ose dosje është <strong>ndarë</strong>",
  8. "You shared %1$s with %2$s" : "Ju ndatë %1$s me %2$s",
  9. "You shared %1$s with group %2$s" : "Ju ndatë %1$s me grupin %2$s",
  10. "%2$s shared %1$s with you" : "%2$s ndau %1$s me ju",
  11. "You shared %1$s via link" : "Ju ndatë %1$s me lidhje",
  12. "Shares" : "ndarjet",
  13. "This share is password-protected" : "Kjo pjesë është e mbrojtur me fjalëkalim",
  14. "The password is wrong. Try again." : "Kodi është i gabuar. Provojeni përsëri.",
  15. "Password" : "Kodi",
  16. "Name" : "Emri",
  17. "Sorry, this link doesn’t seem to work anymore." : "Ju kërkojmë ndjesë, kjo lidhje duket sikur nuk punon më.",
  18. "Reasons might be:" : "Arsyet mund të jenë:",
  19. "the item was removed" : "elementi është eliminuar",
  20. "the link expired" : "lidhja ka skaduar",
  21. "sharing is disabled" : "ndarja është çaktivizuar",
  22. "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.",
  23. "Download" : "Shkarko",
  24. "Direct link" : "Lidhje direkte"
  25. },
  26. "nplurals=2; plural=(n != 1);");