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

en_GB.js « l10n - github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c218e4c9fc0186ca9acde9cd204f2cc2b193d59 (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
OC.L10N.register(
    "bookmarks",
    {
    "Bookmarks" : "Bookmarks",
    "No file provided for import" : "No file provided for import",
    "Unsupported file type for import" : "Unsupported file type for import",
    "A Bookmark manager for Nextcloud" : "A Bookmark manager for Nextcloud",
    "Details" : "Details",
    "Rename" : "Rename",
    "Copy link" : "Copy link",
    "Move" : "Move",
    "Delete" : "Delete",
    "Select all" : "Select all",
    "Go back" : "Go back",
    "New" : "New",
    "New folder" : "New folder",
    "This app allows you to manage links to your favorite places on the web." : "This app allows you to manage links to your favourite places on the web.",
    "Add a bookmark" : "Add a bookmark",
    "Rename folder" : "Rename folder",
    "Delete folder" : "Delete folder",
    "Choose folder" : "Choose folder",
    "Submit" : "Submit",
    "Cancel" : "Cancel",
    "All bookmarks" : "All bookmarks",
    "Recent" : "Recent",
    "Shared with you" : "Shared with you",
    "Files" : "Files",
    "Import" : "Import",
    "Export" : "Export",
    "Bookmarklet" : "Bookmarklet",
    "Title" : "Title",
    "Link" : "Link",
    "Root folder" : "Root folder",
    "Tags" : "Tags",
    "Notes" : "Notes",
    "Open file" : "Open file",
    "Owner" : "Owner",
    "Sharing" : "Sharing",
    "Share link" : "Share link",
    "Allow editing" : "Allow editing",
    "Allow resharing" : "Allow resharing",
    "Link copied" : "Link copied",
    "Privacy" : "Privacy",
    "Previews" : "Previews",
    "Screeenly API URL" : "Screeenly API URL",
    "Screeenly API key" : "Screeenly API key",
    "This URL is already bookmarked! Overwrite?" : "This URL is already bookmarked! Overwrite?",
    "Folder" : "Folder",
    "Save" : "Save",
    "Bookmarks feed" : "Bookmarks feed"
},
"nplurals=2; plural=(n != 1);");