Passed
Branch master (e0bab2)
by Julius
04:46 queued 02:48
created

l10n/en_GB.js   A

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 57
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 0
wmc 0
nc 1
mnd 0
bc 0
fnc 0
dl 0
loc 57
rs 10
bpm 0
cpm 0
noi 1
c 1
b 0
f 0
1
OC.L10N.register(
2
    "deck",
3
    {
4
    "Hours" : "Hours",
5
    "Minutes" : "Minutes",
6
    "Finished" : "Finished",
7
    "To review" : "To review",
8
    "Action needed" : "Action needed",
9
    "Later" : "Later",
10
    "Deck" : "Deck",
11
    "Add a new stack" : "Add a new stack",
12
    "Show archived cards" : "Show archived cards",
13
    "Hide archived cards" : "Hide archived cards",
14
    "Board details" : "Board details",
15
    "All Boards" : "All Boards",
16
    "Archive" : "Archive",
17
    "Unarchive" : "Unarchive",
18
    "Delete" : "Delete",
19
    "Enter a card title" : "Enter a card title",
20
    "Sharing" : "Sharing",
21
    "Tags" : "Tags",
22
    "Select users or groups to share with" : "Select users or groups to share with",
23
    "No matching user or group found." : "No matching user or group found.",
24
    "Share" : "Share",
25
    "Edit" : "Edit",
26
    "Manage" : "Manage",
27
    "Discard share" : "Discard share",
28
    "Create a new tag" : "Create a new tag",
29
    "Title" : "Title",
30
    "Members" : "Members",
31
    "More actions" : "More actions",
32
    "Edit board" : "Edit board",
33
    "Archive board" : "Archive board",
34
    "Unarchive board" : "Unarchive board",
35
    "Delete board" : "Delete board",
36
    "Create new board" : "Create new board",
37
    "New board title" : "New board title",
38
    "Modified:" : "Modified:",
39
    "Created:" : "Created:",
40
    "by" : "by",
41
    "Choose a tag" : "Choose a tag",
42
    "Add a tag" : "Add a tag",
43
    "Select tags" : "Select tags",
44
    "Due date" : "Due date",
45
    "Click to set" : "Click to set",
46
    "Remove due date" : "Remove due date",
47
    "Description" : "Description",
48
    "Formatting help" : "Formatting help",
49
    "Saved" : "Saved",
50
    "Add a card description…" : "Add a card description…",
51
    "Archived boards" : "Archived boards",
52
    "Shared boards" : "Shared boards",
53
    "Shared with you" : "Shared with you",
54
    "Move board to archive" : "Move board to archive",
55
    "Create a new board" : "Create a new board"
56
},
57
"nplurals=2; plural=(n != 1);");
58