1234567891011121314151617181920212223242526 |
- OC.L10N.register(
- "files_sharing",
- {
- "Cancel" : "Anullo",
- "Share" : "Ndaj",
- "Shared by" : "Ndarë nga",
- "A file or folder has been <strong>shared</strong>" : "Një skedar ose dosje është <strong>ndarë</strong>",
- "You shared %1$s with %2$s" : "Ju ndatë %1$s me %2$s",
- "You shared %1$s with group %2$s" : "Ju ndatë %1$s me grupin %2$s",
- "%2$s shared %1$s with you" : "%2$s ndau %1$s me ju",
- "You shared %1$s via link" : "Ju ndatë %1$s me lidhje",
- "Shares" : "ndarjet",
- "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.",
- "Password" : "Kodi",
- "Name" : "Emri",
- "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.",
- "Download" : "Shkarko",
- "Direct link" : "Lidhje direkte"
- },
- "nplurals=2; plural=(n != 1);");
|