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

uz.js « l10n - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 899a5141ed1083087751f0432fd3f10fdd7714b1 (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
OC.L10N.register(
    "passman",
    {
    "General" : "General",
    "Error loading file" : "Error loading file",
    "Done" : "Done",
    "Settings saved" : "Settings saved",
    "Sharing" : "Ulashish",
    "Share link" : "Share link",
    "Saved!" : "Saved!",
    "Username" : "Username",
    "File" : "File",
    "Add" : "Add",
    "Actions" : "Actions",
    "Size" : "Size",
    "Uploading" : "Uploading",
    "Files" : "Files",
    "Pending" : "Pending",
    "Details" : "Details",
    "Save" : "Save",
    "Cancel" : "Cancel",
    "Settings" : "Settings",
    "Unshare" : "Unshare",
    "Password" : "Password",
    "Notes" : "Notes",
    "Delete" : "Delete",
    "Tags" : "Tags",
    "email" : "email",
    "Passwords" : "Passwords",
    "Connection to server lost" : "Connection to server lost",
    "Dismiss" : "Dismiss",
    "seconds ago" : "seconds ago"
},
"nplurals=1; plural=0;");