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

eo.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef900774146af1cd6485274e2ed457e1b4d1fa7d (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
31
32
33
34
35
36
37
38
39
40
41
42
43
OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo",
    "Invalid or untrusted SSL certificate" : "SSL-atestilo ne validas aŭ ne fidindas",
    "Shared with you" : "Kunhavata kun vi",
    "Shared with others" : "Kunhavata kun aliaj",
    "Shared by link" : "Kunhavata per ligilo",
    "Nothing shared with you yet" : "Nenio kunhavatas kun vi ankoraŭ",
    "Nothing shared yet" : "Nenio kunhavatas ankoraŭ",
    "No shared links" : "Neniu kunhavata ligilo",
    "Cancel" : "Nuligi",
    "You can upload into this folder" : "Vi povas alŝuti en ĉi tiun dosierujon",
    "No ownCloud installation (7 or higher) found at {remote}" : "Ne troviĝis instalo de ownCloud (7 aŭ pli alta) ĉe {remote}",
    "Invalid ownCloud url" : "Nevalidas URL de ownCloud",
    "Shared by" : "Kunhavigita de",
    "Sharing" : "Kunhavigo",
    "A file or folder has been <strong>shared</strong>" : "Dosiero aŭ dosierujo <strong>kunhaviĝis</strong>",
    "%1$s unshared %2$s from you" : "%1$s malkunhavigis %2$s el vi",
    "Public shared folder %1$s was downloaded" : "La publika kunhavata dosierujo %1$s elŝutiĝis",
    "Public shared file %1$s was downloaded" : "La publika kunhavata dosiero %1$s elŝutiĝis",
    "You shared %1$s with %2$s" : "Vi kunhavigis %1$s kun %2$s",
    "You shared %1$s with group %2$s" : "Vi kunhavigis %1$s kun la grupo %2$s",
    "%2$s shared %1$s with you" : "%2$s kunhavigis %1$s kun vi",
    "You shared %1$s via link" : "Vi kunhavigis %1$s per ligilo",
    "Accept" : "Akcepti",
    "This share is password-protected" : "Ĉi tiu kunhavigo estas protektata per pasvorto",
    "The password is wrong. Try again." : "La pasvorto malĝustas. Provu denove.",
    "Password" : "Pasvorto",
    "Name" : "Nomo",
    "Sorry, this link doesn’t seem to work anymore." : "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.",
    "Reasons might be:" : "Kialoj povas esti:",
    "the item was removed" : "la ero foriĝis",
    "the link expired" : "la ligilo eksvalidiĝis",
    "sharing is disabled" : "kunhavigo malkapablas",
    "For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
    "Add to your ownCloud" : "Aldoni al via ownCloud",
    "Download" : "Elŝuti",
    "Download %s" : "Elŝuti %s",
    "Direct link" : "Direkta ligilo",
    "Open documentation" : "Malfermi la dokumentaron"
},
"nplurals=2; plural=(n != 1);");