Lines Matching refs:LANG

30 …    if (LANG.plugins.jsoneditor.language.length > 0 && LANG.plugins.jsoneditor.language !== 'en') {
31 JSONEditor.defaults.language = LANG.plugins.jsoneditor.language;
32 JSONEditor.defaults.languages[LANG.plugins.jsoneditor.language] = {
33 error_notset: LANG.plugins.jsoneditor.error_notset,
34 error_notempty: LANG.plugins.jsoneditor.error_notempty,
35 error_enum: LANG.plugins.jsoneditor.error_enum,
36 error_const: LANG.plugins.jsoneditor.error_const,
37 error_anyOf: LANG.plugins.jsoneditor.error_anyOf,
38 error_oneOf: LANG.plugins.jsoneditor.error_oneOf,
39 error_not: LANG.plugins.jsoneditor.error_not,
40 error_type_union: LANG.plugins.jsoneditor.error_type_union,
41 error_type: LANG.plugins.jsoneditor.error_type,
42 error_disallow_union: LANG.plugins.jsoneditor.error_disallow_union,
43 error_disallow: LANG.plugins.jsoneditor.error_disallow,
44 error_multipleOf: LANG.plugins.jsoneditor.error_multipleOf,
45 error_maximum_excl: LANG.plugins.jsoneditor.error_maximum_excl,
46 error_maximum_incl: LANG.plugins.jsoneditor.error_maximum_incl,
47 error_minimum_excl: LANG.plugins.jsoneditor.error_minimum_excl,
48 error_minimum_incl: LANG.plugins.jsoneditor.error_minimum_incl,
49 error_maxLength: LANG.plugins.jsoneditor.error_maxLength,
50 error_minLength: LANG.plugins.jsoneditor.error_minLength,
51 error_pattern: LANG.plugins.jsoneditor.error_pattern,
52 error_additionalItems: LANG.plugins.jsoneditor.error_additionalItems,
53 error_maxItems: LANG.plugins.jsoneditor.error_maxItems,
54 error_minItems: LANG.plugins.jsoneditor.error_minItems,
55 error_uniqueItems: LANG.plugins.jsoneditor.error_uniqueItems,
56 error_maxProperties: LANG.plugins.jsoneditor.error_maxProperties,
57 error_minProperties: LANG.plugins.jsoneditor.error_minProperties,
58 error_required: LANG.plugins.jsoneditor.error_required,
59 … error_additional_properties: LANG.plugins.jsoneditor.error_additional_properties,
60 …error_property_names_exceeds_maxlength: LANG.plugins.jsoneditor.error_property_names_exceeds_maxle…
61 … error_property_names_enum_mismatch: LANG.plugins.jsoneditor.error_property_names_enum_mismatch,
62 … error_property_names_const_mismatch: LANG.plugins.jsoneditor.error_property_names_const_mismatch,
63 …error_property_names_pattern_mismatch: LANG.plugins.jsoneditor.error_property_names_pattern_mismat…
64 error_property_names_false: LANG.plugins.jsoneditor.error_property_names_false,
65 … error_property_names_maxlength: LANG.plugins.jsoneditor.error_property_names_maxlength,
66 error_property_names_enum: LANG.plugins.jsoneditor.error_property_names_enum,
67 … error_property_names_pattern: LANG.plugins.jsoneditor.error_property_names_pattern,
68 … error_property_names_unsupported: LANG.plugins.jsoneditor.error_property_names_unsupported,
69 error_dependency: LANG.plugins.jsoneditor.error_dependency,
70 error_date: LANG.plugins.jsoneditor.error_date,
71 error_time: LANG.plugins.jsoneditor.error_time,
72 error_datetime_local: LANG.plugins.jsoneditor.error_datetime_local,
73 error_invalid_epoch: LANG.plugins.jsoneditor.error_invalid_epoch,
74 error_ipv4: LANG.plugins.jsoneditor.error_ipv4,
75 error_ipv6: LANG.plugins.jsoneditor.error_ipv6,
76 error_hostname: LANG.plugins.jsoneditor.error_hostname,
77 button_save: LANG.plugins.jsoneditor.button_save,
78 button_copy: LANG.plugins.jsoneditor.button_copy,
79 button_cancel: LANG.plugins.jsoneditor.button_cancel,
80 button_add: LANG.plugins.jsoneditor.button_add,
81 button_delete_all: LANG.plugins.jsoneditor.button_delete_all,
82 button_delete_all_title: LANG.plugins.jsoneditor.button_delete_all_title,
83 button_delete_last: LANG.plugins.jsoneditor.button_delete_last,
84 button_delete_last_title: LANG.plugins.jsoneditor.button_delete_last_title,
85 button_add_row_title: LANG.plugins.jsoneditor.button_add_row_title,
86 button_move_down_title: LANG.plugins.jsoneditor.button_move_down_title,
87 button_move_up_title: LANG.plugins.jsoneditor.button_move_up_title,
88 button_properties: LANG.plugins.jsoneditor.button_properties,
89 button_object_properties: LANG.plugins.jsoneditor.button_object_properties,
90 button_copy_row_title: LANG.plugins.jsoneditor.button_copy_row_title,
91 button_delete_row_title: LANG.plugins.jsoneditor.button_delete_row_title,
92 … button_delete_row_title_short: LANG.plugins.jsoneditor.button_delete_row_title_short,
93 … button_copy_row_title_short: LANG.plugins.jsoneditor.button_copy_row_title_short,
94 button_collapse: LANG.plugins.jsoneditor.button_collapse,
95 button_expand: LANG.plugins.jsoneditor.button_expand,
96 button_edit_json: LANG.plugins.jsoneditor.button_edit_json,
97 button_upload: LANG.plugins.jsoneditor.button_upload,
98 flatpickr_toggle_button: LANG.plugins.jsoneditor.flatpickr_toggle_button,
99 flatpickr_clear_button: LANG.plugins.jsoneditor.flatpickr_clear_button,
100 choices_placeholder_text: LANG.plugins.jsoneditor.choices_placeholder_text,
101 default_array_item_title: LANG.plugins.jsoneditor.default_array_item_title,
102 button_delete_node_warning: LANG.plugins.jsoneditor.button_delete_node_warning
162 …ght: bold;" class="json-editor-btn-collapse json-editor-btntype-toggle">'+LANG.plugins.jsoneditor.…