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

eo.js « l10n - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6620d4fed5b6ba40e086a2d97223de5dd71ef968 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
OC.L10N.register(
    "passman",
    {
    "General" : "Ĝenerala",
    "Done" : "Farita",
    "File read." : "Dosiero legita.",
    "Adding {{credential}}" : "Aldonado {{credential}}",
    "Added {{credential}}" : "Aldonita {{credential}}",
    "Importing" : "Importado",
    "Start import" : "Startigi importo",
    "Select CSV file" : "Selektu CSV dosiero",
    "Settings saved" : "Agordoj konservitaj",
    "Sharing" : "Kunhavigo",
    "Share with users and groups" : "Kunhavigi kun uzantoj kaj grupoj",
    "Share link" : "Kunhavigi ligilon",
    "Saved!" : "Konservita!",
    "Poor" : "Malbona",
    "Weak" : "Malforta",
    "Good" : "Bona",
    "Strong" : "Forta",
    "Copy to clipboard" : "Kopii tondejen",
    "Complete" : "Plenumita",
    "Username" : "Uzantonomo",
    "Repeat password" : "Ripetu la pasvorton",
    "Text" : "Teksto",
    "File" : "Dosiero",
    "Add" : "Aldoni",
    "Type" : "Tipo",
    "Actions" : "Agoj",
    "Empty" : "Malplena",
    "Filename" : "Dosiernomo",
    "Size" : "Grando",
    "Secret" : "Sekreta",
    "Expiration date" : "Limdato",
    "No expiration date set" : "Neniu limdato agordita",
    "Disabled" : "Malkapabligita",
    "Day(s)" : "Tago(j)",
    "Week(s)" : "Semajno(j)",
    "Month(s)" : "Monato(j)",
    "Year(s)" : "Jaro(j)",
    "Export" : "Eksporti",
    "Change" : "Ŝanĝi",
    "Version" : "Versio",
    "Bookmarklet" : "Legosignilo",
    "Import" : "Importi",
    "Public key" : "Publika ŝlosilo",
    "Uploading" : "Uploading",
    "User" : "Uzanto",
    "Read" : "Legi",
    "Write" : "Skribi",
    "Files" : "Dosieroj",
    "Pending" : "Pritraktota",
    "Details" : "Detaloj",
    "Hide details" : "Kaŝi la detalojn",
    "by" : "de",
    "Save" : "Konservi",
    "Cancel" : "Nuligi",
    "Settings" : "Agordoj",
    "Unshare" : "Malkunhavigi",
    "Account" : "Konto",
    "Password" : "Pasvorto",
    "Email" : "Retpoŝtadreso",
    "URL" : "Retadreso",
    "Notes" : "Notoj",
    "Created" : "Kreita",
    "Edit" : "Modifi",
    "Delete" : "Forigi",
    "Share" : "Kunhavigi",
    "Date" : "Date",
    "Accept" : "Akcepti",
    "Decline" : "Malakcepti",
    "Never" : "Neniam",
    "Tags" : "Etikedoj",
    "Expired" : "Senvalidiĝis",
    "Loading …" : "Ŝargas …",
    "email" : "retpoŝtadreso",
    "Description" : "Priskribo",
    "You created %1$s" : "Vi kreis %1$s",
    "You deleted %1$s" : "Vi forigis %1$s",
    "Passwords" : "Pasvortoj",
    "An error occurred!" : "Eraro okazis!",
    "E-mail" : "Retpoŝto",
    "Connection to server lost" : "Konekto al servilo perdita",
    "Saving …" : "Konservado...",
    "Dismiss" : "Preterpasi",
    "seconds ago" : "antaŭ kelkaj sekundoj"
},
"nplurals=2; plural=(n != 1);");