-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathform.php
More file actions
135 lines (114 loc) · 6.35 KB
/
Copy pathform.php
File metadata and controls
135 lines (114 loc) · 6.35 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?php
return [
'validation_error.title' => 'Your input is invalid.',
'validation_error.description' => 'Please review your input, errors are detailed below each field.',
'validation_error.localized' => 'There is an error in : :locales',
'field_locale_selector.aria_label' => 'Change language for field :field_label',
'list.add_button' => 'Add an item',
'list.remove_button' => 'Remove',
'list.insert_above_button' => 'Insert above',
'list.sort_button.inactive' => 'Reorder...',
'list.sort_button.active' => 'Finish',
'list.empty' => 'Empty list',
'list.bulk_upload.text' => '[Browse]() or drag and drop files...',
'list.bulk_upload.help_text' => 'Maximum :limit file(s)',
'list.bulk_upload.validation.limit' => 'Too many files selected (:limit max.)',
'list.item_dropdown_aria_label' => 'Actions',
'geolocation.loading' => 'Google Maps is loading...',
'geolocation.browse_button' => 'Pick a location...',
'geolocation.remove_button' => 'Remove',
'geolocation.edit_button' => 'Edit',
'geolocation.modal.title' => 'Type an address or click on the map',
'geolocation.modal.title-no-geocoding' => 'Click on the map',
'geolocation.modal.geocode_input.placeholder' => 'Full address',
'geolocation.modal.geocode_input.message.error' => "Error: Can't reach Geocoding server",
'geolocation.modal.geocode_input.message.no_results' => 'No results for ":query"',
'geolocation.modal.search_button' => 'Search',
'upload.browse_button' => 'Browse...',
'upload.remove_button' => 'Remove',
'upload.edit_button' => 'Crop...',
'upload.download_link' => 'Download',
'upload.download_tooltip' => 'Download the file',
'upload.message.file_too_big' => 'The selected file is too big (max. :size)',
'upload.message.bad_extension' => 'File extension is incorrect',
'upload.edit_modal.title' => 'Transform picture',
'upload.edit_modal.description' => 'Use the mouse wheel to zoom. Drag to move the image or the crop area',
'upload.edit_modal.ok_button' => 'Save',
'upload.help_text.max_file_size' => 'up to :size',
'multiselect.placeholder' => 'Select option...',
'multiselect.max_text' => 'Maximum items reached',
'tags.unknown_label' => 'Unknown',
'tags.tag_delete_button.aria_label' => 'Delete :option_label',
'select.select_all' => 'Select all',
'select.unselect_all' => 'Unselect all',
'select.clear' => 'Clear',
'select.validation.max_selected' => 'Too many items selected (:max_selected max.)',
'autocomplete.no_results_text' => 'No results found',
'autocomplete.loading' => 'Loading...',
'autocomplete.query_too_short' => 'Enter at least 1 character to search|Enter at least :min_chars characters to search',
'autocomplete.placeholder' => 'Search...',
'date.validation_error.format' => 'Invalid date format',
'date.clear' => 'Clear :field_label',
'daterange.start_placeholder' => 'Start date',
'daterange.end_placeholder' => 'End date',
'text.validation.maxlength' => 'Text too long (:maxlength characters max.)',
'editor.character_count' => ':count characters',
'editor.errors.unknown_file' => 'Unknown file ":path"',
'editor.extension_node.dropdown_button.aria_label' => 'Actions',
'editor.extension_node.edit_button' => 'Edit...',
'editor.extension_node.remove_button' => 'Remove',
'editor.extension_node.copy_button' => 'Copy',
'editor.extension_node.upload.aria_label' => 'Embedded file',
'editor.extension_node.upload_image.aria_label' => 'Embedded image',
'editor.dialogs.upload.title.new' => 'Insert file',
'editor.dialogs.upload.title.update' => 'Update',
'editor.dialogs.upload.legend_field.label' => 'Legend',
'editor.dialogs.link.text_label' => 'Text',
'editor.dialogs.link.url_label' => 'URL',
'editor.dialogs.link.insert_button' => 'Insert link',
'editor.dialogs.link.update_button' => 'Update',
'editor.dialogs.link.remove_button' => 'Remove link',
'editor.dialogs.raw_html.insert_title' => 'Insert HTML',
'editor.dialogs.raw_html.edit_title' => 'Edit HTML',
'editor.dialogs.iframe.insert_title' => 'Insert Iframe (embed)',
'editor.dialogs.iframe.update_title' => 'Update Iframe (embed)',
'editor.dialogs.iframe.invalid_message' => 'Iframe code is invalid',
'editor.dialogs.embed.submit_button_insert' => 'Insert',
'editor.dialogs.embed.submit_button_update' => 'Update',
'editor.dropdown.table.insert_table' => 'Insert table',
'editor.dropdown.table.toggle_header_cell' => 'Toggle header cell',
'editor.dropdown.table.insert_row_above' => 'Insert row above',
'editor.dropdown.table.insert_row_below' => 'Insert row below',
'editor.dropdown.table.remove_row' => 'Remove row',
'editor.dropdown.table.insert_col_left' => 'Insert column to the left',
'editor.dropdown.table.insert_col_right' => 'Insert column to the right',
'editor.dropdown.table.remove_col' => 'Remove column',
'editor.dropdown.table.remove_table' => 'Remove table',
'editor.dropdown.options.toggle_tight_list' => 'Toggle tight list',
'editor.dropdown.embeds' => 'Insert...',
'editor.toolbar.bold.title' => 'Bold',
'editor.toolbar.italic.title' => 'Italic',
'editor.toolbar.strikethrough.title' => 'Strike through',
'editor.toolbar.highlight.title' => 'Highlight',
'editor.toolbar.small.title' => 'Small text',
'editor.toolbar.superscript.title' => 'Superscript',
'editor.toolbar.heading_1.title' => 'Heading 1',
'editor.toolbar.heading_2.title' => 'Heading 2',
'editor.toolbar.heading_3.title' => 'Heading 3',
'editor.toolbar.code.title' => 'Code',
'editor.toolbar.code_block.title' => 'Code block',
'editor.toolbar.quote.title' => 'Quote',
'editor.toolbar.unordered_list.title' => 'Unordered list',
'editor.toolbar.ordered_list.title' => 'Ordered list',
'editor.toolbar.link.title' => 'Link',
'editor.toolbar.image.title' => 'Image',
'editor.toolbar.table.title' => 'Table',
'editor.toolbar.iframe.title' => 'Iframe (embed)',
'editor.toolbar.html.title' => 'Insert HTML',
'editor.toolbar.upload.title' => 'Insert file',
'editor.toolbar.upload_image.title' => 'Insert image',
'editor.toolbar.horizontal_rule.title' => 'Horizontal rule',
'editor.toolbar.fullscreen.title' => 'Full screen',
'editor.toolbar.undo.title' => 'Undo',
'editor.toolbar.redo.title' => 'Redo',
];