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

en_GB.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e963e69a3bb2659c7be71f1e0cdb01b8e577358 (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(
    "notes",
    {
    "Notes" : "Notes",
    "Error" : "Error",
    "New note" : "New note",
    "Distraction-free notes and writing" : "Distraction-free notes and writing",
    "There are unsaved notes. Leaving the page will discard all changes!" : "There are unsaved notes. Leaving the page will discard all changes!",
    "Display mode for notes" : "Display mode for notes",
    "Open in edit mode" : "Open in edit mode",
    "Open in preview mode" : "Open in preview mode",
    "No notes yet" : "No notes yet",
    "All notes" : "All notes",
    "Categories" : "Categories",
    "Today" : "Today",
    "Yesterday" : "Yesterday",
    "This week" : "This week",
    "This month" : "This month",
    "Rename" : "Rename",
    "Delete note" : "Delete note",
    "Remove from favorites" : "Remove from favourites",
    "Add to favorites" : "Add to favourites",
    "Error during preparing note for deletion." : "Error while preparing note for deletion.",
    "Details" : "Details",
    "Edit" : "Edit",
    "Preview" : "Preview",
    "Category" : "Category",
    "Uncategorized" : "Uncategorised",
    "Saving failed!" : "Saving failed!",
    "_%n word_::_%n words_" : ["%n word","%n words"],
    "Android app" : "Android app",
    "iOS app" : "iOS app"
},
"nplurals=2; plural=(n != 1);");