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

uz.js « l10n - github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c437cc19832173e069ef985e06767b814288c4c1 (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
OC.L10N.register(
    "bookmarks",
    {
    "Details" : "Details",
    "Rename" : "Rename",
    "Move" : "Move",
    "Delete" : "Delete",
    "Select all" : "Select all",
    "New" : "New",
    "New folder" : "New folder",
    "Delete folder" : "Delete folder",
    "Cancel" : "Cancel",
    "Recent" : "Recent",
    "Shared with you" : "Shared with you",
    "Files" : "Files",
    "Link" : "Link",
    "Tags" : "Tags",
    "Notes" : "Notes",
    "Owner" : "Owner",
    "Sharing" : "Ulashish",
    "Share link" : "Share link",
    "Allow editing" : "Allow editing",
    "Save" : "Save"
},
"nplurals=1; plural=0;");