forked from oetterer/BootstrapComponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.json
More file actions
30 lines (25 loc) · 1.7 KB
/
en.json
File metadata and controls
30 lines (25 loc) · 1.7 KB
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
{
"@metadata": {
"authors": [
"Oetterer"
]
},
"bootstrap-components-desc": "Aims to provide editors with an easy access to certain components introduced by Twitter Bootstrap 3",
"bootstrap-components-error-tracking-category": "Pages with bootstrap component errors",
"bootstrap-components-tracking-category": "",
"bootstrap-components-close-element" : "Close",
"bootstrap-components-image-modal-source-button" : "Visit Source",
"bootstrap-components-lua-error-no-component": "No component name provided for mw.bootstrap.parse.",
"bootstrap-components-lua-error-invalid-component": "Invalid component name passed to mw.bootstrap.parse: $1.",
"bootstrap-components-badge-content-missing" : "You must specify a text for this badge.",
"bootstrap-components-button-target-missing" : "You must specify a target for this button.",
"bootstrap-components-button-target-invalid" : "You must specify a valid target for this button.",
"bootstrap-components-carousel-images-missing" : "There are no images set in the carousel.",
"bootstrap-components-glyph-icon-name-missing" : "You must specify an icon name.",
"bootstrap-components-label-content-missing" : "You must specify a label text.",
"bootstrap-components-modal-text-missing" : "You must specify a text for this modal button.",
"bootstrap-components-popover-heading-missing" : "You must specify a heading for this popover.",
"bootstrap-components-popover-text-missing" : "You must specify a text for this popover.",
"bootstrap-components-tooltip-content-missing" : "This tooltip is missing its text attribute and therefore the actual tooltip.",
"bootstrap-components-tooltip-target-missing" : "You must specify text or an image, the tooltip should be added to."
}