Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mk.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5de7fb5c098973341c14c44176dd0a7141b2c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OC.L10N.register(
    "files_sharing",
    {
    "Shared with you" : "Споделено со тебе",
    "Shared with others" : "Сподели со останатите",
    "Shared by link" : "Споделено со врска",
    "Cancel" : "Откажи",
    "Shared by" : "Споделено од",
    "Sharing" : "Споделување",
    "A file or folder has been <strong>shared</strong>" : "Датотека или фолдер беше <strong>споделен</strong>",
    "You shared %1$s with %2$s" : "Вие споделивте %1$s со %2$s",
    "You shared %1$s with group %2$s" : "Вие споделивте %1$s со групата %2$s",
    "%2$s shared %1$s with you" : "%2$s споделено %1$s со вас",
    "Shares" : "Споделувања",
    "This share is password-protected" : "Ова споделување е заштитено со лозинка",
    "The password is wrong. Try again." : "Лозинката е грешна. Обиди се повторно.",
    "Password" : "Лозинка",
    "Name" : "Име",
    "Share time" : "Сподели време",
    "Sorry, this link doesn’t seem to work anymore." : "Извенете, но овој линк изгледа дека повеќе не функционира.",
    "Reasons might be:" : "Причината може да биде:",
    "the item was removed" : "предметот беше одстранет",
    "the link expired" : "времетраењето на линкот е изминато",
    "sharing is disabled" : "споделувањето не е дозволено",
    "For more info, please ask the person who sent this link." : "За повеќе информации, прашајте го лицето кое ви ја испратила врската.",
    "Download" : "Преземи",
    "Download %s" : "Преземи %s",
    "Direct link" : "Директна врска"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");