Version Description
( June, 2015) =
Download this release
Release Info
Developer | Desertsnowman |
Plugin | Caldera Forms – More Than Contact Forms |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
- assets/css/caldera-form.css +1 -1162
- assets/js/edit.js +10 -10
- assets/js/edit.min.js +2 -2
- assets/js/fields.min.js +1 -1
- assets/js/jquery.baldrick.js +1 -1
- assets/js/jquery.baldrick.min.js +1 -1
- caldera-core.php +2 -2
- classes/admin.php +83 -40
- classes/core.php +88 -31
- classes/widget.php +4 -2
- fields/calculation/config.php +1 -1
- fields/hidden/field.php +11 -1
- fields/paragraph/field.php +10 -1
- fields/range_slider/field.php +9 -1
- fields/states/field.php +75 -67
- fields/toggle_switch/config_template.php +1 -0
- fields/toggle_switch/field.php +6 -4
- fields/toggle_switch/js/toggle.js +1 -1
- includes/cf-ajax/plugin.php +3 -3
- languages/caldera-forms-de_DE.mo +0 -0
- languages/caldera-forms-de_DE.po +277 -382
- languages/caldera-forms-fr_FR.mo +0 -0
- languages/caldera-forms-fr_FR.po +271 -382
- languages/caldera-forms-ja.mo +0 -0
- languages/caldera-forms-ja.po +275 -382
- languages/caldera-forms.pot +259 -379
- readme.txt +19 -5
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- ui/admin.php +9 -6
- ui/edit.php +3 -3
- ui/entries.php +1 -1
- ui/insert_shortcode.php +1 -1
- ui/panels/emailer.php +6 -6
assets/css/caldera-form.css
CHANGED
@@ -1,1162 +1 @@
|
|
1 |
-
.caldera-grid legend {
|
2 |
-
margin-bottom: 18px;
|
3 |
-
font-size: 19.5px;
|
4 |
-
}
|
5 |
-
.caldera-grid input[type="radio"],
|
6 |
-
.caldera-grid input[type="checkbox"] {
|
7 |
-
margin: 2px 0 0;
|
8 |
-
}
|
9 |
-
.caldera-grid output {
|
10 |
-
padding-top: 6px;
|
11 |
-
font-size: 13px;
|
12 |
-
line-height: 1.4;
|
13 |
-
color: #555555;
|
14 |
-
}
|
15 |
-
.caldera-grid .form-control {
|
16 |
-
height: 30px;
|
17 |
-
padding: 5px 8px;
|
18 |
-
font-size: 13px;
|
19 |
-
line-height: 1.4;
|
20 |
-
background-color: #ffffff;
|
21 |
-
border: 1px solid #d9d9d9;
|
22 |
-
border-top-color: #c0c0c0;
|
23 |
-
border-radius: 1px;
|
24 |
-
-webkit-box-shadow: none;
|
25 |
-
box-shadow: none;
|
26 |
-
-webkit-transition: none;
|
27 |
-
transition: none;
|
28 |
-
}
|
29 |
-
.caldera-grid .form-control:hover {
|
30 |
-
border: 1px solid #b9b9b9;
|
31 |
-
border-top-color: #a0a0a0;
|
32 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
33 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
34 |
-
}
|
35 |
-
.caldera-grid .form-control:focus {
|
36 |
-
border-color: #999999;
|
37 |
-
outline: 0;
|
38 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
|
39 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(153, 153, 153, 0.6);
|
40 |
-
}
|
41 |
-
.caldera-grid .form-control:focus {
|
42 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
43 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
44 |
-
}
|
45 |
-
.caldera-grid .form-control[disabled],
|
46 |
-
.caldera-grid .form-control[readonly],
|
47 |
-
.caldera-grid fieldset[disabled] .form-control {
|
48 |
-
background-color: #f1f1f1;
|
49 |
-
border: 1px solid #e5e5e5;
|
50 |
-
}
|
51 |
-
.caldera-grid .form-control[disabled]:hover,
|
52 |
-
.caldera-grid .form-control[readonly]:hover,
|
53 |
-
.caldera-grid fieldset[disabled] .form-control:hover,
|
54 |
-
.caldera-grid .form-control[disabled]:focus,
|
55 |
-
.caldera-grid .form-control[readonly]:focus,
|
56 |
-
.caldera-grid fieldset[disabled] .form-control:focus,
|
57 |
-
.caldera-grid .form-control[disabled]:active,
|
58 |
-
.caldera-grid .form-control[readonly]:active,
|
59 |
-
.caldera-grid fieldset[disabled] .form-control:active {
|
60 |
-
border: 1px solid #e5e5e5;
|
61 |
-
-webkit-box-shadow: none;
|
62 |
-
box-shadow: none;
|
63 |
-
}
|
64 |
-
.caldera-grid .form-control[readonly] .form-control {
|
65 |
-
border: 1px solid #d9d9d9;
|
66 |
-
}
|
67 |
-
.caldera-grid .form-control[readonly] .form-control:hover,
|
68 |
-
.caldera-grid .form-control[readonly] .form-control:focus,
|
69 |
-
.caldera-grid .form-control[readonly] .form-control:active {
|
70 |
-
border: 1px solid #d9d9d9;
|
71 |
-
}
|
72 |
-
.caldera-grid textarea.form-control {
|
73 |
-
padding-right: 4px;
|
74 |
-
height: auto;
|
75 |
-
}
|
76 |
-
.caldera-grid input[type="date"],
|
77 |
-
.caldera-grid input[type="time"],
|
78 |
-
.caldera-grid input[type="datetime-local"],
|
79 |
-
.caldera-grid input[type="month"] {
|
80 |
-
line-height: 30px;
|
81 |
-
line-height: 1.4 \0;
|
82 |
-
}
|
83 |
-
.caldera-grid input[type="date"].input-sm,
|
84 |
-
.caldera-grid input[type="time"].input-sm,
|
85 |
-
.caldera-grid input[type="datetime-local"].input-sm,
|
86 |
-
.caldera-grid input[type="month"].input-sm {
|
87 |
-
line-height: 26px;
|
88 |
-
}
|
89 |
-
.caldera-grid input[type="date"].input-lg,
|
90 |
-
.caldera-grid input[type="time"].input-lg,
|
91 |
-
.caldera-grid input[type="datetime-local"].input-lg,
|
92 |
-
.caldera-grid input[type="month"].input-lg {
|
93 |
-
line-height: 38px;
|
94 |
-
}
|
95 |
-
.caldera-grid .radio,
|
96 |
-
.caldera-grid .checkbox {
|
97 |
-
min-height: 18px;
|
98 |
-
}
|
99 |
-
.caldera-grid input[type="radio"],
|
100 |
-
.caldera-grid .radio input[type="radio"],
|
101 |
-
.caldera-grid .radio-inline input[type="radio"],
|
102 |
-
.caldera-grid input[type="checkbox"],
|
103 |
-
.caldera-grid .checkbox input[type="checkbox"],
|
104 |
-
.caldera-grid .checkbox-inline input[type="checkbox"] {
|
105 |
-
position: relative;
|
106 |
-
width: 13px;
|
107 |
-
height: 13px;
|
108 |
-
background: white;
|
109 |
-
border: 1px solid #dcdcdc;
|
110 |
-
border-radius: 1px;
|
111 |
-
-webkit-appearance: none;
|
112 |
-
border-width: 0 \0;
|
113 |
-
}
|
114 |
-
.caldera-grid input[type="radio"]:focus,
|
115 |
-
.caldera-grid .radio input[type="radio"]:focus,
|
116 |
-
.caldera-grid .radio-inline input[type="radio"]:focus,
|
117 |
-
.caldera-grid input[type="checkbox"]:focus,
|
118 |
-
.caldera-grid .checkbox input[type="checkbox"]:focus,
|
119 |
-
.caldera-grid .checkbox-inline input[type="checkbox"]:focus {
|
120 |
-
outline: 0;
|
121 |
-
border-color: #c6c6c6;
|
122 |
-
}
|
123 |
-
.caldera-grid input[type="radio"]:active,
|
124 |
-
.caldera-grid .radio input[type="radio"]:active,
|
125 |
-
.caldera-grid .radio-inline input[type="radio"]:active,
|
126 |
-
.caldera-grid input[type="checkbox"]:active,
|
127 |
-
.caldera-grid .checkbox input[type="checkbox"]:active,
|
128 |
-
.caldera-grid .checkbox-inline input[type="checkbox"]:active {
|
129 |
-
border-color: #c6c6c6;
|
130 |
-
background-color: #ebebeb;
|
131 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
|
132 |
-
}
|
133 |
-
.caldera-grid input[type="radio"]:checked,
|
134 |
-
.caldera-grid .radio input[type="radio"]:checked,
|
135 |
-
.caldera-grid .radio-inline input[type="radio"]:checked,
|
136 |
-
.caldera-grid input[type="checkbox"]:checked,
|
137 |
-
.caldera-grid .checkbox input[type="checkbox"]:checked,
|
138 |
-
.caldera-grid .checkbox-inline input[type="checkbox"]:checked {
|
139 |
-
background: #fff;
|
140 |
-
}
|
141 |
-
.caldera-grid input[type="radio"],
|
142 |
-
.caldera-grid .radio input[type="radio"],
|
143 |
-
.caldera-grid .radio-inline input[type="radio"] {
|
144 |
-
border-radius: 1em;
|
145 |
-
width: 15px;
|
146 |
-
height: 15px;
|
147 |
-
}
|
148 |
-
.caldera-grid input[type="radio"]:checked::after,
|
149 |
-
.caldera-grid .radio input[type="radio"]:checked::after,
|
150 |
-
.caldera-grid .radio-inline input[type="radio"]:checked::after {
|
151 |
-
content: '';
|
152 |
-
display: block;
|
153 |
-
position: relative;
|
154 |
-
top: 3px;
|
155 |
-
left: 3px;
|
156 |
-
width: 7px;
|
157 |
-
height: 7px;
|
158 |
-
background: #666;
|
159 |
-
border-radius: 1em;
|
160 |
-
}
|
161 |
-
.caldera-grid input[type="checkbox"]:hover,
|
162 |
-
.caldera-grid .checkbox input[type="checkbox"]:hover,
|
163 |
-
.caldera-grid .checkbox-inline input[type="checkbox"]:hover {
|
164 |
-
border-color: #c6c6c6;
|
165 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
166 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
167 |
-
box-shadow: none \9;
|
168 |
-
}
|
169 |
-
.caldera-grid input[type="checkbox"]:checked::after,
|
170 |
-
.caldera-grid .checkbox input[type="checkbox"]:checked::after,
|
171 |
-
.caldera-grid .checkbox-inline input[type="checkbox"]:checked::after {
|
172 |
-
content: url(../images/checkmark.png);
|
173 |
-
display: block;
|
174 |
-
position: absolute;
|
175 |
-
top: -6px;
|
176 |
-
left: -5px;
|
177 |
-
}
|
178 |
-
.caldera-grid .file-prevent-overflow{
|
179 |
-
overflow: hidden;
|
180 |
-
}
|
181 |
-
.caldera-grid .input-sm {
|
182 |
-
height: 26px;
|
183 |
-
padding: 3px 8px;
|
184 |
-
font-size: 12px;
|
185 |
-
line-height: 1.5;
|
186 |
-
border-radius: 1px;
|
187 |
-
}
|
188 |
-
.caldera-grid select.input-sm {
|
189 |
-
height: 26px;
|
190 |
-
line-height: 26px;
|
191 |
-
}
|
192 |
-
.caldera-grid textarea.input-sm,
|
193 |
-
.caldera-grid select[multiple].input-sm {
|
194 |
-
height: auto;
|
195 |
-
}
|
196 |
-
.caldera-grid .input-lg {
|
197 |
-
height: 38px;
|
198 |
-
padding: 9px 14px;
|
199 |
-
font-size: 14px;
|
200 |
-
line-height: 1.3;
|
201 |
-
border-radius: 1px;
|
202 |
-
}
|
203 |
-
.caldera-grid select.input-lg {
|
204 |
-
height: 38px;
|
205 |
-
line-height: 38px;
|
206 |
-
}
|
207 |
-
.caldera-grid textarea.input-lg,
|
208 |
-
.caldera-grid select[multiple].input-lg {
|
209 |
-
height: auto;
|
210 |
-
}
|
211 |
-
.caldera-grid .has-feedback .form-control {
|
212 |
-
padding-right: 37.5px;
|
213 |
-
}
|
214 |
-
.caldera-grid .form-control-feedback {
|
215 |
-
top: 23px;
|
216 |
-
width: 30px;
|
217 |
-
height: 30px;
|
218 |
-
line-height: 30px;
|
219 |
-
}
|
220 |
-
.caldera-grid .input-lg + .form-control-feedback {
|
221 |
-
width: 38px;
|
222 |
-
height: 38px;
|
223 |
-
line-height: 38px;
|
224 |
-
}
|
225 |
-
.caldera-grid .input-sm + .form-control-feedback {
|
226 |
-
width: 26px;
|
227 |
-
height: 26px;
|
228 |
-
line-height: 26px;
|
229 |
-
}
|
230 |
-
.caldera-grid .has-success .help-block,
|
231 |
-
.caldera-grid .has-success .control-label,
|
232 |
-
.caldera-grid .has-success .radio,
|
233 |
-
.caldera-grid .has-success .checkbox,
|
234 |
-
.caldera-grid .has-success .radio-inline,
|
235 |
-
.caldera-grid .has-success .checkbox-inline {
|
236 |
-
color: #3c763d;
|
237 |
-
}
|
238 |
-
.caldera-grid .has-success .form-control {
|
239 |
-
border-color: #3c763d;
|
240 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
241 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
242 |
-
}
|
243 |
-
.caldera-grid .has-success .form-control:focus {
|
244 |
-
border-color: #2b542c;
|
245 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
246 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
|
247 |
-
}
|
248 |
-
.caldera-grid .has-success .input-group-addon {
|
249 |
-
color: #3c763d;
|
250 |
-
border-color: #3c763d;
|
251 |
-
background-color: #dff0d8;
|
252 |
-
}
|
253 |
-
.caldera-grid .has-success .form-control-feedback {
|
254 |
-
color: #3c763d;
|
255 |
-
}
|
256 |
-
.caldera-grid .has-success .form-control {
|
257 |
-
-webkit-box-shadow: none;
|
258 |
-
box-shadow: none;
|
259 |
-
}
|
260 |
-
.caldera-grid .has-success .form-control:hover {
|
261 |
-
border-color: #3c763d;
|
262 |
-
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
|
263 |
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
|
264 |
-
}
|
265 |
-
.caldera-grid .has-success .form-control:focus {
|
266 |
-
border-color: #3c763d;
|
267 |
-
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
|
268 |
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
|
269 |
-
}
|
270 |
-
.caldera-grid .has-warning .help-block,
|
271 |
-
.caldera-grid .has-warning .control-label,
|
272 |
-
.caldera-grid .has-warning .radio,
|
273 |
-
.caldera-grid .has-warning .checkbox,
|
274 |
-
.caldera-grid .has-warning .radio-inline,
|
275 |
-
.caldera-grid .has-warning .checkbox-inline {
|
276 |
-
color: #e09b17;
|
277 |
-
}
|
278 |
-
.caldera-grid .has-warning .form-control {
|
279 |
-
border-color: #e09b17;
|
280 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
281 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
282 |
-
}
|
283 |
-
.caldera-grid .has-warning .form-control:focus {
|
284 |
-
border-color: #b27b12;
|
285 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0c36d;
|
286 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0c36d;
|
287 |
-
}
|
288 |
-
.caldera-grid .has-warning .input-group-addon {
|
289 |
-
color: #e09b17;
|
290 |
-
border-color: #e09b17;
|
291 |
-
background-color: #f9edbe;
|
292 |
-
}
|
293 |
-
.caldera-grid .has-warning .form-control-feedback {
|
294 |
-
color: #e09b17;
|
295 |
-
}
|
296 |
-
.caldera-grid .has-warning .form-control {
|
297 |
-
-webkit-box-shadow: none;
|
298 |
-
box-shadow: none;
|
299 |
-
}
|
300 |
-
.caldera-grid .has-warning .form-control:hover {
|
301 |
-
border-color: #e09b17;
|
302 |
-
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
|
303 |
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
|
304 |
-
}
|
305 |
-
.caldera-grid .has-warning .form-control:focus {
|
306 |
-
border-color: #e09b17;
|
307 |
-
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
|
308 |
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
|
309 |
-
}
|
310 |
-
.caldera-grid .help-block {
|
311 |
-
color: #777777;
|
312 |
-
display: block;
|
313 |
-
}
|
314 |
-
.caldera-grid .control-label {
|
315 |
-
display: block;
|
316 |
-
line-height: 1.5em;
|
317 |
-
}
|
318 |
-
.caldera-grid .form-horizontal .control-label,
|
319 |
-
.caldera-grid .form-horizontal .radio-inline,
|
320 |
-
.caldera-grid .form-horizontal .checkbox-inline {
|
321 |
-
padding-top: 5px;
|
322 |
-
}
|
323 |
-
@media (min-width: 768px) {
|
324 |
-
.caldera-grid .form-inline .form-group {
|
325 |
-
display: inline-block;
|
326 |
-
margin-bottom: 0;
|
327 |
-
vertical-align: middle;
|
328 |
-
}
|
329 |
-
.caldera-grid .form-inline .form-control {
|
330 |
-
display: inline-block;
|
331 |
-
width: auto;
|
332 |
-
vertical-align: middle;
|
333 |
-
}
|
334 |
-
.caldera-grid .form-inline .control-label {
|
335 |
-
margin-bottom: 0;
|
336 |
-
vertical-align: middle;
|
337 |
-
}
|
338 |
-
.caldera-grid .form-inline .radio,
|
339 |
-
.caldera-grid .form-inline .checkbox {
|
340 |
-
display: inline-block;
|
341 |
-
margin-top: 0;
|
342 |
-
margin-bottom: 0;
|
343 |
-
vertical-align: middle;
|
344 |
-
}
|
345 |
-
.caldera-grid .form-inline .radio label,
|
346 |
-
.caldera-grid .form-inline .checkbox label {
|
347 |
-
padding-left: 0;
|
348 |
-
}
|
349 |
-
.caldera-grid .form-inline .radio input[type="radio"],
|
350 |
-
.caldera-grid .form-inline .checkbox input[type="checkbox"] {
|
351 |
-
float: none;
|
352 |
-
margin-left: 0;
|
353 |
-
margin-bottom: -2px;
|
354 |
-
}
|
355 |
-
.caldera-grid .form-inline .has-feedback .form-control-feedback {
|
356 |
-
top: 0;
|
357 |
-
}
|
358 |
-
}
|
359 |
-
.caldera-grid .form-horizontal .radio,
|
360 |
-
.caldera-grid .form-horizontal .checkbox,
|
361 |
-
.caldera-grid .form-horizontal .radio-inline,
|
362 |
-
.caldera-grid .form-horizontal .checkbox-inline {
|
363 |
-
padding-top: 6px;
|
364 |
-
}
|
365 |
-
.caldera-grid .form-horizontal .radio,
|
366 |
-
.caldera-grid .form-horizontal .checkbox {
|
367 |
-
min-height: 24px;
|
368 |
-
}
|
369 |
-
.caldera-grid .form-horizontal .form-control-static {
|
370 |
-
padding-top: 6px;
|
371 |
-
padding-bottom: 6px;
|
372 |
-
}
|
373 |
-
@media (min-width: 768px) {
|
374 |
-
.caldera-grid .form-horizontal .control-label {
|
375 |
-
padding-top: 6px;
|
376 |
-
}
|
377 |
-
}
|
378 |
-
.caldera-grid .btn {
|
379 |
-
cursor: default;
|
380 |
-
background-clip: border-box;
|
381 |
-
padding: 5px 12px;
|
382 |
-
font-size: 13px;
|
383 |
-
line-height: 18px;
|
384 |
-
border-radius: 2px;
|
385 |
-
-webkit-box-shadow: none;
|
386 |
-
box-shadow: none;
|
387 |
-
}
|
388 |
-
.caldera-grid .btn:hover {
|
389 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
390 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
391 |
-
}
|
392 |
-
.caldera-grid .btn:active,
|
393 |
-
.caldera-grid .btn.active {
|
394 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
395 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
396 |
-
}
|
397 |
-
.caldera-grid .btn-default {
|
398 |
-
border: 1px solid #dcdcdc;
|
399 |
-
color: #333333;
|
400 |
-
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
401 |
-
background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
|
402 |
-
background-repeat: repeat-x;
|
403 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
|
404 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
405 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
|
406 |
-
background-color: #f3f3f3;
|
407 |
-
text-shadow: 0 1px 0 #fff;
|
408 |
-
}
|
409 |
-
.caldera-grid .btn-default:hover {
|
410 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
411 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
412 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
413 |
-
}
|
414 |
-
.caldera-grid .btn-default:hover,
|
415 |
-
.caldera-grid .btn-default:focus,
|
416 |
-
.caldera-grid .btn-default:active,
|
417 |
-
.caldera-grid .btn-default.active,
|
418 |
-
.caldera-grid .open > .dropdown-toggle.btn-default {
|
419 |
-
color: #333333;
|
420 |
-
border: 1px solid #cfcfcf;
|
421 |
-
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
|
422 |
-
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e4e4e4 100%);
|
423 |
-
background-repeat: repeat-x;
|
424 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe4e4e4', GradientType=0);
|
425 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
426 |
-
background-color: #e4e4e4;
|
427 |
-
}
|
428 |
-
.caldera-grid .btn-default:active,
|
429 |
-
.caldera-grid .btn-default.active,
|
430 |
-
.caldera-grid .open > .dropdown-toggle.btn-default {
|
431 |
-
border: 1px solid #c3c3c3;
|
432 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
433 |
-
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #d8d8d8 100%);
|
434 |
-
background-image: linear-gradient(to bottom, #f5f5f5 0%, #d8d8d8 100%);
|
435 |
-
background-repeat: repeat-x;
|
436 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffd8d8d8', GradientType=0);
|
437 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
438 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
439 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
440 |
-
}
|
441 |
-
.caldera-grid .btn-default:focus {
|
442 |
-
border: 1px solid #dcdcdc;
|
443 |
-
-webkit-box-shadow: inset 0 0 0 1px #ffffff;
|
444 |
-
box-shadow: inset 0 0 0 1px #ffffff;
|
445 |
-
}
|
446 |
-
.caldera-grid .btn-default.disabled,
|
447 |
-
.caldera-grid .btn-default[disabled],
|
448 |
-
.caldera-grid fieldset[disabled] .btn-default,
|
449 |
-
.caldera-grid .btn-default.disabled:hover,
|
450 |
-
.caldera-grid .btn-default[disabled]:hover,
|
451 |
-
.caldera-grid fieldset[disabled] .btn-default:hover,
|
452 |
-
.caldera-grid .btn-default.disabled:focus,
|
453 |
-
.caldera-grid .btn-default[disabled]:focus,
|
454 |
-
.caldera-grid fieldset[disabled] .btn-default:focus,
|
455 |
-
.caldera-grid .btn-default.disabled:active,
|
456 |
-
.caldera-grid .btn-default[disabled]:active,
|
457 |
-
.caldera-grid fieldset[disabled] .btn-default:active,
|
458 |
-
.caldera-grid .btn-default.disabled.active,
|
459 |
-
.caldera-grid .btn-default[disabled].active,
|
460 |
-
.caldera-grid fieldset[disabled] .btn-default.active {
|
461 |
-
border: 1px solid #dcdcdc;
|
462 |
-
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
|
463 |
-
background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
|
464 |
-
background-repeat: repeat-x;
|
465 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
|
466 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
467 |
-
background-color: #f5f5f5;
|
468 |
-
-webkit-box-shadow: none;
|
469 |
-
box-shadow: none;
|
470 |
-
}
|
471 |
-
.caldera-grid .btn-default .badge {
|
472 |
-
color: #dcdcdc;
|
473 |
-
background-color: #333333;
|
474 |
-
}
|
475 |
-
.caldera-grid .btn-default:hover {
|
476 |
-
text-shadow: none;
|
477 |
-
border-color: #c6c6c6;
|
478 |
-
background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
|
479 |
-
background-image: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
|
480 |
-
background-repeat: repeat-x;
|
481 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
|
482 |
-
background-position: 0 0;
|
483 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
484 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
485 |
-
-webkit-transition: none;
|
486 |
-
transition: none;
|
487 |
-
}
|
488 |
-
.caldera-grid .btn-default:active,
|
489 |
-
.caldera-grid .btn-default.active,
|
490 |
-
.caldera-grid .open .dropdown-toggle.btn-default {
|
491 |
-
border: 1px solid #dcdcdc;
|
492 |
-
background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #f1f1f1 100%);
|
493 |
-
background-image: linear-gradient(to bottom, #f6f6f6 0%, #f1f1f1 100%);
|
494 |
-
background-repeat: repeat-x;
|
495 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#fff1f1f1', GradientType=0);
|
496 |
-
background-color: #e8e8e8;
|
497 |
-
text-shadow: 0 1px 0 #fff;
|
498 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
499 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
500 |
-
}
|
501 |
-
.caldera-grid .btn-default:focus {
|
502 |
-
outline-style: none;
|
503 |
-
background-color: #f3f3f3;
|
504 |
-
}
|
505 |
-
.caldera-grid .btn-default.disabled:hover,
|
506 |
-
.caldera-grid .btn-default[disabled]:hover,
|
507 |
-
.caldera-grid fieldset[disabled] .btn-default:hover,
|
508 |
-
.caldera-grid .btn-default.disabled:focus,
|
509 |
-
.caldera-grid .btn-default[disabled]:focus,
|
510 |
-
.caldera-grid fieldset[disabled] .btn-default:focus,
|
511 |
-
.caldera-grid .btn-default.disabled:active,
|
512 |
-
.caldera-grid .btn-default[disabled]:active,
|
513 |
-
.caldera-grid fieldset[disabled] .btn-default:active {
|
514 |
-
background-color: #f3f3f3;
|
515 |
-
text-shadow: none;
|
516 |
-
}
|
517 |
-
.caldera-grid .btn-default .badge {
|
518 |
-
color: #f3f3f3;
|
519 |
-
text-shadow: none;
|
520 |
-
}
|
521 |
-
.caldera-grid .btn-primary {
|
522 |
-
border: 1px solid #3079ed;
|
523 |
-
color: #ffffff;
|
524 |
-
background-image: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
|
525 |
-
background-image: linear-gradient(to bottom, #4d90fe 0%, #4787ed 100%);
|
526 |
-
background-repeat: repeat-x;
|
527 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff4787ed', GradientType=0);
|
528 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
529 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
|
530 |
-
}
|
531 |
-
.caldera-grid .btn-primary:hover {
|
532 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
533 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
534 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
535 |
-
}
|
536 |
-
.caldera-grid .btn-primary:hover,
|
537 |
-
.caldera-grid .btn-primary:focus,
|
538 |
-
.caldera-grid .btn-primary:active,
|
539 |
-
.caldera-grid .btn-primary.active,
|
540 |
-
.caldera-grid .open > .dropdown-toggle.btn-primary {
|
541 |
-
color: #ffffff;
|
542 |
-
border: 1px solid #196aeb;
|
543 |
-
background-image: -webkit-linear-gradient(top, #4d90fe 0%, #3078eb 100%);
|
544 |
-
background-image: linear-gradient(to bottom, #4d90fe 0%, #3078eb 100%);
|
545 |
-
background-repeat: repeat-x;
|
546 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff3078eb', GradientType=0);
|
547 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
548 |
-
background-color: #3078eb;
|
549 |
-
}
|
550 |
-
.caldera-grid .btn-primary:active,
|
551 |
-
.caldera-grid .btn-primary.active,
|
552 |
-
.caldera-grid .open > .dropdown-toggle.btn-primary {
|
553 |
-
border: 1px solid #135fd7;
|
554 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
555 |
-
background-image: -webkit-linear-gradient(top, #4d90fe 0%, #1969e8 100%);
|
556 |
-
background-image: linear-gradient(to bottom, #4d90fe 0%, #1969e8 100%);
|
557 |
-
background-repeat: repeat-x;
|
558 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff1969e8', GradientType=0);
|
559 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
560 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
561 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
562 |
-
}
|
563 |
-
.caldera-grid .btn-primary:focus {
|
564 |
-
border: 1px solid #3079ed;
|
565 |
-
-webkit-box-shadow: inset 0 0 0 1px #ffffff;
|
566 |
-
box-shadow: inset 0 0 0 1px #ffffff;
|
567 |
-
}
|
568 |
-
.caldera-grid .btn-primary.disabled,
|
569 |
-
.caldera-grid .btn-primary[disabled],
|
570 |
-
.caldera-grid fieldset[disabled] .btn-primary,
|
571 |
-
.caldera-grid .btn-primary.disabled:hover,
|
572 |
-
.caldera-grid .btn-primary[disabled]:hover,
|
573 |
-
.caldera-grid fieldset[disabled] .btn-primary:hover,
|
574 |
-
.caldera-grid .btn-primary.disabled:focus,
|
575 |
-
.caldera-grid .btn-primary[disabled]:focus,
|
576 |
-
.caldera-grid fieldset[disabled] .btn-primary:focus,
|
577 |
-
.caldera-grid .btn-primary.disabled:active,
|
578 |
-
.caldera-grid .btn-primary[disabled]:active,
|
579 |
-
.caldera-grid fieldset[disabled] .btn-primary:active,
|
580 |
-
.caldera-grid .btn-primary.disabled.active,
|
581 |
-
.caldera-grid .btn-primary[disabled].active,
|
582 |
-
.caldera-grid fieldset[disabled] .btn-primary.active {
|
583 |
-
border: 1px solid #3079ed;
|
584 |
-
background-image: -webkit-linear-gradient(top, #4d90fe 0%, #4787ed 100%);
|
585 |
-
background-image: linear-gradient(to bottom, #4d90fe 0%, #4787ed 100%);
|
586 |
-
background-repeat: repeat-x;
|
587 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe', endColorstr='#ff4787ed', GradientType=0);
|
588 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
589 |
-
background-color: #4d90fe;
|
590 |
-
-webkit-box-shadow: none;
|
591 |
-
box-shadow: none;
|
592 |
-
}
|
593 |
-
.caldera-grid .btn-primary .badge {
|
594 |
-
color: #3079ed;
|
595 |
-
background-color: #ffffff;
|
596 |
-
}
|
597 |
-
.caldera-grid .btn-success {
|
598 |
-
border: 1px solid #359947;
|
599 |
-
color: #ffffff;
|
600 |
-
background-image: -webkit-linear-gradient(top, #35aa47 0%, #35aa47 100%);
|
601 |
-
background-image: linear-gradient(to bottom, #35aa47 0%, #35aa47 100%);
|
602 |
-
background-repeat: repeat-x;
|
603 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35aa47', endColorstr='#ff35aa47', GradientType=0);
|
604 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
605 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
|
606 |
-
}
|
607 |
-
.caldera-grid .btn-success:hover {
|
608 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
609 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
610 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
611 |
-
}
|
612 |
-
.caldera-grid .btn-success:hover,
|
613 |
-
.caldera-grid .btn-success:focus,
|
614 |
-
.caldera-grid .btn-success:active,
|
615 |
-
.caldera-grid .btn-success.active,
|
616 |
-
.caldera-grid .open > .dropdown-toggle.btn-success {
|
617 |
-
color: #ffffff;
|
618 |
-
border: 1px solid #2e863e;
|
619 |
-
background-image: -webkit-linear-gradient(top, #35aa47 0%, #2f973f 100%);
|
620 |
-
background-image: linear-gradient(to bottom, #35aa47 0%, #2f973f 100%);
|
621 |
-
background-repeat: repeat-x;
|
622 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35aa47', endColorstr='#ff2f973f', GradientType=0);
|
623 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
624 |
-
background-color: #2f973f;
|
625 |
-
}
|
626 |
-
.caldera-grid .btn-success:active,
|
627 |
-
.caldera-grid .btn-success.active,
|
628 |
-
.caldera-grid .open > .dropdown-toggle.btn-success {
|
629 |
-
border: 1px solid #287335;
|
630 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
631 |
-
background-image: -webkit-linear-gradient(top, #35aa47 0%, #298337 100%);
|
632 |
-
background-image: linear-gradient(to bottom, #35aa47 0%, #298337 100%);
|
633 |
-
background-repeat: repeat-x;
|
634 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35aa47', endColorstr='#ff298337', GradientType=0);
|
635 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
636 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
637 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
638 |
-
}
|
639 |
-
.caldera-grid .btn-success:focus {
|
640 |
-
border: 1px solid #359947;
|
641 |
-
-webkit-box-shadow: inset 0 0 0 1px #ffffff;
|
642 |
-
box-shadow: inset 0 0 0 1px #ffffff;
|
643 |
-
}
|
644 |
-
.caldera-grid .btn-success.disabled,
|
645 |
-
.caldera-grid .btn-success[disabled],
|
646 |
-
.caldera-grid fieldset[disabled] .btn-success,
|
647 |
-
.caldera-grid .btn-success.disabled:hover,
|
648 |
-
.caldera-grid .btn-success[disabled]:hover,
|
649 |
-
.caldera-grid fieldset[disabled] .btn-success:hover,
|
650 |
-
.caldera-grid .btn-success.disabled:focus,
|
651 |
-
.caldera-grid .btn-success[disabled]:focus,
|
652 |
-
.caldera-grid fieldset[disabled] .btn-success:focus,
|
653 |
-
.caldera-grid .btn-success.disabled:active,
|
654 |
-
.caldera-grid .btn-success[disabled]:active,
|
655 |
-
.caldera-grid fieldset[disabled] .btn-success:active,
|
656 |
-
.caldera-grid .btn-success.disabled.active,
|
657 |
-
.caldera-grid .btn-success[disabled].active,
|
658 |
-
.caldera-grid fieldset[disabled] .btn-success.active {
|
659 |
-
border: 1px solid #359947;
|
660 |
-
background-image: -webkit-linear-gradient(top, #35aa47 0%, #35aa47 100%);
|
661 |
-
background-image: linear-gradient(to bottom, #35aa47 0%, #35aa47 100%);
|
662 |
-
background-repeat: repeat-x;
|
663 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff35aa47', endColorstr='#ff35aa47', GradientType=0);
|
664 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
665 |
-
background-color: #35aa47;
|
666 |
-
-webkit-box-shadow: none;
|
667 |
-
box-shadow: none;
|
668 |
-
}
|
669 |
-
.caldera-grid .btn-success .badge {
|
670 |
-
color: #359947;
|
671 |
-
background-color: #ffffff;
|
672 |
-
}
|
673 |
-
.caldera-grid .btn-info {
|
674 |
-
border: 1px solid #46b8da;
|
675 |
-
color: #ffffff;
|
676 |
-
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #5bc0de 100%);
|
677 |
-
background-image: linear-gradient(to bottom, #5bc0de 0%, #5bc0de 100%);
|
678 |
-
background-repeat: repeat-x;
|
679 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff5bc0de', GradientType=0);
|
680 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
681 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
|
682 |
-
}
|
683 |
-
.caldera-grid .btn-info:hover {
|
684 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
685 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
686 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
687 |
-
}
|
688 |
-
.caldera-grid .btn-info:hover,
|
689 |
-
.caldera-grid .btn-info:focus,
|
690 |
-
.caldera-grid .btn-info:active,
|
691 |
-
.caldera-grid .btn-info.active,
|
692 |
-
.caldera-grid .open > .dropdown-toggle.btn-info {
|
693 |
-
color: #ffffff;
|
694 |
-
border: 1px solid #31b0d5;
|
695 |
-
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #46b8da 100%);
|
696 |
-
background-image: linear-gradient(to bottom, #5bc0de 0%, #46b8da 100%);
|
697 |
-
background-repeat: repeat-x;
|
698 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff46b8da', GradientType=0);
|
699 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
700 |
-
background-color: #46b8da;
|
701 |
-
}
|
702 |
-
.caldera-grid .btn-info:active,
|
703 |
-
.caldera-grid .btn-info.active,
|
704 |
-
.caldera-grid .open > .dropdown-toggle.btn-info {
|
705 |
-
border: 1px solid #28a1c5;
|
706 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
707 |
-
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
|
708 |
-
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
|
709 |
-
background-repeat: repeat-x;
|
710 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
|
711 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
712 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
713 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
714 |
-
}
|
715 |
-
.caldera-grid .btn-info:focus {
|
716 |
-
border: 1px solid #46b8da;
|
717 |
-
-webkit-box-shadow: inset 0 0 0 1px #ffffff;
|
718 |
-
box-shadow: inset 0 0 0 1px #ffffff;
|
719 |
-
}
|
720 |
-
.caldera-grid .btn-info.disabled,
|
721 |
-
.caldera-grid .btn-info[disabled],
|
722 |
-
.caldera-grid fieldset[disabled] .btn-info,
|
723 |
-
.caldera-grid .btn-info.disabled:hover,
|
724 |
-
.caldera-grid .btn-info[disabled]:hover,
|
725 |
-
.caldera-grid fieldset[disabled] .btn-info:hover,
|
726 |
-
.caldera-grid .btn-info.disabled:focus,
|
727 |
-
.caldera-grid .btn-info[disabled]:focus,
|
728 |
-
.caldera-grid fieldset[disabled] .btn-info:focus,
|
729 |
-
.caldera-grid .btn-info.disabled:active,
|
730 |
-
.caldera-grid .btn-info[disabled]:active,
|
731 |
-
.caldera-grid fieldset[disabled] .btn-info:active,
|
732 |
-
.caldera-grid .btn-info.disabled.active,
|
733 |
-
.caldera-grid .btn-info[disabled].active,
|
734 |
-
.caldera-grid fieldset[disabled] .btn-info.active {
|
735 |
-
border: 1px solid #46b8da;
|
736 |
-
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #5bc0de 100%);
|
737 |
-
background-image: linear-gradient(to bottom, #5bc0de 0%, #5bc0de 100%);
|
738 |
-
background-repeat: repeat-x;
|
739 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff5bc0de', GradientType=0);
|
740 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
741 |
-
background-color: #5bc0de;
|
742 |
-
-webkit-box-shadow: none;
|
743 |
-
box-shadow: none;
|
744 |
-
}
|
745 |
-
.caldera-grid .btn-info .badge {
|
746 |
-
color: #46b8da;
|
747 |
-
background-color: #ffffff;
|
748 |
-
}
|
749 |
-
.caldera-grid .btn-warning {
|
750 |
-
border: 1px solid #faa328;
|
751 |
-
color: #ffffff;
|
752 |
-
background-image: -webkit-linear-gradient(top, #fbb450 0%, #faa937 100%);
|
753 |
-
background-image: linear-gradient(to bottom, #fbb450 0%, #faa937 100%);
|
754 |
-
background-repeat: repeat-x;
|
755 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffaa937', GradientType=0);
|
756 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
757 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
|
758 |
-
}
|
759 |
-
.caldera-grid .btn-warning:hover {
|
760 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
761 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
762 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
763 |
-
}
|
764 |
-
.caldera-grid .btn-warning:hover,
|
765 |
-
.caldera-grid .btn-warning:focus,
|
766 |
-
.caldera-grid .btn-warning:active,
|
767 |
-
.caldera-grid .btn-warning.active,
|
768 |
-
.caldera-grid .open > .dropdown-toggle.btn-warning {
|
769 |
-
color: #ffffff;
|
770 |
-
border: 1px solid #f9980f;
|
771 |
-
background-image: -webkit-linear-gradient(top, #fbb450 0%, #f99e1e 100%);
|
772 |
-
background-image: linear-gradient(to bottom, #fbb450 0%, #f99e1e 100%);
|
773 |
-
background-repeat: repeat-x;
|
774 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff99e1e', GradientType=0);
|
775 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
776 |
-
background-color: #f99e1e;
|
777 |
-
}
|
778 |
-
.caldera-grid .btn-warning:active,
|
779 |
-
.caldera-grid .btn-warning.active,
|
780 |
-
.caldera-grid .open > .dropdown-toggle.btn-warning {
|
781 |
-
border: 1px solid #e98b06;
|
782 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
783 |
-
background-image: -webkit-linear-gradient(top, #fbb450 0%, #f89306 100%);
|
784 |
-
background-image: linear-gradient(to bottom, #fbb450 0%, #f89306 100%);
|
785 |
-
background-repeat: repeat-x;
|
786 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89306', GradientType=0);
|
787 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
788 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
789 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
790 |
-
}
|
791 |
-
.caldera-grid .btn-warning:focus {
|
792 |
-
border: 1px solid #faa328;
|
793 |
-
-webkit-box-shadow: inset 0 0 0 1px #ffffff;
|
794 |
-
box-shadow: inset 0 0 0 1px #ffffff;
|
795 |
-
}
|
796 |
-
.caldera-grid .btn-warning.disabled,
|
797 |
-
.caldera-grid .btn-warning[disabled],
|
798 |
-
.caldera-grid fieldset[disabled] .btn-warning,
|
799 |
-
.caldera-grid .btn-warning.disabled:hover,
|
800 |
-
.caldera-grid .btn-warning[disabled]:hover,
|
801 |
-
.caldera-grid fieldset[disabled] .btn-warning:hover,
|
802 |
-
.caldera-grid .btn-warning.disabled:focus,
|
803 |
-
.caldera-grid .btn-warning[disabled]:focus,
|
804 |
-
.caldera-grid fieldset[disabled] .btn-warning:focus,
|
805 |
-
.caldera-grid .btn-warning.disabled:active,
|
806 |
-
.caldera-grid .btn-warning[disabled]:active,
|
807 |
-
.caldera-grid fieldset[disabled] .btn-warning:active,
|
808 |
-
.caldera-grid .btn-warning.disabled.active,
|
809 |
-
.caldera-grid .btn-warning[disabled].active,
|
810 |
-
.caldera-grid fieldset[disabled] .btn-warning.active {
|
811 |
-
border: 1px solid #faa328;
|
812 |
-
background-image: -webkit-linear-gradient(top, #fbb450 0%, #faa937 100%);
|
813 |
-
background-image: linear-gradient(to bottom, #fbb450 0%, #faa937 100%);
|
814 |
-
background-repeat: repeat-x;
|
815 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fffaa937', GradientType=0);
|
816 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
817 |
-
background-color: #fbb450;
|
818 |
-
-webkit-box-shadow: none;
|
819 |
-
box-shadow: none;
|
820 |
-
}
|
821 |
-
.caldera-grid .btn-warning .badge {
|
822 |
-
color: #faa328;
|
823 |
-
background-color: #ffffff;
|
824 |
-
}
|
825 |
-
.caldera-grid .btn-danger {
|
826 |
-
border: 1px solid #c6322a;
|
827 |
-
color: #ffffff;
|
828 |
-
background-image: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
|
829 |
-
background-image: linear-gradient(to bottom, #dd4b39 0%, #d14836 100%);
|
830 |
-
background-repeat: repeat-x;
|
831 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffd14836', GradientType=0);
|
832 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
833 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.1);
|
834 |
-
}
|
835 |
-
.caldera-grid .btn-danger:hover {
|
836 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
837 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
838 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
839 |
-
}
|
840 |
-
.caldera-grid .btn-danger:hover,
|
841 |
-
.caldera-grid .btn-danger:focus,
|
842 |
-
.caldera-grid .btn-danger:active,
|
843 |
-
.caldera-grid .btn-danger.active,
|
844 |
-
.caldera-grid .open > .dropdown-toggle.btn-danger {
|
845 |
-
color: #ffffff;
|
846 |
-
border: 1px solid #b12d26;
|
847 |
-
background-image: -webkit-linear-gradient(top, #dd4b39 0%, #c13e2c 100%);
|
848 |
-
background-image: linear-gradient(to bottom, #dd4b39 0%, #c13e2c 100%);
|
849 |
-
background-repeat: repeat-x;
|
850 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffc13e2c', GradientType=0);
|
851 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
852 |
-
background-color: #c13e2c;
|
853 |
-
}
|
854 |
-
.caldera-grid .btn-danger:active,
|
855 |
-
.caldera-grid .btn-danger.active,
|
856 |
-
.caldera-grid .open > .dropdown-toggle.btn-danger {
|
857 |
-
border: 1px solid #9c2721;
|
858 |
-
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
859 |
-
background-image: -webkit-linear-gradient(top, #dd4b39 0%, #ad3727 100%);
|
860 |
-
background-image: linear-gradient(to bottom, #dd4b39 0%, #ad3727 100%);
|
861 |
-
background-repeat: repeat-x;
|
862 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffad3727', GradientType=0);
|
863 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
864 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
865 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
866 |
-
}
|
867 |
-
.caldera-grid .btn-danger:focus {
|
868 |
-
border: 1px solid #c6322a;
|
869 |
-
-webkit-box-shadow: inset 0 0 0 1px #ffffff;
|
870 |
-
box-shadow: inset 0 0 0 1px #ffffff;
|
871 |
-
}
|
872 |
-
.caldera-grid .btn-danger.disabled,
|
873 |
-
.caldera-grid .btn-danger[disabled],
|
874 |
-
.caldera-grid fieldset[disabled] .btn-danger,
|
875 |
-
.caldera-grid .btn-danger.disabled:hover,
|
876 |
-
.caldera-grid .btn-danger[disabled]:hover,
|
877 |
-
.caldera-grid fieldset[disabled] .btn-danger:hover,
|
878 |
-
.caldera-grid .btn-danger.disabled:focus,
|
879 |
-
.caldera-grid .btn-danger[disabled]:focus,
|
880 |
-
.caldera-grid fieldset[disabled] .btn-danger:focus,
|
881 |
-
.caldera-grid .btn-danger.disabled:active,
|
882 |
-
.caldera-grid .btn-danger[disabled]:active,
|
883 |
-
.caldera-grid fieldset[disabled] .btn-danger:active,
|
884 |
-
.caldera-grid .btn-danger.disabled.active,
|
885 |
-
.caldera-grid .btn-danger[disabled].active,
|
886 |
-
.caldera-grid fieldset[disabled] .btn-danger.active {
|
887 |
-
border: 1px solid #c6322a;
|
888 |
-
background-image: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
|
889 |
-
background-image: linear-gradient(to bottom, #dd4b39 0%, #d14836 100%);
|
890 |
-
background-repeat: repeat-x;
|
891 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4b39', endColorstr='#ffd14836', GradientType=0);
|
892 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
893 |
-
background-color: #dd4b39;
|
894 |
-
-webkit-box-shadow: none;
|
895 |
-
box-shadow: none;
|
896 |
-
}
|
897 |
-
.caldera-grid .btn-danger .badge {
|
898 |
-
color: #c6322a;
|
899 |
-
background-color: #ffffff;
|
900 |
-
}
|
901 |
-
.caldera-grid .btn-link {
|
902 |
-
color: #1155cc;
|
903 |
-
}
|
904 |
-
.caldera-grid .btn-link,
|
905 |
-
.caldera-grid .btn-link:active,
|
906 |
-
.caldera-grid .btn-link[disabled],
|
907 |
-
.caldera-grid fieldset[disabled] .btn-link {
|
908 |
-
background-color: transparent;
|
909 |
-
-webkit-box-shadow: none;
|
910 |
-
box-shadow: none;
|
911 |
-
}
|
912 |
-
.caldera-grid .btn-link,
|
913 |
-
.caldera-grid .btn-link:hover,
|
914 |
-
.caldera-grid .btn-link:focus,
|
915 |
-
.caldera-grid .btn-link:active {
|
916 |
-
border-color: transparent;
|
917 |
-
}
|
918 |
-
.caldera-grid .btn-link:hover,
|
919 |
-
.caldera-grid .btn-link:focus {
|
920 |
-
color: #1155cc;
|
921 |
-
background-color: transparent;
|
922 |
-
-webkit-box-shadow: none;
|
923 |
-
box-shadow: none;
|
924 |
-
}
|
925 |
-
.caldera-grid .btn-link[disabled]:hover,
|
926 |
-
.caldera-grid fieldset[disabled] .btn-link:hover,
|
927 |
-
.caldera-grid .btn-link[disabled]:focus,
|
928 |
-
.caldera-grid fieldset[disabled] .btn-link:focus {
|
929 |
-
color: #333333;
|
930 |
-
}
|
931 |
-
.caldera-grid .btn-lg,
|
932 |
-
.caldera-grid .btn-group-lg > .btn {
|
933 |
-
padding: 9px 14px;
|
934 |
-
font-size: 14px;
|
935 |
-
line-height: 1.3;
|
936 |
-
border-radius: 2px;
|
937 |
-
}
|
938 |
-
.caldera-grid .btn-sm,
|
939 |
-
.caldera-grid .btn-group-sm > .btn {
|
940 |
-
padding: 3px 8px;
|
941 |
-
font-size: 12px;
|
942 |
-
line-height: 1.5;
|
943 |
-
border-radius: 2px;
|
944 |
-
}
|
945 |
-
.caldera-grid .btn-xs,
|
946 |
-
.caldera-grid .btn-group-xs > .btn {
|
947 |
-
padding: 2px 6px;
|
948 |
-
font-size: 11px;
|
949 |
-
line-height: 1.25;
|
950 |
-
border-radius: 1px;
|
951 |
-
}
|
952 |
-
.caldera-grid .btn-block {
|
953 |
-
display: block;
|
954 |
-
width: 100%;
|
955 |
-
padding-left: 0;
|
956 |
-
padding-right: 0;
|
957 |
-
}
|
958 |
-
.caldera-grid .btn-block + .btn-block {
|
959 |
-
margin-top: 5px;
|
960 |
-
}
|
961 |
-
.caldera-grid input[type="submit"].btn-block,
|
962 |
-
.caldera-grid input[type="reset"].btn-block,
|
963 |
-
.caldera-grid input[type="button"].btn-block {
|
964 |
-
width: 100%;
|
965 |
-
}
|
966 |
-
.caldera-grid .btn-toolbar > .btn,
|
967 |
-
.caldera-grid .btn-toolbar > .btn-group,
|
968 |
-
.caldera-grid .btn-toolbar > .input-group {
|
969 |
-
margin-left: 16px;
|
970 |
-
}
|
971 |
-
.caldera-grid .btn-group > .btn + .dropdown-toggle {
|
972 |
-
-webkit-box-shadow: none;
|
973 |
-
box-shadow: none;
|
974 |
-
}
|
975 |
-
.caldera-grid .btn-group > .dropdown-toggle:hover {
|
976 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
977 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
978 |
-
}
|
979 |
-
.caldera-grid .btn-group > .btn-primary.dropdown-toggle:hover,
|
980 |
-
.caldera-grid .btn-group > .btn-info.dropdown-toggle:hover,
|
981 |
-
.caldera-grid .btn-group > .btn-warning.dropdown-toggle:hover,
|
982 |
-
.caldera-grid .btn-group > .btn-danger.dropdown-toggle:hover,
|
983 |
-
.caldera-grid .btn-group > .btn-success.dropdown-toggle:hover {
|
984 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
985 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
986 |
-
}
|
987 |
-
.caldera-grid .btn-group > .btn.dropdown-toggle:active,
|
988 |
-
.caldera-grid .btn-group > .btn.dropdown-toggle.active {
|
989 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
990 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
991 |
-
}
|
992 |
-
.caldera-grid .btn-group > .btn-primary.dropdown-toggle:active,
|
993 |
-
.caldera-grid .btn-group > .btn-primary.dropdown-toggle.active,
|
994 |
-
.caldera-grid .btn-group > .btn-warning.dropdown-toggle:active,
|
995 |
-
.caldera-grid .btn-group > .btn-warning.dropdown-toggle.active,
|
996 |
-
.caldera-grid .btn-group > .btn-danger.dropdown-toggle:active,
|
997 |
-
.caldera-grid .btn-group > .btn-danger.dropdown-toggle.active,
|
998 |
-
.caldera-grid .btn-group > .btn-success.dropdown-toggle:active,
|
999 |
-
.caldera-grid .btn-group > .btn-success.dropdown-toggle.active,
|
1000 |
-
.caldera-grid .btn-group > .btn-info.dropdown-toggle:active,
|
1001 |
-
.caldera-grid .btn-group > .btn-info.dropdown-toggle.active {
|
1002 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1003 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1004 |
-
}
|
1005 |
-
.caldera-grid .btn-group > .btn-sm.dropdown-toggle {
|
1006 |
-
padding: 5px 7px;
|
1007 |
-
}
|
1008 |
-
.caldera-grid .btn-group > .btn-lg.dropdown-toggle {
|
1009 |
-
padding: 9px 9px;
|
1010 |
-
}
|
1011 |
-
.caldera-grid .btn-group.open .dropdown-toggle {
|
1012 |
-
-webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
|
1013 |
-
box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
|
1014 |
-
}
|
1015 |
-
.caldera-grid .btn-group.open .btn.dropdown-toggle {
|
1016 |
-
background-color: #f3f3f3;
|
1017 |
-
background-image: none;
|
1018 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
1019 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
1020 |
-
}
|
1021 |
-
.caldera-grid .btn-group.open .btn-primary.dropdown-toggle {
|
1022 |
-
background-color: #4d90fe;
|
1023 |
-
background-image: none;
|
1024 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1025 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1026 |
-
}
|
1027 |
-
.caldera-grid .btn-group.open .btn-warning.dropdown-toggle {
|
1028 |
-
background-color: #faa937;
|
1029 |
-
background-image: none;
|
1030 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1031 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1032 |
-
}
|
1033 |
-
.caldera-grid .btn-group.open .btn-danger.dropdown-toggle {
|
1034 |
-
background-color: #d84a38;
|
1035 |
-
background-image: none;
|
1036 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1037 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1038 |
-
}
|
1039 |
-
.caldera-grid .btn-group.open .btn-success.dropdown-toggle {
|
1040 |
-
background-color: #35aa47;
|
1041 |
-
background-image: none;
|
1042 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1043 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1044 |
-
}
|
1045 |
-
.caldera-grid .btn-group.open .btn-info.dropdown-toggle {
|
1046 |
-
background-color: #5bc0de;
|
1047 |
-
background-image: none;
|
1048 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1049 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
1050 |
-
}
|
1051 |
-
.caldera-grid .btn-lg .caret {
|
1052 |
-
border-width: 5px 5px 0;
|
1053 |
-
}
|
1054 |
-
.caldera-grid .dropup .btn-lg .caret {
|
1055 |
-
border-width: 0 5px 5px;
|
1056 |
-
}
|
1057 |
-
.caldera-grid .btn-group-vertical > .btn:first-child:not(:last-child) {
|
1058 |
-
border-top-right-radius: 2px;
|
1059 |
-
}
|
1060 |
-
.caldera-grid .btn-group-vertical > .btn:last-child:not(:first-child) {
|
1061 |
-
border-bottom-left-radius: 2px;
|
1062 |
-
}
|
1063 |
-
.caldera-grid .input-group-lg > .form-control,
|
1064 |
-
.caldera-grid .input-group-lg > .input-group-addon,
|
1065 |
-
.caldera-grid .input-group-lg > .input-group-btn > .btn {
|
1066 |
-
height: 38px;
|
1067 |
-
padding: 9px 14px;
|
1068 |
-
font-size: 14px;
|
1069 |
-
line-height: 1.3;
|
1070 |
-
border-radius: 1px;
|
1071 |
-
}
|
1072 |
-
.caldera-grid select.input-group-lg > .form-control,
|
1073 |
-
.caldera-grid select.input-group-lg > .input-group-addon,
|
1074 |
-
.caldera-grid select.input-group-lg > .input-group-btn > .btn {
|
1075 |
-
height: 38px;
|
1076 |
-
line-height: 38px;
|
1077 |
-
}
|
1078 |
-
.caldera-grid textarea.input-group-lg > .form-control,
|
1079 |
-
.caldera-grid textarea.input-group-lg > .input-group-addon,
|
1080 |
-
.caldera-grid textarea.input-group-lg > .input-group-btn > .btn,
|
1081 |
-
.caldera-grid select[multiple].input-group-lg > .form-control,
|
1082 |
-
.caldera-grid select[multiple].input-group-lg > .input-group-addon,
|
1083 |
-
.caldera-grid select[multiple].input-group-lg > .input-group-btn > .btn {
|
1084 |
-
height: auto;
|
1085 |
-
}
|
1086 |
-
.caldera-grid .input-group-sm > .form-control,
|
1087 |
-
.caldera-grid .input-group-sm > .input-group-addon,
|
1088 |
-
.caldera-grid .input-group-sm > .input-group-btn > .btn {
|
1089 |
-
height: 26px;
|
1090 |
-
padding: 3px 8px;
|
1091 |
-
font-size: 12px;
|
1092 |
-
line-height: 1.5;
|
1093 |
-
border-radius: 1px;
|
1094 |
-
}
|
1095 |
-
.caldera-grid select.input-group-sm > .form-control,
|
1096 |
-
.caldera-grid select.input-group-sm > .input-group-addon,
|
1097 |
-
.caldera-grid select.input-group-sm > .input-group-btn > .btn {
|
1098 |
-
height: 26px;
|
1099 |
-
line-height: 26px;
|
1100 |
-
}
|
1101 |
-
.caldera-grid textarea.input-group-sm > .form-control,
|
1102 |
-
.caldera-grid textarea.input-group-sm > .input-group-addon,
|
1103 |
-
.caldera-grid textarea.input-group-sm > .input-group-btn > .btn,
|
1104 |
-
.caldera-grid select[multiple].input-group-sm > .form-control,
|
1105 |
-
.caldera-grid select[multiple].input-group-sm > .input-group-addon,
|
1106 |
-
.caldera-grid select[multiple].input-group-sm > .input-group-btn > .btn {
|
1107 |
-
height: auto;
|
1108 |
-
}
|
1109 |
-
.caldera-grid .input-group-addon,
|
1110 |
-
.caldera-grid .input-group-btn,
|
1111 |
-
.caldera-grid .input-group .form-control {
|
1112 |
-
margin: 0;
|
1113 |
-
border-radius: 0;
|
1114 |
-
}
|
1115 |
-
.caldera-grid .input-group-addon {
|
1116 |
-
padding: 5px 8px;
|
1117 |
-
font-size: 13px;
|
1118 |
-
color: #555555;
|
1119 |
-
border: 1px solid #d9d9d9;
|
1120 |
-
border-top-color: #c0c0c0;
|
1121 |
-
border-radius: 2px;
|
1122 |
-
}
|
1123 |
-
.caldera-grid .input-group-addon.input-sm {
|
1124 |
-
padding: 3px 8px;
|
1125 |
-
font-size: 12px;
|
1126 |
-
border-radius: 1px;
|
1127 |
-
}
|
1128 |
-
.caldera-grid .input-group-addon.input-lg {
|
1129 |
-
padding: 9px 14px;
|
1130 |
-
font-size: 14px;
|
1131 |
-
border-radius: 1px;
|
1132 |
-
}
|
1133 |
-
.caldera-grid .input-group-addon input[type="radio"],
|
1134 |
-
.caldera-grid .input-group-addon input[type="checkbox"] {
|
1135 |
-
margin-bottom: -3px;
|
1136 |
-
}
|
1137 |
-
|
1138 |
-
|
1139 |
-
.caldera-grid .breadcrumb {
|
1140 |
-
padding: 6px 12px;
|
1141 |
-
margin: 0 0 20px;
|
1142 |
-
list-style: none;
|
1143 |
-
background-color: #f5f5f5;
|
1144 |
-
border-radius: 4px;
|
1145 |
-
}
|
1146 |
-
.caldera-grid .breadcrumb > li {
|
1147 |
-
display: inline-block;
|
1148 |
-
margin: 0;
|
1149 |
-
}
|
1150 |
-
.caldera-grid .breadcrumb > li + li:before {
|
1151 |
-
content: "/\00a0";
|
1152 |
-
padding: 0 5px;
|
1153 |
-
color: #cccccc;
|
1154 |
-
}
|
1155 |
-
.caldera-grid .breadcrumb > .active,
|
1156 |
-
.caldera-grid .breadcrumb > .active > a {
|
1157 |
-
color: #777777;
|
1158 |
-
}
|
1159 |
-
.breadcrumb > li.active.error > a,
|
1160 |
-
.breadcrumb > li.error > a {
|
1161 |
-
color: #ff0000;
|
1162 |
-
}
|
1 |
+
.caldera-grid{/*! normalize.css v3.0.2 | MIT License | git.io/normalize *//*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */}.caldera-grid html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.caldera-grid body{margin:0}.caldera-grid article,.caldera-grid aside,.caldera-grid details,.caldera-grid figcaption,.caldera-grid figure,.caldera-grid footer,.caldera-grid header,.caldera-grid hgroup,.caldera-grid main,.caldera-grid menu,.caldera-grid nav,.caldera-grid section,.caldera-grid summary{display:block}.caldera-grid audio,.caldera-grid canvas,.caldera-grid progress,.caldera-grid video{display:inline-block;vertical-align:baseline}.caldera-grid audio:not([controls]){display:none;height:0}.caldera-grid [hidden],.caldera-grid template{display:none}.caldera-grid a{background-color:transparent}.caldera-grid a:active,.caldera-grid a:hover{outline:0}.caldera-grid abbr[title]{border-bottom:1px dotted}.caldera-grid b,.caldera-grid strong{font-weight:700}.caldera-grid dfn{font-style:italic}.caldera-grid h1{font-size:2em;margin:.67em 0}.caldera-grid mark{background:#ff0;color:#000}.caldera-grid small{font-size:80%}.caldera-grid sub,.caldera-grid sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.caldera-grid sup{top:-.5em}.caldera-grid sub{bottom:-.25em}.caldera-grid img{border:0}.caldera-grid svg:not(:root){overflow:hidden}.caldera-grid figure{margin:1em 40px}.caldera-grid hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}.caldera-grid pre{overflow:auto}.caldera-grid code,.caldera-grid kbd,.caldera-grid pre,.caldera-grid samp{font-family:monospace,monospace;font-size:1em}.caldera-grid button,.caldera-grid input,.caldera-grid optgroup,.caldera-grid select,.caldera-grid textarea{color:inherit;font:inherit;margin:0}.caldera-grid button{overflow:visible}.caldera-grid button,.caldera-grid select{text-transform:none}.caldera-grid button,.caldera-grid html input[type=button],.caldera-grid input[type=reset],.caldera-grid input[type=submit]{-webkit-appearance:button;cursor:pointer}.caldera-grid button[disabled],.caldera-grid html input[disabled]{cursor:default}.caldera-grid button::-moz-focus-inner,.caldera-grid input::-moz-focus-inner{border:0;padding:0}.caldera-grid input{line-height:normal}.caldera-grid input[type=checkbox],.caldera-grid input[type=radio]{box-sizing:border-box;padding:0}.caldera-grid input[type=number]::-webkit-inner-spin-button,.caldera-grid input[type=number]::-webkit-outer-spin-button{height:auto}.caldera-grid input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.caldera-grid input[type=search]::-webkit-search-cancel-button,.caldera-grid input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.caldera-grid fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.caldera-grid legend{border:0;padding:0}.caldera-grid textarea{overflow:auto}.caldera-grid optgroup{font-weight:700}.caldera-grid table{border-collapse:collapse;border-spacing:0}.caldera-grid td,.caldera-grid th{padding:0}@media print{.caldera-grid *,.caldera-grid :before,.caldera-grid :after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.caldera-grid a,.caldera-grid a:visited{text-decoration:underline}.caldera-grid a[href]:after{content:" (" attr(href) ")"}.caldera-grid abbr[title]:after{content:" (" attr(title) ")"}.caldera-grid a[href^="#"]:after,.caldera-grid a[href^="javascript:"]:after{content:""}.caldera-grid pre,.caldera-grid blockquote{border:1px solid #999;page-break-inside:avoid}.caldera-grid thead{display:table-header-group}.caldera-grid tr,.caldera-grid img{page-break-inside:avoid}.caldera-grid img{max-width:100%!important}.caldera-grid p,.caldera-grid h2,.caldera-grid h3{orphans:3;widows:3}.caldera-grid h2,.caldera-grid h3{page-break-after:avoid}.caldera-grid select{background:#fff!important}.caldera-grid .navbar{display:none}.caldera-grid .btn>.caret,.caldera-grid .dropup>.btn>.caret{border-top-color:#000!important}.caldera-grid .label{border:1px solid #000}.caldera-grid .table{border-collapse:collapse!important}.caldera-grid .table td,.caldera-grid .table th{background-color:#fff!important}.caldera-grid .table-bordered th,.caldera-grid .table-bordered td{border:1px solid #ddd!important}}.caldera-grid fieldset{padding:0;margin:0;border:0;min-width:0}.caldera-grid legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.caldera-grid label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.caldera-grid input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.caldera-grid input[type=radio],.caldera-grid input[type=checkbox]{margin:0;line-height:normal}.caldera-grid input[type=file]{display:block}.caldera-grid input[type=range]{display:block;width:100%}.caldera-grid select[multiple],.caldera-grid select[size]{height:auto}.caldera-grid input[type=file]:focus,.caldera-grid input[type=radio]:focus,.caldera-grid input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.caldera-grid input[type=checkbox]{-webkit-appearance:checkbox}.caldera-grid input[type=radio]{-webkit-appearance:radio}.caldera-grid output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.caldera-grid .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.caldera-grid .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.caldera-grid .form-control::-moz-placeholder{color:#999;opacity:1}.caldera-grid .form-control:-ms-input-placeholder{color:#999}.caldera-grid .form-control::-webkit-input-placeholder{color:#999}.caldera-grid .form-control[disabled],.caldera-grid .form-control[readonly],fieldset[disabled] .caldera-grid .form-control{background-color:#eee;opacity:1}.caldera-grid .form-control[disabled],fieldset[disabled] .caldera-grid .form-control{cursor:not-allowed}textarea .caldera-grid .form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){.caldera-grid input[type=date],.caldera-grid input[type=time],.caldera-grid input[type=datetime-local],.caldera-grid input[type=month]{line-height:34px}.caldera-grid input[type=date].input-sm,.caldera-grid input[type=time].input-sm,.caldera-grid input[type=datetime-local].input-sm,.caldera-grid input[type=month].input-sm,.input-group-sm .caldera-grid input[type=date],.input-group-sm .caldera-grid input[type=time],.input-group-sm .caldera-grid input[type=datetime-local],.input-group-sm .caldera-grid input[type=month]{line-height:30px}.caldera-grid input[type=date].input-lg,.caldera-grid input[type=time].input-lg,.caldera-grid input[type=datetime-local].input-lg,.caldera-grid input[type=month].input-lg,.input-group-lg .caldera-grid input[type=date],.input-group-lg .caldera-grid input[type=time],.input-group-lg .caldera-grid input[type=datetime-local],.input-group-lg .caldera-grid input[type=month]{line-height:46px}}.caldera-grid .form-group{margin-bottom:15px}.caldera-grid .radio,.caldera-grid .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.caldera-grid .radio label,.caldera-grid .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.caldera-grid .radio input[type=radio],.caldera-grid .radio-inline input[type=radio],.caldera-grid .checkbox input[type=checkbox],.caldera-grid .checkbox-inline input[type=checkbox]{margin-left:-20px}.caldera-grid .radio+.radio,.caldera-grid .checkbox+.checkbox{margin-top:-5px}.caldera-grid .radio-inline,.caldera-grid .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.caldera-grid .radio-inline+.radio-inline,.caldera-grid .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.caldera-grid input[type=radio][disabled],.caldera-grid input[type=checkbox][disabled],.caldera-grid input[type=radio].disabled,.caldera-grid input[type=checkbox].disabled,fieldset[disabled] .caldera-grid input[type=radio],fieldset[disabled] .caldera-grid input[type=checkbox]{cursor:not-allowed}.caldera-grid .radio-inline.disabled,.caldera-grid .checkbox-inline.disabled,fieldset[disabled] .caldera-grid .radio-inline,fieldset[disabled] .caldera-grid .checkbox-inline{cursor:not-allowed}.caldera-grid .radio.disabled label,.caldera-grid .checkbox.disabled label,fieldset[disabled] .caldera-grid .radio label,fieldset[disabled] .caldera-grid .checkbox label{cursor:not-allowed}.caldera-grid .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.caldera-grid .form-control-static.input-lg,.caldera-grid .form-control-static.input-sm{padding-left:0;padding-right:0}.caldera-grid .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:1px}select.caldera-grid .input-sm{height:30px;line-height:30px}textarea.caldera-grid .input-sm,select[multiple].caldera-grid .input-sm{height:auto}.caldera-grid .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:1px}select.caldera-grid .form-group-sm .form-control{height:30px;line-height:30px}textarea.caldera-grid .form-group-sm .form-control,select[multiple].caldera-grid .form-group-sm .form-control{height:auto}.caldera-grid .form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px}.caldera-grid .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:4px}select.caldera-grid .input-lg{height:46px;line-height:46px}textarea.caldera-grid .input-lg,select[multiple].caldera-grid .input-lg{height:auto}.caldera-grid .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:4px}select.caldera-grid .form-group-lg .form-control{height:46px;line-height:46px}textarea.caldera-grid .form-group-lg .form-control,select[multiple].caldera-grid .form-group-lg .form-control{height:auto}.caldera-grid .form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;min-height:38px}.caldera-grid .has-feedback{position:relative}.caldera-grid .has-feedback .form-control{padding-right:42.5px}.caldera-grid .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.caldera-grid .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.caldera-grid .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.caldera-grid .has-success .help-block,.caldera-grid .has-success .control-label,.caldera-grid .has-success .radio,.caldera-grid .has-success .checkbox,.caldera-grid .has-success .radio-inline,.caldera-grid .has-success .checkbox-inline,.caldera-grid .has-success.radio label,.caldera-grid .has-success.checkbox label,.caldera-grid .has-success.radio-inline label,.caldera-grid .has-success.checkbox-inline label{color:#3c763d}.caldera-grid .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.caldera-grid .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.caldera-grid .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.caldera-grid .has-success .form-control-feedback{color:#3c763d}.caldera-grid .has-warning .help-block,.caldera-grid .has-warning .control-label,.caldera-grid .has-warning .radio,.caldera-grid .has-warning .checkbox,.caldera-grid .has-warning .radio-inline,.caldera-grid .has-warning .checkbox-inline,.caldera-grid .has-warning.radio label,.caldera-grid .has-warning.checkbox label,.caldera-grid .has-warning.radio-inline label,.caldera-grid .has-warning.checkbox-inline label{color:#8a6d3b}.caldera-grid .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.caldera-grid .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.caldera-grid .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.caldera-grid .has-warning .form-control-feedback{color:#8a6d3b}.caldera-grid .has-error .help-block,.caldera-grid .has-error .control-label,.caldera-grid .has-error .radio,.caldera-grid .has-error .checkbox,.caldera-grid .has-error .radio-inline,.caldera-grid .has-error .checkbox-inline,.caldera-grid .has-error.radio label,.caldera-grid .has-error.checkbox label,.caldera-grid .has-error.radio-inline label,.caldera-grid .has-error.checkbox-inline label{color:#a94442}.caldera-grid .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.caldera-grid .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.caldera-grid .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.caldera-grid .has-error .form-control-feedback{color:#a94442}.caldera-grid .has-feedback label~.form-control-feedback{top:25px}.caldera-grid .has-feedback label.sr-only~.form-control-feedback{top:0}.caldera-grid .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.caldera-grid .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.caldera-grid .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.caldera-grid .form-inline .form-control-static{display:inline-block}.caldera-grid .form-inline .input-group{display:inline-table;vertical-align:middle}.caldera-grid .form-inline .input-group .input-group-addon,.caldera-grid .form-inline .input-group .input-group-btn,.caldera-grid .form-inline .input-group .form-control{width:auto}.caldera-grid .form-inline .input-group>.form-control{width:100%}.caldera-grid .form-inline .control-label{margin-bottom:0;vertical-align:middle}.caldera-grid .form-inline .radio,.caldera-grid .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.caldera-grid .form-inline .radio label,.caldera-grid .form-inline .checkbox label{padding-left:0}.caldera-grid .form-inline .radio input[type=radio],.caldera-grid .form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.caldera-grid .form-inline .has-feedback .form-control-feedback{top:0}}.caldera-grid .form-horizontal .radio,.caldera-grid .form-horizontal .checkbox,.caldera-grid .form-horizontal .radio-inline,.caldera-grid .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.caldera-grid .form-horizontal .radio,.caldera-grid .form-horizontal .checkbox{min-height:27px}.caldera-grid .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.caldera-grid .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.caldera-grid .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.caldera-grid .form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.caldera-grid .form-horizontal .form-group-sm .control-label{padding-top:6px}}.caldera-grid .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.caldera-grid .btn:focus,.caldera-grid .btn:active:focus,.caldera-grid .btn.active:focus,.caldera-grid .btn.focus,.caldera-grid .btn:active.focus,.caldera-grid .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.caldera-grid .btn:hover,.caldera-grid .btn:focus,.caldera-grid .btn.focus{color:#333;text-decoration:none}.caldera-grid .btn:active,.caldera-grid .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.caldera-grid .btn.disabled,.caldera-grid .btn[disabled],fieldset[disabled] .caldera-grid .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.caldera-grid .btn-default{color:#333;background-color:#fff;border-color:#ccc}.caldera-grid .btn-default:hover,.caldera-grid .btn-default:focus,.caldera-grid .btn-default.focus,.caldera-grid .btn-default:active,.caldera-grid .btn-default.active,.open>.dropdown-toggle.caldera-grid .btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.caldera-grid .btn-default:active,.caldera-grid .btn-default.active,.open>.dropdown-toggle.caldera-grid .btn-default{background-image:none}.caldera-grid .btn-default.disabled,.caldera-grid .btn-default[disabled],fieldset[disabled] .caldera-grid .btn-default,.caldera-grid .btn-default.disabled:hover,.caldera-grid .btn-default[disabled]:hover,fieldset[disabled] .caldera-grid .btn-default:hover,.caldera-grid .btn-default.disabled:focus,.caldera-grid .btn-default[disabled]:focus,fieldset[disabled] .caldera-grid .btn-default:focus,.caldera-grid .btn-default.disabled.focus,.caldera-grid .btn-default[disabled].focus,fieldset[disabled] .caldera-grid .btn-default.focus,.caldera-grid .btn-default.disabled:active,.caldera-grid .btn-default[disabled]:active,fieldset[disabled] .caldera-grid .btn-default:active,.caldera-grid .btn-default.disabled.active,.caldera-grid .btn-default[disabled].active,fieldset[disabled] .caldera-grid .btn-default.active{background-color:#fff;border-color:#ccc}.caldera-grid .btn-default .badge{color:#fff;background-color:#333}.caldera-grid .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.caldera-grid .btn-primary:hover,.caldera-grid .btn-primary:focus,.caldera-grid .btn-primary.focus,.caldera-grid .btn-primary:active,.caldera-grid .btn-primary.active,.open>.dropdown-toggle.caldera-grid .btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.caldera-grid .btn-primary:active,.caldera-grid .btn-primary.active,.open>.dropdown-toggle.caldera-grid .btn-primary{background-image:none}.caldera-grid .btn-primary.disabled,.caldera-grid .btn-primary[disabled],fieldset[disabled] .caldera-grid .btn-primary,.caldera-grid .btn-primary.disabled:hover,.caldera-grid .btn-primary[disabled]:hover,fieldset[disabled] .caldera-grid .btn-primary:hover,.caldera-grid .btn-primary.disabled:focus,.caldera-grid .btn-primary[disabled]:focus,fieldset[disabled] .caldera-grid .btn-primary:focus,.caldera-grid .btn-primary.disabled.focus,.caldera-grid .btn-primary[disabled].focus,fieldset[disabled] .caldera-grid .btn-primary.focus,.caldera-grid .btn-primary.disabled:active,.caldera-grid .btn-primary[disabled]:active,fieldset[disabled] .caldera-grid .btn-primary:active,.caldera-grid .btn-primary.disabled.active,.caldera-grid .btn-primary[disabled].active,fieldset[disabled] .caldera-grid .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.caldera-grid .btn-primary .badge{color:#337ab7;background-color:#fff}.caldera-grid .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.caldera-grid .btn-success:hover,.caldera-grid .btn-success:focus,.caldera-grid .btn-success.focus,.caldera-grid .btn-success:active,.caldera-grid .btn-success.active,.open>.dropdown-toggle.caldera-grid .btn-success{color:#fff;background-color:#449d44;border-color:#398439}.caldera-grid .btn-success:active,.caldera-grid .btn-success.active,.open>.dropdown-toggle.caldera-grid .btn-success{background-image:none}.caldera-grid .btn-success.disabled,.caldera-grid .btn-success[disabled],fieldset[disabled] .caldera-grid .btn-success,.caldera-grid .btn-success.disabled:hover,.caldera-grid .btn-success[disabled]:hover,fieldset[disabled] .caldera-grid .btn-success:hover,.caldera-grid .btn-success.disabled:focus,.caldera-grid .btn-success[disabled]:focus,fieldset[disabled] .caldera-grid .btn-success:focus,.caldera-grid .btn-success.disabled.focus,.caldera-grid .btn-success[disabled].focus,fieldset[disabled] .caldera-grid .btn-success.focus,.caldera-grid .btn-success.disabled:active,.caldera-grid .btn-success[disabled]:active,fieldset[disabled] .caldera-grid .btn-success:active,.caldera-grid .btn-success.disabled.active,.caldera-grid .btn-success[disabled].active,fieldset[disabled] .caldera-grid .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.caldera-grid .btn-success .badge{color:#5cb85c;background-color:#fff}.caldera-grid .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.caldera-grid .btn-info:hover,.caldera-grid .btn-info:focus,.caldera-grid .btn-info.focus,.caldera-grid .btn-info:active,.caldera-grid .btn-info.active,.open>.dropdown-toggle.caldera-grid .btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.caldera-grid .btn-info:active,.caldera-grid .btn-info.active,.open>.dropdown-toggle.caldera-grid .btn-info{background-image:none}.caldera-grid .btn-info.disabled,.caldera-grid .btn-info[disabled],fieldset[disabled] .caldera-grid .btn-info,.caldera-grid .btn-info.disabled:hover,.caldera-grid .btn-info[disabled]:hover,fieldset[disabled] .caldera-grid .btn-info:hover,.caldera-grid .btn-info.disabled:focus,.caldera-grid .btn-info[disabled]:focus,fieldset[disabled] .caldera-grid .btn-info:focus,.caldera-grid .btn-info.disabled.focus,.caldera-grid .btn-info[disabled].focus,fieldset[disabled] .caldera-grid .btn-info.focus,.caldera-grid .btn-info.disabled:active,.caldera-grid .btn-info[disabled]:active,fieldset[disabled] .caldera-grid .btn-info:active,.caldera-grid .btn-info.disabled.active,.caldera-grid .btn-info[disabled].active,fieldset[disabled] .caldera-grid .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.caldera-grid .btn-info .badge{color:#5bc0de;background-color:#fff}.caldera-grid .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.caldera-grid .btn-warning:hover,.caldera-grid .btn-warning:focus,.caldera-grid .btn-warning.focus,.caldera-grid .btn-warning:active,.caldera-grid .btn-warning.active,.open>.dropdown-toggle.caldera-grid .btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.caldera-grid .btn-warning:active,.caldera-grid .btn-warning.active,.open>.dropdown-toggle.caldera-grid .btn-warning{background-image:none}.caldera-grid .btn-warning.disabled,.caldera-grid .btn-warning[disabled],fieldset[disabled] .caldera-grid .btn-warning,.caldera-grid .btn-warning.disabled:hover,.caldera-grid .btn-warning[disabled]:hover,fieldset[disabled] .caldera-grid .btn-warning:hover,.caldera-grid .btn-warning.disabled:focus,.caldera-grid .btn-warning[disabled]:focus,fieldset[disabled] .caldera-grid .btn-warning:focus,.caldera-grid .btn-warning.disabled.focus,.caldera-grid .btn-warning[disabled].focus,fieldset[disabled] .caldera-grid .btn-warning.focus,.caldera-grid .btn-warning.disabled:active,.caldera-grid .btn-warning[disabled]:active,fieldset[disabled] .caldera-grid .btn-warning:active,.caldera-grid .btn-warning.disabled.active,.caldera-grid .btn-warning[disabled].active,fieldset[disabled] .caldera-grid .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.caldera-grid .btn-warning .badge{color:#f0ad4e;background-color:#fff}.caldera-grid .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.caldera-grid .btn-danger:hover,.caldera-grid .btn-danger:focus,.caldera-grid .btn-danger.focus,.caldera-grid .btn-danger:active,.caldera-grid .btn-danger.active,.open>.dropdown-toggle.caldera-grid .btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.caldera-grid .btn-danger:active,.caldera-grid .btn-danger.active,.open>.dropdown-toggle.caldera-grid .btn-danger{background-image:none}.caldera-grid .btn-danger.disabled,.caldera-grid .btn-danger[disabled],fieldset[disabled] .caldera-grid .btn-danger,.caldera-grid .btn-danger.disabled:hover,.caldera-grid .btn-danger[disabled]:hover,fieldset[disabled] .caldera-grid .btn-danger:hover,.caldera-grid .btn-danger.disabled:focus,.caldera-grid .btn-danger[disabled]:focus,fieldset[disabled] .caldera-grid .btn-danger:focus,.caldera-grid .btn-danger.disabled.focus,.caldera-grid .btn-danger[disabled].focus,fieldset[disabled] .caldera-grid .btn-danger.focus,.caldera-grid .btn-danger.disabled:active,.caldera-grid .btn-danger[disabled]:active,fieldset[disabled] .caldera-grid .btn-danger:active,.caldera-grid .btn-danger.disabled.active,.caldera-grid .btn-danger[disabled].active,fieldset[disabled] .caldera-grid .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.caldera-grid .btn-danger .badge{color:#d9534f;background-color:#fff}.caldera-grid .btn-link{color:#337ab7;font-weight:400;border-radius:0}.caldera-grid .btn-link,.caldera-grid .btn-link:active,.caldera-grid .btn-link.active,.caldera-grid .btn-link[disabled],fieldset[disabled] .caldera-grid .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.caldera-grid .btn-link,.caldera-grid .btn-link:hover,.caldera-grid .btn-link:focus,.caldera-grid .btn-link:active{border-color:transparent}.caldera-grid .btn-link:hover,.caldera-grid .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.caldera-grid .btn-link[disabled]:hover,fieldset[disabled] .caldera-grid .btn-link:hover,.caldera-grid .btn-link[disabled]:focus,fieldset[disabled] .caldera-grid .btn-link:focus{color:#777;text-decoration:none}.caldera-grid .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:4px}.caldera-grid .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:1px}.caldera-grid .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:1px}.caldera-grid .btn-block{display:block;width:100%}.caldera-grid .btn-block+.btn-block{margin-top:5px}.caldera-grid input[type=submit].btn-block,.caldera-grid input[type=reset].btn-block,.caldera-grid input[type=button].btn-block{width:100%}.caldera-grid textarea.form-control{padding-right:4px;height:auto}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/js/edit.js
CHANGED
@@ -149,8 +149,8 @@ jQuery(document).ready(function($){
|
|
149 |
if(fieldtype_defaults[select.val() + '_nosupport'].indexOf('caption') >= 0){
|
150 |
parent.find('.caption-field').hide().find('.field-config').val('');
|
151 |
}
|
152 |
-
if(fieldtype_defaults[select.val() + '_nosupport'].indexOf('
|
153 |
-
parent.find('.
|
154 |
}
|
155 |
if(fieldtype_defaults[select.val() + '_nosupport'].indexOf('custom_class') >= 0){
|
156 |
parent.find('.customclass-field').hide().find('.field-config').val('');
|
@@ -453,11 +453,11 @@ jQuery(document).ready(function($){
|
|
453 |
group_name = active_group.find('.caldera-config-group-name').val(),
|
454 |
group_slug = active_group.find('.caldera-config-group-slug'),
|
455 |
group_label = active_group.find('span'),
|
456 |
-
slug_sanitized = this.value.replace(/[^a-z0-
|
457 |
|
458 |
// check its not blank
|
459 |
if(e.type === 'focusout' && !this.value.length){
|
460 |
-
slug_sanitized = group_name.replace(/[^a-z0-
|
461 |
}
|
462 |
|
463 |
group_slug.val(slug_sanitized);
|
@@ -485,7 +485,7 @@ jQuery(document).ready(function($){
|
|
485 |
group_name = active_group.find('.caldera-config-group-name').val(),
|
486 |
group_admin = active_group.find('.caldera-config-group-admin'),
|
487 |
group_label = active_group.find('span'),
|
488 |
-
slug_sanitized = this.value.replace(/[^a-z0-
|
489 |
|
490 |
// check its not blank
|
491 |
if($(this).prop('checked')){
|
@@ -594,7 +594,7 @@ jQuery(document).ready(function($){
|
|
594 |
}else{
|
595 |
new_templ = Handlebars.compile( $('#caldera_group_line_templ').html() );
|
596 |
new_group = {
|
597 |
-
"id" : group_name.replace(/[^a-z0-
|
598 |
"name" : group_name,
|
599 |
};
|
600 |
|
@@ -652,9 +652,9 @@ jQuery(document).ready(function($){
|
|
652 |
new_conf_templ = Handlebars.compile( $('#caldera_field_config_wrapper_templ').html() );
|
653 |
|
654 |
new_field = {
|
655 |
-
"id" : new_name.replace(/[^a-z0-
|
656 |
"label" : new_name,
|
657 |
-
"slug" : new_name.replace(/[^a-z0-
|
658 |
"group" : $('.caldera-group-nav.active').data('group')
|
659 |
};
|
660 |
|
@@ -681,10 +681,10 @@ jQuery(document).ready(function($){
|
|
681 |
// bind slug editing to keep clean
|
682 |
$('.caldera-editor-body').on('change', '.field-slug', function(e){
|
683 |
if(this.value.length){
|
684 |
-
this.value = this.value.replace(/[^a-z0-
|
685 |
}else{
|
686 |
if(e.type === 'change'){
|
687 |
-
this.value = $(this).closest('.caldera-editor-field-config-wrapper').find('.field-label').val().replace(/[^a-z0-
|
688 |
}
|
689 |
}
|
690 |
});
|
149 |
if(fieldtype_defaults[select.val() + '_nosupport'].indexOf('caption') >= 0){
|
150 |
parent.find('.caption-field').hide().find('.field-config').val('');
|
151 |
}
|
152 |
+
if(fieldtype_defaults[select.val() + '_nosupport'].indexOf('required') >= 0){
|
153 |
+
parent.find('.required-field').hide().find('.field-config').prop('checked', false);
|
154 |
}
|
155 |
if(fieldtype_defaults[select.val() + '_nosupport'].indexOf('custom_class') >= 0){
|
156 |
parent.find('.customclass-field').hide().find('.field-config').val('');
|
453 |
group_name = active_group.find('.caldera-config-group-name').val(),
|
454 |
group_slug = active_group.find('.caldera-config-group-slug'),
|
455 |
group_label = active_group.find('span'),
|
456 |
+
slug_sanitized = this.value.split(' ').join('_').split('-').join('_').replace(/[^a-z0-9_]/gi, '').toLowerCase();
|
457 |
|
458 |
// check its not blank
|
459 |
if(e.type === 'focusout' && !this.value.length){
|
460 |
+
slug_sanitized = group_name.split(' ').join('_').split('-').join('_').replace(/[^a-z0-9_]/gi, '').toLowerCase();
|
461 |
}
|
462 |
|
463 |
group_slug.val(slug_sanitized);
|
485 |
group_name = active_group.find('.caldera-config-group-name').val(),
|
486 |
group_admin = active_group.find('.caldera-config-group-admin'),
|
487 |
group_label = active_group.find('span'),
|
488 |
+
slug_sanitized = this.value.split(' ').join('_').split('-').join('_').replace(/[^a-z0-9_]/gi, '').toLowerCase();
|
489 |
|
490 |
// check its not blank
|
491 |
if($(this).prop('checked')){
|
594 |
}else{
|
595 |
new_templ = Handlebars.compile( $('#caldera_group_line_templ').html() );
|
596 |
new_group = {
|
597 |
+
"id" : group_name.split(' ').join('_').split('-').join('_').replace(/[^a-z0-9_]/gi, '').toLowerCase(),
|
598 |
"name" : group_name,
|
599 |
};
|
600 |
|
652 |
new_conf_templ = Handlebars.compile( $('#caldera_field_config_wrapper_templ').html() );
|
653 |
|
654 |
new_field = {
|
655 |
+
"id" : new_name.split(' ').join('_').split('-').join('_').replace(/[^a-z0-9_]/gi, '').toLowerCase(),
|
656 |
"label" : new_name,
|
657 |
+
"slug" : new_name.split(' ').join('_').split('-').join('_').replace(/[^a-z0-9_]/gi, '').toLowerCase(),
|
658 |
"group" : $('.caldera-group-nav.active').data('group')
|
659 |
};
|
660 |
|
681 |
// bind slug editing to keep clean
|
682 |
$('.caldera-editor-body').on('change', '.field-slug', function(e){
|
683 |
if(this.value.length){
|
684 |
+
this.value = this.value.split(' ').join('_').split('-').join('_').replace(/[^a-z0-9_]/gi, '').toLowerCase();
|
685 |
}else{
|
686 |
if(e.type === 'change'){
|
687 |
+
this.value = $(this).closest('.caldera-editor-field-config-wrapper').find('.field-label').val().split(' ').join('_').split('-').join('_').replace(/[^a-z0-9_]/gi, '').toLowerCase();
|
688 |
}
|
689 |
}
|
690 |
});
|
assets/js/edit.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
function new_conditional_group(a){var b=a.trigger.data("id"),c="cl"+Math.round(18746582734*Math.random()),d="rw"+Math.round(98347598345*Math.random()),e=[{id:d,type:a.trigger.data("type"),lines:[{id:c}]}];return{group:e,id:b}}function new_conditional_line(a){var b=a.trigger.data("id"),c=a.trigger.data("group"),d=a.trigger.data("type"),e="cl"+Math.round(18746582734*Math.random()),f={id:b,type:d,lineid:e,rowid:c,name:"config["+d+"]["+b+"][conditions][group]["+c+"]["+e+"]"};return f}function build_conditions_config(a){var b=JSON.parse(a.trigger.val());return b.id=a.trigger.data("id"),b}function setup_field_type(a){return{id:a.trigger.prop("id")}}function check_required_bindings(a){var b,d=(jQuery(".caldera-header-save-button"),jQuery(".layout-form-field")),e=jQuery(".caldera-processor-nav"),f=!0;b=a?jQuery(a):jQuery(".caldera-config-field .required"),b.removeClass("has-error"),d.removeClass("has-error"),e.removeClass("has-error"),jQuery(".error-tag").remove(),required_errors={},b.each(function(a,b){var c=jQuery(b),d=c.closest(".caldera-config-editor-panel");if(b.value.length){if(c.hasClass("field-slug"))for(var h=jQuery(".field-slug").not(c),i=0;i<h.length;i++)if(h[i].value===b.value){var c=jQuery(h[i]);required_errors[d.prop("id")]||(required_errors[d.prop("id")]=0);var e=c.closest(".caldera-editor-field-config-wrapper"),g=c.closest(".caldera-editor-processor-config-wrapper");e.length&&jQuery('.layout-form-field[data-config="'+e.prop("id")+'"]').addClass("has-error"),g.length&&jQuery("."+g.prop("id")).addClass("has-error"),required_errors[d.prop("id")]+=1,c.addClass("has-error");break}}else{required_errors[d.prop("id")]||(required_errors[d.prop("id")]=0);var e=c.closest(".caldera-editor-field-config-wrapper"),g=c.closest(".caldera-editor-processor-config-wrapper");e.length&&jQuery('.layout-form-field[data-config="'+e.prop("id")+'"]').addClass("has-error"),g.length&&jQuery("."+g.prop("id")).addClass("has-error"),required_errors[d.prop("id")]+=1,c.addClass("has-error"),f=!1}});for(var g in required_errors)jQuery(".caldera-forms-options-form").find('a[href="#'+g+'"]').append('<span class="error-tag">'+required_errors[g]+"</span>");return jQuery(".preview-caldera-config-group button:submit").length?(jQuery(".mailer-errors").hide(),jQuery(".mailer-control-panel").show()):(jQuery(".mailer-errors").show(),jQuery(".mailer-control-panel").hide()),jQuery(".caldera-conditional-field-set").trigger("change"),f}jQuery(document).ready(function(a){function b(b){var d=a(b),e=d.closest(".caldera-editor-field-config-wrapper"),f=e.find(".caldera-config-field-setup"),g=compiled_templates[d.val()+"_tmpl"]?compiled_templates[d.val()+"_tmpl"]:compiled_templates.noconfig_field_templ,h=e.find(".field_config_string").val(),i=d.data("type");if(e.find(".caldera-config-group").show(),d.addClass("field-initialized"),h=h.length&&i===d.val()?JSON.parse(h):fieldtype_defaults[d.val()+"_cfg"],h||(h={}),h._id=d.data("field"),h._name="config[fields]["+d.data("field")+"][config]",g=a("<div>").html(g(h)),f.html(g.html()),"function"==typeof window[d.val()+"_init"]&&window[d.val()+"_init"](d.data("field"),f),fieldtype_defaults[d.val()+"_nosupport"]&&(fieldtype_defaults[d.val()+"_nosupport"].indexOf("hide_label")>=0&&e.find(".hide-label-field").hide().find(".field-config").prop("checked",!1),fieldtype_defaults[d.val()+"_nosupport"].indexOf("caption")>=0&&e.find(".caption-field").hide().find(".field-config").val(""),fieldtype_defaults[d.val()+"_nosupport"].indexOf("caption")>=0&&e.find(".caption-field").hide().find(".field-config").val(""),fieldtype_defaults[d.val()+"_nosupport"].indexOf("custom_class")>=0&&e.find(".customclass-field").hide().find(".field-config").val(""),fieldtype_defaults[d.val()+"_nosupport"].indexOf("entry_list")>=0&&e.find(".entrylist-field").hide().find(".field-config").prop("checked",!1)),e.find(".toggle_show_values").trigger("change"),!a(".caldera-select-field-type").not(".field-initialized").length){if(core_form.hasClass("builder-loaded"))c(d.data("field"));else{for(var j=a(".caldera-select-field-type.field-initialized"),k=0;k<j.length;k++)c(a(j[k]).data("field"));core_form.addClass("builder-loaded")}rebuild_field_binding(),baldrickTriggers()}}function c(b){var c=a("#"+b),d=c.find(".caldera-select-field-type"),e=a('.layout-form-field[data-config="'+b+'"]'),f=e.find(".field_preview"),h=(a("#preview-"+d.val()+"_tmpl").html(),compiled_templates["preview-"+d.val()+"_tmpl"]),i={id:b},j=c.find(".field-config");j.each(function(c,d){for(var e=a(d),f=e.prop("name").split("["+b+"]")[1].substr(1),g=f.substr(0,f.length-1).split("]["),h=e.is(":checkbox,:radio")?e.filter(":checked").val():e.val(),j={},k=g.length-1;k>=0;k--)if(k===g.length-1)j[g[k]]=h;else{var l=j;j={},j[g[k]]=l}a.extend(!0,i,j)}),f.html(h(i)),e.removeClass("button"),a(".preview-field-config").prop("disabled",!0)}function d(b){var t,c=a(".caldera-editor-fields-panel"),e=(a(".caldera-editor-groups-panel"),a(".caldera-group-nav")),f=a('[data-group="'+b+'"]'),g=f.find(".caldera-config-group-name"),h=f.find(".caldera-config-group-slug"),i=f.find(".caldera-config-group-desc"),j=f.find(".caldera-config-group-admin"),k=a(".active-group-name"),l=a(".active-group-slug"),m=a(".active-group-desc"),n=a(".active-group-admin"),o=a(".caldera-editor-fields-list ul"),p=f.find(".caldera-config-group-repeat"),q=a(".repeat-config-button"),s=(a(".caldera-editor-group-settings"),a(".caldera-config-group-remove"));a(".new-group-input").remove(),a(".new-field-input").remove(),e.removeClass("active"),c.show(),o.hide(),o.removeClass("active").find("li.active").removeClass("active"),o.hide(),f.addClass("active"),t=a(".caldera-editor-fields-list ul.active li"),t.length?s.hide():s.show(),a(".caldera-editor-field-config-wrapper").hide(),f.show(),k.val(g.val()),l.val(h.val()),m.val(i.val()),"1"===j.val()?n.prop("checked",!0):n.prop("checked",!1),"1"===p.val()?q.addClass("field-edit-open"):q.removeClass("field-edit-open")}a(".caldera-header-save-button").baldrick({method:"POST",request:"admin.php?page=caldera-forms",before:function(b,c){if(c.preventDefault(),!check_required_bindings())return!1;a("#save_indicator").addClass("loading"),tinyMCE&&tinyMCE.triggerSave();var d=a(".caldera-forms-options-form").formJSON();return a(b).data("cf_edit_nonce",d.cf_edit_nonce),a(b).data("_wp_http_referer",d._wp_http_referer),a(b).data("sender","ajax"),a(b).data("config",JSON.stringify(d.config)),!0},callback:function(b){if(!1===b.data){var c=a(".updated_notice_box");c.stop().animate({top:0},200,function(){setTimeout(function(){c.stop().animate({top:-75},200)},2e3)})}},complete:function(){a(".wrapper-instance-pane .field-config").prop("disabled",!1)}}),a("body").on("click",".toggle_option_tab > a",function(b){b.preventDefault();var c=a(this),d=a(c.attr("href")),e=c.parent().find("a"),f=c.closest(".caldera-editor-config-wrapper").find(".wrapper-instance-pane");e.removeClass("button-primary"),f.hide(),d.show(),c.addClass("button-primary"),a(".caldera-conditionals-usetype").trigger("change")}),a(".caldera-editor-body").on("change",".caldera-select-field-type",function(){b(this)}),a(".caldera-editor-body").on("click",".caldera-group-nav a",function(b){b.preventDefault(),d(a(this).attr("href").substr(1))}),a(".caldera-editor-body").on("click",".caldera-editor-fields-list a",function(b){b.preventDefault();var c=a(this),d=a(c.attr("href"));a(".new-group-input").remove(),a(".new-field-input").remove(),a(".caldera-editor-fields-list li.active").removeClass("active"),c.parent().addClass("active"),a(".caldera-editor-field-config-wrapper").hide(),d.show()}),a(".caldera-editor-body").on("click",".group-config-button",function(){var c=a(this),d=a(".caldera-editor-group-settings"),e=c.closest(".caldera-editor-fields-panel"),f=a(".caldera-config-group-remove");e.find(".caldera-field-line").length?f.hide():f.show(),c.hasClass("field-edit-open")?(d.slideUp(100),c.removeClass("field-edit-open")):(d.slideDown(100),c.addClass("field-edit-open"))}),a(".caldera-editor-body").on("keydown",".field-config",function(b){a(this).is("textarea")||13===b.which&&b.preventDefault()}),a(".caldera-editor-body").on("change",".field-label",function(b){var c=a(this).closest(".caldera-editor-field-config-wrapper").prop("id");field_line=a('[data-field="'+c+'"]'),field_title=a("#"+c+" .caldera-editor-field-title, .layout-form-field.field-edit-open .layout_field_name"),slug=a("#"+c+" .field-slug"),field_line.find("a").html('<i class="icn-field"></i> '+this.value),field_title.text(this.value),"change"===b.type&&slug.trigger("change"),rebuild_field_binding()}),a(".caldera-editor-body").on("change",".active-group-name",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),e=(c.data("group"),c.find(".caldera-config-group-name")),f=c.find("span");"focusout"!==b.type||this.value.length||(this.value="Group "+(parseInt(c.index())+1)),e.val(this.value),f.text(this.value)}),a(".caldera-editor-body").on("change",".active-group-slug",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),e=(c.data("group"),c.find(".caldera-config-group-name").val()),f=c.find(".caldera-config-group-slug"),h=(c.find("span"),this.value.replace(/[^a-z0-9]/gi,"_").toLowerCase());"focusout"!==b.type||this.value.length||(h=e.replace(/[^a-z0-9]/gi,"_").toLowerCase()),f.val(h),this.value=h}),a(".caldera-editor-body").on("change",".active-group-desc",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),e=(c.data("group"),c.find(".caldera-config-group-desc"));e.val(this.value)}),a(".caldera-editor-body").on("change",".active-group-admin",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),f=(c.data("group"),c.find(".caldera-config-group-name").val(),c.find(".caldera-config-group-admin"));c.find("span"),this.value.replace(/[^a-z0-9]/gi,"_").toLowerCase(),a(this).prop("checked")?(f.val(1),c.addClass("is-admin")):(f.val(0),c.removeClass("is-admin"))}),a(".caldera-editor-body").on("click",".repeat-config-button",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),e=(c.data("group"),c.find("a .group-type")),f=c.find(".caldera-config-group-repeat"),g=a(this);g.hasClass("field-edit-open")?(f.val("0"),e.removeClass("icn-repeat").addClass("icn-folder"),g.removeClass("field-edit-open")):(f.val("1"),e.addClass("icn-repeat").removeClass("icn-folder"),g.addClass("field-edit-open"))}),a(".caldera-editor-body").on("click",".delete-field",function(){var b=a(this),c=b.closest(".caldera-editor-field-config-wrapper").prop("id");confirm(b.data("confirm"))&&(a("#"+c).remove(),a('option[value="'+c+'"]').remove(),a('[data-bind="'+c+'"]').remove(),delete current_form_fields[c],a('[data-config="'+c+'"]').slideUp(200,function(){var b=a(this);b.remove(),rebuild_field_binding(),a(document).trigger("field.removed")}))}),a(".caldera-editor-body").on("click",".add-new-group,.add-field",function(){var b=a(this);if(a(".new-group-input").remove(),a(".new-field-input").remove(),b.hasClass("add-field")){var c=a('<input type="text" class="new-field-input block-input">');c.appendTo(a(".caldera-editor-fields-list ul.active")).focus()}else{var d=a('<input type="text" class="new-group-input block-input">');d.appendTo(a(".caldera-editor-groups-panel")).focus()}}),a(".caldera-editor-body").on("change keypress",".new-group-input",function(b){if("keypress"===b.type){if(13!==b.which)return;b.preventDefault()}var h,i,c=this.value,e=a(this),f=a(".caldera-editor-groups-panel ul"),g=a(".caldera-editor-fields-list");if(c.length){h=Handlebars.compile(a("#caldera_group_line_templ").html()),i={id:c.replace(/[^a-z0-9]/gi,"_").toLowerCase(),name:c},f.append(h(i));var j=a('<ul data-group="'+i.id+'">').hide();j.appendTo(g),e.remove(),d(i.id)}else e.remove()}),a(".caldera-editor-body").on("change keypress",".new-field-input",function(b){if("keypress"===b.type){if(13!==b.which)return;b.preventDefault()}var g,h,i,c=this.value,d=a(this),e=d.parent(),f=a(".caldera-editor-field-config"),j=a(".caldera-config-group-remove");if(c.length){j.hide(),g=Handlebars.compile(a("#caldera_field_line_templ").html()),h=Handlebars.compile(a("#caldera_field_config_wrapper_templ").html()),i={id:c.replace(/[^a-z0-9]/gi,"_").toLowerCase(),label:c,slug:c.replace(/[^a-z0-9]/gi,"_").toLowerCase(),group:a(".caldera-group-nav.active").data("group")};var k=a(g(i));k.appendTo(e),f.append(h(i)),k.find("a").trigger("click"),d.remove()}else d.remove()}),a(".caldera-editor-body").on("change",".field-slug",function(b){this.value.length?this.value=this.value.replace(/[^a-z0-9]/gi,"_").toLowerCase():"change"===b.type&&(this.value=a(this).closest(".caldera-editor-field-config-wrapper").find(".field-label").val().replace(/[^a-z0-9]/gi,"_").toLowerCase())}),a(".caldera-editor-body").on("click",".caldera-add-group",function(){var c=a(this),d=c.data("group"),e=a("#"+d+"_panel_tmpl").html();c.parent().parent().append(e)}),a(".caldera-editor-body").on("click",".caldera-config-group-remove",function(){var c=a(".active-group-slug").val();a('[data-group="'+c+'"]').hide(0,function(){a(this).remove();var b=a(".caldera-group-nav");b.length?b.first().find("a").trigger("click"):a(".caldera-editor-fields-panel").hide()})}),a("body").on("click",".set-current-field",function(b){b.preventDefault();var c=a(this);a("#"+c.data("field")+"_type").val(c.data("type")).trigger("change"),a("#"+c.data("field")+"_lable").focus(),a("#field_setup_baldrickModalCloser").trigger("click")}),a(".caldera-editor-body").on("change",".field-config",function(){var d=a(this),e=d.closest(".caldera-editor-field-config-wrapper");current_form_fields&&(d.prop("id")===e.prop("id")+"_lable"&&(current_form_fields[e.prop("id")].label=this.value),d.prop("id")===e.prop("id")+"_slug"&&(current_form_fields[e.prop("id")].slug=this.value),d.prop("id")===e.prop("id")+"_type"&&(current_form_fields[e.prop("id")].type=this.value),e.length&&c(e.prop("id")))}),a(".caldera-editor-body").on("focus",".caldera-field-bind",function(b){var c=a(this),d=this.value;return console.log(b.type),b.type&&"focusin"===b.type?(c.removeClass("bound_field").addClass("reload-binding"),rebind_field_bindings(),this.value=d,void 0):void 0}),a(".caldera-editor-body").on("change",".caldera-conditional-field-set",function(){var k,l,c=a(this),d=c.parent().find(".compare-type"),e=c.data("condition"),f=c.data("id"),g="config["+e+"]["+f+"][conditions][group]["+c.data("row")+"]["+c.data("line")+"]",h=c.data("line"),i=a("#"+h+"_value"),j=i.find(".caldera-conditional-value-field").first(),m=[],n=this.value;if("{"!==n.substr(0,1)&&(k=a("#"+n),l=k.find(".field-button-type"),m=k.find(".caldera-config-group-toggle-options")),c.hasClass(".bind_init")&&c.addClass("bound_triggered"),j.length&&j.val().length&&i.data("value",j.val()),d.show(),m.length){var o=m.find(".toggle_option_row"),p='<select name="'+g+'[value]" class="caldera-processor-value-bind caldera-conditional-value-field" data-field="'+n+'" style="max-width: 220px; width: 220px;">';p+='<option value=""></option>',o.each(function(b,c){var d=a(c).find(".toggle_label_field"),e=d.data("option"),f="";i.data("value")&&(i.data("value").toString()===e||i.data("value").toString()===a(c).find(".toggle_value_field").val())&&(f=' selected="selected"'),p+='<option value="'+e+'"'+f+">"+d.val()+"</option>"}),p+="</select>"}else l&&"button"==l.val()?(d.val("is").hide(),p='<select name="'+g+'[value]" class="caldera-processor-value-bind caldera-conditional-value-field" data-field="'+n+'" style="max-width: 220px; width: 220px;">',p+='<option value="click" '+("click"===i.data("value")?'selected="selected"':"")+">Click</option>",p+='<option value="dblclick" '+("dblclick"===i.data("value")?'selected="selected"':"")+">Double Click</option>",p+="</select>"):p='<input name="'+g+'[value]" type="text" class="caldera-conditional-value-field magic-tag-enabled" value="'+(i.data("value")?i.data("value"):"")+'" style="max-width: 205px;">';i.html(p),init_magic_tags()}),a(".caldera-editor-body").on("change",".caldera-conditionals-usetype",function(){var c=a(this);""!==this.value?(a("#"+c.data("id")+"_condition_group_add").show(),a("#"+c.data("id")+"_conditional_wrap").show()):(a("#"+c.data("id")+"_condition_group_add").hide(),a("#"+c.data("id")+"_conditional_wrap").hide())}),a(".caldera-editor-body").on("click",".remove-conditional-line",function(b){b.preventDefault();var c=a(this),d=c.closest(".caldera-condition-line"),e=c.closest(".caldera-condition-group");d.remove(),e.find(".caldera-condition-line").length||e.remove()}),a(".caldera-group-nav").first().find("a").trigger("click"),a(".caldera-editor-body").on("change",".toggle_show_values",function(){var c=a(this),d=c.closest(".caldera-config-group-toggle-options");values=d.find(".toggle_value_field"),lables=d.find(".toggle_label_field"),field_lables=d.find(".caldera-config-group-option-labels"),c.prop("checked")?(values.show().parent().show(),values.show().parent().parent().show(),lables.css("width",""),field_lables.show()):(values.hide().parent().hide(),lables.css("width",245),field_lables.hide()),lables.trigger("toggle.values"),init_magic_tags()}),a(".caldera-editor-body").on("change",".auto-populate-type",function(){a(this).closest(".wrapper-instance-pane").find(".auto-populate-options").trigger("change")}),a(".caldera-editor-body").on("change",".auto-populate-options",function(){var b=a(this),c=b.closest(".wrapper-instance-pane"),d=c.find(".caldera-config-group-toggle-options"),e=c.find(".caldera-config-group-auto-options"),f=e.find(".auto-populate-type");e.find(".auto-populate-type-panel").hide(),b.prop("checked")?(d.hide(),e.show()):(d.show(),e.hide()),e.find(".caldera-config-group-auto-"+f.val()).show()}),a("body").on("change",".pin-toggle-roles",function(){var b=a(this),c=a("#caldera-pin-rules");"1"===b.val()?c.show():c.hide()}),a("body").on("click",".magic-tag-init",function(){var c=a(this),d=c.prev();d.focus().trigger("init.magic")}),a("body").on("keyup blur focus select click init.magic",".magic-tag-enabled",function(b){init_magic_tags();var c=a(this),d=c.parent(),e=d.closest(".wrapper-instance-pane").find(".caldera-select-field-type").val()?d.closest(".wrapper-instance-pane").find(".caldera-select-field-type").val():"hidden",f=d.find(".magic-tags-autocomplete"),g=f.find("ul"),h=this.value,j=[],k="",l=this.selectionStart,m=this.selectionEnd;if(f.length&&f.data("focus"))return b.preventDefault(),void 0;if(c.data("tag",""),this.selectionEnd>this.selectionStart)k=this.value.substr(this.selectionStart,this.selectionEnd-this.selectionStart);else if(("select"===b.type||"keyup"===b.type)&&40!==b.which&&38!==b.which&&39!==b.which&&37!==b.which){for(l=this.selectionStart;l>0;l--){var n=h.substr(l-1,1);if(" "===n||"\n"===n||("%"===n||"}"===n)&&this.selectionStart===l)break}for(m=this.selectionStart;m<h.length;m++){var n=h.substr(m,1);if(" "===n||"\n"===n||("%"===n||"{"===n)&&this.selectionStart===m)break}k=h.substr(l,m-l)}if("focusout"!==b.type){if("init"!==b.type&&k.length<3)return f.length&&f.remove(),void 0;f.length||(f=a('<div class="magic-tags-autocomplete"></div>'),g=a("<ul></ul>"),g.appendTo(f),f.insertAfter(c),f.on("mouseenter",function(){a(this).data("focus",!0)}),f.on("mouseleave",function(){a(this).data("focus",!1),c.is(":focus")||c.trigger("focusout")})),g.empty();var o="system",p=!1;"hidden"===e||"dropdown"===e||"radio"===e||"toggle_switch"===e||"checkbox"===e?(p=!0,e="text",o="all"):("paragraph"===e||"html"===e)&&(e="text"),c.data("type")&&(e=c.data("type")),e=e.split(","),e.push("vars");for(var q=0;q<e.length;q++)for(var r in system_values)if("undefined"!=typeof system_values[r].tags[e[q]]){if(j=[r],"system"!==r&&"variable"!==r&&"field"!==r){var s=jQuery(".processor-"+r),t=c.closest(".caldera-editor-processor-config-wrapper"),u=t.prop("id");j=[];for(var v=0;v<s.length;v++)if(t.length||p!==!0){if(u===s[v].id)continue;jQuery("li."+s[v].id).index()<jQuery("li."+u).index()&&j.push(s[v].id)}else j.push(s[v].id)}for(var w=0;w<j.length;w++)if("all"===o||o===r||"variable"===r){var x=a('<li class="header">'+system_values[r].type+(w>0?" ["+(w+1)+"]":"")+"</li>"),y=0;x.appendTo(g);for(var z=0;z<system_values[r].tags[e[q]].length;z++)if(!c.data("parent")||"variable:"+c.data("parent")!==system_values[r].tags[e[q]][z]){var A=system_values[r].wrap[0]+system_values[r].tags[e[q]][z]+system_values[r].wrap[1];if(j[w]!==r&&j.length>1&&(A=system_values[r].wrap[0]+system_values[r].tags[e[q]][z]+":"+j[w]+system_values[r].wrap[1]),A.indexOf(k)>=0||"init"===b.type){y+=1;var B=A.replace(k,"<strong>"+k+"</strong>"),C=a('<li class="tag" data-tag="'+A+'">'+B+"</li>");C.on("click",function(){var b=a(this).data("tag");c.val(h.substr(0,l)+b+h.substr(m)).trigger("change").focus(),c[0].selectionStart=l+b.length-(b.indexOf("*")>0?2:0),c[0].selectionEnd=l+b.length-(b.indexOf("*")>0?1:0)}),C.appendTo(g)}}0===y&&x.remove()}}}g.children().length||f.remove(),"focusout"===b.type&&setTimeout(function(){f.remove()},200)});for(var e=a(".cf-editor-template"),f=0;f<e.length;f++)compiled_templates[e[f].id]=Handlebars.compile(e[f].innerHTML);a(".caldera-select-field-type").not(".field-initialized").each(function(a,c){b(c)})});var rebuild_field_binding,rebind_field_bindings,current_form_fields={},required_errors={},add_new_grid_page,add_page_grid,init_magic_tags,core_form,compiled_templates={};init_magic_tags=function(){var a=jQuery(".magic-tag-enabled");a.each(function(a,b){var c=jQuery(b);if(c.hasClass("magic-tag-init-bound")){var d=c.parent().find(".magic-tag-init");return c.is(":visible")?d.show():d.hide(),void 0}var e=jQuery('<span class="icn-code magic-tag-init"></span>'),f=jQuery('<span style="position:relative;display:inline-block; width:100%;"></span>');c.is("input")&&e.css("borderBottom","none"),c.hasClass("caldera-conditional-value-field")&&f.width("auto"),c.wrap(f),e.insertAfter(c),c.addClass("magic-tag-init-bound"),c.is(":visible")?e.show():e.hide()})},rebuild_field_binding=function(){if(core_form||(core_form=jQuery(".caldera-forms-options-form")),core_form.hasClass("builder-loaded")){var a=jQuery(".caldera-editor-field-config-wrapper");system_values.field={tags:{text:[]},type:"Fields",wrap:["%","%"]};for(var b=0;b<a.length;b++){var c=a[b].id,d=jQuery("#"+c+"_lable").val(),e=jQuery("#"+c+"_slug").val(),f=jQuery("#"+c+"_type").val();"undefined"==typeof system_values.field.tags[f]&&(system_values.field.tags[f]=[]),system_values.field.tags[f].push(e),"text"!==f&&system_values.field.tags.text.push(e),current_form_fields[c]={label:d,slug:e,type:f},jQuery("option.bound-field").trigger("change").each(function(a,b){var c=jQuery(b);0!==c.prop("value").indexOf("{")?c.text(jQuery("#"+c.prop("value")+"_lable").val()+" ["+jQuery("#"+c.prop("value")+"_lable").val()+"]"):c.text(c.prop("value").replace("{","").replace("}",""))}).removeClass("bound-field")}}},rebind_field_bindings=function(){var b,c,a=jQuery(".caldera-field-bind").not(".bound_field");if(a.length){a.addClass("bound_field");for(var d=0;d<a.length;d++){var e=jQuery(a[d]),f=e.val(),g=e.data("default"),h=e.data("exclude"),i=0,j=e.closest(".caldera-editor-processor-config-wrapper"),k=j.prop("id"),l="";if(g&&!e.hasClass("reload-binding")&&(f=g),e.is("select")){e.empty();var m=jQuery('<optgroup label="Fields">');for(var n in current_form_fields)e.data("type")&&e.data("type").split(",").indexOf(current_form_fields[n].type)<0||(e.data("id")!==n&&m.append('<option value="'+n+'"'+(f===n?'selected="selected"':"")+">"+current_form_fields[n].label+" ["+current_form_fields[n].slug+"]</option>"),i+=1);m.appendTo(e),0===i&&e.empty();for(var o in system_values)if(b=[],!(h&&h.split(",").indexOf(o)>=0)){if("system"!==o&&"variable"!==o)for(var p=jQuery(".processor-"+o),q=0;q<p.length;q++)k!==p[q].id&&(b.push(p[q].id),p.length>1&&(c=jQuery("li."+p[q].id+" .processor-line-number"))&&c.html("["+(q+1)+"]"));else b.push("__system__");var r=[];e.data("type")?(r=e.data("type").split(","),r.push("vars")):r=["text","vars"];for(var s=0;s<r.length;s++)if(system_values[o].tags[r[s]])for(var t=0;t<b.length;t++){jQuery("li."+b[t]).index()>jQuery("li."+k).index()&&"__system__"!==b[t]?e.closest(".caldera-editor-processors-panel-wrap").length&&(l=' disabled="disabled"'):l="";for(var m=jQuery('<optgroup label="'+system_values[o].type+("__system__"!==b[t]?" "+jQuery("li."+b[t]).find(".processor-line-number").html():"")+'"'+l+">"),u=0;u<system_values[o].tags[r[s]].length;u++){var v=system_values[o].tags[r[s]][u];"__system__"!==b[t]&&(v=v.replace(o,b[t])),m.append('<option value="{'+v+'}"'+(f==="{"+v+"}"?'selected="selected"':"")+l+">"+system_values[o].tags[r[s]][u]+"</option>"),i+=1}m.children().length&&m.appendTo(e)}}if(0===i){if(e.empty(),e.data("type")){e.append('<option value="">No '+e.data("type").split(",").join(" or ")+" in form</option>");var w=!0}}else e.prop("disabled",!1);e.hasClass("required")||"undefined"!=typeof w||e.prepend('<option value=""></option>'),e.val(f)}}init_magic_tags(),jQuery(document).trigger("bound.fields"),jQuery(".caldera-header-save-button").prop("disabled",!1)}},jQuery(document).ready(function(a){function b(){var b=a(".layout-grid-panel"),c=0;b.each(function(b,d){var e=a(d),f=e.find(".layout-structure"),g=e.find(".row"),h=[];g.each(function(b,d){var e=a(d),f=e.children().not(".column-merge"),g=[];c+=1,f.each(function(b,d){span=a(d).attr("class").split("-"),g.push(span[2]);var e=a(d).find(".field-location");e.length&&e.each(function(d,e){var f=a(e);f.val(c+":"+(b+1)).removeAttr("disabled")})}),h.push(g.join(":"))}),f.val(h.join("|"))})}function c(b,c,e){var i,j,f="fld_"+Math.round(1e7*Math.random()),g=f,h=a("#field_config_panels");if(e){var k=a("#"+e).clone().wrap("<div>").parent().html().replace(new RegExp(e,"g"),"{{id}}");i=Handlebars.compile(k)}else i=Handlebars.compile(a("#caldera_field_config_wrapper_templ").html());j={id:g,label:"",slug:""},h.append(i(j)),b.removeClass("button-small").removeClass("button").removeClass("button-primary").removeClass("ui-draggable").removeClass("layout-new-form-field").addClass("layout-form-field").attr("data-config",f),b.find(".layout_field_name").remove(),b.find(".field-location").prop("name","config[layout_grid][fields]["+f+"]"),b.find(".settings-panel").show(),b.appendTo(c),d(),b.find(".icon-edit").trigger("click"),a("#"+f+"_lable").focus().select(),e&&(h.find(".field_config_string").val(""),h.find(".field-label").trigger("change")),rebuild_field_binding(),baldrickTriggers(),a("#"+f).trigger("field.drop"),a(document).trigger("field.added")}function d(){a(".toggle-options").sortable({handle:".dashicons-sort"}),a("#grid-pages-panel").sortable({placeholder:"row-drop-helper",handle:".sort-handle",items:".first-row-level",axis:"y",stop:function(){b()}}),a(".layout-column").sortable({connectWith:".layout-column",appendTo:"#grid-pages-panel",helper:"clone",items:".layout-form-field",handle:".drag-handle",cursor:"move",opacity:.7,cursorAt:{left:100,top:15},start:function(a,b){b.helper.css({width:"200px",height:"35px",paddingTop:"20px"})},stop:function(a,c){c.item.removeAttr("style"),b()}}),a("h3 .layout-new-form-field").draggable({helper:"clone",appendTo:"body"}),a(".page-toggle.button").droppable({accept:".layout-form-field",over:function(){a(this).trigger("click"),a(".layout-column").sortable("refresh")}}),a(".layout-column").droppable({greedy:!0,activeClass:"ui-state-dropper",hoverClass:"ui-state-hoverable",accept:".layout-new-form-field",drop:function(b,d){var e=d.draggable.clone(),f=a(this);c(e,f)}}),b()}add_new_grid_page=function(){return{page_no:"pg_"+Math.round(1e7*Math.random())}},add_page_grid=function(b){var c=a(".page-toggle").length+1,e=a('<button type="button" data-name="Page '+c+'" data-page="'+b.rawData.page_no+'" class="page-toggle button">'+b.params.trigger.data("addtitle")+" "+c+"</button> "),f=a("#page-toggles");e.appendTo(f),f.show(),d(),e.trigger("click"),1===c&&f.hide(),a(document).trigger("add.page")},a(document).on("remove.page add.page load.page",function(){var c=a(".page-toggle").length,d=a("#tab_pages");1>=c?d.hide():d.show()}),d(),a("#grid-pages-panel").on("click",".column-fieldinsert .dashicons-plus-alt",function(){var d=a(this).closest(".column-container"),e=a("#newfield-tool").clone();c(e,d)}),a("#grid-pages-panel").on("click",".column-fieldinsert .dashicons-admin-generic",function(){}),a("#grid-pages-panel").on("click",".column-split",function(){var c=a(this).parent().parent(),e=c.attr("class").split("-"),f=a("<div>").insertAfter(c),g=Math.ceil(e[2]/2),h=Math.floor(e[2]/2);e[2]=g,c.attr("class",e.join("-")),e[2]=h,f.addClass(e.join("-")).append('<div class="layout-column column-container">'),a(this).remove(),d(),jQuery(".column-tools").remove(),jQuery(".column-merge").remove()}),a("#grid-pages-panel").on("click",".column-remove",function(){var d=a(this).closest(".row"),e=d.find(".layout-form-field"),f=d.closest(".layout-grid-panel");if(e.length){if(!confirm(a("#row-remove-fields-message").text()))return;e.each(function(b,c){var d=a(c).data("config");a("#"+d).remove(),a('option[value="'+d+'"]').remove(),a('[data-bind="'+d+'"]').remove(),delete current_form_fields[d]})}d.slideUp(200,function(){if(a(this).remove(),b(),rebuild_field_binding(),!f.find(".row").length){f.remove();var c=a("#page-toggles .button-primary"),d=c.prev(),e=c.next();c.remove(),d.length?d.trigger("click"):e.trigger("click")}a(document).trigger("remove.page")}),jQuery(".column-tools").remove(),jQuery(".column-merge").remove()}),a(".caldera-config-editor-main-panel").on("click",".caldera-add-row",function(c){c.preventDefault();var e=a(".page-active");return e.length?(a(".page-active").append('<div class="first-row-level row"><div class="col-xs-12"><div class="layout-column column-container"></div></div></div>'),d(),b(),void 0):(a(".caldera-add-page").trigger("click"),void 0)}),a("#grid-pages-panel").on("click",".column-join",function(){var d=a(this).parent().parent().parent(),e=d.prev(),f=e.attr("class").split("-"),g=d.attr("class").split("-");f[2]=parseFloat(f[2])+parseFloat(g[2]),d.find(".layout-column").contents().appendTo(e.find(".layout-column")),e.attr("class",f.join("-")),d.remove(),b(),jQuery(".column-tools").remove(),jQuery(".column-merge").remove()}),a("#grid-pages-panel").on("mouseenter",".row",function(){var d=jQuery(this);jQuery(".column-tools,.column-merge").remove(),d.children().children().first().append('<div class="column-remove column-tools"><i class="icon-remove"></i></div>'),d.children().children().last().append('<div class="column-sort column-tools" style="text-align:right;"><i class="dashicons dashicons-menu drag-handle sort-handle"></i></div>'),d.children().children().not(":first").prepend('<div class="column-merge"><div class="column-join column-tools"><i class="icon-join"></i></div></div>');var e=d.parent().parent().parent().width()/12-1;d.children().children().each(function(b,c){var d=a(c),e=d.width()/2-5;d.prepend('<div class="column-fieldinsert column-tools"><i class="dashicons dashicons-plus-alt"></i></div>'),d.parent().hasClass("col-xs-1")||(d.prepend('<div class="column-split column-tools"><i class="dashicons dashicons-leftright"></i></div>'),d.find(".column-split").css("left",e))}),jQuery(".column-merge").draggable({axis:"x",helper:"clone",appendTo:d,grid:[e,0],drag:function(c,d){a(this).addClass("dragging"),a(".column-tools").remove(),a(".column-split").remove();var e=a(this).parent().parent(),f=d.helper,g=d.originalPosition.left>f.position().left?"left":"right",i=e.prev(),j=Math.round(e.parent().width()/12-10),k=Math.abs(d.originalPosition.left-f.position().left);if(e.parent().addClass("sizing"),k>=j){var l=i.attr("class").split("-"),m=e.attr("class").split("-");l[2]=parseFloat(l[2]),m[2]=parseFloat(m[2]),"left"===g?(l[2]--,m[2]++,l[2]>0&&l[2]<l[2]+m[2]?(i.attr("class",l.join("-")),e.attr("class",m.join("-")),d.originalPosition.left=f.position().left):a(this).draggable("option","disabled",!0)):(l[2]++,m[2]--,m[2]>0&&m[2]<m[2]+m[2]?(i.attr("class",l.join("-")),e.attr("class",m.join("-")),d.originalPosition.left=f.position().left):a(this).draggable("option","disabled",!0)),b()}},stop:function(){a(this).removeClass("dragging").parent().parent().parent().removeClass("sizing")
|
2 |
-
}})}),a("#grid-pages-panel").on("mouseleave",".row",function(){jQuery(".column-tools").remove(),jQuery(".column-merge").remove()}),a("#grid-pages-panel").on("click",".layout-form-field .icon-remove",function(){var b=a(this),c=b.parent(),d=a("#"+c.data("config"));c.slideUp(100,function(){a(this).remove()}),d.slideUp(100,function(){a(this).remove()})}),a("#grid-pages-panel").on("click",".layout-form-field .icon-edit",function(){var b=a(this),c=b.parent(),d=a("#"+c.data("config")+"_type").val();a(".caldera-editor-field-config-wrapper").hide(),c.hasClass("field-edit-open")?c.removeClass("field-edit-open"):(a(".layout-form-field").removeClass("field-edit-open"),c.addClass("field-edit-open"),a("#"+c.data("config")).show()),a(document).trigger("show."+c.data("config")),("radio"===d||"checkbox"===d||"dropdown"===d||"toggle_switch"===d)&&a("#"+c.data("config")+"_auto").trigger("change")}),a("body").on("click",".layout-modal-edit-closer,.layout-modal-save-action",function(b){b.preventDefault();var c=a(this),d=a(".layout-form-field.edit-open"),e=c.closest(".layout-modal-container");settings=e.find(".settings-panel").first(),a(".edit-open").removeClass("edit-open"),settings.appendTo(d.find(".settings-wrapper")).hide(),e.hide()}),a(".layout-editor-body").on("change",".layout-core-pod-query",function(){a(this).parent().find(".settings-panel-row").remove(),a(".edit-open").find(".drag-handle .set-pod").html(" - "+a(this).val())}),a(".layout-editor-body").on("click",".remove-where",function(){a(this).closest(".settings-panel-row").remove()}),a(".layout-editor-body").on("click",".use-pod-container",function(){var b=a(this),c=b.prev(),d=c.val();if(d.length){a(".edit-open").find(".drag-handle .set-pod").html(" - "+c.val()),b.parent().parent().find(".spinner").css("display","inline-block");var f={action:"pq_loadpod",pod_reference:{pod:d}};a.post(ajaxurl,f,function(c){b.parent().find(".spinner").css("display","none");var d=a("#where-line-tmpl").html(),e="",f=b.closest(".settings-panel").data("container");for(var g in c)e+='<option value="'+c[g]+'">'+c[g]+"</option>";d=d.replace(/{{fields}}/g,e).replace(/{{container_id}}/g,f),b.parent().append(d)})}}),a(".caldera-editor-header").on("click",".column-sort .icon-edit",function(){}),a(".layout-editor-body").on("tray_loaded",".layout-template-tray",function(){d()}),a(".caldera-editor-header").on("click",".caldera-editor-header-nav a",function(b){b.preventDefault();var c=a(this);a(".caldera-editor-header-nav li").removeClass("active"),a(".caldera-editor-body").hide(),a(c.attr("href")).show(),c.parent().addClass("active"),rebind_field_bindings()}),a("body").on("change",".required",function(){check_required_bindings(this)}),a("body").on("submit",".caldera-forms-options-form",function(b){var c=a(".required.has-error");c.length&&b.preventDefault()}),a(".caldera-editor-body").on("click",".add-toggle-option",function(){var c=a(this);if(c.data("bulk"))return a(c.data("bulk")).toggle(),a(c.data("bulk")).find("textarea").focus(),void 0;var d=c.closest(".caldera-editor-field-config-wrapper"),e=d.find(".toggle-options"),f=a("#field-option-row-tmpl").html(),g=Handlebars.compile(f),h="opt"+parseInt(1048576*(Math.random()+1)),i={_name:"config[fields]["+d.prop("id")+"][config]",option:{}};if(c.data("options")){for(var j=a(c.data("options")),k=j.val().split("\n"),l=0;l<k.length;l++)i.option["opt"+parseInt(1048576*(Math.random()+l))]={value:k[l],label:k[l],"default":!1};a(c.data("options")).parent().hide(),j.val(""),e.empty()}else i.option[h]={value:"",label:"","default":!1};e.append(g(i)),d.find(".toggle_show_values").trigger("change"),a(".toggle-options").sortable({handle:".dashicons-sort"}),k||e.find(".toggle_label_field").last().focus()}),a(".caldera-editor-body").on("click",".toggle-remove-option",function(){var c=a(this).closest(".caldera-editor-field-config-wrapper").find(".field-config").first();a(this).parent().remove(),c.trigger("change")}),a(".caldera-editor-body").on("click",".page-toggle",function(){var c=a(this),d=c.parent(),e=d.find(".button");e.removeClass("button-primary"),a(".layout-grid-panel").hide().removeClass("page-active"),a("#"+c.data("page")).show().addClass("page-active"),c.addClass("button-primary"),e.each(function(b,c){a(c).html(d.data("title")+" "+(b+1))}),1===e.length&&d.hide()}),a(".caldera-editor-body").on("blur toggle.values",".toggle_label_field",function(){var c=a(this),d=c.prev();d.val().length||d.val(c.val())}),rebuild_field_binding(),a(document).trigger("load.page")}),Handlebars.registerHelper("_options_config",function(){}),jQuery(document).ready(function(a){function b(){a(".caldera-editor-processors-panel ul").sortable({update:function(){rebuild_field_binding()}})}function c(b){var c=a(b),d=a("#"+c.val()+"-tmpl").length?a("#"+c.val()+"-tmpl").html():"",e=c.closest(".caldera-editor-processor-config-wrapper"),f=e.find(".caldera-config-processor-setup"),g=Handlebars.compile(d),h=e.find(".processor_config_string").val(),i=c.data("type");h=h.length&&i===c.val()?JSON.parse(h):processor_defaults[c.val()+"_cfg"],h||(h={}),h._id=e.prop("id"),h._name="config[processors]["+e.prop("id")+"][config]",g=a("<div>").html(g(h)),f.html(g.html()),"function"==typeof window[c.val()+"_init"]&&window[c.val()+"_init"](e.prop("id"),f),e.find(".no-conditions").length&&e.find(".toggle_option_tab").remove(),rebuild_field_binding(),baldrickTriggers()}a("body").on("click",".caldera-processor-nav a",function(b){b.preventDefault();var c=a(this);a(".caldera-processor-nav").removeClass("active"),a(".caldera-editor-processor-config-wrapper").hide(),a(c.attr("href")).show(),c.parent().addClass("active")}),a("body").on("click",".add-new-processor",function(){var d=a(this),e=Handlebars.compile(a("#processor-wrapper-tmpl").html());wrap=a(".active-processors-list"),process_conf=a(".caldera-editor-processor-config"),processid=Math.round(1e8*Math.random()),new_templ=Handlebars.compile(a("#processor-line-tmpl").html()),new_proc={id:"fp_"+processid,type:d.data("type")},wrap.append(new_templ(new_proc)),process_conf.append(e(new_proc)),a("#form_processor_baldrickModalCloser").trigger("click"),a(".caldera-processor-nav a").last().trigger("click"),a("#fp_"+processid+"_type").val(d.data("type")).trigger("change"),b(),baldrickTriggers()}),a("body").on("click",".delete-processor",function(){var c=a(this),d=c.closest(".caldera-editor-processor-config-wrapper");d.data("type"),confirm(c.data("confirm"))&&(a("."+d.prop("id")).remove(),d.remove(),a(".caldera-processor-nav a").first().trigger("click"),rebuild_field_binding())}),a("body").on("change",".caldera-select-processor-type",function(){var d=a(this),e=d.closest(".caldera-editor-processor-config-wrapper"),f=d.find('option[value="'+d.val()+'"]').text(),g=e.find(".caldera-editor-processor-title"),h=a(".caldera-processor-nav.active a");""===f&&(f=g.data("title")),g.html(f),h.html(f+' <span class="processor-line-number"></span>').parent().addClass("processor_type_"+d.val()),c(this),rebuild_field_binding()}),rebuild_field_binding(),a(".caldera-select-processor-type").each(function(a,b){c(b)}),b()}),Handlebars.registerHelper("_field",function(a){var b=this,c="",d="",e="",f=this[a.hash.slug]?' data-default="'+this[a.hash.slug]+'"':"";a.hash.required&&(c=" required"),a.hash.exclude&&(e='data-exclude="'+a.hash.exclude+'"'),a.hash.array&&(d="[]","true"!==a.hash.array&&(f='value="'+a.hash.array+'"')),out="<select "+(a.hash.type?'data-type="'+a.hash.type+'"':"")+f+" "+e+' name="'+this._name+"["+a.hash.slug+"]"+d+'" id="'+this._id+"_"+a.hash.slug+'" class="block-input field-config caldera-field-bind'+c+'">',this[a.hash.slug]?out+='<option class="bound-field" value="'+this[a.hash.slug]+'" class="bound-field"></option>':a.hash.required||(out+='<option value=""></option>');for(var g in current_form_fields){var h="";a.hash.type&¤t_form_fields[g].type!==a.hash.type||(b[a.hash.slug]&&b[a.hash.slug]===g&&(h=' selected="selected"'),out+='<option value="'+g+'"'+h+">"+current_form_fields[g].label+" ["+current_form_fields[g].slug+"]</option>")}return out+="</select>",a.hash.required&&(out+='<input class="field-config" name="'+this._name+'[_required_bounds][]" type="hidden" value="'+a.hash.slug+'">'),out}),Handlebars.registerHelper("console",function(){console.log(this)});
|
1 |
+
function new_conditional_group(a){var b=a.trigger.data("id"),c="cl"+Math.round(18746582734*Math.random()),d="rw"+Math.round(98347598345*Math.random()),e=[{id:d,type:a.trigger.data("type"),lines:[{id:c}]}];return{group:e,id:b}}function new_conditional_line(a){var b=a.trigger.data("id"),c=a.trigger.data("group"),d=a.trigger.data("type"),e="cl"+Math.round(18746582734*Math.random()),f={id:b,type:d,lineid:e,rowid:c,name:"config["+d+"]["+b+"][conditions][group]["+c+"]["+e+"]"};return f}function build_conditions_config(a){var b=JSON.parse(a.trigger.val());return b.id=a.trigger.data("id"),b}function setup_field_type(a){return{id:a.trigger.prop("id")}}function check_required_bindings(a){var b,d=(jQuery(".caldera-header-save-button"),jQuery(".layout-form-field")),e=jQuery(".caldera-processor-nav"),f=!0;b=a?jQuery(a):jQuery(".caldera-config-field .required"),b.removeClass("has-error"),d.removeClass("has-error"),e.removeClass("has-error"),jQuery(".error-tag").remove(),required_errors={},b.each(function(a,b){var c=jQuery(b),d=c.closest(".caldera-config-editor-panel");if(b.value.length){if(c.hasClass("field-slug"))for(var h=jQuery(".field-slug").not(c),i=0;i<h.length;i++)if(h[i].value===b.value){var c=jQuery(h[i]);required_errors[d.prop("id")]||(required_errors[d.prop("id")]=0);var e=c.closest(".caldera-editor-field-config-wrapper"),g=c.closest(".caldera-editor-processor-config-wrapper");e.length&&jQuery('.layout-form-field[data-config="'+e.prop("id")+'"]').addClass("has-error"),g.length&&jQuery("."+g.prop("id")).addClass("has-error"),required_errors[d.prop("id")]+=1,c.addClass("has-error");break}}else{required_errors[d.prop("id")]||(required_errors[d.prop("id")]=0);var e=c.closest(".caldera-editor-field-config-wrapper"),g=c.closest(".caldera-editor-processor-config-wrapper");e.length&&jQuery('.layout-form-field[data-config="'+e.prop("id")+'"]').addClass("has-error"),g.length&&jQuery("."+g.prop("id")).addClass("has-error"),required_errors[d.prop("id")]+=1,c.addClass("has-error"),f=!1}});for(var g in required_errors)jQuery(".caldera-forms-options-form").find('a[href="#'+g+'"]').append('<span class="error-tag">'+required_errors[g]+"</span>");return jQuery(".preview-caldera-config-group button:submit").length?(jQuery(".mailer-errors").hide(),jQuery(".mailer-control-panel").show()):(jQuery(".mailer-errors").show(),jQuery(".mailer-control-panel").hide()),jQuery(".caldera-conditional-field-set").trigger("change"),f}jQuery(document).ready(function(a){function b(b){var d=a(b),e=d.closest(".caldera-editor-field-config-wrapper"),f=e.find(".caldera-config-field-setup"),g=compiled_templates[d.val()+"_tmpl"]?compiled_templates[d.val()+"_tmpl"]:compiled_templates.noconfig_field_templ,h=e.find(".field_config_string").val(),i=d.data("type");if(e.find(".caldera-config-group").show(),d.addClass("field-initialized"),h=h.length&&i===d.val()?JSON.parse(h):fieldtype_defaults[d.val()+"_cfg"],h||(h={}),h._id=d.data("field"),h._name="config[fields]["+d.data("field")+"][config]",g=a("<div>").html(g(h)),f.html(g.html()),"function"==typeof window[d.val()+"_init"]&&window[d.val()+"_init"](d.data("field"),f),fieldtype_defaults[d.val()+"_nosupport"]&&(fieldtype_defaults[d.val()+"_nosupport"].indexOf("hide_label")>=0&&e.find(".hide-label-field").hide().find(".field-config").prop("checked",!1),fieldtype_defaults[d.val()+"_nosupport"].indexOf("caption")>=0&&e.find(".caption-field").hide().find(".field-config").val(""),fieldtype_defaults[d.val()+"_nosupport"].indexOf("required")>=0&&e.find(".required-field").hide().find(".field-config").prop("checked",!1),fieldtype_defaults[d.val()+"_nosupport"].indexOf("custom_class")>=0&&e.find(".customclass-field").hide().find(".field-config").val(""),fieldtype_defaults[d.val()+"_nosupport"].indexOf("entry_list")>=0&&e.find(".entrylist-field").hide().find(".field-config").prop("checked",!1)),e.find(".toggle_show_values").trigger("change"),!a(".caldera-select-field-type").not(".field-initialized").length){if(core_form.hasClass("builder-loaded"))c(d.data("field"));else{for(var j=a(".caldera-select-field-type.field-initialized"),k=0;k<j.length;k++)c(a(j[k]).data("field"));core_form.addClass("builder-loaded")}rebuild_field_binding(),baldrickTriggers()}}function c(b){var c=a("#"+b),d=c.find(".caldera-select-field-type"),e=a('.layout-form-field[data-config="'+b+'"]'),f=e.find(".field_preview"),h=(a("#preview-"+d.val()+"_tmpl").html(),compiled_templates["preview-"+d.val()+"_tmpl"]),i={id:b},j=c.find(".field-config");j.each(function(c,d){for(var e=a(d),f=e.prop("name").split("["+b+"]")[1].substr(1),g=f.substr(0,f.length-1).split("]["),h=e.is(":checkbox,:radio")?e.filter(":checked").val():e.val(),j={},k=g.length-1;k>=0;k--)if(k===g.length-1)j[g[k]]=h;else{var l=j;j={},j[g[k]]=l}a.extend(!0,i,j)}),f.html(h(i)),e.removeClass("button"),a(".preview-field-config").prop("disabled",!0)}function d(b){var t,c=a(".caldera-editor-fields-panel"),e=(a(".caldera-editor-groups-panel"),a(".caldera-group-nav")),f=a('[data-group="'+b+'"]'),g=f.find(".caldera-config-group-name"),h=f.find(".caldera-config-group-slug"),i=f.find(".caldera-config-group-desc"),j=f.find(".caldera-config-group-admin"),k=a(".active-group-name"),l=a(".active-group-slug"),m=a(".active-group-desc"),n=a(".active-group-admin"),o=a(".caldera-editor-fields-list ul"),p=f.find(".caldera-config-group-repeat"),q=a(".repeat-config-button"),s=(a(".caldera-editor-group-settings"),a(".caldera-config-group-remove"));a(".new-group-input").remove(),a(".new-field-input").remove(),e.removeClass("active"),c.show(),o.hide(),o.removeClass("active").find("li.active").removeClass("active"),o.hide(),f.addClass("active"),t=a(".caldera-editor-fields-list ul.active li"),t.length?s.hide():s.show(),a(".caldera-editor-field-config-wrapper").hide(),f.show(),k.val(g.val()),l.val(h.val()),m.val(i.val()),"1"===j.val()?n.prop("checked",!0):n.prop("checked",!1),"1"===p.val()?q.addClass("field-edit-open"):q.removeClass("field-edit-open")}a(".caldera-header-save-button").baldrick({method:"POST",request:"admin.php?page=caldera-forms",before:function(b,c){if(c.preventDefault(),!check_required_bindings())return!1;a("#save_indicator").addClass("loading"),tinyMCE&&tinyMCE.triggerSave();var d=a(".caldera-forms-options-form").formJSON();return a(b).data("cf_edit_nonce",d.cf_edit_nonce),a(b).data("_wp_http_referer",d._wp_http_referer),a(b).data("sender","ajax"),a(b).data("config",JSON.stringify(d.config)),!0},callback:function(b){if(!1===b.data){var c=a(".updated_notice_box");c.stop().animate({top:0},200,function(){setTimeout(function(){c.stop().animate({top:-75},200)},2e3)})}},complete:function(){a(".wrapper-instance-pane .field-config").prop("disabled",!1)}}),a("body").on("click",".toggle_option_tab > a",function(b){b.preventDefault();var c=a(this),d=a(c.attr("href")),e=c.parent().find("a"),f=c.closest(".caldera-editor-config-wrapper").find(".wrapper-instance-pane");e.removeClass("button-primary"),f.hide(),d.show(),c.addClass("button-primary"),a(".caldera-conditionals-usetype").trigger("change")}),a(".caldera-editor-body").on("change",".caldera-select-field-type",function(){b(this)}),a(".caldera-editor-body").on("click",".caldera-group-nav a",function(b){b.preventDefault(),d(a(this).attr("href").substr(1))}),a(".caldera-editor-body").on("click",".caldera-editor-fields-list a",function(b){b.preventDefault();var c=a(this),d=a(c.attr("href"));a(".new-group-input").remove(),a(".new-field-input").remove(),a(".caldera-editor-fields-list li.active").removeClass("active"),c.parent().addClass("active"),a(".caldera-editor-field-config-wrapper").hide(),d.show()}),a(".caldera-editor-body").on("click",".group-config-button",function(){var c=a(this),d=a(".caldera-editor-group-settings"),e=c.closest(".caldera-editor-fields-panel"),f=a(".caldera-config-group-remove");e.find(".caldera-field-line").length?f.hide():f.show(),c.hasClass("field-edit-open")?(d.slideUp(100),c.removeClass("field-edit-open")):(d.slideDown(100),c.addClass("field-edit-open"))}),a(".caldera-editor-body").on("keydown",".field-config",function(b){a(this).is("textarea")||13===b.which&&b.preventDefault()}),a(".caldera-editor-body").on("change",".field-label",function(b){var c=a(this).closest(".caldera-editor-field-config-wrapper").prop("id");field_line=a('[data-field="'+c+'"]'),field_title=a("#"+c+" .caldera-editor-field-title, .layout-form-field.field-edit-open .layout_field_name"),slug=a("#"+c+" .field-slug"),field_line.find("a").html('<i class="icn-field"></i> '+this.value),field_title.text(this.value),"change"===b.type&&slug.trigger("change"),rebuild_field_binding()}),a(".caldera-editor-body").on("change",".active-group-name",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),e=(c.data("group"),c.find(".caldera-config-group-name")),f=c.find("span");"focusout"!==b.type||this.value.length||(this.value="Group "+(parseInt(c.index())+1)),e.val(this.value),f.text(this.value)}),a(".caldera-editor-body").on("change",".active-group-slug",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),e=(c.data("group"),c.find(".caldera-config-group-name").val()),f=c.find(".caldera-config-group-slug"),h=(c.find("span"),this.value.split(" ").join("_").split("-").join("_").replace(/[^a-z0-9_]/gi,"").toLowerCase());"focusout"!==b.type||this.value.length||(h=e.split(" ").join("_").split("-").join("_").replace(/[^a-z0-9_]/gi,"").toLowerCase()),f.val(h),this.value=h}),a(".caldera-editor-body").on("change",".active-group-desc",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),e=(c.data("group"),c.find(".caldera-config-group-desc"));e.val(this.value)}),a(".caldera-editor-body").on("change",".active-group-admin",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),f=(c.data("group"),c.find(".caldera-config-group-name").val(),c.find(".caldera-config-group-admin"));c.find("span"),this.value.split(" ").join("_").split("-").join("_").replace(/[^a-z0-9_]/gi,"").toLowerCase(),a(this).prop("checked")?(f.val(1),c.addClass("is-admin")):(f.val(0),c.removeClass("is-admin"))}),a(".caldera-editor-body").on("click",".repeat-config-button",function(b){b.preventDefault();var c=a(".caldera-group-nav.active"),e=(c.data("group"),c.find("a .group-type")),f=c.find(".caldera-config-group-repeat"),g=a(this);g.hasClass("field-edit-open")?(f.val("0"),e.removeClass("icn-repeat").addClass("icn-folder"),g.removeClass("field-edit-open")):(f.val("1"),e.addClass("icn-repeat").removeClass("icn-folder"),g.addClass("field-edit-open"))}),a(".caldera-editor-body").on("click",".delete-field",function(){var b=a(this),c=b.closest(".caldera-editor-field-config-wrapper").prop("id");confirm(b.data("confirm"))&&(a("#"+c).remove(),a('option[value="'+c+'"]').remove(),a('[data-bind="'+c+'"]').remove(),delete current_form_fields[c],a('[data-config="'+c+'"]').slideUp(200,function(){var b=a(this);b.remove(),rebuild_field_binding(),a(document).trigger("field.removed")}))}),a(".caldera-editor-body").on("click",".add-new-group,.add-field",function(){var b=a(this);if(a(".new-group-input").remove(),a(".new-field-input").remove(),b.hasClass("add-field")){var c=a('<input type="text" class="new-field-input block-input">');c.appendTo(a(".caldera-editor-fields-list ul.active")).focus()}else{var d=a('<input type="text" class="new-group-input block-input">');d.appendTo(a(".caldera-editor-groups-panel")).focus()}}),a(".caldera-editor-body").on("change keypress",".new-group-input",function(b){if("keypress"===b.type){if(13!==b.which)return;b.preventDefault()}var h,i,c=this.value,e=a(this),f=a(".caldera-editor-groups-panel ul"),g=a(".caldera-editor-fields-list");if(c.length){h=Handlebars.compile(a("#caldera_group_line_templ").html()),i={id:c.split(" ").join("_").split("-").join("_").replace(/[^a-z0-9_]/gi,"").toLowerCase(),name:c},f.append(h(i));var j=a('<ul data-group="'+i.id+'">').hide();j.appendTo(g),e.remove(),d(i.id)}else e.remove()}),a(".caldera-editor-body").on("change keypress",".new-field-input",function(b){if("keypress"===b.type){if(13!==b.which)return;b.preventDefault()}var g,h,i,c=this.value,d=a(this),e=d.parent(),f=a(".caldera-editor-field-config"),j=a(".caldera-config-group-remove");if(c.length){j.hide(),g=Handlebars.compile(a("#caldera_field_line_templ").html()),h=Handlebars.compile(a("#caldera_field_config_wrapper_templ").html()),i={id:c.split(" ").join("_").split("-").join("_").replace(/[^a-z0-9_]/gi,"").toLowerCase(),label:c,slug:c.split(" ").join("_").split("-").join("_").replace(/[^a-z0-9_]/gi,"").toLowerCase(),group:a(".caldera-group-nav.active").data("group")};var k=a(g(i));k.appendTo(e),f.append(h(i)),k.find("a").trigger("click"),d.remove()}else d.remove()}),a(".caldera-editor-body").on("change",".field-slug",function(b){this.value.length?this.value=this.value.split(" ").join("_").split("-").join("_").replace(/[^a-z0-9_]/gi,"").toLowerCase():"change"===b.type&&(this.value=a(this).closest(".caldera-editor-field-config-wrapper").find(".field-label").val().split(" ").join("_").split("-").join("_").replace(/[^a-z0-9_]/gi,"").toLowerCase())}),a(".caldera-editor-body").on("click",".caldera-add-group",function(){var c=a(this),d=c.data("group"),e=a("#"+d+"_panel_tmpl").html();c.parent().parent().append(e)}),a(".caldera-editor-body").on("click",".caldera-config-group-remove",function(){var c=a(".active-group-slug").val();a('[data-group="'+c+'"]').hide(0,function(){a(this).remove();var b=a(".caldera-group-nav");b.length?b.first().find("a").trigger("click"):a(".caldera-editor-fields-panel").hide()})}),a("body").on("click",".set-current-field",function(b){b.preventDefault();var c=a(this);a("#"+c.data("field")+"_type").val(c.data("type")).trigger("change"),a("#"+c.data("field")+"_lable").focus(),a("#field_setup_baldrickModalCloser").trigger("click")}),a(".caldera-editor-body").on("change",".field-config",function(){var d=a(this),e=d.closest(".caldera-editor-field-config-wrapper");current_form_fields&&(d.prop("id")===e.prop("id")+"_lable"&&(current_form_fields[e.prop("id")].label=this.value),d.prop("id")===e.prop("id")+"_slug"&&(current_form_fields[e.prop("id")].slug=this.value),d.prop("id")===e.prop("id")+"_type"&&(current_form_fields[e.prop("id")].type=this.value),e.length&&c(e.prop("id")))}),a(".caldera-editor-body").on("focus",".caldera-field-bind",function(b){var c=a(this),d=this.value;return console.log(b.type),b.type&&"focusin"===b.type?(c.removeClass("bound_field").addClass("reload-binding"),rebind_field_bindings(),this.value=d,void 0):void 0}),a(".caldera-editor-body").on("change",".caldera-conditional-field-set",function(){var k,l,c=a(this),d=c.parent().find(".compare-type"),e=c.data("condition"),f=c.data("id"),g="config["+e+"]["+f+"][conditions][group]["+c.data("row")+"]["+c.data("line")+"]",h=c.data("line"),i=a("#"+h+"_value"),j=i.find(".caldera-conditional-value-field").first(),m=[],n=this.value;if("{"!==n.substr(0,1)&&(k=a("#"+n),l=k.find(".field-button-type"),m=k.find(".caldera-config-group-toggle-options")),c.hasClass(".bind_init")&&c.addClass("bound_triggered"),j.length&&j.val().length&&i.data("value",j.val()),d.show(),m.length){var o=m.find(".toggle_option_row"),p='<select name="'+g+'[value]" class="caldera-processor-value-bind caldera-conditional-value-field" data-field="'+n+'" style="max-width: 220px; width: 220px;">';p+='<option value=""></option>',o.each(function(b,c){var d=a(c).find(".toggle_label_field"),e=d.data("option"),f="";i.data("value")&&(i.data("value").toString()===e||i.data("value").toString()===a(c).find(".toggle_value_field").val())&&(f=' selected="selected"'),p+='<option value="'+e+'"'+f+">"+d.val()+"</option>"}),p+="</select>"}else l&&"button"==l.val()?(d.val("is").hide(),p='<select name="'+g+'[value]" class="caldera-processor-value-bind caldera-conditional-value-field" data-field="'+n+'" style="max-width: 220px; width: 220px;">',p+='<option value="click" '+("click"===i.data("value")?'selected="selected"':"")+">Click</option>",p+='<option value="dblclick" '+("dblclick"===i.data("value")?'selected="selected"':"")+">Double Click</option>",p+="</select>"):p='<input name="'+g+'[value]" type="text" class="caldera-conditional-value-field magic-tag-enabled" value="'+(i.data("value")?i.data("value"):"")+'" style="max-width: 205px;">';i.html(p),init_magic_tags()}),a(".caldera-editor-body").on("change",".caldera-conditionals-usetype",function(){var c=a(this);""!==this.value?(a("#"+c.data("id")+"_condition_group_add").show(),a("#"+c.data("id")+"_conditional_wrap").show()):(a("#"+c.data("id")+"_condition_group_add").hide(),a("#"+c.data("id")+"_conditional_wrap").hide())}),a(".caldera-editor-body").on("click",".remove-conditional-line",function(b){b.preventDefault();var c=a(this),d=c.closest(".caldera-condition-line"),e=c.closest(".caldera-condition-group");d.remove(),e.find(".caldera-condition-line").length||e.remove()}),a(".caldera-group-nav").first().find("a").trigger("click"),a(".caldera-editor-body").on("change",".toggle_show_values",function(){var c=a(this),d=c.closest(".caldera-config-group-toggle-options");values=d.find(".toggle_value_field"),lables=d.find(".toggle_label_field"),field_lables=d.find(".caldera-config-group-option-labels"),c.prop("checked")?(values.show().parent().show(),values.show().parent().parent().show(),lables.css("width",""),field_lables.show()):(values.hide().parent().hide(),lables.css("width",245),field_lables.hide()),lables.trigger("toggle.values"),init_magic_tags()}),a(".caldera-editor-body").on("change",".auto-populate-type",function(){a(this).closest(".wrapper-instance-pane").find(".auto-populate-options").trigger("change")}),a(".caldera-editor-body").on("change",".auto-populate-options",function(){var b=a(this),c=b.closest(".wrapper-instance-pane"),d=c.find(".caldera-config-group-toggle-options"),e=c.find(".caldera-config-group-auto-options"),f=e.find(".auto-populate-type");e.find(".auto-populate-type-panel").hide(),b.prop("checked")?(d.hide(),e.show()):(d.show(),e.hide()),e.find(".caldera-config-group-auto-"+f.val()).show()}),a("body").on("change",".pin-toggle-roles",function(){var b=a(this),c=a("#caldera-pin-rules");"1"===b.val()?c.show():c.hide()}),a("body").on("click",".magic-tag-init",function(){var c=a(this),d=c.prev();d.focus().trigger("init.magic")}),a("body").on("keyup blur focus select click init.magic",".magic-tag-enabled",function(b){init_magic_tags();var c=a(this),d=c.parent(),e=d.closest(".wrapper-instance-pane").find(".caldera-select-field-type").val()?d.closest(".wrapper-instance-pane").find(".caldera-select-field-type").val():"hidden",f=d.find(".magic-tags-autocomplete"),g=f.find("ul"),h=this.value,j=[],k="",l=this.selectionStart,m=this.selectionEnd;if(f.length&&f.data("focus"))return b.preventDefault(),void 0;if(c.data("tag",""),this.selectionEnd>this.selectionStart)k=this.value.substr(this.selectionStart,this.selectionEnd-this.selectionStart);else if(("select"===b.type||"keyup"===b.type)&&40!==b.which&&38!==b.which&&39!==b.which&&37!==b.which){for(l=this.selectionStart;l>0;l--){var n=h.substr(l-1,1);if(" "===n||"\n"===n||("%"===n||"}"===n)&&this.selectionStart===l)break}for(m=this.selectionStart;m<h.length;m++){var n=h.substr(m,1);if(" "===n||"\n"===n||("%"===n||"{"===n)&&this.selectionStart===m)break}k=h.substr(l,m-l)}if("focusout"!==b.type){if("init"!==b.type&&k.length<3)return f.length&&f.remove(),void 0;f.length||(f=a('<div class="magic-tags-autocomplete"></div>'),g=a("<ul></ul>"),g.appendTo(f),f.insertAfter(c),f.on("mouseenter",function(){a(this).data("focus",!0)}),f.on("mouseleave",function(){a(this).data("focus",!1),c.is(":focus")||c.trigger("focusout")})),g.empty();var o="system",p=!1;"hidden"===e||"dropdown"===e||"radio"===e||"toggle_switch"===e||"checkbox"===e?(p=!0,e="text",o="all"):("paragraph"===e||"html"===e)&&(e="text"),c.data("type")&&(e=c.data("type")),e=e.split(","),e.push("vars");for(var q=0;q<e.length;q++)for(var r in system_values)if("undefined"!=typeof system_values[r].tags[e[q]]){if(j=[r],"system"!==r&&"variable"!==r&&"field"!==r){var s=jQuery(".processor-"+r),t=c.closest(".caldera-editor-processor-config-wrapper"),u=t.prop("id");j=[];for(var v=0;v<s.length;v++)if(t.length||p!==!0){if(u===s[v].id)continue;jQuery("li."+s[v].id).index()<jQuery("li."+u).index()&&j.push(s[v].id)}else j.push(s[v].id)}for(var w=0;w<j.length;w++)if("all"===o||o===r||"variable"===r){var x=a('<li class="header">'+system_values[r].type+(w>0?" ["+(w+1)+"]":"")+"</li>"),y=0;x.appendTo(g);for(var z=0;z<system_values[r].tags[e[q]].length;z++)if(!c.data("parent")||"variable:"+c.data("parent")!==system_values[r].tags[e[q]][z]){var A=system_values[r].wrap[0]+system_values[r].tags[e[q]][z]+system_values[r].wrap[1];if(j[w]!==r&&j.length>1&&(A=system_values[r].wrap[0]+system_values[r].tags[e[q]][z]+":"+j[w]+system_values[r].wrap[1]),A.indexOf(k)>=0||"init"===b.type){y+=1;var B=A.replace(k,"<strong>"+k+"</strong>"),C=a('<li class="tag" data-tag="'+A+'">'+B+"</li>");C.on("click",function(){var b=a(this).data("tag");c.val(h.substr(0,l)+b+h.substr(m)).trigger("change").focus(),c[0].selectionStart=l+b.length-(b.indexOf("*")>0?2:0),c[0].selectionEnd=l+b.length-(b.indexOf("*")>0?1:0)}),C.appendTo(g)}}0===y&&x.remove()}}}g.children().length||f.remove(),"focusout"===b.type&&setTimeout(function(){f.remove()},200)});for(var e=a(".cf-editor-template"),f=0;f<e.length;f++)compiled_templates[e[f].id]=Handlebars.compile(e[f].innerHTML);a(".caldera-select-field-type").not(".field-initialized").each(function(a,c){b(c)})});var rebuild_field_binding,rebind_field_bindings,current_form_fields={},required_errors={},add_new_grid_page,add_page_grid,init_magic_tags,core_form,compiled_templates={};init_magic_tags=function(){var a=jQuery(".magic-tag-enabled");a.each(function(a,b){var c=jQuery(b);if(c.hasClass("magic-tag-init-bound")){var d=c.parent().find(".magic-tag-init");return c.is(":visible")?d.show():d.hide(),void 0}var e=jQuery('<span class="icn-code magic-tag-init"></span>'),f=jQuery('<span style="position:relative;display:inline-block; width:100%;"></span>');c.is("input")&&e.css("borderBottom","none"),c.hasClass("caldera-conditional-value-field")&&f.width("auto"),c.wrap(f),e.insertAfter(c),c.addClass("magic-tag-init-bound"),c.is(":visible")?e.show():e.hide()})},rebuild_field_binding=function(){if(core_form||(core_form=jQuery(".caldera-forms-options-form")),core_form.hasClass("builder-loaded")){var a=jQuery(".caldera-editor-field-config-wrapper");system_values.field={tags:{text:[]},type:"Fields",wrap:["%","%"]};for(var b=0;b<a.length;b++){var c=a[b].id,d=jQuery("#"+c+"_lable").val(),e=jQuery("#"+c+"_slug").val(),f=jQuery("#"+c+"_type").val();"undefined"==typeof system_values.field.tags[f]&&(system_values.field.tags[f]=[]),system_values.field.tags[f].push(e),"text"!==f&&system_values.field.tags.text.push(e),current_form_fields[c]={label:d,slug:e,type:f},jQuery("option.bound-field").trigger("change").each(function(a,b){var c=jQuery(b);0!==c.prop("value").indexOf("{")?c.text(jQuery("#"+c.prop("value")+"_lable").val()+" ["+jQuery("#"+c.prop("value")+"_lable").val()+"]"):c.text(c.prop("value").replace("{","").replace("}",""))}).removeClass("bound-field")}}},rebind_field_bindings=function(){var b,c,a=jQuery(".caldera-field-bind").not(".bound_field");if(a.length){a.addClass("bound_field");for(var d=0;d<a.length;d++){var e=jQuery(a[d]),f=e.val(),g=e.data("default"),h=e.data("exclude"),i=0,j=e.closest(".caldera-editor-processor-config-wrapper"),k=j.prop("id"),l="";if(g&&!e.hasClass("reload-binding")&&(f=g),e.is("select")){e.empty();var m=jQuery('<optgroup label="Fields">');for(var n in current_form_fields)e.data("type")&&e.data("type").split(",").indexOf(current_form_fields[n].type)<0||(e.data("id")!==n&&m.append('<option value="'+n+'"'+(f===n?'selected="selected"':"")+">"+current_form_fields[n].label+" ["+current_form_fields[n].slug+"]</option>"),i+=1);m.appendTo(e),0===i&&e.empty();for(var o in system_values)if(b=[],!(h&&h.split(",").indexOf(o)>=0)){if("system"!==o&&"variable"!==o)for(var p=jQuery(".processor-"+o),q=0;q<p.length;q++)k!==p[q].id&&(b.push(p[q].id),p.length>1&&(c=jQuery("li."+p[q].id+" .processor-line-number"))&&c.html("["+(q+1)+"]"));else b.push("__system__");var r=[];e.data("type")?(r=e.data("type").split(","),r.push("vars")):r=["text","vars"];for(var s=0;s<r.length;s++)if(system_values[o].tags[r[s]])for(var t=0;t<b.length;t++){jQuery("li."+b[t]).index()>jQuery("li."+k).index()&&"__system__"!==b[t]?e.closest(".caldera-editor-processors-panel-wrap").length&&(l=' disabled="disabled"'):l="";for(var m=jQuery('<optgroup label="'+system_values[o].type+("__system__"!==b[t]?" "+jQuery("li."+b[t]).find(".processor-line-number").html():"")+'"'+l+">"),u=0;u<system_values[o].tags[r[s]].length;u++){var v=system_values[o].tags[r[s]][u];"__system__"!==b[t]&&(v=v.replace(o,b[t])),m.append('<option value="{'+v+'}"'+(f==="{"+v+"}"?'selected="selected"':"")+l+">"+system_values[o].tags[r[s]][u]+"</option>"),i+=1}m.children().length&&m.appendTo(e)}}if(0===i){if(e.empty(),e.data("type")){e.append('<option value="">No '+e.data("type").split(",").join(" or ")+" in form</option>");var w=!0}}else e.prop("disabled",!1);e.hasClass("required")||"undefined"!=typeof w||e.prepend('<option value=""></option>'),e.val(f)}}init_magic_tags(),jQuery(document).trigger("bound.fields"),jQuery(".caldera-header-save-button").prop("disabled",!1)}},jQuery(document).ready(function(a){function b(){var b=a(".layout-grid-panel"),c=0;b.each(function(b,d){var e=a(d),f=e.find(".layout-structure"),g=e.find(".row"),h=[];g.each(function(b,d){var e=a(d),f=e.children().not(".column-merge"),g=[];c+=1,f.each(function(b,d){span=a(d).attr("class").split("-"),g.push(span[2]);var e=a(d).find(".field-location");e.length&&e.each(function(d,e){var f=a(e);f.val(c+":"+(b+1)).removeAttr("disabled")})}),h.push(g.join(":"))}),f.val(h.join("|"))})}function c(b,c,e){var i,j,f="fld_"+Math.round(1e7*Math.random()),g=f,h=a("#field_config_panels");if(e){var k=a("#"+e).clone().wrap("<div>").parent().html().replace(new RegExp(e,"g"),"{{id}}");i=Handlebars.compile(k)}else i=Handlebars.compile(a("#caldera_field_config_wrapper_templ").html());j={id:g,label:"",slug:""},h.append(i(j)),b.removeClass("button-small").removeClass("button").removeClass("button-primary").removeClass("ui-draggable").removeClass("layout-new-form-field").addClass("layout-form-field").attr("data-config",f),b.find(".layout_field_name").remove(),b.find(".field-location").prop("name","config[layout_grid][fields]["+f+"]"),b.find(".settings-panel").show(),b.appendTo(c),d(),b.find(".icon-edit").trigger("click"),a("#"+f+"_lable").focus().select(),e&&(h.find(".field_config_string").val(""),h.find(".field-label").trigger("change")),rebuild_field_binding(),baldrickTriggers(),a("#"+f).trigger("field.drop"),a(document).trigger("field.added")}function d(){a(".toggle-options").sortable({handle:".dashicons-sort"}),a("#grid-pages-panel").sortable({placeholder:"row-drop-helper",handle:".sort-handle",items:".first-row-level",axis:"y",stop:function(){b()}}),a(".layout-column").sortable({connectWith:".layout-column",appendTo:"#grid-pages-panel",helper:"clone",items:".layout-form-field",handle:".drag-handle",cursor:"move",opacity:.7,cursorAt:{left:100,top:15},start:function(a,b){b.helper.css({width:"200px",height:"35px",paddingTop:"20px"})},stop:function(a,c){c.item.removeAttr("style"),b()}}),a("h3 .layout-new-form-field").draggable({helper:"clone",appendTo:"body"}),a(".page-toggle.button").droppable({accept:".layout-form-field",over:function(){a(this).trigger("click"),a(".layout-column").sortable("refresh")}}),a(".layout-column").droppable({greedy:!0,activeClass:"ui-state-dropper",hoverClass:"ui-state-hoverable",accept:".layout-new-form-field",drop:function(b,d){var e=d.draggable.clone(),f=a(this);c(e,f)}}),b()}add_new_grid_page=function(){return{page_no:"pg_"+Math.round(1e7*Math.random())}},add_page_grid=function(b){var c=a(".page-toggle").length+1,e=a('<button type="button" data-name="Page '+c+'" data-page="'+b.rawData.page_no+'" class="page-toggle button">'+b.params.trigger.data("addtitle")+" "+c+"</button> "),f=a("#page-toggles");e.appendTo(f),f.show(),d(),e.trigger("click"),1===c&&f.hide(),a(document).trigger("add.page")},a(document).on("remove.page add.page load.page",function(){var c=a(".page-toggle").length,d=a("#tab_pages");1>=c?d.hide():d.show()}),d(),a("#grid-pages-panel").on("click",".column-fieldinsert .dashicons-plus-alt",function(){var d=a(this).closest(".column-container"),e=a("#newfield-tool").clone();c(e,d)}),a("#grid-pages-panel").on("click",".column-fieldinsert .dashicons-admin-generic",function(){}),a("#grid-pages-panel").on("click",".column-split",function(){var c=a(this).parent().parent(),e=c.attr("class").split("-"),f=a("<div>").insertAfter(c),g=Math.ceil(e[2]/2),h=Math.floor(e[2]/2);e[2]=g,c.attr("class",e.join("-")),e[2]=h,f.addClass(e.join("-")).append('<div class="layout-column column-container">'),a(this).remove(),d(),jQuery(".column-tools").remove(),jQuery(".column-merge").remove()}),a("#grid-pages-panel").on("click",".column-remove",function(){var d=a(this).closest(".row"),e=d.find(".layout-form-field"),f=d.closest(".layout-grid-panel");if(e.length){if(!confirm(a("#row-remove-fields-message").text()))return;e.each(function(b,c){var d=a(c).data("config");a("#"+d).remove(),a('option[value="'+d+'"]').remove(),a('[data-bind="'+d+'"]').remove(),delete current_form_fields[d]})}d.slideUp(200,function(){if(a(this).remove(),b(),rebuild_field_binding(),!f.find(".row").length){f.remove();var c=a("#page-toggles .button-primary"),d=c.prev(),e=c.next();c.remove(),d.length?d.trigger("click"):e.trigger("click")}a(document).trigger("remove.page")}),jQuery(".column-tools").remove(),jQuery(".column-merge").remove()}),a(".caldera-config-editor-main-panel").on("click",".caldera-add-row",function(c){c.preventDefault();var e=a(".page-active");return e.length?(a(".page-active").append('<div class="first-row-level row"><div class="col-xs-12"><div class="layout-column column-container"></div></div></div>'),d(),b(),void 0):(a(".caldera-add-page").trigger("click"),void 0)}),a("#grid-pages-panel").on("click",".column-join",function(){var d=a(this).parent().parent().parent(),e=d.prev(),f=e.attr("class").split("-"),g=d.attr("class").split("-");f[2]=parseFloat(f[2])+parseFloat(g[2]),d.find(".layout-column").contents().appendTo(e.find(".layout-column")),e.attr("class",f.join("-")),d.remove(),b(),jQuery(".column-tools").remove(),jQuery(".column-merge").remove()}),a("#grid-pages-panel").on("mouseenter",".row",function(){var d=jQuery(this);jQuery(".column-tools,.column-merge").remove(),d.children().children().first().append('<div class="column-remove column-tools"><i class="icon-remove"></i></div>'),d.children().children().last().append('<div class="column-sort column-tools" style="text-align:right;"><i class="dashicons dashicons-menu drag-handle sort-handle"></i></div>'),d.children().children().not(":first").prepend('<div class="column-merge"><div class="column-join column-tools"><i class="icon-join"></i></div></div>');var e=d.parent().parent().parent().width()/12-1;d.children().children().each(function(b,c){var d=a(c),e=d.width()/2-5;d.prepend('<div class="column-fieldinsert column-tools"><i class="dashicons dashicons-plus-alt"></i></div>'),d.parent().hasClass("col-xs-1")||(d.prepend('<div class="column-split column-tools"><i class="dashicons dashicons-leftright"></i></div>'),d.find(".column-split").css("left",e))}),jQuery(".column-merge").draggable({axis:"x",helper:"clone",appendTo:d,grid:[e,0],drag:function(c,d){a(this).addClass("dragging"),a(".column-tools").remove(),a(".column-split").remove();var e=a(this).parent().parent(),f=d.helper,g=d.originalPosition.left>f.position().left?"left":"right",i=e.prev(),j=Math.round(e.parent().width()/12-10),k=Math.abs(d.originalPosition.left-f.position().left);if(e.parent().addClass("sizing"),k>=j){var l=i.attr("class").split("-"),m=e.attr("class").split("-");l[2]=parseFloat(l[2]),m[2]=parseFloat(m[2]),"left"===g?(l[2]--,m[2]++,l[2]>0&&l[2]<l[2]+m[2]?(i.attr("class",l.join("-")),e.attr("class",m.join("-")),d.originalPosition.left=f.position().left):a(this).draggable("option","disabled",!0)):(l[2]++,m[2]--,m[2]>0&&m[2]<m[2]+m[2]?(i.attr("class",l.join("-")),e.attr("class",m.join("-")),d.originalPosition.left=f.position().left):a(this).draggable("option","disabled",!0)),b()
|
2 |
+
}},stop:function(){a(this).removeClass("dragging").parent().parent().parent().removeClass("sizing")}})}),a("#grid-pages-panel").on("mouseleave",".row",function(){jQuery(".column-tools").remove(),jQuery(".column-merge").remove()}),a("#grid-pages-panel").on("click",".layout-form-field .icon-remove",function(){var b=a(this),c=b.parent(),d=a("#"+c.data("config"));c.slideUp(100,function(){a(this).remove()}),d.slideUp(100,function(){a(this).remove()})}),a("#grid-pages-panel").on("click",".layout-form-field .icon-edit",function(){var b=a(this),c=b.parent(),d=a("#"+c.data("config")+"_type").val();a(".caldera-editor-field-config-wrapper").hide(),c.hasClass("field-edit-open")?c.removeClass("field-edit-open"):(a(".layout-form-field").removeClass("field-edit-open"),c.addClass("field-edit-open"),a("#"+c.data("config")).show()),a(document).trigger("show."+c.data("config")),("radio"===d||"checkbox"===d||"dropdown"===d||"toggle_switch"===d)&&a("#"+c.data("config")+"_auto").trigger("change")}),a("body").on("click",".layout-modal-edit-closer,.layout-modal-save-action",function(b){b.preventDefault();var c=a(this),d=a(".layout-form-field.edit-open"),e=c.closest(".layout-modal-container");settings=e.find(".settings-panel").first(),a(".edit-open").removeClass("edit-open"),settings.appendTo(d.find(".settings-wrapper")).hide(),e.hide()}),a(".layout-editor-body").on("change",".layout-core-pod-query",function(){a(this).parent().find(".settings-panel-row").remove(),a(".edit-open").find(".drag-handle .set-pod").html(" - "+a(this).val())}),a(".layout-editor-body").on("click",".remove-where",function(){a(this).closest(".settings-panel-row").remove()}),a(".layout-editor-body").on("click",".use-pod-container",function(){var b=a(this),c=b.prev(),d=c.val();if(d.length){a(".edit-open").find(".drag-handle .set-pod").html(" - "+c.val()),b.parent().parent().find(".spinner").css("display","inline-block");var f={action:"pq_loadpod",pod_reference:{pod:d}};a.post(ajaxurl,f,function(c){b.parent().find(".spinner").css("display","none");var d=a("#where-line-tmpl").html(),e="",f=b.closest(".settings-panel").data("container");for(var g in c)e+='<option value="'+c[g]+'">'+c[g]+"</option>";d=d.replace(/{{fields}}/g,e).replace(/{{container_id}}/g,f),b.parent().append(d)})}}),a(".caldera-editor-header").on("click",".column-sort .icon-edit",function(){}),a(".layout-editor-body").on("tray_loaded",".layout-template-tray",function(){d()}),a(".caldera-editor-header").on("click",".caldera-editor-header-nav a",function(b){b.preventDefault();var c=a(this);a(".caldera-editor-header-nav li").removeClass("active"),a(".caldera-editor-body").hide(),a(c.attr("href")).show(),c.parent().addClass("active"),rebind_field_bindings()}),a("body").on("change",".required",function(){check_required_bindings(this)}),a("body").on("submit",".caldera-forms-options-form",function(b){var c=a(".required.has-error");c.length&&b.preventDefault()}),a(".caldera-editor-body").on("click",".add-toggle-option",function(){var c=a(this);if(c.data("bulk"))return a(c.data("bulk")).toggle(),a(c.data("bulk")).find("textarea").focus(),void 0;var d=c.closest(".caldera-editor-field-config-wrapper"),e=d.find(".toggle-options"),f=a("#field-option-row-tmpl").html(),g=Handlebars.compile(f),h="opt"+parseInt(1048576*(Math.random()+1)),i={_name:"config[fields]["+d.prop("id")+"][config]",option:{}};if(c.data("options")){for(var j=a(c.data("options")),k=j.val().split("\n"),l=0;l<k.length;l++)i.option["opt"+parseInt(1048576*(Math.random()+l))]={value:k[l],label:k[l],"default":!1};a(c.data("options")).parent().hide(),j.val(""),e.empty()}else i.option[h]={value:"",label:"","default":!1};e.append(g(i)),d.find(".toggle_show_values").trigger("change"),a(".toggle-options").sortable({handle:".dashicons-sort"}),k||e.find(".toggle_label_field").last().focus()}),a(".caldera-editor-body").on("click",".toggle-remove-option",function(){var c=a(this).closest(".caldera-editor-field-config-wrapper").find(".field-config").first();a(this).parent().remove(),c.trigger("change")}),a(".caldera-editor-body").on("click",".page-toggle",function(){var c=a(this),d=c.parent(),e=d.find(".button");e.removeClass("button-primary"),a(".layout-grid-panel").hide().removeClass("page-active"),a("#"+c.data("page")).show().addClass("page-active"),c.addClass("button-primary"),e.each(function(b,c){a(c).html(d.data("title")+" "+(b+1))}),1===e.length&&d.hide()}),a(".caldera-editor-body").on("blur toggle.values",".toggle_label_field",function(){var c=a(this),d=c.prev();d.val().length||d.val(c.val())}),rebuild_field_binding(),a(document).trigger("load.page")}),Handlebars.registerHelper("_options_config",function(){}),jQuery(document).ready(function(a){function b(){a(".caldera-editor-processors-panel ul").sortable({update:function(){rebuild_field_binding()}})}function c(b){var c=a(b),d=a("#"+c.val()+"-tmpl").length?a("#"+c.val()+"-tmpl").html():"",e=c.closest(".caldera-editor-processor-config-wrapper"),f=e.find(".caldera-config-processor-setup"),g=Handlebars.compile(d),h=e.find(".processor_config_string").val(),i=c.data("type");h=h.length&&i===c.val()?JSON.parse(h):processor_defaults[c.val()+"_cfg"],h||(h={}),h._id=e.prop("id"),h._name="config[processors]["+e.prop("id")+"][config]",g=a("<div>").html(g(h)),f.html(g.html()),"function"==typeof window[c.val()+"_init"]&&window[c.val()+"_init"](e.prop("id"),f),e.find(".no-conditions").length&&e.find(".toggle_option_tab").remove(),rebuild_field_binding(),baldrickTriggers()}a("body").on("click",".caldera-processor-nav a",function(b){b.preventDefault();var c=a(this);a(".caldera-processor-nav").removeClass("active"),a(".caldera-editor-processor-config-wrapper").hide(),a(c.attr("href")).show(),c.parent().addClass("active")}),a("body").on("click",".add-new-processor",function(){var d=a(this),e=Handlebars.compile(a("#processor-wrapper-tmpl").html());wrap=a(".active-processors-list"),process_conf=a(".caldera-editor-processor-config"),processid=Math.round(1e8*Math.random()),new_templ=Handlebars.compile(a("#processor-line-tmpl").html()),new_proc={id:"fp_"+processid,type:d.data("type")},wrap.append(new_templ(new_proc)),process_conf.append(e(new_proc)),a("#form_processor_baldrickModalCloser").trigger("click"),a(".caldera-processor-nav a").last().trigger("click"),a("#fp_"+processid+"_type").val(d.data("type")).trigger("change"),b(),baldrickTriggers()}),a("body").on("click",".delete-processor",function(){var c=a(this),d=c.closest(".caldera-editor-processor-config-wrapper");d.data("type"),confirm(c.data("confirm"))&&(a("."+d.prop("id")).remove(),d.remove(),a(".caldera-processor-nav a").first().trigger("click"),rebuild_field_binding())}),a("body").on("change",".caldera-select-processor-type",function(){var d=a(this),e=d.closest(".caldera-editor-processor-config-wrapper"),f=d.find('option[value="'+d.val()+'"]').text(),g=e.find(".caldera-editor-processor-title"),h=a(".caldera-processor-nav.active a");""===f&&(f=g.data("title")),g.html(f),h.html(f+' <span class="processor-line-number"></span>').parent().addClass("processor_type_"+d.val()),c(this),rebuild_field_binding()}),rebuild_field_binding(),a(".caldera-select-processor-type").each(function(a,b){c(b)}),b()}),Handlebars.registerHelper("_field",function(a){var b=this,c="",d="",e="",f=this[a.hash.slug]?' data-default="'+this[a.hash.slug]+'"':"";a.hash.required&&(c=" required"),a.hash.exclude&&(e='data-exclude="'+a.hash.exclude+'"'),a.hash.array&&(d="[]","true"!==a.hash.array&&(f='value="'+a.hash.array+'"')),out="<select "+(a.hash.type?'data-type="'+a.hash.type+'"':"")+f+" "+e+' name="'+this._name+"["+a.hash.slug+"]"+d+'" id="'+this._id+"_"+a.hash.slug+'" class="block-input field-config caldera-field-bind'+c+'">',this[a.hash.slug]?out+='<option class="bound-field" value="'+this[a.hash.slug]+'" class="bound-field"></option>':a.hash.required||(out+='<option value=""></option>');for(var g in current_form_fields){var h="";a.hash.type&¤t_form_fields[g].type!==a.hash.type||(b[a.hash.slug]&&b[a.hash.slug]===g&&(h=' selected="selected"'),out+='<option value="'+g+'"'+h+">"+current_form_fields[g].label+" ["+current_form_fields[g].slug+"]</option>")}return out+="</select>",a.hash.required&&(out+='<input class="field-config" name="'+this._name+'[_required_bounds][]" type="hidden" value="'+a.hash.slug+'">'),out}),Handlebars.registerHelper("console",function(){console.log(this)});
|
assets/js/fields.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
function color_picker_init(){jQuery(".minicolor-picker").miniColors()}function toggle_button_init(a,b){var c=jQuery(b),d=c.find(".cf-toggle-group-radio:checked");d.length&&jQuery("#"+d.data("ref")).trigger("click")}jQuery&&function(a){a.extend(a.fn,{miniColors:function(b,c){var d=function(b,c){var e=s(b.val());e||(e="ffffff");var f=x(e),h=a('<span class="input-group-addon" style="background-color: #'+e+'" href="#"></span>');h.insertAfter(b),b.addClass("miniColors").data("original-maxlength",b.attr("maxlength")||null).data("original-autocomplete",b.attr("autocomplete")||null).data("letterCase",c.letterCase?c.letterCase:"uppercase").data("trigger",h).data("hsb",f).data("change",c.change?c.change:null).data("close",c.close?c.close:null).data("open",c.open?c.open:null).attr("maxlength",7).attr("autocomplete","off").val("#"+o(e,c.letterCase)).trigger("change"),c.readonly&&b.prop("readonly",!0),c.disabled&&g(b),h.on("click.miniColors",function(a){a.preventDefault(),""===b.val()&&b.val("#").trigger("change"),i(b)}),b.on("focus.miniColors",function(){""===b.val()&&b.val("#").trigger("change"),i(b)}),b.on("blur.miniColors",function(){var c=s(y(b.data("hsb")));b.val(c?"#"+o(c,b.data("letterCase")):"").trigger("change")}),b.on("keydown.miniColors",function(a){9===a.keyCode&&j(b)}),b.on("keyup.miniColors",function(){n(b)}),b.on("paste.miniColors",function(){setTimeout(function(){n(b)},5)})},e=function(b){j(),b=a(b),b.data("trigger").remove(),b.attr("autocomplete",b.data("original-autocomplete")).attr("maxlength",b.data("original-maxlength")).removeData().removeClass("miniColors").off(".miniColors"),a(document).off(".miniColors")},f=function(a){a.prop("disabled",!1).data("trigger").css("opacity",1)},g=function(a){j(a),a.prop("disabled",!0).data("trigger").css("opacity",.5)},i=function(b){if(b.prop("disabled"))return!1;j();var c=a('<div class="miniColors-selector"></div>');c.append('<div class="miniColors-colors" style="background-color: #FFF;"><div class="miniColors-colorPicker"><div class="miniColors-colorPicker-inner"></div></div>').append('<div class="miniColors-hues"><div class="miniColors-huePicker"></div></div>').css("display","none").addClass(b.attr("class")).removeClass("form-control");var d=b.data("hsb");c.find(".miniColors-colors").css("backgroundColor","#"+y({h:d.h,s:100,b:100}));var e=b.data("colorPosition");e||(e=p(d)),c.find(".miniColors-colorPicker").css("top",e.y+"px").css("left",e.x+"px");var f=b.data("huePosition");f||(f=q(d)),c.find(".miniColors-huePicker").css("top",f.y+"px"),b.data("selector",c).data("huePicker",c.find(".miniColors-huePicker")).data("colorPicker",c.find(".miniColors-colorPicker")).data("mousebutton",0),a("BODY").append(c);var g=b.data("trigger"),h=!b.is(":visible"),i=h?g.offset().top+g.outerHeight():b.offset().top+b.outerHeight(),m=h?g.offset().left:b.offset().left,n=c.outerWidth(),o=c.outerHeight(),r=g.outerWidth(),s=g.outerHeight(),u=a(window).height(),v=a(window).width(),w=a(window).scrollTop(),x=a(window).scrollLeft();i+o>u+w&&(i=i-o-s),m+n>v+x&&(m=m-n+r),c.css({top:i,left:m}).fadeIn(100),c.on("selectstart",function(){return!1}),(!a.browser.msie||a.browser.msie&&a.browser.version>=9)&&a(window).on("resize.miniColors",function(){j(b)}),a(document).on("mousedown.miniColors touchstart.miniColors",function(c){b.data("mousebutton",1);var d=a(c.target).parents().andSelf();return d.hasClass("miniColors-colors")&&(c.preventDefault(),b.data("moving","colors"),k(b,c)),d.hasClass("miniColors-hues")&&(c.preventDefault(),b.data("moving","hues"),l(b,c)),d.hasClass("miniColors-selector")?(c.preventDefault(),void 0):(d.hasClass("miniColors")||j(b),void 0)}),a(document).on("mouseup.miniColors touchend.miniColors",function(a){a.preventDefault(),b.data("mousebutton",0).removeData("moving")}).on("mousemove.miniColors touchmove.miniColors",function(a){a.preventDefault(),1===b.data("mousebutton")&&("colors"===b.data("moving")&&k(b,a),"hues"===b.data("moving")&&l(b,a))}),b.data("open")&&b.data("open").call(b.get(0),"#"+y(d),t(d))},j=function(b){b||(b=a(".miniColors")),b.each(function(){var c=a(this).data("selector");a(this).removeData("selector"),a(c).fadeOut(100,function(){if(b.data("close")){var c=b.data("hsb"),d=y(c);b.data("close").call(b.get(0),"#"+d,t(c))}a(this).remove()})}),a(document).off(".miniColors")},k=function(a,b){var c=a.data("colorPicker");c.hide();var d={x:b.pageX,y:b.pageY};b.originalEvent.changedTouches&&(d.x=b.originalEvent.changedTouches[0].pageX,d.y=b.originalEvent.changedTouches[0].pageY),d.x=d.x-a.data("selector").find(".miniColors-colors").offset().left-5,d.y=d.y-a.data("selector").find(".miniColors-colors").offset().top-5,d.x<=-5&&(d.x=-5),d.x>=144&&(d.x=144),d.y<=-5&&(d.y=-5),d.y>=144&&(d.y=144),a.data("colorPosition",d),c.css("left",d.x).css("top",d.y).show();var e=Math.round(.67*(d.x+5));0>e&&(e=0),e>100&&(e=100);var f=100-Math.round(.67*(d.y+5));0>f&&(f=0),f>100&&(f=100);var g=a.data("hsb");g.s=e,g.b=f,m(a,g,!0)},l=function(a,b){var c=a.data("huePicker");c.hide();var d={y:b.pageY};b.originalEvent.changedTouches&&(d.y=b.originalEvent.changedTouches[0].pageY),d.y=d.y-a.data("selector").find(".miniColors-colors").offset().top-1,d.y<=-1&&(d.y=-1),d.y>=149&&(d.y=149),a.data("huePosition",d),c.css("top",d.y).show();var e=Math.round(2.4*(150-d.y-1));0>e&&(e=0),e>360&&(e=360);var f=a.data("hsb");f.h=e,m(a,f,!0)},m=function(a,b,c){a.data("hsb",b);var d=y(b);if(c&&a.val("#"+o(d,a.data("letterCase"))).trigger("change"),a.data("trigger").css("backgroundColor","#"+d),a.data("selector")&&a.data("selector").find(".miniColors-colors").css("backgroundColor","#"+y({h:b.h,s:100,b:100})),a.data("change")){if(d===a.data("lastChange"))return;a.data("change").call(a.get(0),"#"+d,t(b)),a.data("lastChange",d)}},n=function(b){b.val("#"+r(b.val())).trigger("change");var c=s(b.val());if(!c)return!1;var d=x(c),e=b.data("hsb");if(d.h===e.h&&d.s===e.s&&d.b===e.b)return!0;var f=p(d),g=a(b.data("colorPicker"));g.css("top",f.y+"px").css("left",f.x+"px"),b.data("colorPosition",f);var h=q(d),i=a(b.data("huePicker"));return i.css("top",h.y+"px"),b.data("huePosition",h),m(b,d),!0},o=function(a,b){return"lowercase"===b?a.toLowerCase():"uppercase"===b?a.toUpperCase():a},p=function(a){var b=Math.ceil(a.s/.67);0>b&&(b=0),b>150&&(b=150);var c=150-Math.ceil(a.b/.67);return 0>c&&(c=0),c>150&&(c=150),{x:b-5,y:c-5}},q=function(a){var b=150-a.h/2.4;return 0>b&&(h=0),b>150&&(h=150),{y:b-1}},r=function(a){return a.replace(/[^A-F0-9]/gi,"")},s=function(a){return(a=r(a))?(3===a.length&&(a=a[0]+a[0]+a[1]+a[1]+a[2]+a[2]),6===a.length?a:null):null},t=function(a){var b={},c=Math.round(a.h),d=Math.round(255*a.s/100),e=Math.round(255*a.b/100);if(0===d)b.r=b.g=b.b=e;else{var f=e,g=(255-d)*e/255,h=(f-g)*(c%60)/60;360===c&&(c=0),60>c?(b.r=f,b.b=g,b.g=g+h):120>c?(b.g=f,b.b=g,b.r=f-h):180>c?(b.g=f,b.r=g,b.b=g+h):240>c?(b.b=f,b.r=g,b.g=f-h):300>c?(b.b=f,b.g=g,b.r=g+h):360>c?(b.r=f,b.g=g,b.b=f-h):(b.r=0,b.g=0,b.b=0)}return{r:Math.round(b.r),g:Math.round(b.g),b:Math.round(b.b)}},u=function(b){var c=[b.r.toString(16),b.g.toString(16),b.b.toString(16)];return a.each(c,function(a,b){1===b.length&&(c[a]="0"+b)}),c.join("")},v=function(a){return a=parseInt(a.indexOf("#")>-1?a.substring(1):a,16),{r:a>>16,g:(65280&a)>>8,b:255&a}},w=function(a){var b={h:0,s:0,b:0},c=Math.min(a.r,a.g,a.b),d=Math.max(a.r,a.g,a.b),e=d-c;return b.b=d,b.s=0!==d?255*e/d:0,b.h=0!==b.s?a.r===d?(a.g-a.b)/e:a.g===d?2+(a.b-a.r)/e:4+(a.r-a.g)/e:-1,b.h*=60,b.h<0&&(b.h+=360),b.s*=100/255,b.b*=100/255,b},x=function(a){var b=w(v(a));return 0===b.s&&(b.h=360),b},y=function(a){return u(t(a))};switch(b){case"readonly":return a(this).each(function(){a(this).hasClass("miniColors")&&a(this).prop("readonly",c)}),a(this);case"disabled":return a(this).each(function(){a(this).hasClass("miniColors")&&(c?g(a(this)):f(a(this)))}),a(this);case"value":if(void 0===c){if(!a(this).hasClass("miniColors"))return;var z=a(this),A=s(z.val());return A?"#"+o(A,z.data("letterCase")):null}return a(this).each(function(){a(this).hasClass("miniColors")&&(a(this).val(c).trigger("change"),n(a(this)))}),a(this);case"destroy":return a(this).each(function(){a(this).hasClass("miniColors")&&e(a(this))}),a(this);default:return b||(b={}),a(this).each(function(){"input"===a(this)[0].tagName.toLowerCase()&&(a(this).data("trigger")||d(a(this),b,c))}),a(this)}}})}(jQuery),jQuery(function(a){a("body").on("change",".minicolor-picker.field-config",function(){var b=a(this).closest(".caldera-editor-field-config-wrapper");a('[data-for="'+b.prop("id")+'"]').css("backgroundColor",this.value)})}),function(a,b){function d(){return new Date(Date.UTC.apply(Date,arguments))}function e(){var a=new Date;return d(a.getFullYear(),a.getMonth(),a.getDate())}function f(a){return function(){return this[a].apply(this,arguments)}}function j(b,c){function h(a,b){return b.toLowerCase()}var f,d=a(b).data(),e={},g=new RegExp("^"+c.toLowerCase()+"([A-Z])");c=new RegExp("^"+c.toLowerCase());for(var i in d)c.test(i)&&(f=i.replace(g,h),e[f]=d[i]);return e}function k(b){var c={};if(o[b]||(b=b.split("-")[0],o[b])){var d=o[b];return a.each(n,function(a,b){b in d&&(c[b]=d[b])}),c}}var c=a(window),g=function(){var b={get:function(a){return this.slice(a)[0]},contains:function(a){for(var b=a&&a.valueOf(),c=0,d=this.length;d>c;c++)if(this[c].valueOf()===b)return c;return-1},remove:function(a){this.splice(a,1)},replace:function(b){b&&(a.isArray(b)||(b=[b]),this.clear(),this.push.apply(this,b))},clear:function(){this.splice(0)},copy:function(){var a=new g;return a.replace(this),a}};return function(){var c=[];return c.push.apply(c,arguments),a.extend(c,b),c}}(),h=function(b,c){this.dates=new g,this.viewDate=e(),this.focusDate=null,this._process_options(c),this.element=a(b),this.isInline=!1,this.isInput=this.element.is("input"),this.component=this.element.is(".date")?this.element.find(".add-on, .input-group-addon, .btn"):!1,this.hasInput=this.component&&this.element.find("input").length,this.component&&0===this.component.length&&(this.component=!1),this.picker=a(p.template),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("cfdatepicker-inline").appendTo(this.element):this.picker.addClass("cfdatepicker-dropdown dropdown-menu"),this.o.rtl&&this.picker.addClass("cfdatepicker-rtl"),this.viewMode=this.o.startView,this.o.calendarWeeks&&this.picker.find("tfoot th.today").attr("colspan",function(a,b){return parseInt(b)+1}),this._allow_update=!1,this.setStartDate(this._o.startDate),this.setEndDate(this._o.endDate),this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled),this.fillDow(),this.fillMonths(),this._allow_update=!0,this.update(),this.showMode(),this.isInline&&this.show()};h.prototype={constructor:h,_process_options:function(b){this._o=a.extend({},this._o,b);var c=this.o=a.extend({},this._o),d=c.language;switch(o[d]||(d=d.split("-")[0],o[d]||(d=m.language)),c.language=d,c.startView){case 2:case"decade":c.startView=2;break;case 1:case"year":c.startView=1;break;default:c.startView=0}switch(c.minViewMode){case 1:case"months":c.minViewMode=1;break;case 2:case"years":c.minViewMode=2;break;default:c.minViewMode=0}c.startView=Math.max(c.startView,c.minViewMode),c.multidate!==!0&&(c.multidate=Number(c.multidate)||!1,c.multidate=c.multidate!==!1?Math.max(0,c.multidate):1),c.multidateSeparator=String(c.multidateSeparator),c.weekStart%=7,c.weekEnd=(c.weekStart+6)%7;var e=p.parseFormat(c.format);c.startDate!==-1/0&&(c.startDate=c.startDate?c.startDate instanceof Date?this._local_to_utc(this._zero_time(c.startDate)):p.parseDate(c.startDate,e,c.language):-1/0),1/0!==c.endDate&&(c.endDate=c.endDate?c.endDate instanceof Date?this._local_to_utc(this._zero_time(c.endDate)):p.parseDate(c.endDate,e,c.language):1/0),c.daysOfWeekDisabled=c.daysOfWeekDisabled||[],a.isArray(c.daysOfWeekDisabled)||(c.daysOfWeekDisabled=c.daysOfWeekDisabled.split(/[,\s]*/)),c.daysOfWeekDisabled=a.map(c.daysOfWeekDisabled,function(a){return parseInt(a,10)});var f=String(c.orientation).toLowerCase().split(/\s+/g),g=c.orientation.toLowerCase();if(f=a.grep(f,function(a){return/^auto|left|right|top|bottom$/.test(a)}),c.orientation={x:"auto",y:"auto"},g&&"auto"!==g)if(1===f.length)switch(f[0]){case"top":case"bottom":c.orientation.y=f[0];break;case"left":case"right":c.orientation.x=f[0]}else g=a.grep(f,function(a){return/^left|right$/.test(a)}),c.orientation.x=g[0]||"auto",g=a.grep(f,function(a){return/^top|bottom$/.test(a)}),c.orientation.y=g[0]||"auto";else;},_events:[],_secondaryEvents:[],_applyEvents:function(a){for(var d,e,f,c=0;c<a.length;c++)d=a[c][0],2===a[c].length?(e=b,f=a[c][1]):3===a[c].length&&(e=a[c][1],f=a[c][2]),d.on(f,e)},_unapplyEvents:function(a){for(var d,e,f,c=0;c<a.length;c++)d=a[c][0],2===a[c].length?(f=b,e=a[c][1]):3===a[c].length&&(f=a[c][1],e=a[c][2]),d.off(e,f)},_buildEvents:function(){this.isInput?this._events=[[this.element,{focus:a.proxy(this.show,this),keyup:a.proxy(function(b){-1===a.inArray(b.keyCode,[27,37,39,38,40,32,13,9])&&this.update()},this),keydown:a.proxy(this.keydown,this)}]]:this.component&&this.hasInput?this._events=[[this.element.find("input"),{focus:a.proxy(this.show,this),keyup:a.proxy(function(b){-1===a.inArray(b.keyCode,[27,37,39,38,40,32,13,9])&&this.update()},this),keydown:a.proxy(this.keydown,this)}],[this.component,{click:a.proxy(this.show,this)}]]:this.element.is("div")?this.isInline=!0:this._events=[[this.element,{click:a.proxy(this.show,this)}]],this._events.push([this.element,"*",{blur:a.proxy(function(a){this._focused_from=a.target},this)}],[this.element,{blur:a.proxy(function(a){this._focused_from=a.target},this)}]),this._secondaryEvents=[[this.picker,{click:a.proxy(this.click,this)}],[a(window),{resize:a.proxy(this.place,this)}],[a(document),{"mousedown touchstart":a.proxy(function(a){this.element.is(a.target)||this.element.find(a.target).length||this.picker.is(a.target)||this.picker.find(a.target).length||this.hide()},this)}]]},_attachEvents:function(){this._detachEvents(),this._applyEvents(this._events)},_detachEvents:function(){this._unapplyEvents(this._events)},_attachSecondaryEvents:function(){this._detachSecondaryEvents(),this._applyEvents(this._secondaryEvents)},_detachSecondaryEvents:function(){this._unapplyEvents(this._secondaryEvents)},_trigger:function(b,c){var d=c||this.dates.get(-1),e=this._utc_to_local(d);this.element.trigger({type:b,date:e,dates:a.map(this.dates,this._utc_to_local),format:a.proxy(function(a,b){0===arguments.length?(a=this.dates.length-1,b=this.o.format):"string"==typeof a&&(b=a,a=this.dates.length-1),b=b||this.o.format;var c=this.dates.get(a);return p.formatDate(c,b,this.o.language)},this)})},show:function(){this.isInline||this.picker.appendTo("body"),this.picker.show(),this.place(),this._attachSecondaryEvents(),this._trigger("show")},hide:function(){this.isInline||this.picker.is(":visible")&&(this.focusDate=null,this.picker.hide().detach(),this._detachSecondaryEvents(),this.viewMode=this.o.startView,this.showMode(),this.o.forceParse&&(this.isInput&&this.element.val()||this.hasInput&&this.element.find("input").val())&&this.setValue(),this._trigger("hide"))},remove:function(){this.hide(),this._detachEvents(),this._detachSecondaryEvents(),this.picker.remove(),delete this.element.data().cfdatepicker,this.isInput||delete this.element.data().date},_utc_to_local:function(a){return a&&new Date(a.getTime()+6e4*a.getTimezoneOffset())},_local_to_utc:function(a){return a&&new Date(a.getTime()-6e4*a.getTimezoneOffset())},_zero_time:function(a){return a&&new Date(a.getFullYear(),a.getMonth(),a.getDate())},_zero_utc_time:function(a){return a&&new Date(Date.UTC(a.getUTCFullYear(),a.getUTCMonth(),a.getUTCDate()))},getDates:function(){return a.map(this.dates,this._utc_to_local)},getUTCDates:function(){return a.map(this.dates,function(a){return new Date(a)})},getDate:function(){return this._utc_to_local(this.getUTCDate())},getUTCDate:function(){return new Date(this.dates.get(-1))},setDates:function(){var b=a.isArray(arguments[0])?arguments[0]:arguments;this.update.apply(this,b),this._trigger("changeDate"),this.setValue()},setUTCDates:function(){var b=a.isArray(arguments[0])?arguments[0]:arguments;this.update.apply(this,a.map(b,this._utc_to_local)),this._trigger("changeDate"),this.setValue()},setDate:f("setDates"),setUTCDate:f("setUTCDates"),setValue:function(){var a=this.getFormattedDate();this.isInput?this.element.val(a).change():this.component&&this.element.find("input").val(a).change()},getFormattedDate:function(c){c===b&&(c=this.o.format);var d=this.o.language;return a.map(this.dates,function(a){return p.formatDate(a,c,d)}).join(this.o.multidateSeparator)},setStartDate:function(a){this._process_options({startDate:a}),this.update(),this.updateNavArrows()},setEndDate:function(a){this._process_options({endDate:a}),this.update(),this.updateNavArrows()},setDaysOfWeekDisabled:function(a){this._process_options({daysOfWeekDisabled:a}),this.update(),this.updateNavArrows()},place:function(){if(!this.isInline){var b=this.picker.outerWidth(),d=this.picker.outerHeight(),e=10,f=c.width(),g=c.height(),h=c.scrollTop(),i=parseInt(this.element.parents().filter(function(){return"auto"!==a(this).css("z-index")}).first().css("z-index"))+10,j=this.component?this.component.parent().offset():this.element.offset(),k=this.component?this.component.outerHeight(!0):this.element.outerHeight(!1),l=this.component?this.component.outerWidth(!0):this.element.outerWidth(!1),m=j.left,n=j.top;this.picker.removeClass("cfdatepicker-orient-top cfdatepicker-orient-bottom cfdatepicker-orient-right cfdatepicker-orient-left"),"auto"!==this.o.orientation.x?(this.picker.addClass("cfdatepicker-orient-"+this.o.orientation.x),"right"===this.o.orientation.x&&(m-=b-l)):(this.picker.addClass("cfdatepicker-orient-left"),j.left<0?m-=j.left-e:j.left+b>f&&(m=f-b-e));var p,q,o=this.o.orientation.y;"auto"===o&&(p=-h+j.top-d,q=h+g-(j.top+k+d),o=Math.max(p,q)===q?"top":"bottom"),this.picker.addClass("cfdatepicker-orient-"+o),"top"===o?n+=k:n-=d+parseInt(this.picker.css("padding-top")),this.picker.css({top:n,left:m,zIndex:i})}},_allow_update:!0,update:function(){if(this._allow_update){var b=this.dates.copy(),c=[],d=!1;arguments.length?(a.each(arguments,a.proxy(function(a,b){b instanceof Date&&(b=this._local_to_utc(b)),c.push(b)},this)),d=!0):(c=this.isInput?this.element.val():this.element.data("date")||this.element.find("input").val(),c=c&&this.o.multidate?c.split(this.o.multidateSeparator):[c],delete this.element.data().date),c=a.map(c,a.proxy(function(a){return p.parseDate(a,this.o.format,this.o.language)},this)),c=a.grep(c,a.proxy(function(a){return a<this.o.startDate||a>this.o.endDate||!a},this),!0),this.dates.replace(c),this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDate<this.o.startDate?this.viewDate=new Date(this.o.startDate):this.viewDate>this.o.endDate&&(this.viewDate=new Date(this.o.endDate)),d?this.setValue():c.length&&String(b)!==String(this.dates)&&this._trigger("changeDate"),!this.dates.length&&b.length&&this._trigger("clearDate"),this.fill()}},fillDow:function(){var a=this.o.weekStart,b="<tr>";if(this.o.calendarWeeks){var c='<th class="cw"> </th>';b+=c,this.picker.find(".cfdatepicker-days thead tr:first-child").prepend(c)}for(;a<this.o.weekStart+7;)b+='<th class="dow">'+o[this.o.language].daysMin[a++%7]+"</th>";b+="</tr>",this.picker.find(".cfdatepicker-days thead").append(b)},fillMonths:function(){for(var a="",b=0;12>b;)a+='<span class="month">'+o[this.o.language].monthsShort[b++]+"</span>";this.picker.find(".cfdatepicker-months td").html(a)},setRange:function(b){b&&b.length?this.range=a.map(b,function(a){return a.valueOf()}):delete this.range,this.fill()},getClassNames:function(b){var c=[],d=this.viewDate.getUTCFullYear(),e=this.viewDate.getUTCMonth(),f=new Date;return b.getUTCFullYear()<d||b.getUTCFullYear()===d&&b.getUTCMonth()<e?c.push("old"):(b.getUTCFullYear()>d||b.getUTCFullYear()===d&&b.getUTCMonth()>e)&&c.push("new"),this.focusDate&&b.valueOf()===this.focusDate.valueOf()&&c.push("focused"),this.o.todayHighlight&&b.getUTCFullYear()===f.getFullYear()&&b.getUTCMonth()===f.getMonth()&&b.getUTCDate()===f.getDate()&&c.push("today"),-1!==this.dates.contains(b)&&c.push("active"),(b.valueOf()<this.o.startDate||b.valueOf()>this.o.endDate||-1!==a.inArray(b.getUTCDay(),this.o.daysOfWeekDisabled))&&c.push("disabled"),this.range&&(b>this.range[0]&&b<this.range[this.range.length-1]&&c.push("range"),-1!==a.inArray(b.valueOf(),this.range)&&c.push("selected")),c},fill:function(){var m,c=new Date(this.viewDate),e=c.getUTCFullYear(),f=c.getUTCMonth(),g=this.o.startDate!==-1/0?this.o.startDate.getUTCFullYear():-1/0,h=this.o.startDate!==-1/0?this.o.startDate.getUTCMonth():-1/0,i=1/0!==this.o.endDate?this.o.endDate.getUTCFullYear():1/0,j=1/0!==this.o.endDate?this.o.endDate.getUTCMonth():1/0,k=o[this.o.language].today||o.en.today||"",l=o[this.o.language].clear||o.en.clear||"";this.picker.find(".cfdatepicker-days thead th.cfdatepicker-switch").text(o[this.o.language].months[f]+" "+e),this.picker.find("tfoot th.today").text(k).toggle(this.o.todayBtn!==!1),this.picker.find("tfoot th.clear").text(l).toggle(this.o.clearBtn!==!1),this.updateNavArrows(),this.fillMonths();var n=d(e,f-1,28),q=p.getDaysInMonth(n.getUTCFullYear(),n.getUTCMonth());n.setUTCDate(q),n.setUTCDate(q-(n.getUTCDay()-this.o.weekStart+7)%7);var r=new Date(n);r.setUTCDate(r.getUTCDate()+42),r=r.valueOf();for(var t,s=[];n.valueOf()<r;){if(n.getUTCDay()===this.o.weekStart&&(s.push("<tr>"),this.o.calendarWeeks)){var u=new Date(+n+864e5*((this.o.weekStart-n.getUTCDay()-7)%7)),v=new Date(Number(u)+864e5*((11-u.getUTCDay())%7)),w=new Date(Number(w=d(v.getUTCFullYear(),0,1))+864e5*((11-w.getUTCDay())%7)),x=(v-w)/864e5/7+1;s.push('<td class="cw">'+x+"</td>")}if(t=this.getClassNames(n),t.push("day"),this.o.beforeShowDay!==a.noop){var y=this.o.beforeShowDay(this._utc_to_local(n));y===b?y={}:"boolean"==typeof y?y={enabled:y}:"string"==typeof y&&(y={classes:y}),y.enabled===!1&&t.push("disabled"),y.classes&&(t=t.concat(y.classes.split(/\s+/))),y.tooltip&&(m=y.tooltip)}t=a.unique(t),s.push('<td class="'+t.join(" ")+'"'+(m?' title="'+m+'"':"")+">"+n.getUTCDate()+"</td>"),n.getUTCDay()===this.o.weekEnd&&s.push("</tr>"),n.setUTCDate(n.getUTCDate()+1)}this.picker.find(".cfdatepicker-days tbody").empty().append(s.join(""));var z=this.picker.find(".cfdatepicker-months").find("th:eq(1)").text(e).end().find("span").removeClass("active");a.each(this.dates,function(a,b){b.getUTCFullYear()===e&&z.eq(b.getUTCMonth()).addClass("active")}),(g>e||e>i)&&z.addClass("disabled"),e===g&&z.slice(0,h).addClass("disabled"),e===i&&z.slice(j+1).addClass("disabled"),s="",e=10*parseInt(e/10,10);var A=this.picker.find(".cfdatepicker-years").find("th:eq(1)").text(e+"-"+(e+9)).end().find("td");e-=1;for(var C,B=a.map(this.dates,function(a){return a.getUTCFullYear()}),D=-1;11>D;D++)C=["year"],-1===D?C.push("old"):10===D&&C.push("new"),-1!==a.inArray(e,B)&&C.push("active"),(g>e||e>i)&&C.push("disabled"),s+='<span class="'+C.join(" ")+'">'+e+"</span>",e+=1;A.html(s)},updateNavArrows:function(){if(this._allow_update){var a=new Date(this.viewDate),b=a.getUTCFullYear(),c=a.getUTCMonth();switch(this.viewMode){case 0:this.o.startDate!==-1/0&&b<=this.o.startDate.getUTCFullYear()&&c<=this.o.startDate.getUTCMonth()?this.picker.find(".prev").css({visibility:"hidden"}):this.picker.find(".prev").css({visibility:"visible"}),1/0!==this.o.endDate&&b>=this.o.endDate.getUTCFullYear()&&c>=this.o.endDate.getUTCMonth()?this.picker.find(".next").css({visibility:"hidden"}):this.picker.find(".next").css({visibility:"visible"});break;case 1:case 2:this.o.startDate!==-1/0&&b<=this.o.startDate.getUTCFullYear()?this.picker.find(".prev").css({visibility:"hidden"}):this.picker.find(".prev").css({visibility:"visible"}),1/0!==this.o.endDate&&b>=this.o.endDate.getUTCFullYear()?this.picker.find(".next").css({visibility:"hidden"}):this.picker.find(".next").css({visibility:"visible"})}}},click:function(b){b.preventDefault();var e,f,g,c=a(b.target).closest("span, td, th");if(1===c.length)switch(c[0].nodeName.toLowerCase()){case"th":switch(c[0].className){case"cfdatepicker-switch":this.showMode(1);break;case"prev":case"next":var h=p.modes[this.viewMode].navStep*("prev"===c[0].className?-1:1);switch(this.viewMode){case 0:this.viewDate=this.moveMonth(this.viewDate,h),this._trigger("changeMonth",this.viewDate);break;case 1:case 2:this.viewDate=this.moveYear(this.viewDate,h),1===this.viewMode&&this._trigger("changeYear",this.viewDate)}this.fill();break;case"today":var i=new Date;i=d(i.getFullYear(),i.getMonth(),i.getDate(),0,0,0),this.showMode(-2);var j="linked"===this.o.todayBtn?null:"view";this._setDate(i,j);break;case"clear":var k;this.isInput?k=this.element:this.component&&(k=this.element.find("input")),k&&k.val("").change(),this.update(),this._trigger("changeDate"),this.o.autoclose&&this.hide()}break;case"span":c.is(".disabled")||(this.viewDate.setUTCDate(1),c.is(".month")?(g=1,f=c.parent().find("span").index(c),e=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(f),this._trigger("changeMonth",this.viewDate),1===this.o.minViewMode&&this._setDate(d(e,f,g))):(g=1,f=0,e=parseInt(c.text(),10)||0,this.viewDate.setUTCFullYear(e),this._trigger("changeYear",this.viewDate),2===this.o.minViewMode&&this._setDate(d(e,f,g))),this.showMode(-1),this.fill());break;case"td":c.is(".day")&&!c.is(".disabled")&&(g=parseInt(c.text(),10)||1,e=this.viewDate.getUTCFullYear(),f=this.viewDate.getUTCMonth(),c.is(".old")?0===f?(f=11,e-=1):f-=1:c.is(".new")&&(11===f?(f=0,e+=1):f+=1),this._setDate(d(e,f,g)))}this.picker.is(":visible")&&this._focused_from&&a(this._focused_from).focus(),delete this._focused_from},_toggle_multidate:function(a){var b=this.dates.contains(a);if(a?-1!==b?this.dates.remove(b):this.dates.push(a):this.dates.clear(),"number"==typeof this.o.multidate)for(;this.dates.length>this.o.multidate;)this.dates.remove(0)},_setDate:function(a,b){b&&"date"!==b||this._toggle_multidate(a&&new Date(a)),b&&"view"!==b||(this.viewDate=a&&new Date(a)),this.fill(),this.setValue(),this._trigger("changeDate");var c;this.isInput?c=this.element:this.component&&(c=this.element.find("input")),c&&c.change(),!this.o.autoclose||b&&"date"!==b||this.hide()},moveMonth:function(a,c){if(!a)return b;if(!c)return a;var h,i,d=new Date(a.valueOf()),e=d.getUTCDate(),f=d.getUTCMonth(),g=Math.abs(c);if(c=c>0?1:-1,1===g)i=-1===c?function(){return d.getUTCMonth()===f}:function(){return d.getUTCMonth()!==h},h=f+c,d.setUTCMonth(h),(0>h||h>11)&&(h=(h+12)%12);else{for(var j=0;g>j;j++)d=this.moveMonth(d,c);h=d.getUTCMonth(),d.setUTCDate(e),i=function(){return h!==d.getUTCMonth()}}for(;i();)d.setUTCDate(--e),d.setUTCMonth(h);return d},moveYear:function(a,b){return this.moveMonth(a,12*b)},dateWithinRange:function(a){return a>=this.o.startDate&&a<=this.o.endDate},keydown:function(a){if(this.picker.is(":not(:visible)"))return 27===a.keyCode&&this.show(),void 0;var c,d,f,b=!1,g=this.focusDate||this.viewDate;switch(a.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),a.preventDefault();break;case 37:case 39:if(!this.o.keyboardNavigation)break;c=37===a.keyCode?-1:1,a.ctrlKey?(d=this.moveYear(this.dates.get(-1)||e(),c),f=this.moveYear(g,c),this._trigger("changeYear",this.viewDate)):a.shiftKey?(d=this.moveMonth(this.dates.get(-1)||e(),c),f=this.moveMonth(g,c),this._trigger("changeMonth",this.viewDate)):(d=new Date(this.dates.get(-1)||e()),d.setUTCDate(d.getUTCDate()+c),f=new Date(g),f.setUTCDate(g.getUTCDate()+c)),this.dateWithinRange(d)&&(this.focusDate=this.viewDate=f,this.setValue(),this.fill(),a.preventDefault());break;case 38:case 40:if(!this.o.keyboardNavigation)break;c=38===a.keyCode?-1:1,a.ctrlKey?(d=this.moveYear(this.dates.get(-1)||e(),c),f=this.moveYear(g,c),this._trigger("changeYear",this.viewDate)):a.shiftKey?(d=this.moveMonth(this.dates.get(-1)||e(),c),f=this.moveMonth(g,c),this._trigger("changeMonth",this.viewDate)):(d=new Date(this.dates.get(-1)||e()),d.setUTCDate(d.getUTCDate()+7*c),f=new Date(g),f.setUTCDate(g.getUTCDate()+7*c)),this.dateWithinRange(d)&&(this.focusDate=this.viewDate=f,this.setValue(),this.fill(),a.preventDefault());break;case 32:break;case 13:g=this.focusDate||this.dates.get(-1)||this.viewDate,this._toggle_multidate(g),b=!0,this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(a.preventDefault(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}if(b){this.dates.length?this._trigger("changeDate"):this._trigger("clearDate");var h;this.isInput?h=this.element:this.component&&(h=this.element.find("input")),h&&h.change()}},showMode:function(a){a&&(this.viewMode=Math.max(this.o.minViewMode,Math.min(2,this.viewMode+a))),this.picker.find(">div").hide().filter(".cfdatepicker-"+p.modes[this.viewMode].clsName).css("display","block"),this.updateNavArrows()}};var i=function(b,c){this.element=a(b),this.inputs=a.map(c.inputs,function(a){return a.jquery?a[0]:a}),delete c.inputs,a(this.inputs).cfdatepicker(c).bind("changeDate",a.proxy(this.dateUpdated,this)),this.pickers=a.map(this.inputs,function(b){return a(b).data("cfdatepicker")}),this.updateDates()};i.prototype={updateDates:function(){this.dates=a.map(this.pickers,function(a){return a.getUTCDate()}),this.updateRanges()},updateRanges:function(){var b=a.map(this.dates,function(a){return a.valueOf()});a.each(this.pickers,function(a,c){c.setRange(b)})},dateUpdated:function(b){if(!this.updating){this.updating=!0;var c=a(b.target).data("cfdatepicker"),d=c.getUTCDate(),e=a.inArray(b.target,this.inputs),f=this.inputs.length;if(-1!==e){if(a.each(this.pickers,function(a,b){b.getUTCDate()||b.setUTCDate(d)}),d<this.dates[e])for(;e>=0&&d<this.dates[e];)this.pickers[e--].setUTCDate(d);else if(d>this.dates[e])for(;f>e&&d>this.dates[e];)this.pickers[e++].setUTCDate(d);this.updateDates(),delete this.updating}}},remove:function(){a.map(this.pickers,function(a){a.remove()}),delete this.element.data().cfdatepicker}};var l=a.fn.cfdatepicker;a.fn.cfdatepicker=function(c){var d=Array.apply(null,arguments);d.shift();var e;return this.each(function(){var f=a(this),g=f.data("cfdatepicker"),l="object"==typeof c&&c;if(!g){var n=j(this,"date"),o=a.extend({},m,n,l),p=k(o.language),q=a.extend({},m,p,n,l);if(f.is(".input-daterange")||q.inputs){var r={inputs:q.inputs||f.find("input").toArray()};f.data("cfdatepicker",g=new i(this,a.extend(q,r)))}else f.data("cfdatepicker",g=new h(this,q))}return"string"==typeof c&&"function"==typeof g[c]&&(e=g[c].apply(g,d),e!==b)?!1:void 0}),e!==b?e:this};var m=a.fn.cfdatepicker.defaults={autoclose:!1,beforeShowDay:a.noop,calendarWeeks:!1,clearBtn:!1,daysOfWeekDisabled:[],endDate:1/0,forceParse:!0,format:"mm/dd/yyyy",keyboardNavigation:!0,language:"en",minViewMode:0,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-1/0,startView:0,todayBtn:!1,todayHighlight:!1,weekStart:0},n=a.fn.cfdatepicker.locale_opts=["format","rtl","weekStart"];a.fn.cfdatepicker.Constructor=h;var o=a.fn.cfdatepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa","Su"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear"}},p={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10}],isLeapYear:function(a){return 0===a%4&&0!==a%100||0===a%400},getDaysInMonth:function(a,b){return[31,p.isLeapYear(a)?29:28,31,30,31,30,31,31,30,31,30,31][b]},validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\[\u3400-\u9fff-`{-~\t\n\r]+/g,parseFormat:function(a){var b=a.replace(this.validParts,"\0").split("\0"),c=a.match(this.validParts);
|
2 |
if(!b||!b.length||!c||0===c.length)throw new Error("Invalid date format.");return{separators:b,parts:c}},parseDate:function(c,e,f){function u(){var a=this.slice(0,i[l].length),b=i[l].slice(0,a.length);return a===b}if(!c)return b;if(c instanceof Date)return c;"string"==typeof e&&(e=p.parseFormat(e));var j,k,l,g=/([\-+]\d+)([dmwy])/,i=c.match(/([\-+]\d+)([dmwy])/g);if(/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/.test(c)){for(c=new Date,l=0;l<i.length;l++)switch(j=g.exec(i[l]),k=parseInt(j[1]),j[2]){case"d":c.setUTCDate(c.getUTCDate()+k);break;case"m":c=h.prototype.moveMonth.call(h.prototype,c,k);break;case"w":c.setUTCDate(c.getUTCDate()+7*k);break;case"y":c=h.prototype.moveYear.call(h.prototype,c,k)}return d(c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate(),0,0,0)}i=c&&c.match(this.nonpunctuation)||[],c=new Date;var r,s,m={},n=["yyyy","yy","M","MM","m","mm","d","dd"],q={yyyy:function(a,b){return a.setUTCFullYear(b)},yy:function(a,b){return a.setUTCFullYear(2e3+b)},m:function(a,b){if(isNaN(a))return a;for(b-=1;0>b;)b+=12;for(b%=12,a.setUTCMonth(b);a.getUTCMonth()!==b;)a.setUTCDate(a.getUTCDate()-1);return a},d:function(a,b){return a.setUTCDate(b)}};q.M=q.MM=q.mm=q.m,q.dd=q.d,c=d(c.getFullYear(),c.getMonth(),c.getDate(),0,0,0);var t=e.parts.slice();if(i.length!==t.length&&(t=a(t).filter(function(b,c){return-1!==a.inArray(c,n)}).toArray()),i.length===t.length){var v;for(l=0,v=t.length;v>l;l++){if(r=parseInt(i[l],10),j=t[l],isNaN(r))switch(j){case"MM":s=a(o[f].months).filter(u),r=a.inArray(s[0],o[f].months)+1;break;case"M":s=a(o[f].monthsShort).filter(u),r=a.inArray(s[0],o[f].monthsShort)+1}m[j]=r}var w,x;for(l=0;l<n.length;l++)x=n[l],x in m&&!isNaN(m[x])&&(w=new Date(c),q[x](w,m[x]),isNaN(w)||(c=w))}return c},formatDate:function(b,c,d){if(!b)return"";"string"==typeof c&&(c=p.parseFormat(c));var e={d:b.getUTCDate(),D:o[d].daysShort[b.getUTCDay()],DD:o[d].days[b.getUTCDay()],m:b.getUTCMonth()+1,M:o[d].monthsShort[b.getUTCMonth()],MM:o[d].months[b.getUTCMonth()],yy:b.getUTCFullYear().toString().substring(2),yyyy:b.getUTCFullYear()};e.dd=(e.d<10?"0":"")+e.d,e.mm=(e.m<10?"0":"")+e.m,b=[];for(var f=a.extend([],c.separators),g=0,h=c.parts.length;h>=g;g++)f.length&&b.push(f.shift()),b.push(e[c.parts[g]]);return b.join("")},headTemplate:'<thead><tr><th class="prev">«</th><th colspan="5" class="cfdatepicker-switch"></th><th class="next">»</th></tr></thead>',contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>',footTemplate:'<tfoot><tr><th colspan="7" class="today"></th></tr><tr><th colspan="7" class="clear"></th></tr></tfoot>'};p.template='<div class="cfdatepicker"><div class="cfdatepicker-days"><table class=" table-condensed">'+p.headTemplate+"<tbody></tbody>"+p.footTemplate+"</table>"+"</div>"+'<div class="cfdatepicker-months">'+'<table class="table-condensed">'+p.headTemplate+p.contTemplate+p.footTemplate+"</table>"+"</div>"+'<div class="cfdatepicker-years">'+'<table class="table-condensed">'+p.headTemplate+p.contTemplate+p.footTemplate+"</table>"+"</div>"+"</div>",a.fn.cfdatepicker.DPGlobal=p,a.fn.cfdatepicker.noConflict=function(){return a.fn.cfdatepicker=l,this},a(document).on("focus.cfdatepicker.data-api click.cfdatepicker.data-api",'[data-provide="cfdatepicker"]',function(b){var c=a(this);c.data("cfdatepicker")||(b.preventDefault(),c.cfdatepicker("show"))}),a(function(){a('[data-provide="cfdatepicker-inline"]').cfdatepicker()})}(window.jQuery),jQuery(function(a){a(".caldera-editor-body").on("keyup",".cfdatepicker-set-format",function(){var b=a(this),c=b.closest(".caldera-config-field-setup").find(".is-cfdatepicker");c.data("date-format",b.val()),c.cfdatepicker("remove")})}),!function(a){function b(a){var b=document.createElement("input"),c="on"+a,d=c in b;return d||(b.setAttribute(c,"return;"),d="function"==typeof b[c]),b=null,d}function c(a){var b="text"==a||"tel"==a;if(!b){var c=document.createElement("input");c.setAttribute("type",a),b="text"===c.type,c=null}return b}function d(b,c,e){var f=e.aliases[b];return f?(f.alias&&d(f.alias,void 0,e),a.extend(!0,e,f),a.extend(!0,e,c),!0):!1}function e(b,c){function d(a){function c(a,b,c,d){this.matches=[],this.isGroup=a||!1,this.isOptional=b||!1,this.isQuantifier=c||!1,this.isAlternator=d||!1,this.quantifier={min:1,max:1}}function d(a,c,d){var e=b.definitions[c],f=0==a.matches.length;if(d=void 0!=d?d:a.matches.length,e&&!l){for(var g=e.prevalidator,h=g?g.length:0,i=1;i<e.cardinality;i++){var j=h>=i?g[i-1]:[],k=j.validator,m=j.cardinality;a.matches.splice(d++,0,{fn:k?"string"==typeof k?new RegExp(k):new function(){this.test=k}:new RegExp("."),cardinality:m?m:1,optionality:a.isOptional,newBlockMarker:f,casing:e.casing,def:e.definitionSymbol||c,placeholder:e.placeholder,mask:c})}a.matches.splice(d++,0,{fn:e.validator?"string"==typeof e.validator?new RegExp(e.validator):new function(){this.test=e.validator}:new RegExp("."),cardinality:e.cardinality,optionality:a.isOptional,newBlockMarker:f,casing:e.casing,def:e.definitionSymbol||c,placeholder:e.placeholder,mask:c})}else a.matches.splice(d++,0,{fn:null,cardinality:0,optionality:a.isOptional,newBlockMarker:f,casing:null,def:c,placeholder:void 0,mask:c}),l=!1}for(var e,f,g,h,i,j,k=/(?:[?*+]|\{[0-9\+\*]+(?:,[0-9\+\*]*)?\})\??|[^.?*+^${[]()|\\]+|./g,l=!1,m=new c,n=[],o=[];e=k.exec(a);)switch(f=e[0],f.charAt(0)){case b.optionalmarker.end:case b.groupmarker.end:if(g=n.pop(),n.length>0){if(h=n[n.length-1],h.matches.push(g),h.isAlternator){i=n.pop();for(var p=0;p<i.matches.length;p++)i.matches[p].isGroup=!1;n.length>0?(h=n[n.length-1],h.matches.push(i)):m.matches.push(i)}}else m.matches.push(g);break;case b.optionalmarker.start:n.push(new c(!1,!0));break;case b.groupmarker.start:n.push(new c(!0));break;case b.quantifiermarker.start:var q=new c(!1,!1,!0);f=f.replace(/[{}]/g,"");var r=f.split(","),s=isNaN(r[0])?r[0]:parseInt(r[0]),t=1==r.length?s:isNaN(r[1])?r[1]:parseInt(r[1]);if(("*"==t||"+"==t)&&(s="*"==t?0:1),q.quantifier={min:s,max:t},n.length>0){var u=n[n.length-1].matches;if(e=u.pop(),!e.isGroup){var v=new c(!0);v.matches.push(e),e=v}u.push(e),u.push(q)}else{if(e=m.matches.pop(),!e.isGroup){var v=new c(!0);v.matches.push(e),e=v}m.matches.push(e),m.matches.push(q)}break;case b.escapeChar:l=!0;break;case b.alternatormarker:n.length>0?(h=n[n.length-1],j=h.matches.pop()):j=m.matches.pop(),j.isAlternator?n.push(j):(i=new c(!1,!1,!1,!0),i.matches.push(j),n.push(i));break;default:if(n.length>0){if(h=n[n.length-1],h.matches.length>0&&(j=h.matches[h.matches.length-1],j.isGroup&&(j.isGroup=!1,d(j,b.groupmarker.start,0),d(j,b.groupmarker.end))),d(h,f),h.isAlternator){i=n.pop();for(var p=0;p<i.matches.length;p++)i.matches[p].isGroup=!1;n.length>0?(h=n[n.length-1],h.matches.push(i)):m.matches.push(i)}}else m.matches.length>0&&(j=m.matches[m.matches.length-1],j.isGroup&&(j.isGroup=!1,d(j,b.groupmarker.start,0),d(j,b.groupmarker.end))),d(m,f)}return m.matches.length>0&&(j=m.matches[m.matches.length-1],j.isGroup&&(j.isGroup=!1,d(j,b.groupmarker.start,0),d(j,b.groupmarker.end)),o.push(m)),o}function e(c,e){if(b.numericInput&&b.multi!==!0){c=c.split("").reverse();for(var f=0;f<c.length;f++)c[f]==b.optionalmarker.start?c[f]=b.optionalmarker.end:c[f]==b.optionalmarker.end?c[f]=b.optionalmarker.start:c[f]==b.groupmarker.start?c[f]=b.groupmarker.end:c[f]==b.groupmarker.end&&(c[f]=b.groupmarker.start);c=c.join("")}if(void 0==c||""==c)return void 0;if(1==c.length&&0==b.greedy&&0!=b.repeat&&(b.placeholder=""),b.repeat>0||"*"==b.repeat||"+"==b.repeat){var g="*"==b.repeat?0:"+"==b.repeat?1:b.repeat;c=b.groupmarker.start+c+b.groupmarker.end+b.quantifiermarker.start+g+","+b.repeat+b.quantifiermarker.end}return void 0==a.inputmask.masksCache[c]&&(a.inputmask.masksCache[c]={mask:c,maskToken:d(c),validPositions:{},_buffer:void 0,buffer:void 0,tests:{},metadata:e}),a.extend(!0,{},a.inputmask.masksCache[c])}var f=void 0;if(a.isFunction(b.mask)&&(b.mask=b.mask.call(this,b)),a.isArray(b.mask))if(c)f=[],a.each(b.mask,function(b,c){f.push(void 0==c.mask||a.isFunction(c.mask)?e(c.toString(),c):e(c.mask.toString(),c))});else{b.keepStatic=void 0==b.keepStatic?!0:b.keepStatic;var g="(";a.each(b.mask,function(b,c){g.length>1&&(g+=")|("),g+=void 0==c.mask||a.isFunction(c.mask)?c.toString():c.mask.toString()}),g+=")",f=e(g,b.mask)}else b.mask&&(f=void 0==b.mask.mask||a.isFunction(b.mask.mask)?e(b.mask.toString(),b.mask):e(b.mask.mask.toString(),b.mask));return f}function f(d,e,f){function h(a,b,c){b=b||0;var d,e,f,g=[],h=0;do{if(a===!0&&o().validPositions[h]){var i=o().validPositions[h];e=i.match,d=i.locator.slice(),g.push(c===!0?i.input:I(h,e))}else{if(b>h){var j=w(h,d,h-1);f=j[0]}else f=t(h,d,h-1);e=f.match,d=f.locator.slice(),g.push(I(h,e))}h++}while((void 0==fb||fb>h-1)&&null!=e.fn||null==e.fn&&""!=e.def||b>=h);return g.pop(),g}function o(){return e}function p(a){var b=o();b.buffer=void 0,b.tests={},a!==!0&&(b._buffer=void 0,b.validPositions={},b.p=0)}function q(a){var b=o(),c=-1,d=b.validPositions;void 0==a&&(a=-1);var e=c,f=c;for(var g in d){var h=parseInt(g);(-1==a||null!=d[h].match.fn)&&(a>h&&(e=h),h>=a&&(f=h))}return c=a-e>1||a>f?e:f}function r(b,c,d){if(f.insertMode&&void 0!=o().validPositions[b]&&void 0==d){var e,g=a.extend(!0,{},o().validPositions),h=q();for(e=b;h>=e;e++)delete o().validPositions[e];o().validPositions[b]=c;var i,j=!0;for(e=b;h>=e;e++){var k=g[e];if(void 0!=k){var l=o().validPositions;i=!f.keepStatic&&(void 0!=l[e+1]&&w(e+1,l[e].locator.slice(),e).length>1||l[e]&&void 0!=l[e].alternation)?e+1:E(e),j=v(i,k.match.def)?j&&B(i,k.input,!0,!0)!==!1:null==k.match.fn}if(!j)break}if(!j)return o().validPositions=a.extend(!0,{},g),!1}else o().validPositions[b]=c;return!0}function s(a,b){var c,d=a;for(void 0!=o().validPositions[a]&&o().validPositions[a].input==f.radixPoint&&(b++,d++),c=d;b>c;c++)void 0==o().validPositions[c]||o().validPositions[c].input==f.radixPoint&&c!=q()||delete o().validPositions[c];for(c=b;c<=q();){var e=o().validPositions[c],g=o().validPositions[d];void 0!=e&&void 0==g?(v(d,e.match.def)&&B(d,e.input,!0)!==!1&&(delete o().validPositions[c],c++),d++):c++}var h=q();h>=a&&void 0!=o().validPositions[h]&&o().validPositions[h].input==f.radixPoint&&delete o().validPositions[h],p(!0)}function t(b,c,d){function e(b,c,d){for(var e=!1,f=b.locator[c].toString().split(","),g=0;g<f.length;g++)if(-1!=a.inArray(f[g],d)){e=!0;break}return e}for(var g,h=w(b,c,d),i=q(),j=o().validPositions[i]||w(0)[0],k=void 0!=j.alternation?j.locator[j.alternation].split(","):[],l=0;l<h.length&&(g=h[l],!(f.greedy||g.match&&(g.match.optionality===!1||g.match.newBlockMarker===!1)&&g.match.optionalQuantifier!==!0&&(void 0==j.alternation||void 0!=g.locator[j.alternation]&&e(g,j.alternation,k))));l++);return g}function u(a){return o().validPositions[a]?o().validPositions[a].match:w(a)[0].match}function v(a,b){for(var c=!1,d=w(a),e=0;e<d.length;e++)if(d[e].match&&d[e].match.def==b){c=!0;break}return c}function w(b,c,d){function e(c,d,g,i){function l(g,i,n){if(h>1e4)return alert("jquery.inputmask: There is probably an error in your mask definition or in the code. Create an issue on github with an example of the mask you are using. "+o().mask),!0;if(h==b&&void 0==g.matches)return j.push({match:g,locator:i.reverse()}),!0;if(void 0!=g.matches){if(g.isGroup&&n!==!0){if(g=l(c.matches[m+1],i))return!0}else if(g.isOptional){var p=g;if(g=e(g,d,i,n)){var q=j[j.length-1].match,r=0==a.inArray(q,p.matches);r&&(k=!0),h=b}}else if(g.isAlternator){var s,t=g,u=[],v=j.slice(),w=i.length,x=d.length>0?d.shift():-1;if(-1==x||"string"==typeof x){var y,z=h,A=d.slice();"string"==typeof x&&(y=x.split(","));for(var B=0;B<t.matches.length;B++){j=[],g=l(t.matches[B],[B].concat(i),n)||g,s=j.slice(),h=z,j=[];for(var C=0;C<A.length;C++)d[C]=A[C];for(var D=0;D<s.length;D++)for(var E=s[D],F=0;F<u.length;F++){var G=u[F];if(E.match.mask==G.match.mask&&("string"!=typeof x||-1!=a.inArray(E.locator[w].toString(),y))){s.splice(D,1),G.locator[w]=G.locator[w]+","+E.locator[w],G.alternation=w;break}}u=u.concat(s)}"string"==typeof x&&(u=a.map(u,function(b,c){if(isFinite(c)){var d,e=b.locator[w].toString().split(",");b.locator[w]=void 0,b.alternation=void 0;for(var f=0;f<e.length;f++)d=-1!=a.inArray(e[f],y),d&&(void 0!=b.locator[w]?(b.locator[w]+=",",b.alternation=w,b.locator[w]+=e[f]):b.locator[w]=parseInt(e[f]));if(void 0!=b.locator[w])return b}})),j=v.concat(u),k=!0}else g=l(t.matches[x],[x].concat(i),n);if(g)return!0}else if(g.isQuantifier&&n!==!0){var H=g;f.greedy=f.greedy&&isFinite(H.quantifier.max);for(var I=d.length>0&&n!==!0?d.shift():0;I<(isNaN(H.quantifier.max)?I+1:H.quantifier.max)&&b>=h;I++){var J=c.matches[a.inArray(H,c.matches)-1];if(g=l(J,[I].concat(i),!0)){var q=j[j.length-1].match;q.optionalQuantifier=I>H.quantifier.min-1;var r=0==a.inArray(q,J.matches);if(r){if(I>H.quantifier.min-1){k=!0,h=b;break}return!0}return!0}}}else if(g=e(g,d,i,n))return!0}else h++}for(var m=d.length>0?d.shift():0;m<c.matches.length;m++)if(c.matches[m].isQuantifier!==!0){var n=l(c.matches[m],[m].concat(g),i);if(n&&h==b)return n;if(h>b)break}}var g=o().maskToken,h=c?d:0,i=c||[0],j=[],k=!1;if(void 0==c){for(var l,m=b-1;void 0==(l=o().validPositions[m])&&m>-1;)m--;if(void 0!=l&&m>-1)h=m,i=l.locator.slice();else{for(m=b-1;void 0==(l=o().tests[m])&&m>-1;)m--;void 0!=l&&m>-1&&(h=m,i=l[0].locator.slice())}}for(var n=i.shift();n<g.length;n++){var p=e(g[n],i,[n]);if(p&&h==b||h>b)break}return(0==j.length||k)&&j.push({match:{fn:null,cardinality:0,optionality:!0,casing:null,def:""},locator:[]}),o().tests[b]=a.extend(!0,[],j),o().tests[b]}function x(){return void 0==o()._buffer&&(o()._buffer=h(!1,1)),o()._buffer}function y(){return void 0==o().buffer&&(o().buffer=h(!0,q(),!0)),o().buffer}function z(a,b){var c=y().slice();if(a===!0)p(),a=0,b=c.length;else for(var d=a;b>d;d++)delete o().validPositions[d],delete o().tests[d];for(var d=a;b>d;d++)c[d]!=f.skipOptionalPartCharacter&&B(d,c[d],!0,!0)}function A(a,b){switch(b.casing){case"upper":a=a.toUpperCase();break;case"lower":a=a.toLowerCase()}return a}function B(b,c,d,e){function g(b,c,d,e){var g=!1;return a.each(w(b),function(h,i){for(var j=i.match,k=c?1:0,l="",m=(y(),j.cardinality);m>k;m--)l+=G(b-(m-1));if(c&&(l+=c),g=null!=j.fn?j.fn.test(l,o(),b,d,f):c!=j.def&&c!=f.skipOptionalPartCharacter||""==j.def?!1:{c:j.def,pos:b},g!==!1){var n=void 0!=g.c?g.c:c;n=n==f.skipOptionalPartCharacter&&null===j.fn?j.def:n;var t=b;if(void 0!=g.remove&&s(g.remove,g.remove+1),g.refreshFromBuffer){var u=g.refreshFromBuffer;if(d=!0,z(u===!0?u:u.start,u.end),void 0==g.pos&&void 0==g.c)return g.pos=q(),!1;if(t=void 0!=g.pos?g.pos:b,t!=b)return g=a.extend(g,B(t,n,!0)),!1}else if(g!==!0&&void 0!=g.pos&&g.pos!=b&&(t=g.pos,z(b,t),t!=b))return g=a.extend(g,B(t,n,!0)),!1;return 1!=g&&void 0==g.pos&&void 0==g.c?!1:(h>0&&p(!0),r(t,a.extend({},i,{input:A(n,j)}),e)||(g=!1),!1)}}),g}function h(b,c,d,e){var g,h,i=a.extend(!0,{},o().validPositions);for(g=q();g>=0;g--)if(o().validPositions[g]&&void 0!=o().validPositions[g].alternation){h=o().validPositions[g].alternation;break}if(void 0!=h)for(var j in o().validPositions)if(parseInt(j)>parseInt(g)&&void 0===o().validPositions[j].alternation){for(var k=o().validPositions[j],l=k.locator[h],m=o().validPositions[g].locator[h].split(","),n=0;n<m.length;n++)if(l<m[n]){for(var r,s,t=j-1;t>=0;t--)if(r=o().validPositions[t],void 0!=r){s=r.locator[h],r.locator[h]=m[n];break}if(l!=r.locator[h]){for(var u=y().slice(),v=j;v<q()+1;v++)delete o().validPositions[v],delete o().tests[v];p(!0),f.keepStatic=!f.keepStatic;for(var v=j;v<u.length;v++)u[v]!=f.skipOptionalPartCharacter&&B(q()+1,u[v],!1,!0);r.locator[h]=s;var w=B(b,c,d,e);if(f.keepStatic=!f.keepStatic,w)return w;p(),o().validPositions=a.extend(!0,{},i)}}break}return!1}d=d===!0;for(var i=y(),j=b-1;j>-1&&(!o().validPositions[j]||null!=o().validPositions[j].match.fn);j--)void 0==o().validPositions[j]&&(!C(j)||i[j]!=I(j))&&w(j).length>1&&g(j,i[j],!0);var k=b,l=!1;if(e&&k>=D()&&p(!0),k<D()&&(l=g(k,c,d,e),!d&&l===!1)){var m=o().validPositions[k];if(!m||null!=m.match.fn||m.match.def!=c&&c!=f.skipOptionalPartCharacter){if((f.insertMode||void 0==o().validPositions[E(k)])&&!C(k))for(var n=k+1,t=E(k);t>=n;n++)if(l=g(n,c,d,e),l!==!1){k=n;break}}else l={caret:E(k)}}return l===!1&&f.keepStatic&&R(i)&&(l=h(b,c,d,e)),l===!0&&(l={pos:k}),l}function C(a){var b=u(a);return null!=b.fn?b.fn:!1}function D(){var a;if(fb=eb.prop("maxLength"),-1==fb&&(fb=void 0),0==f.greedy){var b,c=q(),d=o().validPositions[c],e=void 0!=d?d.locator.slice():void 0;for(b=c+1;void 0==d||null!=d.match.fn||null==d.match.fn&&""!=d.match.def;b++)d=t(b,e,b-1),e=d.locator.slice();a=b}else a=y().length;return void 0==fb||fb>a?a:fb}function E(a){var b=D();if(a>=b)return b;for(var c=a;++c<b&&!C(c)&&(f.nojumps!==!0||f.nojumpsThreshold>c););return c}function F(a){var b=a;if(0>=b)return 0;for(;--b>0&&!C(b););return b}function G(a){return void 0==o().validPositions[a]?I(a):o().validPositions[a].input}function H(a,b,c){a._valueSet(b.join("")),void 0!=c&&O(a,c)}function I(b,c){c=c||u(b);var d=a.isFunction(c.placeholder)?c.placeholder.call(this,f):c.placeholder;return void 0!=d?d:null==c.fn?c.def:f.placeholder.charAt(b%f.placeholder.length)}function J(b,c,d,e,g){var h=void 0!=e?e.slice():L(b._valueGet()).split("");if(p(),c&&b._valueSet(""),a.each(h,function(c,e){if(g===!0){var f=q(),h=-1==f?c:E(f);-1==a.inArray(e,x().slice(f+1,h))&&Y.call(b,void 0,!0,e.charCodeAt(0),!1,d,d?c:o().p)}else Y.call(b,void 0,!0,e.charCodeAt(0),!1,d,d?c:o().p),d=d||c>0&&c>o().p}),c){var i=f.onKeyPress.call(this,void 0,y(),0,f);W(b,i),H(b,y(),a(b).is(":focus")?E(q(0)):void 0)}}function K(b){return a.inputmask.escapeRegex.call(this,b)}function L(a){return a.replace(new RegExp("("+K(x().join(""))+")*$"),"")}function M(b){if(b.data("_inputmask")&&!b.hasClass("hasDatepicker")){var c=[],d=o().validPositions;for(var e in d)d[e].match&&null!=d[e].match.fn&&c.push(d[e].input);var g=(gb?c.reverse():c).join(""),h=(gb?y().slice().reverse():y()).join("");return a.isFunction(f.onUnMask)&&(g=f.onUnMask.call(b,h,g,f)||g),g}return b[0]._valueGet()}function N(a){if(gb&&"number"==typeof a&&(!f.greedy||""!=f.placeholder)){var b=y().length;a=b-a}return a}function O(b,c,d){var e,g=b.jquery&&b.length>0?b[0]:b;if("number"!=typeof c){var h=a(g).data("_inputmask");return!a(g).is(":visible")&&h&&void 0!=h.caret?(c=h.caret.begin,d=h.caret.end):g.setSelectionRange?(c=g.selectionStart,d=g.selectionEnd):document.selection&&document.selection.createRange&&(e=document.selection.createRange(),c=0-e.duplicate().moveStart("character",-1e5),d=c+e.text.length),c=N(c),d=N(d),{begin:c,end:d}}c=N(c),d=N(d),d="number"==typeof d?d:c;var h=a(g).data("_inputmask")||{};h.caret={begin:c,end:d},a(g).data("_inputmask",h),a(g).is(":visible")&&(g.scrollLeft=g.scrollWidth,0==f.insertMode&&c==d&&d++,g.setSelectionRange?(g.selectionStart=c,g.selectionEnd=d):g.createTextRange&&(e=g.createTextRange(),e.collapse(!0),e.moveEnd("character",d),e.moveStart("character",c),e.select()))}function P(b){var c,d,e=y(),f=e.length,g=q(),h={},i=o().validPositions[g],j=void 0!=i?i.locator.slice():void 0;for(c=g+1;c<e.length;c++)d=t(c,j,c-1),j=d.locator.slice(),h[c]=a.extend(!0,{},d);var k=i&&void 0!=i.alternation?i.locator[i.alternation].split(","):[];for(c=f-1;c>g&&(d=h[c].match,(d.optionality||d.optionalQuantifier||i&&void 0!=i.alternation&&void 0!=h[c].locator[i.alternation]&&-1!=a.inArray(h[c].locator[i.alternation].toString(),k))&&e[c]==I(c,d));c--)f--;return b?{l:f,def:h[f]?h[f].match:void 0}:f}function Q(a){for(var b=y(),c=b.slice(),d=P(),e=c.length-1;e>d&&!C(e);e--);c.splice(d,e+1-d),H(a,c)}function R(b){if(a.isFunction(f.isComplete))return f.isComplete.call(eb,b,f);if("*"==f.repeat)return void 0;var c=!1,d=P(!0),e=F(d.l),g=q();if(g==e&&(void 0==d.def||d.def.newBlockMarker||d.def.optionalQuantifier)){c=!0;for(var h=0;e>=h;h++){var i=C(h);if(i&&(void 0==b[h]||b[h]==I(h))||!i&&b[h]!=I(h)){c=!1;break}}}return c}function S(a,b){return gb?a-b>1||1==a-b&&f.insertMode:b-a>1||1==b-a&&f.insertMode}function T(b){var c=a._data(b).events;a.each(c,function(b,c){a.each(c,function(a,b){if("inputmask"==b.namespace&&"setvalue"!=b.type){var c=b.handler;b.handler=function(a){return this.readOnly||this.disabled?void a.preventDefault:c.apply(this,arguments)}}})})}function U(b){function c(b){if(void 0==a.valHooks[b]||1!=a.valHooks[b].inputmaskpatch){var c=a.valHooks[b]&&a.valHooks[b].get?a.valHooks[b].get:function(a){return a.value},d=a.valHooks[b]&&a.valHooks[b].set?a.valHooks[b].set:function(a,b){return a.value=b,a};a.valHooks[b]={get:function(b){var d=a(b);if(d.data("_inputmask")){if(d.data("_inputmask").opts.autoUnmask)return d.inputmask("unmaskedvalue");var e=c(b),f=d.data("_inputmask"),g=f.maskset,h=g._buffer;return h=h?h.join(""):"",e!=h?e:""}return c(b)},set:function(b,c){var e,f=a(b),g=f.data("_inputmask");return g?(e=d(b,a.isFunction(g.opts.onBeforeMask)?g.opts.onBeforeMask.call(ob,c,g.opts)||c:c),f.triggerHandler("setvalue.inputmask")):e=d(b,c),e},inputmaskpatch:!0}}}function d(){var b=a(this),c=a(this).data("_inputmask");return c?c.opts.autoUnmask?b.inputmask("unmaskedvalue"):g.call(this)!=x().join("")?g.call(this):"":g.call(this)}function e(b){var c=a(this).data("_inputmask");c?(h.call(this,a.isFunction(c.opts.onBeforeMask)?c.opts.onBeforeMask.call(ob,b,c.opts)||b:b),a(this).triggerHandler("setvalue.inputmask")):h.call(this,b)}function f(b){a(b).bind("mouseenter.inputmask",function(){var b=a(this),c=this,d=c._valueGet();""!=d&&d!=y().join("")&&b.trigger("setvalue")});var c=a._data(b).events,d=c.mouseover;if(d){for(var e=d[d.length-1],f=d.length-1;f>0;f--)d[f]=d[f-1];d[0]=e}}var g,h;b._valueGet||(Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(b,"value"),document.__lookupGetter__&&b.__lookupGetter__("value")?(g=b.__lookupGetter__("value"),h=b.__lookupSetter__("value"),b.__defineGetter__("value",d),b.__defineSetter__("value",e)):(g=function(){return b.value},h=function(a){b.value=a},c(b.type),f(b)),b._valueGet=function(){return gb?g.call(this).split("").reverse().join(""):g.call(this)},b._valueSet=function(a){h.call(this,gb?a.split("").reverse().join(""):a)})}function V(b,c,d){function e(){if(f.keepStatic){p(!0);var a,c=[];for(a=q();a>=0;a--)if(o().validPositions[a]){if(void 0!=o().validPositions[a].alternation)break;c.push(o().validPositions[a].input),delete o().validPositions[a]}if(a>0)for(;c.length>0;)o().p=E(q()),Y.call(b,void 0,!0,c.pop().charCodeAt(0),!1,!1,o().p)}}if((f.numericInput||gb)&&(c==a.inputmask.keyCode.BACKSPACE?c=a.inputmask.keyCode.DELETE:c==a.inputmask.keyCode.DELETE&&(c=a.inputmask.keyCode.BACKSPACE),gb)){var g=d.end;d.end=d.begin,d.begin=g}c==a.inputmask.keyCode.BACKSPACE&&d.end-d.begin<=1?d.begin=F(d.begin):c==a.inputmask.keyCode.DELETE&&d.begin==d.end&&d.end++,s(d.begin,d.end),e();var h=q(d.begin);h<d.begin?(-1==h&&p(),o().p=E(h)):o().p=d.begin}function W(a,b,c){if(b&&b.refreshFromBuffer){var d=b.refreshFromBuffer;z(d===!0?d:d.start,d.end),p(!0),void 0!=c&&(H(a,y()),O(a,b.caret||c.begin,b.caret||c.end))}}function X(c){hb=!1;var d=this,e=a(d),g=c.keyCode,h=O(d);g==a.inputmask.keyCode.BACKSPACE||g==a.inputmask.keyCode.DELETE||i&&127==g||c.ctrlKey&&88==g&&!b("cut")?(c.preventDefault(),88==g&&(db=y().join("")),V(d,g,h),H(d,y(),o().p),d._valueGet()==x().join("")&&e.trigger("cleared"),f.showTooltip&&e.prop("title",o().mask)):g==a.inputmask.keyCode.END||g==a.inputmask.keyCode.PAGE_DOWN?setTimeout(function(){var a=E(q());f.insertMode||a!=D()||c.shiftKey||a--,O(d,c.shiftKey?h.begin:a,a)},0):g==a.inputmask.keyCode.HOME&&!c.shiftKey||g==a.inputmask.keyCode.PAGE_UP?O(d,0,c.shiftKey?h.begin:0):g==a.inputmask.keyCode.ESCAPE||90==g&&c.ctrlKey?(J(d,!0,!1,db.split("")),e.click()):g!=a.inputmask.keyCode.INSERT||c.shiftKey||c.ctrlKey?0!=f.insertMode||c.shiftKey||(g==a.inputmask.keyCode.RIGHT?setTimeout(function(){var a=O(d);O(d,a.begin)},0):g==a.inputmask.keyCode.LEFT&&setTimeout(function(){var a=O(d);O(d,gb?a.begin+1:a.begin-1)},0)):(f.insertMode=!f.insertMode,O(d,f.insertMode||h.begin!=D()?h.begin:h.begin-1));var j=O(d),k=f.onKeyDown.call(this,c,y(),j.begin,f);W(d,k,j),jb=-1!=a.inArray(g,f.ignorables)}function Y(b,c,d,e,g,h){if(void 0==d&&hb)return!1;hb=!0;var i=this,j=a(i);b=b||window.event;var d=c?d:b.which||b.charCode||b.keyCode;if(!(c===!0||b.ctrlKey&&b.altKey)&&(b.ctrlKey||b.metaKey||jb))return!0;if(d){c!==!0&&46==d&&0==b.shiftKey&&","==f.radixPoint&&(d=44);var k,l=c?{begin:h,end:h}:O(i),m=String.fromCharCode(d),n=S(l.begin,l.end);n&&(o().undoPositions=a.extend(!0,{},o().validPositions),V(i,a.inputmask.keyCode.DELETE,l),f.insertMode||(f.insertMode=!f.insertMode,r(l.begin,g),f.insertMode=!f.insertMode),n=!f.multi),o().writeOutBuffer=!0;var q=gb&&!n?l.end:l.begin,s=B(q,m,g);if(s!==!1){if(s!==!0&&(q=void 0!=s.pos?s.pos:q,m=void 0!=s.c?s.c:m),p(!0),void 0!=s.caret)k=s.caret;else{var t=o().validPositions;k=!f.keepStatic&&(void 0!=t[q+1]&&w(q+1,t[q].locator.slice(),q).length>1||void 0!=t[q].alternation)?q+1:E(q)}o().p=k}if(e!==!1){var u=this;if(setTimeout(function(){f.onKeyValidation.call(u,s,f)},0),o().writeOutBuffer&&s!==!1){var v=y();H(i,v,c?void 0:f.numericInput?F(k):k),c!==!0&&setTimeout(function(){R(v)===!0&&j.trigger("complete"),ib=!0,j.trigger("input")},0)}else n&&(o().buffer=void 0,o().validPositions=o().undoPositions)}else n&&(o().buffer=void 0,o().validPositions=o().undoPositions);if(f.showTooltip&&j.prop("title",o().mask),b&&1!=c){b.preventDefault();var x=O(i),z=f.onKeyPress.call(this,b,y(),x.begin,f);W(i,z,x)}}}function Z(b){var c=a(this),d=this,e=b.keyCode,g=y(),h=O(d),i=f.onKeyUp.call(this,b,g,h.begin,f);W(d,i,h),e==a.inputmask.keyCode.TAB&&f.showMaskOnFocus&&(c.hasClass("focus-inputmask")&&0==d._valueGet().length?(p(),g=y(),H(d,g),O(d,0),db=y().join("")):(H(d,g),O(d,N(0),N(D()))))}function $(b){if(ib===!0&&"input"==b.type)return ib=!1,!0;var c=this,d=a(c),e=c._valueGet(),g=O(c);if("propertychange"==b.type&&c._valueGet().length<=D())return!0;"paste"==b.type&&(window.clipboardData&&window.clipboardData.getData?e=e.substr(0,g.begin)+window.clipboardData.getData("Text")+e.substr(g.end,e.length):b.originalEvent&&b.originalEvent.clipboardData&&b.originalEvent.clipboardData.getData&&(e=e.substr(0,g.begin)+b.originalEvent.clipboardData.getData("text/plain")+e.substr(g.end,e.length)));var h=a.isFunction(f.onBeforePaste)?f.onBeforePaste.call(c,e,f)||e:e;return J(c,!0,!1,gb?h.split("").reverse():h.split(""),!0),d.click(),R(y())===!0&&d.trigger("complete"),!1}function _(b){if(ib===!0&&"input"==b.type)return ib=!1,!0;var c=this,d=O(c),e=c._valueGet();e=e.replace(new RegExp("("+K(x().join(""))+")*"),""),d.begin>e.length&&(O(c,e.length),d=O(c)),1!=y().length-e.length||e.charAt(d.begin)==y()[d.begin]||e.charAt(d.begin+1)==y()[d.begin]||C(d.begin)||(b.keyCode=a.inputmask.keyCode.BACKSPACE,X.call(c,b)),b.preventDefault()}function ab(b){if(ib===!0&&"input"==b.type)return ib=!1,!0;var c=this,d=O(c),e=c._valueGet();O(c,d.begin-1);var g=a.Event("keypress");g.which=e.charCodeAt(d.begin-1),hb=!1,jb=!1,Y.call(c,g,void 0,void 0,!1);var h=o().p;H(c,y(),f.numericInput?F(h):h),b.preventDefault()}function bb(b){ib=!0;var c=this;return setTimeout(function(){O(c,O(c).begin-1);var d=a.Event("keypress");d.which=b.originalEvent.data.charCodeAt(0),hb=!1,jb=!1,Y.call(c,d,void 0,void 0,!1);var e=o().p;H(c,y(),f.numericInput?F(e):e)},0),!1}function cb(b){if(eb=a(b),eb.is(":input")&&c(eb.attr("type"))){if(eb.data("_inputmask",{maskset:e,opts:f,isRTL:!1}),f.showTooltip&&eb.prop("title",o().mask),("rtl"==b.dir||f.rightAlign)&&eb.css("text-align","right"),"rtl"==b.dir||f.numericInput){b.dir="ltr",eb.removeAttr("dir");var d=eb.data("_inputmask");d.isRTL=!0,eb.data("_inputmask",d),gb=!0}eb.unbind(".inputmask"),eb.removeClass("focus-inputmask"),eb.closest("form").bind("submit",function(){db!=y().join("")&&eb.change(),eb[0]._valueGet&&eb[0]._valueGet()==x().join("")&&eb[0]._valueSet(""),f.autoUnmask&&f.removeMaskOnSubmit&&eb.inputmask("remove")}).bind("reset",function(){setTimeout(function(){eb.trigger("setvalue")},0)}),eb.bind("mouseenter.inputmask",function(){var b=a(this),c=this;!b.hasClass("focus-inputmask")&&f.showMaskOnHover&&c._valueGet()!=y().join("")&&H(c,y())}).bind("blur.inputmask",function(){var b=a(this),c=this;if(b.data("_inputmask")){var d=c._valueGet(),e=y();b.removeClass("focus-inputmask"),db!=y().join("")&&b.change(),f.clearMaskOnLostFocus&&""!=d&&(d==x().join("")?c._valueSet(""):Q(c)),R(e)===!1&&(b.trigger("incomplete"),f.clearIncomplete&&(p(),f.clearMaskOnLostFocus?c._valueSet(""):(e=x().slice(),H(c,e))))}}).bind("focus.inputmask",function(){var b=a(this),c=this,d=c._valueGet();f.showMaskOnFocus&&!b.hasClass("focus-inputmask")&&(!f.showMaskOnHover||f.showMaskOnHover&&""==d)&&c._valueGet()!=y().join("")&&H(c,y(),E(q())),b.addClass("focus-inputmask"),db=y().join("")}).bind("mouseleave.inputmask",function(){var b=a(this),c=this;f.clearMaskOnLostFocus&&(b.hasClass("focus-inputmask")||c._valueGet()==b.attr("placeholder")||(c._valueGet()==x().join("")||""==c._valueGet()?c._valueSet(""):Q(c)))}).bind("click.inputmask",function(){var b=this;a(b).is(":focus")&&setTimeout(function(){var c=O(b);if(c.begin==c.end)if(f.radixFocus&&""!=f.radixPoint&&-1!=a.inArray(f.radixPoint,y())&&y().join("")==x().join(""))O(b,a.inArray(f.radixPoint,y()));else{var d=gb?N(c.begin):c.begin,e=E(q(d));e>d?O(b,C(d)?d:E(d)):O(b,e)}},0)}).bind("dblclick.inputmask",function(){var a=this;setTimeout(function(){O(a,0,E(q()))},0)}).bind(n+".inputmask dragdrop.inputmask drop.inputmask",$).bind("setvalue.inputmask",function(){var a=this;J(a,!0,!1,void 0,!0),db=y().join(""),(f.clearMaskOnLostFocus||f.clearIncomplete)&&a._valueGet()==x().join("")&&a._valueSet("")}).bind("cut.inputmask",function(b){ib=!0;var c=this,d=a(c),e=O(c);V(c,a.inputmask.keyCode.DELETE,e);var g=f.onKeyPress.call(this,b,y(),o().p,f);W(c,g,{begin:o().p,end:o().p}),c._valueGet()==x().join("")&&d.trigger("cleared"),f.showTooltip&&d.prop("title",o().mask)}).bind("complete.inputmask",f.oncomplete).bind("incomplete.inputmask",f.onincomplete).bind("cleared.inputmask",f.oncleared),eb.bind("keydown.inputmask",X).bind("keypress.inputmask",Y).bind("keyup.inputmask",Z).bind("compositionupdate.inputmask",bb),"paste"!==n||g||eb.bind("input.inputmask",ab),g&&eb.bind("input.inputmask",$),(j||l||k||m)&&("input"==n&&eb.unbind(n+".inputmask"),eb.bind("input.inputmask",_)),U(b);var h=a.isFunction(f.onBeforeMask)?f.onBeforeMask.call(b,b._valueGet(),f)||b._valueGet():b._valueGet();J(b,!0,!1,h.split(""),!0),db=y().join("");var i;try{i=document.activeElement}catch(r){}R(y())===!1&&f.clearIncomplete&&p(),f.clearMaskOnLostFocus?y().join("")==x().join("")?b._valueSet(""):Q(b):H(b,y()),i===b&&(eb.addClass("focus-inputmask"),O(b,E(q()))),T(b)}}var db,eb,fb,gb=!1,hb=!1,ib=!1,jb=!1;if(void 0!=d)switch(d.action){case"isComplete":return eb=a(d.el),e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,R(d.buffer);case"unmaskedvalue":return eb=d.$input,e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,gb=d.$input.data("_inputmask").isRTL,M(d.$input);case"mask":db=y().join(""),cb(d.el);break;case"format":eb=a({}),eb.data("_inputmask",{maskset:e,opts:f,isRTL:f.numericInput}),f.numericInput&&(gb=!0);var kb=(a.isFunction(f.onBeforeMask)?f.onBeforeMask.call(eb,d.value,f)||d.value:d.value).split("");return J(eb,!1,!1,gb?kb.reverse():kb,!0),f.onKeyPress.call(this,void 0,y(),0,f),d.metadata?{value:gb?y().slice().reverse().join(""):y().join(""),metadata:eb.inputmask("getmetadata")}:gb?y().slice().reverse().join(""):y().join("");case"isValid":eb=a({}),eb.data("_inputmask",{maskset:e,opts:f,isRTL:f.numericInput}),f.numericInput&&(gb=!0);var kb=d.value.split("");J(eb,!1,!0,gb?kb.reverse():kb);for(var lb=y(),mb=P(),nb=lb.length-1;nb>mb&&!C(nb);nb--);return lb.splice(mb,nb+1-mb),R(lb)&&d.value==lb.join("");case"getemptymask":return eb=a(d.el),e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,x();case"remove":var ob=d.el;eb=a(ob),e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,ob._valueSet(M(eb)),eb.unbind(".inputmask"),eb.removeClass("focus-inputmask"),eb.removeData("_inputmask");var pb;Object.getOwnPropertyDescriptor&&(pb=Object.getOwnPropertyDescriptor(ob,"value")),pb&&pb.get?ob._valueGet&&Object.defineProperty(ob,"value",{get:ob._valueGet,set:ob._valueSet}):document.__lookupGetter__&&ob.__lookupGetter__("value")&&ob._valueGet&&(ob.__defineGetter__("value",ob._valueGet),ob.__defineSetter__("value",ob._valueSet));
|
3 |
try{delete ob._valueGet,delete ob._valueSet}catch(qb){ob._valueGet=void 0,ob._valueSet=void 0}break;case"getmetadata":if(eb=a(d.el),e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,a.isArray(e.metadata)){for(var rb,sb=q(),tb=sb;tb>=0;tb--)if(o().validPositions[tb]&&void 0!=o().validPositions[tb].alternation){rb=o().validPositions[tb].alternation;break}return void 0!=rb?e.metadata[o().validPositions[sb].locator[rb]]:e.metadata[0]}return e.metadata}}if(void 0===a.fn.inputmask){var g="function"==typeof ScriptEngineMajorVersion?ScriptEngineMajorVersion():new Function("/*@cc_on return @_jscript_version; @*/")()>=10,h=navigator.userAgent,i=null!==h.match(new RegExp("iphone","i")),j=null!==h.match(new RegExp("android.*safari.*","i")),k=null!==h.match(new RegExp("android.*chrome.*","i")),l=null!==h.match(new RegExp("android.*firefox.*","i")),m=/Kindle/i.test(h)||/Silk/i.test(h)||/KFTT/i.test(h)||/KFOT/i.test(h)||/KFJWA/i.test(h)||/KFJWI/i.test(h)||/KFSOWI/i.test(h)||/KFTHWA/i.test(h)||/KFTHWI/i.test(h)||/KFAPWA/i.test(h)||/KFAPWI/i.test(h),n=b("paste")?"paste":b("input")?"input":"propertychange";a.inputmask={defaults:{placeholder:"_",optionalmarker:{start:"[",end:"]"},quantifiermarker:{start:"{",end:"}"},groupmarker:{start:"(",end:")"},alternatormarker:"|",escapeChar:"\\",mask:null,oncomplete:a.noop,onincomplete:a.noop,oncleared:a.noop,repeat:0,greedy:!0,autoUnmask:!1,removeMaskOnSubmit:!0,clearMaskOnLostFocus:!0,insertMode:!0,clearIncomplete:!1,aliases:{},alias:null,onKeyUp:a.noop,onKeyPress:a.noop,onKeyDown:a.noop,onBeforeMask:void 0,onBeforePaste:void 0,onUnMask:void 0,showMaskOnFocus:!0,showMaskOnHover:!0,onKeyValidation:a.noop,skipOptionalPartCharacter:" ",showTooltip:!1,numericInput:!1,rightAlign:!1,radixPoint:"",radixFocus:!1,nojumps:!1,nojumpsThreshold:0,keepStatic:void 0,definitions:{9:{validator:"[0-9]",cardinality:1,definitionSymbol:"*"},a:{validator:"[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1,definitionSymbol:"*"},"*":{validator:"[0-9A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1}},ignorables:[8,9,13,19,27,33,34,35,36,37,38,39,40,45,46,93,112,113,114,115,116,117,118,119,120,121,122,123],isComplete:void 0},keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91},masksCache:{},escapeRegex:function(a){var b=["/",".","*","+","?","|","(",")","[","]","{","}","\\"];return a.replace(new RegExp("(\\"+b.join("|\\")+")","gim"),"\\$1")},format:function(b,c,g){var h=a.extend(!0,{},a.inputmask.defaults,c);return d(h.alias,c,h),f({action:"format",value:b,metadata:g},e(h),h)},isValid:function(b,c){var g=a.extend(!0,{},a.inputmask.defaults,c);return d(g.alias,c,g),f({action:"isValid",value:b},e(g),g)}},a.fn.inputmask=function(b,c,g,h,i){function j(b,c,e){var f=a(b);f.data("inputmask-alias")&&d(f.data("inputmask-alias"),{},c);for(var g in c){var h=f.data("inputmask-"+g.toLowerCase());void 0!=h&&("mask"==g&&0==h.indexOf("[")?(c[g]=h.replace(/[\s[\]]/g,"").split("','"),c[g][0]=c[g][0].replace("'",""),c[g][c[g].length-1]=c[g][c[g].length-1].replace("'","")):c[g]="boolean"==typeof h?h:h.toString(),e&&(e[g]=c[g]))}return c}g=g||f,h=h||"_inputmask";var k,l=a.extend(!0,{},a.inputmask.defaults,c);if("string"==typeof b)switch(b){case"mask":return d(l.alias,c,l),k=e(l,g!==f),void 0==k?this:this.each(function(){g({action:"mask",el:this},a.extend(!0,{},k),j(this,l))});case"unmaskedvalue":var m=a(this);return m.data(h)?g({action:"unmaskedvalue",$input:m}):m.val();case"remove":return this.each(function(){var b=a(this);b.data(h)&&g({action:"remove",el:this})});case"getemptymask":return this.data(h)?g({action:"getemptymask",el:this}):"";case"hasMaskedValue":return this.data(h)?!this.data(h).opts.autoUnmask:!1;case"isComplete":return this.data(h)?g({action:"isComplete",buffer:this[0]._valueGet().split(""),el:this}):!0;case"getmetadata":return this.data(h)?g({action:"getmetadata",el:this}):void 0;case"_detectScope":return d(l.alias,c,l),void 0==i||d(i,c,l)||-1!=a.inArray(i,["mask","unmaskedvalue","remove","getemptymask","hasMaskedValue","isComplete","getmetadata","_detectScope"])||(l.mask=i),a.isFunction(l.mask)&&(l.mask=l.mask.call(this,l)),a.isArray(l.mask);default:return d(l.alias,c,l),d(b,c,l)||(l.mask=b),k=e(l,g!==f),void 0==k?this:this.each(function(){g({action:"mask",el:this},a.extend(!0,{},k),j(this,l))})}else{if("object"==typeof b)return l=a.extend(!0,{},a.inputmask.defaults,b),d(l.alias,b,l),k=e(l,g!==f),void 0==k?this:this.each(function(){g({action:"mask",el:this},a.extend(!0,{},k),j(this,l))});if(void 0==b)return this.each(function(){var b=a(this).attr("data-inputmask");if(b&&""!=b)try{b=b.replace(new RegExp("'","g"),'"');var e=a.parseJSON("{"+b+"}");a.extend(!0,e,c),l=a.extend(!0,{},a.inputmask.defaults,e),l=j(this,l),d(l.alias,e,l),l.alias=void 0,a(this).inputmask("mask",l,g)}catch(f){}if(a(this).attr("data-inputmask-mask")||a(this).attr("data-inputmask-alias")){l=a.extend(!0,{},a.inputmask.defaults,{});var h={};l=j(this,l,h),d(l.alias,h,l),l.alias=void 0,a(this).inputmask("mask",l,g)}})}}}return a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.definitions,{h:{validator:"[01][0-9]|2[0-3]",cardinality:2,prevalidator:[{validator:"[0-2]",cardinality:1}]},s:{validator:"[0-5][0-9]",cardinality:2,prevalidator:[{validator:"[0-5]",cardinality:1}]},d:{validator:"0[1-9]|[12][0-9]|3[01]",cardinality:2,prevalidator:[{validator:"[0-3]",cardinality:1}]},m:{validator:"0[1-9]|1[012]",cardinality:2,prevalidator:[{validator:"[01]",cardinality:1}]},y:{validator:"(19|20)\\d{2}",cardinality:4,prevalidator:[{validator:"[12]",cardinality:1},{validator:"(19|20)",cardinality:2},{validator:"(19|20)\\d",cardinality:3}]}}),a.extend(a.inputmask.defaults.aliases,{"dd/mm/yyyy":{mask:"1/2/y",placeholder:"dd/mm/yyyy",regex:{val1pre:new RegExp("[0-3]"),val1:new RegExp("0[1-9]|[12][0-9]|3[01]"),val2pre:function(b){var c=a.inputmask.escapeRegex.call(this,b);return new RegExp("((0[1-9]|[12][0-9]|3[01])"+c+"[01])")},val2:function(b){var c=a.inputmask.escapeRegex.call(this,b);return new RegExp("((0[1-9]|[12][0-9])"+c+"(0[1-9]|1[012]))|(30"+c+"(0[13-9]|1[012]))|(31"+c+"(0[13578]|1[02]))")}},leapday:"29/02/",separator:"/",yearrange:{minyear:1900,maxyear:2099},isInYearRange:function(a,b,c){if(isNaN(a))return!1;var d=parseInt(a.concat(b.toString().slice(a.length))),e=parseInt(a.concat(c.toString().slice(a.length)));return(isNaN(d)?!1:d>=b&&c>=d)||(isNaN(e)?!1:e>=b&&c>=e)},determinebaseyear:function(a,b,c){var d=(new Date).getFullYear();if(a>d)return a;if(d>b){for(var e=b.toString().slice(0,2),f=b.toString().slice(2,4);e+c>b;)e--;var g=e+f;return a>g?a:g}return d},onKeyUp:function(b){var c=a(this);if(b.ctrlKey&&b.keyCode==a.inputmask.keyCode.RIGHT){var d=new Date;c.val(d.getDate().toString()+(d.getMonth()+1).toString()+d.getFullYear().toString())}},definitions:{1:{validator:function(a,b,c,d,e){var f=e.regex.val1.test(a);return d||f||a.charAt(1)!=e.separator&&-1=="-./".indexOf(a.charAt(1))||!(f=e.regex.val1.test("0"+a.charAt(0)))?f:(b.buffer[c-1]="0",{refreshFromBuffer:{start:c-1,end:c},pos:c,c:a.charAt(0)})},cardinality:2,prevalidator:[{validator:function(a,b,c,d,e){isNaN(b.buffer[c+1])||(a+=b.buffer[c+1]);var f=1==a.length?e.regex.val1pre.test(a):e.regex.val1.test(a);return d||f||!(f=e.regex.val1.test("0"+a))?f:(b.buffer[c]="0",c++,{pos:c})},cardinality:1}]},2:{validator:function(a,b,c,d,e){var f=e.mask.indexOf("2")==e.mask.length-1?b.buffer.join("").substr(5,3):b.buffer.join("").substr(0,3);-1!=f.indexOf(e.placeholder[0])&&(f="01"+e.separator);var g=e.regex.val2(e.separator).test(f+a);if(!d&&!g&&(a.charAt(1)==e.separator||-1!="-./".indexOf(a.charAt(1)))&&(g=e.regex.val2(e.separator).test(f+"0"+a.charAt(0))))return b.buffer[c-1]="0",{refreshFromBuffer:{start:c-1,end:c},pos:c,c:a.charAt(0)};if(e.mask.indexOf("2")==e.mask.length-1&&g){var h=b.buffer.join("").substr(4,4)+a;if(h!=e.leapday)return!0;var i=parseInt(b.buffer.join("").substr(0,4),10);return 0===i%4?0===i%100?0===i%400?!0:!1:!0:!1}return g},cardinality:2,prevalidator:[{validator:function(a,b,c,d,e){isNaN(b.buffer[c+1])||(a+=b.buffer[c+1]);var f=e.mask.indexOf("2")==e.mask.length-1?b.buffer.join("").substr(5,3):b.buffer.join("").substr(0,3);-1!=f.indexOf(e.placeholder[0])&&(f="01"+e.separator);var g=1==a.length?e.regex.val2pre(e.separator).test(f+a):e.regex.val2(e.separator).test(f+a);return d||g||!(g=e.regex.val2(e.separator).test(f+"0"+a))?g:(b.buffer[c]="0",c++,{pos:c})},cardinality:1}]},y:{validator:function(a,b,c,d,e){if(e.isInYearRange(a,e.yearrange.minyear,e.yearrange.maxyear)){var f=b.buffer.join("").substr(0,6);if(f!=e.leapday)return!0;var g=parseInt(a,10);return 0===g%4?0===g%100?0===g%400?!0:!1:!0:!1}return!1},cardinality:4,prevalidator:[{validator:function(a,b,c,d,e){var f=e.isInYearRange(a,e.yearrange.minyear,e.yearrange.maxyear);if(!d&&!f){var g=e.determinebaseyear(e.yearrange.minyear,e.yearrange.maxyear,a+"0").toString().slice(0,1);if(f=e.isInYearRange(g+a,e.yearrange.minyear,e.yearrange.maxyear))return b.buffer[c++]=g.charAt(0),{pos:c};if(g=e.determinebaseyear(e.yearrange.minyear,e.yearrange.maxyear,a+"0").toString().slice(0,2),f=e.isInYearRange(g+a,e.yearrange.minyear,e.yearrange.maxyear))return b.buffer[c++]=g.charAt(0),b.buffer[c++]=g.charAt(1),{pos:c}}return f},cardinality:1},{validator:function(a,b,c,d,e){var f=e.isInYearRange(a,e.yearrange.minyear,e.yearrange.maxyear);if(!d&&!f){var g=e.determinebaseyear(e.yearrange.minyear,e.yearrange.maxyear,a).toString().slice(0,2);if(f=e.isInYearRange(a[0]+g[1]+a[1],e.yearrange.minyear,e.yearrange.maxyear))return b.buffer[c++]=g.charAt(1),{pos:c};if(g=e.determinebaseyear(e.yearrange.minyear,e.yearrange.maxyear,a).toString().slice(0,2),e.isInYearRange(g+a,e.yearrange.minyear,e.yearrange.maxyear)){var h=b.buffer.join("").substr(0,6);if(h!=e.leapday)f=!0;else{var i=parseInt(a,10);f=0===i%4?0===i%100?0===i%400?!0:!1:!0:!1}}else f=!1;if(f)return b.buffer[c-1]=g.charAt(0),b.buffer[c++]=g.charAt(1),b.buffer[c++]=a.charAt(0),{refreshFromBuffer:{start:c-3,end:c},pos:c}}return f},cardinality:2},{validator:function(a,b,c,d,e){return e.isInYearRange(a,e.yearrange.minyear,e.yearrange.maxyear)},cardinality:3}]}},insertMode:!1,autoUnmask:!1},"mm/dd/yyyy":{placeholder:"mm/dd/yyyy",alias:"dd/mm/yyyy",regex:{val2pre:function(b){var c=a.inputmask.escapeRegex.call(this,b);return new RegExp("((0[13-9]|1[012])"+c+"[0-3])|(02"+c+"[0-2])")},val2:function(b){var c=a.inputmask.escapeRegex.call(this,b);return new RegExp("((0[1-9]|1[012])"+c+"(0[1-9]|[12][0-9]))|((0[13-9]|1[012])"+c+"30)|((0[13578]|1[02])"+c+"31)")},val1pre:new RegExp("[01]"),val1:new RegExp("0[1-9]|1[012]")},leapday:"02/29/",onKeyUp:function(b){var c=a(this);if(b.ctrlKey&&b.keyCode==a.inputmask.keyCode.RIGHT){var d=new Date;c.val((d.getMonth()+1).toString()+d.getDate().toString()+d.getFullYear().toString())}}},"yyyy/mm/dd":{mask:"y/1/2",placeholder:"yyyy/mm/dd",alias:"mm/dd/yyyy",leapday:"/02/29",onKeyUp:function(b){var c=a(this);if(b.ctrlKey&&b.keyCode==a.inputmask.keyCode.RIGHT){var d=new Date;c.val(d.getFullYear().toString()+(d.getMonth()+1).toString()+d.getDate().toString())}}},"dd.mm.yyyy":{mask:"1.2.y",placeholder:"dd.mm.yyyy",leapday:"29.02.",separator:".",alias:"dd/mm/yyyy"},"dd-mm-yyyy":{mask:"1-2-y",placeholder:"dd-mm-yyyy",leapday:"29-02-",separator:"-",alias:"dd/mm/yyyy"},"mm.dd.yyyy":{mask:"1.2.y",placeholder:"mm.dd.yyyy",leapday:"02.29.",separator:".",alias:"mm/dd/yyyy"},"mm-dd-yyyy":{mask:"1-2-y",placeholder:"mm-dd-yyyy",leapday:"02-29-",separator:"-",alias:"mm/dd/yyyy"},"yyyy.mm.dd":{mask:"y.1.2",placeholder:"yyyy.mm.dd",leapday:".02.29",separator:".",alias:"yyyy/mm/dd"},"yyyy-mm-dd":{mask:"y-1-2",placeholder:"yyyy-mm-dd",leapday:"-02-29",separator:"-",alias:"yyyy/mm/dd"},datetime:{mask:"1/2/y h:s",placeholder:"dd/mm/yyyy hh:mm",alias:"dd/mm/yyyy",regex:{hrspre:new RegExp("[012]"),hrs24:new RegExp("2[0-4]|1[3-9]"),hrs:new RegExp("[01][0-9]|2[0-4]"),ampm:new RegExp("^[a|p|A|P][m|M]"),mspre:new RegExp("[0-5]"),ms:new RegExp("[0-5][0-9]")},timeseparator:":",hourFormat:"24",definitions:{h:{validator:function(a,b,c,d,e){if("24"==e.hourFormat&&24==parseInt(a,10))return b.buffer[c-1]="0",b.buffer[c]="0",{refreshFromBuffer:{start:c-1,end:c},c:"0"};var f=e.regex.hrs.test(a);if(!d&&!f&&(a.charAt(1)==e.timeseparator||-1!="-.:".indexOf(a.charAt(1)))&&(f=e.regex.hrs.test("0"+a.charAt(0))))return b.buffer[c-1]="0",b.buffer[c]=a.charAt(0),c++,{refreshFromBuffer:{start:c-2,end:c},pos:c,c:e.timeseparator};if(f&&"24"!==e.hourFormat&&e.regex.hrs24.test(a)){var g=parseInt(a,10);return 24==g?(b.buffer[c+5]="a",b.buffer[c+6]="m"):(b.buffer[c+5]="p",b.buffer[c+6]="m"),g-=12,10>g?(b.buffer[c]=g.toString(),b.buffer[c-1]="0"):(b.buffer[c]=g.toString().charAt(1),b.buffer[c-1]=g.toString().charAt(0)),{refreshFromBuffer:{start:c-1,end:c+6},c:b.buffer[c]}}return f},cardinality:2,prevalidator:[{validator:function(a,b,c,d,e){var f=e.regex.hrspre.test(a);return d||f||!(f=e.regex.hrs.test("0"+a))?f:(b.buffer[c]="0",c++,{pos:c})},cardinality:1}]},s:{validator:"[0-5][0-9]",cardinality:2,prevalidator:[{validator:function(a,b,c,d,e){var f=e.regex.mspre.test(a);return d||f||!(f=e.regex.ms.test("0"+a))?f:(b.buffer[c]="0",c++,{pos:c})},cardinality:1}]},t:{validator:function(a,b,c,d,e){return e.regex.ampm.test(a+"m")},casing:"lower",cardinality:1}},insertMode:!1,autoUnmask:!1},datetime12:{mask:"1/2/y h:s t\\m",placeholder:"dd/mm/yyyy hh:mm xm",alias:"datetime",hourFormat:"12"},"hh:mm t":{mask:"h:s t\\m",placeholder:"hh:mm xm",alias:"datetime",hourFormat:"12"},"h:s t":{mask:"h:s t\\m",placeholder:"hh:mm xm",alias:"datetime",hourFormat:"12"},"hh:mm:ss":{mask:"h:s:s",placeholder:"hh:mm:ss",alias:"datetime",autoUnmask:!1},"hh:mm":{mask:"h:s",placeholder:"hh:mm",alias:"datetime",autoUnmask:!1},date:{alias:"dd/mm/yyyy"},"mm/yyyy":{mask:"1/y",placeholder:"mm/yyyy",leapday:"donotuse",separator:"/",alias:"mm/dd/yyyy"}}),a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.definitions,{A:{validator:"[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1,casing:"upper"},"#":{validator:"[0-9A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1,casing:"upper"}}),a.extend(a.inputmask.defaults.aliases,{url:{mask:"ir",placeholder:"",separator:"",defaultPrefix:"http://",regex:{urlpre1:new RegExp("[fh]"),urlpre2:new RegExp("(ft|ht)"),urlpre3:new RegExp("(ftp|htt)"),urlpre4:new RegExp("(ftp:|http|ftps)"),urlpre5:new RegExp("(ftp:/|ftps:|http:|https)"),urlpre6:new RegExp("(ftp://|ftps:/|http:/|https:)"),urlpre7:new RegExp("(ftp://|ftps://|http://|https:/)"),urlpre8:new RegExp("(ftp://|ftps://|http://|https://)")},definitions:{i:{validator:function(){return!0},cardinality:8,prevalidator:function(){for(var a=[],b=8,c=0;b>c;c++)a[c]=function(){var a=c;return{validator:function(b,c,d,e,f){if(f.regex["urlpre"+(a+1)]){var g,h=b;a+1-b.length>0&&(h=c.buffer.join("").substring(0,a+1-b.length)+""+h);var i=f.regex["urlpre"+(a+1)].test(h);if(!e&&!i){for(d-=a,g=0;g<f.defaultPrefix.length;g++)c.buffer[d]=f.defaultPrefix[g],d++;for(g=0;g<h.length-1;g++)c.buffer[d]=h[g],d++;return{pos:d}}return i}return!1},cardinality:a}}();return a}()},r:{validator:".",cardinality:50}},insertMode:!1,autoUnmask:!1},ip:{mask:"i[i[i]].i[i[i]].i[i[i]].i[i[i]]",definitions:{i:{validator:function(a,b,c){return c-1>-1&&"."!=b.buffer[c-1]?(a=b.buffer[c-1]+a,a=c-2>-1&&"."!=b.buffer[c-2]?b.buffer[c-2]+a:"0"+a):a="00"+a,new RegExp("25[0-5]|2[0-4][0-9]|[01][0-9][0-9]").test(a)},cardinality:1}}},email:{mask:"*{1,64}[.*{1,64}][.*{1,64}][.*{1,64}]@*{1,64}[.*{2,64}][.*{2,6}][.*{1,2}]",greedy:!1,onBeforePaste:function(a){return a=a.toLowerCase(),a.replace("mailto:","")},definitions:{"*":{validator:"[0-9A-Za-z!#$%&'*+/=?^_`{|}~-]",cardinality:1,casing:"lower"}}}}),a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.aliases,{numeric:{mask:function(a){if(0!==a.repeat&&isNaN(a.integerDigits)&&(a.integerDigits=a.repeat),a.repeat=0,a.groupSeparator==a.radixPoint&&(a.groupSeparator="."==a.radixPoint?",":","==a.radixPoint?".":"")," "===a.groupSeparator&&(a.skipOptionalPartCharacter=void 0),a.autoGroup=a.autoGroup&&""!=a.groupSeparator,a.autoGroup&&isFinite(a.integerDigits)){var b=Math.floor(a.integerDigits/a.groupSize),c=a.integerDigits%a.groupSize;a.integerDigits+=0==c?b-1:b}a.definitions[";"]=a.definitions["~"];var d=a.prefix;return d+="[+]",d+="~{1,"+a.integerDigits+"}",void 0!=a.digits&&(isNaN(a.digits)||parseInt(a.digits)>0)&&(d+=a.digitsOptional?"["+(a.decimalProtect?":":a.radixPoint)+";{"+a.digits+"}]":(a.decimalProtect?":":a.radixPoint)+";{"+a.digits+"}"),d+=a.suffix},placeholder:"",greedy:!1,digits:"*",digitsOptional:!0,groupSeparator:"",radixPoint:".",radixFocus:!0,groupSize:3,autoGroup:!1,allowPlus:!0,allowMinus:!0,integerDigits:"+",prefix:"",suffix:"",rightAlign:!0,decimalProtect:!0,postFormat:function(b,c,d,e){var f=!1,g=b[c];if(""==e.groupSeparator||-1!=a.inArray(e.radixPoint,b)&&c>=a.inArray(e.radixPoint,b)||new RegExp("[-+]").test(g))return{pos:c};var h=b.slice();g==e.groupSeparator&&(h.splice(c--,1),g=h[c]),d?h[c]="?":h.splice(c,0,"?");var i=h.join("");if(e.autoGroup||d&&-1!=i.indexOf(e.groupSeparator)){var j=a.inputmask.escapeRegex.call(this,e.groupSeparator);f=0==i.indexOf(e.groupSeparator),i=i.replace(new RegExp(j,"g"),"");var k=i.split(e.radixPoint);if(i=k[0],i!=e.prefix+"?0"&&i.length>=e.groupSize+e.prefix.length){f=!0;for(var l=new RegExp("([-+]?[\\d?]+)([\\d?]{"+e.groupSize+"})");l.test(i);)i=i.replace(l,"$1"+e.groupSeparator+"$2"),i=i.replace(e.groupSeparator+e.groupSeparator,e.groupSeparator)}k.length>1&&(i+=e.radixPoint+k[1])}b.length=i.length;for(var m=0,n=i.length;n>m;m++)b[m]=i.charAt(m);var o=a.inArray("?",b);return d?b[o]=g:b.splice(o,1),{pos:o,refreshFromBuffer:f}},onKeyDown:function(b,c,d,e){if(b.keyCode==a.inputmask.keyCode.TAB&&"0"!=e.placeholder.charAt(0)){var f=a.inArray(e.radixPoint,c);if(-1!=f&&isFinite(e.digits)){for(var g=1;g<=e.digits;g++)(void 0==c[f+g]||c[f+g]==e.placeholder.charAt(0))&&(c[f+g]="0");return{refreshFromBuffer:{start:++f,end:f+e.digits}}}}else if(e.autoGroup&&(b.keyCode==a.inputmask.keyCode.DELETE||b.keyCode==a.inputmask.keyCode.BACKSPACE)){var h=e.postFormat(c,d-1,!0,e);return h.caret=h.pos+1,h}},onKeyPress:function(a,b,c,d){if(d.autoGroup){var e=d.postFormat(b,c-1,!0,d);return e.caret=e.pos+1,e}},regex:{integerPart:function(){return new RegExp("[-+]?\\d+")},integerNPart:function(){return new RegExp("\\d+")}},signHandler:function(a,b,c,d,e){if(!d&&(e.allowMinus&&"-"===a||e.allowPlus&&"+"===a)){var f=b.join("").match(e.regex.integerPart(e));if(f&&f.length>0&&"0"!==f[f.index])return b[f.index]==("-"===a?"+":"-")?{pos:f.index,c:a,remove:f.index,caret:c}:b[f.index]==("-"===a?"-":"+")?{remove:f.index,caret:c-1}:{pos:f.index,c:a,caret:c+1}}return!1},radixHandler:function(b,c,d,e,f){if(!e&&b===f.radixPoint){var g=a.inArray(f.radixPoint,c.buffer),h=c.buffer.join("").match(f.regex.integerPart(f));if(-1!=g)return c.validPositions[g-1]?{caret:g+1}:{pos:h.index,c:h[0],caret:g+1}}return!1},leadingZeroHandler:function(b,c,d,e,f){var g=c.buffer.join("").match(f.regex.integerNPart(f)),h=a.inArray(f.radixPoint,c.buffer);if(g&&!e&&(-1==h||g.index<h))if(0==g[0].indexOf("0")&&d>=f.prefix.length){if(-1==h||h>=d&&void 0==c.validPositions[h])return c.buffer.splice(g.index,1),d=d>g.index?d-1:g.index,{pos:d,remove:g.index};if(d>g.index&&h>=d)return c.buffer.splice(g.index,1),d=d>g.index?d-1:g.index,{pos:d,remove:g.index}}else if("0"==b&&d<=g.index)return!1;return!0},definitions:{"~":{validator:function(b,c,d,e,f){var g=f.signHandler(b,c.buffer,d,e,f);if(!g&&(g=f.radixHandler(b,c,d,e,f),!g&&(g=e?new RegExp("[0-9"+a.inputmask.escapeRegex.call(this,f.groupSeparator)+"]").test(b):new RegExp("[0-9]").test(b),g===!0&&(g=f.leadingZeroHandler(b,c,d,e,f),g===!0)))){var h=a.inArray(f.radixPoint,c.buffer);f.digitsOptional===!1&&d>h&&!e&&(g={pos:d,remove:d}),g={pos:d}}return g},cardinality:1,prevalidator:null},"+":{validator:function(a,b,c,d,e){var f=e.signHandler(a,b.buffer,c,d,e);return f||(f=e.allowMinus&&"-"==a||e.allowPlus&&"+"==a),f},cardinality:1,prevalidator:null,placeholder:""},":":{validator:function(b,c,d,e,f){var g=f.signHandler(b,c.buffer,d,e,f);if(!g){var h="["+a.inputmask.escapeRegex.call(this,f.radixPoint)+"]";g=new RegExp(h).test(b),g&&c.validPositions[d]&&c.validPositions[d].match.placeholder==f.radixPoint&&(g={pos:d,remove:d})}return g},cardinality:1,prevalidator:null,placeholder:function(a){return a.radixPoint}}},insertMode:!0,autoUnmask:!1,onUnMask:function(b,c,d){var e=b.replace(d.prefix,"");return e=e.replace(d.suffix,""),e=e.replace(new RegExp(a.inputmask.escapeRegex.call(this,d.groupSeparator),"g"),"")},isComplete:function(b,c){var d=b.join(""),e=b.slice();if(c.postFormat(e,0,!0,c),e.join("")!=d)return!1;var f=d.replace(c.prefix,"");return f=f.replace(c.suffix,""),f=f.replace(new RegExp(a.inputmask.escapeRegex.call(this,c.groupSeparator),"g"),""),f=f.replace(a.inputmask.escapeRegex.call(this,c.radixPoint),"."),isFinite(f)},onBeforeMask:function(b,c){if(isFinite(b))return b.toString().replace(".",c.radixPoint);var d=b.match(/,/g),e=b.match(/\./g);return e&&d?e.length>d.length?(b=b.replace(/\./g,""),b=b.replace(",",c.radixPoint)):d.length>e.length&&(b=b.replace(/,/g,""),b=b.replace(".",c.radixPoint)):b=b.replace(new RegExp(a.inputmask.escapeRegex.call(this,c.groupSeparator),"g"),""),b}},currency:{prefix:"$ ",groupSeparator:",",radixPoint:".",alias:"numeric",placeholder:"0",autoGroup:!0,digits:2,digitsOptional:!1,clearMaskOnLostFocus:!1,decimalProtect:!0},decimal:{alias:"numeric"},integer:{alias:"numeric",digits:"0"}}),a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.aliases,{phone:{url:"phone-codes/phone-codes.js",maskInit:"+pp(pp)pppppppp",mask:function(b){b.definitions={p:{validator:function(){return!1},cardinality:1},"#":{validator:"[0-9]",cardinality:1}};var c=[];return a.ajax({url:b.url,async:!1,dataType:"json",success:function(a){c=a}}),c=c.sort(function(a,b){return(a.mask||a)<(b.mask||b)?-1:1}),c.splice(0,0,b.maskInit),c},nojumps:!0,nojumpsThreshold:1},phonebe:{alias:"phone",url:"phone-codes/phone-be.js",maskInit:"+32(pp)pppppppp",nojumpsThreshold:4}}),a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.aliases,{Regex:{mask:"r",greedy:!1,repeat:"*",regex:null,regexTokens:null,tokenizer:/\[\^?]?(?:[^\\\]]+|\\[\S\s]?)*]?|\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9][0-9]*|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|c[A-Za-z]|[\S\s]?)|\((?:\?[:=!]?)?|(?:[?*+]|\{[0-9]+(?:,[0-9]*)?\})\??|[^.?*+^${[()|\\]+|./g,quantifierFilter:/[0-9]+[^,]/,isComplete:function(a,b){return new RegExp(b.regex).test(a.join(""))},definitions:{r:{validator:function(b,c,d,e,f){function g(a,b){this.matches=[],this.isGroup=a||!1,this.isQuantifier=b||!1,this.quantifier={min:1,max:1},this.repeaterPart=void 0}function h(){var a,b,c=new g,d=[];for(f.regexTokens=[];a=f.tokenizer.exec(f.regex);)switch(b=a[0],b.charAt(0)){case"(":d.push(new g(!0));break;case")":var e=d.pop();d.length>0?d[d.length-1].matches.push(e):c.matches.push(e);break;case"{":case"+":case"*":var h=new g(!1,!0);b=b.replace(/[{}]/g,"");var i=b.split(","),j=isNaN(i[0])?i[0]:parseInt(i[0]),k=1==i.length?j:isNaN(i[1])?i[1]:parseInt(i[1]);if(h.quantifier={min:j,max:k},d.length>0){var l=d[d.length-1].matches;if(a=l.pop(),!a.isGroup){var e=new g(!0);e.matches.push(a),a=e}l.push(a),l.push(h)}else{if(a=c.matches.pop(),!a.isGroup){var e=new g(!0);e.matches.push(a),a=e}c.matches.push(a),c.matches.push(h)}break;default:d.length>0?d[d.length-1].matches.push(b):c.matches.push(b)}c.matches.length>0&&f.regexTokens.push(c)}function i(b,c){var d=!1;c&&(k+="(",m++);for(var e=0;e<b.matches.length;e++){var f=b.matches[e];if(1==f.isGroup)d=i(f,!0);else if(1==f.isQuantifier){var g=a.inArray(f,b.matches),h=b.matches[g-1],j=k;if(isNaN(f.quantifier.max)){for(;f.repeaterPart&&f.repeaterPart!=k&&f.repeaterPart.length>k.length&&!(d=i(h,!0)););d=d||i(h,!0),d&&(f.repeaterPart=k),k=j+f.quantifier.max}else{for(var l=0,o=f.quantifier.max-1;o>l&&!(d=i(h,!0));l++);k=j+"{"+f.quantifier.min+","+f.quantifier.max+"}"}}else if(void 0!=f.matches)for(var p=0;p<f.length&&!(d=i(f[p],c));p++);else{var q;if("["==f.charAt(0)){q=k,q+=f;for(var r=0;m>r;r++)q+=")";var s=new RegExp("^("+q+")$");d=s.test(n)}else for(var t=0,u=f.length;u>t;t++)if("\\"!=f.charAt(t)){q=k,q+=f.substr(0,t+1),q=q.replace(/\|$/,"");for(var r=0;m>r;r++)q+=")";var s=new RegExp("^("+q+")$");if(d=s.test(n))break}k+=f}if(d)break}return c&&(k+=")",m--),d}null==f.regexTokens&&h();var j=c.buffer.slice(),k="",l=!1,m=0;j.splice(d,0,b);for(var n=j.join(""),o=0;o<f.regexTokens.length;o++){var g=f.regexTokens[o];if(l=i(g,g.isGroup))break}return l},cardinality:1}}}}),a.fn.inputmask}(jQuery),jQuery(document).ready(function(a){jQuery(document).on("cf.add",function(){a("[data-inputmask]").inputmask()}),jQuery(document).trigger("cf.add")}),function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?a(require("jquery")):a(jQuery)}(function(a){function b(){var a=document.createElement("input");return a.setAttribute("type","range"),"text"!==a.type}function g(a,b){var c=Array.prototype.slice.call(arguments,2);return setTimeout(function(){return a.apply(null,c)},b)}function h(a,b){return b=b||100,function(){if(!a.debouncing){var c=Array.prototype.slice.apply(arguments);a.lastReturnVal=a.apply(window,c),a.debouncing=!0}return clearTimeout(a.debounceTimeout),a.debounceTimeout=setTimeout(function(){a.debouncing=!1},b),a.lastReturnVal}}function i(b,d){if(this.$window=a(window),this.$document=a(document),this.$element=a(b),this.options=a.extend({},f,d),this._defaults=f,this._name=c,this.startEvent=this.options.startEvent.join("."+c+" ")+"."+c,this.moveEvent=this.options.moveEvent.join("."+c+" ")+"."+c,this.endEvent=this.options.endEvent.join("."+c+" ")+"."+c,this.polyfill=this.options.polyfill,this.onInit=this.options.onInit,this.onSlide=this.options.onSlide,this.onSlideEnd=this.options.onSlideEnd,this.polyfill&&e)return!1;this.identifier="js-"+c+"-"+ +new Date,this.min=parseFloat(this.$element[0].getAttribute("min")||0),this.max=parseFloat(this.$element[0].getAttribute("max")||100),this.value=parseFloat(this.$element[0].value||this.min+(this.max-this.min)/2),this.step=parseFloat(this.$element[0].getAttribute("step")||1),this.$fill=a('<div class="'+this.options.fillClass+'" />'),this.$handle=a('<div class="'+this.options.handleClass+'" />'),this.$range=a('<div class="'+this.options.rangeClass+'" id="'+this.identifier+'" />').insertAfter(this.$element).prepend(this.$fill,this.$handle),this.$element.css({position:"absolute",width:"1px",height:"1px",overflow:"hidden",opacity:"0"}),this.handleDown=a.proxy(this.handleDown,this),this.handleMove=a.proxy(this.handleMove,this),this.handleEnd=a.proxy(this.handleEnd,this),this.init();var i=this;this.$window.on("resize."+c,h(function(){g(function(){i.update()},300)},20)),this.$document.on(this.startEvent,"#"+this.identifier+":not(."+this.options.disabledClass+")",this.handleDown),this.$element.on("change."+c,function(a,b){if(!b||b.origin!==c){var d=a.target.value,e=i.getPositionFromValue(d);i.setPosition(e)}})}var c="rangeslider",d=[],e=b(),f={polyfill:!0,rangeClass:"rangeslider",disabledClass:"rangeslider--disabled",fillClass:"rangeslider__fill",handleClass:"rangeslider__handle",startEvent:["mousedown","touchstart","pointerdown"],moveEvent:["mousemove","touchmove","pointermove"],endEvent:["mouseup","touchend","pointerup"]};i.prototype.init=function(){this.onInit&&"function"==typeof this.onInit&&this.onInit(),this.update()},i.prototype.update=function(){this.handleWidth=this.$handle[0].offsetWidth,this.rangeWidth=this.$range[0].offsetWidth,this.maxHandleX=this.rangeWidth-this.handleWidth,this.grabX=this.handleWidth/2,this.position=this.getPositionFromValue(this.value),this.$element[0].disabled?this.$range.addClass(this.options.disabledClass):this.$range.removeClass(this.options.disabledClass),this.setPosition(this.position)},i.prototype.handleDown=function(a){if(a.preventDefault(),this.$document.on(this.moveEvent,this.handleMove),this.$document.on(this.endEvent,this.handleEnd),!((" "+a.target.className+" ").replace(/[\n\t]/g," ").indexOf(this.options.handleClass)>-1)){var b=this.getRelativePosition(this.$range[0],a),c=this.getPositionFromNode(this.$handle[0])-this.getPositionFromNode(this.$range[0]);this.setPosition(b-this.grabX),b>=c&&b<c+this.handleWidth&&(this.grabX=b-c)}},i.prototype.handleMove=function(a){a.preventDefault();var b=this.getRelativePosition(this.$range[0],a);this.setPosition(b-this.grabX)},i.prototype.handleEnd=function(a){a.preventDefault(),this.$document.off(this.moveEvent,this.handleMove),this.$document.off(this.endEvent,this.handleEnd);var b=this.getRelativePosition(this.$range[0],a);this.onSlideEnd&&"function"==typeof this.onSlideEnd&&this.onSlideEnd(b-this.grabX,this.value)},i.prototype.cap=function(a,b,c){return b>a?b:a>c?c:a},i.prototype.setPosition=function(a){var b,c;b=this.getValueFromPosition(this.cap(a,0,this.maxHandleX))/this.step*this.step,c=this.getPositionFromValue(b),this.$fill[0].style.width=c+this.grabX+"px",this.$handle[0].style.left=c+"px",this.setValue(b),this.position=c,this.value=b,this.onSlide&&"function"==typeof this.onSlide&&this.onSlide(c,b)},i.prototype.getPositionFromNode=function(a){for(var b=0;null!==a;)b+=a.offsetLeft,a=a.offsetParent;return b},i.prototype.getRelativePosition=function(a,b){return(b.pageX||b.originalEvent.clientX||b.originalEvent.touches[0].clientX||b.currentPoint.x)-this.getPositionFromNode(a)},i.prototype.getPositionFromValue=function(a){var b,c;return b=(a-this.min)/(this.max-this.min),c=b*this.maxHandleX},i.prototype.getValueFromPosition=function(a){var b,c;return b=a/(this.maxHandleX||1),c=this.step*Math.ceil((b*(this.max-this.min)+this.min)/this.step),Number(c.toFixed(2))},i.prototype.setValue=function(a){a!==this.value&&this.$element.val(a).trigger("change",{origin:c})},i.prototype.destroy=function(){this.$document.off(this.startEvent,"#"+this.identifier,this.handleDown),this.$element.off("."+c).removeAttr("style").removeData("plugin_"+c),this.$range&&this.$range.length&&this.$range[0].parentNode.removeChild(this.$range[0]),d.splice(d.indexOf(this.$element[0]),1),d.length||this.$window.off("."+c)},a.fn[c]=function(b){return this.each(function(){var e=a(this),f=e.data("plugin_"+c);f||(e.data("plugin_"+c,f=new i(this,b)),d.push(this)),"string"==typeof b&&f[b]()})}}),function(a){"use strict";var b={init:function(c){return this.each(function(){this.self=a(this),b.destroy.call(this.self),this.opt=a.extend(!0,{},a.fn.raty.defaults,c),b._adjustCallback.call(this),b._adjustNumber.call(this),"img"!==this.opt.starType&&b._adjustStarType.call(this),b._adjustPath.call(this),b._createStars.call(this),this.opt.cancel&&b._createCancel.call(this),this.opt.precision&&b._adjustPrecision.call(this),b._createScore.call(this),b._apply.call(this,this.opt.score),b._target.call(this,this.opt.score),this.opt.readOnly?b._lock.call(this):(this.style.cursor="pointer",b._binds.call(this)),this.self.data("options",this.opt)})},_adjustCallback:function(){for(var a=["number","readOnly","score","scoreName"],b=0;b<a.length;b++)"function"==typeof this.opt[a[b]]&&(this.opt[a[b]]=this.opt[a[b]].call(this))},_adjustNumber:function(){this.opt.number=b._between(this.opt.number,1,this.opt.numberMax)},_adjustPath:function(){this.opt.path=this.opt.path||"",this.opt.path&&"/"!==this.opt.path.charAt(this.opt.path.length-1)&&(this.opt.path+="/")},_adjustPrecision:function(){this.opt.half=!0,this.opt.targetType="score"},_adjustStarType:function(){this.opt.path="";for(var a=["cancelOff","cancelOn","starHalf","starOff","starOn"],b=0;b<a.length;b++)this.opt[a[b]]=this.opt[a[b]].replace(".","-")},_apply:function(a){b._fill.call(this,a),a&&(a>0&&this.score.val(b._between(a,0,this.opt.number)),b._roundStars.call(this,a))
|
4 |
-
},_between:function(a,b,c){return Math.min(Math.max(parseFloat(a),b),c)},_binds:function(){this.cancel&&(b._bindOverCancel.call(this),b._bindClickCancel.call(this),b._bindOutCancel.call(this)),b._bindOver.call(this),b._bindClick.call(this),b._bindOut.call(this)},_bindClick:function(){var b=this;b.stars.on("click.raty",function(c){var d=a(this);b.score.val(b.opt.half||b.opt.precision?b.self.data("score"):this.alt||d.data("alt")),b.opt.click&&b.opt.click.call(b,+b.score.val(),c)})},_bindClickCancel:function(){var a=this;a.cancel.on("click.raty",function(b){a.score.removeAttr("value"),a.opt.click&&a.opt.click.call(a,null,b)})},_bindOut:function(){var a=this;a.self.on("mouseleave.raty",function(c){var d=+a.score.val()||void 0;b._apply.call(a,d),b._target.call(a,d,c),a.opt.mouseout&&a.opt.mouseout.call(a,d,c)})},_bindOutCancel:function(){var b=this;b.cancel.on("mouseleave.raty",function(c){var d=a(this),e=b.opt.path+b.opt.cancelOff;if("img"===b.opt.starType)d.attr("src",e);else{var f=b.opt.path+b.opt.cancelOn;d.removeClass(f).addClass(e)}if(b.opt.mouseout){var g=+b.score.val()||void 0;b.opt.mouseout.call(b,g,c)}})},_bindOver:function(){var a=this,c=a.opt.half?"mousemove.raty":"mouseover.raty";a.stars.on(c,function(c){var d=b._getScoreByPosition.call(a,c,this);b._fill.call(a,d),a.opt.half&&(b._roundStars.call(a,d),a.self.data("score",d)),b._target.call(a,d,c),a.opt.mouseover&&a.opt.mouseover.call(a,d,c)})},_bindOverCancel:function(){var c=this;c.cancel.on("mouseover.raty",function(d){var e=c.opt.path+c.opt.cancelOn,f=a(this),g=c.opt.path+c.opt.starOff;if("img"===c.opt.starType)f.attr("src",e),c.stars.attr("src",g);else{c.stars.attr("class",g);var h=c.opt.path+c.opt.cancelOff;f.removeClass(h).addClass(e).css("color",c.opt.starColor)}b._target.call(c,null,d),c.opt.mouseover&&c.opt.mouseover.call(c,null)})},_buildScoreField:function(){return a("<input />",{name:this.opt.scoreName,type:"hidden"}).appendTo(this)},_createCancel:function(){var b=this.opt.path+this.opt.cancelOff,c=a("<"+this.opt.starType+" />",{title:this.opt.cancelHint,"class":"raty-cancel"}).css("marginRight",this.opt.space?this.opt.spaceWidth+"px":"0");"img"===this.opt.starType?c.attr({src:b,alt:"x"}):c.attr("data-alt","x").addClass(b),"left"===this.opt.cancelPlace?this.self.prepend(" ").prepend(c):this.self.append(" ").append(c),this.cancel=c},_createScore:function(){var c=a(this.opt.targetScore);this.score=c.length?c:b._buildScoreField.call(this)},_createStars:function(){for(var c=1;c<=this.opt.number;c++){var d,e=this.opt.score&&this.opt.score>=c?"starOn":"starOff",f=b._getHint.call(this,c);e=this.opt.path+this.opt[e],d="img"!==this.opt.starType?{"data-alt":c,"class":e}:{src:e,alt:c},d.title=f,a("<"+this.opt.starType+" />",d).css("marginRight",c<this.opt.number&&this.opt.space?this.opt.spaceWidth+"px":"0").appendTo(this),this.opt.space}this.stars=this.self.children(this.opt.starType)},_error:function(b){a(this).text(b),a.error(b)},_fill:function(a){for(var c=0,d=1;d<=this.stars.length;d++){var e,f=this.stars.eq(d-1),g=b._turnOn.call(this,d,a);if(this.opt.iconRange&&this.opt.iconRange.length>c){var h=this.opt.iconRange[c];e=b._getIconRange.call(this,h,g),d<=h.range&&("img"===this.opt.starType?f.attr("src",e):f.attr("class",e)),d===h.range&&c++}else e=this.opt.path+this.opt[g?"starOn":"starOff"],"img"===this.opt.starType?f.attr("src",e):f.attr("class",e),g?f.css("color",this.opt.starColor):f.css("color","")}},_getIconRange:function(a,b){return this.opt.path+(b?a.on||this.opt.starOn:a.off||this.opt.starOff)},_getScoreByPosition:function(c,d){var e=a(d),f=parseInt(d.alt||e.data("alt"),10);if(this.opt.half){var g=b._getSize.call(this),h=parseFloat((c.pageX-e.offset().left)/g);f=this.opt.precision?f-1+h:f-1+(h>.5?1:.5)}return f},_getSize:function(){var a;return a="img"===this.opt.starType?this.stars[0].width:parseFloat(this.stars.eq(0).css("font-size")),a||b._error.call(this,"Could not be possible get the icon size!"),a},_turnOn:function(a,b){return this.opt.single?a===b:b>=a},_getHint:function(a){var b=this.opt.hints[a-1];return""===b?"":b||a},_lock:function(){var a=parseInt(this.score.val(),10),c=a?b._getHint.call(this,a):this.opt.noRatedMsg;this.style.cursor="",this.title=c,this.score.prop("readonly",!0),this.stars.prop("title",c),this.cancel&&this.cancel.hide(),this.self.data("readonly",!0)},_roundStars:function(a){var b=(a%1).toFixed(2);if(b>this.opt.round.down){var c="starOn";this.opt.halfShow&&b<this.opt.round.up?c="starHalf":b<this.opt.round.full&&(c="starOff");var d=this.stars[Math.ceil(a)-1];"img"===this.opt.starType?d.src=this.opt.path+this.opt[c]:d.style.className=this.opt[c]}},_target:function(c,d){if(this.opt.target){var e=a(this.opt.target);e.length||b._error.call(this,"Target selector invalid or missing!");var f=d&&"mouseover"===d.type;if(void 0===c)c=this.opt.targetText;else if(null===c)c=f?this.opt.cancelHint:this.opt.targetText;else{"hint"===this.opt.targetType?c=b._getHint.call(this,Math.ceil(c)):this.opt.precision&&(c=parseFloat(c).toFixed(1));var g=d&&"mousemove"===d.type;f||g||this.opt.targetKeep||(c=this.opt.targetText)}c&&(c=this.opt.targetFormat.toString().replace("{score}",c)),e.is(":input")?e.val(c):e.html(c)}},_unlock:function(){this.style.cursor="pointer",this.removeAttribute("title"),this.score.removeAttr("readonly"),this.self.data("readonly",!1);for(var a=0;a<this.opt.number;a++)this.stars[a].title=b._getHint.call(this,a+1);this.cancel&&this.cancel.css("display","")},cancel:function(c){return this.each(function(){var d=a(this);d.data("readonly")!==!0&&(b[c?"click":"score"].call(d,null),this.score.removeAttr("value"))})},click:function(c){return this.each(function(){a(this).data("readonly")!==!0&&(b._apply.call(this,c),this.opt.click&&this.opt.click.call(this,c,a.Event("click")),b._target.call(this,c))})},destroy:function(){return this.each(function(){var b=a(this),c=b.data("raw");c?b.off(".raty").empty().css({cursor:c.style.cursor}).removeData("readonly"):b.data("raw",b.clone()[0])})},getScore:function(){var b,a=[];return this.each(function(){b=this.score.val(),a.push(b?+b:void 0)}),a.length>1?a:a[0]},move:function(c){return this.each(function(){var d=parseInt(c,10),e=a(this).data("options"),f=(+c).toFixed(1).split(".")[1];d>=e.number&&(d=e.number-1,f=10);var g=b._getSize.call(this),h=g/10,i=a(this.stars[d]),j=i.offset().left+h*parseInt(f,10),k=a.Event("mousemove",{pageX:j});i.trigger(k)})},readOnly:function(c){return this.each(function(){var d=a(this);d.data("readonly")!==c&&(c?(d.off(".raty").children("img").off(".raty"),b._lock.call(this)):(b._binds.call(this),b._unlock.call(this)),d.data("readonly",c))})},reload:function(){return b.set.call(this,{})},score:function(){var c=a(this);return arguments.length?b.setScore.apply(c,arguments):b.getScore.call(c)},set:function(b){return this.each(function(){var c=a(this),d=c.data("options"),e=a.extend({},d,b);c.raty(e)})},setScore:function(c){return this.each(function(){a(this).data("readonly")!==!0&&(b._apply.call(this,c),b._target.call(this,c))})}};a.fn.raty=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?(a.error("Method "+c+" does not exist!"),void 0):b.init.apply(this,arguments)},a.fn.raty.defaults={cancel:!1,cancelHint:"Cancel this rating!",cancelOff:"raty-cancel-off",cancelOn:"raty-cancel-on",cancelPlace:"left",click:void 0,half:!1,halfShow:!0,hints:["1"],iconRange:void 0,mouseout:void 0,mouseover:void 0,noRatedMsg:"Not rated yet!",number:5,numberMax:20,path:void 0,precision:!1,readOnly:!1,round:{down:.25,full:.6,up:.76},score:void 0,scoreName:"score",single:!1,space:!0,spaceWidth:3,starColor:"#ff00aa",starHalf:"star-half.png",starOff:"raty-dot-off",starOn:"raty-dot-on",starType:"img",target:void 0,targetFormat:"{score}",targetKeep:!1,targetScore:void 0,targetText:"",targetType:"hint"}}(jQuery),jQuery(function(a){a("body").on("click",".cf-toggle-group-buttons
|
1 |
function color_picker_init(){jQuery(".minicolor-picker").miniColors()}function toggle_button_init(a,b){var c=jQuery(b),d=c.find(".cf-toggle-group-radio:checked");d.length&&jQuery("#"+d.data("ref")).trigger("click")}jQuery&&function(a){a.extend(a.fn,{miniColors:function(b,c){var d=function(b,c){var e=s(b.val());e||(e="ffffff");var f=x(e),h=a('<span class="input-group-addon" style="background-color: #'+e+'" href="#"></span>');h.insertAfter(b),b.addClass("miniColors").data("original-maxlength",b.attr("maxlength")||null).data("original-autocomplete",b.attr("autocomplete")||null).data("letterCase",c.letterCase?c.letterCase:"uppercase").data("trigger",h).data("hsb",f).data("change",c.change?c.change:null).data("close",c.close?c.close:null).data("open",c.open?c.open:null).attr("maxlength",7).attr("autocomplete","off").val("#"+o(e,c.letterCase)).trigger("change"),c.readonly&&b.prop("readonly",!0),c.disabled&&g(b),h.on("click.miniColors",function(a){a.preventDefault(),""===b.val()&&b.val("#").trigger("change"),i(b)}),b.on("focus.miniColors",function(){""===b.val()&&b.val("#").trigger("change"),i(b)}),b.on("blur.miniColors",function(){var c=s(y(b.data("hsb")));b.val(c?"#"+o(c,b.data("letterCase")):"").trigger("change")}),b.on("keydown.miniColors",function(a){9===a.keyCode&&j(b)}),b.on("keyup.miniColors",function(){n(b)}),b.on("paste.miniColors",function(){setTimeout(function(){n(b)},5)})},e=function(b){j(),b=a(b),b.data("trigger").remove(),b.attr("autocomplete",b.data("original-autocomplete")).attr("maxlength",b.data("original-maxlength")).removeData().removeClass("miniColors").off(".miniColors"),a(document).off(".miniColors")},f=function(a){a.prop("disabled",!1).data("trigger").css("opacity",1)},g=function(a){j(a),a.prop("disabled",!0).data("trigger").css("opacity",.5)},i=function(b){if(b.prop("disabled"))return!1;j();var c=a('<div class="miniColors-selector"></div>');c.append('<div class="miniColors-colors" style="background-color: #FFF;"><div class="miniColors-colorPicker"><div class="miniColors-colorPicker-inner"></div></div>').append('<div class="miniColors-hues"><div class="miniColors-huePicker"></div></div>').css("display","none").addClass(b.attr("class")).removeClass("form-control");var d=b.data("hsb");c.find(".miniColors-colors").css("backgroundColor","#"+y({h:d.h,s:100,b:100}));var e=b.data("colorPosition");e||(e=p(d)),c.find(".miniColors-colorPicker").css("top",e.y+"px").css("left",e.x+"px");var f=b.data("huePosition");f||(f=q(d)),c.find(".miniColors-huePicker").css("top",f.y+"px"),b.data("selector",c).data("huePicker",c.find(".miniColors-huePicker")).data("colorPicker",c.find(".miniColors-colorPicker")).data("mousebutton",0),a("BODY").append(c);var g=b.data("trigger"),h=!b.is(":visible"),i=h?g.offset().top+g.outerHeight():b.offset().top+b.outerHeight(),m=h?g.offset().left:b.offset().left,n=c.outerWidth(),o=c.outerHeight(),r=g.outerWidth(),s=g.outerHeight(),u=a(window).height(),v=a(window).width(),w=a(window).scrollTop(),x=a(window).scrollLeft();i+o>u+w&&(i=i-o-s),m+n>v+x&&(m=m-n+r),c.css({top:i,left:m}).fadeIn(100),c.on("selectstart",function(){return!1}),(!a.browser.msie||a.browser.msie&&a.browser.version>=9)&&a(window).on("resize.miniColors",function(){j(b)}),a(document).on("mousedown.miniColors touchstart.miniColors",function(c){b.data("mousebutton",1);var d=a(c.target).parents().andSelf();return d.hasClass("miniColors-colors")&&(c.preventDefault(),b.data("moving","colors"),k(b,c)),d.hasClass("miniColors-hues")&&(c.preventDefault(),b.data("moving","hues"),l(b,c)),d.hasClass("miniColors-selector")?(c.preventDefault(),void 0):(d.hasClass("miniColors")||j(b),void 0)}),a(document).on("mouseup.miniColors touchend.miniColors",function(a){a.preventDefault(),b.data("mousebutton",0).removeData("moving")}).on("mousemove.miniColors touchmove.miniColors",function(a){a.preventDefault(),1===b.data("mousebutton")&&("colors"===b.data("moving")&&k(b,a),"hues"===b.data("moving")&&l(b,a))}),b.data("open")&&b.data("open").call(b.get(0),"#"+y(d),t(d))},j=function(b){b||(b=a(".miniColors")),b.each(function(){var c=a(this).data("selector");a(this).removeData("selector"),a(c).fadeOut(100,function(){if(b.data("close")){var c=b.data("hsb"),d=y(c);b.data("close").call(b.get(0),"#"+d,t(c))}a(this).remove()})}),a(document).off(".miniColors")},k=function(a,b){var c=a.data("colorPicker");c.hide();var d={x:b.pageX,y:b.pageY};b.originalEvent.changedTouches&&(d.x=b.originalEvent.changedTouches[0].pageX,d.y=b.originalEvent.changedTouches[0].pageY),d.x=d.x-a.data("selector").find(".miniColors-colors").offset().left-5,d.y=d.y-a.data("selector").find(".miniColors-colors").offset().top-5,d.x<=-5&&(d.x=-5),d.x>=144&&(d.x=144),d.y<=-5&&(d.y=-5),d.y>=144&&(d.y=144),a.data("colorPosition",d),c.css("left",d.x).css("top",d.y).show();var e=Math.round(.67*(d.x+5));0>e&&(e=0),e>100&&(e=100);var f=100-Math.round(.67*(d.y+5));0>f&&(f=0),f>100&&(f=100);var g=a.data("hsb");g.s=e,g.b=f,m(a,g,!0)},l=function(a,b){var c=a.data("huePicker");c.hide();var d={y:b.pageY};b.originalEvent.changedTouches&&(d.y=b.originalEvent.changedTouches[0].pageY),d.y=d.y-a.data("selector").find(".miniColors-colors").offset().top-1,d.y<=-1&&(d.y=-1),d.y>=149&&(d.y=149),a.data("huePosition",d),c.css("top",d.y).show();var e=Math.round(2.4*(150-d.y-1));0>e&&(e=0),e>360&&(e=360);var f=a.data("hsb");f.h=e,m(a,f,!0)},m=function(a,b,c){a.data("hsb",b);var d=y(b);if(c&&a.val("#"+o(d,a.data("letterCase"))).trigger("change"),a.data("trigger").css("backgroundColor","#"+d),a.data("selector")&&a.data("selector").find(".miniColors-colors").css("backgroundColor","#"+y({h:b.h,s:100,b:100})),a.data("change")){if(d===a.data("lastChange"))return;a.data("change").call(a.get(0),"#"+d,t(b)),a.data("lastChange",d)}},n=function(b){b.val("#"+r(b.val())).trigger("change");var c=s(b.val());if(!c)return!1;var d=x(c),e=b.data("hsb");if(d.h===e.h&&d.s===e.s&&d.b===e.b)return!0;var f=p(d),g=a(b.data("colorPicker"));g.css("top",f.y+"px").css("left",f.x+"px"),b.data("colorPosition",f);var h=q(d),i=a(b.data("huePicker"));return i.css("top",h.y+"px"),b.data("huePosition",h),m(b,d),!0},o=function(a,b){return"lowercase"===b?a.toLowerCase():"uppercase"===b?a.toUpperCase():a},p=function(a){var b=Math.ceil(a.s/.67);0>b&&(b=0),b>150&&(b=150);var c=150-Math.ceil(a.b/.67);return 0>c&&(c=0),c>150&&(c=150),{x:b-5,y:c-5}},q=function(a){var b=150-a.h/2.4;return 0>b&&(h=0),b>150&&(h=150),{y:b-1}},r=function(a){return a.replace(/[^A-F0-9]/gi,"")},s=function(a){return(a=r(a))?(3===a.length&&(a=a[0]+a[0]+a[1]+a[1]+a[2]+a[2]),6===a.length?a:null):null},t=function(a){var b={},c=Math.round(a.h),d=Math.round(255*a.s/100),e=Math.round(255*a.b/100);if(0===d)b.r=b.g=b.b=e;else{var f=e,g=(255-d)*e/255,h=(f-g)*(c%60)/60;360===c&&(c=0),60>c?(b.r=f,b.b=g,b.g=g+h):120>c?(b.g=f,b.b=g,b.r=f-h):180>c?(b.g=f,b.r=g,b.b=g+h):240>c?(b.b=f,b.r=g,b.g=f-h):300>c?(b.b=f,b.g=g,b.r=g+h):360>c?(b.r=f,b.g=g,b.b=f-h):(b.r=0,b.g=0,b.b=0)}return{r:Math.round(b.r),g:Math.round(b.g),b:Math.round(b.b)}},u=function(b){var c=[b.r.toString(16),b.g.toString(16),b.b.toString(16)];return a.each(c,function(a,b){1===b.length&&(c[a]="0"+b)}),c.join("")},v=function(a){return a=parseInt(a.indexOf("#")>-1?a.substring(1):a,16),{r:a>>16,g:(65280&a)>>8,b:255&a}},w=function(a){var b={h:0,s:0,b:0},c=Math.min(a.r,a.g,a.b),d=Math.max(a.r,a.g,a.b),e=d-c;return b.b=d,b.s=0!==d?255*e/d:0,b.h=0!==b.s?a.r===d?(a.g-a.b)/e:a.g===d?2+(a.b-a.r)/e:4+(a.r-a.g)/e:-1,b.h*=60,b.h<0&&(b.h+=360),b.s*=100/255,b.b*=100/255,b},x=function(a){var b=w(v(a));return 0===b.s&&(b.h=360),b},y=function(a){return u(t(a))};switch(b){case"readonly":return a(this).each(function(){a(this).hasClass("miniColors")&&a(this).prop("readonly",c)}),a(this);case"disabled":return a(this).each(function(){a(this).hasClass("miniColors")&&(c?g(a(this)):f(a(this)))}),a(this);case"value":if(void 0===c){if(!a(this).hasClass("miniColors"))return;var z=a(this),A=s(z.val());return A?"#"+o(A,z.data("letterCase")):null}return a(this).each(function(){a(this).hasClass("miniColors")&&(a(this).val(c).trigger("change"),n(a(this)))}),a(this);case"destroy":return a(this).each(function(){a(this).hasClass("miniColors")&&e(a(this))}),a(this);default:return b||(b={}),a(this).each(function(){"input"===a(this)[0].tagName.toLowerCase()&&(a(this).data("trigger")||d(a(this),b,c))}),a(this)}}})}(jQuery),jQuery(function(a){a("body").on("change",".minicolor-picker.field-config",function(){var b=a(this).closest(".caldera-editor-field-config-wrapper");a('[data-for="'+b.prop("id")+'"]').css("backgroundColor",this.value)})}),function(a,b){function d(){return new Date(Date.UTC.apply(Date,arguments))}function e(){var a=new Date;return d(a.getFullYear(),a.getMonth(),a.getDate())}function f(a){return function(){return this[a].apply(this,arguments)}}function j(b,c){function h(a,b){return b.toLowerCase()}var f,d=a(b).data(),e={},g=new RegExp("^"+c.toLowerCase()+"([A-Z])");c=new RegExp("^"+c.toLowerCase());for(var i in d)c.test(i)&&(f=i.replace(g,h),e[f]=d[i]);return e}function k(b){var c={};if(o[b]||(b=b.split("-")[0],o[b])){var d=o[b];return a.each(n,function(a,b){b in d&&(c[b]=d[b])}),c}}var c=a(window),g=function(){var b={get:function(a){return this.slice(a)[0]},contains:function(a){for(var b=a&&a.valueOf(),c=0,d=this.length;d>c;c++)if(this[c].valueOf()===b)return c;return-1},remove:function(a){this.splice(a,1)},replace:function(b){b&&(a.isArray(b)||(b=[b]),this.clear(),this.push.apply(this,b))},clear:function(){this.splice(0)},copy:function(){var a=new g;return a.replace(this),a}};return function(){var c=[];return c.push.apply(c,arguments),a.extend(c,b),c}}(),h=function(b,c){this.dates=new g,this.viewDate=e(),this.focusDate=null,this._process_options(c),this.element=a(b),this.isInline=!1,this.isInput=this.element.is("input"),this.component=this.element.is(".date")?this.element.find(".add-on, .input-group-addon, .btn"):!1,this.hasInput=this.component&&this.element.find("input").length,this.component&&0===this.component.length&&(this.component=!1),this.picker=a(p.template),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("cfdatepicker-inline").appendTo(this.element):this.picker.addClass("cfdatepicker-dropdown dropdown-menu"),this.o.rtl&&this.picker.addClass("cfdatepicker-rtl"),this.viewMode=this.o.startView,this.o.calendarWeeks&&this.picker.find("tfoot th.today").attr("colspan",function(a,b){return parseInt(b)+1}),this._allow_update=!1,this.setStartDate(this._o.startDate),this.setEndDate(this._o.endDate),this.setDaysOfWeekDisabled(this.o.daysOfWeekDisabled),this.fillDow(),this.fillMonths(),this._allow_update=!0,this.update(),this.showMode(),this.isInline&&this.show()};h.prototype={constructor:h,_process_options:function(b){this._o=a.extend({},this._o,b);var c=this.o=a.extend({},this._o),d=c.language;switch(o[d]||(d=d.split("-")[0],o[d]||(d=m.language)),c.language=d,c.startView){case 2:case"decade":c.startView=2;break;case 1:case"year":c.startView=1;break;default:c.startView=0}switch(c.minViewMode){case 1:case"months":c.minViewMode=1;break;case 2:case"years":c.minViewMode=2;break;default:c.minViewMode=0}c.startView=Math.max(c.startView,c.minViewMode),c.multidate!==!0&&(c.multidate=Number(c.multidate)||!1,c.multidate=c.multidate!==!1?Math.max(0,c.multidate):1),c.multidateSeparator=String(c.multidateSeparator),c.weekStart%=7,c.weekEnd=(c.weekStart+6)%7;var e=p.parseFormat(c.format);c.startDate!==-1/0&&(c.startDate=c.startDate?c.startDate instanceof Date?this._local_to_utc(this._zero_time(c.startDate)):p.parseDate(c.startDate,e,c.language):-1/0),1/0!==c.endDate&&(c.endDate=c.endDate?c.endDate instanceof Date?this._local_to_utc(this._zero_time(c.endDate)):p.parseDate(c.endDate,e,c.language):1/0),c.daysOfWeekDisabled=c.daysOfWeekDisabled||[],a.isArray(c.daysOfWeekDisabled)||(c.daysOfWeekDisabled=c.daysOfWeekDisabled.split(/[,\s]*/)),c.daysOfWeekDisabled=a.map(c.daysOfWeekDisabled,function(a){return parseInt(a,10)});var f=String(c.orientation).toLowerCase().split(/\s+/g),g=c.orientation.toLowerCase();if(f=a.grep(f,function(a){return/^auto|left|right|top|bottom$/.test(a)}),c.orientation={x:"auto",y:"auto"},g&&"auto"!==g)if(1===f.length)switch(f[0]){case"top":case"bottom":c.orientation.y=f[0];break;case"left":case"right":c.orientation.x=f[0]}else g=a.grep(f,function(a){return/^left|right$/.test(a)}),c.orientation.x=g[0]||"auto",g=a.grep(f,function(a){return/^top|bottom$/.test(a)}),c.orientation.y=g[0]||"auto";else;},_events:[],_secondaryEvents:[],_applyEvents:function(a){for(var d,e,f,c=0;c<a.length;c++)d=a[c][0],2===a[c].length?(e=b,f=a[c][1]):3===a[c].length&&(e=a[c][1],f=a[c][2]),d.on(f,e)},_unapplyEvents:function(a){for(var d,e,f,c=0;c<a.length;c++)d=a[c][0],2===a[c].length?(f=b,e=a[c][1]):3===a[c].length&&(f=a[c][1],e=a[c][2]),d.off(e,f)},_buildEvents:function(){this.isInput?this._events=[[this.element,{focus:a.proxy(this.show,this),keyup:a.proxy(function(b){-1===a.inArray(b.keyCode,[27,37,39,38,40,32,13,9])&&this.update()},this),keydown:a.proxy(this.keydown,this)}]]:this.component&&this.hasInput?this._events=[[this.element.find("input"),{focus:a.proxy(this.show,this),keyup:a.proxy(function(b){-1===a.inArray(b.keyCode,[27,37,39,38,40,32,13,9])&&this.update()},this),keydown:a.proxy(this.keydown,this)}],[this.component,{click:a.proxy(this.show,this)}]]:this.element.is("div")?this.isInline=!0:this._events=[[this.element,{click:a.proxy(this.show,this)}]],this._events.push([this.element,"*",{blur:a.proxy(function(a){this._focused_from=a.target},this)}],[this.element,{blur:a.proxy(function(a){this._focused_from=a.target},this)}]),this._secondaryEvents=[[this.picker,{click:a.proxy(this.click,this)}],[a(window),{resize:a.proxy(this.place,this)}],[a(document),{"mousedown touchstart":a.proxy(function(a){this.element.is(a.target)||this.element.find(a.target).length||this.picker.is(a.target)||this.picker.find(a.target).length||this.hide()},this)}]]},_attachEvents:function(){this._detachEvents(),this._applyEvents(this._events)},_detachEvents:function(){this._unapplyEvents(this._events)},_attachSecondaryEvents:function(){this._detachSecondaryEvents(),this._applyEvents(this._secondaryEvents)},_detachSecondaryEvents:function(){this._unapplyEvents(this._secondaryEvents)},_trigger:function(b,c){var d=c||this.dates.get(-1),e=this._utc_to_local(d);this.element.trigger({type:b,date:e,dates:a.map(this.dates,this._utc_to_local),format:a.proxy(function(a,b){0===arguments.length?(a=this.dates.length-1,b=this.o.format):"string"==typeof a&&(b=a,a=this.dates.length-1),b=b||this.o.format;var c=this.dates.get(a);return p.formatDate(c,b,this.o.language)},this)})},show:function(){this.isInline||this.picker.appendTo("body"),this.picker.show(),this.place(),this._attachSecondaryEvents(),this._trigger("show")},hide:function(){this.isInline||this.picker.is(":visible")&&(this.focusDate=null,this.picker.hide().detach(),this._detachSecondaryEvents(),this.viewMode=this.o.startView,this.showMode(),this.o.forceParse&&(this.isInput&&this.element.val()||this.hasInput&&this.element.find("input").val())&&this.setValue(),this._trigger("hide"))},remove:function(){this.hide(),this._detachEvents(),this._detachSecondaryEvents(),this.picker.remove(),delete this.element.data().cfdatepicker,this.isInput||delete this.element.data().date},_utc_to_local:function(a){return a&&new Date(a.getTime()+6e4*a.getTimezoneOffset())},_local_to_utc:function(a){return a&&new Date(a.getTime()-6e4*a.getTimezoneOffset())},_zero_time:function(a){return a&&new Date(a.getFullYear(),a.getMonth(),a.getDate())},_zero_utc_time:function(a){return a&&new Date(Date.UTC(a.getUTCFullYear(),a.getUTCMonth(),a.getUTCDate()))},getDates:function(){return a.map(this.dates,this._utc_to_local)},getUTCDates:function(){return a.map(this.dates,function(a){return new Date(a)})},getDate:function(){return this._utc_to_local(this.getUTCDate())},getUTCDate:function(){return new Date(this.dates.get(-1))},setDates:function(){var b=a.isArray(arguments[0])?arguments[0]:arguments;this.update.apply(this,b),this._trigger("changeDate"),this.setValue()},setUTCDates:function(){var b=a.isArray(arguments[0])?arguments[0]:arguments;this.update.apply(this,a.map(b,this._utc_to_local)),this._trigger("changeDate"),this.setValue()},setDate:f("setDates"),setUTCDate:f("setUTCDates"),setValue:function(){var a=this.getFormattedDate();this.isInput?this.element.val(a).change():this.component&&this.element.find("input").val(a).change()},getFormattedDate:function(c){c===b&&(c=this.o.format);var d=this.o.language;return a.map(this.dates,function(a){return p.formatDate(a,c,d)}).join(this.o.multidateSeparator)},setStartDate:function(a){this._process_options({startDate:a}),this.update(),this.updateNavArrows()},setEndDate:function(a){this._process_options({endDate:a}),this.update(),this.updateNavArrows()},setDaysOfWeekDisabled:function(a){this._process_options({daysOfWeekDisabled:a}),this.update(),this.updateNavArrows()},place:function(){if(!this.isInline){var b=this.picker.outerWidth(),d=this.picker.outerHeight(),e=10,f=c.width(),g=c.height(),h=c.scrollTop(),i=parseInt(this.element.parents().filter(function(){return"auto"!==a(this).css("z-index")}).first().css("z-index"))+10,j=this.component?this.component.parent().offset():this.element.offset(),k=this.component?this.component.outerHeight(!0):this.element.outerHeight(!1),l=this.component?this.component.outerWidth(!0):this.element.outerWidth(!1),m=j.left,n=j.top;this.picker.removeClass("cfdatepicker-orient-top cfdatepicker-orient-bottom cfdatepicker-orient-right cfdatepicker-orient-left"),"auto"!==this.o.orientation.x?(this.picker.addClass("cfdatepicker-orient-"+this.o.orientation.x),"right"===this.o.orientation.x&&(m-=b-l)):(this.picker.addClass("cfdatepicker-orient-left"),j.left<0?m-=j.left-e:j.left+b>f&&(m=f-b-e));var p,q,o=this.o.orientation.y;"auto"===o&&(p=-h+j.top-d,q=h+g-(j.top+k+d),o=Math.max(p,q)===q?"top":"bottom"),this.picker.addClass("cfdatepicker-orient-"+o),"top"===o?n+=k:n-=d+parseInt(this.picker.css("padding-top")),this.picker.css({top:n,left:m,zIndex:i})}},_allow_update:!0,update:function(){if(this._allow_update){var b=this.dates.copy(),c=[],d=!1;arguments.length?(a.each(arguments,a.proxy(function(a,b){b instanceof Date&&(b=this._local_to_utc(b)),c.push(b)},this)),d=!0):(c=this.isInput?this.element.val():this.element.data("date")||this.element.find("input").val(),c=c&&this.o.multidate?c.split(this.o.multidateSeparator):[c],delete this.element.data().date),c=a.map(c,a.proxy(function(a){return p.parseDate(a,this.o.format,this.o.language)},this)),c=a.grep(c,a.proxy(function(a){return a<this.o.startDate||a>this.o.endDate||!a},this),!0),this.dates.replace(c),this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDate<this.o.startDate?this.viewDate=new Date(this.o.startDate):this.viewDate>this.o.endDate&&(this.viewDate=new Date(this.o.endDate)),d?this.setValue():c.length&&String(b)!==String(this.dates)&&this._trigger("changeDate"),!this.dates.length&&b.length&&this._trigger("clearDate"),this.fill()}},fillDow:function(){var a=this.o.weekStart,b="<tr>";if(this.o.calendarWeeks){var c='<th class="cw"> </th>';b+=c,this.picker.find(".cfdatepicker-days thead tr:first-child").prepend(c)}for(;a<this.o.weekStart+7;)b+='<th class="dow">'+o[this.o.language].daysMin[a++%7]+"</th>";b+="</tr>",this.picker.find(".cfdatepicker-days thead").append(b)},fillMonths:function(){for(var a="",b=0;12>b;)a+='<span class="month">'+o[this.o.language].monthsShort[b++]+"</span>";this.picker.find(".cfdatepicker-months td").html(a)},setRange:function(b){b&&b.length?this.range=a.map(b,function(a){return a.valueOf()}):delete this.range,this.fill()},getClassNames:function(b){var c=[],d=this.viewDate.getUTCFullYear(),e=this.viewDate.getUTCMonth(),f=new Date;return b.getUTCFullYear()<d||b.getUTCFullYear()===d&&b.getUTCMonth()<e?c.push("old"):(b.getUTCFullYear()>d||b.getUTCFullYear()===d&&b.getUTCMonth()>e)&&c.push("new"),this.focusDate&&b.valueOf()===this.focusDate.valueOf()&&c.push("focused"),this.o.todayHighlight&&b.getUTCFullYear()===f.getFullYear()&&b.getUTCMonth()===f.getMonth()&&b.getUTCDate()===f.getDate()&&c.push("today"),-1!==this.dates.contains(b)&&c.push("active"),(b.valueOf()<this.o.startDate||b.valueOf()>this.o.endDate||-1!==a.inArray(b.getUTCDay(),this.o.daysOfWeekDisabled))&&c.push("disabled"),this.range&&(b>this.range[0]&&b<this.range[this.range.length-1]&&c.push("range"),-1!==a.inArray(b.valueOf(),this.range)&&c.push("selected")),c},fill:function(){var m,c=new Date(this.viewDate),e=c.getUTCFullYear(),f=c.getUTCMonth(),g=this.o.startDate!==-1/0?this.o.startDate.getUTCFullYear():-1/0,h=this.o.startDate!==-1/0?this.o.startDate.getUTCMonth():-1/0,i=1/0!==this.o.endDate?this.o.endDate.getUTCFullYear():1/0,j=1/0!==this.o.endDate?this.o.endDate.getUTCMonth():1/0,k=o[this.o.language].today||o.en.today||"",l=o[this.o.language].clear||o.en.clear||"";this.picker.find(".cfdatepicker-days thead th.cfdatepicker-switch").text(o[this.o.language].months[f]+" "+e),this.picker.find("tfoot th.today").text(k).toggle(this.o.todayBtn!==!1),this.picker.find("tfoot th.clear").text(l).toggle(this.o.clearBtn!==!1),this.updateNavArrows(),this.fillMonths();var n=d(e,f-1,28),q=p.getDaysInMonth(n.getUTCFullYear(),n.getUTCMonth());n.setUTCDate(q),n.setUTCDate(q-(n.getUTCDay()-this.o.weekStart+7)%7);var r=new Date(n);r.setUTCDate(r.getUTCDate()+42),r=r.valueOf();for(var t,s=[];n.valueOf()<r;){if(n.getUTCDay()===this.o.weekStart&&(s.push("<tr>"),this.o.calendarWeeks)){var u=new Date(+n+864e5*((this.o.weekStart-n.getUTCDay()-7)%7)),v=new Date(Number(u)+864e5*((11-u.getUTCDay())%7)),w=new Date(Number(w=d(v.getUTCFullYear(),0,1))+864e5*((11-w.getUTCDay())%7)),x=(v-w)/864e5/7+1;s.push('<td class="cw">'+x+"</td>")}if(t=this.getClassNames(n),t.push("day"),this.o.beforeShowDay!==a.noop){var y=this.o.beforeShowDay(this._utc_to_local(n));y===b?y={}:"boolean"==typeof y?y={enabled:y}:"string"==typeof y&&(y={classes:y}),y.enabled===!1&&t.push("disabled"),y.classes&&(t=t.concat(y.classes.split(/\s+/))),y.tooltip&&(m=y.tooltip)}t=a.unique(t),s.push('<td class="'+t.join(" ")+'"'+(m?' title="'+m+'"':"")+">"+n.getUTCDate()+"</td>"),n.getUTCDay()===this.o.weekEnd&&s.push("</tr>"),n.setUTCDate(n.getUTCDate()+1)}this.picker.find(".cfdatepicker-days tbody").empty().append(s.join(""));var z=this.picker.find(".cfdatepicker-months").find("th:eq(1)").text(e).end().find("span").removeClass("active");a.each(this.dates,function(a,b){b.getUTCFullYear()===e&&z.eq(b.getUTCMonth()).addClass("active")}),(g>e||e>i)&&z.addClass("disabled"),e===g&&z.slice(0,h).addClass("disabled"),e===i&&z.slice(j+1).addClass("disabled"),s="",e=10*parseInt(e/10,10);var A=this.picker.find(".cfdatepicker-years").find("th:eq(1)").text(e+"-"+(e+9)).end().find("td");e-=1;for(var C,B=a.map(this.dates,function(a){return a.getUTCFullYear()}),D=-1;11>D;D++)C=["year"],-1===D?C.push("old"):10===D&&C.push("new"),-1!==a.inArray(e,B)&&C.push("active"),(g>e||e>i)&&C.push("disabled"),s+='<span class="'+C.join(" ")+'">'+e+"</span>",e+=1;A.html(s)},updateNavArrows:function(){if(this._allow_update){var a=new Date(this.viewDate),b=a.getUTCFullYear(),c=a.getUTCMonth();switch(this.viewMode){case 0:this.o.startDate!==-1/0&&b<=this.o.startDate.getUTCFullYear()&&c<=this.o.startDate.getUTCMonth()?this.picker.find(".prev").css({visibility:"hidden"}):this.picker.find(".prev").css({visibility:"visible"}),1/0!==this.o.endDate&&b>=this.o.endDate.getUTCFullYear()&&c>=this.o.endDate.getUTCMonth()?this.picker.find(".next").css({visibility:"hidden"}):this.picker.find(".next").css({visibility:"visible"});break;case 1:case 2:this.o.startDate!==-1/0&&b<=this.o.startDate.getUTCFullYear()?this.picker.find(".prev").css({visibility:"hidden"}):this.picker.find(".prev").css({visibility:"visible"}),1/0!==this.o.endDate&&b>=this.o.endDate.getUTCFullYear()?this.picker.find(".next").css({visibility:"hidden"}):this.picker.find(".next").css({visibility:"visible"})}}},click:function(b){b.preventDefault();var e,f,g,c=a(b.target).closest("span, td, th");if(1===c.length)switch(c[0].nodeName.toLowerCase()){case"th":switch(c[0].className){case"cfdatepicker-switch":this.showMode(1);break;case"prev":case"next":var h=p.modes[this.viewMode].navStep*("prev"===c[0].className?-1:1);switch(this.viewMode){case 0:this.viewDate=this.moveMonth(this.viewDate,h),this._trigger("changeMonth",this.viewDate);break;case 1:case 2:this.viewDate=this.moveYear(this.viewDate,h),1===this.viewMode&&this._trigger("changeYear",this.viewDate)}this.fill();break;case"today":var i=new Date;i=d(i.getFullYear(),i.getMonth(),i.getDate(),0,0,0),this.showMode(-2);var j="linked"===this.o.todayBtn?null:"view";this._setDate(i,j);break;case"clear":var k;this.isInput?k=this.element:this.component&&(k=this.element.find("input")),k&&k.val("").change(),this.update(),this._trigger("changeDate"),this.o.autoclose&&this.hide()}break;case"span":c.is(".disabled")||(this.viewDate.setUTCDate(1),c.is(".month")?(g=1,f=c.parent().find("span").index(c),e=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(f),this._trigger("changeMonth",this.viewDate),1===this.o.minViewMode&&this._setDate(d(e,f,g))):(g=1,f=0,e=parseInt(c.text(),10)||0,this.viewDate.setUTCFullYear(e),this._trigger("changeYear",this.viewDate),2===this.o.minViewMode&&this._setDate(d(e,f,g))),this.showMode(-1),this.fill());break;case"td":c.is(".day")&&!c.is(".disabled")&&(g=parseInt(c.text(),10)||1,e=this.viewDate.getUTCFullYear(),f=this.viewDate.getUTCMonth(),c.is(".old")?0===f?(f=11,e-=1):f-=1:c.is(".new")&&(11===f?(f=0,e+=1):f+=1),this._setDate(d(e,f,g)))}this.picker.is(":visible")&&this._focused_from&&a(this._focused_from).focus(),delete this._focused_from},_toggle_multidate:function(a){var b=this.dates.contains(a);if(a?-1!==b?this.dates.remove(b):this.dates.push(a):this.dates.clear(),"number"==typeof this.o.multidate)for(;this.dates.length>this.o.multidate;)this.dates.remove(0)},_setDate:function(a,b){b&&"date"!==b||this._toggle_multidate(a&&new Date(a)),b&&"view"!==b||(this.viewDate=a&&new Date(a)),this.fill(),this.setValue(),this._trigger("changeDate");var c;this.isInput?c=this.element:this.component&&(c=this.element.find("input")),c&&c.change(),!this.o.autoclose||b&&"date"!==b||this.hide()},moveMonth:function(a,c){if(!a)return b;if(!c)return a;var h,i,d=new Date(a.valueOf()),e=d.getUTCDate(),f=d.getUTCMonth(),g=Math.abs(c);if(c=c>0?1:-1,1===g)i=-1===c?function(){return d.getUTCMonth()===f}:function(){return d.getUTCMonth()!==h},h=f+c,d.setUTCMonth(h),(0>h||h>11)&&(h=(h+12)%12);else{for(var j=0;g>j;j++)d=this.moveMonth(d,c);h=d.getUTCMonth(),d.setUTCDate(e),i=function(){return h!==d.getUTCMonth()}}for(;i();)d.setUTCDate(--e),d.setUTCMonth(h);return d},moveYear:function(a,b){return this.moveMonth(a,12*b)},dateWithinRange:function(a){return a>=this.o.startDate&&a<=this.o.endDate},keydown:function(a){if(this.picker.is(":not(:visible)"))return 27===a.keyCode&&this.show(),void 0;var c,d,f,b=!1,g=this.focusDate||this.viewDate;switch(a.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),a.preventDefault();break;case 37:case 39:if(!this.o.keyboardNavigation)break;c=37===a.keyCode?-1:1,a.ctrlKey?(d=this.moveYear(this.dates.get(-1)||e(),c),f=this.moveYear(g,c),this._trigger("changeYear",this.viewDate)):a.shiftKey?(d=this.moveMonth(this.dates.get(-1)||e(),c),f=this.moveMonth(g,c),this._trigger("changeMonth",this.viewDate)):(d=new Date(this.dates.get(-1)||e()),d.setUTCDate(d.getUTCDate()+c),f=new Date(g),f.setUTCDate(g.getUTCDate()+c)),this.dateWithinRange(d)&&(this.focusDate=this.viewDate=f,this.setValue(),this.fill(),a.preventDefault());break;case 38:case 40:if(!this.o.keyboardNavigation)break;c=38===a.keyCode?-1:1,a.ctrlKey?(d=this.moveYear(this.dates.get(-1)||e(),c),f=this.moveYear(g,c),this._trigger("changeYear",this.viewDate)):a.shiftKey?(d=this.moveMonth(this.dates.get(-1)||e(),c),f=this.moveMonth(g,c),this._trigger("changeMonth",this.viewDate)):(d=new Date(this.dates.get(-1)||e()),d.setUTCDate(d.getUTCDate()+7*c),f=new Date(g),f.setUTCDate(g.getUTCDate()+7*c)),this.dateWithinRange(d)&&(this.focusDate=this.viewDate=f,this.setValue(),this.fill(),a.preventDefault());break;case 32:break;case 13:g=this.focusDate||this.dates.get(-1)||this.viewDate,this._toggle_multidate(g),b=!0,this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(a.preventDefault(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}if(b){this.dates.length?this._trigger("changeDate"):this._trigger("clearDate");var h;this.isInput?h=this.element:this.component&&(h=this.element.find("input")),h&&h.change()}},showMode:function(a){a&&(this.viewMode=Math.max(this.o.minViewMode,Math.min(2,this.viewMode+a))),this.picker.find(">div").hide().filter(".cfdatepicker-"+p.modes[this.viewMode].clsName).css("display","block"),this.updateNavArrows()}};var i=function(b,c){this.element=a(b),this.inputs=a.map(c.inputs,function(a){return a.jquery?a[0]:a}),delete c.inputs,a(this.inputs).cfdatepicker(c).bind("changeDate",a.proxy(this.dateUpdated,this)),this.pickers=a.map(this.inputs,function(b){return a(b).data("cfdatepicker")}),this.updateDates()};i.prototype={updateDates:function(){this.dates=a.map(this.pickers,function(a){return a.getUTCDate()}),this.updateRanges()},updateRanges:function(){var b=a.map(this.dates,function(a){return a.valueOf()});a.each(this.pickers,function(a,c){c.setRange(b)})},dateUpdated:function(b){if(!this.updating){this.updating=!0;var c=a(b.target).data("cfdatepicker"),d=c.getUTCDate(),e=a.inArray(b.target,this.inputs),f=this.inputs.length;if(-1!==e){if(a.each(this.pickers,function(a,b){b.getUTCDate()||b.setUTCDate(d)}),d<this.dates[e])for(;e>=0&&d<this.dates[e];)this.pickers[e--].setUTCDate(d);else if(d>this.dates[e])for(;f>e&&d>this.dates[e];)this.pickers[e++].setUTCDate(d);this.updateDates(),delete this.updating}}},remove:function(){a.map(this.pickers,function(a){a.remove()}),delete this.element.data().cfdatepicker}};var l=a.fn.cfdatepicker;a.fn.cfdatepicker=function(c){var d=Array.apply(null,arguments);d.shift();var e;return this.each(function(){var f=a(this),g=f.data("cfdatepicker"),l="object"==typeof c&&c;if(!g){var n=j(this,"date"),o=a.extend({},m,n,l),p=k(o.language),q=a.extend({},m,p,n,l);if(f.is(".input-daterange")||q.inputs){var r={inputs:q.inputs||f.find("input").toArray()};f.data("cfdatepicker",g=new i(this,a.extend(q,r)))}else f.data("cfdatepicker",g=new h(this,q))}return"string"==typeof c&&"function"==typeof g[c]&&(e=g[c].apply(g,d),e!==b)?!1:void 0}),e!==b?e:this};var m=a.fn.cfdatepicker.defaults={autoclose:!1,beforeShowDay:a.noop,calendarWeeks:!1,clearBtn:!1,daysOfWeekDisabled:[],endDate:1/0,forceParse:!0,format:"mm/dd/yyyy",keyboardNavigation:!0,language:"en",minViewMode:0,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-1/0,startView:0,todayBtn:!1,todayHighlight:!1,weekStart:0},n=a.fn.cfdatepicker.locale_opts=["format","rtl","weekStart"];a.fn.cfdatepicker.Constructor=h;var o=a.fn.cfdatepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sun"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa","Su"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear"}},p={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10}],isLeapYear:function(a){return 0===a%4&&0!==a%100||0===a%400},getDaysInMonth:function(a,b){return[31,p.isLeapYear(a)?29:28,31,30,31,30,31,31,30,31,30,31][b]},validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\[\u3400-\u9fff-`{-~\t\n\r]+/g,parseFormat:function(a){var b=a.replace(this.validParts,"\0").split("\0"),c=a.match(this.validParts);
|
2 |
if(!b||!b.length||!c||0===c.length)throw new Error("Invalid date format.");return{separators:b,parts:c}},parseDate:function(c,e,f){function u(){var a=this.slice(0,i[l].length),b=i[l].slice(0,a.length);return a===b}if(!c)return b;if(c instanceof Date)return c;"string"==typeof e&&(e=p.parseFormat(e));var j,k,l,g=/([\-+]\d+)([dmwy])/,i=c.match(/([\-+]\d+)([dmwy])/g);if(/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/.test(c)){for(c=new Date,l=0;l<i.length;l++)switch(j=g.exec(i[l]),k=parseInt(j[1]),j[2]){case"d":c.setUTCDate(c.getUTCDate()+k);break;case"m":c=h.prototype.moveMonth.call(h.prototype,c,k);break;case"w":c.setUTCDate(c.getUTCDate()+7*k);break;case"y":c=h.prototype.moveYear.call(h.prototype,c,k)}return d(c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate(),0,0,0)}i=c&&c.match(this.nonpunctuation)||[],c=new Date;var r,s,m={},n=["yyyy","yy","M","MM","m","mm","d","dd"],q={yyyy:function(a,b){return a.setUTCFullYear(b)},yy:function(a,b){return a.setUTCFullYear(2e3+b)},m:function(a,b){if(isNaN(a))return a;for(b-=1;0>b;)b+=12;for(b%=12,a.setUTCMonth(b);a.getUTCMonth()!==b;)a.setUTCDate(a.getUTCDate()-1);return a},d:function(a,b){return a.setUTCDate(b)}};q.M=q.MM=q.mm=q.m,q.dd=q.d,c=d(c.getFullYear(),c.getMonth(),c.getDate(),0,0,0);var t=e.parts.slice();if(i.length!==t.length&&(t=a(t).filter(function(b,c){return-1!==a.inArray(c,n)}).toArray()),i.length===t.length){var v;for(l=0,v=t.length;v>l;l++){if(r=parseInt(i[l],10),j=t[l],isNaN(r))switch(j){case"MM":s=a(o[f].months).filter(u),r=a.inArray(s[0],o[f].months)+1;break;case"M":s=a(o[f].monthsShort).filter(u),r=a.inArray(s[0],o[f].monthsShort)+1}m[j]=r}var w,x;for(l=0;l<n.length;l++)x=n[l],x in m&&!isNaN(m[x])&&(w=new Date(c),q[x](w,m[x]),isNaN(w)||(c=w))}return c},formatDate:function(b,c,d){if(!b)return"";"string"==typeof c&&(c=p.parseFormat(c));var e={d:b.getUTCDate(),D:o[d].daysShort[b.getUTCDay()],DD:o[d].days[b.getUTCDay()],m:b.getUTCMonth()+1,M:o[d].monthsShort[b.getUTCMonth()],MM:o[d].months[b.getUTCMonth()],yy:b.getUTCFullYear().toString().substring(2),yyyy:b.getUTCFullYear()};e.dd=(e.d<10?"0":"")+e.d,e.mm=(e.m<10?"0":"")+e.m,b=[];for(var f=a.extend([],c.separators),g=0,h=c.parts.length;h>=g;g++)f.length&&b.push(f.shift()),b.push(e[c.parts[g]]);return b.join("")},headTemplate:'<thead><tr><th class="prev">«</th><th colspan="5" class="cfdatepicker-switch"></th><th class="next">»</th></tr></thead>',contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>',footTemplate:'<tfoot><tr><th colspan="7" class="today"></th></tr><tr><th colspan="7" class="clear"></th></tr></tfoot>'};p.template='<div class="cfdatepicker"><div class="cfdatepicker-days"><table class=" table-condensed">'+p.headTemplate+"<tbody></tbody>"+p.footTemplate+"</table>"+"</div>"+'<div class="cfdatepicker-months">'+'<table class="table-condensed">'+p.headTemplate+p.contTemplate+p.footTemplate+"</table>"+"</div>"+'<div class="cfdatepicker-years">'+'<table class="table-condensed">'+p.headTemplate+p.contTemplate+p.footTemplate+"</table>"+"</div>"+"</div>",a.fn.cfdatepicker.DPGlobal=p,a.fn.cfdatepicker.noConflict=function(){return a.fn.cfdatepicker=l,this},a(document).on("focus.cfdatepicker.data-api click.cfdatepicker.data-api",'[data-provide="cfdatepicker"]',function(b){var c=a(this);c.data("cfdatepicker")||(b.preventDefault(),c.cfdatepicker("show"))}),a(function(){a('[data-provide="cfdatepicker-inline"]').cfdatepicker()})}(window.jQuery),jQuery(function(a){a(".caldera-editor-body").on("keyup",".cfdatepicker-set-format",function(){var b=a(this),c=b.closest(".caldera-config-field-setup").find(".is-cfdatepicker");c.data("date-format",b.val()),c.cfdatepicker("remove")})}),!function(a){function b(a){var b=document.createElement("input"),c="on"+a,d=c in b;return d||(b.setAttribute(c,"return;"),d="function"==typeof b[c]),b=null,d}function c(a){var b="text"==a||"tel"==a;if(!b){var c=document.createElement("input");c.setAttribute("type",a),b="text"===c.type,c=null}return b}function d(b,c,e){var f=e.aliases[b];return f?(f.alias&&d(f.alias,void 0,e),a.extend(!0,e,f),a.extend(!0,e,c),!0):!1}function e(b,c){function d(a){function c(a,b,c,d){this.matches=[],this.isGroup=a||!1,this.isOptional=b||!1,this.isQuantifier=c||!1,this.isAlternator=d||!1,this.quantifier={min:1,max:1}}function d(a,c,d){var e=b.definitions[c],f=0==a.matches.length;if(d=void 0!=d?d:a.matches.length,e&&!l){for(var g=e.prevalidator,h=g?g.length:0,i=1;i<e.cardinality;i++){var j=h>=i?g[i-1]:[],k=j.validator,m=j.cardinality;a.matches.splice(d++,0,{fn:k?"string"==typeof k?new RegExp(k):new function(){this.test=k}:new RegExp("."),cardinality:m?m:1,optionality:a.isOptional,newBlockMarker:f,casing:e.casing,def:e.definitionSymbol||c,placeholder:e.placeholder,mask:c})}a.matches.splice(d++,0,{fn:e.validator?"string"==typeof e.validator?new RegExp(e.validator):new function(){this.test=e.validator}:new RegExp("."),cardinality:e.cardinality,optionality:a.isOptional,newBlockMarker:f,casing:e.casing,def:e.definitionSymbol||c,placeholder:e.placeholder,mask:c})}else a.matches.splice(d++,0,{fn:null,cardinality:0,optionality:a.isOptional,newBlockMarker:f,casing:null,def:c,placeholder:void 0,mask:c}),l=!1}for(var e,f,g,h,i,j,k=/(?:[?*+]|\{[0-9\+\*]+(?:,[0-9\+\*]*)?\})\??|[^.?*+^${[]()|\\]+|./g,l=!1,m=new c,n=[],o=[];e=k.exec(a);)switch(f=e[0],f.charAt(0)){case b.optionalmarker.end:case b.groupmarker.end:if(g=n.pop(),n.length>0){if(h=n[n.length-1],h.matches.push(g),h.isAlternator){i=n.pop();for(var p=0;p<i.matches.length;p++)i.matches[p].isGroup=!1;n.length>0?(h=n[n.length-1],h.matches.push(i)):m.matches.push(i)}}else m.matches.push(g);break;case b.optionalmarker.start:n.push(new c(!1,!0));break;case b.groupmarker.start:n.push(new c(!0));break;case b.quantifiermarker.start:var q=new c(!1,!1,!0);f=f.replace(/[{}]/g,"");var r=f.split(","),s=isNaN(r[0])?r[0]:parseInt(r[0]),t=1==r.length?s:isNaN(r[1])?r[1]:parseInt(r[1]);if(("*"==t||"+"==t)&&(s="*"==t?0:1),q.quantifier={min:s,max:t},n.length>0){var u=n[n.length-1].matches;if(e=u.pop(),!e.isGroup){var v=new c(!0);v.matches.push(e),e=v}u.push(e),u.push(q)}else{if(e=m.matches.pop(),!e.isGroup){var v=new c(!0);v.matches.push(e),e=v}m.matches.push(e),m.matches.push(q)}break;case b.escapeChar:l=!0;break;case b.alternatormarker:n.length>0?(h=n[n.length-1],j=h.matches.pop()):j=m.matches.pop(),j.isAlternator?n.push(j):(i=new c(!1,!1,!1,!0),i.matches.push(j),n.push(i));break;default:if(n.length>0){if(h=n[n.length-1],h.matches.length>0&&(j=h.matches[h.matches.length-1],j.isGroup&&(j.isGroup=!1,d(j,b.groupmarker.start,0),d(j,b.groupmarker.end))),d(h,f),h.isAlternator){i=n.pop();for(var p=0;p<i.matches.length;p++)i.matches[p].isGroup=!1;n.length>0?(h=n[n.length-1],h.matches.push(i)):m.matches.push(i)}}else m.matches.length>0&&(j=m.matches[m.matches.length-1],j.isGroup&&(j.isGroup=!1,d(j,b.groupmarker.start,0),d(j,b.groupmarker.end))),d(m,f)}return m.matches.length>0&&(j=m.matches[m.matches.length-1],j.isGroup&&(j.isGroup=!1,d(j,b.groupmarker.start,0),d(j,b.groupmarker.end)),o.push(m)),o}function e(c,e){if(b.numericInput&&b.multi!==!0){c=c.split("").reverse();for(var f=0;f<c.length;f++)c[f]==b.optionalmarker.start?c[f]=b.optionalmarker.end:c[f]==b.optionalmarker.end?c[f]=b.optionalmarker.start:c[f]==b.groupmarker.start?c[f]=b.groupmarker.end:c[f]==b.groupmarker.end&&(c[f]=b.groupmarker.start);c=c.join("")}if(void 0==c||""==c)return void 0;if(1==c.length&&0==b.greedy&&0!=b.repeat&&(b.placeholder=""),b.repeat>0||"*"==b.repeat||"+"==b.repeat){var g="*"==b.repeat?0:"+"==b.repeat?1:b.repeat;c=b.groupmarker.start+c+b.groupmarker.end+b.quantifiermarker.start+g+","+b.repeat+b.quantifiermarker.end}return void 0==a.inputmask.masksCache[c]&&(a.inputmask.masksCache[c]={mask:c,maskToken:d(c),validPositions:{},_buffer:void 0,buffer:void 0,tests:{},metadata:e}),a.extend(!0,{},a.inputmask.masksCache[c])}var f=void 0;if(a.isFunction(b.mask)&&(b.mask=b.mask.call(this,b)),a.isArray(b.mask))if(c)f=[],a.each(b.mask,function(b,c){f.push(void 0==c.mask||a.isFunction(c.mask)?e(c.toString(),c):e(c.mask.toString(),c))});else{b.keepStatic=void 0==b.keepStatic?!0:b.keepStatic;var g="(";a.each(b.mask,function(b,c){g.length>1&&(g+=")|("),g+=void 0==c.mask||a.isFunction(c.mask)?c.toString():c.mask.toString()}),g+=")",f=e(g,b.mask)}else b.mask&&(f=void 0==b.mask.mask||a.isFunction(b.mask.mask)?e(b.mask.toString(),b.mask):e(b.mask.mask.toString(),b.mask));return f}function f(d,e,f){function h(a,b,c){b=b||0;var d,e,f,g=[],h=0;do{if(a===!0&&o().validPositions[h]){var i=o().validPositions[h];e=i.match,d=i.locator.slice(),g.push(c===!0?i.input:I(h,e))}else{if(b>h){var j=w(h,d,h-1);f=j[0]}else f=t(h,d,h-1);e=f.match,d=f.locator.slice(),g.push(I(h,e))}h++}while((void 0==fb||fb>h-1)&&null!=e.fn||null==e.fn&&""!=e.def||b>=h);return g.pop(),g}function o(){return e}function p(a){var b=o();b.buffer=void 0,b.tests={},a!==!0&&(b._buffer=void 0,b.validPositions={},b.p=0)}function q(a){var b=o(),c=-1,d=b.validPositions;void 0==a&&(a=-1);var e=c,f=c;for(var g in d){var h=parseInt(g);(-1==a||null!=d[h].match.fn)&&(a>h&&(e=h),h>=a&&(f=h))}return c=a-e>1||a>f?e:f}function r(b,c,d){if(f.insertMode&&void 0!=o().validPositions[b]&&void 0==d){var e,g=a.extend(!0,{},o().validPositions),h=q();for(e=b;h>=e;e++)delete o().validPositions[e];o().validPositions[b]=c;var i,j=!0;for(e=b;h>=e;e++){var k=g[e];if(void 0!=k){var l=o().validPositions;i=!f.keepStatic&&(void 0!=l[e+1]&&w(e+1,l[e].locator.slice(),e).length>1||l[e]&&void 0!=l[e].alternation)?e+1:E(e),j=v(i,k.match.def)?j&&B(i,k.input,!0,!0)!==!1:null==k.match.fn}if(!j)break}if(!j)return o().validPositions=a.extend(!0,{},g),!1}else o().validPositions[b]=c;return!0}function s(a,b){var c,d=a;for(void 0!=o().validPositions[a]&&o().validPositions[a].input==f.radixPoint&&(b++,d++),c=d;b>c;c++)void 0==o().validPositions[c]||o().validPositions[c].input==f.radixPoint&&c!=q()||delete o().validPositions[c];for(c=b;c<=q();){var e=o().validPositions[c],g=o().validPositions[d];void 0!=e&&void 0==g?(v(d,e.match.def)&&B(d,e.input,!0)!==!1&&(delete o().validPositions[c],c++),d++):c++}var h=q();h>=a&&void 0!=o().validPositions[h]&&o().validPositions[h].input==f.radixPoint&&delete o().validPositions[h],p(!0)}function t(b,c,d){function e(b,c,d){for(var e=!1,f=b.locator[c].toString().split(","),g=0;g<f.length;g++)if(-1!=a.inArray(f[g],d)){e=!0;break}return e}for(var g,h=w(b,c,d),i=q(),j=o().validPositions[i]||w(0)[0],k=void 0!=j.alternation?j.locator[j.alternation].split(","):[],l=0;l<h.length&&(g=h[l],!(f.greedy||g.match&&(g.match.optionality===!1||g.match.newBlockMarker===!1)&&g.match.optionalQuantifier!==!0&&(void 0==j.alternation||void 0!=g.locator[j.alternation]&&e(g,j.alternation,k))));l++);return g}function u(a){return o().validPositions[a]?o().validPositions[a].match:w(a)[0].match}function v(a,b){for(var c=!1,d=w(a),e=0;e<d.length;e++)if(d[e].match&&d[e].match.def==b){c=!0;break}return c}function w(b,c,d){function e(c,d,g,i){function l(g,i,n){if(h>1e4)return alert("jquery.inputmask: There is probably an error in your mask definition or in the code. Create an issue on github with an example of the mask you are using. "+o().mask),!0;if(h==b&&void 0==g.matches)return j.push({match:g,locator:i.reverse()}),!0;if(void 0!=g.matches){if(g.isGroup&&n!==!0){if(g=l(c.matches[m+1],i))return!0}else if(g.isOptional){var p=g;if(g=e(g,d,i,n)){var q=j[j.length-1].match,r=0==a.inArray(q,p.matches);r&&(k=!0),h=b}}else if(g.isAlternator){var s,t=g,u=[],v=j.slice(),w=i.length,x=d.length>0?d.shift():-1;if(-1==x||"string"==typeof x){var y,z=h,A=d.slice();"string"==typeof x&&(y=x.split(","));for(var B=0;B<t.matches.length;B++){j=[],g=l(t.matches[B],[B].concat(i),n)||g,s=j.slice(),h=z,j=[];for(var C=0;C<A.length;C++)d[C]=A[C];for(var D=0;D<s.length;D++)for(var E=s[D],F=0;F<u.length;F++){var G=u[F];if(E.match.mask==G.match.mask&&("string"!=typeof x||-1!=a.inArray(E.locator[w].toString(),y))){s.splice(D,1),G.locator[w]=G.locator[w]+","+E.locator[w],G.alternation=w;break}}u=u.concat(s)}"string"==typeof x&&(u=a.map(u,function(b,c){if(isFinite(c)){var d,e=b.locator[w].toString().split(",");b.locator[w]=void 0,b.alternation=void 0;for(var f=0;f<e.length;f++)d=-1!=a.inArray(e[f],y),d&&(void 0!=b.locator[w]?(b.locator[w]+=",",b.alternation=w,b.locator[w]+=e[f]):b.locator[w]=parseInt(e[f]));if(void 0!=b.locator[w])return b}})),j=v.concat(u),k=!0}else g=l(t.matches[x],[x].concat(i),n);if(g)return!0}else if(g.isQuantifier&&n!==!0){var H=g;f.greedy=f.greedy&&isFinite(H.quantifier.max);for(var I=d.length>0&&n!==!0?d.shift():0;I<(isNaN(H.quantifier.max)?I+1:H.quantifier.max)&&b>=h;I++){var J=c.matches[a.inArray(H,c.matches)-1];if(g=l(J,[I].concat(i),!0)){var q=j[j.length-1].match;q.optionalQuantifier=I>H.quantifier.min-1;var r=0==a.inArray(q,J.matches);if(r){if(I>H.quantifier.min-1){k=!0,h=b;break}return!0}return!0}}}else if(g=e(g,d,i,n))return!0}else h++}for(var m=d.length>0?d.shift():0;m<c.matches.length;m++)if(c.matches[m].isQuantifier!==!0){var n=l(c.matches[m],[m].concat(g),i);if(n&&h==b)return n;if(h>b)break}}var g=o().maskToken,h=c?d:0,i=c||[0],j=[],k=!1;if(void 0==c){for(var l,m=b-1;void 0==(l=o().validPositions[m])&&m>-1;)m--;if(void 0!=l&&m>-1)h=m,i=l.locator.slice();else{for(m=b-1;void 0==(l=o().tests[m])&&m>-1;)m--;void 0!=l&&m>-1&&(h=m,i=l[0].locator.slice())}}for(var n=i.shift();n<g.length;n++){var p=e(g[n],i,[n]);if(p&&h==b||h>b)break}return(0==j.length||k)&&j.push({match:{fn:null,cardinality:0,optionality:!0,casing:null,def:""},locator:[]}),o().tests[b]=a.extend(!0,[],j),o().tests[b]}function x(){return void 0==o()._buffer&&(o()._buffer=h(!1,1)),o()._buffer}function y(){return void 0==o().buffer&&(o().buffer=h(!0,q(),!0)),o().buffer}function z(a,b){var c=y().slice();if(a===!0)p(),a=0,b=c.length;else for(var d=a;b>d;d++)delete o().validPositions[d],delete o().tests[d];for(var d=a;b>d;d++)c[d]!=f.skipOptionalPartCharacter&&B(d,c[d],!0,!0)}function A(a,b){switch(b.casing){case"upper":a=a.toUpperCase();break;case"lower":a=a.toLowerCase()}return a}function B(b,c,d,e){function g(b,c,d,e){var g=!1;return a.each(w(b),function(h,i){for(var j=i.match,k=c?1:0,l="",m=(y(),j.cardinality);m>k;m--)l+=G(b-(m-1));if(c&&(l+=c),g=null!=j.fn?j.fn.test(l,o(),b,d,f):c!=j.def&&c!=f.skipOptionalPartCharacter||""==j.def?!1:{c:j.def,pos:b},g!==!1){var n=void 0!=g.c?g.c:c;n=n==f.skipOptionalPartCharacter&&null===j.fn?j.def:n;var t=b;if(void 0!=g.remove&&s(g.remove,g.remove+1),g.refreshFromBuffer){var u=g.refreshFromBuffer;if(d=!0,z(u===!0?u:u.start,u.end),void 0==g.pos&&void 0==g.c)return g.pos=q(),!1;if(t=void 0!=g.pos?g.pos:b,t!=b)return g=a.extend(g,B(t,n,!0)),!1}else if(g!==!0&&void 0!=g.pos&&g.pos!=b&&(t=g.pos,z(b,t),t!=b))return g=a.extend(g,B(t,n,!0)),!1;return 1!=g&&void 0==g.pos&&void 0==g.c?!1:(h>0&&p(!0),r(t,a.extend({},i,{input:A(n,j)}),e)||(g=!1),!1)}}),g}function h(b,c,d,e){var g,h,i=a.extend(!0,{},o().validPositions);for(g=q();g>=0;g--)if(o().validPositions[g]&&void 0!=o().validPositions[g].alternation){h=o().validPositions[g].alternation;break}if(void 0!=h)for(var j in o().validPositions)if(parseInt(j)>parseInt(g)&&void 0===o().validPositions[j].alternation){for(var k=o().validPositions[j],l=k.locator[h],m=o().validPositions[g].locator[h].split(","),n=0;n<m.length;n++)if(l<m[n]){for(var r,s,t=j-1;t>=0;t--)if(r=o().validPositions[t],void 0!=r){s=r.locator[h],r.locator[h]=m[n];break}if(l!=r.locator[h]){for(var u=y().slice(),v=j;v<q()+1;v++)delete o().validPositions[v],delete o().tests[v];p(!0),f.keepStatic=!f.keepStatic;for(var v=j;v<u.length;v++)u[v]!=f.skipOptionalPartCharacter&&B(q()+1,u[v],!1,!0);r.locator[h]=s;var w=B(b,c,d,e);if(f.keepStatic=!f.keepStatic,w)return w;p(),o().validPositions=a.extend(!0,{},i)}}break}return!1}d=d===!0;for(var i=y(),j=b-1;j>-1&&(!o().validPositions[j]||null!=o().validPositions[j].match.fn);j--)void 0==o().validPositions[j]&&(!C(j)||i[j]!=I(j))&&w(j).length>1&&g(j,i[j],!0);var k=b,l=!1;if(e&&k>=D()&&p(!0),k<D()&&(l=g(k,c,d,e),!d&&l===!1)){var m=o().validPositions[k];if(!m||null!=m.match.fn||m.match.def!=c&&c!=f.skipOptionalPartCharacter){if((f.insertMode||void 0==o().validPositions[E(k)])&&!C(k))for(var n=k+1,t=E(k);t>=n;n++)if(l=g(n,c,d,e),l!==!1){k=n;break}}else l={caret:E(k)}}return l===!1&&f.keepStatic&&R(i)&&(l=h(b,c,d,e)),l===!0&&(l={pos:k}),l}function C(a){var b=u(a);return null!=b.fn?b.fn:!1}function D(){var a;if(fb=eb.prop("maxLength"),-1==fb&&(fb=void 0),0==f.greedy){var b,c=q(),d=o().validPositions[c],e=void 0!=d?d.locator.slice():void 0;for(b=c+1;void 0==d||null!=d.match.fn||null==d.match.fn&&""!=d.match.def;b++)d=t(b,e,b-1),e=d.locator.slice();a=b}else a=y().length;return void 0==fb||fb>a?a:fb}function E(a){var b=D();if(a>=b)return b;for(var c=a;++c<b&&!C(c)&&(f.nojumps!==!0||f.nojumpsThreshold>c););return c}function F(a){var b=a;if(0>=b)return 0;for(;--b>0&&!C(b););return b}function G(a){return void 0==o().validPositions[a]?I(a):o().validPositions[a].input}function H(a,b,c){a._valueSet(b.join("")),void 0!=c&&O(a,c)}function I(b,c){c=c||u(b);var d=a.isFunction(c.placeholder)?c.placeholder.call(this,f):c.placeholder;return void 0!=d?d:null==c.fn?c.def:f.placeholder.charAt(b%f.placeholder.length)}function J(b,c,d,e,g){var h=void 0!=e?e.slice():L(b._valueGet()).split("");if(p(),c&&b._valueSet(""),a.each(h,function(c,e){if(g===!0){var f=q(),h=-1==f?c:E(f);-1==a.inArray(e,x().slice(f+1,h))&&Y.call(b,void 0,!0,e.charCodeAt(0),!1,d,d?c:o().p)}else Y.call(b,void 0,!0,e.charCodeAt(0),!1,d,d?c:o().p),d=d||c>0&&c>o().p}),c){var i=f.onKeyPress.call(this,void 0,y(),0,f);W(b,i),H(b,y(),a(b).is(":focus")?E(q(0)):void 0)}}function K(b){return a.inputmask.escapeRegex.call(this,b)}function L(a){return a.replace(new RegExp("("+K(x().join(""))+")*$"),"")}function M(b){if(b.data("_inputmask")&&!b.hasClass("hasDatepicker")){var c=[],d=o().validPositions;for(var e in d)d[e].match&&null!=d[e].match.fn&&c.push(d[e].input);var g=(gb?c.reverse():c).join(""),h=(gb?y().slice().reverse():y()).join("");return a.isFunction(f.onUnMask)&&(g=f.onUnMask.call(b,h,g,f)||g),g}return b[0]._valueGet()}function N(a){if(gb&&"number"==typeof a&&(!f.greedy||""!=f.placeholder)){var b=y().length;a=b-a}return a}function O(b,c,d){var e,g=b.jquery&&b.length>0?b[0]:b;if("number"!=typeof c){var h=a(g).data("_inputmask");return!a(g).is(":visible")&&h&&void 0!=h.caret?(c=h.caret.begin,d=h.caret.end):g.setSelectionRange?(c=g.selectionStart,d=g.selectionEnd):document.selection&&document.selection.createRange&&(e=document.selection.createRange(),c=0-e.duplicate().moveStart("character",-1e5),d=c+e.text.length),c=N(c),d=N(d),{begin:c,end:d}}c=N(c),d=N(d),d="number"==typeof d?d:c;var h=a(g).data("_inputmask")||{};h.caret={begin:c,end:d},a(g).data("_inputmask",h),a(g).is(":visible")&&(g.scrollLeft=g.scrollWidth,0==f.insertMode&&c==d&&d++,g.setSelectionRange?(g.selectionStart=c,g.selectionEnd=d):g.createTextRange&&(e=g.createTextRange(),e.collapse(!0),e.moveEnd("character",d),e.moveStart("character",c),e.select()))}function P(b){var c,d,e=y(),f=e.length,g=q(),h={},i=o().validPositions[g],j=void 0!=i?i.locator.slice():void 0;for(c=g+1;c<e.length;c++)d=t(c,j,c-1),j=d.locator.slice(),h[c]=a.extend(!0,{},d);var k=i&&void 0!=i.alternation?i.locator[i.alternation].split(","):[];for(c=f-1;c>g&&(d=h[c].match,(d.optionality||d.optionalQuantifier||i&&void 0!=i.alternation&&void 0!=h[c].locator[i.alternation]&&-1!=a.inArray(h[c].locator[i.alternation].toString(),k))&&e[c]==I(c,d));c--)f--;return b?{l:f,def:h[f]?h[f].match:void 0}:f}function Q(a){for(var b=y(),c=b.slice(),d=P(),e=c.length-1;e>d&&!C(e);e--);c.splice(d,e+1-d),H(a,c)}function R(b){if(a.isFunction(f.isComplete))return f.isComplete.call(eb,b,f);if("*"==f.repeat)return void 0;var c=!1,d=P(!0),e=F(d.l),g=q();if(g==e&&(void 0==d.def||d.def.newBlockMarker||d.def.optionalQuantifier)){c=!0;for(var h=0;e>=h;h++){var i=C(h);if(i&&(void 0==b[h]||b[h]==I(h))||!i&&b[h]!=I(h)){c=!1;break}}}return c}function S(a,b){return gb?a-b>1||1==a-b&&f.insertMode:b-a>1||1==b-a&&f.insertMode}function T(b){var c=a._data(b).events;a.each(c,function(b,c){a.each(c,function(a,b){if("inputmask"==b.namespace&&"setvalue"!=b.type){var c=b.handler;b.handler=function(a){return this.readOnly||this.disabled?void a.preventDefault:c.apply(this,arguments)}}})})}function U(b){function c(b){if(void 0==a.valHooks[b]||1!=a.valHooks[b].inputmaskpatch){var c=a.valHooks[b]&&a.valHooks[b].get?a.valHooks[b].get:function(a){return a.value},d=a.valHooks[b]&&a.valHooks[b].set?a.valHooks[b].set:function(a,b){return a.value=b,a};a.valHooks[b]={get:function(b){var d=a(b);if(d.data("_inputmask")){if(d.data("_inputmask").opts.autoUnmask)return d.inputmask("unmaskedvalue");var e=c(b),f=d.data("_inputmask"),g=f.maskset,h=g._buffer;return h=h?h.join(""):"",e!=h?e:""}return c(b)},set:function(b,c){var e,f=a(b),g=f.data("_inputmask");return g?(e=d(b,a.isFunction(g.opts.onBeforeMask)?g.opts.onBeforeMask.call(ob,c,g.opts)||c:c),f.triggerHandler("setvalue.inputmask")):e=d(b,c),e},inputmaskpatch:!0}}}function d(){var b=a(this),c=a(this).data("_inputmask");return c?c.opts.autoUnmask?b.inputmask("unmaskedvalue"):g.call(this)!=x().join("")?g.call(this):"":g.call(this)}function e(b){var c=a(this).data("_inputmask");c?(h.call(this,a.isFunction(c.opts.onBeforeMask)?c.opts.onBeforeMask.call(ob,b,c.opts)||b:b),a(this).triggerHandler("setvalue.inputmask")):h.call(this,b)}function f(b){a(b).bind("mouseenter.inputmask",function(){var b=a(this),c=this,d=c._valueGet();""!=d&&d!=y().join("")&&b.trigger("setvalue")});var c=a._data(b).events,d=c.mouseover;if(d){for(var e=d[d.length-1],f=d.length-1;f>0;f--)d[f]=d[f-1];d[0]=e}}var g,h;b._valueGet||(Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(b,"value"),document.__lookupGetter__&&b.__lookupGetter__("value")?(g=b.__lookupGetter__("value"),h=b.__lookupSetter__("value"),b.__defineGetter__("value",d),b.__defineSetter__("value",e)):(g=function(){return b.value},h=function(a){b.value=a},c(b.type),f(b)),b._valueGet=function(){return gb?g.call(this).split("").reverse().join(""):g.call(this)},b._valueSet=function(a){h.call(this,gb?a.split("").reverse().join(""):a)})}function V(b,c,d){function e(){if(f.keepStatic){p(!0);var a,c=[];for(a=q();a>=0;a--)if(o().validPositions[a]){if(void 0!=o().validPositions[a].alternation)break;c.push(o().validPositions[a].input),delete o().validPositions[a]}if(a>0)for(;c.length>0;)o().p=E(q()),Y.call(b,void 0,!0,c.pop().charCodeAt(0),!1,!1,o().p)}}if((f.numericInput||gb)&&(c==a.inputmask.keyCode.BACKSPACE?c=a.inputmask.keyCode.DELETE:c==a.inputmask.keyCode.DELETE&&(c=a.inputmask.keyCode.BACKSPACE),gb)){var g=d.end;d.end=d.begin,d.begin=g}c==a.inputmask.keyCode.BACKSPACE&&d.end-d.begin<=1?d.begin=F(d.begin):c==a.inputmask.keyCode.DELETE&&d.begin==d.end&&d.end++,s(d.begin,d.end),e();var h=q(d.begin);h<d.begin?(-1==h&&p(),o().p=E(h)):o().p=d.begin}function W(a,b,c){if(b&&b.refreshFromBuffer){var d=b.refreshFromBuffer;z(d===!0?d:d.start,d.end),p(!0),void 0!=c&&(H(a,y()),O(a,b.caret||c.begin,b.caret||c.end))}}function X(c){hb=!1;var d=this,e=a(d),g=c.keyCode,h=O(d);g==a.inputmask.keyCode.BACKSPACE||g==a.inputmask.keyCode.DELETE||i&&127==g||c.ctrlKey&&88==g&&!b("cut")?(c.preventDefault(),88==g&&(db=y().join("")),V(d,g,h),H(d,y(),o().p),d._valueGet()==x().join("")&&e.trigger("cleared"),f.showTooltip&&e.prop("title",o().mask)):g==a.inputmask.keyCode.END||g==a.inputmask.keyCode.PAGE_DOWN?setTimeout(function(){var a=E(q());f.insertMode||a!=D()||c.shiftKey||a--,O(d,c.shiftKey?h.begin:a,a)},0):g==a.inputmask.keyCode.HOME&&!c.shiftKey||g==a.inputmask.keyCode.PAGE_UP?O(d,0,c.shiftKey?h.begin:0):g==a.inputmask.keyCode.ESCAPE||90==g&&c.ctrlKey?(J(d,!0,!1,db.split("")),e.click()):g!=a.inputmask.keyCode.INSERT||c.shiftKey||c.ctrlKey?0!=f.insertMode||c.shiftKey||(g==a.inputmask.keyCode.RIGHT?setTimeout(function(){var a=O(d);O(d,a.begin)},0):g==a.inputmask.keyCode.LEFT&&setTimeout(function(){var a=O(d);O(d,gb?a.begin+1:a.begin-1)},0)):(f.insertMode=!f.insertMode,O(d,f.insertMode||h.begin!=D()?h.begin:h.begin-1));var j=O(d),k=f.onKeyDown.call(this,c,y(),j.begin,f);W(d,k,j),jb=-1!=a.inArray(g,f.ignorables)}function Y(b,c,d,e,g,h){if(void 0==d&&hb)return!1;hb=!0;var i=this,j=a(i);b=b||window.event;var d=c?d:b.which||b.charCode||b.keyCode;if(!(c===!0||b.ctrlKey&&b.altKey)&&(b.ctrlKey||b.metaKey||jb))return!0;if(d){c!==!0&&46==d&&0==b.shiftKey&&","==f.radixPoint&&(d=44);var k,l=c?{begin:h,end:h}:O(i),m=String.fromCharCode(d),n=S(l.begin,l.end);n&&(o().undoPositions=a.extend(!0,{},o().validPositions),V(i,a.inputmask.keyCode.DELETE,l),f.insertMode||(f.insertMode=!f.insertMode,r(l.begin,g),f.insertMode=!f.insertMode),n=!f.multi),o().writeOutBuffer=!0;var q=gb&&!n?l.end:l.begin,s=B(q,m,g);if(s!==!1){if(s!==!0&&(q=void 0!=s.pos?s.pos:q,m=void 0!=s.c?s.c:m),p(!0),void 0!=s.caret)k=s.caret;else{var t=o().validPositions;k=!f.keepStatic&&(void 0!=t[q+1]&&w(q+1,t[q].locator.slice(),q).length>1||void 0!=t[q].alternation)?q+1:E(q)}o().p=k}if(e!==!1){var u=this;if(setTimeout(function(){f.onKeyValidation.call(u,s,f)},0),o().writeOutBuffer&&s!==!1){var v=y();H(i,v,c?void 0:f.numericInput?F(k):k),c!==!0&&setTimeout(function(){R(v)===!0&&j.trigger("complete"),ib=!0,j.trigger("input")},0)}else n&&(o().buffer=void 0,o().validPositions=o().undoPositions)}else n&&(o().buffer=void 0,o().validPositions=o().undoPositions);if(f.showTooltip&&j.prop("title",o().mask),b&&1!=c){b.preventDefault();var x=O(i),z=f.onKeyPress.call(this,b,y(),x.begin,f);W(i,z,x)}}}function Z(b){var c=a(this),d=this,e=b.keyCode,g=y(),h=O(d),i=f.onKeyUp.call(this,b,g,h.begin,f);W(d,i,h),e==a.inputmask.keyCode.TAB&&f.showMaskOnFocus&&(c.hasClass("focus-inputmask")&&0==d._valueGet().length?(p(),g=y(),H(d,g),O(d,0),db=y().join("")):(H(d,g),O(d,N(0),N(D()))))}function $(b){if(ib===!0&&"input"==b.type)return ib=!1,!0;var c=this,d=a(c),e=c._valueGet(),g=O(c);if("propertychange"==b.type&&c._valueGet().length<=D())return!0;"paste"==b.type&&(window.clipboardData&&window.clipboardData.getData?e=e.substr(0,g.begin)+window.clipboardData.getData("Text")+e.substr(g.end,e.length):b.originalEvent&&b.originalEvent.clipboardData&&b.originalEvent.clipboardData.getData&&(e=e.substr(0,g.begin)+b.originalEvent.clipboardData.getData("text/plain")+e.substr(g.end,e.length)));var h=a.isFunction(f.onBeforePaste)?f.onBeforePaste.call(c,e,f)||e:e;return J(c,!0,!1,gb?h.split("").reverse():h.split(""),!0),d.click(),R(y())===!0&&d.trigger("complete"),!1}function _(b){if(ib===!0&&"input"==b.type)return ib=!1,!0;var c=this,d=O(c),e=c._valueGet();e=e.replace(new RegExp("("+K(x().join(""))+")*"),""),d.begin>e.length&&(O(c,e.length),d=O(c)),1!=y().length-e.length||e.charAt(d.begin)==y()[d.begin]||e.charAt(d.begin+1)==y()[d.begin]||C(d.begin)||(b.keyCode=a.inputmask.keyCode.BACKSPACE,X.call(c,b)),b.preventDefault()}function ab(b){if(ib===!0&&"input"==b.type)return ib=!1,!0;var c=this,d=O(c),e=c._valueGet();O(c,d.begin-1);var g=a.Event("keypress");g.which=e.charCodeAt(d.begin-1),hb=!1,jb=!1,Y.call(c,g,void 0,void 0,!1);var h=o().p;H(c,y(),f.numericInput?F(h):h),b.preventDefault()}function bb(b){ib=!0;var c=this;return setTimeout(function(){O(c,O(c).begin-1);var d=a.Event("keypress");d.which=b.originalEvent.data.charCodeAt(0),hb=!1,jb=!1,Y.call(c,d,void 0,void 0,!1);var e=o().p;H(c,y(),f.numericInput?F(e):e)},0),!1}function cb(b){if(eb=a(b),eb.is(":input")&&c(eb.attr("type"))){if(eb.data("_inputmask",{maskset:e,opts:f,isRTL:!1}),f.showTooltip&&eb.prop("title",o().mask),("rtl"==b.dir||f.rightAlign)&&eb.css("text-align","right"),"rtl"==b.dir||f.numericInput){b.dir="ltr",eb.removeAttr("dir");var d=eb.data("_inputmask");d.isRTL=!0,eb.data("_inputmask",d),gb=!0}eb.unbind(".inputmask"),eb.removeClass("focus-inputmask"),eb.closest("form").bind("submit",function(){db!=y().join("")&&eb.change(),eb[0]._valueGet&&eb[0]._valueGet()==x().join("")&&eb[0]._valueSet(""),f.autoUnmask&&f.removeMaskOnSubmit&&eb.inputmask("remove")}).bind("reset",function(){setTimeout(function(){eb.trigger("setvalue")},0)}),eb.bind("mouseenter.inputmask",function(){var b=a(this),c=this;!b.hasClass("focus-inputmask")&&f.showMaskOnHover&&c._valueGet()!=y().join("")&&H(c,y())}).bind("blur.inputmask",function(){var b=a(this),c=this;if(b.data("_inputmask")){var d=c._valueGet(),e=y();b.removeClass("focus-inputmask"),db!=y().join("")&&b.change(),f.clearMaskOnLostFocus&&""!=d&&(d==x().join("")?c._valueSet(""):Q(c)),R(e)===!1&&(b.trigger("incomplete"),f.clearIncomplete&&(p(),f.clearMaskOnLostFocus?c._valueSet(""):(e=x().slice(),H(c,e))))}}).bind("focus.inputmask",function(){var b=a(this),c=this,d=c._valueGet();f.showMaskOnFocus&&!b.hasClass("focus-inputmask")&&(!f.showMaskOnHover||f.showMaskOnHover&&""==d)&&c._valueGet()!=y().join("")&&H(c,y(),E(q())),b.addClass("focus-inputmask"),db=y().join("")}).bind("mouseleave.inputmask",function(){var b=a(this),c=this;f.clearMaskOnLostFocus&&(b.hasClass("focus-inputmask")||c._valueGet()==b.attr("placeholder")||(c._valueGet()==x().join("")||""==c._valueGet()?c._valueSet(""):Q(c)))}).bind("click.inputmask",function(){var b=this;a(b).is(":focus")&&setTimeout(function(){var c=O(b);if(c.begin==c.end)if(f.radixFocus&&""!=f.radixPoint&&-1!=a.inArray(f.radixPoint,y())&&y().join("")==x().join(""))O(b,a.inArray(f.radixPoint,y()));else{var d=gb?N(c.begin):c.begin,e=E(q(d));e>d?O(b,C(d)?d:E(d)):O(b,e)}},0)}).bind("dblclick.inputmask",function(){var a=this;setTimeout(function(){O(a,0,E(q()))},0)}).bind(n+".inputmask dragdrop.inputmask drop.inputmask",$).bind("setvalue.inputmask",function(){var a=this;J(a,!0,!1,void 0,!0),db=y().join(""),(f.clearMaskOnLostFocus||f.clearIncomplete)&&a._valueGet()==x().join("")&&a._valueSet("")}).bind("cut.inputmask",function(b){ib=!0;var c=this,d=a(c),e=O(c);V(c,a.inputmask.keyCode.DELETE,e);var g=f.onKeyPress.call(this,b,y(),o().p,f);W(c,g,{begin:o().p,end:o().p}),c._valueGet()==x().join("")&&d.trigger("cleared"),f.showTooltip&&d.prop("title",o().mask)}).bind("complete.inputmask",f.oncomplete).bind("incomplete.inputmask",f.onincomplete).bind("cleared.inputmask",f.oncleared),eb.bind("keydown.inputmask",X).bind("keypress.inputmask",Y).bind("keyup.inputmask",Z).bind("compositionupdate.inputmask",bb),"paste"!==n||g||eb.bind("input.inputmask",ab),g&&eb.bind("input.inputmask",$),(j||l||k||m)&&("input"==n&&eb.unbind(n+".inputmask"),eb.bind("input.inputmask",_)),U(b);var h=a.isFunction(f.onBeforeMask)?f.onBeforeMask.call(b,b._valueGet(),f)||b._valueGet():b._valueGet();J(b,!0,!1,h.split(""),!0),db=y().join("");var i;try{i=document.activeElement}catch(r){}R(y())===!1&&f.clearIncomplete&&p(),f.clearMaskOnLostFocus?y().join("")==x().join("")?b._valueSet(""):Q(b):H(b,y()),i===b&&(eb.addClass("focus-inputmask"),O(b,E(q()))),T(b)}}var db,eb,fb,gb=!1,hb=!1,ib=!1,jb=!1;if(void 0!=d)switch(d.action){case"isComplete":return eb=a(d.el),e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,R(d.buffer);case"unmaskedvalue":return eb=d.$input,e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,gb=d.$input.data("_inputmask").isRTL,M(d.$input);case"mask":db=y().join(""),cb(d.el);break;case"format":eb=a({}),eb.data("_inputmask",{maskset:e,opts:f,isRTL:f.numericInput}),f.numericInput&&(gb=!0);var kb=(a.isFunction(f.onBeforeMask)?f.onBeforeMask.call(eb,d.value,f)||d.value:d.value).split("");return J(eb,!1,!1,gb?kb.reverse():kb,!0),f.onKeyPress.call(this,void 0,y(),0,f),d.metadata?{value:gb?y().slice().reverse().join(""):y().join(""),metadata:eb.inputmask("getmetadata")}:gb?y().slice().reverse().join(""):y().join("");case"isValid":eb=a({}),eb.data("_inputmask",{maskset:e,opts:f,isRTL:f.numericInput}),f.numericInput&&(gb=!0);var kb=d.value.split("");J(eb,!1,!0,gb?kb.reverse():kb);for(var lb=y(),mb=P(),nb=lb.length-1;nb>mb&&!C(nb);nb--);return lb.splice(mb,nb+1-mb),R(lb)&&d.value==lb.join("");case"getemptymask":return eb=a(d.el),e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,x();case"remove":var ob=d.el;eb=a(ob),e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,ob._valueSet(M(eb)),eb.unbind(".inputmask"),eb.removeClass("focus-inputmask"),eb.removeData("_inputmask");var pb;Object.getOwnPropertyDescriptor&&(pb=Object.getOwnPropertyDescriptor(ob,"value")),pb&&pb.get?ob._valueGet&&Object.defineProperty(ob,"value",{get:ob._valueGet,set:ob._valueSet}):document.__lookupGetter__&&ob.__lookupGetter__("value")&&ob._valueGet&&(ob.__defineGetter__("value",ob._valueGet),ob.__defineSetter__("value",ob._valueSet));
|
3 |
try{delete ob._valueGet,delete ob._valueSet}catch(qb){ob._valueGet=void 0,ob._valueSet=void 0}break;case"getmetadata":if(eb=a(d.el),e=eb.data("_inputmask").maskset,f=eb.data("_inputmask").opts,a.isArray(e.metadata)){for(var rb,sb=q(),tb=sb;tb>=0;tb--)if(o().validPositions[tb]&&void 0!=o().validPositions[tb].alternation){rb=o().validPositions[tb].alternation;break}return void 0!=rb?e.metadata[o().validPositions[sb].locator[rb]]:e.metadata[0]}return e.metadata}}if(void 0===a.fn.inputmask){var g="function"==typeof ScriptEngineMajorVersion?ScriptEngineMajorVersion():new Function("/*@cc_on return @_jscript_version; @*/")()>=10,h=navigator.userAgent,i=null!==h.match(new RegExp("iphone","i")),j=null!==h.match(new RegExp("android.*safari.*","i")),k=null!==h.match(new RegExp("android.*chrome.*","i")),l=null!==h.match(new RegExp("android.*firefox.*","i")),m=/Kindle/i.test(h)||/Silk/i.test(h)||/KFTT/i.test(h)||/KFOT/i.test(h)||/KFJWA/i.test(h)||/KFJWI/i.test(h)||/KFSOWI/i.test(h)||/KFTHWA/i.test(h)||/KFTHWI/i.test(h)||/KFAPWA/i.test(h)||/KFAPWI/i.test(h),n=b("paste")?"paste":b("input")?"input":"propertychange";a.inputmask={defaults:{placeholder:"_",optionalmarker:{start:"[",end:"]"},quantifiermarker:{start:"{",end:"}"},groupmarker:{start:"(",end:")"},alternatormarker:"|",escapeChar:"\\",mask:null,oncomplete:a.noop,onincomplete:a.noop,oncleared:a.noop,repeat:0,greedy:!0,autoUnmask:!1,removeMaskOnSubmit:!0,clearMaskOnLostFocus:!0,insertMode:!0,clearIncomplete:!1,aliases:{},alias:null,onKeyUp:a.noop,onKeyPress:a.noop,onKeyDown:a.noop,onBeforeMask:void 0,onBeforePaste:void 0,onUnMask:void 0,showMaskOnFocus:!0,showMaskOnHover:!0,onKeyValidation:a.noop,skipOptionalPartCharacter:" ",showTooltip:!1,numericInput:!1,rightAlign:!1,radixPoint:"",radixFocus:!1,nojumps:!1,nojumpsThreshold:0,keepStatic:void 0,definitions:{9:{validator:"[0-9]",cardinality:1,definitionSymbol:"*"},a:{validator:"[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1,definitionSymbol:"*"},"*":{validator:"[0-9A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1}},ignorables:[8,9,13,19,27,33,34,35,36,37,38,39,40,45,46,93,112,113,114,115,116,117,118,119,120,121,122,123],isComplete:void 0},keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91},masksCache:{},escapeRegex:function(a){var b=["/",".","*","+","?","|","(",")","[","]","{","}","\\"];return a.replace(new RegExp("(\\"+b.join("|\\")+")","gim"),"\\$1")},format:function(b,c,g){var h=a.extend(!0,{},a.inputmask.defaults,c);return d(h.alias,c,h),f({action:"format",value:b,metadata:g},e(h),h)},isValid:function(b,c){var g=a.extend(!0,{},a.inputmask.defaults,c);return d(g.alias,c,g),f({action:"isValid",value:b},e(g),g)}},a.fn.inputmask=function(b,c,g,h,i){function j(b,c,e){var f=a(b);f.data("inputmask-alias")&&d(f.data("inputmask-alias"),{},c);for(var g in c){var h=f.data("inputmask-"+g.toLowerCase());void 0!=h&&("mask"==g&&0==h.indexOf("[")?(c[g]=h.replace(/[\s[\]]/g,"").split("','"),c[g][0]=c[g][0].replace("'",""),c[g][c[g].length-1]=c[g][c[g].length-1].replace("'","")):c[g]="boolean"==typeof h?h:h.toString(),e&&(e[g]=c[g]))}return c}g=g||f,h=h||"_inputmask";var k,l=a.extend(!0,{},a.inputmask.defaults,c);if("string"==typeof b)switch(b){case"mask":return d(l.alias,c,l),k=e(l,g!==f),void 0==k?this:this.each(function(){g({action:"mask",el:this},a.extend(!0,{},k),j(this,l))});case"unmaskedvalue":var m=a(this);return m.data(h)?g({action:"unmaskedvalue",$input:m}):m.val();case"remove":return this.each(function(){var b=a(this);b.data(h)&&g({action:"remove",el:this})});case"getemptymask":return this.data(h)?g({action:"getemptymask",el:this}):"";case"hasMaskedValue":return this.data(h)?!this.data(h).opts.autoUnmask:!1;case"isComplete":return this.data(h)?g({action:"isComplete",buffer:this[0]._valueGet().split(""),el:this}):!0;case"getmetadata":return this.data(h)?g({action:"getmetadata",el:this}):void 0;case"_detectScope":return d(l.alias,c,l),void 0==i||d(i,c,l)||-1!=a.inArray(i,["mask","unmaskedvalue","remove","getemptymask","hasMaskedValue","isComplete","getmetadata","_detectScope"])||(l.mask=i),a.isFunction(l.mask)&&(l.mask=l.mask.call(this,l)),a.isArray(l.mask);default:return d(l.alias,c,l),d(b,c,l)||(l.mask=b),k=e(l,g!==f),void 0==k?this:this.each(function(){g({action:"mask",el:this},a.extend(!0,{},k),j(this,l))})}else{if("object"==typeof b)return l=a.extend(!0,{},a.inputmask.defaults,b),d(l.alias,b,l),k=e(l,g!==f),void 0==k?this:this.each(function(){g({action:"mask",el:this},a.extend(!0,{},k),j(this,l))});if(void 0==b)return this.each(function(){var b=a(this).attr("data-inputmask");if(b&&""!=b)try{b=b.replace(new RegExp("'","g"),'"');var e=a.parseJSON("{"+b+"}");a.extend(!0,e,c),l=a.extend(!0,{},a.inputmask.defaults,e),l=j(this,l),d(l.alias,e,l),l.alias=void 0,a(this).inputmask("mask",l,g)}catch(f){}if(a(this).attr("data-inputmask-mask")||a(this).attr("data-inputmask-alias")){l=a.extend(!0,{},a.inputmask.defaults,{});var h={};l=j(this,l,h),d(l.alias,h,l),l.alias=void 0,a(this).inputmask("mask",l,g)}})}}}return a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.definitions,{h:{validator:"[01][0-9]|2[0-3]",cardinality:2,prevalidator:[{validator:"[0-2]",cardinality:1}]},s:{validator:"[0-5][0-9]",cardinality:2,prevalidator:[{validator:"[0-5]",cardinality:1}]},d:{validator:"0[1-9]|[12][0-9]|3[01]",cardinality:2,prevalidator:[{validator:"[0-3]",cardinality:1}]},m:{validator:"0[1-9]|1[012]",cardinality:2,prevalidator:[{validator:"[01]",cardinality:1}]},y:{validator:"(19|20)\\d{2}",cardinality:4,prevalidator:[{validator:"[12]",cardinality:1},{validator:"(19|20)",cardinality:2},{validator:"(19|20)\\d",cardinality:3}]}}),a.extend(a.inputmask.defaults.aliases,{"dd/mm/yyyy":{mask:"1/2/y",placeholder:"dd/mm/yyyy",regex:{val1pre:new RegExp("[0-3]"),val1:new RegExp("0[1-9]|[12][0-9]|3[01]"),val2pre:function(b){var c=a.inputmask.escapeRegex.call(this,b);return new RegExp("((0[1-9]|[12][0-9]|3[01])"+c+"[01])")},val2:function(b){var c=a.inputmask.escapeRegex.call(this,b);return new RegExp("((0[1-9]|[12][0-9])"+c+"(0[1-9]|1[012]))|(30"+c+"(0[13-9]|1[012]))|(31"+c+"(0[13578]|1[02]))")}},leapday:"29/02/",separator:"/",yearrange:{minyear:1900,maxyear:2099},isInYearRange:function(a,b,c){if(isNaN(a))return!1;var d=parseInt(a.concat(b.toString().slice(a.length))),e=parseInt(a.concat(c.toString().slice(a.length)));return(isNaN(d)?!1:d>=b&&c>=d)||(isNaN(e)?!1:e>=b&&c>=e)},determinebaseyear:function(a,b,c){var d=(new Date).getFullYear();if(a>d)return a;if(d>b){for(var e=b.toString().slice(0,2),f=b.toString().slice(2,4);e+c>b;)e--;var g=e+f;return a>g?a:g}return d},onKeyUp:function(b){var c=a(this);if(b.ctrlKey&&b.keyCode==a.inputmask.keyCode.RIGHT){var d=new Date;c.val(d.getDate().toString()+(d.getMonth()+1).toString()+d.getFullYear().toString())}},definitions:{1:{validator:function(a,b,c,d,e){var f=e.regex.val1.test(a);return d||f||a.charAt(1)!=e.separator&&-1=="-./".indexOf(a.charAt(1))||!(f=e.regex.val1.test("0"+a.charAt(0)))?f:(b.buffer[c-1]="0",{refreshFromBuffer:{start:c-1,end:c},pos:c,c:a.charAt(0)})},cardinality:2,prevalidator:[{validator:function(a,b,c,d,e){isNaN(b.buffer[c+1])||(a+=b.buffer[c+1]);var f=1==a.length?e.regex.val1pre.test(a):e.regex.val1.test(a);return d||f||!(f=e.regex.val1.test("0"+a))?f:(b.buffer[c]="0",c++,{pos:c})},cardinality:1}]},2:{validator:function(a,b,c,d,e){var f=e.mask.indexOf("2")==e.mask.length-1?b.buffer.join("").substr(5,3):b.buffer.join("").substr(0,3);-1!=f.indexOf(e.placeholder[0])&&(f="01"+e.separator);var g=e.regex.val2(e.separator).test(f+a);if(!d&&!g&&(a.charAt(1)==e.separator||-1!="-./".indexOf(a.charAt(1)))&&(g=e.regex.val2(e.separator).test(f+"0"+a.charAt(0))))return b.buffer[c-1]="0",{refreshFromBuffer:{start:c-1,end:c},pos:c,c:a.charAt(0)};if(e.mask.indexOf("2")==e.mask.length-1&&g){var h=b.buffer.join("").substr(4,4)+a;if(h!=e.leapday)return!0;var i=parseInt(b.buffer.join("").substr(0,4),10);return 0===i%4?0===i%100?0===i%400?!0:!1:!0:!1}return g},cardinality:2,prevalidator:[{validator:function(a,b,c,d,e){isNaN(b.buffer[c+1])||(a+=b.buffer[c+1]);var f=e.mask.indexOf("2")==e.mask.length-1?b.buffer.join("").substr(5,3):b.buffer.join("").substr(0,3);-1!=f.indexOf(e.placeholder[0])&&(f="01"+e.separator);var g=1==a.length?e.regex.val2pre(e.separator).test(f+a):e.regex.val2(e.separator).test(f+a);return d||g||!(g=e.regex.val2(e.separator).test(f+"0"+a))?g:(b.buffer[c]="0",c++,{pos:c})},cardinality:1}]},y:{validator:function(a,b,c,d,e){if(e.isInYearRange(a,e.yearrange.minyear,e.yearrange.maxyear)){var f=b.buffer.join("").substr(0,6);if(f!=e.leapday)return!0;var g=parseInt(a,10);return 0===g%4?0===g%100?0===g%400?!0:!1:!0:!1}return!1},cardinality:4,prevalidator:[{validator:function(a,b,c,d,e){var f=e.isInYearRange(a,e.yearrange.minyear,e.yearrange.maxyear);if(!d&&!f){var g=e.determinebaseyear(e.yearrange.minyear,e.yearrange.maxyear,a+"0").toString().slice(0,1);if(f=e.isInYearRange(g+a,e.yearrange.minyear,e.yearrange.maxyear))return b.buffer[c++]=g.charAt(0),{pos:c};if(g=e.determinebaseyear(e.yearrange.minyear,e.yearrange.maxyear,a+"0").toString().slice(0,2),f=e.isInYearRange(g+a,e.yearrange.minyear,e.yearrange.maxyear))return b.buffer[c++]=g.charAt(0),b.buffer[c++]=g.charAt(1),{pos:c}}return f},cardinality:1},{validator:function(a,b,c,d,e){var f=e.isInYearRange(a,e.yearrange.minyear,e.yearrange.maxyear);if(!d&&!f){var g=e.determinebaseyear(e.yearrange.minyear,e.yearrange.maxyear,a).toString().slice(0,2);if(f=e.isInYearRange(a[0]+g[1]+a[1],e.yearrange.minyear,e.yearrange.maxyear))return b.buffer[c++]=g.charAt(1),{pos:c};if(g=e.determinebaseyear(e.yearrange.minyear,e.yearrange.maxyear,a).toString().slice(0,2),e.isInYearRange(g+a,e.yearrange.minyear,e.yearrange.maxyear)){var h=b.buffer.join("").substr(0,6);if(h!=e.leapday)f=!0;else{var i=parseInt(a,10);f=0===i%4?0===i%100?0===i%400?!0:!1:!0:!1}}else f=!1;if(f)return b.buffer[c-1]=g.charAt(0),b.buffer[c++]=g.charAt(1),b.buffer[c++]=a.charAt(0),{refreshFromBuffer:{start:c-3,end:c},pos:c}}return f},cardinality:2},{validator:function(a,b,c,d,e){return e.isInYearRange(a,e.yearrange.minyear,e.yearrange.maxyear)},cardinality:3}]}},insertMode:!1,autoUnmask:!1},"mm/dd/yyyy":{placeholder:"mm/dd/yyyy",alias:"dd/mm/yyyy",regex:{val2pre:function(b){var c=a.inputmask.escapeRegex.call(this,b);return new RegExp("((0[13-9]|1[012])"+c+"[0-3])|(02"+c+"[0-2])")},val2:function(b){var c=a.inputmask.escapeRegex.call(this,b);return new RegExp("((0[1-9]|1[012])"+c+"(0[1-9]|[12][0-9]))|((0[13-9]|1[012])"+c+"30)|((0[13578]|1[02])"+c+"31)")},val1pre:new RegExp("[01]"),val1:new RegExp("0[1-9]|1[012]")},leapday:"02/29/",onKeyUp:function(b){var c=a(this);if(b.ctrlKey&&b.keyCode==a.inputmask.keyCode.RIGHT){var d=new Date;c.val((d.getMonth()+1).toString()+d.getDate().toString()+d.getFullYear().toString())}}},"yyyy/mm/dd":{mask:"y/1/2",placeholder:"yyyy/mm/dd",alias:"mm/dd/yyyy",leapday:"/02/29",onKeyUp:function(b){var c=a(this);if(b.ctrlKey&&b.keyCode==a.inputmask.keyCode.RIGHT){var d=new Date;c.val(d.getFullYear().toString()+(d.getMonth()+1).toString()+d.getDate().toString())}}},"dd.mm.yyyy":{mask:"1.2.y",placeholder:"dd.mm.yyyy",leapday:"29.02.",separator:".",alias:"dd/mm/yyyy"},"dd-mm-yyyy":{mask:"1-2-y",placeholder:"dd-mm-yyyy",leapday:"29-02-",separator:"-",alias:"dd/mm/yyyy"},"mm.dd.yyyy":{mask:"1.2.y",placeholder:"mm.dd.yyyy",leapday:"02.29.",separator:".",alias:"mm/dd/yyyy"},"mm-dd-yyyy":{mask:"1-2-y",placeholder:"mm-dd-yyyy",leapday:"02-29-",separator:"-",alias:"mm/dd/yyyy"},"yyyy.mm.dd":{mask:"y.1.2",placeholder:"yyyy.mm.dd",leapday:".02.29",separator:".",alias:"yyyy/mm/dd"},"yyyy-mm-dd":{mask:"y-1-2",placeholder:"yyyy-mm-dd",leapday:"-02-29",separator:"-",alias:"yyyy/mm/dd"},datetime:{mask:"1/2/y h:s",placeholder:"dd/mm/yyyy hh:mm",alias:"dd/mm/yyyy",regex:{hrspre:new RegExp("[012]"),hrs24:new RegExp("2[0-4]|1[3-9]"),hrs:new RegExp("[01][0-9]|2[0-4]"),ampm:new RegExp("^[a|p|A|P][m|M]"),mspre:new RegExp("[0-5]"),ms:new RegExp("[0-5][0-9]")},timeseparator:":",hourFormat:"24",definitions:{h:{validator:function(a,b,c,d,e){if("24"==e.hourFormat&&24==parseInt(a,10))return b.buffer[c-1]="0",b.buffer[c]="0",{refreshFromBuffer:{start:c-1,end:c},c:"0"};var f=e.regex.hrs.test(a);if(!d&&!f&&(a.charAt(1)==e.timeseparator||-1!="-.:".indexOf(a.charAt(1)))&&(f=e.regex.hrs.test("0"+a.charAt(0))))return b.buffer[c-1]="0",b.buffer[c]=a.charAt(0),c++,{refreshFromBuffer:{start:c-2,end:c},pos:c,c:e.timeseparator};if(f&&"24"!==e.hourFormat&&e.regex.hrs24.test(a)){var g=parseInt(a,10);return 24==g?(b.buffer[c+5]="a",b.buffer[c+6]="m"):(b.buffer[c+5]="p",b.buffer[c+6]="m"),g-=12,10>g?(b.buffer[c]=g.toString(),b.buffer[c-1]="0"):(b.buffer[c]=g.toString().charAt(1),b.buffer[c-1]=g.toString().charAt(0)),{refreshFromBuffer:{start:c-1,end:c+6},c:b.buffer[c]}}return f},cardinality:2,prevalidator:[{validator:function(a,b,c,d,e){var f=e.regex.hrspre.test(a);return d||f||!(f=e.regex.hrs.test("0"+a))?f:(b.buffer[c]="0",c++,{pos:c})},cardinality:1}]},s:{validator:"[0-5][0-9]",cardinality:2,prevalidator:[{validator:function(a,b,c,d,e){var f=e.regex.mspre.test(a);return d||f||!(f=e.regex.ms.test("0"+a))?f:(b.buffer[c]="0",c++,{pos:c})},cardinality:1}]},t:{validator:function(a,b,c,d,e){return e.regex.ampm.test(a+"m")},casing:"lower",cardinality:1}},insertMode:!1,autoUnmask:!1},datetime12:{mask:"1/2/y h:s t\\m",placeholder:"dd/mm/yyyy hh:mm xm",alias:"datetime",hourFormat:"12"},"hh:mm t":{mask:"h:s t\\m",placeholder:"hh:mm xm",alias:"datetime",hourFormat:"12"},"h:s t":{mask:"h:s t\\m",placeholder:"hh:mm xm",alias:"datetime",hourFormat:"12"},"hh:mm:ss":{mask:"h:s:s",placeholder:"hh:mm:ss",alias:"datetime",autoUnmask:!1},"hh:mm":{mask:"h:s",placeholder:"hh:mm",alias:"datetime",autoUnmask:!1},date:{alias:"dd/mm/yyyy"},"mm/yyyy":{mask:"1/y",placeholder:"mm/yyyy",leapday:"donotuse",separator:"/",alias:"mm/dd/yyyy"}}),a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.definitions,{A:{validator:"[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1,casing:"upper"},"#":{validator:"[0-9A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1,casing:"upper"}}),a.extend(a.inputmask.defaults.aliases,{url:{mask:"ir",placeholder:"",separator:"",defaultPrefix:"http://",regex:{urlpre1:new RegExp("[fh]"),urlpre2:new RegExp("(ft|ht)"),urlpre3:new RegExp("(ftp|htt)"),urlpre4:new RegExp("(ftp:|http|ftps)"),urlpre5:new RegExp("(ftp:/|ftps:|http:|https)"),urlpre6:new RegExp("(ftp://|ftps:/|http:/|https:)"),urlpre7:new RegExp("(ftp://|ftps://|http://|https:/)"),urlpre8:new RegExp("(ftp://|ftps://|http://|https://)")},definitions:{i:{validator:function(){return!0},cardinality:8,prevalidator:function(){for(var a=[],b=8,c=0;b>c;c++)a[c]=function(){var a=c;return{validator:function(b,c,d,e,f){if(f.regex["urlpre"+(a+1)]){var g,h=b;a+1-b.length>0&&(h=c.buffer.join("").substring(0,a+1-b.length)+""+h);var i=f.regex["urlpre"+(a+1)].test(h);if(!e&&!i){for(d-=a,g=0;g<f.defaultPrefix.length;g++)c.buffer[d]=f.defaultPrefix[g],d++;for(g=0;g<h.length-1;g++)c.buffer[d]=h[g],d++;return{pos:d}}return i}return!1},cardinality:a}}();return a}()},r:{validator:".",cardinality:50}},insertMode:!1,autoUnmask:!1},ip:{mask:"i[i[i]].i[i[i]].i[i[i]].i[i[i]]",definitions:{i:{validator:function(a,b,c){return c-1>-1&&"."!=b.buffer[c-1]?(a=b.buffer[c-1]+a,a=c-2>-1&&"."!=b.buffer[c-2]?b.buffer[c-2]+a:"0"+a):a="00"+a,new RegExp("25[0-5]|2[0-4][0-9]|[01][0-9][0-9]").test(a)},cardinality:1}}},email:{mask:"*{1,64}[.*{1,64}][.*{1,64}][.*{1,64}]@*{1,64}[.*{2,64}][.*{2,6}][.*{1,2}]",greedy:!1,onBeforePaste:function(a){return a=a.toLowerCase(),a.replace("mailto:","")},definitions:{"*":{validator:"[0-9A-Za-z!#$%&'*+/=?^_`{|}~-]",cardinality:1,casing:"lower"}}}}),a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.aliases,{numeric:{mask:function(a){if(0!==a.repeat&&isNaN(a.integerDigits)&&(a.integerDigits=a.repeat),a.repeat=0,a.groupSeparator==a.radixPoint&&(a.groupSeparator="."==a.radixPoint?",":","==a.radixPoint?".":"")," "===a.groupSeparator&&(a.skipOptionalPartCharacter=void 0),a.autoGroup=a.autoGroup&&""!=a.groupSeparator,a.autoGroup&&isFinite(a.integerDigits)){var b=Math.floor(a.integerDigits/a.groupSize),c=a.integerDigits%a.groupSize;a.integerDigits+=0==c?b-1:b}a.definitions[";"]=a.definitions["~"];var d=a.prefix;return d+="[+]",d+="~{1,"+a.integerDigits+"}",void 0!=a.digits&&(isNaN(a.digits)||parseInt(a.digits)>0)&&(d+=a.digitsOptional?"["+(a.decimalProtect?":":a.radixPoint)+";{"+a.digits+"}]":(a.decimalProtect?":":a.radixPoint)+";{"+a.digits+"}"),d+=a.suffix},placeholder:"",greedy:!1,digits:"*",digitsOptional:!0,groupSeparator:"",radixPoint:".",radixFocus:!0,groupSize:3,autoGroup:!1,allowPlus:!0,allowMinus:!0,integerDigits:"+",prefix:"",suffix:"",rightAlign:!0,decimalProtect:!0,postFormat:function(b,c,d,e){var f=!1,g=b[c];if(""==e.groupSeparator||-1!=a.inArray(e.radixPoint,b)&&c>=a.inArray(e.radixPoint,b)||new RegExp("[-+]").test(g))return{pos:c};var h=b.slice();g==e.groupSeparator&&(h.splice(c--,1),g=h[c]),d?h[c]="?":h.splice(c,0,"?");var i=h.join("");if(e.autoGroup||d&&-1!=i.indexOf(e.groupSeparator)){var j=a.inputmask.escapeRegex.call(this,e.groupSeparator);f=0==i.indexOf(e.groupSeparator),i=i.replace(new RegExp(j,"g"),"");var k=i.split(e.radixPoint);if(i=k[0],i!=e.prefix+"?0"&&i.length>=e.groupSize+e.prefix.length){f=!0;for(var l=new RegExp("([-+]?[\\d?]+)([\\d?]{"+e.groupSize+"})");l.test(i);)i=i.replace(l,"$1"+e.groupSeparator+"$2"),i=i.replace(e.groupSeparator+e.groupSeparator,e.groupSeparator)}k.length>1&&(i+=e.radixPoint+k[1])}b.length=i.length;for(var m=0,n=i.length;n>m;m++)b[m]=i.charAt(m);var o=a.inArray("?",b);return d?b[o]=g:b.splice(o,1),{pos:o,refreshFromBuffer:f}},onKeyDown:function(b,c,d,e){if(b.keyCode==a.inputmask.keyCode.TAB&&"0"!=e.placeholder.charAt(0)){var f=a.inArray(e.radixPoint,c);if(-1!=f&&isFinite(e.digits)){for(var g=1;g<=e.digits;g++)(void 0==c[f+g]||c[f+g]==e.placeholder.charAt(0))&&(c[f+g]="0");return{refreshFromBuffer:{start:++f,end:f+e.digits}}}}else if(e.autoGroup&&(b.keyCode==a.inputmask.keyCode.DELETE||b.keyCode==a.inputmask.keyCode.BACKSPACE)){var h=e.postFormat(c,d-1,!0,e);return h.caret=h.pos+1,h}},onKeyPress:function(a,b,c,d){if(d.autoGroup){var e=d.postFormat(b,c-1,!0,d);return e.caret=e.pos+1,e}},regex:{integerPart:function(){return new RegExp("[-+]?\\d+")},integerNPart:function(){return new RegExp("\\d+")}},signHandler:function(a,b,c,d,e){if(!d&&(e.allowMinus&&"-"===a||e.allowPlus&&"+"===a)){var f=b.join("").match(e.regex.integerPart(e));if(f&&f.length>0&&"0"!==f[f.index])return b[f.index]==("-"===a?"+":"-")?{pos:f.index,c:a,remove:f.index,caret:c}:b[f.index]==("-"===a?"-":"+")?{remove:f.index,caret:c-1}:{pos:f.index,c:a,caret:c+1}}return!1},radixHandler:function(b,c,d,e,f){if(!e&&b===f.radixPoint){var g=a.inArray(f.radixPoint,c.buffer),h=c.buffer.join("").match(f.regex.integerPart(f));if(-1!=g)return c.validPositions[g-1]?{caret:g+1}:{pos:h.index,c:h[0],caret:g+1}}return!1},leadingZeroHandler:function(b,c,d,e,f){var g=c.buffer.join("").match(f.regex.integerNPart(f)),h=a.inArray(f.radixPoint,c.buffer);if(g&&!e&&(-1==h||g.index<h))if(0==g[0].indexOf("0")&&d>=f.prefix.length){if(-1==h||h>=d&&void 0==c.validPositions[h])return c.buffer.splice(g.index,1),d=d>g.index?d-1:g.index,{pos:d,remove:g.index};if(d>g.index&&h>=d)return c.buffer.splice(g.index,1),d=d>g.index?d-1:g.index,{pos:d,remove:g.index}}else if("0"==b&&d<=g.index)return!1;return!0},definitions:{"~":{validator:function(b,c,d,e,f){var g=f.signHandler(b,c.buffer,d,e,f);if(!g&&(g=f.radixHandler(b,c,d,e,f),!g&&(g=e?new RegExp("[0-9"+a.inputmask.escapeRegex.call(this,f.groupSeparator)+"]").test(b):new RegExp("[0-9]").test(b),g===!0&&(g=f.leadingZeroHandler(b,c,d,e,f),g===!0)))){var h=a.inArray(f.radixPoint,c.buffer);f.digitsOptional===!1&&d>h&&!e&&(g={pos:d,remove:d}),g={pos:d}}return g},cardinality:1,prevalidator:null},"+":{validator:function(a,b,c,d,e){var f=e.signHandler(a,b.buffer,c,d,e);return f||(f=e.allowMinus&&"-"==a||e.allowPlus&&"+"==a),f},cardinality:1,prevalidator:null,placeholder:""},":":{validator:function(b,c,d,e,f){var g=f.signHandler(b,c.buffer,d,e,f);if(!g){var h="["+a.inputmask.escapeRegex.call(this,f.radixPoint)+"]";g=new RegExp(h).test(b),g&&c.validPositions[d]&&c.validPositions[d].match.placeholder==f.radixPoint&&(g={pos:d,remove:d})}return g},cardinality:1,prevalidator:null,placeholder:function(a){return a.radixPoint}}},insertMode:!0,autoUnmask:!1,onUnMask:function(b,c,d){var e=b.replace(d.prefix,"");return e=e.replace(d.suffix,""),e=e.replace(new RegExp(a.inputmask.escapeRegex.call(this,d.groupSeparator),"g"),"")},isComplete:function(b,c){var d=b.join(""),e=b.slice();if(c.postFormat(e,0,!0,c),e.join("")!=d)return!1;var f=d.replace(c.prefix,"");return f=f.replace(c.suffix,""),f=f.replace(new RegExp(a.inputmask.escapeRegex.call(this,c.groupSeparator),"g"),""),f=f.replace(a.inputmask.escapeRegex.call(this,c.radixPoint),"."),isFinite(f)},onBeforeMask:function(b,c){if(isFinite(b))return b.toString().replace(".",c.radixPoint);var d=b.match(/,/g),e=b.match(/\./g);return e&&d?e.length>d.length?(b=b.replace(/\./g,""),b=b.replace(",",c.radixPoint)):d.length>e.length&&(b=b.replace(/,/g,""),b=b.replace(".",c.radixPoint)):b=b.replace(new RegExp(a.inputmask.escapeRegex.call(this,c.groupSeparator),"g"),""),b}},currency:{prefix:"$ ",groupSeparator:",",radixPoint:".",alias:"numeric",placeholder:"0",autoGroup:!0,digits:2,digitsOptional:!1,clearMaskOnLostFocus:!1,decimalProtect:!0},decimal:{alias:"numeric"},integer:{alias:"numeric",digits:"0"}}),a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.aliases,{phone:{url:"phone-codes/phone-codes.js",maskInit:"+pp(pp)pppppppp",mask:function(b){b.definitions={p:{validator:function(){return!1},cardinality:1},"#":{validator:"[0-9]",cardinality:1}};var c=[];return a.ajax({url:b.url,async:!1,dataType:"json",success:function(a){c=a}}),c=c.sort(function(a,b){return(a.mask||a)<(b.mask||b)?-1:1}),c.splice(0,0,b.maskInit),c},nojumps:!0,nojumpsThreshold:1},phonebe:{alias:"phone",url:"phone-codes/phone-be.js",maskInit:"+32(pp)pppppppp",nojumpsThreshold:4}}),a.fn.inputmask}(jQuery),function(a){return a.extend(a.inputmask.defaults.aliases,{Regex:{mask:"r",greedy:!1,repeat:"*",regex:null,regexTokens:null,tokenizer:/\[\^?]?(?:[^\\\]]+|\\[\S\s]?)*]?|\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9][0-9]*|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|c[A-Za-z]|[\S\s]?)|\((?:\?[:=!]?)?|(?:[?*+]|\{[0-9]+(?:,[0-9]*)?\})\??|[^.?*+^${[()|\\]+|./g,quantifierFilter:/[0-9]+[^,]/,isComplete:function(a,b){return new RegExp(b.regex).test(a.join(""))},definitions:{r:{validator:function(b,c,d,e,f){function g(a,b){this.matches=[],this.isGroup=a||!1,this.isQuantifier=b||!1,this.quantifier={min:1,max:1},this.repeaterPart=void 0}function h(){var a,b,c=new g,d=[];for(f.regexTokens=[];a=f.tokenizer.exec(f.regex);)switch(b=a[0],b.charAt(0)){case"(":d.push(new g(!0));break;case")":var e=d.pop();d.length>0?d[d.length-1].matches.push(e):c.matches.push(e);break;case"{":case"+":case"*":var h=new g(!1,!0);b=b.replace(/[{}]/g,"");var i=b.split(","),j=isNaN(i[0])?i[0]:parseInt(i[0]),k=1==i.length?j:isNaN(i[1])?i[1]:parseInt(i[1]);if(h.quantifier={min:j,max:k},d.length>0){var l=d[d.length-1].matches;if(a=l.pop(),!a.isGroup){var e=new g(!0);e.matches.push(a),a=e}l.push(a),l.push(h)}else{if(a=c.matches.pop(),!a.isGroup){var e=new g(!0);e.matches.push(a),a=e}c.matches.push(a),c.matches.push(h)}break;default:d.length>0?d[d.length-1].matches.push(b):c.matches.push(b)}c.matches.length>0&&f.regexTokens.push(c)}function i(b,c){var d=!1;c&&(k+="(",m++);for(var e=0;e<b.matches.length;e++){var f=b.matches[e];if(1==f.isGroup)d=i(f,!0);else if(1==f.isQuantifier){var g=a.inArray(f,b.matches),h=b.matches[g-1],j=k;if(isNaN(f.quantifier.max)){for(;f.repeaterPart&&f.repeaterPart!=k&&f.repeaterPart.length>k.length&&!(d=i(h,!0)););d=d||i(h,!0),d&&(f.repeaterPart=k),k=j+f.quantifier.max}else{for(var l=0,o=f.quantifier.max-1;o>l&&!(d=i(h,!0));l++);k=j+"{"+f.quantifier.min+","+f.quantifier.max+"}"}}else if(void 0!=f.matches)for(var p=0;p<f.length&&!(d=i(f[p],c));p++);else{var q;if("["==f.charAt(0)){q=k,q+=f;for(var r=0;m>r;r++)q+=")";var s=new RegExp("^("+q+")$");d=s.test(n)}else for(var t=0,u=f.length;u>t;t++)if("\\"!=f.charAt(t)){q=k,q+=f.substr(0,t+1),q=q.replace(/\|$/,"");for(var r=0;m>r;r++)q+=")";var s=new RegExp("^("+q+")$");if(d=s.test(n))break}k+=f}if(d)break}return c&&(k+=")",m--),d}null==f.regexTokens&&h();var j=c.buffer.slice(),k="",l=!1,m=0;j.splice(d,0,b);for(var n=j.join(""),o=0;o<f.regexTokens.length;o++){var g=f.regexTokens[o];if(l=i(g,g.isGroup))break}return l},cardinality:1}}}}),a.fn.inputmask}(jQuery),jQuery(document).ready(function(a){jQuery(document).on("cf.add",function(){a("[data-inputmask]").inputmask()}),jQuery(document).trigger("cf.add")}),function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?a(require("jquery")):a(jQuery)}(function(a){function b(){var a=document.createElement("input");return a.setAttribute("type","range"),"text"!==a.type}function g(a,b){var c=Array.prototype.slice.call(arguments,2);return setTimeout(function(){return a.apply(null,c)},b)}function h(a,b){return b=b||100,function(){if(!a.debouncing){var c=Array.prototype.slice.apply(arguments);a.lastReturnVal=a.apply(window,c),a.debouncing=!0}return clearTimeout(a.debounceTimeout),a.debounceTimeout=setTimeout(function(){a.debouncing=!1},b),a.lastReturnVal}}function i(b,d){if(this.$window=a(window),this.$document=a(document),this.$element=a(b),this.options=a.extend({},f,d),this._defaults=f,this._name=c,this.startEvent=this.options.startEvent.join("."+c+" ")+"."+c,this.moveEvent=this.options.moveEvent.join("."+c+" ")+"."+c,this.endEvent=this.options.endEvent.join("."+c+" ")+"."+c,this.polyfill=this.options.polyfill,this.onInit=this.options.onInit,this.onSlide=this.options.onSlide,this.onSlideEnd=this.options.onSlideEnd,this.polyfill&&e)return!1;this.identifier="js-"+c+"-"+ +new Date,this.min=parseFloat(this.$element[0].getAttribute("min")||0),this.max=parseFloat(this.$element[0].getAttribute("max")||100),this.value=parseFloat(this.$element[0].value||this.min+(this.max-this.min)/2),this.step=parseFloat(this.$element[0].getAttribute("step")||1),this.$fill=a('<div class="'+this.options.fillClass+'" />'),this.$handle=a('<div class="'+this.options.handleClass+'" />'),this.$range=a('<div class="'+this.options.rangeClass+'" id="'+this.identifier+'" />').insertAfter(this.$element).prepend(this.$fill,this.$handle),this.$element.css({position:"absolute",width:"1px",height:"1px",overflow:"hidden",opacity:"0"}),this.handleDown=a.proxy(this.handleDown,this),this.handleMove=a.proxy(this.handleMove,this),this.handleEnd=a.proxy(this.handleEnd,this),this.init();var i=this;this.$window.on("resize."+c,h(function(){g(function(){i.update()},300)},20)),this.$document.on(this.startEvent,"#"+this.identifier+":not(."+this.options.disabledClass+")",this.handleDown),this.$element.on("change."+c,function(a,b){if(!b||b.origin!==c){var d=a.target.value,e=i.getPositionFromValue(d);i.setPosition(e)}})}var c="rangeslider",d=[],e=b(),f={polyfill:!0,rangeClass:"rangeslider",disabledClass:"rangeslider--disabled",fillClass:"rangeslider__fill",handleClass:"rangeslider__handle",startEvent:["mousedown","touchstart","pointerdown"],moveEvent:["mousemove","touchmove","pointermove"],endEvent:["mouseup","touchend","pointerup"]};i.prototype.init=function(){this.onInit&&"function"==typeof this.onInit&&this.onInit(),this.update()},i.prototype.update=function(){this.handleWidth=this.$handle[0].offsetWidth,this.rangeWidth=this.$range[0].offsetWidth,this.maxHandleX=this.rangeWidth-this.handleWidth,this.grabX=this.handleWidth/2,this.position=this.getPositionFromValue(this.value),this.$element[0].disabled?this.$range.addClass(this.options.disabledClass):this.$range.removeClass(this.options.disabledClass),this.setPosition(this.position)},i.prototype.handleDown=function(a){if(a.preventDefault(),this.$document.on(this.moveEvent,this.handleMove),this.$document.on(this.endEvent,this.handleEnd),!((" "+a.target.className+" ").replace(/[\n\t]/g," ").indexOf(this.options.handleClass)>-1)){var b=this.getRelativePosition(this.$range[0],a),c=this.getPositionFromNode(this.$handle[0])-this.getPositionFromNode(this.$range[0]);this.setPosition(b-this.grabX),b>=c&&b<c+this.handleWidth&&(this.grabX=b-c)}},i.prototype.handleMove=function(a){a.preventDefault();var b=this.getRelativePosition(this.$range[0],a);this.setPosition(b-this.grabX)},i.prototype.handleEnd=function(a){a.preventDefault(),this.$document.off(this.moveEvent,this.handleMove),this.$document.off(this.endEvent,this.handleEnd);var b=this.getRelativePosition(this.$range[0],a);this.onSlideEnd&&"function"==typeof this.onSlideEnd&&this.onSlideEnd(b-this.grabX,this.value)},i.prototype.cap=function(a,b,c){return b>a?b:a>c?c:a},i.prototype.setPosition=function(a){var b,c;b=this.getValueFromPosition(this.cap(a,0,this.maxHandleX))/this.step*this.step,c=this.getPositionFromValue(b),this.$fill[0].style.width=c+this.grabX+"px",this.$handle[0].style.left=c+"px",this.setValue(b),this.position=c,this.value=b,this.onSlide&&"function"==typeof this.onSlide&&this.onSlide(c,b)},i.prototype.getPositionFromNode=function(a){for(var b=0;null!==a;)b+=a.offsetLeft,a=a.offsetParent;return b},i.prototype.getRelativePosition=function(a,b){return(b.pageX||b.originalEvent.clientX||b.originalEvent.touches[0].clientX||b.currentPoint.x)-this.getPositionFromNode(a)},i.prototype.getPositionFromValue=function(a){var b,c;return b=(a-this.min)/(this.max-this.min),c=b*this.maxHandleX},i.prototype.getValueFromPosition=function(a){var b,c;return b=a/(this.maxHandleX||1),c=this.step*Math.ceil((b*(this.max-this.min)+this.min)/this.step),Number(c.toFixed(2))},i.prototype.setValue=function(a){a!==this.value&&this.$element.val(a).trigger("change",{origin:c})},i.prototype.destroy=function(){this.$document.off(this.startEvent,"#"+this.identifier,this.handleDown),this.$element.off("."+c).removeAttr("style").removeData("plugin_"+c),this.$range&&this.$range.length&&this.$range[0].parentNode.removeChild(this.$range[0]),d.splice(d.indexOf(this.$element[0]),1),d.length||this.$window.off("."+c)},a.fn[c]=function(b){return this.each(function(){var e=a(this),f=e.data("plugin_"+c);f||(e.data("plugin_"+c,f=new i(this,b)),d.push(this)),"string"==typeof b&&f[b]()})}}),function(a){"use strict";var b={init:function(c){return this.each(function(){this.self=a(this),b.destroy.call(this.self),this.opt=a.extend(!0,{},a.fn.raty.defaults,c),b._adjustCallback.call(this),b._adjustNumber.call(this),"img"!==this.opt.starType&&b._adjustStarType.call(this),b._adjustPath.call(this),b._createStars.call(this),this.opt.cancel&&b._createCancel.call(this),this.opt.precision&&b._adjustPrecision.call(this),b._createScore.call(this),b._apply.call(this,this.opt.score),b._target.call(this,this.opt.score),this.opt.readOnly?b._lock.call(this):(this.style.cursor="pointer",b._binds.call(this)),this.self.data("options",this.opt)})},_adjustCallback:function(){for(var a=["number","readOnly","score","scoreName"],b=0;b<a.length;b++)"function"==typeof this.opt[a[b]]&&(this.opt[a[b]]=this.opt[a[b]].call(this))},_adjustNumber:function(){this.opt.number=b._between(this.opt.number,1,this.opt.numberMax)},_adjustPath:function(){this.opt.path=this.opt.path||"",this.opt.path&&"/"!==this.opt.path.charAt(this.opt.path.length-1)&&(this.opt.path+="/")},_adjustPrecision:function(){this.opt.half=!0,this.opt.targetType="score"},_adjustStarType:function(){this.opt.path="";for(var a=["cancelOff","cancelOn","starHalf","starOff","starOn"],b=0;b<a.length;b++)this.opt[a[b]]=this.opt[a[b]].replace(".","-")},_apply:function(a){b._fill.call(this,a),a&&(a>0&&this.score.val(b._between(a,0,this.opt.number)),b._roundStars.call(this,a))
|
4 |
+
},_between:function(a,b,c){return Math.min(Math.max(parseFloat(a),b),c)},_binds:function(){this.cancel&&(b._bindOverCancel.call(this),b._bindClickCancel.call(this),b._bindOutCancel.call(this)),b._bindOver.call(this),b._bindClick.call(this),b._bindOut.call(this)},_bindClick:function(){var b=this;b.stars.on("click.raty",function(c){var d=a(this);b.score.val(b.opt.half||b.opt.precision?b.self.data("score"):this.alt||d.data("alt")),b.opt.click&&b.opt.click.call(b,+b.score.val(),c)})},_bindClickCancel:function(){var a=this;a.cancel.on("click.raty",function(b){a.score.removeAttr("value"),a.opt.click&&a.opt.click.call(a,null,b)})},_bindOut:function(){var a=this;a.self.on("mouseleave.raty",function(c){var d=+a.score.val()||void 0;b._apply.call(a,d),b._target.call(a,d,c),a.opt.mouseout&&a.opt.mouseout.call(a,d,c)})},_bindOutCancel:function(){var b=this;b.cancel.on("mouseleave.raty",function(c){var d=a(this),e=b.opt.path+b.opt.cancelOff;if("img"===b.opt.starType)d.attr("src",e);else{var f=b.opt.path+b.opt.cancelOn;d.removeClass(f).addClass(e)}if(b.opt.mouseout){var g=+b.score.val()||void 0;b.opt.mouseout.call(b,g,c)}})},_bindOver:function(){var a=this,c=a.opt.half?"mousemove.raty":"mouseover.raty";a.stars.on(c,function(c){var d=b._getScoreByPosition.call(a,c,this);b._fill.call(a,d),a.opt.half&&(b._roundStars.call(a,d),a.self.data("score",d)),b._target.call(a,d,c),a.opt.mouseover&&a.opt.mouseover.call(a,d,c)})},_bindOverCancel:function(){var c=this;c.cancel.on("mouseover.raty",function(d){var e=c.opt.path+c.opt.cancelOn,f=a(this),g=c.opt.path+c.opt.starOff;if("img"===c.opt.starType)f.attr("src",e),c.stars.attr("src",g);else{c.stars.attr("class",g);var h=c.opt.path+c.opt.cancelOff;f.removeClass(h).addClass(e).css("color",c.opt.starColor)}b._target.call(c,null,d),c.opt.mouseover&&c.opt.mouseover.call(c,null)})},_buildScoreField:function(){return a("<input />",{name:this.opt.scoreName,type:"hidden"}).appendTo(this)},_createCancel:function(){var b=this.opt.path+this.opt.cancelOff,c=a("<"+this.opt.starType+" />",{title:this.opt.cancelHint,"class":"raty-cancel"}).css("marginRight",this.opt.space?this.opt.spaceWidth+"px":"0");"img"===this.opt.starType?c.attr({src:b,alt:"x"}):c.attr("data-alt","x").addClass(b),"left"===this.opt.cancelPlace?this.self.prepend(" ").prepend(c):this.self.append(" ").append(c),this.cancel=c},_createScore:function(){var c=a(this.opt.targetScore);this.score=c.length?c:b._buildScoreField.call(this)},_createStars:function(){for(var c=1;c<=this.opt.number;c++){var d,e=this.opt.score&&this.opt.score>=c?"starOn":"starOff",f=b._getHint.call(this,c);e=this.opt.path+this.opt[e],d="img"!==this.opt.starType?{"data-alt":c,"class":e}:{src:e,alt:c},d.title=f,a("<"+this.opt.starType+" />",d).css("marginRight",c<this.opt.number&&this.opt.space?this.opt.spaceWidth+"px":"0").appendTo(this),this.opt.space}this.stars=this.self.children(this.opt.starType)},_error:function(b){a(this).text(b),a.error(b)},_fill:function(a){for(var c=0,d=1;d<=this.stars.length;d++){var e,f=this.stars.eq(d-1),g=b._turnOn.call(this,d,a);if(this.opt.iconRange&&this.opt.iconRange.length>c){var h=this.opt.iconRange[c];e=b._getIconRange.call(this,h,g),d<=h.range&&("img"===this.opt.starType?f.attr("src",e):f.attr("class",e)),d===h.range&&c++}else e=this.opt.path+this.opt[g?"starOn":"starOff"],"img"===this.opt.starType?f.attr("src",e):f.attr("class",e),g?f.css("color",this.opt.starColor):f.css("color","")}},_getIconRange:function(a,b){return this.opt.path+(b?a.on||this.opt.starOn:a.off||this.opt.starOff)},_getScoreByPosition:function(c,d){var e=a(d),f=parseInt(d.alt||e.data("alt"),10);if(this.opt.half){var g=b._getSize.call(this),h=parseFloat((c.pageX-e.offset().left)/g);f=this.opt.precision?f-1+h:f-1+(h>.5?1:.5)}return f},_getSize:function(){var a;return a="img"===this.opt.starType?this.stars[0].width:parseFloat(this.stars.eq(0).css("font-size")),a||b._error.call(this,"Could not be possible get the icon size!"),a},_turnOn:function(a,b){return this.opt.single?a===b:b>=a},_getHint:function(a){var b=this.opt.hints[a-1];return""===b?"":b||a},_lock:function(){var a=parseInt(this.score.val(),10),c=a?b._getHint.call(this,a):this.opt.noRatedMsg;this.style.cursor="",this.title=c,this.score.prop("readonly",!0),this.stars.prop("title",c),this.cancel&&this.cancel.hide(),this.self.data("readonly",!0)},_roundStars:function(a){var b=(a%1).toFixed(2);if(b>this.opt.round.down){var c="starOn";this.opt.halfShow&&b<this.opt.round.up?c="starHalf":b<this.opt.round.full&&(c="starOff");var d=this.stars[Math.ceil(a)-1];"img"===this.opt.starType?d.src=this.opt.path+this.opt[c]:d.style.className=this.opt[c]}},_target:function(c,d){if(this.opt.target){var e=a(this.opt.target);e.length||b._error.call(this,"Target selector invalid or missing!");var f=d&&"mouseover"===d.type;if(void 0===c)c=this.opt.targetText;else if(null===c)c=f?this.opt.cancelHint:this.opt.targetText;else{"hint"===this.opt.targetType?c=b._getHint.call(this,Math.ceil(c)):this.opt.precision&&(c=parseFloat(c).toFixed(1));var g=d&&"mousemove"===d.type;f||g||this.opt.targetKeep||(c=this.opt.targetText)}c&&(c=this.opt.targetFormat.toString().replace("{score}",c)),e.is(":input")?e.val(c):e.html(c)}},_unlock:function(){this.style.cursor="pointer",this.removeAttribute("title"),this.score.removeAttr("readonly"),this.self.data("readonly",!1);for(var a=0;a<this.opt.number;a++)this.stars[a].title=b._getHint.call(this,a+1);this.cancel&&this.cancel.css("display","")},cancel:function(c){return this.each(function(){var d=a(this);d.data("readonly")!==!0&&(b[c?"click":"score"].call(d,null),this.score.removeAttr("value"))})},click:function(c){return this.each(function(){a(this).data("readonly")!==!0&&(b._apply.call(this,c),this.opt.click&&this.opt.click.call(this,c,a.Event("click")),b._target.call(this,c))})},destroy:function(){return this.each(function(){var b=a(this),c=b.data("raw");c?b.off(".raty").empty().css({cursor:c.style.cursor}).removeData("readonly"):b.data("raw",b.clone()[0])})},getScore:function(){var b,a=[];return this.each(function(){b=this.score.val(),a.push(b?+b:void 0)}),a.length>1?a:a[0]},move:function(c){return this.each(function(){var d=parseInt(c,10),e=a(this).data("options"),f=(+c).toFixed(1).split(".")[1];d>=e.number&&(d=e.number-1,f=10);var g=b._getSize.call(this),h=g/10,i=a(this.stars[d]),j=i.offset().left+h*parseInt(f,10),k=a.Event("mousemove",{pageX:j});i.trigger(k)})},readOnly:function(c){return this.each(function(){var d=a(this);d.data("readonly")!==c&&(c?(d.off(".raty").children("img").off(".raty"),b._lock.call(this)):(b._binds.call(this),b._unlock.call(this)),d.data("readonly",c))})},reload:function(){return b.set.call(this,{})},score:function(){var c=a(this);return arguments.length?b.setScore.apply(c,arguments):b.getScore.call(c)},set:function(b){return this.each(function(){var c=a(this),d=c.data("options"),e=a.extend({},d,b);c.raty(e)})},setScore:function(c){return this.each(function(){a(this).data("readonly")!==!0&&(b._apply.call(this,c),b._target.call(this,c))})}};a.fn.raty=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof c&&c?(a.error("Method "+c+" does not exist!"),void 0):b.init.apply(this,arguments)},a.fn.raty.defaults={cancel:!1,cancelHint:"Cancel this rating!",cancelOff:"raty-cancel-off",cancelOn:"raty-cancel-on",cancelPlace:"left",click:void 0,half:!1,halfShow:!0,hints:["1"],iconRange:void 0,mouseout:void 0,mouseover:void 0,noRatedMsg:"Not rated yet!",number:5,numberMax:20,path:void 0,precision:!1,readOnly:!1,round:{down:.25,full:.6,up:.76},score:void 0,scoreName:"score",single:!1,space:!0,spaceWidth:3,starColor:"#ff00aa",starHalf:"star-half.png",starOff:"raty-dot-off",starOn:"raty-dot-on",starType:"img",target:void 0,targetFormat:"{score}",targetKeep:!1,targetScore:void 0,targetText:"",targetType:"hint"}}(jQuery),jQuery(function(a){a("body").on("click",".cf-toggle-group-buttons a",function(){var b=a(this),c=b.closest(".caldera-config-field"),d=c.find('[data-ref="'+b.attr("id")+'"]');c.find(".btn").removeClass(b.data("active")).addClass(b.data("default")),b.addClass(b.data("active")).removeClass(b.data("default")),d.prop("checked",!0).trigger("change")})});
|
assets/js/jquery.baldrick.js
CHANGED
@@ -338,7 +338,7 @@
|
|
338 |
params.activeElement.addClass(params.activeClass);
|
339 |
params.loadElement.addClass(params.loadClass);
|
340 |
var data;
|
341 |
-
if(FormData && ( tr.is('input:file') || params.method === 'POST') ){
|
342 |
|
343 |
params.method = 'POST';
|
344 |
params.contentType = false;
|
338 |
params.activeElement.addClass(params.activeClass);
|
339 |
params.loadElement.addClass(params.loadClass);
|
340 |
var data;
|
341 |
+
if( typeof FormData !== 'undefined' && ( tr.is('input:file') || params.method === 'POST') ){
|
342 |
|
343 |
params.method = 'POST';
|
344 |
params.contentType = false;
|
assets/js/jquery.baldrick.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(a){if(!b){var b={},c={},d={_plugins:{},load:{},bind:{},event:function(a){return a},pre_filter:function(a){return a.data},filter:function(a){return a},target:function(a){if("string"==typeof a.params.success?"function"==typeof window[a.params.success]&&window[a.params.success](a):"function"==typeof a.params.success&&a.params.success(a),a.params.target)if(a.params.target.is("textarea,input")&&"object"==typeof a.data?a.params.target.val(JSON.stringify(a.data)).trigger("change"):a.params.target[a.params.targetInsert](a.data),"string"==typeof a.params.callback){if("function"==typeof window[a.params.callback])return window[a.params.callback](a)}else if("function"==typeof a.params.callback)return a.params.callback(a)},request_data:function(a){return a.data},request:function(d){if((d.params.trigger.data("cacheLocal")||d.params.trigger.data("cacheSession"))&&!d.params.trigger.data("cachePurge")){var e;if(d.params.trigger.data("cacheLocal")?e=d.params.trigger.data("cacheLocal"):d.params.trigger.data("cacheSession")&&(e=d.params.trigger.data("cacheSession")),"undefined"!=typeof b[e])return{data:b[e]};if("undefined"!=typeof Storage){var f;if(d.params.trigger.data("cacheLocal")?f=localStorage.getItem(e):d.params.trigger.data("cacheSession")&&(f=sessionStorage.getItem(e)),f){try{f=JSON.parse(f)}catch(g){f=f}return{data:f}}}}return c[d.params.trigger.prop("id")]&&c[d.params.trigger.prop("id")].abort(),c[d.params.trigger.prop("id")]=a.ajax(d.request),c[d.params.trigger.prop("id")]},request_complete:function(a){a.params.complete(a),a.params.loadElement.removeClass(a.params.loadClass),c[a.params.trigger.prop("id")]&&delete c[a.params.trigger.prop("id")]},request_error:function(a){a.params.error(a),a.params.complete(a.jqxhr,a.textStatus)},refresh:function(b,c){a(c.triggerClass).baldrick(c)}};a.fn.baldrick=function(b){var c=function(a,b,c){var d;for(var e in h.helpers._plugins)if("function"==typeof h.helpers._plugins[e][a]&&(d=h.helpers._plugins[e][a](b,h,c),"undefined"!=typeof d&&(b=d),b===!1))return!1;if("function"==typeof h.helpers[a]&&(d=h.helpers[a](b,h,c),"undefined"!=typeof d&&(b=d),!b))return!1;for(var f in h.helpers._plugins)if("function"==typeof h.helpers._plugins[f]["after_"+a]&&(d=h.helpers._plugins[f]["after_"+a](b,h,c),"undefined"!=typeof d&&(b=d),b===!1))return!1;return b},e=function(b){var c={},d=b.find("input,radio,checkbox,select,textarea,file"),f={};if(d.length){for(var g=0;g<d.length;g++)if(null!==d[g].getAttribute("name")){for(var h=a(d[g]),i=h.prop("name").replace(/\[/gi,":").replace(/\]/gi,""),j=i.split(":"),k=h.is(":checkbox,:radio")?h.filter(":checked").val():h.val(),l={},m=j.length-1;m>=0;m--){var n=j[m];if(0===n.length&&("undefined"==typeof f[j[m-1]]?f[j[m-1]]=0:f[j[m-1]]+=1,n=f[j[m-1]]),m===j.length-1)l[n]=k;else{var o=l;l={},l[n]=o}}a.extend(!0,c,l)}return c}},f=this.selector,g=this.not("._tisBound");g.addClass("_tisBound"),"undefined"!=typeof b&&"object"==typeof b.helper&&(d._plugins._params_helpers_=b.helper);var h=a.extend(!0,b,{helpers:d},{triggerClass:f}),i=function(){return!0},j={before:i,callback:!1,success:!1,complete:i,error:i};for(var l in j)"string"==typeof h[l]?j[l]="function"==typeof window[h[l]]?window[h[l]]:i:"function"==typeof h[l]&&(j[l]=h[l]);return g=c("bind",g),g===!1?this:c("ready",g.each(function(b){this.id||(this.id="baldrick_trigger_"+((new Date).getTime()+b));var d=a(this),f=d.data("event")?d.data("event"):h.event?h.event:d.is("form")?"submit":"click";return d.on(f,function(b){var d=a(c("event",this,b));if(d.data("for")){var i=a(d.data("for")),k=a.extend({},i.data(),d.data());return delete k["for"],i.data(k),i.is("form")?(i.submit(),this):i.trigger(i.data("event")?i.data("event"):f)}if(d.is("form")&&!d.data("request")&&d.attr("action")&&d.data("request",d.attr("action")),d.is("a")&&!d.data("request")&&d.attr("href")&&(d.attr("href").indexOf("#")<0?d.data("request",d.attr("href")):d.data("href",d.attr("href"))),(d.data("before")?"function"==typeof window[d.data("before")]?window[d.data("before")](this,b):j.before(this,b):j.before(this,b))!==!1){var l={trigger:d,callback:d.data("callback")?"function"==typeof window[d.data("callback")]?window[d.data("callback")]:d.data("callback"):j.callback,success:d.data("success")?"function"==typeof window[d.data("success")]?window[d.data("success")]:d.data("success"):j.success,method:d.data("method")?d.data("method"):d.attr("method")?d.attr("method"):h.method?h.method:"GET",dataType:d.data("type")?d.data("type"):h.dataType?h.dataType:!1,timeout:d.data("timeout")?d.data("timeout"):12e4,target:d.data("target")?"_parent"===d.data("target")?d.parent():"_self"===d.data("target")?a(d):a(d.data("target")):h.target?a(h.target):a("<html>"),targetInsert:d.data("targetInsert")?"replace"===d.data("targetInsert")?"replaceWith":d.data("targetInsert"):h.targetInsert?"replace"===h.targetInsert?"replaceWith":h.targetInsert:"html",loadClass:d.data("loadClass")?d.data("loadClass"):h.loadClass?h.loadClass:"loading",activeClass:d.data("activeClass")?d.data("activeClass"):h.activeClass?h.activeClass:"active",activeElement:d.data("activeElement")?"_parent"===d.data("activeElement")?d.parent():a(d.data("activeElement")):h.activeElement?"_parent"===h.activeElement?d.parent():a(h.activeElement):d,cache:d.data("cache")?d.data("cache"):h.cache?h.cache:!1,complete:d.data("complete")?"function"==typeof window[d.data("complete")]?window[d.data("complete")]:j.complete:j.complete,error:d.data("error")?"function"==typeof window[d.data("error")]?window[d.data("error")]:j.error:j.error,resultSelector:!1,event:f};if(l.url=d.data("request")?d.data("request"):h.request?h.request:l.callback,l.loadElement=d.data("loadElement")?"_parent"===d.data("loadElement")?d.parent():a(d.data("loadElement")):h.loadElement?a(h.loadElement)?a(h.loadElement):l.target:l.target,l=c("params",l),l===!1)return!1;if(b.preventDefault(),"function"==typeof window[l.url]){var m=window[l.url](l,f);return m=c("pre_filter",{data:m,params:l}),m=c("filter",{data:m,rawData:m,params:l}),c("target",m),c("refresh",{params:l}),c("request_complete",{jqxhr:null,textStatus:"complete",request:w,params:l}),this}try{if(a(l.url).length)var m=a(l.url).is("input,select,radio,checkbox,file,textarea")?a(l.url).val():a(l.url).is("form")?e(a(l.url)):a(l.url).html()}catch(b){}if("undefined"!=typeof m){if("json"===l.dataType)try{m=JSON.parse(m)}catch(b){}return m=c("pre_filter",{data:m,params:l}),m=c("filter",{data:m,rawData:m,params:l}),c("target",m),c("refresh",{params:l}),c("request_complete",{jqxhr:null,textStatus:"complete",request:w,params:l}),this}switch(typeof l.url){case"function":return l.url(this,b);case"boolean":case"object":return;case"string":if(l.url.indexOf(" ")>-1){var o=l.url.split(" ");l.url=o[0],l.resultSelector=o[1]}}d.data("group")?a('._tisBound[data-group="'+d.data("group")+'"]').each(function(){var b=a(this),c=b.data("activeElement")?"_parent"===b.data("activeElement")?b.parent():a(b.data("activeElement")):h.activeElement?"_parent"===h.activeElement?d.parent():a(h.activeElement):b;c.removeClass(b.data("activeClass")?b.data("activeClass"):h.activeClass?h.activeClass:l.activeClass)}):a("._tisBound:not([data-group])").each(function(){var b=a(this),c=b.data("activeElement")?"_parent"===b.data("activeElement")?b.parent():a(b.data("activeElement")):h.activeElement?"_parent"===h.activeElement?d.parent():a(h.activeElement):b;c.removeClass(b.data("activeClass")?b.data("activeClass"):h.activeClass?h.activeClass:l.activeClass)}),l.activeElement.addClass(l.activeClass),l.loadElement.addClass(l.loadClass);var q;if(FormData&&(d.is("input:file")||"POST"===l.method)){l.method="POST",l.contentType=!1,l.processData=!1,l.cache=!1,l.xhrFields={onprogress:function(a){a.lengthComputable}},q=d.is("form")?new FormData(d[0]):new FormData,d.is("input,select,textarea")&&d.data("_value",d.val());for(var r in l.trigger.data())q.append(r,l.trigger.data(r));if(l.data&&q.append("data",JSON.stringify(l.data)),d.is("input,select,textarea"))if(d.is("input:file"))if(d[0].files.length>1)for(var s=0;s<d[0].files.length;s++)q.append(d.prop("name"),d[0].files[s]);else q.append(d.prop("name"),d[0].files[0]);else d.is("input:checkbox")||d.is("input:radio")?d.prop("checked")&&q.append(d.prop("name"),d.val()):q.append(d.prop("name"),d.val())}else{var t=d.serializeArray(),u=l.trigger.data(),v=[];h.data&&(u=a.extend(h.data,u)),t.length&&(a.each(t,function(a,b){v.push(b)}),l.requestData=e(d)),l.data&&(u=a.extend(u,l.data)),q=u,l.requestData=a.extend(d.data(),l.requestData)}var w={url:l.url,data:c("request_data",{data:q,params:l}),cache:l.cache,timeout:l.timeout,type:l.method,success:function(b,d,e){if(l.resultSelector)if("object"==typeof b){for(var f=l.resultSelector.replace(/\[/g,".").replace(/\]/g,"").split("."),g=b,h=0;h<f.length;h++)g=g[f[h]];b=g}else if("string"==typeof b){var i=a(l.resultSelector,a("<html>").html(b));1===i.length?b=a("<html>").html(i).html():(b=a("<html>"),i.each(function(){b.append(this)}),b=b.html())}var j=b;if(l.trigger.data("cacheLocal")||l.trigger.data("cacheSession")){var k;if(l.trigger.data("cacheLocal")?k=l.trigger.data("cacheLocal"):l.trigger.data("cacheSession")&&(k=l.trigger.data("cacheSession")),"undefined"!=typeof Storage)if(l.trigger.data("cacheLocal"))try{localStorage.setItem(k,e.responseText)}catch(m){console.log(m)}else if(l.trigger.data("cacheSession"))try{sessionStorage.setItem(k,e.responseText)}catch(m){console.log(m)}a(window).trigger("baldrick.cache",k)}b=c("pre_filter",{data:b,request:w,params:l,xhr:e}),b=c("filter",{data:b,rawData:j,request:w,params:l,xhr:e}),c("target",b)},complete:function(a,b){c("request_complete",{jqxhr:a,textStatus:b,request:w,params:l}),c("refresh",{jqxhr:a,textStatus:b,request:w,params:l}),d.data("once")&&d.off(f).removeClass("_tisBound")},error:function(a,b,d){c("request_error",{jqxhr:a,textStatus:b,error:d,request:w,params:l})}};if(l.dataType&&(w.dataType=l.dataType),"undefined"!=typeof l.contentType&&(w.contentType=l.contentType),"undefined"!=typeof l.processData&&(w.processData=l.processData),"undefined"!=typeof l.xhrFields&&(w.xhrFields=l.xhrFields),w=c("request_params",w,l),w===!1)return g;var x=c("request",{request:w,params:l});if(x.data){var m=x.data;c("target",c("filter",c("pre_filter",{data:m,request:w,params:l}))),c("request_complete",{jqxhr:!1,textStatus:!0,request:w,params:l}),c("refresh",{jqxhr:!1,textStatus:!0,request:w,params:l})}}}),(d.data("autoload")||d.data("poll"))&&(d.data("delay")?setTimeout(function(a,b){return a.trigger(b)},d.data("delay"),d,f):d.trigger(f)),d.data("poll")&&(d.data("delay")?setTimeout(function(a,b){return setInterval(function(a,b){return a.trigger(b)},a.data("poll"),a,b)},d.data("delay")):setInterval(function(a,b){return a.trigger(b)},d.data("poll"),d,f)),this}))},a.fn.baldrick.cacheObject=function(a,c){b[a]=c},a.fn.baldrick.registerhelper=function(b,c,e){var f={};"object"==typeof c?(f[b]=c,d._plugins=a.extend(!0,f,d._plugins)):"string"==typeof c&&"string"==typeof b&&"function"==typeof e&&(f[c]={},f[c][b]=e,d._plugins=a.extend(!0,f,d._plugins))}}}(jQuery);
|
1 |
+
!function(a){if(!b){var b={},c={},d={_plugins:{},load:{},bind:{},event:function(a){return a},pre_filter:function(a){return a.data},filter:function(a){return a},target:function(a){if("string"==typeof a.params.success?"function"==typeof window[a.params.success]&&window[a.params.success](a):"function"==typeof a.params.success&&a.params.success(a),a.params.target)if(a.params.target.is("textarea,input")&&"object"==typeof a.data?a.params.target.val(JSON.stringify(a.data)).trigger("change"):a.params.target[a.params.targetInsert](a.data),"string"==typeof a.params.callback){if("function"==typeof window[a.params.callback])return window[a.params.callback](a)}else if("function"==typeof a.params.callback)return a.params.callback(a)},request_data:function(a){return a.data},request:function(d){if((d.params.trigger.data("cacheLocal")||d.params.trigger.data("cacheSession"))&&!d.params.trigger.data("cachePurge")){var e;if(d.params.trigger.data("cacheLocal")?e=d.params.trigger.data("cacheLocal"):d.params.trigger.data("cacheSession")&&(e=d.params.trigger.data("cacheSession")),"undefined"!=typeof b[e])return{data:b[e]};if("undefined"!=typeof Storage){var f;if(d.params.trigger.data("cacheLocal")?f=localStorage.getItem(e):d.params.trigger.data("cacheSession")&&(f=sessionStorage.getItem(e)),f){try{f=JSON.parse(f)}catch(g){f=f}return{data:f}}}}return c[d.params.trigger.prop("id")]&&c[d.params.trigger.prop("id")].abort(),c[d.params.trigger.prop("id")]=a.ajax(d.request),c[d.params.trigger.prop("id")]},request_complete:function(a){a.params.complete(a),a.params.loadElement.removeClass(a.params.loadClass),c[a.params.trigger.prop("id")]&&delete c[a.params.trigger.prop("id")]},request_error:function(a){a.params.error(a),a.params.complete(a.jqxhr,a.textStatus)},refresh:function(b,c){a(c.triggerClass).baldrick(c)}};a.fn.baldrick=function(b){var c=function(a,b,c){var d;for(var e in h.helpers._plugins)if("function"==typeof h.helpers._plugins[e][a]&&(d=h.helpers._plugins[e][a](b,h,c),"undefined"!=typeof d&&(b=d),b===!1))return!1;if("function"==typeof h.helpers[a]&&(d=h.helpers[a](b,h,c),"undefined"!=typeof d&&(b=d),!b))return!1;for(var f in h.helpers._plugins)if("function"==typeof h.helpers._plugins[f]["after_"+a]&&(d=h.helpers._plugins[f]["after_"+a](b,h,c),"undefined"!=typeof d&&(b=d),b===!1))return!1;return b},e=function(b){var c={},d=b.find("input,radio,checkbox,select,textarea,file"),f={};if(d.length){for(var g=0;g<d.length;g++)if(null!==d[g].getAttribute("name")){for(var h=a(d[g]),i=h.prop("name").replace(/\[/gi,":").replace(/\]/gi,""),j=i.split(":"),k=h.is(":checkbox,:radio")?h.filter(":checked").val():h.val(),l={},m=j.length-1;m>=0;m--){var n=j[m];if(0===n.length&&("undefined"==typeof f[j[m-1]]?f[j[m-1]]=0:f[j[m-1]]+=1,n=f[j[m-1]]),m===j.length-1)l[n]=k;else{var o=l;l={},l[n]=o}}a.extend(!0,c,l)}return c}},f=this.selector,g=this.not("._tisBound");g.addClass("_tisBound"),"undefined"!=typeof b&&"object"==typeof b.helper&&(d._plugins._params_helpers_=b.helper);var h=a.extend(!0,b,{helpers:d},{triggerClass:f}),i=function(){return!0},j={before:i,callback:!1,success:!1,complete:i,error:i};for(var l in j)"string"==typeof h[l]?j[l]="function"==typeof window[h[l]]?window[h[l]]:i:"function"==typeof h[l]&&(j[l]=h[l]);return g=c("bind",g),g===!1?this:c("ready",g.each(function(b){this.id||(this.id="baldrick_trigger_"+((new Date).getTime()+b));var d=a(this),f=d.data("event")?d.data("event"):h.event?h.event:d.is("form")?"submit":"click";return d.on(f,function(b){var d=a(c("event",this,b));if(d.data("for")){var i=a(d.data("for")),k=a.extend({},i.data(),d.data());return delete k["for"],i.data(k),i.is("form")?(i.submit(),this):i.trigger(i.data("event")?i.data("event"):f)}if(d.is("form")&&!d.data("request")&&d.attr("action")&&d.data("request",d.attr("action")),d.is("a")&&!d.data("request")&&d.attr("href")&&(d.attr("href").indexOf("#")<0?d.data("request",d.attr("href")):d.data("href",d.attr("href"))),(d.data("before")?"function"==typeof window[d.data("before")]?window[d.data("before")](this,b):j.before(this,b):j.before(this,b))!==!1){var l={trigger:d,callback:d.data("callback")?"function"==typeof window[d.data("callback")]?window[d.data("callback")]:d.data("callback"):j.callback,success:d.data("success")?"function"==typeof window[d.data("success")]?window[d.data("success")]:d.data("success"):j.success,method:d.data("method")?d.data("method"):d.attr("method")?d.attr("method"):h.method?h.method:"GET",dataType:d.data("type")?d.data("type"):h.dataType?h.dataType:!1,timeout:d.data("timeout")?d.data("timeout"):12e4,target:d.data("target")?"_parent"===d.data("target")?d.parent():"_self"===d.data("target")?a(d):a(d.data("target")):h.target?a(h.target):a("<html>"),targetInsert:d.data("targetInsert")?"replace"===d.data("targetInsert")?"replaceWith":d.data("targetInsert"):h.targetInsert?"replace"===h.targetInsert?"replaceWith":h.targetInsert:"html",loadClass:d.data("loadClass")?d.data("loadClass"):h.loadClass?h.loadClass:"loading",activeClass:d.data("activeClass")?d.data("activeClass"):h.activeClass?h.activeClass:"active",activeElement:d.data("activeElement")?"_parent"===d.data("activeElement")?d.parent():a(d.data("activeElement")):h.activeElement?"_parent"===h.activeElement?d.parent():a(h.activeElement):d,cache:d.data("cache")?d.data("cache"):h.cache?h.cache:!1,complete:d.data("complete")?"function"==typeof window[d.data("complete")]?window[d.data("complete")]:j.complete:j.complete,error:d.data("error")?"function"==typeof window[d.data("error")]?window[d.data("error")]:j.error:j.error,resultSelector:!1,event:f};if(l.url=d.data("request")?d.data("request"):h.request?h.request:l.callback,l.loadElement=d.data("loadElement")?"_parent"===d.data("loadElement")?d.parent():a(d.data("loadElement")):h.loadElement?a(h.loadElement)?a(h.loadElement):l.target:l.target,l=c("params",l),l===!1)return!1;if(b.preventDefault(),"function"==typeof window[l.url]){var m=window[l.url](l,f);return m=c("pre_filter",{data:m,params:l}),m=c("filter",{data:m,rawData:m,params:l}),c("target",m),c("refresh",{params:l}),c("request_complete",{jqxhr:null,textStatus:"complete",request:w,params:l}),this}try{if(a(l.url).length)var m=a(l.url).is("input,select,radio,checkbox,file,textarea")?a(l.url).val():a(l.url).is("form")?e(a(l.url)):a(l.url).html()}catch(b){}if("undefined"!=typeof m){if("json"===l.dataType)try{m=JSON.parse(m)}catch(b){}return m=c("pre_filter",{data:m,params:l}),m=c("filter",{data:m,rawData:m,params:l}),c("target",m),c("refresh",{params:l}),c("request_complete",{jqxhr:null,textStatus:"complete",request:w,params:l}),this}switch(typeof l.url){case"function":return l.url(this,b);case"boolean":case"object":return;case"string":if(l.url.indexOf(" ")>-1){var o=l.url.split(" ");l.url=o[0],l.resultSelector=o[1]}}d.data("group")?a('._tisBound[data-group="'+d.data("group")+'"]').each(function(){var b=a(this),c=b.data("activeElement")?"_parent"===b.data("activeElement")?b.parent():a(b.data("activeElement")):h.activeElement?"_parent"===h.activeElement?d.parent():a(h.activeElement):b;c.removeClass(b.data("activeClass")?b.data("activeClass"):h.activeClass?h.activeClass:l.activeClass)}):a("._tisBound:not([data-group])").each(function(){var b=a(this),c=b.data("activeElement")?"_parent"===b.data("activeElement")?b.parent():a(b.data("activeElement")):h.activeElement?"_parent"===h.activeElement?d.parent():a(h.activeElement):b;c.removeClass(b.data("activeClass")?b.data("activeClass"):h.activeClass?h.activeClass:l.activeClass)}),l.activeElement.addClass(l.activeClass),l.loadElement.addClass(l.loadClass);var q;if(typeof FormData!=='undefined'&&(d.is("input:file")||"POST"===l.method)){l.method="POST",l.contentType=!1,l.processData=!1,l.cache=!1,l.xhrFields={onprogress:function(a){a.lengthComputable}},q=d.is("form")?new FormData(d[0]):new FormData,d.is("input,select,textarea")&&d.data("_value",d.val());for(var r in l.trigger.data())q.append(r,l.trigger.data(r));if(l.data&&q.append("data",JSON.stringify(l.data)),d.is("input,select,textarea"))if(d.is("input:file"))if(d[0].files.length>1)for(var s=0;s<d[0].files.length;s++)q.append(d.prop("name"),d[0].files[s]);else q.append(d.prop("name"),d[0].files[0]);else d.is("input:checkbox")||d.is("input:radio")?d.prop("checked")&&q.append(d.prop("name"),d.val()):q.append(d.prop("name"),d.val())}else{var t=d.serializeArray(),u=l.trigger.data(),v=[];h.data&&(u=a.extend(h.data,u)),t.length&&(a.each(t,function(a,b){v.push(b)}),l.requestData=e(d)),l.data&&(u=a.extend(u,l.data)),q=u,l.requestData=a.extend(d.data(),l.requestData)}var w={url:l.url,data:c("request_data",{data:q,params:l}),cache:l.cache,timeout:l.timeout,type:l.method,success:function(b,d,e){if(l.resultSelector)if("object"==typeof b){for(var f=l.resultSelector.replace(/\[/g,".").replace(/\]/g,"").split("."),g=b,h=0;h<f.length;h++)g=g[f[h]];b=g}else if("string"==typeof b){var i=a(l.resultSelector,a("<html>").html(b));1===i.length?b=a("<html>").html(i).html():(b=a("<html>"),i.each(function(){b.append(this)}),b=b.html())}var j=b;if(l.trigger.data("cacheLocal")||l.trigger.data("cacheSession")){var k;if(l.trigger.data("cacheLocal")?k=l.trigger.data("cacheLocal"):l.trigger.data("cacheSession")&&(k=l.trigger.data("cacheSession")),"undefined"!=typeof Storage)if(l.trigger.data("cacheLocal"))try{localStorage.setItem(k,e.responseText)}catch(m){console.log(m)}else if(l.trigger.data("cacheSession"))try{sessionStorage.setItem(k,e.responseText)}catch(m){console.log(m)}a(window).trigger("baldrick.cache",k)}b=c("pre_filter",{data:b,request:w,params:l,xhr:e}),b=c("filter",{data:b,rawData:j,request:w,params:l,xhr:e}),c("target",b)},complete:function(a,b){c("request_complete",{jqxhr:a,textStatus:b,request:w,params:l}),c("refresh",{jqxhr:a,textStatus:b,request:w,params:l}),d.data("once")&&d.off(f).removeClass("_tisBound")},error:function(a,b,d){c("request_error",{jqxhr:a,textStatus:b,error:d,request:w,params:l})}};if(l.dataType&&(w.dataType=l.dataType),"undefined"!=typeof l.contentType&&(w.contentType=l.contentType),"undefined"!=typeof l.processData&&(w.processData=l.processData),"undefined"!=typeof l.xhrFields&&(w.xhrFields=l.xhrFields),w=c("request_params",w,l),w===!1)return g;var x=c("request",{request:w,params:l});if(x.data){var m=x.data;c("target",c("filter",c("pre_filter",{data:m,request:w,params:l}))),c("request_complete",{jqxhr:!1,textStatus:!0,request:w,params:l}),c("refresh",{jqxhr:!1,textStatus:!0,request:w,params:l})}}}),(d.data("autoload")||d.data("poll"))&&(d.data("delay")?setTimeout(function(a,b){return a.trigger(b)},d.data("delay"),d,f):d.trigger(f)),d.data("poll")&&(d.data("delay")?setTimeout(function(a,b){return setInterval(function(a,b){return a.trigger(b)},a.data("poll"),a,b)},d.data("delay")):setInterval(function(a,b){return a.trigger(b)},d.data("poll"),d,f)),this}))},a.fn.baldrick.cacheObject=function(a,c){b[a]=c},a.fn.baldrick.registerhelper=function(b,c,e){var f={};"object"==typeof c?(f[b]=c,d._plugins=a.extend(!0,f,d._plugins)):"string"==typeof c&&"string"==typeof b&&"function"==typeof e&&(f[c]={},f[c][b]=e,d._plugins=a.extend(!0,f,d._plugins))}}}(jQuery);
|
caldera-core.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: http://digilab.co.za
|
5 |
Description: Easy to use, grid based responsive form builder for creating simple to complex forms.
|
6 |
Author: David Cramer
|
7 |
-
Version: 1.2.
|
8 |
Author URI: http://digilab.co.za
|
9 |
*/
|
10 |
|
@@ -17,7 +17,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
17 |
|
18 |
define('CFCORE_PATH', plugin_dir_path(__FILE__));
|
19 |
define('CFCORE_URL', plugin_dir_url(__FILE__));
|
20 |
-
define('CFCORE_VER', '1.2.
|
21 |
define('CFCORE_EXTEND_URL', 'https://api.calderaforms.com/1.0/');
|
22 |
|
23 |
include_once CFCORE_PATH . 'classes/core.php';
|
4 |
Plugin URI: http://digilab.co.za
|
5 |
Description: Easy to use, grid based responsive form builder for creating simple to complex forms.
|
6 |
Author: David Cramer
|
7 |
+
Version: 1.2.1
|
8 |
Author URI: http://digilab.co.za
|
9 |
*/
|
10 |
|
17 |
|
18 |
define('CFCORE_PATH', plugin_dir_path(__FILE__));
|
19 |
define('CFCORE_URL', plugin_dir_url(__FILE__));
|
20 |
+
define('CFCORE_VER', '1.2.1');
|
21 |
define('CFCORE_EXTEND_URL', 'https://api.calderaforms.com/1.0/');
|
22 |
|
23 |
include_once CFCORE_PATH . 'classes/core.php';
|
classes/admin.php
CHANGED
@@ -363,7 +363,7 @@ class Caldera_Forms_Admin {
|
|
363 |
|
364 |
public static function toggle_form_state(){
|
365 |
|
366 |
-
$forms =
|
367 |
$form = sanitize_text_field( $_POST['form'] );
|
368 |
$form = Caldera_Forms::get_form( $form );
|
369 |
if( empty( $form ) || empty( $form['ID'] ) || empty( $forms[ $form['ID'] ]) ){
|
@@ -387,15 +387,72 @@ class Caldera_Forms_Admin {
|
|
387 |
wp_send_json_success( array( 'ID' => $form['ID'], 'state' => $state, 'label' => $label ) );
|
388 |
}
|
389 |
|
|
|
|
|
|
|
|
|
|
|
390 |
public static function browse_entries(){
|
391 |
|
392 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
393 |
|
394 |
-
$page = 1;
|
395 |
-
$perpage = 20;
|
396 |
|
397 |
$form = Caldera_Forms::get_form( $_POST['form'] );
|
398 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
399 |
$field_labels = array();
|
400 |
$backup_labels = array();
|
401 |
$selects = array();
|
@@ -431,22 +488,19 @@ class Caldera_Forms_Admin {
|
|
431 |
$data = array();
|
432 |
|
433 |
$filter = null;
|
434 |
-
|
435 |
-
//$filter .= " AND `value`.`slug` IN (" . implode(',', $selects) . ") ";
|
436 |
-
}
|
437 |
// status
|
438 |
-
$status
|
439 |
-
|
440 |
-
$status = $wpdb->prepare("%s", $_POST['status']);
|
441 |
}
|
442 |
|
443 |
-
$data['trash'] = (int) $wpdb->get_var($wpdb->prepare("SELECT COUNT(`id`) AS `total` FROM `" . $wpdb->prefix . "cf_form_entries` WHERE `form_id` = %s AND `status` = 'trash';", $
|
444 |
-
$data['active'] = (int) $wpdb->get_var($wpdb->prepare("SELECT COUNT(`id`) AS `total` FROM `" . $wpdb->prefix . "cf_form_entries` WHERE `form_id` = %s AND `status` = 'active';", $
|
445 |
-
|
446 |
|
447 |
// set current total
|
448 |
-
if(!empty($
|
449 |
-
$data['total'] = $data[$
|
450 |
}else{
|
451 |
$data['total'] = $data['active'];
|
452 |
}
|
@@ -454,8 +508,8 @@ class Caldera_Forms_Admin {
|
|
454 |
|
455 |
$data['pages'] = ceil($data['total'] / $perpage );
|
456 |
|
457 |
-
if(!empty($
|
458 |
-
$page = abs( $
|
459 |
if($page > $data['pages']){
|
460 |
$page = $data['pages'];
|
461 |
}
|
@@ -464,16 +518,13 @@ class Caldera_Forms_Admin {
|
|
464 |
$data['current_page'] = $page;
|
465 |
$gmt_offset = get_option( 'gmt_offset' );
|
466 |
if($data['total'] > 0){
|
467 |
-
|
468 |
-
$data['form'] = $
|
469 |
|
470 |
$data['fields'] = $field_labels;
|
471 |
$offset = ($page - 1) * $perpage;
|
472 |
$limit = $offset . ',' . $perpage;
|
473 |
|
474 |
-
//if(!empty($selects)){
|
475 |
-
//$filter .= " AND `entry`.`status` = ".$status." ";
|
476 |
-
//}
|
477 |
|
478 |
|
479 |
$rawdata = $wpdb->get_results($wpdb->prepare("
|
@@ -482,14 +533,10 @@ class Caldera_Forms_Admin {
|
|
482 |
`form_id`
|
483 |
FROM `" . $wpdb->prefix ."cf_form_entries`
|
484 |
|
485 |
-
WHERE `form_id` = %s AND `status` = ".$status." ORDER BY `datestamp` DESC LIMIT " . $limit . ";", $
|
486 |
|
487 |
if(!empty($rawdata)){
|
488 |
|
489 |
-
foreach($rawdata as $entry){
|
490 |
-
//$data = Caldera_Forms::get_submission_data($entry->form_id, $entry->id);
|
491 |
-
}
|
492 |
-
|
493 |
$ids = array();
|
494 |
foreach($rawdata as $row){
|
495 |
$ids[] = $row->id;
|
@@ -510,7 +557,7 @@ class Caldera_Forms_Admin {
|
|
510 |
" . $filter ."
|
511 |
ORDER BY `entry`.`datestamp` DESC;");
|
512 |
|
513 |
-
|
514 |
$data['entries'] = array();
|
515 |
$dateformat = get_option('date_format');
|
516 |
$timeformat = get_option('time_format');
|
@@ -589,12 +636,8 @@ class Caldera_Forms_Admin {
|
|
589 |
}
|
590 |
}
|
591 |
|
592 |
-
// set status output
|
593 |
-
$data['is_' . $_POST['status']] = true;
|
594 |
-
|
595 |
-
wp_send_json( $data );
|
596 |
-
exit;
|
597 |
|
|
|
598 |
|
599 |
}
|
600 |
|
@@ -622,7 +665,7 @@ class Caldera_Forms_Admin {
|
|
622 |
public function register_admin_page(){
|
623 |
global $menu, $submenu;
|
624 |
|
625 |
-
$forms =
|
626 |
|
627 |
// get current user
|
628 |
if( current_user_can( 'manage_options' ) ){
|
@@ -878,7 +921,7 @@ class Caldera_Forms_Admin {
|
|
878 |
include CFCORE_PATH . 'ui/community.php';
|
879 |
}elseif(!empty($_GET['page']) && false !== strpos($_GET['page'], 'caldera-forms-pin-')){
|
880 |
$formID = substr($_GET['page'], 18);
|
881 |
-
$form = Caldera_Forms::get_form($formID);
|
882 |
include CFCORE_PATH . 'ui/entries.php';
|
883 |
|
884 |
}else{
|
@@ -903,7 +946,7 @@ class Caldera_Forms_Admin {
|
|
903 |
}else{
|
904 |
// ok to delete
|
905 |
// get form registry
|
906 |
-
$forms =
|
907 |
if(isset($forms[$_GET['delete']])){
|
908 |
unset($forms[$_GET['delete']]);
|
909 |
$form = Caldera_Forms::get_form( $_GET['delete'] );
|
@@ -1019,7 +1062,7 @@ class Caldera_Forms_Admin {
|
|
1019 |
}
|
1020 |
*/
|
1021 |
// get form registry
|
1022 |
-
$forms =
|
1023 |
if(empty($forms)){
|
1024 |
$forms = array();
|
1025 |
}
|
@@ -1223,7 +1266,7 @@ class Caldera_Forms_Admin {
|
|
1223 |
// strip slashes
|
1224 |
$data = json_decode( stripslashes_deep($_POST['config']) , ARRAY_A );
|
1225 |
// get form registry
|
1226 |
-
$forms =
|
1227 |
if(empty($forms)){
|
1228 |
$forms = array();
|
1229 |
}
|
@@ -1289,7 +1332,7 @@ class Caldera_Forms_Admin {
|
|
1289 |
parse_str( $_POST['data'], $newform );
|
1290 |
|
1291 |
// get form registry
|
1292 |
-
$forms =
|
1293 |
if(empty($forms)){
|
1294 |
$forms = array();
|
1295 |
}
|
@@ -1300,7 +1343,7 @@ class Caldera_Forms_Admin {
|
|
1300 |
"ID" => uniqid('CF'),
|
1301 |
"name" => $newform['name'],
|
1302 |
"description" => $newform['description'],
|
1303 |
-
"success" => __('Form has been
|
1304 |
"form_ajax" => 1,
|
1305 |
"hide_form" => 1
|
1306 |
);
|
363 |
|
364 |
public static function toggle_form_state(){
|
365 |
|
366 |
+
$forms = Caldera_Forms::get_forms( true );
|
367 |
$form = sanitize_text_field( $_POST['form'] );
|
368 |
$form = Caldera_Forms::get_form( $form );
|
369 |
if( empty( $form ) || empty( $form['ID'] ) || empty( $forms[ $form['ID'] ]) ){
|
387 |
wp_send_json_success( array( 'ID' => $form['ID'], 'state' => $state, 'label' => $label ) );
|
388 |
}
|
389 |
|
390 |
+
/**
|
391 |
+
* Show entries in admin
|
392 |
+
*
|
393 |
+
* @since unknown
|
394 |
+
*/
|
395 |
public static function browse_entries(){
|
396 |
|
397 |
+
if ( isset( $_POST[ 'page' ] ) && 0 < $_POST[ 'page' ] ) {
|
398 |
+
$page = absint( $_POST[ 'page' ] );
|
399 |
+
}else{
|
400 |
+
$page = 1;
|
401 |
+
}
|
402 |
+
|
403 |
+
if ( isset( $_POST[ 'perpage' ] ) && 0 < $_POST[ 'perpage' ] ) {
|
404 |
+
$perpage = absint( $_POST[ 'perpage' ] );
|
405 |
+
}else{
|
406 |
+
$perpage = 20;
|
407 |
+
}
|
408 |
+
|
409 |
+
if ( isset( $_POST[ 'status' ] ) ) {
|
410 |
+
$status = strip_tags( $_POST[ 'status' ] );
|
411 |
+
}else{
|
412 |
+
$status = 'active';
|
413 |
+
}
|
414 |
+
|
415 |
|
|
|
|
|
416 |
|
417 |
$form = Caldera_Forms::get_form( $_POST['form'] );
|
418 |
|
419 |
+
$data = self::get_entries( $form, $page, $perpage, $status );
|
420 |
+
|
421 |
+
// set status output
|
422 |
+
$data['is_' . $status ] = true;
|
423 |
+
|
424 |
+
wp_send_json( $data );
|
425 |
+
exit;
|
426 |
+
|
427 |
+
|
428 |
+
}
|
429 |
+
|
430 |
+
/**
|
431 |
+
* Get entries from a form
|
432 |
+
*
|
433 |
+
* @since 1.3.0
|
434 |
+
*
|
435 |
+
* @param string|array $form Form ID or form config.
|
436 |
+
* @param int $page Optional. Page of entries to get per page. Default is 1.
|
437 |
+
* @param int $perpage Optional. Number of entries per page. Default is 20.
|
438 |
+
* @param string $status Optional. Form status. Default is active.
|
439 |
+
*
|
440 |
+
* @return array
|
441 |
+
*/
|
442 |
+
public static function get_entries( $form, $page = 1, $perpage = 20, $status = 'active' ) {
|
443 |
+
|
444 |
+
if ( is_string( $form ) ) {
|
445 |
+
$form = Caldera_Forms::get_form( $form );
|
446 |
+
}
|
447 |
+
|
448 |
+
if ( isset( $form[ 'ID' ])) {
|
449 |
+
$form_id = $form[ 'ID' ];
|
450 |
+
}else{
|
451 |
+
return;
|
452 |
+
}
|
453 |
+
|
454 |
+
global $wpdb;
|
455 |
+
|
456 |
$field_labels = array();
|
457 |
$backup_labels = array();
|
458 |
$selects = array();
|
488 |
$data = array();
|
489 |
|
490 |
$filter = null;
|
491 |
+
|
|
|
|
|
492 |
// status
|
493 |
+
if(!empty($status)){
|
494 |
+
$status = $wpdb->prepare("%s", $status );
|
|
|
495 |
}
|
496 |
|
497 |
+
$data['trash'] = (int) $wpdb->get_var($wpdb->prepare("SELECT COUNT(`id`) AS `total` FROM `" . $wpdb->prefix . "cf_form_entries` WHERE `form_id` = %s AND `status` = 'trash';", $form_id ) );
|
498 |
+
$data['active'] = (int) $wpdb->get_var($wpdb->prepare("SELECT COUNT(`id`) AS `total` FROM `" . $wpdb->prefix . "cf_form_entries` WHERE `form_id` = %s AND `status` = 'active';", $form_id ) );
|
499 |
+
|
500 |
|
501 |
// set current total
|
502 |
+
if(!empty( $status ) && isset($data[ $status ])){
|
503 |
+
$data['total'] = $data[ $status ];
|
504 |
}else{
|
505 |
$data['total'] = $data['active'];
|
506 |
}
|
508 |
|
509 |
$data['pages'] = ceil($data['total'] / $perpage );
|
510 |
|
511 |
+
if(!empty( $page )){
|
512 |
+
$page = abs( $page );
|
513 |
if($page > $data['pages']){
|
514 |
$page = $data['pages'];
|
515 |
}
|
518 |
$data['current_page'] = $page;
|
519 |
$gmt_offset = get_option( 'gmt_offset' );
|
520 |
if($data['total'] > 0){
|
521 |
+
|
522 |
+
$data['form'] = $form_id;
|
523 |
|
524 |
$data['fields'] = $field_labels;
|
525 |
$offset = ($page - 1) * $perpage;
|
526 |
$limit = $offset . ',' . $perpage;
|
527 |
|
|
|
|
|
|
|
528 |
|
529 |
|
530 |
$rawdata = $wpdb->get_results($wpdb->prepare("
|
533 |
`form_id`
|
534 |
FROM `" . $wpdb->prefix ."cf_form_entries`
|
535 |
|
536 |
+
WHERE `form_id` = %s AND `status` = ".$status." ORDER BY `datestamp` DESC LIMIT " . $limit . ";", $form_id));
|
537 |
|
538 |
if(!empty($rawdata)){
|
539 |
|
|
|
|
|
|
|
|
|
540 |
$ids = array();
|
541 |
foreach($rawdata as $row){
|
542 |
$ids[] = $row->id;
|
557 |
" . $filter ."
|
558 |
ORDER BY `entry`.`datestamp` DESC;");
|
559 |
|
560 |
+
|
561 |
$data['entries'] = array();
|
562 |
$dateformat = get_option('date_format');
|
563 |
$timeformat = get_option('time_format');
|
636 |
}
|
637 |
}
|
638 |
|
|
|
|
|
|
|
|
|
|
|
639 |
|
640 |
+
return $data;
|
641 |
|
642 |
}
|
643 |
|
665 |
public function register_admin_page(){
|
666 |
global $menu, $submenu;
|
667 |
|
668 |
+
$forms = Caldera_Forms::get_forms();
|
669 |
|
670 |
// get current user
|
671 |
if( current_user_can( 'manage_options' ) ){
|
921 |
include CFCORE_PATH . 'ui/community.php';
|
922 |
}elseif(!empty($_GET['page']) && false !== strpos($_GET['page'], 'caldera-forms-pin-')){
|
923 |
$formID = substr($_GET['page'], 18);
|
924 |
+
$form = Caldera_Forms::get_form( $formID );
|
925 |
include CFCORE_PATH . 'ui/entries.php';
|
926 |
|
927 |
}else{
|
946 |
}else{
|
947 |
// ok to delete
|
948 |
// get form registry
|
949 |
+
$forms = Caldera_Forms::get_forms( true );
|
950 |
if(isset($forms[$_GET['delete']])){
|
951 |
unset($forms[$_GET['delete']]);
|
952 |
$form = Caldera_Forms::get_form( $_GET['delete'] );
|
1062 |
}
|
1063 |
*/
|
1064 |
// get form registry
|
1065 |
+
$forms = Caldera_Forms::get_forms( true );
|
1066 |
if(empty($forms)){
|
1067 |
$forms = array();
|
1068 |
}
|
1266 |
// strip slashes
|
1267 |
$data = json_decode( stripslashes_deep($_POST['config']) , ARRAY_A );
|
1268 |
// get form registry
|
1269 |
+
$forms = Caldera_Forms::get_forms( true );
|
1270 |
if(empty($forms)){
|
1271 |
$forms = array();
|
1272 |
}
|
1332 |
parse_str( $_POST['data'], $newform );
|
1333 |
|
1334 |
// get form registry
|
1335 |
+
$forms = Caldera_Forms::get_forms( true );
|
1336 |
if(empty($forms)){
|
1337 |
$forms = array();
|
1338 |
}
|
1343 |
"ID" => uniqid('CF'),
|
1344 |
"name" => $newform['name'],
|
1345 |
"description" => $newform['description'],
|
1346 |
+
"success" => __('Form has been successfully submitted. Thank you.', 'caldera-forms'),
|
1347 |
"form_ajax" => 1,
|
1348 |
"hide_form" => 1
|
1349 |
);
|
classes/core.php
CHANGED
@@ -91,25 +91,59 @@ class Caldera_Forms {
|
|
91 |
|
92 |
$id_name = sanitize_text_field( $id_name );
|
93 |
|
94 |
-
$forms =
|
95 |
$form = null;
|
96 |
|
97 |
if( isset( $forms[ $id_name ] ) ){
|
98 |
$form = get_option( $forms[ $id_name ]['ID'] );
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
}
|
100 |
|
101 |
-
|
102 |
-
|
103 |
-
$form = get_option( $form_maybe['ID'] );
|
104 |
-
}
|
105 |
}
|
106 |
|
107 |
$form = apply_filters( 'caldera_forms_get_form', $form, $id_name );
|
|
|
108 |
|
109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
|
111 |
}
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
/**
|
114 |
* Load the plugin text domain for translation.
|
115 |
*
|
@@ -217,7 +251,7 @@ class Caldera_Forms {
|
|
217 |
if( !empty($forms)){
|
218 |
foreach($forms as $form){
|
219 |
if(!isset($known[$form['form_id']])){
|
220 |
-
$config =
|
221 |
if(empty($config)){
|
222 |
continue;
|
223 |
}
|
@@ -236,7 +270,8 @@ class Caldera_Forms {
|
|
236 |
// add status
|
237 |
$columns = $wpdb->get_results("SHOW COLUMNS FROM `" . $wpdb->prefix . "cf_form_entries`", ARRAY_A);
|
238 |
$fields = array();
|
239 |
-
|
|
|
240 |
$wpdb->query( "ALTER TABLE `" . $wpdb->prefix . "cf_form_entries` ADD `status` varchar(20) NOT NULL DEFAULT 'active' AFTER `datestamp`;" );
|
241 |
$wpdb->query( "CREATE INDEX `status` ON `" . $wpdb->prefix . "cf_form_entries` (`status`); ");
|
242 |
}
|
@@ -341,19 +376,20 @@ class Caldera_Forms {
|
|
341 |
if( has_filter( 'caldera_forms_save_field_' . $field['type'] ) ){
|
342 |
$new_data = apply_filters( 'caldera_forms_update_field_' . $field['type'], $new_data, $field, $form );
|
343 |
}
|
344 |
-
|
|
|
|
|
|
|
|
|
|
|
345 |
// no entry - add first
|
346 |
$new_entry = array(
|
347 |
'entry_id' => $entry_id,
|
348 |
'field_id' => $field['ID'],
|
349 |
'slug' => $field['slug'],
|
350 |
-
'value' => $
|
351 |
);
|
352 |
$wpdb->insert($wpdb->prefix . 'cf_form_entry_values', $new_entry);
|
353 |
-
|
354 |
-
}else{
|
355 |
-
|
356 |
-
$wpdb->update($wpdb->prefix . 'cf_form_entry_values', array('value' => $new_data), array('entry_id' => $entry_id, 'field_id' => $field['ID']));
|
357 |
}
|
358 |
|
359 |
}
|
@@ -472,7 +508,6 @@ class Caldera_Forms {
|
|
472 |
self::save_field_data($field, $entryid, $form);
|
473 |
|
474 |
}
|
475 |
-
|
476 |
// save form meta if any
|
477 |
if(isset($processed_meta[$form['ID']])){
|
478 |
foreach($processed_meta[$form['ID']] as $process_id=>$meta_data){
|
@@ -730,7 +765,9 @@ class Caldera_Forms {
|
|
730 |
fclose($df);
|
731 |
$csv = ob_get_clean();
|
732 |
$csvfile = wp_upload_bits( uniqid().'.csv', null, $csv );
|
733 |
-
$
|
|
|
|
|
734 |
}
|
735 |
|
736 |
if(empty($mail)){
|
@@ -2068,6 +2105,8 @@ class Caldera_Forms {
|
|
2068 |
}
|
2069 |
if(!empty($out)){
|
2070 |
$magic_tag = implode("\r\n", $out);
|
|
|
|
|
2071 |
}
|
2072 |
}
|
2073 |
break;
|
@@ -2200,7 +2239,7 @@ class Caldera_Forms {
|
|
2200 |
|
2201 |
static public function get_processor_by_type($type, $form){
|
2202 |
if(is_string($form)){
|
2203 |
-
$form_cfg =
|
2204 |
if(!empty($form_cfg['ID'])){
|
2205 |
if($form_cfg['ID'] !== $form || empty($form_cfg['processors'])){
|
2206 |
return false;
|
@@ -2276,7 +2315,6 @@ class Caldera_Forms {
|
|
2276 |
static public function get_field_data($field_id, $form, $entry_id = false){
|
2277 |
global $processed_data;
|
2278 |
|
2279 |
-
//dump($processed_data[$form['ID']],0);
|
2280 |
//echo $field_id.'<br>';
|
2281 |
if(is_string($form)){
|
2282 |
$form = self::get_form( $form );
|
@@ -2303,6 +2341,7 @@ class Caldera_Forms {
|
|
2303 |
if(isset($processed_data[$indexkey][$field_id])){
|
2304 |
return $processed_data[$indexkey][$field_id];
|
2305 |
}
|
|
|
2306 |
// entry fetch
|
2307 |
if(!empty($entry_id) && isset($form['fields'][$field_id])){
|
2308 |
|
@@ -2332,6 +2371,7 @@ class Caldera_Forms {
|
|
2332 |
}
|
2333 |
|
2334 |
if(isset($form['fields'][$field_id])){
|
|
|
2335 |
// get field
|
2336 |
$field = apply_filters( 'caldera_forms_render_setup_field', $form['fields'][$field_id], $form);
|
2337 |
|
@@ -2346,6 +2386,7 @@ class Caldera_Forms {
|
|
2346 |
}
|
2347 |
$entry = null;
|
2348 |
// dont bother if conditions say it shouldnt be here.
|
|
|
2349 |
if(!empty($field['conditions']['type'])){
|
2350 |
if(!self::check_condition($field['conditions'], $form, $entry_id)){
|
2351 |
$processed_data[$indexkey][$field_id] = $entry;
|
@@ -2353,6 +2394,7 @@ class Caldera_Forms {
|
|
2353 |
}
|
2354 |
}
|
2355 |
|
|
|
2356 |
// check condition to see if field should be there first.
|
2357 |
// check if conditions match first. ignore vailators if not part of condition
|
2358 |
if(isset($_POST[$field_id])){
|
@@ -2386,14 +2428,14 @@ class Caldera_Forms {
|
|
2386 |
if(!isset($field['config']['option'][$option_id]['value'])){
|
2387 |
$field['config']['option'][$option_id]['value'] = $field['config']['option'][$option_id]['label'];
|
2388 |
}
|
2389 |
-
$out[] = self::do_magic_tags($field['config']['option'][$option_id]['value']);
|
2390 |
-
//$out[] = array( 'value' => self::do_magic_tags($field['config']['option'][$option_id]['value']), 'label' => $field['config']['option'][$option_id]['label'] );
|
2391 |
}elseif( isset($field['config']['option'][$option] ) ){
|
2392 |
if(!isset($field['config']['option'][$option]['value'])){
|
2393 |
$field['config']['option'][$option]['value'] = $field['config']['option'][$option]['label'];
|
2394 |
}
|
2395 |
-
$out[] = self::do_magic_tags($field['config']['option'][$option]['value']);
|
2396 |
-
//$out[] = array( 'value' => self::do_magic_tags($field['config']['option'][$option]['value']), 'label' => $field['config']['option'][$option]['label'] );
|
2397 |
}
|
2398 |
|
2399 |
}
|
@@ -2422,7 +2464,7 @@ class Caldera_Forms {
|
|
2422 |
$processed_data[$indexkey][$field_id] = $is_tag;
|
2423 |
}
|
2424 |
}
|
2425 |
-
|
2426 |
if(isset($processed_data[$indexkey][$field_id])){
|
2427 |
return $processed_data[$indexkey][$field_id];
|
2428 |
}
|
@@ -2541,7 +2583,7 @@ class Caldera_Forms {
|
|
2541 |
if(!empty($meta)){
|
2542 |
if(!isset($entry_meta[$group])){
|
2543 |
// is processor
|
2544 |
-
if(isset($form['processors'][$meta['process_id']]['type'])){
|
2545 |
$meta_name = $processors[$form['processors'][$meta['process_id']]['type']]['name'];
|
2546 |
}else{
|
2547 |
if( $meta['process_id'] == '_debug_log' ){
|
@@ -2662,7 +2704,7 @@ class Caldera_Forms {
|
|
2662 |
unset($referrer['query']['cf_su']);
|
2663 |
}
|
2664 |
}
|
2665 |
-
if( isset( $_POST['_cf_cr_pst'] ) && $post->ID !== (int) $_POST['_cf_cr_pst'] ){
|
2666 |
$post = get_post( (int) $_POST['_cf_cr_pst'] );
|
2667 |
}
|
2668 |
// get form and check
|
@@ -2887,8 +2929,11 @@ class Caldera_Forms {
|
|
2887 |
$entry = apply_filters( 'caldera_forms_validate_field_' . $field['type'], $entry, $field, $form );
|
2888 |
}
|
2889 |
// if required, check the validators returned errors or not.
|
2890 |
-
if(!empty($field['required'])){
|
2891 |
-
|
|
|
|
|
|
|
2892 |
// check if conditions match first. ignore vailators if not part of condition
|
2893 |
if(!empty($field['conditions']['type'])){
|
2894 |
if(!self::check_condition($field['conditions'], $form)){
|
@@ -2899,7 +2944,7 @@ class Caldera_Forms {
|
|
2899 |
if ( is_wp_error( $entry )){
|
2900 |
$transdata['fields'][$field_id] = $entry->get_error_message();
|
2901 |
}elseif($entry === null){
|
2902 |
-
$transdata['fields'][$field_id] = $field['
|
2903 |
}
|
2904 |
}
|
2905 |
}
|
@@ -3039,6 +3084,18 @@ class Caldera_Forms {
|
|
3039 |
|
3040 |
$wpdb->insert($wpdb->prefix . 'cf_form_entries', $new_entry);
|
3041 |
$entryid = $wpdb->insert_id;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3042 |
// save entry_id
|
3043 |
self::set_field_data('_entry_id', $entryid, $form);
|
3044 |
// set entry token
|
@@ -3305,7 +3362,7 @@ class Caldera_Forms {
|
|
3305 |
/// end form and redirect to submit page or result page.
|
3306 |
}
|
3307 |
|
3308 |
-
|
3309 |
if(empty($post)){
|
3310 |
if(isset($wp_query->queried_object)){
|
3311 |
$post = $wp_query->queried_object;
|
@@ -3314,7 +3371,7 @@ class Caldera_Forms {
|
|
3314 |
if(empty($post)){
|
3315 |
//cant find form;
|
3316 |
return;
|
3317 |
-
}
|
3318 |
|
3319 |
// get fields
|
3320 |
|
@@ -3538,7 +3595,7 @@ class Caldera_Forms {
|
|
3538 |
$data['data'][$field_id] = array(
|
3539 |
'label' => $field['label'],
|
3540 |
'view' => apply_filters( 'caldera_forms_view_field_' . $field['type'], $field_value, $field, $form),
|
3541 |
-
'value' =>
|
3542 |
);
|
3543 |
}
|
3544 |
|
91 |
|
92 |
$id_name = sanitize_text_field( $id_name );
|
93 |
|
94 |
+
$forms = self::get_forms();
|
95 |
$form = null;
|
96 |
|
97 |
if( isset( $forms[ $id_name ] ) ){
|
98 |
$form = get_option( $forms[ $id_name ]['ID'] );
|
99 |
+
}else{
|
100 |
+
foreach($forms as $form_id=>$form_maybe){
|
101 |
+
if( trim(strtolower($id_name)) == strtolower($form_maybe['name']) && empty( $form_maybe['_external_form'] ) ){
|
102 |
+
$form = get_option( $form_maybe['ID'] );
|
103 |
+
}
|
104 |
+
}
|
105 |
}
|
106 |
|
107 |
+
if( empty( $form ) ){
|
108 |
+
$external = true;
|
|
|
|
|
109 |
}
|
110 |
|
111 |
$form = apply_filters( 'caldera_forms_get_form', $form, $id_name );
|
112 |
+
$form = apply_filters( 'caldera_forms_get_form-' . $id_name, $form, $id_name );
|
113 |
|
114 |
+
if( is_array( $form ) && empty( $form['ID'] ) ){
|
115 |
+
$form['ID'] = $id_name;
|
116 |
+
}
|
117 |
+
if( !empty( $form ) && !empty( $external ) ){
|
118 |
+
$form['_external_form'] = true;
|
119 |
+
}
|
120 |
+
|
121 |
+
return $form;
|
122 |
|
123 |
}
|
124 |
|
125 |
+
|
126 |
+
public static function get_forms( $internal = false ){
|
127 |
+
|
128 |
+
$base_forms = get_option( '_caldera_forms', array() );
|
129 |
+
if( true === $internal ){
|
130 |
+
return $base_forms;
|
131 |
+
}
|
132 |
+
|
133 |
+
$forms = apply_filters( 'caldera_forms_get_forms', $base_forms );
|
134 |
+
foreach( $forms as $form_id => $form ){
|
135 |
+
if( !isset( $base_forms[ $form_id ] ) ){
|
136 |
+
$forms[ $form_id ]['_external_form'] = true;
|
137 |
+
if( empty( $forms[ $form_id ]['ID'] ) ){
|
138 |
+
$forms[ $form_id ]['ID'] = $form_id;
|
139 |
+
}
|
140 |
+
|
141 |
+
}
|
142 |
+
}
|
143 |
+
|
144 |
+
return $forms;
|
145 |
+
}
|
146 |
+
|
147 |
/**
|
148 |
* Load the plugin text domain for translation.
|
149 |
*
|
251 |
if( !empty($forms)){
|
252 |
foreach($forms as $form){
|
253 |
if(!isset($known[$form['form_id']])){
|
254 |
+
$config = self::get_form( $form['form_id'] );
|
255 |
if(empty($config)){
|
256 |
continue;
|
257 |
}
|
270 |
// add status
|
271 |
$columns = $wpdb->get_results("SHOW COLUMNS FROM `" . $wpdb->prefix . "cf_form_entries`", ARRAY_A);
|
272 |
$fields = array();
|
273 |
+
|
274 |
+
if(!in_array('status', $fields) && $version < '1.2.0' ){
|
275 |
$wpdb->query( "ALTER TABLE `" . $wpdb->prefix . "cf_form_entries` ADD `status` varchar(20) NOT NULL DEFAULT 'active' AFTER `datestamp`;" );
|
276 |
$wpdb->query( "CREATE INDEX `status` ON `" . $wpdb->prefix . "cf_form_entries` (`status`); ");
|
277 |
}
|
376 |
if( has_filter( 'caldera_forms_save_field_' . $field['type'] ) ){
|
377 |
$new_data = apply_filters( 'caldera_forms_update_field_' . $field['type'], $new_data, $field, $form );
|
378 |
}
|
379 |
+
|
380 |
+
if($original_data !== null){
|
381 |
+
$wpdb->delete($wpdb->prefix . 'cf_form_entry_values', array('entry_id' => $entry_id, 'field_id' => $field['ID'] ) );
|
382 |
+
}
|
383 |
+
|
384 |
+
foreach( (array) $new_data as $entry_data ){
|
385 |
// no entry - add first
|
386 |
$new_entry = array(
|
387 |
'entry_id' => $entry_id,
|
388 |
'field_id' => $field['ID'],
|
389 |
'slug' => $field['slug'],
|
390 |
+
'value' => $entry_data,
|
391 |
);
|
392 |
$wpdb->insert($wpdb->prefix . 'cf_form_entry_values', $new_entry);
|
|
|
|
|
|
|
|
|
393 |
}
|
394 |
|
395 |
}
|
508 |
self::save_field_data($field, $entryid, $form);
|
509 |
|
510 |
}
|
|
|
511 |
// save form meta if any
|
512 |
if(isset($processed_meta[$form['ID']])){
|
513 |
foreach($processed_meta[$form['ID']] as $process_id=>$meta_data){
|
765 |
fclose($df);
|
766 |
$csv = ob_get_clean();
|
767 |
$csvfile = wp_upload_bits( uniqid().'.csv', null, $csv );
|
768 |
+
if( isset( $csvfile['file'] ) && false == $csvfile['error'] && file_exists( $csvfile['file'] ) ){
|
769 |
+
$mail['attachments'][] = $csvfile['file'];
|
770 |
+
}
|
771 |
}
|
772 |
|
773 |
if(empty($mail)){
|
2105 |
}
|
2106 |
if(!empty($out)){
|
2107 |
$magic_tag = implode("\r\n", $out);
|
2108 |
+
}else{
|
2109 |
+
$magic_tag = '';
|
2110 |
}
|
2111 |
}
|
2112 |
break;
|
2239 |
|
2240 |
static public function get_processor_by_type($type, $form){
|
2241 |
if(is_string($form)){
|
2242 |
+
$form_cfg = self::get_form( $form );
|
2243 |
if(!empty($form_cfg['ID'])){
|
2244 |
if($form_cfg['ID'] !== $form || empty($form_cfg['processors'])){
|
2245 |
return false;
|
2315 |
static public function get_field_data($field_id, $form, $entry_id = false){
|
2316 |
global $processed_data;
|
2317 |
|
|
|
2318 |
//echo $field_id.'<br>';
|
2319 |
if(is_string($form)){
|
2320 |
$form = self::get_form( $form );
|
2341 |
if(isset($processed_data[$indexkey][$field_id])){
|
2342 |
return $processed_data[$indexkey][$field_id];
|
2343 |
}
|
2344 |
+
|
2345 |
// entry fetch
|
2346 |
if(!empty($entry_id) && isset($form['fields'][$field_id])){
|
2347 |
|
2371 |
}
|
2372 |
|
2373 |
if(isset($form['fields'][$field_id])){
|
2374 |
+
|
2375 |
// get field
|
2376 |
$field = apply_filters( 'caldera_forms_render_setup_field', $form['fields'][$field_id], $form);
|
2377 |
|
2386 |
}
|
2387 |
$entry = null;
|
2388 |
// dont bother if conditions say it shouldnt be here.
|
2389 |
+
|
2390 |
if(!empty($field['conditions']['type'])){
|
2391 |
if(!self::check_condition($field['conditions'], $form, $entry_id)){
|
2392 |
$processed_data[$indexkey][$field_id] = $entry;
|
2394 |
}
|
2395 |
}
|
2396 |
|
2397 |
+
|
2398 |
// check condition to see if field should be there first.
|
2399 |
// check if conditions match first. ignore vailators if not part of condition
|
2400 |
if(isset($_POST[$field_id])){
|
2428 |
if(!isset($field['config']['option'][$option_id]['value'])){
|
2429 |
$field['config']['option'][$option_id]['value'] = $field['config']['option'][$option_id]['label'];
|
2430 |
}
|
2431 |
+
$out[ $option_id ] = self::do_magic_tags($field['config']['option'][$option_id]['value']);
|
2432 |
+
//$out[ $option_id ] = array( 'value' => self::do_magic_tags($field['config']['option'][$option_id]['value']), 'label' => $field['config']['option'][$option_id]['label'] );
|
2433 |
}elseif( isset($field['config']['option'][$option] ) ){
|
2434 |
if(!isset($field['config']['option'][$option]['value'])){
|
2435 |
$field['config']['option'][$option]['value'] = $field['config']['option'][$option]['label'];
|
2436 |
}
|
2437 |
+
$out[ $option_id ] = self::do_magic_tags($field['config']['option'][$option]['value']);
|
2438 |
+
//$out[ $option_id ] = array( 'value' => self::do_magic_tags($field['config']['option'][$option]['value']), 'label' => $field['config']['option'][$option]['label'] );
|
2439 |
}
|
2440 |
|
2441 |
}
|
2464 |
$processed_data[$indexkey][$field_id] = $is_tag;
|
2465 |
}
|
2466 |
}
|
2467 |
+
|
2468 |
if(isset($processed_data[$indexkey][$field_id])){
|
2469 |
return $processed_data[$indexkey][$field_id];
|
2470 |
}
|
2583 |
if(!empty($meta)){
|
2584 |
if(!isset($entry_meta[$group])){
|
2585 |
// is processor
|
2586 |
+
if(isset($form['processors'][$meta['process_id']]['type']) && isset( $processors[$form['processors'][$meta['process_id']]['type']] ) ){
|
2587 |
$meta_name = $processors[$form['processors'][$meta['process_id']]['type']]['name'];
|
2588 |
}else{
|
2589 |
if( $meta['process_id'] == '_debug_log' ){
|
2704 |
unset($referrer['query']['cf_su']);
|
2705 |
}
|
2706 |
}
|
2707 |
+
if( ( isset( $_POST['_cf_cr_pst'] ) && ! is_object( $post ) ) || ( isset( $_POST['_cf_cr_pst'] ) && $post->ID !== (int) $_POST['_cf_cr_pst'] ) ){
|
2708 |
$post = get_post( (int) $_POST['_cf_cr_pst'] );
|
2709 |
}
|
2710 |
// get form and check
|
2929 |
$entry = apply_filters( 'caldera_forms_validate_field_' . $field['type'], $entry, $field, $form );
|
2930 |
}
|
2931 |
// if required, check the validators returned errors or not.
|
2932 |
+
if( !empty( $field['required'] ) ){
|
2933 |
+
// check is supported
|
2934 |
+
if( isset( $field_types[ $field['type'] ]['setup']['not_supported'] ) && in_array( 'required', (array) $field_types[ $field['type'] ]['setup']['not_supported'] ) ){
|
2935 |
+
continue;
|
2936 |
+
}
|
2937 |
// check if conditions match first. ignore vailators if not part of condition
|
2938 |
if(!empty($field['conditions']['type'])){
|
2939 |
if(!self::check_condition($field['conditions'], $form)){
|
2944 |
if ( is_wp_error( $entry )){
|
2945 |
$transdata['fields'][$field_id] = $entry->get_error_message();
|
2946 |
}elseif($entry === null){
|
2947 |
+
$transdata['fields'][$field_id] = $field['label'] .' ' .__('is required', 'caldera-forms');
|
2948 |
}
|
2949 |
}
|
2950 |
}
|
3084 |
|
3085 |
$wpdb->insert($wpdb->prefix . 'cf_form_entries', $new_entry);
|
3086 |
$entryid = $wpdb->insert_id;
|
3087 |
+
|
3088 |
+
/**
|
3089 |
+
* Runs after an entry is saved
|
3090 |
+
*
|
3091 |
+
* @since 1.2.1
|
3092 |
+
*
|
3093 |
+
* @param int $entryid The ID of the entry that was just saved.
|
3094 |
+
* @param array $new_entry Data that was saved
|
3095 |
+
* @param array $form Form being processed
|
3096 |
+
*/
|
3097 |
+
do_action( 'caldera_forms_entry_saved', $entryid, $new_entry, $form );
|
3098 |
+
|
3099 |
// save entry_id
|
3100 |
self::set_field_data('_entry_id', $entryid, $form);
|
3101 |
// set entry token
|
3362 |
/// end form and redirect to submit page or result page.
|
3363 |
}
|
3364 |
|
3365 |
+
/* just pull them in!
|
3366 |
if(empty($post)){
|
3367 |
if(isset($wp_query->queried_object)){
|
3368 |
$post = $wp_query->queried_object;
|
3371 |
if(empty($post)){
|
3372 |
//cant find form;
|
3373 |
return;
|
3374 |
+
}*/
|
3375 |
|
3376 |
// get fields
|
3377 |
|
3595 |
$data['data'][$field_id] = array(
|
3596 |
'label' => $field['label'],
|
3597 |
'view' => apply_filters( 'caldera_forms_view_field_' . $field['type'], $field_value, $field, $form),
|
3598 |
+
'value' => $field_value
|
3599 |
);
|
3600 |
}
|
3601 |
|
classes/widget.php
CHANGED
@@ -20,7 +20,7 @@ class Caldera_Forms_Widget extends WP_Widget {
|
|
20 |
$title = empty($instance['title']) ? ' ' : apply_filters( 'widget_title', $instance['title']);
|
21 |
if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
|
22 |
|
23 |
-
echo Caldera_Forms::render_form(
|
24 |
|
25 |
echo $after_widget;
|
26 |
|
@@ -42,10 +42,12 @@ class Caldera_Forms_Widget extends WP_Widget {
|
|
42 |
|
43 |
echo "<p><label for=\" " . $this->get_field_id('title') . "\">" . __('Title', 'caldera-forms') . ": <input class=\"widefat\" id=\"" . $this->get_field_id('title') . "\" name=\"" . $this->get_field_name('title') . "\" type=\"text\" value=\"" . esc_attr($title). "\" /></label></p>\r\n";
|
44 |
// get forms
|
45 |
-
$forms =
|
46 |
|
47 |
echo "<p><label for=\" " . $this->get_field_id('title') . "\">" . __('Form', 'caldera-forms') . ": </label><select style=\"width:100%;\" name=\"" . $this->get_field_name('form') . "\">\r\n";
|
|
|
48 |
if(!empty($forms)){
|
|
|
49 |
foreach($forms as $formid=>$form){
|
50 |
$sel = "";
|
51 |
if(!empty($instance['form'])){
|
20 |
$title = empty($instance['title']) ? ' ' : apply_filters( 'widget_title', $instance['title']);
|
21 |
if ( !empty( $title ) ) { echo $before_title . $title . $after_title; };
|
22 |
|
23 |
+
echo Caldera_Forms::render_form('asd');
|
24 |
|
25 |
echo $after_widget;
|
26 |
|
42 |
|
43 |
echo "<p><label for=\" " . $this->get_field_id('title') . "\">" . __('Title', 'caldera-forms') . ": <input class=\"widefat\" id=\"" . $this->get_field_id('title') . "\" name=\"" . $this->get_field_name('title') . "\" type=\"text\" value=\"" . esc_attr($title). "\" /></label></p>\r\n";
|
44 |
// get forms
|
45 |
+
$forms = Caldera_Forms::get_forms();
|
46 |
|
47 |
echo "<p><label for=\" " . $this->get_field_id('title') . "\">" . __('Form', 'caldera-forms') . ": </label><select style=\"width:100%;\" name=\"" . $this->get_field_name('form') . "\">\r\n";
|
48 |
+
echo "<option value=\"\"></option>\r\n";
|
49 |
if(!empty($forms)){
|
50 |
+
|
51 |
foreach($forms as $formid=>$form){
|
52 |
$sel = "";
|
53 |
if(!empty($instance['form'])){
|
fields/calculation/config.php
CHANGED
@@ -60,7 +60,7 @@
|
|
60 |
</div>
|
61 |
<div id="{{_id}}_manualbox" style="display:none;">
|
62 |
<textarea name="{{_name}}[manual_formula]" class="field-config block-input">{{manual_formula}}</textarea>
|
63 |
-
<p class="description"><?php echo __('Use %field_slug% as field
|
64 |
</div>
|
65 |
<br><br><br>
|
66 |
{{#script}}
|
60 |
</div>
|
61 |
<div id="{{_id}}_manualbox" style="display:none;">
|
62 |
<textarea name="{{_name}}[manual_formula]" class="field-config block-input">{{manual_formula}}</textarea>
|
63 |
+
<p class="description"><?php echo __('Use %field_slug% as field value variables', 'caldera-forms'); ?></p>
|
64 |
</div>
|
65 |
<br><br><br>
|
66 |
{{#script}}
|
fields/hidden/field.php
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
if ( is_array( $field_value ) ) {
|
3 |
+
if ( isset( $field_value[0] ) ) {
|
4 |
+
$field_value = $field_value[0];
|
5 |
+
}else{
|
6 |
+
$field_value = ' ';
|
7 |
+
}
|
8 |
+
|
9 |
+
}
|
10 |
+
?>
|
11 |
+
<input type="hidden" id="<?php echo $field_id; ?>" data-field="<?php echo $field_base_id; ?>" name="<?php echo $field_name; ?>" value="<?php echo htmlentities( $field_value ); ?>">
|
fields/paragraph/field.php
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
if(!empty($field['config']['placeholder'])){
|
3 |
$field_placeholder = 'placeholder="'.$field['config']['placeholder'].'"';
|
4 |
}
|
@@ -8,4 +17,4 @@ if(!empty($field['config']['placeholder'])){
|
|
8 |
<textarea <?php echo $field_placeholder; ?> data-field="<?php echo $field_base_id; ?>" class="<?php echo $field_class; ?>" rows="<?php echo $field['config']['rows']; ?>" id="<?php echo $field_id; ?>" name="<?php echo $field_name; ?>" <?php echo $field_required; ?>><?php echo htmlentities( $field_value ); ?></textarea>
|
9 |
<?php echo $field_caption; ?>
|
10 |
<?php echo $field_after; ?>
|
11 |
-
<?php echo $wrapper_after; ?>
|
1 |
<?php
|
2 |
+
if ( is_array( $field_value ) ) {
|
3 |
+
if ( isset( $field_value[0] ) ) {
|
4 |
+
$field_value = $field_value[0];
|
5 |
+
}else{
|
6 |
+
$field_value = ' ';
|
7 |
+
}
|
8 |
+
|
9 |
+
}
|
10 |
+
|
11 |
if(!empty($field['config']['placeholder'])){
|
12 |
$field_placeholder = 'placeholder="'.$field['config']['placeholder'].'"';
|
13 |
}
|
17 |
<textarea <?php echo $field_placeholder; ?> data-field="<?php echo $field_base_id; ?>" class="<?php echo $field_class; ?>" rows="<?php echo $field['config']['rows']; ?>" id="<?php echo $field_id; ?>" name="<?php echo $field_name; ?>" <?php echo $field_required; ?>><?php echo htmlentities( $field_value ); ?></textarea>
|
18 |
<?php echo $field_caption; ?>
|
19 |
<?php echo $field_after; ?>
|
20 |
+
<?php echo $wrapper_after; ?>
|
fields/range_slider/field.php
CHANGED
@@ -10,6 +10,14 @@ if(!empty($field['config']['prefix'])){
|
|
10 |
$field['config']['prefix'] = self::do_magic_tags($field['config']['prefix']);
|
11 |
}
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
?><?php echo $wrapper_before; ?>
|
14 |
<?php echo $field_label; ?>
|
15 |
<?php echo $field_before; ?>
|
@@ -65,4 +73,4 @@ if(!empty($field['config']['prefix'])){
|
|
65 |
init_rangeslider();
|
66 |
|
67 |
});
|
68 |
-
</script>
|
10 |
$field['config']['prefix'] = self::do_magic_tags($field['config']['prefix']);
|
11 |
}
|
12 |
|
13 |
+
if ( is_array( $field_value ) ) {
|
14 |
+
if ( isset( $field_value[0] ) ) {
|
15 |
+
$field_value = $field_value[0];
|
16 |
+
}else{
|
17 |
+
$field_value = 0;
|
18 |
+
}
|
19 |
+
}
|
20 |
+
|
21 |
?><?php echo $wrapper_before; ?>
|
22 |
<?php echo $field_label; ?>
|
23 |
<?php echo $field_before; ?>
|
73 |
init_rangeslider();
|
74 |
|
75 |
});
|
76 |
+
</script>
|
fields/states/field.php
CHANGED
@@ -2,74 +2,82 @@
|
|
2 |
echo $wrapper_before; ?>
|
3 |
<?php echo $field_label; ?>
|
4 |
<?php echo $field_before; ?>
|
|
|
5 |
<select <?php echo $field_placeholder; ?> id="<?php echo $field_id; ?>" data-field="<?php echo $field_base_id; ?>" class="<?php echo $field_class; ?>" name="<?php echo $field_name; ?>" <?php echo $field_required; ?>>
|
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 |
-
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
<?php echo $field_caption; ?>
|
75 |
<?php echo $field_after; ?>
|
2 |
echo $wrapper_before; ?>
|
3 |
<?php echo $field_label; ?>
|
4 |
<?php echo $field_before; ?>
|
5 |
+
<?php ob_start(); ?>
|
6 |
<select <?php echo $field_placeholder; ?> id="<?php echo $field_id; ?>" data-field="<?php echo $field_base_id; ?>" class="<?php echo $field_class; ?>" name="<?php echo $field_name; ?>" <?php echo $field_required; ?>>
|
7 |
+
<option> - Select Province/State - </option>
|
8 |
+
<option value="AB">Alberta</option>
|
9 |
+
<option value="BC">British Columbia</option>
|
10 |
+
<option value="MB">Manitoba</option>
|
11 |
+
<option value="NB">New Brunswick</option>
|
12 |
+
<option value="NL">Newfoundland and Labrador</option>
|
13 |
+
<option value="NS">Nova Scotia</option>
|
14 |
+
<option value="NT">Northwest Territories</option>
|
15 |
+
<option value="NU">Nunavut</option>
|
16 |
+
<option value="ON">Ontario</option>
|
17 |
+
<option value="PE">Prince Edward Island</option>
|
18 |
+
<option value="QC">Quebec</option>
|
19 |
+
<option value="SK">Saskatchewan</option>
|
20 |
+
<option value="YT">Yukon</option>
|
21 |
+
<option> ==================== </option>
|
22 |
+
<option value="AL">Alabama</option>
|
23 |
+
<option value="AK">Alaska</option>
|
24 |
+
<option value="AZ">Arizona</option>
|
25 |
+
<option value="AR">Arkansas</option>
|
26 |
+
<option value="CA">California</option>
|
27 |
+
<option value="CO">Colorado</option>
|
28 |
+
<option value="CT">Connecticut</option>
|
29 |
+
<option value="DE">Delaware</option>
|
30 |
+
<option value="DC">District Of Columbia</option>
|
31 |
+
<option value="FL">Florida</option>
|
32 |
+
<option value="GA">Georgia</option>
|
33 |
+
<option value="HI">Hawaii</option>
|
34 |
+
<option value="ID">Idaho</option>
|
35 |
+
<option value="IL">Illinois</option>
|
36 |
+
<option value="IN">Indiana</option>
|
37 |
+
<option value="IA">Iowa</option>
|
38 |
+
<option value="KS">Kansas</option>
|
39 |
+
<option value="KY">Kentucky</option>
|
40 |
+
<option value="LA">Louisiana</option>
|
41 |
+
<option value="ME">Maine</option>
|
42 |
+
<option value="MD">Maryland</option>
|
43 |
+
<option value="MA">Massachusetts</option>
|
44 |
+
<option value="MI">Michigan</option>
|
45 |
+
<option value="MN">Minnesota</option>
|
46 |
+
<option value="MS">Mississippi</option>
|
47 |
+
<option value="MO">Missouri</option>
|
48 |
+
<option value="MT">Montana</option>
|
49 |
+
<option value="NE">Nebraska</option>
|
50 |
+
<option value="NV">Nevada</option>
|
51 |
+
<option value="NH">New Hampshire</option>
|
52 |
+
<option value="NJ">New Jersey</option>
|
53 |
+
<option value="NM">New Mexico</option>
|
54 |
+
<option value="NY">New York</option>
|
55 |
+
<option value="NC">North Carolina</option>
|
56 |
+
<option value="ND">North Dakota</option>
|
57 |
+
<option value="OH">Ohio</option>
|
58 |
+
<option value="OK">Oklahoma</option>
|
59 |
+
<option value="OR">Oregon</option>
|
60 |
+
<option value="PA">Pennsylvania</option>
|
61 |
+
<option value="RI">Rhode Island</option>
|
62 |
+
<option value="SC">South Carolina</option>
|
63 |
+
<option value="SD">South Dakota</option>
|
64 |
+
<option value="TN">Tennessee</option>
|
65 |
+
<option value="TX">Texas</option>
|
66 |
+
<option value="UT">Utah</option>
|
67 |
+
<option value="VT">Vermont</option>
|
68 |
+
<option value="VA">Virginia</option>
|
69 |
+
<option value="WA">Washington</option>
|
70 |
+
<option value="WV">West Virginia</option>
|
71 |
+
<option value="WI">Wisconsin</option>
|
72 |
+
<option value="WY">Wyoming</option>
|
73 |
+
</select>
|
74 |
+
<?php
|
75 |
+
$states = ob_get_clean();
|
76 |
+
if( !empty( $field_value ) ){
|
77 |
+
$states = str_replace( 'value="' . $field_value . '"', 'value="' . $field_value . '" selected="selected"', $states );
|
78 |
+
}
|
79 |
+
echo $states;
|
80 |
+
?>
|
81 |
|
82 |
<?php echo $field_caption; ?>
|
83 |
<?php echo $field_after; ?>
|
fields/toggle_switch/config_template.php
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
<div class="caldera-config-field">
|
4 |
<select name="{{_name}}[orientation]" class="block-input field-config">
|
5 |
<option value="horizontal" {{#is orientation value="horizontal"}}selected="selected"{{/is}}><?php echo __('Horizontal', 'caldera-forms'); ?></option>
|
|
|
6 |
<option value="vertical" {{#is orientation value="vertical"}}selected="selected"{{/is}}><?php echo __('Vertical', 'caldera-forms'); ?></option>
|
7 |
</select>
|
8 |
</div>
|
3 |
<div class="caldera-config-field">
|
4 |
<select name="{{_name}}[orientation]" class="block-input field-config">
|
5 |
<option value="horizontal" {{#is orientation value="horizontal"}}selected="selected"{{/is}}><?php echo __('Horizontal', 'caldera-forms'); ?></option>
|
6 |
+
<option value="justified" {{#is orientation value="justified"}}selected="selected"{{/is}}><?php echo __('Justified', 'caldera-forms'); ?></option>
|
7 |
<option value="vertical" {{#is orientation value="vertical"}}selected="selected"{{/is}}><?php echo __('Vertical', 'caldera-forms'); ?></option>
|
8 |
</select>
|
9 |
</div>
|
fields/toggle_switch/field.php
CHANGED
@@ -11,7 +11,9 @@ if(!empty($field['config']['default_class'])){
|
|
11 |
}
|
12 |
|
13 |
$groupOrientation = 'btn-group';
|
14 |
-
if(!empty($field['config']['orientation']) && $field['config']['orientation'] == '
|
|
|
|
|
15 |
$groupOrientation = 'btn-group-vertical';
|
16 |
}
|
17 |
|
@@ -34,7 +36,7 @@ if(!empty($field['config']['orientation']) && $field['config']['orientation'] ==
|
|
34 |
|
35 |
if(empty($field['config']['option'])){ ?>
|
36 |
|
37 |
-
<
|
38 |
|
39 |
<?php }else{
|
40 |
foreach($field['config']['option'] as $option_key=>$option){
|
@@ -46,7 +48,7 @@ if(!empty($field['config']['orientation']) && $field['config']['orientation'] ==
|
|
46 |
$selclass = $selectedClassName;
|
47 |
}
|
48 |
|
49 |
-
?><
|
50 |
}
|
51 |
} ?>
|
52 |
</div>
|
@@ -75,7 +77,7 @@ if(!empty($field['config']['orientation']) && $field['config']['orientation'] ==
|
|
75 |
<script>
|
76 |
jQuery( function( $ ){
|
77 |
$(document).on('reset', '.<?php echo $form['ID']; ?>', function(e){
|
78 |
-
$('
|
79 |
$('input[data-field="<?php echo $field_base_id; ?>"]').prop('checked','');
|
80 |
});
|
81 |
});
|
11 |
}
|
12 |
|
13 |
$groupOrientation = 'btn-group';
|
14 |
+
if(!empty($field['config']['orientation']) && $field['config']['orientation'] == 'justified'){
|
15 |
+
$groupOrientation = 'btn-group btn-group-justified';
|
16 |
+
}elseif(!empty($field['config']['orientation']) && $field['config']['orientation'] == 'vertical'){
|
17 |
$groupOrientation = 'btn-group-vertical';
|
18 |
}
|
19 |
|
36 |
|
37 |
if(empty($field['config']['option'])){ ?>
|
38 |
|
39 |
+
<a id="<?php echo $field_id; ?>_1" class="button" data-value="true"><?php echo __('Enable', 'caldera-forms'); ?></a>
|
40 |
|
41 |
<?php }else{
|
42 |
foreach($field['config']['option'] as $option_key=>$option){
|
48 |
$selclass = $selectedClassName;
|
49 |
}
|
50 |
|
51 |
+
?><a id="<?php echo $field_id.'_'.$option_key; ?>" data-label="<?php echo esc_attr( $option['label'] );?>" data-field="<?php echo $field_base_id; ?>" data-active="<?php echo $selectedClassName; ?>" data-default="<?php echo $defaultClassName; ?>" class="btn <?php echo $selclass; ?>" data-value="<?php echo $option['value']; ?>"><?php echo $option['label']; ?></a><?php
|
52 |
}
|
53 |
} ?>
|
54 |
</div>
|
77 |
<script>
|
78 |
jQuery( function( $ ){
|
79 |
$(document).on('reset', '.<?php echo $form['ID']; ?>', function(e){
|
80 |
+
$('a[data-field="<?php echo $field_base_id; ?>"]').removeClass('<?php echo $selectedClassName; ?>').addClass('<?php echo $defaultClassName; ?>');
|
81 |
$('input[data-field="<?php echo $field_base_id; ?>"]').prop('checked','');
|
82 |
});
|
83 |
});
|
fields/toggle_switch/js/toggle.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
jQuery(function($){
|
2 |
-
$('body').on('click', '.cf-toggle-group-buttons
|
3 |
|
4 |
var clicked = $(this),
|
5 |
parent = clicked.closest('.caldera-config-field'),
|
1 |
jQuery(function($){
|
2 |
+
$('body').on('click', '.cf-toggle-group-buttons a', function(){
|
3 |
|
4 |
var clicked = $(this),
|
5 |
parent = clicked.closest('.caldera-config-field'),
|
includes/cf-ajax/plugin.php
CHANGED
@@ -21,9 +21,9 @@ function cf_form_process_ajax(){
|
|
21 |
}
|
22 |
|
23 |
if(isset($_POST['_cf_verify']) && isset( $_POST['_cf_frm_id'] )){
|
24 |
-
if(wp_verify_nonce( $_POST['_cf_verify'], 'caldera_forms_front' )){
|
25 |
-
|
26 |
-
}
|
27 |
exit;
|
28 |
}
|
29 |
}
|
21 |
}
|
22 |
|
23 |
if(isset($_POST['_cf_verify']) && isset( $_POST['_cf_frm_id'] )){
|
24 |
+
//if(wp_verify_nonce( $_POST['_cf_verify'], 'caldera_forms_front' )){
|
25 |
+
Caldera_Forms::process_submission();
|
26 |
+
//}
|
27 |
exit;
|
28 |
}
|
29 |
}
|
languages/caldera-forms-de_DE.mo
CHANGED
Binary file
|
languages/caldera-forms-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Caldera Forms\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2015-
|
6 |
-
"PO-Revision-Date: 2015-
|
7 |
"Last-Translator: Detlef <d.beyer@crash.de>\n"
|
8 |
"Language-Team: Tricodia Systems <david@digilab.co.za>\n"
|
9 |
"Language: de\n"
|
@@ -17,146 +17,157 @@ msgstr ""
|
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
|
20 |
-
#: ../classes/admin.php:
|
21 |
msgid "Invalid Form."
|
22 |
msgstr "Ungültiges Formular."
|
23 |
|
24 |
-
#: ../classes/admin.php:
|
25 |
#: ../ui/entries_toolbar.php:27
|
26 |
msgid "Trash"
|
27 |
msgstr "Papierkorb"
|
28 |
|
29 |
-
#: ../classes/admin.php:
|
30 |
#: ../ui/admin_templates.php:9
|
31 |
msgid "Restore"
|
32 |
msgstr "Zurücksetzen"
|
33 |
|
34 |
-
#: ../classes/admin.php:
|
35 |
msgid "Entry"
|
36 |
msgstr "Eingabe"
|
37 |
|
38 |
-
#: ../classes/admin.php:
|
39 |
msgid "View"
|
40 |
msgstr "Anzeige"
|
41 |
|
42 |
-
#: ../classes/admin.php:
|
43 |
msgid "Add Form to Page"
|
44 |
msgstr "Formular zur Seite hinzufügen"
|
45 |
|
46 |
-
#: ../classes/admin.php:
|
47 |
msgid "Insert Form Shortcode"
|
48 |
msgstr "Formular Shortcode einfügen"
|
49 |
|
50 |
-
#: ../classes/admin.php:
|
51 |
#, fuzzy
|
52 |
msgid "Caldera Form"
|
53 |
msgstr "Ein Caldera Formular hinzufügen"
|
54 |
|
55 |
-
#: ../classes/admin.php:
|
56 |
-
|
57 |
-
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
msgid "Caldera Forms"
|
60 |
msgstr "Caldera Formulare"
|
61 |
|
62 |
-
#: ../classes/admin.php:
|
63 |
msgid "Caldera Forms Admin"
|
64 |
msgstr "Caldera Formular Admin"
|
65 |
|
66 |
-
#: ../classes/admin.php:
|
67 |
msgid "Forms"
|
68 |
msgstr "Formulare"
|
69 |
|
70 |
-
#: ../classes/admin.php:
|
71 |
msgid "Community"
|
72 |
msgstr "Community"
|
73 |
|
74 |
-
#: ../classes/admin.php:
|
75 |
msgid "Extend"
|
76 |
msgstr "Erweitern"
|
77 |
|
78 |
-
#: ../classes/admin.php:
|
79 |
msgid "Sorry, please try again"
|
80 |
msgstr "Sorry, bitte noch einmal versuchen"
|
81 |
|
82 |
-
#: ../classes/admin.php:
|
83 |
msgid "Form Delete Error"
|
84 |
msgstr "Fehler beim Löschen des Formulars"
|
85 |
|
86 |
-
#: ../classes/admin.php:
|
87 |
msgid "Sorry, File is not valid."
|
88 |
msgstr "Sorry, die Datei ist nicht gültig"
|
89 |
|
90 |
-
#: ../classes/admin.php:
|
91 |
-
#: ../classes/admin.php:
|
92 |
msgid "Form Import Error"
|
93 |
msgstr "Fehler beim Import des Fomulars"
|
94 |
|
95 |
-
#: ../classes/admin.php:
|
96 |
msgid "Sorry, File not uploaded."
|
97 |
msgstr "Sorry, die Datei wurde nicht geladen"
|
98 |
|
99 |
-
#: ../classes/admin.php:
|
100 |
msgid "Form does not exist."
|
101 |
msgstr "Das Formular existiert nicht"
|
102 |
|
103 |
-
#: ../classes/admin.php:
|
104 |
msgid "Export selection has expired"
|
105 |
msgstr "Export-Auswahl ist abgelaufen"
|
106 |
|
107 |
-
#: ../classes/admin.php:
|
108 |
msgid "Export Expired"
|
109 |
msgstr "Export ist abgelaufen"
|
110 |
|
111 |
-
#: ../classes/admin.php:
|
112 |
-
|
|
|
113 |
msgstr "Das Formular wurde abgeschickt. Vielen Dank."
|
114 |
|
115 |
-
#: ../classes/admin.php:
|
116 |
#, fuzzy
|
117 |
msgid "Layout"
|
118 |
msgstr "Layout"
|
119 |
|
120 |
-
#: ../classes/admin.php:
|
121 |
#, fuzzy
|
122 |
msgid "Layout Builder"
|
123 |
msgstr "Bildschirm-Layout"
|
124 |
|
125 |
-
#: ../classes/admin.php:
|
126 |
msgid "Pages"
|
127 |
msgstr "Seiten"
|
128 |
|
129 |
-
#: ../classes/admin.php:
|
130 |
msgid "Form Pages"
|
131 |
msgstr "Formularseiten"
|
132 |
|
133 |
-
#: ../classes/admin.php:
|
134 |
msgid "Processors"
|
135 |
msgstr "Prozessoren"
|
136 |
|
137 |
-
#: ../classes/admin.php:
|
138 |
msgid "Form Processors"
|
139 |
msgstr "Formular Prozessoren"
|
140 |
|
141 |
-
#: ../classes/admin.php:
|
142 |
-
#: ../ui/panels/variables.php:
|
143 |
msgid "Variables"
|
144 |
msgstr "Variable"
|
145 |
|
146 |
-
#: ../classes/admin.php:
|
147 |
#, fuzzy
|
148 |
msgid "Responsive"
|
149 |
msgstr "Responsive"
|
150 |
|
151 |
-
#: ../classes/admin.php:
|
152 |
msgid "Resposive Settings"
|
153 |
msgstr "Responsive Einstellungen"
|
154 |
|
155 |
-
#: ../classes/admin.php:
|
156 |
msgid "Grid Collapse"
|
157 |
msgstr "Raster einklappen"
|
158 |
|
159 |
-
#: ../classes/admin.php:
|
160 |
msgid ""
|
161 |
"Set the smallest screen size at which to collapse the grid. (based on "
|
162 |
"Bootstrap 3.0)"
|
@@ -164,328 +175,275 @@ msgstr ""
|
|
164 |
"Die Bildschirmbreite ab der das Raster zusammenklappt (basierend auf "
|
165 |
"Bootstrap 3.0)"
|
166 |
|
167 |
-
#: ../classes/admin.php:
|
168 |
msgid "Maintain grid always"
|
169 |
msgstr "Raster immer erhalten"
|
170 |
|
171 |
-
#: ../classes/admin.php:
|
172 |
#, fuzzy
|
173 |
msgid "Mailer"
|
174 |
msgstr "An den Mailer anhängen"
|
175 |
|
176 |
-
#: ../classes/admin.php:
|
177 |
msgid "Email Notification Settings"
|
178 |
msgstr "Email Benachrichtigungseinstellungen"
|
179 |
|
180 |
-
#: ../classes/core.php:
|
181 |
msgid "The wasn't entered correct."
|
182 |
msgstr "Das wurde nicht richtig eingetragen"
|
183 |
|
184 |
-
#: ../classes/core.php:
|
185 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:9
|
186 |
msgid "Reset"
|
187 |
msgstr "Zurücksetzen"
|
188 |
|
189 |
-
#: ../classes/core.php:
|
190 |
msgid "Permission denied."
|
191 |
msgstr "Zugriff verweigert"
|
192 |
|
193 |
-
#: ../classes/core.php:
|
194 |
msgid "Caldera Forms Notification"
|
195 |
msgstr "Benachrichtigung von Caldera Forms"
|
196 |
|
197 |
-
#: ../classes/core.php:
|
198 |
msgid "Auto Responder"
|
199 |
msgstr "Auto Antwort"
|
200 |
|
201 |
-
#: ../classes/core.php:
|
202 |
msgid "Sends out an auto response e-mail"
|
203 |
msgstr "Sendet eine automatische Benachrichtigung"
|
204 |
|
205 |
-
#: ../classes/core.php:
|
206 |
msgid "Thank you for contacting us"
|
207 |
msgstr "Danke für Ihre Anfrage"
|
208 |
|
209 |
-
#: ../classes/core.php:
|
210 |
msgid "Redirect"
|
211 |
msgstr "Umleiten"
|
212 |
|
213 |
-
#: ../classes/core.php:
|
214 |
msgid "Redirects user to URL on successful submit"
|
215 |
msgstr "Leitet den Nutzer nach erfolgreicher Eingabe auf eine andere Seite um"
|
216 |
|
217 |
-
#: ../classes/core.php:
|
218 |
msgid "Increment Value"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: ../classes/core.php:
|
222 |
msgid "Increment a value per entry."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: ../classes/core.php:
|
226 |
#, fuzzy
|
227 |
msgid "Akismet"
|
228 |
msgstr "Akismet"
|
229 |
|
230 |
-
#: ../classes/core.php:
|
231 |
#, fuzzy
|
232 |
msgid "Anti-spam filtering"
|
233 |
msgstr "reCAPTCHA anti-spam Feld"
|
234 |
|
235 |
-
#: ../classes/core.php:
|
236 |
msgid "Akismet not setup."
|
237 |
msgstr "Akismet wurde nicht eingerichtet."
|
238 |
|
239 |
-
#: ../classes/core.php:
|
240 |
msgid "Calculation"
|
241 |
msgstr "Berechnung"
|
242 |
|
243 |
-
#: ../classes/core.php:
|
244 |
-
#: ../classes/core.php:
|
245 |
-
#: ../vendor/calderawp/fields/src/fields.php:114
|
246 |
-
#: ../vendor/calderawp/fields/src/fields.php:136
|
247 |
-
#: ../vendor/calderawp/fields/src/fields.php:217
|
248 |
-
#: ../vendor/calderawp/fields/src/fields.php:319
|
249 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:34
|
250 |
msgid "Special"
|
251 |
msgstr "Spezial"
|
252 |
|
253 |
-
#: ../classes/core.php:
|
254 |
msgid "Math"
|
255 |
msgstr "Mathe"
|
256 |
|
257 |
-
#: ../classes/core.php:
|
258 |
msgid "Calculate values"
|
259 |
msgstr "Werte berechnen"
|
260 |
|
261 |
-
#: ../classes/core.php:
|
262 |
msgid "Total"
|
263 |
msgstr "Summe"
|
264 |
|
265 |
-
#: ../classes/core.php:
|
266 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:32
|
267 |
msgid "Range Slider"
|
268 |
msgstr "Schieberegler"
|
269 |
|
270 |
-
#: ../classes/core.php:
|
271 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:35
|
272 |
msgid "Range Slider input field"
|
273 |
msgstr "Schieberegler Eingabefeld"
|
274 |
|
275 |
-
#: ../classes/core.php:
|
276 |
msgid "Star Rating"
|
277 |
msgstr "Sterne-Bewertung"
|
278 |
|
279 |
-
#: ../classes/core.php:
|
280 |
#, fuzzy
|
281 |
msgid "Feedback"
|
282 |
msgstr "Feedback"
|
283 |
|
284 |
-
#: ../classes/core.php:
|
285 |
msgid "Star rating input for feedback"
|
286 |
msgstr "Sterne-Bewertung für ein Feedback"
|
287 |
|
288 |
-
#: ../classes/core.php:
|
289 |
msgid "Phone Number"
|
290 |
msgstr "Telefonnummer"
|
291 |
|
292 |
-
#: ../classes/core.php:
|
293 |
msgid "Phone number with masking"
|
294 |
msgstr "Maskierte Telefonnummer"
|
295 |
|
296 |
-
#: ../classes/core.php:
|
297 |
-
#: ../classes/core.php:
|
298 |
-
#: ../classes/core.php:
|
299 |
-
#: ../vendor/calderawp/fields/src/fields.php:193
|
300 |
-
#: ../vendor/calderawp/fields/src/fields.php:260
|
301 |
-
#: ../vendor/calderawp/fields/src/fields.php:297
|
302 |
-
#: ../vendor/calderawp/fields/src/fields.php:307
|
303 |
-
#: ../vendor/calderawp/fields/src/fields.php:400
|
304 |
-
#: ../vendor/calderawp/fields/src/fields.php:426
|
305 |
msgid "Text Fields"
|
306 |
msgstr "Textfelder"
|
307 |
|
308 |
-
#: ../classes/core.php:
|
309 |
-
#: ../classes/core.php:
|
310 |
-
#: ../classes/core.php:
|
311 |
-
#: ../classes/core.php:
|
312 |
-
#: ../vendor/calderawp/fields/src/fields.php:171
|
313 |
-
#: ../vendor/calderawp/fields/src/fields.php:193
|
314 |
-
#: ../vendor/calderawp/fields/src/fields.php:207
|
315 |
-
#: ../vendor/calderawp/fields/src/fields.php:260
|
316 |
-
#: ../vendor/calderawp/fields/src/fields.php:276
|
317 |
-
#: ../vendor/calderawp/fields/src/fields.php:297
|
318 |
-
#: ../vendor/calderawp/fields/src/fields.php:307
|
319 |
-
#: ../vendor/calderawp/fields/src/fields.php:347
|
320 |
-
#: ../vendor/calderawp/fields/src/fields.php:365
|
321 |
-
#: ../vendor/calderawp/fields/src/fields.php:383
|
322 |
-
#: ../vendor/calderawp/fields/src/fields.php:455
|
323 |
#, fuzzy
|
324 |
msgid "Basic"
|
325 |
msgstr "Grundlegende Einstellungen"
|
326 |
|
327 |
-
#: ../classes/core.php:
|
328 |
#, fuzzy
|
329 |
msgid "User"
|
330 |
msgstr "Benutzer"
|
331 |
|
332 |
-
#: ../classes/core.php:
|
333 |
-
#: ../vendor/calderawp/fields/src/fields.php:190
|
334 |
-
#: ../vendor/calderawp/fields/src/fields.php:191
|
335 |
msgid "Single Line Text"
|
336 |
msgstr "Einzelne Textzeile"
|
337 |
|
338 |
-
#: ../classes/core.php:
|
339 |
-
#: ../vendor/calderawp/fields/src/fields.php:204
|
340 |
-
#: ../vendor/calderawp/fields/src/fields.php:207
|
341 |
msgid "File"
|
342 |
msgstr "Datei"
|
343 |
|
344 |
-
#: ../classes/core.php:
|
345 |
msgid "File Uploader"
|
346 |
msgstr "Datei Uploader"
|
347 |
|
348 |
-
#: ../classes/core.php:
|
349 |
msgid "reCAPTCHA"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: ../classes/core.php:
|
353 |
msgid "reCAPTCHA anti-spam field"
|
354 |
msgstr "reCAPTCHA anti-spam Feld"
|
355 |
|
356 |
-
#: ../classes/core.php:
|
357 |
#, fuzzy
|
358 |
msgid "HTML"
|
359 |
msgstr "HTML"
|
360 |
|
361 |
-
#: ../classes/core.php:
|
362 |
msgid "Add text/html content"
|
363 |
msgstr "text/html hinzufügen"
|
364 |
|
365 |
-
#: ../classes/core.php:
|
366 |
#: ../processors/akismet/config.php:20
|
367 |
-
#: ../vendor/calderawp/fields/src/fields.php:242
|
368 |
msgid "Content"
|
369 |
msgstr "Inhalt"
|
370 |
|
371 |
-
#: ../classes/core.php:
|
372 |
-
#: ../vendor/calderawp/fields/src/fields.php:257
|
373 |
-
#: ../vendor/calderawp/fields/src/fields.php:258
|
374 |
msgid "Hidden"
|
375 |
msgstr "Versteckt"
|
376 |
|
377 |
-
#: ../classes/core.php:
|
378 |
-
#: ../vendor/calderawp/fields/src/fields.php:273
|
379 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:6
|
380 |
msgid "Button"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: ../classes/core.php:
|
384 |
msgid "Button, Submit and Reset types"
|
385 |
msgstr "Button, Submit und Reset Typen"
|
386 |
|
387 |
-
#: ../classes/core.php:
|
388 |
msgid "Buttons"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: ../classes/core.php:
|
392 |
-
#: ../vendor/calderawp/fields/src/fields.php:294
|
393 |
-
#: ../vendor/calderawp/fields/src/fields.php:295
|
394 |
msgid "Email Address"
|
395 |
msgstr "Email Adresse"
|
396 |
|
397 |
-
#: ../classes/core.php:
|
398 |
-
#: ../vendor/calderawp/fields/src/fields.php:304
|
399 |
-
#: ../vendor/calderawp/fields/src/fields.php:305
|
400 |
msgid "Paragraph Textarea"
|
401 |
msgstr "Textarea (Abschnitt)"
|
402 |
|
403 |
-
#: ../classes/core.php:
|
404 |
-
#: ../vendor/calderawp/fields/src/fields.php:317
|
405 |
-
#: ../vendor/calderawp/fields/src/fields.php:318
|
406 |
msgid "Toggle Switch"
|
407 |
msgstr "Umschalter"
|
408 |
|
409 |
-
#: ../classes/core.php:
|
410 |
-
#: ../classes/core.php:
|
411 |
-
#: ../vendor/calderawp/fields/src/fields.php:319
|
412 |
-
#: ../vendor/calderawp/fields/src/fields.php:347
|
413 |
-
#: ../vendor/calderawp/fields/src/fields.php:365
|
414 |
-
#: ../vendor/calderawp/fields/src/fields.php:383
|
415 |
-
#: ../vendor/calderawp/fields/src/fields.php:455
|
416 |
msgid "Select Options"
|
417 |
msgstr "Auswahl Optionen"
|
418 |
|
419 |
-
#: ../classes/core.php:
|
420 |
-
#: ../vendor/calderawp/fields/src/fields.php:344
|
421 |
-
#: ../vendor/calderawp/fields/src/fields.php:345
|
422 |
msgid "Dropdown Select"
|
423 |
msgstr "Dropdown Auswahl"
|
424 |
|
425 |
-
#: ../classes/core.php:
|
426 |
-
#: ../vendor/calderawp/fields/src/fields.php:362
|
427 |
-
#: ../vendor/calderawp/fields/src/fields.php:363
|
428 |
msgid "Checkbox"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: ../classes/core.php:
|
432 |
-
#: ../vendor/calderawp/fields/src/fields.php:380
|
433 |
-
#: ../vendor/calderawp/fields/src/fields.php:381
|
434 |
msgid "Radio"
|
435 |
msgstr "Radio Button"
|
436 |
|
437 |
-
#: ../classes/core.php:
|
438 |
-
#: ../vendor/calderawp/fields/src/fields.php:397
|
439 |
-
#: ../vendor/calderawp/fields/src/fields.php:398
|
440 |
msgid "Date Picker"
|
441 |
msgstr "Datums Picker"
|
442 |
|
443 |
-
#: ../classes/core.php:
|
444 |
-
#: ../vendor/calderawp/fields/src/fields.php:400
|
445 |
-
#: ../vendor/calderawp/fields/src/fields.php:426
|
446 |
msgid "Pickers"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: ../classes/core.php:
|
450 |
-
#: ../vendor/calderawp/fields/src/fields.php:424
|
451 |
-
#: ../vendor/calderawp/fields/src/fields.php:425
|
452 |
msgid "Color Picker"
|
453 |
msgstr "Farb Picker"
|
454 |
|
455 |
-
#: ../classes/core.php:
|
456 |
#, fuzzy
|
457 |
msgid "State/ Province Select"
|
458 |
msgstr "Verzeichnis auswählen"
|
459 |
|
460 |
-
#: ../classes/core.php:
|
461 |
msgid "Dropdown select for US states and Canadian provinces."
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: ../classes/core.php:
|
465 |
#, fuzzy
|
466 |
msgid "System Tags"
|
467 |
msgstr "Schlagwörter hinzufügen"
|
468 |
|
469 |
-
#: ../classes/core.php:
|
470 |
#, fuzzy
|
471 |
msgid "Mailer Debug"
|
472 |
msgstr "An den Mailer anhängen"
|
473 |
|
474 |
-
#: ../classes/core.php:
|
475 |
msgid "Invalid form ID"
|
476 |
msgstr "Ungültige Formular ID"
|
477 |
|
478 |
-
#: ../classes/core.php:
|
479 |
-
#: ../classes/core.php:
|
480 |
-
#: ../classes/core.php:
|
481 |
msgid "Permission denied or entry does not exist."
|
482 |
msgstr "Zugriff verweigert oder der Eintrag existiert nicht"
|
483 |
|
484 |
-
#: ../classes/core.php:
|
485 |
msgid "is required"
|
486 |
msgstr "wird benötigt"
|
487 |
|
488 |
-
#: ../classes/core.php:
|
|
|
|
|
|
|
|
|
489 |
msgid "WARNING: Form is in Mailer Debug mode. Disable before going live."
|
490 |
msgstr ""
|
491 |
|
@@ -498,75 +456,69 @@ msgid "Form"
|
|
498 |
msgstr "Formular"
|
499 |
|
500 |
#: ../fields/button/config_template.php:2
|
501 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:2
|
502 |
msgid "Type"
|
503 |
msgstr "Typ"
|
504 |
|
505 |
#: ../fields/button/config_template.php:5
|
506 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:5
|
507 |
msgid "Submit"
|
508 |
msgstr "Absenden"
|
509 |
|
510 |
#: ../fields/button/config_template.php:7
|
511 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:7
|
512 |
msgid "Next Page"
|
513 |
msgstr "Nächste Seite"
|
514 |
|
515 |
#: ../fields/button/config_template.php:8
|
516 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:8
|
517 |
msgid "Previous Page"
|
518 |
msgstr "Vorherig Seite"
|
519 |
|
520 |
#: ../fields/button/config_template.php:14
|
521 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:14
|
522 |
#, fuzzy
|
523 |
msgid "Class"
|
524 |
msgstr "Klasse"
|
525 |
|
526 |
#: ../fields/calculation/config.php:2
|
527 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:2
|
528 |
msgid "Element"
|
529 |
msgstr "Element"
|
530 |
|
531 |
#: ../fields/calculation/config.php:8
|
532 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:8
|
533 |
msgid "Classes"
|
534 |
msgstr "Classes"
|
535 |
|
536 |
#: ../fields/calculation/config.php:14
|
537 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:14
|
538 |
msgid "Before"
|
539 |
msgstr "Vor"
|
540 |
|
541 |
#: ../fields/calculation/config.php:20
|
542 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:20
|
543 |
msgid "After"
|
544 |
msgstr "Nach"
|
545 |
|
546 |
#: ../fields/calculation/config.php:27
|
547 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:27
|
548 |
msgid "Money Format"
|
549 |
msgstr "Währungsformat"
|
550 |
|
551 |
#: ../fields/calculation/config.php:32
|
552 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
msgid "Manual Formula"
|
554 |
msgstr "Manuelle Formel"
|
555 |
|
556 |
-
#: ../fields/calculation/config.php:
|
557 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:45
|
558 |
msgid "Add Operator Group"
|
559 |
msgstr "Operator Gruppe hinzufügen"
|
560 |
|
561 |
-
#: ../fields/calculation/config.php:
|
562 |
-
|
563 |
-
msgid "Use %field_slug% as field
|
564 |
msgstr "Benutzen Sie %field_slug% um den Wert einer Variablen anzuzeigen"
|
565 |
|
566 |
#: ../fields/checkbox/config_template.php:3
|
567 |
#: ../fields/radio/config_template.php:4
|
568 |
-
#: ../vendor/calderawp/fields/src/fields/checkbox/config_template.php:3
|
569 |
-
#: ../vendor/calderawp/fields/src/fields/radio/config_template.php:4
|
570 |
msgid "Inline"
|
571 |
msgstr ""
|
572 |
|
@@ -574,259 +526,202 @@ msgstr ""
|
|
574 |
#: ../fields/email/config.php:8 ../fields/paragraph/config_template.php:14
|
575 |
#: ../fields/phone/config.php:8 ../fields/range_slider/config.php:10
|
576 |
#: ../fields/text/config.php:8
|
577 |
-
#: ../vendor/calderawp/fields/src/fields/color_picker/setup.php:2
|
578 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:2
|
579 |
-
#: ../vendor/calderawp/fields/src/fields/email/config.php:8
|
580 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:14
|
581 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:8
|
582 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:8
|
583 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:3
|
584 |
msgid "Default"
|
585 |
msgstr "Standard"
|
586 |
|
587 |
#: ../fields/color_picker/setup.php:2
|
588 |
-
#: ../vendor/calderawp/fields/src/fields/color_picker/setup.php:2
|
589 |
msgid "Color"
|
590 |
msgstr "Farbe"
|
591 |
|
592 |
#: ../fields/date_picker/setup.php:8
|
593 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:8
|
594 |
msgid "Format"
|
595 |
msgstr "Formulaire"
|
596 |
|
597 |
#: ../fields/date_picker/setup.php:14
|
598 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:14
|
599 |
msgid "Autoclose"
|
600 |
msgstr ""
|
601 |
|
602 |
#: ../fields/date_picker/setup.php:16
|
603 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:16
|
604 |
#, fuzzy
|
605 |
msgid "Enable autoclose"
|
606 |
msgstr "Eingabe verstecken"
|
607 |
|
608 |
#: ../fields/date_picker/setup.php:17
|
609 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:17
|
610 |
msgid ""
|
611 |
"If enabled, the date picker will automatically close after selecting the "
|
612 |
"final input"
|
613 |
msgstr ""
|
614 |
|
615 |
#: ../fields/date_picker/setup.php:21
|
616 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:21
|
617 |
#, fuzzy
|
618 |
msgid "Start View"
|
619 |
msgstr "Größe des Sterns"
|
620 |
|
621 |
#: ../fields/date_picker/setup.php:24
|
622 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:24
|
623 |
#, fuzzy
|
624 |
msgid "Month (Default)"
|
625 |
msgstr "Kein Standard"
|
626 |
|
627 |
#: ../fields/date_picker/setup.php:25
|
628 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:25
|
629 |
msgid "Year"
|
630 |
msgstr ""
|
631 |
|
632 |
#: ../fields/date_picker/setup.php:26
|
633 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:26
|
634 |
msgid "Decade"
|
635 |
msgstr ""
|
636 |
|
637 |
#: ../fields/date_picker/setup.php:28
|
638 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:28
|
639 |
msgid "The starting view of the date picker (month, year, decade)"
|
640 |
msgstr ""
|
641 |
|
642 |
#: ../fields/date_picker/setup.php:32
|
643 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:32
|
644 |
msgid "language"
|
645 |
msgstr "Sprache"
|
646 |
|
647 |
#: ../fields/date_picker/setup.php:100
|
648 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:100
|
649 |
msgid "Language to use. e.g. pt-BR"
|
650 |
msgstr "Zu nutzende Sprache z.B. pt-BR"
|
651 |
|
652 |
#: ../fields/dropdown/config_template.php:2 ../fields/email/config.php:2
|
653 |
#: ../fields/paragraph/config_template.php:2 ../fields/phone/config.php:2
|
654 |
#: ../fields/text/config.php:2
|
655 |
-
#: ../vendor/calderawp/fields/src/fields/dropdown/config_template.php:2
|
656 |
-
#: ../vendor/calderawp/fields/src/fields/email/config.php:2
|
657 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:2
|
658 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:2
|
659 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:2
|
660 |
msgid "Placeholder"
|
661 |
msgstr "Platzhalter"
|
662 |
|
663 |
#: ../fields/file/config_template.php:2
|
664 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:2
|
665 |
msgid "Attach to mailer"
|
666 |
msgstr "An den Mailer anhängen"
|
667 |
|
668 |
#: ../fields/file/config_template.php:9
|
669 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:9
|
670 |
msgid "Allowed Types"
|
671 |
msgstr "Erlaubte Typen"
|
672 |
|
673 |
#: ../fields/file/config_template.php:12
|
674 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:12
|
675 |
msgid "Comma separated eg. jpg,pdf,txt"
|
676 |
msgstr "Durch ein Komma getrennt z.B.: jpg, pdf, txt"
|
677 |
|
678 |
#: ../fields/gravatar/config.php:2
|
679 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:2
|
680 |
msgid "Email Field"
|
681 |
msgstr "Email Feld"
|
682 |
|
683 |
#: ../fields/gravatar/config.php:10
|
684 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:10
|
685 |
#, fuzzy
|
686 |
msgid "Mystery Man"
|
687 |
msgstr "Der blasse Typ vor der grauen Wand"
|
688 |
|
689 |
#: ../fields/gravatar/config.php:11
|
690 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:11
|
691 |
msgid "Blank"
|
692 |
msgstr "Leer"
|
693 |
|
694 |
#: ../fields/gravatar/config.php:12
|
695 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:12
|
696 |
#, fuzzy
|
697 |
msgid "Gravatar Logo"
|
698 |
msgstr "Gravatar Logo"
|
699 |
|
700 |
#: ../fields/gravatar/config.php:13
|
701 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:13
|
702 |
msgid "Identicon (Generated)"
|
703 |
msgstr "Identicon (generiert)"
|
704 |
|
705 |
#: ../fields/gravatar/config.php:14
|
706 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:14
|
707 |
msgid "Wavatar (Generated)"
|
708 |
msgstr "Wavatar (generiert)"
|
709 |
|
710 |
#: ../fields/gravatar/config.php:15
|
711 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:15
|
712 |
msgid "MonsterID (Generated)"
|
713 |
msgstr "MonsterID (generiert)"
|
714 |
|
715 |
#: ../fields/gravatar/config.php:16
|
716 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:16
|
717 |
msgid "Retro (Generated)"
|
718 |
msgstr "Retro (generiert)"
|
719 |
|
720 |
#: ../fields/gravatar/config.php:21
|
721 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:21
|
722 |
msgid "Fallback"
|
723 |
msgstr ""
|
724 |
|
725 |
#: ../fields/gravatar/config.php:35
|
726 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:35
|
727 |
msgid "Size"
|
728 |
msgstr "Größe"
|
729 |
|
730 |
#: ../fields/gravatar/config.php:42
|
731 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:42
|
732 |
msgid "Border Color"
|
733 |
msgstr "Rand-Farbe"
|
734 |
|
735 |
#: ../fields/gravatar/config.php:49
|
736 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:49
|
737 |
msgid "Border Size"
|
738 |
msgstr "Rand-Größe"
|
739 |
|
740 |
#: ../fields/gravatar/config.php:56
|
741 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:56
|
742 |
msgid "Border Radius"
|
743 |
msgstr "Rand-Radius"
|
744 |
|
745 |
-
#: ../fields/hidden/setup.php:2 ../ui/edit.php:
|
746 |
#: ../ui/panels/variables.php:12
|
747 |
-
#: ../vendor/calderawp/fields/src/fields/hidden/setup.php:2
|
748 |
msgid "Value"
|
749 |
msgstr "Wert"
|
750 |
|
751 |
#: ../fields/paragraph/config_template.php:8
|
752 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:8
|
753 |
msgid "Rows"
|
754 |
msgstr "Reihen"
|
755 |
|
756 |
#: ../fields/phone/config.php:14
|
757 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:14
|
758 |
msgid "Style"
|
759 |
msgstr "Stil"
|
760 |
|
761 |
#: ../fields/phone/config.php:16
|
762 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:16
|
763 |
msgid "Local"
|
764 |
msgstr "Lokal"
|
765 |
|
766 |
#: ../fields/phone/config.php:18
|
767 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:18
|
768 |
msgid "International"
|
769 |
msgstr ""
|
770 |
|
771 |
#: ../fields/phone/config.php:20
|
772 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:20
|
773 |
#, fuzzy
|
774 |
msgid "Custom"
|
775 |
msgstr "Benutzerdefiniert"
|
776 |
|
777 |
#: ../fields/phone/config.php:22
|
778 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:22
|
779 |
msgid "Use the digit 9 to indicate a number"
|
780 |
msgstr "Nutzen Sie die Ziffer 9 um eine Zahl anzugeben"
|
781 |
|
782 |
#: ../fields/range_slider/config.php:17
|
783 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:10
|
784 |
#, fuzzy
|
785 |
msgid "Track"
|
786 |
msgstr "Track Farbe"
|
787 |
|
788 |
#: ../fields/range_slider/config.php:23
|
789 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:16
|
790 |
msgid "Highlight"
|
791 |
msgstr ""
|
792 |
|
793 |
#: ../fields/range_slider/config.php:29
|
794 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:22
|
795 |
msgid "Handle"
|
796 |
msgstr ""
|
797 |
|
798 |
#: ../fields/range_slider/config.php:35
|
799 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:28
|
800 |
msgid "Border"
|
801 |
msgstr "Bordure"
|
802 |
|
803 |
#: ../fields/range_slider/config.php:42
|
804 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:35
|
805 |
msgid "Steps"
|
806 |
msgstr "Schritte"
|
807 |
|
808 |
#: ../fields/range_slider/config.php:48
|
809 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:41
|
810 |
msgid "Minimum"
|
811 |
msgstr "Minimum"
|
812 |
|
813 |
#: ../fields/range_slider/config.php:54
|
814 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:47
|
815 |
msgid "Maximum"
|
816 |
msgstr "Maximum"
|
817 |
|
818 |
#: ../fields/range_slider/config.php:60
|
819 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:53
|
820 |
msgid "Show Value"
|
821 |
msgstr "Wert anzeigen"
|
822 |
|
823 |
#: ../fields/range_slider/config.php:66
|
824 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:59
|
825 |
msgid "Prefix"
|
826 |
msgstr "Préfixe"
|
827 |
|
828 |
#: ../fields/range_slider/config.php:72
|
829 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:65
|
830 |
msgid "Suffix"
|
831 |
msgstr "Suffixe"
|
832 |
|
@@ -835,33 +730,27 @@ msgid "reCaptcha required keys from Google."
|
|
835 |
msgstr ""
|
836 |
|
837 |
#: ../fields/recaptcha/config.php:3
|
838 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:2
|
839 |
msgid "Site Key"
|
840 |
msgstr "Site-Schlüssel"
|
841 |
|
842 |
#: ../fields/recaptcha/config.php:9
|
843 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:8
|
844 |
msgid "Secret Key"
|
845 |
msgstr "Geheimer Schüssel"
|
846 |
|
847 |
#: ../fields/recaptcha/config.php:15
|
848 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:14
|
849 |
msgid "Theme"
|
850 |
msgstr "Thema"
|
851 |
|
852 |
#: ../fields/recaptcha/config.php:18
|
853 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:17
|
854 |
msgid "Light"
|
855 |
msgstr "Hell"
|
856 |
|
857 |
#: ../fields/recaptcha/config.php:19
|
858 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:18
|
859 |
#, fuzzy
|
860 |
msgid "Dark"
|
861 |
msgstr "Dunkel"
|
862 |
|
863 |
#: ../fields/recaptcha/config.php:21
|
864 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:20
|
865 |
msgid ""
|
866 |
"Theme changes not available in preview. Update form and reload to see new "
|
867 |
"theme."
|
@@ -870,163 +759,136 @@ msgstr ""
|
|
870 |
"Änderungen des Formulars und laden Sie erneut um das neue Thema zu sehen."
|
871 |
|
872 |
#: ../fields/recaptcha/preview.php:20
|
873 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/preview.php:20
|
874 |
msgid "No Secret Key Added"
|
875 |
msgstr "Kein geheimer Schlüssel hinzugefügt"
|
876 |
|
877 |
#: ../fields/recaptcha/preview.php:23
|
878 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/preview.php:23
|
879 |
msgid "No Site Key Added"
|
880 |
msgstr "Kein Site-Schlüssel hinzugefügt"
|
881 |
|
882 |
#: ../fields/star-rate/config.php:2
|
883 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:2
|
884 |
msgid "Number of Stars"
|
885 |
msgstr "Anzahl der Sterne"
|
886 |
|
887 |
#: ../fields/star-rate/config.php:8
|
888 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:8
|
889 |
msgid "Star Type"
|
890 |
msgstr "Typ des Sterns"
|
891 |
|
892 |
#: ../fields/star-rate/config.php:11
|
893 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:11
|
894 |
msgid "Star"
|
895 |
msgstr "Stern"
|
896 |
|
897 |
#: ../fields/star-rate/config.php:12
|
898 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:12
|
899 |
msgid "Heart"
|
900 |
msgstr "Herz"
|
901 |
|
902 |
#: ../fields/star-rate/config.php:13
|
903 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:13
|
904 |
msgid "Face"
|
905 |
msgstr "Gesicht"
|
906 |
|
907 |
#: ../fields/star-rate/config.php:14
|
908 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:14
|
909 |
msgid "Dot"
|
910 |
msgstr "Punkt"
|
911 |
|
912 |
#: ../fields/star-rate/config.php:19
|
913 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:19
|
914 |
msgid "Star Size"
|
915 |
msgstr "Größe des Sterns"
|
916 |
|
917 |
#: ../fields/star-rate/config.php:25
|
918 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:25
|
919 |
msgid "Star Spacing"
|
920 |
msgstr "Abstand der Sterne"
|
921 |
|
922 |
#: ../fields/star-rate/config.php:31
|
923 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:31
|
924 |
#, fuzzy
|
925 |
msgid "Single Select"
|
926 |
msgstr "Verzeichnis auswählen"
|
927 |
|
928 |
#: ../fields/star-rate/config.php:38
|
929 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:38
|
930 |
msgid "Star Color"
|
931 |
msgstr "Farbe des Sterns"
|
932 |
|
933 |
#: ../fields/star-rate/config.php:44
|
934 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:44
|
935 |
msgid "Track Color"
|
936 |
msgstr "Track Farbe"
|
937 |
|
938 |
#: ../fields/star-rate/config.php:50
|
939 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:50
|
940 |
msgid "Include Cancel"
|
941 |
msgstr "Inklusive Abbrechen"
|
942 |
|
943 |
#: ../fields/text/config.php:15
|
944 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:15
|
945 |
msgid "Masked Input"
|
946 |
msgstr "Versteckte Eingabe"
|
947 |
|
948 |
#: ../fields/text/config.php:17
|
949 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:17
|
950 |
msgid "Enable input mask"
|
951 |
msgstr "Eingabe verstecken"
|
952 |
|
953 |
#: ../fields/text/config.php:22
|
954 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:22
|
955 |
msgid "Mask"
|
956 |
msgstr "Maske"
|
957 |
|
958 |
#: ../fields/text/config.php:30
|
959 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:30
|
960 |
msgid "numeric"
|
961 |
msgstr "numerisch"
|
962 |
|
963 |
#: ../fields/text/config.php:31
|
964 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:31
|
965 |
msgid "alphabetical"
|
966 |
msgstr "alphabetisch"
|
967 |
|
968 |
#: ../fields/text/config.php:32
|
969 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:32
|
970 |
msgid "alphanumeric"
|
971 |
msgstr "alphanumerisch"
|
972 |
|
973 |
#: ../fields/text/config.php:33
|
974 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:33
|
975 |
#, fuzzy
|
976 |
msgid "optional"
|
977 |
msgstr "Optional"
|
978 |
|
979 |
#: ../fields/text/config.php:34
|
980 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:34
|
981 |
msgid "length"
|
982 |
msgstr "Länge"
|
983 |
|
984 |
#: ../fields/text/config.php:36
|
985 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:36
|
986 |
msgid "Any length character only"
|
987 |
msgstr "Beliebige Länge nur Buchstaben"
|
988 |
|
989 |
#: ../fields/text/config.php:37
|
990 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:37
|
991 |
msgid "Any length number only"
|
992 |
msgstr "Beliebige Länge nur Zahlen"
|
993 |
|
994 |
#: ../fields/text/config.php:38
|
995 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:38
|
996 |
#, fuzzy
|
997 |
msgid "email"
|
998 |
msgstr "E-Mail-Adresse"
|
999 |
|
1000 |
#: ../fields/toggle_switch/config_template.php:2
|
1001 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:2
|
1002 |
msgid "Orientation"
|
1003 |
msgstr "Orientierung"
|
1004 |
|
1005 |
#: ../fields/toggle_switch/config_template.php:5
|
1006 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:5
|
1007 |
msgid "Horizontal"
|
1008 |
msgstr "Horizontal"
|
1009 |
|
1010 |
#: ../fields/toggle_switch/config_template.php:6
|
1011 |
-
|
|
|
|
|
|
|
1012 |
msgid "Vertical"
|
1013 |
msgstr "Vertikal"
|
1014 |
|
1015 |
-
#: ../fields/toggle_switch/config_template.php:
|
1016 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:12
|
1017 |
#, fuzzy
|
1018 |
msgid "Active Class"
|
1019 |
msgstr "Aktiviert <span class=\"count\">(%s)</span>"
|
1020 |
|
1021 |
-
#: ../fields/toggle_switch/config_template.php:
|
1022 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:19
|
1023 |
#, fuzzy
|
1024 |
msgid "Inactive Class"
|
1025 |
msgstr "Inaktiv <span class=\"count\">(%s)</span>"
|
1026 |
|
1027 |
-
#: ../fields/toggle_switch/field.php:
|
1028 |
-
#: ../ui/edit.php:
|
1029 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/field.php:37
|
1030 |
msgid "Enable"
|
1031 |
msgstr "Aktivieren"
|
1032 |
|
@@ -1093,7 +955,7 @@ msgstr "Dateityp ist nicht erlaubt. Erlaubte Typen sind: "
|
|
1093 |
msgid "File type needs to be"
|
1094 |
msgstr "Der Dateityp muss sein:"
|
1095 |
|
1096 |
-
#: ../processors/akismet/config.php:2 ../ui/edit.php:
|
1097 |
#: ../ui/panels/variables.php:10
|
1098 |
msgid "Name"
|
1099 |
msgstr "Name"
|
@@ -1216,52 +1078,52 @@ msgstr ""
|
|
1216 |
msgid "Grid"
|
1217 |
msgstr "Raster (Grid)"
|
1218 |
|
1219 |
-
#: ../ui/admin.php:69 ../ui/admin.php:
|
1220 |
msgid "Entries"
|
1221 |
msgstr "Einträge"
|
1222 |
|
1223 |
-
#: ../ui/admin.php:
|
1224 |
#: ../ui/panels/emailer.php:35
|
1225 |
msgid "Disabled"
|
1226 |
msgstr "Deaktiviert"
|
1227 |
|
1228 |
-
#: ../ui/admin.php:
|
1229 |
msgid "Mailer Debug enabled."
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: ../ui/admin.php:
|
1233 |
msgid "Edit"
|
1234 |
msgstr "Bearbeiten"
|
1235 |
|
1236 |
-
#: ../ui/admin.php:
|
1237 |
msgid "Export"
|
1238 |
msgstr "Exportieren"
|
1239 |
|
1240 |
-
#: ../ui/admin.php:
|
1241 |
msgid "Clone Form"
|
1242 |
msgstr "Formular duplizieren"
|
1243 |
|
1244 |
-
#: ../ui/admin.php:
|
1245 |
msgid "Clone"
|
1246 |
msgstr "Duplizieren"
|
1247 |
|
1248 |
-
#: ../ui/admin.php:
|
1249 |
msgid "This will delete this form permanently. Continue?"
|
1250 |
msgstr "Dies löscht das Formular dauerhaft. Fortfahren?"
|
1251 |
|
1252 |
-
#: ../ui/admin.php:
|
1253 |
msgid "Delete"
|
1254 |
msgstr "Löschen"
|
1255 |
|
1256 |
-
#: ../ui/admin.php:
|
1257 |
msgid "You don't have any forms."
|
1258 |
msgstr "Sie haben keine Formulare."
|
1259 |
|
1260 |
-
#: ../ui/admin.php:
|
1261 |
msgid "An form name is required"
|
1262 |
msgstr "Ein Name für das Formular wird benötigt"
|
1263 |
|
1264 |
-
#: ../ui/admin.php:
|
1265 |
msgid ""
|
1266 |
"Looks like something is not working. Please try again a little later or post "
|
1267 |
"to the <a href=\"http://wordpress.org/support/plugin/caldera-forms\" target="
|
@@ -1288,8 +1150,8 @@ msgstr "In den Papierkorb bewegen"
|
|
1288 |
msgid "Delete Permanently"
|
1289 |
msgstr "Endgültig löschen"
|
1290 |
|
1291 |
-
#: ../ui/admin_templates.php:19 ../ui/admin_templates.php:
|
1292 |
-
#: ../ui/edit.php:
|
1293 |
msgid "Form Name"
|
1294 |
msgstr "Formularname"
|
1295 |
|
@@ -1297,24 +1159,24 @@ msgstr "Formularname"
|
|
1297 |
msgid "Form File"
|
1298 |
msgstr "Formular-Datei"
|
1299 |
|
1300 |
-
#: ../ui/admin_templates.php:
|
1301 |
msgid "Description"
|
1302 |
msgstr "Beschreibung"
|
1303 |
|
1304 |
-
#: ../ui/admin_templates.php:
|
1305 |
#, fuzzy
|
1306 |
msgid "ID"
|
1307 |
msgstr "ID"
|
1308 |
|
1309 |
-
#: ../ui/admin_templates.php:
|
1310 |
msgid "Submitted"
|
1311 |
msgstr "Erstellt"
|
1312 |
|
1313 |
-
#: ../ui/admin_templates.php:
|
1314 |
msgid "No entries found"
|
1315 |
msgstr "Keine Einträge gefunden"
|
1316 |
|
1317 |
-
#: ../ui/admin_templates.php:
|
1318 |
msgid "No entries yet."
|
1319 |
msgstr "Keine Einträge"
|
1320 |
|
@@ -1337,221 +1199,234 @@ msgstr "Verbindungstyp"
|
|
1337 |
msgid "Select a source"
|
1338 |
msgstr "Wählen Sie eine Quelle"
|
1339 |
|
1340 |
-
#: ../ui/edit.php:64 ../ui/edit.php:
|
1341 |
#, fuzzy
|
1342 |
msgid "Post Type"
|
1343 |
msgstr "Ungültiger Artikeltyp"
|
1344 |
|
1345 |
-
#: ../ui/edit.php:65 ../ui/edit.php:
|
1346 |
#, fuzzy
|
1347 |
msgid "Taxonomy"
|
1348 |
msgstr "Taxonomie"
|
1349 |
|
1350 |
-
#: ../ui/edit.php:
|
1351 |
msgid "Add Option"
|
1352 |
msgstr "Option hinzufügen"
|
1353 |
|
1354 |
-
#: ../ui/edit.php:
|
1355 |
msgid "Bulk Insert"
|
1356 |
msgstr "Bild einfügen"
|
1357 |
|
1358 |
-
#: ../ui/edit.php:
|
1359 |
msgid "Single option per line. These replace the current list."
|
1360 |
msgstr "Eine Option je Zeile. Dies ersetzt die aktuelle Liste."
|
1361 |
|
1362 |
-
#: ../ui/edit.php:
|
1363 |
msgid "Insert Options"
|
1364 |
msgstr "Optionen einfügen"
|
1365 |
|
1366 |
-
#: ../ui/edit.php:
|
1367 |
msgid "No Default"
|
1368 |
msgstr "Kein Standard"
|
1369 |
|
1370 |
-
#: ../ui/edit.php:
|
1371 |
msgid "Show Values"
|
1372 |
msgstr "Werte anzeigen"
|
1373 |
|
1374 |
-
#: ../ui/edit.php:
|
1375 |
msgid "Label"
|
1376 |
msgstr "Label"
|
1377 |
|
1378 |
-
#: ../ui/edit.php:
|
1379 |
msgid "Elements"
|
1380 |
msgstr "Elemente"
|
1381 |
|
1382 |
-
#: ../ui/edit.php:
|
1383 |
msgid "Settings"
|
1384 |
msgstr "Einstellungen"
|
1385 |
|
1386 |
-
#: ../ui/edit.php:
|
1387 |
msgid "Conditions"
|
1388 |
msgstr "Bedingungen"
|
1389 |
|
1390 |
-
#: ../ui/edit.php:
|
1391 |
msgid "Element Type"
|
1392 |
msgstr "Elementtyp"
|
1393 |
|
1394 |
-
#: ../ui/edit.php:
|
1395 |
msgid "Hide Label"
|
1396 |
msgstr "Label verstecken"
|
1397 |
|
1398 |
-
#: ../ui/edit.php:
|
1399 |
#, fuzzy
|
1400 |
msgid "Slug"
|
1401 |
msgstr "Titelform"
|
1402 |
|
1403 |
-
#: ../ui/edit.php:
|
1404 |
msgid "Required"
|
1405 |
msgstr "Pflichtfeld"
|
1406 |
|
1407 |
-
#: ../ui/edit.php:
|
1408 |
msgid "Show in Entry List"
|
1409 |
msgstr "In der Eingabeliste zeigen"
|
1410 |
|
1411 |
-
#: ../ui/edit.php:
|
1412 |
msgid ""
|
1413 |
"Are you sure you want to remove this field?. 'Cancel' to stop. 'OK' to delete"
|
1414 |
msgstr "Sind Sie sicher, dass dieses Feld entfernt werden soll?"
|
1415 |
|
1416 |
-
#: ../ui/edit.php:
|
1417 |
msgid "Delete Element"
|
1418 |
msgstr "Element löschen"
|
1419 |
|
1420 |
-
#: ../ui/edit.php:
|
1421 |
msgid "Show"
|
1422 |
msgstr "Anzeigen"
|
1423 |
|
1424 |
-
#: ../ui/edit.php:
|
1425 |
msgid "Hide"
|
1426 |
msgstr "Verstecken"
|
1427 |
|
1428 |
-
#: ../ui/edit.php:
|
1429 |
msgid "Disable"
|
1430 |
msgstr "Deaktivieren"
|
1431 |
|
1432 |
-
#: ../ui/edit.php:
|
1433 |
#, fuzzy
|
1434 |
msgid "Add Conditional Group"
|
1435 |
msgstr "Operator Gruppe hinzufügen"
|
1436 |
|
1437 |
-
#: ../ui/edit.php:
|
1438 |
msgid "General Settings"
|
1439 |
msgstr "Grundeinstellungen"
|
1440 |
|
1441 |
-
#: ../ui/edit.php:
|
|
|
|
|
|
|
|
|
1442 |
msgid "Update Form"
|
1443 |
msgstr "Änderungen speichern"
|
1444 |
|
1445 |
-
#: ../ui/edit.php:
|
1446 |
msgid "Preview Form"
|
1447 |
msgstr "Vorschau des Formulars"
|
1448 |
|
1449 |
-
#: ../ui/edit.php:
|
1450 |
msgid "Form Description"
|
1451 |
msgstr "Beschreibung des Formulars"
|
1452 |
|
1453 |
-
#: ../ui/edit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1454 |
msgid "Capture Entries"
|
1455 |
msgstr "Einträge sichern"
|
1456 |
|
1457 |
-
#: ../ui/edit.php:
|
1458 |
msgid "Pin to Menu"
|
1459 |
msgstr "An das Menü anhängen"
|
1460 |
|
1461 |
-
#: ../ui/edit.php:
|
1462 |
msgid "View Entries"
|
1463 |
msgstr "Einträge anzeigen"
|
1464 |
|
1465 |
-
#: ../ui/edit.php:
|
1466 |
msgid "All"
|
1467 |
msgstr "Alle"
|
1468 |
|
1469 |
-
#: ../ui/edit.php:
|
1470 |
msgid "Hide Form"
|
1471 |
msgstr "Formular ausblenden"
|
1472 |
|
1473 |
-
#: ../ui/edit.php:
|
1474 |
msgid "Hide form after successful submission"
|
1475 |
msgstr "Formular nach dem erfolgreichen Abschicken ausblenden"
|
1476 |
|
1477 |
-
#: ../ui/edit.php:
|
1478 |
msgid "Honeypot"
|
1479 |
msgstr "Honigtopf"
|
1480 |
|
1481 |
-
#: ../ui/edit.php:
|
1482 |
msgid "Place an invisible field to trick spambots"
|
1483 |
msgstr "Fügen Sie ein unsichtbares Feld ein, um damit SPAM-Bots auszutricksen"
|
1484 |
|
1485 |
-
#: ../ui/edit.php:
|
1486 |
msgid "Success Message"
|
1487 |
msgstr "Erfolgsmeldung"
|
1488 |
|
1489 |
-
#: ../ui/edit.php:
|
1490 |
msgid "Gravatar Field"
|
1491 |
msgstr "Gravatar Feld"
|
1492 |
|
1493 |
-
#: ../ui/edit.php:
|
1494 |
msgid "Used when viewing an entry from a non-logged in user."
|
1495 |
msgstr ""
|
1496 |
"Genutzt, wenn ein Eintrag eines nicht-angemeldeten Benutzers gezeigt wird"
|
1497 |
|
1498 |
-
#: ../ui/edit.php:
|
1499 |
msgid "Add New"
|
1500 |
msgstr "Neu hinzufügen"
|
1501 |
|
1502 |
-
#: ../ui/edit.php:
|
1503 |
msgid "Remove"
|
1504 |
msgstr "Entfernen"
|
1505 |
|
1506 |
-
#: ../ui/edit.php:
|
1507 |
msgid "Set Element"
|
1508 |
msgstr "Element setzen"
|
1509 |
|
1510 |
-
#: ../ui/edit.php:
|
1511 |
msgid "No description given"
|
1512 |
msgstr "Keine Beschreibung"
|
1513 |
|
1514 |
-
#: ../ui/edit.php:
|
1515 |
msgid "or"
|
1516 |
msgstr "oder"
|
1517 |
|
1518 |
-
#: ../ui/edit.php:
|
1519 |
msgid "is"
|
1520 |
msgstr "ist"
|
1521 |
|
1522 |
-
#: ../ui/edit.php:
|
1523 |
msgid "is not"
|
1524 |
msgstr "ist nicht"
|
1525 |
|
1526 |
-
#: ../ui/edit.php:
|
1527 |
msgid "is greater than"
|
1528 |
msgstr "ist größer als"
|
1529 |
|
1530 |
-
#: ../ui/edit.php:
|
1531 |
msgid "is less than"
|
1532 |
msgstr "ist kleiner als"
|
1533 |
|
1534 |
-
#: ../ui/edit.php:
|
1535 |
msgid "starts with"
|
1536 |
msgstr "startet mit"
|
1537 |
|
1538 |
-
#: ../ui/edit.php:
|
1539 |
msgid "ends with"
|
1540 |
msgstr "endet mit"
|
1541 |
|
1542 |
-
#: ../ui/edit.php:
|
1543 |
msgid "contains"
|
1544 |
msgstr "beinhaltet"
|
1545 |
|
1546 |
-
#: ../ui/edit.php:
|
1547 |
msgid "Select field first"
|
1548 |
msgstr "Wählen Sie zuerst ein Feld"
|
1549 |
|
1550 |
-
#: ../ui/edit.php:
|
1551 |
msgid "Add Condition"
|
1552 |
msgstr "Bedingung hinzufügen"
|
1553 |
|
1554 |
-
#: ../ui/edit.php:
|
1555 |
msgid "and"
|
1556 |
msgstr "und"
|
1557 |
|
@@ -1609,16 +1484,28 @@ msgstr "Keine Verbindung oder keine Erweiterungen verfügbar"
|
|
1609 |
msgid "Enabled"
|
1610 |
msgstr "aktiv"
|
1611 |
|
1612 |
-
#: ../ui/panels/emailer.php:45
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1616 |
|
1617 |
#: ../ui/panels/emailer.php:56
|
1618 |
#, fuzzy
|
1619 |
msgid "Reply To Email"
|
1620 |
msgstr "Empfänger-Email"
|
1621 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1622 |
#: ../ui/panels/emailer.php:64
|
1623 |
msgid "Email Type"
|
1624 |
msgstr "Email-Typ"
|
@@ -1635,7 +1522,7 @@ msgstr "Eine CSV Version des Formulars anhängen"
|
|
1635 |
msgid "Recipients"
|
1636 |
msgstr "Empfänger"
|
1637 |
|
1638 |
-
#: ../ui/panels/emailer.php:84
|
1639 |
msgid "Comma separated list of email addresses."
|
1640 |
msgstr "Komma-separierte Liste der Email-Adressen"
|
1641 |
|
@@ -1643,11 +1530,8 @@ msgstr "Komma-separierte Liste der Email-Adressen"
|
|
1643 |
msgid "BCC"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: ../ui/panels/emailer.php:
|
1647 |
-
|
1648 |
-
msgid ""
|
1649 |
-
"Comma separated list of email addresses. Use %field_slug% to use a value "
|
1650 |
-
"from the form."
|
1651 |
msgstr "Nutzen Sie %field_slug% um den Wert im Formular zu nutzen"
|
1652 |
|
1653 |
#: ../ui/panels/emailer.php:104
|
@@ -1655,8 +1539,9 @@ msgid "Email Message"
|
|
1655 |
msgstr "Email-Nachricht"
|
1656 |
|
1657 |
#: ../ui/panels/emailer.php:107
|
|
|
1658 |
msgid ""
|
1659 |
-
"Magic tags, %field_slug% are replaced with submitted data.
|
1660 |
"build an automatic mail based on form content. Leaving the mailer blank, "
|
1661 |
"will create and automatic summary."
|
1662 |
msgstr ""
|
@@ -1677,11 +1562,11 @@ msgstr ""
|
|
1677 |
#: ../ui/panels/emailer.php:116
|
1678 |
msgid ""
|
1679 |
"If set, entries will have a \"Mailer Debug\" meta tab to see the transaction "
|
1680 |
-
"
|
1681 |
"tracking."
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#: ../ui/panels/emailer.php:
|
1685 |
msgid ""
|
1686 |
"Please add a \"Button\" element and set it to \"Submit\" if you want to have "
|
1687 |
"the form submittable."
|
@@ -1695,7 +1580,7 @@ msgstr "Sie entfernen alle Felder dieser Reihe. Sind Sie sicher?"
|
|
1695 |
|
1696 |
#: ../ui/panels/layout.php:14 ../ui/panels/layout.php:18
|
1697 |
#: ../ui/panels/layout.php:22 ../ui/panels/layout.php:108
|
1698 |
-
#: ../ui/panels/layout_add_row.php:4 ../ui/panels/pages.php:
|
1699 |
msgid "Page"
|
1700 |
msgstr "Seite"
|
1701 |
|
@@ -1754,19 +1639,19 @@ msgstr "Nutzen"
|
|
1754 |
msgid "Don't Use"
|
1755 |
msgstr "Nicht nutzen"
|
1756 |
|
1757 |
-
#: ../ui/panels/processors.php:
|
1758 |
msgid "Add Processor"
|
1759 |
msgstr "Prozessor hinzufügen"
|
1760 |
|
1761 |
-
#: ../ui/panels/processors.php:
|
1762 |
msgid "Use Processor"
|
1763 |
msgstr "Prozessor nutzen"
|
1764 |
|
1765 |
-
#: ../ui/panels/processors.php:
|
1766 |
msgid "by"
|
1767 |
msgstr "von"
|
1768 |
|
1769 |
-
#: ../ui/panels/processors.php:
|
1770 |
msgid "This processor has no configurable options."
|
1771 |
msgstr "Dieser Prozessor hat keine Einstellungen"
|
1772 |
|
@@ -1782,18 +1667,28 @@ msgstr "Verhalten"
|
|
1782 |
msgid "No variables defined"
|
1783 |
msgstr "Keine Variablen definiert"
|
1784 |
|
1785 |
-
#: ../ui/panels/variables.php:29 ../ui/panels/variables.php:
|
1786 |
msgid "Static"
|
1787 |
msgstr "Statisch"
|
1788 |
|
1789 |
-
#: ../ui/panels/variables.php:30 ../ui/panels/variables.php:
|
1790 |
msgid "Passback"
|
1791 |
msgstr "Rückgabe"
|
1792 |
|
1793 |
-
#: ../
|
1794 |
#, fuzzy
|
1795 |
-
msgid "
|
1796 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1797 |
|
1798 |
#~ msgid "Field"
|
1799 |
#~ msgstr "Feld"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Caldera Forms\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2015-06-04 11:20+0200\n"
|
6 |
+
"PO-Revision-Date: 2015-06-04 11:20+0200\n"
|
7 |
"Last-Translator: Detlef <d.beyer@crash.de>\n"
|
8 |
"Language-Team: Tricodia Systems <david@digilab.co.za>\n"
|
9 |
"Language: de\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
|
20 |
+
#: ../classes/admin.php:108
|
21 |
msgid "Invalid Form."
|
22 |
msgstr "Ungültiges Formular."
|
23 |
|
24 |
+
#: ../classes/admin.php:206 ../classes/admin.php:207 ../classes/admin.php:309
|
25 |
#: ../ui/entries_toolbar.php:27
|
26 |
msgid "Trash"
|
27 |
msgstr "Papierkorb"
|
28 |
|
29 |
+
#: ../classes/admin.php:207 ../classes/admin.php:309
|
30 |
#: ../ui/admin_templates.php:9
|
31 |
msgid "Restore"
|
32 |
msgstr "Zurücksetzen"
|
33 |
|
34 |
+
#: ../classes/admin.php:307 ../ui/admin_templates.php:110
|
35 |
msgid "Entry"
|
36 |
msgstr "Eingabe"
|
37 |
|
38 |
+
#: ../classes/admin.php:307
|
39 |
msgid "View"
|
40 |
msgstr "Anzeige"
|
41 |
|
42 |
+
#: ../classes/admin.php:349 ../classes/admin.php:357
|
43 |
msgid "Add Form to Page"
|
44 |
msgstr "Formular zur Seite hinzufügen"
|
45 |
|
46 |
+
#: ../classes/admin.php:350
|
47 |
msgid "Insert Form Shortcode"
|
48 |
msgstr "Formular Shortcode einfügen"
|
49 |
|
50 |
+
#: ../classes/admin.php:350 ../classes/widget.php:8
|
51 |
#, fuzzy
|
52 |
msgid "Caldera Form"
|
53 |
msgstr "Ein Caldera Formular hinzufügen"
|
54 |
|
55 |
+
#: ../classes/admin.php:377 ../ui/admin.php:108
|
56 |
+
#, fuzzy
|
57 |
+
msgid "Deactivate"
|
58 |
+
msgstr "Aktiv"
|
59 |
+
|
60 |
+
#: ../classes/admin.php:381 ../ui/admin.php:108
|
61 |
+
#, fuzzy
|
62 |
+
msgid "Activate"
|
63 |
+
msgstr "Aktiv"
|
64 |
+
|
65 |
+
#: ../classes/admin.php:673 ../classes/admin.php:679 ../classes/admin.php:685
|
66 |
+
#: ../classes/admin.php:686 ../classes/admin.php:720 ../classes/admin.php:724
|
67 |
+
#: ../includes/filter_addon_plugins.php:50 ../ui/admin.php:32
|
68 |
+
#: ../ui/community.php:5 ../ui/edit.php:448 ../ui/extend.php:5
|
69 |
msgid "Caldera Forms"
|
70 |
msgstr "Caldera Formulare"
|
71 |
|
72 |
+
#: ../classes/admin.php:674
|
73 |
msgid "Caldera Forms Admin"
|
74 |
msgstr "Caldera Formular Admin"
|
75 |
|
76 |
+
#: ../classes/admin.php:674
|
77 |
msgid "Forms"
|
78 |
msgstr "Formulare"
|
79 |
|
80 |
+
#: ../classes/admin.php:685 ../ui/community.php:8
|
81 |
msgid "Community"
|
82 |
msgstr "Community"
|
83 |
|
84 |
+
#: ../classes/admin.php:686 ../ui/extend.php:8
|
85 |
msgid "Extend"
|
86 |
msgstr "Erweitern"
|
87 |
|
88 |
+
#: ../classes/admin.php:945 ../classes/admin.php:1107
|
89 |
msgid "Sorry, please try again"
|
90 |
msgstr "Sorry, bitte noch einmal versuchen"
|
91 |
|
92 |
+
#: ../classes/admin.php:945
|
93 |
msgid "Form Delete Error"
|
94 |
msgstr "Fehler beim Löschen des Formulars"
|
95 |
|
96 |
+
#: ../classes/admin.php:1098
|
97 |
msgid "Sorry, File is not valid."
|
98 |
msgstr "Sorry, die Datei ist nicht gültig"
|
99 |
|
100 |
+
#: ../classes/admin.php:1098 ../classes/admin.php:1102
|
101 |
+
#: ../classes/admin.php:1107
|
102 |
msgid "Form Import Error"
|
103 |
msgstr "Fehler beim Import des Fomulars"
|
104 |
|
105 |
+
#: ../classes/admin.php:1102
|
106 |
msgid "Sorry, File not uploaded."
|
107 |
msgstr "Sorry, die Datei wurde nicht geladen"
|
108 |
|
109 |
+
#: ../classes/admin.php:1116
|
110 |
msgid "Form does not exist."
|
111 |
msgstr "Das Formular existiert nicht"
|
112 |
|
113 |
+
#: ../classes/admin.php:1157
|
114 |
msgid "Export selection has expired"
|
115 |
msgstr "Export-Auswahl ist abgelaufen"
|
116 |
|
117 |
+
#: ../classes/admin.php:1157
|
118 |
msgid "Export Expired"
|
119 |
msgstr "Export ist abgelaufen"
|
120 |
|
121 |
+
#: ../classes/admin.php:1346
|
122 |
+
#, fuzzy
|
123 |
+
msgid "Form has been successfully submitted. Thank you."
|
124 |
msgstr "Das Formular wurde abgeschickt. Vielen Dank."
|
125 |
|
126 |
+
#: ../classes/admin.php:1383 ../classes/admin.php:1399
|
127 |
#, fuzzy
|
128 |
msgid "Layout"
|
129 |
msgstr "Layout"
|
130 |
|
131 |
+
#: ../classes/admin.php:1401
|
132 |
#, fuzzy
|
133 |
msgid "Layout Builder"
|
134 |
msgstr "Bildschirm-Layout"
|
135 |
|
136 |
+
#: ../classes/admin.php:1411
|
137 |
msgid "Pages"
|
138 |
msgstr "Seiten"
|
139 |
|
140 |
+
#: ../classes/admin.php:1413
|
141 |
msgid "Form Pages"
|
142 |
msgstr "Formularseiten"
|
143 |
|
144 |
+
#: ../classes/admin.php:1417
|
145 |
msgid "Processors"
|
146 |
msgstr "Prozessoren"
|
147 |
|
148 |
+
#: ../classes/admin.php:1419 ../ui/panels/processors.php:166
|
149 |
msgid "Form Processors"
|
150 |
msgstr "Formular Prozessoren"
|
151 |
|
152 |
+
#: ../classes/admin.php:1423 ../classes/admin.php:1425
|
153 |
+
#: ../ui/panels/variables.php:83
|
154 |
msgid "Variables"
|
155 |
msgstr "Variable"
|
156 |
|
157 |
+
#: ../classes/admin.php:1432
|
158 |
#, fuzzy
|
159 |
msgid "Responsive"
|
160 |
msgstr "Responsive"
|
161 |
|
162 |
+
#: ../classes/admin.php:1434
|
163 |
msgid "Resposive Settings"
|
164 |
msgstr "Responsive Einstellungen"
|
165 |
|
166 |
+
#: ../classes/admin.php:1438
|
167 |
msgid "Grid Collapse"
|
168 |
msgstr "Raster einklappen"
|
169 |
|
170 |
+
#: ../classes/admin.php:1440
|
171 |
msgid ""
|
172 |
"Set the smallest screen size at which to collapse the grid. (based on "
|
173 |
"Bootstrap 3.0)"
|
175 |
"Die Bildschirmbreite ab der das Raster zusammenklappt (basierend auf "
|
176 |
"Bootstrap 3.0)"
|
177 |
|
178 |
+
#: ../classes/admin.php:1447
|
179 |
msgid "Maintain grid always"
|
180 |
msgstr "Raster immer erhalten"
|
181 |
|
182 |
+
#: ../classes/admin.php:1467 ../ui/panels/emailer.php:32
|
183 |
#, fuzzy
|
184 |
msgid "Mailer"
|
185 |
msgstr "An den Mailer anhängen"
|
186 |
|
187 |
+
#: ../classes/admin.php:1469
|
188 |
msgid "Email Notification Settings"
|
189 |
msgstr "Email Benachrichtigungseinstellungen"
|
190 |
|
191 |
+
#: ../classes/core.php:346
|
192 |
msgid "The wasn't entered correct."
|
193 |
msgstr "Das wurde nicht richtig eingetragen"
|
194 |
|
195 |
+
#: ../classes/core.php:346 ../fields/button/config_template.php:9
|
|
|
196 |
msgid "Reset"
|
197 |
msgstr "Zurücksetzen"
|
198 |
|
199 |
+
#: ../classes/core.php:476 ../classes/core.php:490 ../classes/core.php:2885
|
200 |
msgid "Permission denied."
|
201 |
msgstr "Zugriff verweigert"
|
202 |
|
203 |
+
#: ../classes/core.php:607 ../ui/panels/emailer.php:4
|
204 |
msgid "Caldera Forms Notification"
|
205 |
msgstr "Benachrichtigung von Caldera Forms"
|
206 |
|
207 |
+
#: ../classes/core.php:973
|
208 |
msgid "Auto Responder"
|
209 |
msgstr "Auto Antwort"
|
210 |
|
211 |
+
#: ../classes/core.php:974
|
212 |
msgid "Sends out an auto response e-mail"
|
213 |
msgstr "Sendet eine automatische Benachrichtigung"
|
214 |
|
215 |
+
#: ../classes/core.php:978
|
216 |
msgid "Thank you for contacting us"
|
217 |
msgstr "Danke für Ihre Anfrage"
|
218 |
|
219 |
+
#: ../classes/core.php:982
|
220 |
msgid "Redirect"
|
221 |
msgstr "Umleiten"
|
222 |
|
223 |
+
#: ../classes/core.php:983
|
224 |
msgid "Redirects user to URL on successful submit"
|
225 |
msgstr "Leitet den Nutzer nach erfolgreicher Eingabe auf eine andere Seite um"
|
226 |
|
227 |
+
#: ../classes/core.php:988
|
228 |
msgid "Increment Value"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: ../classes/core.php:989
|
232 |
msgid "Increment a value per entry."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: ../classes/core.php:1003
|
236 |
#, fuzzy
|
237 |
msgid "Akismet"
|
238 |
msgstr "Akismet"
|
239 |
|
240 |
+
#: ../classes/core.php:1004
|
241 |
#, fuzzy
|
242 |
msgid "Anti-spam filtering"
|
243 |
msgstr "reCAPTCHA anti-spam Feld"
|
244 |
|
245 |
+
#: ../classes/core.php:1037
|
246 |
msgid "Akismet not setup."
|
247 |
msgstr "Akismet wurde nicht eingerichtet."
|
248 |
|
249 |
+
#: ../classes/core.php:1164
|
250 |
msgid "Calculation"
|
251 |
msgstr "Berechnung"
|
252 |
|
253 |
+
#: ../classes/core.php:1167 ../classes/core.php:1189 ../classes/core.php:1226
|
254 |
+
#: ../classes/core.php:1309 ../classes/core.php:1412
|
|
|
|
|
|
|
|
|
|
|
255 |
msgid "Special"
|
256 |
msgstr "Spezial"
|
257 |
|
258 |
+
#: ../classes/core.php:1167
|
259 |
msgid "Math"
|
260 |
msgstr "Mathe"
|
261 |
|
262 |
+
#: ../classes/core.php:1168
|
263 |
msgid "Calculate values"
|
264 |
msgstr "Werte berechnen"
|
265 |
|
266 |
+
#: ../classes/core.php:1175
|
267 |
msgid "Total"
|
268 |
msgstr "Summe"
|
269 |
|
270 |
+
#: ../classes/core.php:1187
|
|
|
271 |
msgid "Range Slider"
|
272 |
msgstr "Schieberegler"
|
273 |
|
274 |
+
#: ../classes/core.php:1190
|
|
|
275 |
msgid "Range Slider input field"
|
276 |
msgstr "Schieberegler Eingabefeld"
|
277 |
|
278 |
+
#: ../classes/core.php:1224
|
279 |
msgid "Star Rating"
|
280 |
msgstr "Sterne-Bewertung"
|
281 |
|
282 |
+
#: ../classes/core.php:1226
|
283 |
#, fuzzy
|
284 |
msgid "Feedback"
|
285 |
msgstr "Feedback"
|
286 |
|
287 |
+
#: ../classes/core.php:1227
|
288 |
msgid "Star rating input for feedback"
|
289 |
msgstr "Sterne-Bewertung für ein Feedback"
|
290 |
|
291 |
+
#: ../classes/core.php:1259
|
292 |
msgid "Phone Number"
|
293 |
msgstr "Telefonnummer"
|
294 |
|
295 |
+
#: ../classes/core.php:1260
|
296 |
msgid "Phone number with masking"
|
297 |
msgstr "Maskierte Telefonnummer"
|
298 |
|
299 |
+
#: ../classes/core.php:1262 ../classes/core.php:1284 ../classes/core.php:1353
|
300 |
+
#: ../classes/core.php:1390 ../classes/core.php:1400 ../classes/core.php:1497
|
301 |
+
#: ../classes/core.php:1523
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
msgid "Text Fields"
|
303 |
msgstr "Textfelder"
|
304 |
|
305 |
+
#: ../classes/core.php:1262 ../classes/core.php:1284 ../classes/core.php:1299
|
306 |
+
#: ../classes/core.php:1353 ../classes/core.php:1369 ../classes/core.php:1390
|
307 |
+
#: ../classes/core.php:1400 ../classes/core.php:1441 ../classes/core.php:1460
|
308 |
+
#: ../classes/core.php:1479 ../classes/core.php:1552 ../ui/edit.php:170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
#, fuzzy
|
310 |
msgid "Basic"
|
311 |
msgstr "Grundlegende Einstellungen"
|
312 |
|
313 |
+
#: ../classes/core.php:1262
|
314 |
#, fuzzy
|
315 |
msgid "User"
|
316 |
msgstr "Benutzer"
|
317 |
|
318 |
+
#: ../classes/core.php:1281 ../classes/core.php:1282
|
|
|
|
|
319 |
msgid "Single Line Text"
|
320 |
msgstr "Einzelne Textzeile"
|
321 |
|
322 |
+
#: ../classes/core.php:1295 ../classes/core.php:1299
|
|
|
|
|
323 |
msgid "File"
|
324 |
msgstr "Datei"
|
325 |
|
326 |
+
#: ../classes/core.php:1296
|
327 |
msgid "File Uploader"
|
328 |
msgstr "Datei Uploader"
|
329 |
|
330 |
+
#: ../classes/core.php:1306
|
331 |
msgid "reCAPTCHA"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: ../classes/core.php:1307
|
335 |
msgid "reCAPTCHA anti-spam field"
|
336 |
msgstr "reCAPTCHA anti-spam Feld"
|
337 |
|
338 |
+
#: ../classes/core.php:1332
|
339 |
#, fuzzy
|
340 |
msgid "HTML"
|
341 |
msgstr "HTML"
|
342 |
|
343 |
+
#: ../classes/core.php:1333
|
344 |
msgid "Add text/html content"
|
345 |
msgstr "text/html hinzufügen"
|
346 |
|
347 |
+
#: ../classes/core.php:1335 ../fields/html/config_template.php:2
|
348 |
#: ../processors/akismet/config.php:20
|
|
|
349 |
msgid "Content"
|
350 |
msgstr "Inhalt"
|
351 |
|
352 |
+
#: ../classes/core.php:1350 ../classes/core.php:1351
|
|
|
|
|
353 |
msgid "Hidden"
|
354 |
msgstr "Versteckt"
|
355 |
|
356 |
+
#: ../classes/core.php:1366 ../fields/button/config_template.php:6
|
|
|
|
|
357 |
msgid "Button"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: ../classes/core.php:1367
|
361 |
msgid "Button, Submit and Reset types"
|
362 |
msgstr "Button, Submit und Reset Typen"
|
363 |
|
364 |
+
#: ../classes/core.php:1369
|
365 |
msgid "Buttons"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: ../classes/core.php:1387 ../classes/core.php:1388
|
|
|
|
|
369 |
msgid "Email Address"
|
370 |
msgstr "Email Adresse"
|
371 |
|
372 |
+
#: ../classes/core.php:1397 ../classes/core.php:1398
|
|
|
|
|
373 |
msgid "Paragraph Textarea"
|
374 |
msgstr "Textarea (Abschnitt)"
|
375 |
|
376 |
+
#: ../classes/core.php:1410 ../classes/core.php:1411
|
|
|
|
|
377 |
msgid "Toggle Switch"
|
378 |
msgstr "Umschalter"
|
379 |
|
380 |
+
#: ../classes/core.php:1412 ../classes/core.php:1441 ../classes/core.php:1460
|
381 |
+
#: ../classes/core.php:1479 ../classes/core.php:1552
|
|
|
|
|
|
|
|
|
|
|
382 |
msgid "Select Options"
|
383 |
msgstr "Auswahl Optionen"
|
384 |
|
385 |
+
#: ../classes/core.php:1438 ../classes/core.php:1439
|
|
|
|
|
386 |
msgid "Dropdown Select"
|
387 |
msgstr "Dropdown Auswahl"
|
388 |
|
389 |
+
#: ../classes/core.php:1457 ../classes/core.php:1458
|
|
|
|
|
390 |
msgid "Checkbox"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: ../classes/core.php:1476 ../classes/core.php:1477
|
|
|
|
|
394 |
msgid "Radio"
|
395 |
msgstr "Radio Button"
|
396 |
|
397 |
+
#: ../classes/core.php:1494 ../classes/core.php:1495
|
|
|
|
|
398 |
msgid "Date Picker"
|
399 |
msgstr "Datums Picker"
|
400 |
|
401 |
+
#: ../classes/core.php:1497 ../classes/core.php:1523
|
|
|
|
|
402 |
msgid "Pickers"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: ../classes/core.php:1521 ../classes/core.php:1522
|
|
|
|
|
406 |
msgid "Color Picker"
|
407 |
msgstr "Farb Picker"
|
408 |
|
409 |
+
#: ../classes/core.php:1549
|
410 |
#, fuzzy
|
411 |
msgid "State/ Province Select"
|
412 |
msgstr "Verzeichnis auswählen"
|
413 |
|
414 |
+
#: ../classes/core.php:1550
|
415 |
msgid "Dropdown select for US states and Canadian provinces."
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: ../classes/core.php:1844
|
419 |
#, fuzzy
|
420 |
msgid "System Tags"
|
421 |
msgstr "Schlagwörter hinzufügen"
|
422 |
|
423 |
+
#: ../classes/core.php:2556 ../classes/core.php:2590
|
424 |
#, fuzzy
|
425 |
msgid "Mailer Debug"
|
426 |
msgstr "An den Mailer anhängen"
|
427 |
|
428 |
+
#: ../classes/core.php:2649 ../classes/core.php:3554
|
429 |
msgid "Invalid form ID"
|
430 |
msgstr "Ungültige Formular ID"
|
431 |
|
432 |
+
#: ../classes/core.php:2895 ../classes/core.php:2900 ../classes/core.php:2907
|
433 |
+
#: ../classes/core.php:3891 ../classes/core.php:3907 ../classes/core.php:3910
|
434 |
+
#: ../classes/core.php:3914
|
435 |
msgid "Permission denied or entry does not exist."
|
436 |
msgstr "Zugriff verweigert oder der Eintrag existiert nicht"
|
437 |
|
438 |
+
#: ../classes/core.php:2947
|
439 |
msgid "is required"
|
440 |
msgstr "wird benötigt"
|
441 |
|
442 |
+
#: ../classes/core.php:3759 ../classes/core.php:3765
|
443 |
+
msgid "Form is currently not active."
|
444 |
+
msgstr ""
|
445 |
+
|
446 |
+
#: ../classes/core.php:4196
|
447 |
msgid "WARNING: Form is in Mailer Debug mode. Disable before going live."
|
448 |
msgstr ""
|
449 |
|
456 |
msgstr "Formular"
|
457 |
|
458 |
#: ../fields/button/config_template.php:2
|
|
|
459 |
msgid "Type"
|
460 |
msgstr "Typ"
|
461 |
|
462 |
#: ../fields/button/config_template.php:5
|
|
|
463 |
msgid "Submit"
|
464 |
msgstr "Absenden"
|
465 |
|
466 |
#: ../fields/button/config_template.php:7
|
|
|
467 |
msgid "Next Page"
|
468 |
msgstr "Nächste Seite"
|
469 |
|
470 |
#: ../fields/button/config_template.php:8
|
|
|
471 |
msgid "Previous Page"
|
472 |
msgstr "Vorherig Seite"
|
473 |
|
474 |
#: ../fields/button/config_template.php:14
|
|
|
475 |
#, fuzzy
|
476 |
msgid "Class"
|
477 |
msgstr "Klasse"
|
478 |
|
479 |
#: ../fields/calculation/config.php:2
|
|
|
480 |
msgid "Element"
|
481 |
msgstr "Element"
|
482 |
|
483 |
#: ../fields/calculation/config.php:8
|
|
|
484 |
msgid "Classes"
|
485 |
msgstr "Classes"
|
486 |
|
487 |
#: ../fields/calculation/config.php:14
|
|
|
488 |
msgid "Before"
|
489 |
msgstr "Vor"
|
490 |
|
491 |
#: ../fields/calculation/config.php:20
|
|
|
492 |
msgid "After"
|
493 |
msgstr "Nach"
|
494 |
|
495 |
#: ../fields/calculation/config.php:27
|
|
|
496 |
msgid "Money Format"
|
497 |
msgstr "Währungsformat"
|
498 |
|
499 |
#: ../fields/calculation/config.php:32
|
500 |
+
msgid "Separator"
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: ../fields/calculation/config.php:35
|
504 |
+
msgid "Setup a custom thousand separator. e.g 10,000.00 or 10.000.00"
|
505 |
+
msgstr ""
|
506 |
+
|
507 |
+
#: ../fields/calculation/config.php:41
|
508 |
msgid "Manual Formula"
|
509 |
msgstr "Manuelle Formel"
|
510 |
|
511 |
+
#: ../fields/calculation/config.php:54
|
|
|
512 |
msgid "Add Operator Group"
|
513 |
msgstr "Operator Gruppe hinzufügen"
|
514 |
|
515 |
+
#: ../fields/calculation/config.php:63
|
516 |
+
#, fuzzy
|
517 |
+
msgid "Use %field_slug% as field value variables"
|
518 |
msgstr "Benutzen Sie %field_slug% um den Wert einer Variablen anzuzeigen"
|
519 |
|
520 |
#: ../fields/checkbox/config_template.php:3
|
521 |
#: ../fields/radio/config_template.php:4
|
|
|
|
|
522 |
msgid "Inline"
|
523 |
msgstr ""
|
524 |
|
526 |
#: ../fields/email/config.php:8 ../fields/paragraph/config_template.php:14
|
527 |
#: ../fields/phone/config.php:8 ../fields/range_slider/config.php:10
|
528 |
#: ../fields/text/config.php:8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
529 |
msgid "Default"
|
530 |
msgstr "Standard"
|
531 |
|
532 |
#: ../fields/color_picker/setup.php:2
|
|
|
533 |
msgid "Color"
|
534 |
msgstr "Farbe"
|
535 |
|
536 |
#: ../fields/date_picker/setup.php:8
|
|
|
537 |
msgid "Format"
|
538 |
msgstr "Formulaire"
|
539 |
|
540 |
#: ../fields/date_picker/setup.php:14
|
|
|
541 |
msgid "Autoclose"
|
542 |
msgstr ""
|
543 |
|
544 |
#: ../fields/date_picker/setup.php:16
|
|
|
545 |
#, fuzzy
|
546 |
msgid "Enable autoclose"
|
547 |
msgstr "Eingabe verstecken"
|
548 |
|
549 |
#: ../fields/date_picker/setup.php:17
|
|
|
550 |
msgid ""
|
551 |
"If enabled, the date picker will automatically close after selecting the "
|
552 |
"final input"
|
553 |
msgstr ""
|
554 |
|
555 |
#: ../fields/date_picker/setup.php:21
|
|
|
556 |
#, fuzzy
|
557 |
msgid "Start View"
|
558 |
msgstr "Größe des Sterns"
|
559 |
|
560 |
#: ../fields/date_picker/setup.php:24
|
|
|
561 |
#, fuzzy
|
562 |
msgid "Month (Default)"
|
563 |
msgstr "Kein Standard"
|
564 |
|
565 |
#: ../fields/date_picker/setup.php:25
|
|
|
566 |
msgid "Year"
|
567 |
msgstr ""
|
568 |
|
569 |
#: ../fields/date_picker/setup.php:26
|
|
|
570 |
msgid "Decade"
|
571 |
msgstr ""
|
572 |
|
573 |
#: ../fields/date_picker/setup.php:28
|
|
|
574 |
msgid "The starting view of the date picker (month, year, decade)"
|
575 |
msgstr ""
|
576 |
|
577 |
#: ../fields/date_picker/setup.php:32
|
|
|
578 |
msgid "language"
|
579 |
msgstr "Sprache"
|
580 |
|
581 |
#: ../fields/date_picker/setup.php:100
|
|
|
582 |
msgid "Language to use. e.g. pt-BR"
|
583 |
msgstr "Zu nutzende Sprache z.B. pt-BR"
|
584 |
|
585 |
#: ../fields/dropdown/config_template.php:2 ../fields/email/config.php:2
|
586 |
#: ../fields/paragraph/config_template.php:2 ../fields/phone/config.php:2
|
587 |
#: ../fields/text/config.php:2
|
|
|
|
|
|
|
|
|
|
|
588 |
msgid "Placeholder"
|
589 |
msgstr "Platzhalter"
|
590 |
|
591 |
#: ../fields/file/config_template.php:2
|
|
|
592 |
msgid "Attach to mailer"
|
593 |
msgstr "An den Mailer anhängen"
|
594 |
|
595 |
#: ../fields/file/config_template.php:9
|
|
|
596 |
msgid "Allowed Types"
|
597 |
msgstr "Erlaubte Typen"
|
598 |
|
599 |
#: ../fields/file/config_template.php:12
|
|
|
600 |
msgid "Comma separated eg. jpg,pdf,txt"
|
601 |
msgstr "Durch ein Komma getrennt z.B.: jpg, pdf, txt"
|
602 |
|
603 |
#: ../fields/gravatar/config.php:2
|
|
|
604 |
msgid "Email Field"
|
605 |
msgstr "Email Feld"
|
606 |
|
607 |
#: ../fields/gravatar/config.php:10
|
|
|
608 |
#, fuzzy
|
609 |
msgid "Mystery Man"
|
610 |
msgstr "Der blasse Typ vor der grauen Wand"
|
611 |
|
612 |
#: ../fields/gravatar/config.php:11
|
|
|
613 |
msgid "Blank"
|
614 |
msgstr "Leer"
|
615 |
|
616 |
#: ../fields/gravatar/config.php:12
|
|
|
617 |
#, fuzzy
|
618 |
msgid "Gravatar Logo"
|
619 |
msgstr "Gravatar Logo"
|
620 |
|
621 |
#: ../fields/gravatar/config.php:13
|
|
|
622 |
msgid "Identicon (Generated)"
|
623 |
msgstr "Identicon (generiert)"
|
624 |
|
625 |
#: ../fields/gravatar/config.php:14
|
|
|
626 |
msgid "Wavatar (Generated)"
|
627 |
msgstr "Wavatar (generiert)"
|
628 |
|
629 |
#: ../fields/gravatar/config.php:15
|
|
|
630 |
msgid "MonsterID (Generated)"
|
631 |
msgstr "MonsterID (generiert)"
|
632 |
|
633 |
#: ../fields/gravatar/config.php:16
|
|
|
634 |
msgid "Retro (Generated)"
|
635 |
msgstr "Retro (generiert)"
|
636 |
|
637 |
#: ../fields/gravatar/config.php:21
|
|
|
638 |
msgid "Fallback"
|
639 |
msgstr ""
|
640 |
|
641 |
#: ../fields/gravatar/config.php:35
|
|
|
642 |
msgid "Size"
|
643 |
msgstr "Größe"
|
644 |
|
645 |
#: ../fields/gravatar/config.php:42
|
|
|
646 |
msgid "Border Color"
|
647 |
msgstr "Rand-Farbe"
|
648 |
|
649 |
#: ../fields/gravatar/config.php:49
|
|
|
650 |
msgid "Border Size"
|
651 |
msgstr "Rand-Größe"
|
652 |
|
653 |
#: ../fields/gravatar/config.php:56
|
|
|
654 |
msgid "Border Radius"
|
655 |
msgstr "Rand-Radius"
|
656 |
|
657 |
+
#: ../fields/hidden/setup.php:2 ../ui/edit.php:106 ../ui/edit.php:135
|
658 |
#: ../ui/panels/variables.php:12
|
|
|
659 |
msgid "Value"
|
660 |
msgstr "Wert"
|
661 |
|
662 |
#: ../fields/paragraph/config_template.php:8
|
|
|
663 |
msgid "Rows"
|
664 |
msgstr "Reihen"
|
665 |
|
666 |
#: ../fields/phone/config.php:14
|
|
|
667 |
msgid "Style"
|
668 |
msgstr "Stil"
|
669 |
|
670 |
#: ../fields/phone/config.php:16
|
|
|
671 |
msgid "Local"
|
672 |
msgstr "Lokal"
|
673 |
|
674 |
#: ../fields/phone/config.php:18
|
|
|
675 |
msgid "International"
|
676 |
msgstr ""
|
677 |
|
678 |
#: ../fields/phone/config.php:20
|
|
|
679 |
#, fuzzy
|
680 |
msgid "Custom"
|
681 |
msgstr "Benutzerdefiniert"
|
682 |
|
683 |
#: ../fields/phone/config.php:22
|
|
|
684 |
msgid "Use the digit 9 to indicate a number"
|
685 |
msgstr "Nutzen Sie die Ziffer 9 um eine Zahl anzugeben"
|
686 |
|
687 |
#: ../fields/range_slider/config.php:17
|
|
|
688 |
#, fuzzy
|
689 |
msgid "Track"
|
690 |
msgstr "Track Farbe"
|
691 |
|
692 |
#: ../fields/range_slider/config.php:23
|
|
|
693 |
msgid "Highlight"
|
694 |
msgstr ""
|
695 |
|
696 |
#: ../fields/range_slider/config.php:29
|
|
|
697 |
msgid "Handle"
|
698 |
msgstr ""
|
699 |
|
700 |
#: ../fields/range_slider/config.php:35
|
|
|
701 |
msgid "Border"
|
702 |
msgstr "Bordure"
|
703 |
|
704 |
#: ../fields/range_slider/config.php:42
|
|
|
705 |
msgid "Steps"
|
706 |
msgstr "Schritte"
|
707 |
|
708 |
#: ../fields/range_slider/config.php:48
|
|
|
709 |
msgid "Minimum"
|
710 |
msgstr "Minimum"
|
711 |
|
712 |
#: ../fields/range_slider/config.php:54
|
|
|
713 |
msgid "Maximum"
|
714 |
msgstr "Maximum"
|
715 |
|
716 |
#: ../fields/range_slider/config.php:60
|
|
|
717 |
msgid "Show Value"
|
718 |
msgstr "Wert anzeigen"
|
719 |
|
720 |
#: ../fields/range_slider/config.php:66
|
|
|
721 |
msgid "Prefix"
|
722 |
msgstr "Préfixe"
|
723 |
|
724 |
#: ../fields/range_slider/config.php:72
|
|
|
725 |
msgid "Suffix"
|
726 |
msgstr "Suffixe"
|
727 |
|
730 |
msgstr ""
|
731 |
|
732 |
#: ../fields/recaptcha/config.php:3
|
|
|
733 |
msgid "Site Key"
|
734 |
msgstr "Site-Schlüssel"
|
735 |
|
736 |
#: ../fields/recaptcha/config.php:9
|
|
|
737 |
msgid "Secret Key"
|
738 |
msgstr "Geheimer Schüssel"
|
739 |
|
740 |
#: ../fields/recaptcha/config.php:15
|
|
|
741 |
msgid "Theme"
|
742 |
msgstr "Thema"
|
743 |
|
744 |
#: ../fields/recaptcha/config.php:18
|
|
|
745 |
msgid "Light"
|
746 |
msgstr "Hell"
|
747 |
|
748 |
#: ../fields/recaptcha/config.php:19
|
|
|
749 |
#, fuzzy
|
750 |
msgid "Dark"
|
751 |
msgstr "Dunkel"
|
752 |
|
753 |
#: ../fields/recaptcha/config.php:21
|
|
|
754 |
msgid ""
|
755 |
"Theme changes not available in preview. Update form and reload to see new "
|
756 |
"theme."
|
759 |
"Änderungen des Formulars und laden Sie erneut um das neue Thema zu sehen."
|
760 |
|
761 |
#: ../fields/recaptcha/preview.php:20
|
|
|
762 |
msgid "No Secret Key Added"
|
763 |
msgstr "Kein geheimer Schlüssel hinzugefügt"
|
764 |
|
765 |
#: ../fields/recaptcha/preview.php:23
|
|
|
766 |
msgid "No Site Key Added"
|
767 |
msgstr "Kein Site-Schlüssel hinzugefügt"
|
768 |
|
769 |
#: ../fields/star-rate/config.php:2
|
|
|
770 |
msgid "Number of Stars"
|
771 |
msgstr "Anzahl der Sterne"
|
772 |
|
773 |
#: ../fields/star-rate/config.php:8
|
|
|
774 |
msgid "Star Type"
|
775 |
msgstr "Typ des Sterns"
|
776 |
|
777 |
#: ../fields/star-rate/config.php:11
|
|
|
778 |
msgid "Star"
|
779 |
msgstr "Stern"
|
780 |
|
781 |
#: ../fields/star-rate/config.php:12
|
|
|
782 |
msgid "Heart"
|
783 |
msgstr "Herz"
|
784 |
|
785 |
#: ../fields/star-rate/config.php:13
|
|
|
786 |
msgid "Face"
|
787 |
msgstr "Gesicht"
|
788 |
|
789 |
#: ../fields/star-rate/config.php:14
|
|
|
790 |
msgid "Dot"
|
791 |
msgstr "Punkt"
|
792 |
|
793 |
#: ../fields/star-rate/config.php:19
|
|
|
794 |
msgid "Star Size"
|
795 |
msgstr "Größe des Sterns"
|
796 |
|
797 |
#: ../fields/star-rate/config.php:25
|
|
|
798 |
msgid "Star Spacing"
|
799 |
msgstr "Abstand der Sterne"
|
800 |
|
801 |
#: ../fields/star-rate/config.php:31
|
|
|
802 |
#, fuzzy
|
803 |
msgid "Single Select"
|
804 |
msgstr "Verzeichnis auswählen"
|
805 |
|
806 |
#: ../fields/star-rate/config.php:38
|
|
|
807 |
msgid "Star Color"
|
808 |
msgstr "Farbe des Sterns"
|
809 |
|
810 |
#: ../fields/star-rate/config.php:44
|
|
|
811 |
msgid "Track Color"
|
812 |
msgstr "Track Farbe"
|
813 |
|
814 |
#: ../fields/star-rate/config.php:50
|
|
|
815 |
msgid "Include Cancel"
|
816 |
msgstr "Inklusive Abbrechen"
|
817 |
|
818 |
#: ../fields/text/config.php:15
|
|
|
819 |
msgid "Masked Input"
|
820 |
msgstr "Versteckte Eingabe"
|
821 |
|
822 |
#: ../fields/text/config.php:17
|
|
|
823 |
msgid "Enable input mask"
|
824 |
msgstr "Eingabe verstecken"
|
825 |
|
826 |
#: ../fields/text/config.php:22
|
|
|
827 |
msgid "Mask"
|
828 |
msgstr "Maske"
|
829 |
|
830 |
#: ../fields/text/config.php:30
|
|
|
831 |
msgid "numeric"
|
832 |
msgstr "numerisch"
|
833 |
|
834 |
#: ../fields/text/config.php:31
|
|
|
835 |
msgid "alphabetical"
|
836 |
msgstr "alphabetisch"
|
837 |
|
838 |
#: ../fields/text/config.php:32
|
|
|
839 |
msgid "alphanumeric"
|
840 |
msgstr "alphanumerisch"
|
841 |
|
842 |
#: ../fields/text/config.php:33
|
|
|
843 |
#, fuzzy
|
844 |
msgid "optional"
|
845 |
msgstr "Optional"
|
846 |
|
847 |
#: ../fields/text/config.php:34
|
|
|
848 |
msgid "length"
|
849 |
msgstr "Länge"
|
850 |
|
851 |
#: ../fields/text/config.php:36
|
|
|
852 |
msgid "Any length character only"
|
853 |
msgstr "Beliebige Länge nur Buchstaben"
|
854 |
|
855 |
#: ../fields/text/config.php:37
|
|
|
856 |
msgid "Any length number only"
|
857 |
msgstr "Beliebige Länge nur Zahlen"
|
858 |
|
859 |
#: ../fields/text/config.php:38
|
|
|
860 |
#, fuzzy
|
861 |
msgid "email"
|
862 |
msgstr "E-Mail-Adresse"
|
863 |
|
864 |
#: ../fields/toggle_switch/config_template.php:2
|
|
|
865 |
msgid "Orientation"
|
866 |
msgstr "Orientierung"
|
867 |
|
868 |
#: ../fields/toggle_switch/config_template.php:5
|
|
|
869 |
msgid "Horizontal"
|
870 |
msgstr "Horizontal"
|
871 |
|
872 |
#: ../fields/toggle_switch/config_template.php:6
|
873 |
+
msgid "Justified"
|
874 |
+
msgstr ""
|
875 |
+
|
876 |
+
#: ../fields/toggle_switch/config_template.php:7
|
877 |
msgid "Vertical"
|
878 |
msgstr "Vertikal"
|
879 |
|
880 |
+
#: ../fields/toggle_switch/config_template.php:13
|
|
|
881 |
#, fuzzy
|
882 |
msgid "Active Class"
|
883 |
msgstr "Aktiviert <span class=\"count\">(%s)</span>"
|
884 |
|
885 |
+
#: ../fields/toggle_switch/config_template.php:20
|
|
|
886 |
#, fuzzy
|
887 |
msgid "Inactive Class"
|
888 |
msgstr "Inaktiv <span class=\"count\">(%s)</span>"
|
889 |
|
890 |
+
#: ../fields/toggle_switch/field.php:39 ../ui/edit.php:491 ../ui/edit.php:499
|
891 |
+
#: ../ui/edit.php:532 ../ui/edit.php:539
|
|
|
892 |
msgid "Enable"
|
893 |
msgstr "Aktivieren"
|
894 |
|
955 |
msgid "File type needs to be"
|
956 |
msgstr "Der Dateityp muss sein:"
|
957 |
|
958 |
+
#: ../processors/akismet/config.php:2 ../ui/edit.php:330
|
959 |
#: ../ui/panels/variables.php:10
|
960 |
msgid "Name"
|
961 |
msgstr "Name"
|
1078 |
msgid "Grid"
|
1079 |
msgstr "Raster (Grid)"
|
1080 |
|
1081 |
+
#: ../ui/admin.php:69 ../ui/admin.php:124
|
1082 |
msgid "Entries"
|
1083 |
msgstr "Einträge"
|
1084 |
|
1085 |
+
#: ../ui/admin.php:86 ../ui/edit.php:492 ../ui/edit.php:500
|
1086 |
#: ../ui/panels/emailer.php:35
|
1087 |
msgid "Disabled"
|
1088 |
msgstr "Deaktiviert"
|
1089 |
|
1090 |
+
#: ../ui/admin.php:96
|
1091 |
msgid "Mailer Debug enabled."
|
1092 |
msgstr ""
|
1093 |
|
1094 |
+
#: ../ui/admin.php:100 ../ui/entries.php:14
|
1095 |
msgid "Edit"
|
1096 |
msgstr "Bearbeiten"
|
1097 |
|
1098 |
+
#: ../ui/admin.php:125
|
1099 |
msgid "Export"
|
1100 |
msgstr "Exportieren"
|
1101 |
|
1102 |
+
#: ../ui/admin.php:126
|
1103 |
msgid "Clone Form"
|
1104 |
msgstr "Formular duplizieren"
|
1105 |
|
1106 |
+
#: ../ui/admin.php:126
|
1107 |
msgid "Clone"
|
1108 |
msgstr "Duplizieren"
|
1109 |
|
1110 |
+
#: ../ui/admin.php:127
|
1111 |
msgid "This will delete this form permanently. Continue?"
|
1112 |
msgstr "Dies löscht das Formular dauerhaft. Fortfahren?"
|
1113 |
|
1114 |
+
#: ../ui/admin.php:127
|
1115 |
msgid "Delete"
|
1116 |
msgstr "Löschen"
|
1117 |
|
1118 |
+
#: ../ui/admin.php:147
|
1119 |
msgid "You don't have any forms."
|
1120 |
msgstr "Sie haben keine Formulare."
|
1121 |
|
1122 |
+
#: ../ui/admin.php:188
|
1123 |
msgid "An form name is required"
|
1124 |
msgstr "Ein Name für das Formular wird benötigt"
|
1125 |
|
1126 |
+
#: ../ui/admin.php:215
|
1127 |
msgid ""
|
1128 |
"Looks like something is not working. Please try again a little later or post "
|
1129 |
"to the <a href=\"http://wordpress.org/support/plugin/caldera-forms\" target="
|
1150 |
msgid "Delete Permanently"
|
1151 |
msgstr "Endgültig löschen"
|
1152 |
|
1153 |
+
#: ../ui/admin_templates.php:19 ../ui/admin_templates.php:48
|
1154 |
+
#: ../ui/edit.php:468
|
1155 |
msgid "Form Name"
|
1156 |
msgstr "Formularname"
|
1157 |
|
1159 |
msgid "Form File"
|
1160 |
msgstr "Formular-Datei"
|
1161 |
|
1162 |
+
#: ../ui/admin_templates.php:54 ../ui/edit.php:358
|
1163 |
msgid "Description"
|
1164 |
msgstr "Beschreibung"
|
1165 |
|
1166 |
+
#: ../ui/admin_templates.php:72 ../ui/edit.php:323
|
1167 |
#, fuzzy
|
1168 |
msgid "ID"
|
1169 |
msgstr "ID"
|
1170 |
|
1171 |
+
#: ../ui/admin_templates.php:73 ../ui/admin_templates.php:111
|
1172 |
msgid "Submitted"
|
1173 |
msgstr "Erstellt"
|
1174 |
|
1175 |
+
#: ../ui/admin_templates.php:94
|
1176 |
msgid "No entries found"
|
1177 |
msgstr "Keine Einträge gefunden"
|
1178 |
|
1179 |
+
#: ../ui/admin_templates.php:100
|
1180 |
msgid "No entries yet."
|
1181 |
msgstr "Keine Einträge"
|
1182 |
|
1199 |
msgid "Select a source"
|
1200 |
msgstr "Wählen Sie eine Quelle"
|
1201 |
|
1202 |
+
#: ../ui/edit.php:64 ../ui/edit.php:90
|
1203 |
#, fuzzy
|
1204 |
msgid "Post Type"
|
1205 |
msgstr "Ungültiger Artikeltyp"
|
1206 |
|
1207 |
+
#: ../ui/edit.php:65 ../ui/edit.php:74
|
1208 |
#, fuzzy
|
1209 |
msgid "Taxonomy"
|
1210 |
msgstr "Taxonomie"
|
1211 |
|
1212 |
+
#: ../ui/edit.php:122
|
1213 |
msgid "Add Option"
|
1214 |
msgstr "Option hinzufügen"
|
1215 |
|
1216 |
+
#: ../ui/edit.php:123
|
1217 |
msgid "Bulk Insert"
|
1218 |
msgstr "Bild einfügen"
|
1219 |
|
1220 |
+
#: ../ui/edit.php:126
|
1221 |
msgid "Single option per line. These replace the current list."
|
1222 |
msgstr "Eine Option je Zeile. Dies ersetzt die aktuelle Liste."
|
1223 |
|
1224 |
+
#: ../ui/edit.php:127
|
1225 |
msgid "Insert Options"
|
1226 |
msgstr "Optionen einfügen"
|
1227 |
|
1228 |
+
#: ../ui/edit.php:131
|
1229 |
msgid "No Default"
|
1230 |
msgstr "Kein Standard"
|
1231 |
|
1232 |
+
#: ../ui/edit.php:132
|
1233 |
msgid "Show Values"
|
1234 |
msgstr "Werte anzeigen"
|
1235 |
|
1236 |
+
#: ../ui/edit.php:136
|
1237 |
msgid "Label"
|
1238 |
msgstr "Label"
|
1239 |
|
1240 |
+
#: ../ui/edit.php:297
|
1241 |
msgid "Elements"
|
1242 |
msgstr "Elemente"
|
1243 |
|
1244 |
+
#: ../ui/edit.php:305
|
1245 |
msgid "Settings"
|
1246 |
msgstr "Einstellungen"
|
1247 |
|
1248 |
+
#: ../ui/edit.php:306
|
1249 |
msgid "Conditions"
|
1250 |
msgstr "Bedingungen"
|
1251 |
|
1252 |
+
#: ../ui/edit.php:313
|
1253 |
msgid "Element Type"
|
1254 |
msgstr "Elementtyp"
|
1255 |
|
1256 |
+
#: ../ui/edit.php:337
|
1257 |
msgid "Hide Label"
|
1258 |
msgstr "Label verstecken"
|
1259 |
|
1260 |
+
#: ../ui/edit.php:344
|
1261 |
#, fuzzy
|
1262 |
msgid "Slug"
|
1263 |
msgstr "Titelform"
|
1264 |
|
1265 |
+
#: ../ui/edit.php:351
|
1266 |
msgid "Required"
|
1267 |
msgstr "Pflichtfeld"
|
1268 |
|
1269 |
+
#: ../ui/edit.php:365
|
1270 |
msgid "Show in Entry List"
|
1271 |
msgstr "In der Eingabeliste zeigen"
|
1272 |
|
1273 |
+
#: ../ui/edit.php:374
|
1274 |
msgid ""
|
1275 |
"Are you sure you want to remove this field?. 'Cancel' to stop. 'OK' to delete"
|
1276 |
msgstr "Sind Sie sicher, dass dieses Feld entfernt werden soll?"
|
1277 |
|
1278 |
+
#: ../ui/edit.php:374
|
1279 |
msgid "Delete Element"
|
1280 |
msgstr "Element löschen"
|
1281 |
|
1282 |
+
#: ../ui/edit.php:380
|
1283 |
msgid "Show"
|
1284 |
msgstr "Anzeigen"
|
1285 |
|
1286 |
+
#: ../ui/edit.php:381
|
1287 |
msgid "Hide"
|
1288 |
msgstr "Verstecken"
|
1289 |
|
1290 |
+
#: ../ui/edit.php:382
|
1291 |
msgid "Disable"
|
1292 |
msgstr "Deaktivieren"
|
1293 |
|
1294 |
+
#: ../ui/edit.php:384 ../ui/panels/processors.php:126
|
1295 |
#, fuzzy
|
1296 |
msgid "Add Conditional Group"
|
1297 |
msgstr "Operator Gruppe hinzufügen"
|
1298 |
|
1299 |
+
#: ../ui/edit.php:454 ../ui/edit.php:466
|
1300 |
msgid "General Settings"
|
1301 |
msgstr "Grundeinstellungen"
|
1302 |
|
1303 |
+
#: ../ui/edit.php:459
|
1304 |
+
msgid "Updated Successfully"
|
1305 |
+
msgstr ""
|
1306 |
+
|
1307 |
+
#: ../ui/edit.php:461
|
1308 |
msgid "Update Form"
|
1309 |
msgstr "Änderungen speichern"
|
1310 |
|
1311 |
+
#: ../ui/edit.php:462
|
1312 |
msgid "Preview Form"
|
1313 |
msgstr "Vorschau des Formulars"
|
1314 |
|
1315 |
+
#: ../ui/edit.php:475
|
1316 |
msgid "Form Description"
|
1317 |
msgstr "Beschreibung des Formulars"
|
1318 |
|
1319 |
+
#: ../ui/edit.php:482
|
1320 |
+
#, fuzzy
|
1321 |
+
msgid "State"
|
1322 |
+
msgstr "Statisch"
|
1323 |
+
|
1324 |
+
#: ../ui/edit.php:484
|
1325 |
+
msgid "Deactivate / Draft"
|
1326 |
+
msgstr ""
|
1327 |
+
|
1328 |
+
#: ../ui/edit.php:489
|
1329 |
msgid "Capture Entries"
|
1330 |
msgstr "Einträge sichern"
|
1331 |
|
1332 |
+
#: ../ui/edit.php:497
|
1333 |
msgid "Pin to Menu"
|
1334 |
msgstr "An das Menü anhängen"
|
1335 |
|
1336 |
+
#: ../ui/edit.php:506
|
1337 |
msgid "View Entries"
|
1338 |
msgstr "Einträge anzeigen"
|
1339 |
|
1340 |
+
#: ../ui/edit.php:508
|
1341 |
msgid "All"
|
1342 |
msgstr "Alle"
|
1343 |
|
1344 |
+
#: ../ui/edit.php:530
|
1345 |
msgid "Hide Form"
|
1346 |
msgstr "Formular ausblenden"
|
1347 |
|
1348 |
+
#: ../ui/edit.php:532
|
1349 |
msgid "Hide form after successful submission"
|
1350 |
msgstr "Formular nach dem erfolgreichen Abschicken ausblenden"
|
1351 |
|
1352 |
+
#: ../ui/edit.php:537
|
1353 |
msgid "Honeypot"
|
1354 |
msgstr "Honigtopf"
|
1355 |
|
1356 |
+
#: ../ui/edit.php:539
|
1357 |
msgid "Place an invisible field to trick spambots"
|
1358 |
msgstr "Fügen Sie ein unsichtbares Feld ein, um damit SPAM-Bots auszutricksen"
|
1359 |
|
1360 |
+
#: ../ui/edit.php:544
|
1361 |
msgid "Success Message"
|
1362 |
msgstr "Erfolgsmeldung"
|
1363 |
|
1364 |
+
#: ../ui/edit.php:550
|
1365 |
msgid "Gravatar Field"
|
1366 |
msgstr "Gravatar Feld"
|
1367 |
|
1368 |
+
#: ../ui/edit.php:557
|
1369 |
msgid "Used when viewing an entry from a non-logged in user."
|
1370 |
msgstr ""
|
1371 |
"Genutzt, wenn ein Eintrag eines nicht-angemeldeten Benutzers gezeigt wird"
|
1372 |
|
1373 |
+
#: ../ui/edit.php:631
|
1374 |
msgid "Add New"
|
1375 |
msgstr "Neu hinzufügen"
|
1376 |
|
1377 |
+
#: ../ui/edit.php:696 ../ui/edit.php:730
|
1378 |
msgid "Remove"
|
1379 |
msgstr "Entfernen"
|
1380 |
|
1381 |
+
#: ../ui/edit.php:786
|
1382 |
msgid "Set Element"
|
1383 |
msgstr "Element setzen"
|
1384 |
|
1385 |
+
#: ../ui/edit.php:789
|
1386 |
msgid "No description given"
|
1387 |
msgstr "Keine Beschreibung"
|
1388 |
|
1389 |
+
#: ../ui/edit.php:851
|
1390 |
msgid "or"
|
1391 |
msgstr "oder"
|
1392 |
|
1393 |
+
#: ../ui/edit.php:860 ../ui/edit.php:883
|
1394 |
msgid "is"
|
1395 |
msgstr "ist"
|
1396 |
|
1397 |
+
#: ../ui/edit.php:861 ../ui/edit.php:884
|
1398 |
msgid "is not"
|
1399 |
msgstr "ist nicht"
|
1400 |
|
1401 |
+
#: ../ui/edit.php:862 ../ui/edit.php:885
|
1402 |
msgid "is greater than"
|
1403 |
msgstr "ist größer als"
|
1404 |
|
1405 |
+
#: ../ui/edit.php:863 ../ui/edit.php:886
|
1406 |
msgid "is less than"
|
1407 |
msgstr "ist kleiner als"
|
1408 |
|
1409 |
+
#: ../ui/edit.php:864 ../ui/edit.php:887
|
1410 |
msgid "starts with"
|
1411 |
msgstr "startet mit"
|
1412 |
|
1413 |
+
#: ../ui/edit.php:865 ../ui/edit.php:888
|
1414 |
msgid "ends with"
|
1415 |
msgstr "endet mit"
|
1416 |
|
1417 |
+
#: ../ui/edit.php:866 ../ui/edit.php:889
|
1418 |
msgid "contains"
|
1419 |
msgstr "beinhaltet"
|
1420 |
|
1421 |
+
#: ../ui/edit.php:868 ../ui/edit.php:891
|
1422 |
msgid "Select field first"
|
1423 |
msgstr "Wählen Sie zuerst ein Feld"
|
1424 |
|
1425 |
+
#: ../ui/edit.php:873
|
1426 |
msgid "Add Condition"
|
1427 |
msgstr "Bedingung hinzufügen"
|
1428 |
|
1429 |
+
#: ../ui/edit.php:879
|
1430 |
msgid "and"
|
1431 |
msgstr "und"
|
1432 |
|
1484 |
msgid "Enabled"
|
1485 |
msgstr "aktiv"
|
1486 |
|
1487 |
+
#: ../ui/panels/emailer.php:45
|
1488 |
+
msgid "Name from which the email comes"
|
1489 |
+
msgstr ""
|
1490 |
+
|
1491 |
+
#: ../ui/panels/emailer.php:52
|
1492 |
+
msgid ""
|
1493 |
+
"Email Address from which the mail comes. Try not to use a field from the "
|
1494 |
+
"form. Rather use your own email and use a form field in the \"Reply To Email"
|
1495 |
+
"\" below."
|
1496 |
+
msgstr ""
|
1497 |
|
1498 |
#: ../ui/panels/emailer.php:56
|
1499 |
#, fuzzy
|
1500 |
msgid "Reply To Email"
|
1501 |
msgstr "Empfänger-Email"
|
1502 |
|
1503 |
+
#: ../ui/panels/emailer.php:59
|
1504 |
+
msgid ""
|
1505 |
+
"The email address of the person filling in the form. This will allow the "
|
1506 |
+
"email to be replied directly to the sender."
|
1507 |
+
msgstr ""
|
1508 |
+
|
1509 |
#: ../ui/panels/emailer.php:64
|
1510 |
msgid "Email Type"
|
1511 |
msgstr "Email-Typ"
|
1522 |
msgid "Recipients"
|
1523 |
msgstr "Empfänger"
|
1524 |
|
1525 |
+
#: ../ui/panels/emailer.php:84 ../ui/panels/emailer.php:92
|
1526 |
msgid "Comma separated list of email addresses."
|
1527 |
msgstr "Komma-separierte Liste der Email-Adressen"
|
1528 |
|
1530 |
msgid "BCC"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
+
#: ../ui/panels/emailer.php:100
|
1534 |
+
msgid "Use %field_slug% to use a value from the form"
|
|
|
|
|
|
|
1535 |
msgstr "Nutzen Sie %field_slug% um den Wert im Formular zu nutzen"
|
1536 |
|
1537 |
#: ../ui/panels/emailer.php:104
|
1539 |
msgstr "Email-Nachricht"
|
1540 |
|
1541 |
#: ../ui/panels/emailer.php:107
|
1542 |
+
#, fuzzy
|
1543 |
msgid ""
|
1544 |
+
"Magic tags, %field_slug% are replaced with submitted data. Use {summary} to "
|
1545 |
"build an automatic mail based on form content. Leaving the mailer blank, "
|
1546 |
"will create and automatic summary."
|
1547 |
msgstr ""
|
1562 |
#: ../ui/panels/emailer.php:116
|
1563 |
msgid ""
|
1564 |
"If set, entries will have a \"Mailer Debug\" meta tab to see the transaction "
|
1565 |
+
"log. Do not keep this enabled on production as it sends two emails for "
|
1566 |
"tracking."
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: ../ui/panels/emailer.php:125
|
1570 |
msgid ""
|
1571 |
"Please add a \"Button\" element and set it to \"Submit\" if you want to have "
|
1572 |
"the form submittable."
|
1580 |
|
1581 |
#: ../ui/panels/layout.php:14 ../ui/panels/layout.php:18
|
1582 |
#: ../ui/panels/layout.php:22 ../ui/panels/layout.php:108
|
1583 |
+
#: ../ui/panels/layout_add_row.php:4 ../ui/panels/pages.php:14
|
1584 |
msgid "Page"
|
1585 |
msgstr "Seite"
|
1586 |
|
1639 |
msgid "Don't Use"
|
1640 |
msgstr "Nicht nutzen"
|
1641 |
|
1642 |
+
#: ../ui/panels/processors.php:171
|
1643 |
msgid "Add Processor"
|
1644 |
msgstr "Prozessor hinzufügen"
|
1645 |
|
1646 |
+
#: ../ui/panels/processors.php:221
|
1647 |
msgid "Use Processor"
|
1648 |
msgstr "Prozessor nutzen"
|
1649 |
|
1650 |
+
#: ../ui/panels/processors.php:226
|
1651 |
msgid "by"
|
1652 |
msgstr "von"
|
1653 |
|
1654 |
+
#: ../ui/panels/processors.php:284
|
1655 |
msgid "This processor has no configurable options."
|
1656 |
msgstr "Dieser Prozessor hat keine Einstellungen"
|
1657 |
|
1667 |
msgid "No variables defined"
|
1668 |
msgstr "Keine Variablen definiert"
|
1669 |
|
1670 |
+
#: ../ui/panels/variables.php:29 ../ui/panels/variables.php:49
|
1671 |
msgid "Static"
|
1672 |
msgstr "Statisch"
|
1673 |
|
1674 |
+
#: ../ui/panels/variables.php:30 ../ui/panels/variables.php:50
|
1675 |
msgid "Passback"
|
1676 |
msgstr "Rückgabe"
|
1677 |
|
1678 |
+
#: ../ui/panels/variables.php:31 ../ui/panels/variables.php:51
|
1679 |
#, fuzzy
|
1680 |
+
msgid "Entry List"
|
1681 |
+
msgstr "In der Eingabeliste zeigen"
|
1682 |
+
|
1683 |
+
#, fuzzy
|
1684 |
+
#~ msgid ""
|
1685 |
+
#~ "Comma separated list of email addresses. Use %field_slug% to use a value "
|
1686 |
+
#~ "from the form."
|
1687 |
+
#~ msgstr "Nutzen Sie %field_slug% um den Wert im Formular zu nutzen"
|
1688 |
+
|
1689 |
+
#, fuzzy
|
1690 |
+
#~ msgid "Invalid field type"
|
1691 |
+
#~ msgstr "Ungültige Formular ID"
|
1692 |
|
1693 |
#~ msgid "Field"
|
1694 |
#~ msgstr "Feld"
|
languages/caldera-forms-fr_FR.mo
CHANGED
Binary file
|
languages/caldera-forms-fr_FR.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Caldera Forms\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: David Cramer <david@caldera.co.za>\n"
|
7 |
"Language-Team: Tricodia Systems <david@digilab.co.za>\n"
|
8 |
"Language: fr\n"
|
@@ -16,461 +16,417 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
-
#: ../classes/admin.php:
|
20 |
#, fuzzy
|
21 |
msgid "Invalid Form."
|
22 |
msgstr "Cacher le formulaire"
|
23 |
|
24 |
-
#: ../classes/admin.php:
|
25 |
#: ../ui/entries_toolbar.php:27
|
26 |
msgid "Trash"
|
27 |
msgstr "Corbeille"
|
28 |
|
29 |
-
#: ../classes/admin.php:
|
30 |
#: ../ui/admin_templates.php:9
|
31 |
msgid "Restore"
|
32 |
msgstr "Restorer"
|
33 |
|
34 |
-
#: ../classes/admin.php:
|
35 |
msgid "Entry"
|
36 |
msgstr "Donnée"
|
37 |
|
38 |
-
#: ../classes/admin.php:
|
39 |
msgid "View"
|
40 |
msgstr "Voir"
|
41 |
|
42 |
-
#: ../classes/admin.php:
|
43 |
msgid "Add Form to Page"
|
44 |
msgstr "Ajouter le formulaire à la page"
|
45 |
|
46 |
-
#: ../classes/admin.php:
|
47 |
msgid "Insert Form Shortcode"
|
48 |
msgstr "Insérer depuis le Shortcode"
|
49 |
|
50 |
-
#: ../classes/admin.php:
|
51 |
msgid "Caldera Form"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: ../classes/admin.php:
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
msgid "Caldera Forms"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: ../classes/admin.php:
|
62 |
msgid "Caldera Forms Admin"
|
63 |
msgstr "Notification de Caldera Forms"
|
64 |
|
65 |
-
#: ../classes/admin.php:
|
66 |
msgid "Forms"
|
67 |
msgstr "Formulaire"
|
68 |
|
69 |
-
#: ../classes/admin.php:
|
70 |
msgid "Community"
|
71 |
msgstr "Communauté"
|
72 |
|
73 |
-
#: ../classes/admin.php:
|
74 |
msgid "Extend"
|
75 |
msgstr "Plus..."
|
76 |
|
77 |
-
#: ../classes/admin.php:
|
78 |
msgid "Sorry, please try again"
|
79 |
msgstr "Désolé, essayer plus tard"
|
80 |
|
81 |
-
#: ../classes/admin.php:
|
82 |
msgid "Form Delete Error"
|
83 |
msgstr "Erreur lors de la suppression du formulaire"
|
84 |
|
85 |
-
#: ../classes/admin.php:
|
86 |
msgid "Sorry, File is not valid."
|
87 |
msgstr "Désolé, le fichier n'est pas valide."
|
88 |
|
89 |
-
#: ../classes/admin.php:
|
90 |
-
#: ../classes/admin.php:
|
91 |
msgid "Form Import Error"
|
92 |
msgstr "Erreur lors de l'importation du formulaire"
|
93 |
|
94 |
-
#: ../classes/admin.php:
|
95 |
msgid "Sorry, File not uploaded."
|
96 |
msgstr "Désolé, le fichier n'a pas été envoyé."
|
97 |
|
98 |
-
#: ../classes/admin.php:
|
99 |
msgid "Form does not exist."
|
100 |
msgstr "Le formulaire n'existe pas."
|
101 |
|
102 |
-
#: ../classes/admin.php:
|
103 |
msgid "Export selection has expired"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: ../classes/admin.php:
|
107 |
msgid "Export Expired"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../classes/admin.php:
|
111 |
-
|
|
|
112 |
msgstr "Le formulaire a été envoyé."
|
113 |
|
114 |
-
#: ../classes/admin.php:
|
115 |
msgid "Layout"
|
116 |
msgstr "Disposition"
|
117 |
|
118 |
-
#: ../classes/admin.php:
|
119 |
msgid "Layout Builder"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: ../classes/admin.php:
|
123 |
msgid "Pages"
|
124 |
msgstr "Pages"
|
125 |
|
126 |
-
#: ../classes/admin.php:
|
127 |
msgid "Form Pages"
|
128 |
msgstr "Pages de formulaire"
|
129 |
|
130 |
-
#: ../classes/admin.php:
|
131 |
msgid "Processors"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: ../classes/admin.php:
|
135 |
msgid "Form Processors"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: ../classes/admin.php:
|
139 |
-
#: ../ui/panels/variables.php:
|
140 |
msgid "Variables"
|
141 |
msgstr "Variables"
|
142 |
|
143 |
-
#: ../classes/admin.php:
|
144 |
msgid "Responsive"
|
145 |
msgstr "Responsive"
|
146 |
|
147 |
-
#: ../classes/admin.php:
|
148 |
msgid "Resposive Settings"
|
149 |
msgstr "Réglage du \"Responsive\""
|
150 |
|
151 |
-
#: ../classes/admin.php:
|
152 |
msgid "Grid Collapse"
|
153 |
msgstr "Redimensionnement des grilles"
|
154 |
|
155 |
-
#: ../classes/admin.php:
|
156 |
msgid ""
|
157 |
"Set the smallest screen size at which to collapse the grid. (based on "
|
158 |
"Bootstrap 3.0)"
|
159 |
msgstr ""
|
160 |
|
161 |
-
#: ../classes/admin.php:
|
162 |
msgid "Maintain grid always"
|
163 |
msgstr "Ne pas redimmensionner les grilles"
|
164 |
|
165 |
-
#: ../classes/admin.php:
|
166 |
msgid "Mailer"
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: ../classes/admin.php:
|
170 |
msgid "Email Notification Settings"
|
171 |
msgstr "Réglages des notifications par email"
|
172 |
|
173 |
-
#: ../classes/core.php:
|
174 |
#, fuzzy
|
175 |
msgid "The wasn't entered correct."
|
176 |
msgstr "Le reCAPTCHA est incorrect."
|
177 |
|
178 |
-
#: ../classes/core.php:
|
179 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:9
|
180 |
msgid "Reset"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: ../classes/core.php:
|
184 |
msgid "Permission denied."
|
185 |
msgstr "Autorisation refusé"
|
186 |
|
187 |
-
#: ../classes/core.php:
|
188 |
msgid "Caldera Forms Notification"
|
189 |
msgstr "Notification de Caldera Forms"
|
190 |
|
191 |
-
#: ../classes/core.php:
|
192 |
msgid "Auto Responder"
|
193 |
msgstr "Résponse automatique"
|
194 |
|
195 |
-
#: ../classes/core.php:
|
196 |
msgid "Sends out an auto response e-mail"
|
197 |
msgstr "Envoie une réponse automatique"
|
198 |
|
199 |
-
#: ../classes/core.php:
|
200 |
msgid "Thank you for contacting us"
|
201 |
msgstr "Merci de nous avoir contacter"
|
202 |
|
203 |
-
#: ../classes/core.php:
|
204 |
msgid "Redirect"
|
205 |
msgstr "Redirection"
|
206 |
|
207 |
-
#: ../classes/core.php:
|
208 |
msgid "Redirects user to URL on successful submit"
|
209 |
msgstr "Redirige l'utilisateur vers l'URL après l'envoie du formulaire"
|
210 |
|
211 |
-
#: ../classes/core.php:
|
212 |
msgid "Increment Value"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: ../classes/core.php:
|
216 |
msgid "Increment a value per entry."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: ../classes/core.php:
|
220 |
msgid "Akismet"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: ../classes/core.php:
|
224 |
msgid "Anti-spam filtering"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: ../classes/core.php:
|
228 |
msgid "Akismet not setup."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: ../classes/core.php:
|
232 |
msgid "Calculation"
|
233 |
msgstr "Calcul"
|
234 |
|
235 |
-
#: ../classes/core.php:
|
236 |
-
#: ../classes/core.php:
|
237 |
-
#: ../vendor/calderawp/fields/src/fields.php:114
|
238 |
-
#: ../vendor/calderawp/fields/src/fields.php:136
|
239 |
-
#: ../vendor/calderawp/fields/src/fields.php:217
|
240 |
-
#: ../vendor/calderawp/fields/src/fields.php:319
|
241 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:34
|
242 |
msgid "Special"
|
243 |
msgstr "Spécial"
|
244 |
|
245 |
-
#: ../classes/core.php:
|
246 |
msgid "Math"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: ../classes/core.php:
|
250 |
msgid "Calculate values"
|
251 |
msgstr "Calculer les valeurs"
|
252 |
|
253 |
-
#: ../classes/core.php:
|
254 |
msgid "Total"
|
255 |
msgstr "Total"
|
256 |
|
257 |
-
#: ../classes/core.php:
|
258 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:32
|
259 |
msgid "Range Slider"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: ../classes/core.php:
|
263 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:35
|
264 |
msgid "Range Slider input field"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: ../classes/core.php:
|
268 |
msgid "Star Rating"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: ../classes/core.php:
|
272 |
msgid "Feedback"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: ../classes/core.php:
|
276 |
msgid "Star rating input for feedback"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: ../classes/core.php:
|
280 |
msgid "Phone Number"
|
281 |
msgstr "Numéro de téléphone"
|
282 |
|
283 |
-
#: ../classes/core.php:
|
284 |
msgid "Phone number with masking"
|
285 |
msgstr "Numéro de téléphone (avec mask)"
|
286 |
|
287 |
-
#: ../classes/core.php:
|
288 |
-
#: ../classes/core.php:
|
289 |
-
#: ../classes/core.php:
|
290 |
-
#: ../vendor/calderawp/fields/src/fields.php:193
|
291 |
-
#: ../vendor/calderawp/fields/src/fields.php:260
|
292 |
-
#: ../vendor/calderawp/fields/src/fields.php:297
|
293 |
-
#: ../vendor/calderawp/fields/src/fields.php:307
|
294 |
-
#: ../vendor/calderawp/fields/src/fields.php:400
|
295 |
-
#: ../vendor/calderawp/fields/src/fields.php:426
|
296 |
msgid "Text Fields"
|
297 |
msgstr "Champ"
|
298 |
|
299 |
-
#: ../classes/core.php:
|
300 |
-
#: ../classes/core.php:
|
301 |
-
#: ../classes/core.php:
|
302 |
-
#: ../classes/core.php:
|
303 |
-
#: ../vendor/calderawp/fields/src/fields.php:171
|
304 |
-
#: ../vendor/calderawp/fields/src/fields.php:193
|
305 |
-
#: ../vendor/calderawp/fields/src/fields.php:207
|
306 |
-
#: ../vendor/calderawp/fields/src/fields.php:260
|
307 |
-
#: ../vendor/calderawp/fields/src/fields.php:276
|
308 |
-
#: ../vendor/calderawp/fields/src/fields.php:297
|
309 |
-
#: ../vendor/calderawp/fields/src/fields.php:307
|
310 |
-
#: ../vendor/calderawp/fields/src/fields.php:347
|
311 |
-
#: ../vendor/calderawp/fields/src/fields.php:365
|
312 |
-
#: ../vendor/calderawp/fields/src/fields.php:383
|
313 |
-
#: ../vendor/calderawp/fields/src/fields.php:455
|
314 |
msgid "Basic"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: ../classes/core.php:
|
318 |
msgid "User"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: ../classes/core.php:
|
322 |
-
#: ../vendor/calderawp/fields/src/fields.php:190
|
323 |
-
#: ../vendor/calderawp/fields/src/fields.php:191
|
324 |
msgid "Single Line Text"
|
325 |
msgstr "Champ texte"
|
326 |
|
327 |
-
#: ../classes/core.php:
|
328 |
-
#: ../vendor/calderawp/fields/src/fields.php:204
|
329 |
-
#: ../vendor/calderawp/fields/src/fields.php:207
|
330 |
msgid "File"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: ../classes/core.php:
|
334 |
msgid "File Uploader"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: ../classes/core.php:
|
338 |
msgid "reCAPTCHA"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: ../classes/core.php:
|
342 |
msgid "reCAPTCHA anti-spam field"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: ../classes/core.php:
|
346 |
msgid "HTML"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: ../classes/core.php:
|
350 |
msgid "Add text/html content"
|
351 |
msgstr "Ajouter un contenu text/html"
|
352 |
|
353 |
-
#: ../classes/core.php:
|
354 |
#: ../processors/akismet/config.php:20
|
355 |
-
#: ../vendor/calderawp/fields/src/fields.php:242
|
356 |
msgid "Content"
|
357 |
msgstr "Contenu"
|
358 |
|
359 |
-
#: ../classes/core.php:
|
360 |
-
#: ../vendor/calderawp/fields/src/fields.php:257
|
361 |
-
#: ../vendor/calderawp/fields/src/fields.php:258
|
362 |
msgid "Hidden"
|
363 |
msgstr "Caché"
|
364 |
|
365 |
-
#: ../classes/core.php:
|
366 |
-
#: ../vendor/calderawp/fields/src/fields.php:273
|
367 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:6
|
368 |
msgid "Button"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: ../classes/core.php:
|
372 |
msgid "Button, Submit and Reset types"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: ../classes/core.php:
|
376 |
msgid "Buttons"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: ../classes/core.php:
|
380 |
-
#: ../vendor/calderawp/fields/src/fields.php:294
|
381 |
-
#: ../vendor/calderawp/fields/src/fields.php:295
|
382 |
msgid "Email Address"
|
383 |
msgstr "Adresse email"
|
384 |
|
385 |
-
#: ../classes/core.php:
|
386 |
-
#: ../vendor/calderawp/fields/src/fields.php:304
|
387 |
-
#: ../vendor/calderawp/fields/src/fields.php:305
|
388 |
msgid "Paragraph Textarea"
|
389 |
msgstr "Zone de texte"
|
390 |
|
391 |
-
#: ../classes/core.php:
|
392 |
-
#: ../vendor/calderawp/fields/src/fields.php:317
|
393 |
-
#: ../vendor/calderawp/fields/src/fields.php:318
|
394 |
msgid "Toggle Switch"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: ../classes/core.php:
|
398 |
-
#: ../classes/core.php:
|
399 |
-
#: ../vendor/calderawp/fields/src/fields.php:319
|
400 |
-
#: ../vendor/calderawp/fields/src/fields.php:347
|
401 |
-
#: ../vendor/calderawp/fields/src/fields.php:365
|
402 |
-
#: ../vendor/calderawp/fields/src/fields.php:383
|
403 |
-
#: ../vendor/calderawp/fields/src/fields.php:455
|
404 |
msgid "Select Options"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: ../classes/core.php:
|
408 |
-
#: ../vendor/calderawp/fields/src/fields.php:344
|
409 |
-
#: ../vendor/calderawp/fields/src/fields.php:345
|
410 |
msgid "Dropdown Select"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: ../classes/core.php:
|
414 |
-
#: ../vendor/calderawp/fields/src/fields.php:362
|
415 |
-
#: ../vendor/calderawp/fields/src/fields.php:363
|
416 |
msgid "Checkbox"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: ../classes/core.php:
|
420 |
-
#: ../vendor/calderawp/fields/src/fields.php:380
|
421 |
-
#: ../vendor/calderawp/fields/src/fields.php:381
|
422 |
msgid "Radio"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: ../classes/core.php:
|
426 |
-
#: ../vendor/calderawp/fields/src/fields.php:397
|
427 |
-
#: ../vendor/calderawp/fields/src/fields.php:398
|
428 |
msgid "Date Picker"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: ../classes/core.php:
|
432 |
-
#: ../vendor/calderawp/fields/src/fields.php:400
|
433 |
-
#: ../vendor/calderawp/fields/src/fields.php:426
|
434 |
msgid "Pickers"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: ../classes/core.php:
|
438 |
-
#: ../vendor/calderawp/fields/src/fields.php:424
|
439 |
-
#: ../vendor/calderawp/fields/src/fields.php:425
|
440 |
msgid "Color Picker"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: ../classes/core.php:
|
444 |
msgid "State/ Province Select"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: ../classes/core.php:
|
448 |
msgid "Dropdown select for US states and Canadian provinces."
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: ../classes/core.php:
|
452 |
msgid "System Tags"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: ../classes/core.php:
|
456 |
msgid "Mailer Debug"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: ../classes/core.php:
|
460 |
msgid "Invalid form ID"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: ../classes/core.php:
|
464 |
-
#: ../classes/core.php:
|
465 |
-
#: ../classes/core.php:
|
466 |
msgid "Permission denied or entry does not exist."
|
467 |
msgstr "Accés refusé ou donnée inexistante."
|
468 |
|
469 |
-
#: ../classes/core.php:
|
470 |
msgid "is required"
|
471 |
msgstr "est requis"
|
472 |
|
473 |
-
#: ../classes/core.php:
|
|
|
|
|
|
|
|
|
474 |
msgid "WARNING: Form is in Mailer Debug mode. Disable before going live."
|
475 |
msgstr ""
|
476 |
|
@@ -483,74 +439,68 @@ msgid "Form"
|
|
483 |
msgstr "Formulaire"
|
484 |
|
485 |
#: ../fields/button/config_template.php:2
|
486 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:2
|
487 |
msgid "Type"
|
488 |
msgstr ""
|
489 |
|
490 |
#: ../fields/button/config_template.php:5
|
491 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:5
|
492 |
msgid "Submit"
|
493 |
msgstr "Date d'envoi"
|
494 |
|
495 |
#: ../fields/button/config_template.php:7
|
496 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:7
|
497 |
msgid "Next Page"
|
498 |
msgstr "Page"
|
499 |
|
500 |
#: ../fields/button/config_template.php:8
|
501 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:8
|
502 |
msgid "Previous Page"
|
503 |
msgstr ""
|
504 |
|
505 |
#: ../fields/button/config_template.php:14
|
506 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:14
|
507 |
msgid "Class"
|
508 |
msgstr "Classes"
|
509 |
|
510 |
#: ../fields/calculation/config.php:2
|
511 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:2
|
512 |
msgid "Element"
|
513 |
msgstr "Élément"
|
514 |
|
515 |
#: ../fields/calculation/config.php:8
|
516 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:8
|
517 |
msgid "Classes"
|
518 |
msgstr "Classes"
|
519 |
|
520 |
#: ../fields/calculation/config.php:14
|
521 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:14
|
522 |
msgid "Before"
|
523 |
msgstr "Avant"
|
524 |
|
525 |
#: ../fields/calculation/config.php:20
|
526 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:20
|
527 |
msgid "After"
|
528 |
msgstr "Après"
|
529 |
|
530 |
#: ../fields/calculation/config.php:27
|
531 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:27
|
532 |
msgid "Money Format"
|
533 |
msgstr "Format monétaire"
|
534 |
|
535 |
#: ../fields/calculation/config.php:32
|
536 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
537 |
msgid "Manual Formula"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: ../fields/calculation/config.php:
|
541 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:45
|
542 |
msgid "Add Operator Group"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: ../fields/calculation/config.php:
|
546 |
-
|
547 |
-
msgid "Use %field_slug% as field
|
548 |
msgstr "Utiliser %field_slug% pour utiliser la valeur de la variable"
|
549 |
|
550 |
#: ../fields/checkbox/config_template.php:3
|
551 |
#: ../fields/radio/config_template.php:4
|
552 |
-
#: ../vendor/calderawp/fields/src/fields/checkbox/config_template.php:3
|
553 |
-
#: ../vendor/calderawp/fields/src/fields/radio/config_template.php:4
|
554 |
msgid "Inline"
|
555 |
msgstr ""
|
556 |
|
@@ -558,257 +508,200 @@ msgstr ""
|
|
558 |
#: ../fields/email/config.php:8 ../fields/paragraph/config_template.php:14
|
559 |
#: ../fields/phone/config.php:8 ../fields/range_slider/config.php:10
|
560 |
#: ../fields/text/config.php:8
|
561 |
-
#: ../vendor/calderawp/fields/src/fields/color_picker/setup.php:2
|
562 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:2
|
563 |
-
#: ../vendor/calderawp/fields/src/fields/email/config.php:8
|
564 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:14
|
565 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:8
|
566 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:8
|
567 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:3
|
568 |
msgid "Default"
|
569 |
msgstr "Défaut"
|
570 |
|
571 |
#: ../fields/color_picker/setup.php:2
|
572 |
-
#: ../vendor/calderawp/fields/src/fields/color_picker/setup.php:2
|
573 |
msgid "Color"
|
574 |
msgstr ""
|
575 |
|
576 |
#: ../fields/date_picker/setup.php:8
|
577 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:8
|
578 |
msgid "Format"
|
579 |
msgstr "Formulaire"
|
580 |
|
581 |
#: ../fields/date_picker/setup.php:14
|
582 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:14
|
583 |
msgid "Autoclose"
|
584 |
msgstr ""
|
585 |
|
586 |
#: ../fields/date_picker/setup.php:16
|
587 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:16
|
588 |
msgid "Enable autoclose"
|
589 |
msgstr ""
|
590 |
|
591 |
#: ../fields/date_picker/setup.php:17
|
592 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:17
|
593 |
msgid ""
|
594 |
"If enabled, the date picker will automatically close after selecting the "
|
595 |
"final input"
|
596 |
msgstr ""
|
597 |
|
598 |
#: ../fields/date_picker/setup.php:21
|
599 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:21
|
600 |
msgid "Start View"
|
601 |
msgstr ""
|
602 |
|
603 |
#: ../fields/date_picker/setup.php:24
|
604 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:24
|
605 |
#, fuzzy
|
606 |
msgid "Month (Default)"
|
607 |
msgstr "Défaut"
|
608 |
|
609 |
#: ../fields/date_picker/setup.php:25
|
610 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:25
|
611 |
msgid "Year"
|
612 |
msgstr ""
|
613 |
|
614 |
#: ../fields/date_picker/setup.php:26
|
615 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:26
|
616 |
msgid "Decade"
|
617 |
msgstr ""
|
618 |
|
619 |
#: ../fields/date_picker/setup.php:28
|
620 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:28
|
621 |
msgid "The starting view of the date picker (month, year, decade)"
|
622 |
msgstr ""
|
623 |
|
624 |
#: ../fields/date_picker/setup.php:32
|
625 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:32
|
626 |
msgid "language"
|
627 |
msgstr ""
|
628 |
|
629 |
#: ../fields/date_picker/setup.php:100
|
630 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:100
|
631 |
msgid "Language to use. e.g. pt-BR"
|
632 |
msgstr ""
|
633 |
|
634 |
#: ../fields/dropdown/config_template.php:2 ../fields/email/config.php:2
|
635 |
#: ../fields/paragraph/config_template.php:2 ../fields/phone/config.php:2
|
636 |
#: ../fields/text/config.php:2
|
637 |
-
#: ../vendor/calderawp/fields/src/fields/dropdown/config_template.php:2
|
638 |
-
#: ../vendor/calderawp/fields/src/fields/email/config.php:2
|
639 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:2
|
640 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:2
|
641 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:2
|
642 |
msgid "Placeholder"
|
643 |
msgstr ""
|
644 |
|
645 |
#: ../fields/file/config_template.php:2
|
646 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:2
|
647 |
msgid "Attach to mailer"
|
648 |
msgstr ""
|
649 |
|
650 |
#: ../fields/file/config_template.php:9
|
651 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:9
|
652 |
msgid "Allowed Types"
|
653 |
msgstr "Type autorisés"
|
654 |
|
655 |
#: ../fields/file/config_template.php:12
|
656 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:12
|
657 |
msgid "Comma separated eg. jpg,pdf,txt"
|
658 |
msgstr "Séparés par des virgules, par exemple. jpg, pdf, txt"
|
659 |
|
660 |
#: ../fields/gravatar/config.php:2
|
661 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:2
|
662 |
#, fuzzy
|
663 |
msgid "Email Field"
|
664 |
msgstr "Type d'email"
|
665 |
|
666 |
#: ../fields/gravatar/config.php:10
|
667 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:10
|
668 |
msgid "Mystery Man"
|
669 |
msgstr ""
|
670 |
|
671 |
#: ../fields/gravatar/config.php:11
|
672 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:11
|
673 |
msgid "Blank"
|
674 |
msgstr ""
|
675 |
|
676 |
#: ../fields/gravatar/config.php:12
|
677 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:12
|
678 |
msgid "Gravatar Logo"
|
679 |
msgstr ""
|
680 |
|
681 |
#: ../fields/gravatar/config.php:13
|
682 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:13
|
683 |
msgid "Identicon (Generated)"
|
684 |
msgstr ""
|
685 |
|
686 |
#: ../fields/gravatar/config.php:14
|
687 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:14
|
688 |
msgid "Wavatar (Generated)"
|
689 |
msgstr ""
|
690 |
|
691 |
#: ../fields/gravatar/config.php:15
|
692 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:15
|
693 |
msgid "MonsterID (Generated)"
|
694 |
msgstr ""
|
695 |
|
696 |
#: ../fields/gravatar/config.php:16
|
697 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:16
|
698 |
msgid "Retro (Generated)"
|
699 |
msgstr ""
|
700 |
|
701 |
#: ../fields/gravatar/config.php:21
|
702 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:21
|
703 |
msgid "Fallback"
|
704 |
msgstr ""
|
705 |
|
706 |
#: ../fields/gravatar/config.php:35
|
707 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:35
|
708 |
msgid "Size"
|
709 |
msgstr ""
|
710 |
|
711 |
#: ../fields/gravatar/config.php:42
|
712 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:42
|
713 |
#, fuzzy
|
714 |
msgid "Border Color"
|
715 |
msgstr "Bordure"
|
716 |
|
717 |
#: ../fields/gravatar/config.php:49
|
718 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:49
|
719 |
#, fuzzy
|
720 |
msgid "Border Size"
|
721 |
msgstr "Bordure"
|
722 |
|
723 |
#: ../fields/gravatar/config.php:56
|
724 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:56
|
725 |
#, fuzzy
|
726 |
msgid "Border Radius"
|
727 |
msgstr "Bordure"
|
728 |
|
729 |
-
#: ../fields/hidden/setup.php:2 ../ui/edit.php:
|
730 |
#: ../ui/panels/variables.php:12
|
731 |
-
#: ../vendor/calderawp/fields/src/fields/hidden/setup.php:2
|
732 |
msgid "Value"
|
733 |
msgstr "Valeur"
|
734 |
|
735 |
#: ../fields/paragraph/config_template.php:8
|
736 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:8
|
737 |
msgid "Rows"
|
738 |
msgstr ""
|
739 |
|
740 |
#: ../fields/phone/config.php:14
|
741 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:14
|
742 |
msgid "Style"
|
743 |
msgstr ""
|
744 |
|
745 |
#: ../fields/phone/config.php:16
|
746 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:16
|
747 |
msgid "Local"
|
748 |
msgstr ""
|
749 |
|
750 |
#: ../fields/phone/config.php:18
|
751 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:18
|
752 |
msgid "International"
|
753 |
msgstr ""
|
754 |
|
755 |
#: ../fields/phone/config.php:20
|
756 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:20
|
757 |
msgid "Custom"
|
758 |
msgstr ""
|
759 |
|
760 |
#: ../fields/phone/config.php:22
|
761 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:22
|
762 |
msgid "Use the digit 9 to indicate a number"
|
763 |
msgstr ""
|
764 |
|
765 |
#: ../fields/range_slider/config.php:17
|
766 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:10
|
767 |
msgid "Track"
|
768 |
msgstr ""
|
769 |
|
770 |
#: ../fields/range_slider/config.php:23
|
771 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:16
|
772 |
msgid "Highlight"
|
773 |
msgstr ""
|
774 |
|
775 |
#: ../fields/range_slider/config.php:29
|
776 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:22
|
777 |
msgid "Handle"
|
778 |
msgstr ""
|
779 |
|
780 |
#: ../fields/range_slider/config.php:35
|
781 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:28
|
782 |
msgid "Border"
|
783 |
msgstr "Bordure"
|
784 |
|
785 |
#: ../fields/range_slider/config.php:42
|
786 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:35
|
787 |
msgid "Steps"
|
788 |
msgstr ""
|
789 |
|
790 |
#: ../fields/range_slider/config.php:48
|
791 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:41
|
792 |
msgid "Minimum"
|
793 |
msgstr "Minimum"
|
794 |
|
795 |
#: ../fields/range_slider/config.php:54
|
796 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:47
|
797 |
msgid "Maximum"
|
798 |
msgstr "Maximum"
|
799 |
|
800 |
#: ../fields/range_slider/config.php:60
|
801 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:53
|
802 |
msgid "Show Value"
|
803 |
msgstr "Afficher la valeur"
|
804 |
|
805 |
#: ../fields/range_slider/config.php:66
|
806 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:59
|
807 |
msgid "Prefix"
|
808 |
msgstr "Préfixe"
|
809 |
|
810 |
#: ../fields/range_slider/config.php:72
|
811 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:65
|
812 |
msgid "Suffix"
|
813 |
msgstr "Suffixe"
|
814 |
|
@@ -817,191 +710,158 @@ msgid "reCaptcha required keys from Google."
|
|
817 |
msgstr ""
|
818 |
|
819 |
#: ../fields/recaptcha/config.php:3
|
820 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:2
|
821 |
#, fuzzy
|
822 |
msgid "Site Key"
|
823 |
msgstr "Clé privée"
|
824 |
|
825 |
#: ../fields/recaptcha/config.php:9
|
826 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:8
|
827 |
msgid "Secret Key"
|
828 |
msgstr ""
|
829 |
|
830 |
#: ../fields/recaptcha/config.php:15
|
831 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:14
|
832 |
msgid "Theme"
|
833 |
msgstr "Thème"
|
834 |
|
835 |
#: ../fields/recaptcha/config.php:18
|
836 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:17
|
837 |
msgid "Light"
|
838 |
msgstr ""
|
839 |
|
840 |
#: ../fields/recaptcha/config.php:19
|
841 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:18
|
842 |
msgid "Dark"
|
843 |
msgstr ""
|
844 |
|
845 |
#: ../fields/recaptcha/config.php:21
|
846 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:20
|
847 |
msgid ""
|
848 |
"Theme changes not available in preview. Update form and reload to see new "
|
849 |
"theme."
|
850 |
msgstr ""
|
851 |
|
852 |
#: ../fields/recaptcha/preview.php:20
|
853 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/preview.php:20
|
854 |
msgid "No Secret Key Added"
|
855 |
msgstr ""
|
856 |
|
857 |
#: ../fields/recaptcha/preview.php:23
|
858 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/preview.php:23
|
859 |
msgid "No Site Key Added"
|
860 |
msgstr ""
|
861 |
|
862 |
#: ../fields/star-rate/config.php:2
|
863 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:2
|
864 |
msgid "Number of Stars"
|
865 |
msgstr ""
|
866 |
|
867 |
#: ../fields/star-rate/config.php:8
|
868 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:8
|
869 |
msgid "Star Type"
|
870 |
msgstr ""
|
871 |
|
872 |
#: ../fields/star-rate/config.php:11
|
873 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:11
|
874 |
msgid "Star"
|
875 |
msgstr ""
|
876 |
|
877 |
#: ../fields/star-rate/config.php:12
|
878 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:12
|
879 |
msgid "Heart"
|
880 |
msgstr ""
|
881 |
|
882 |
#: ../fields/star-rate/config.php:13
|
883 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:13
|
884 |
msgid "Face"
|
885 |
msgstr ""
|
886 |
|
887 |
#: ../fields/star-rate/config.php:14
|
888 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:14
|
889 |
msgid "Dot"
|
890 |
msgstr ""
|
891 |
|
892 |
#: ../fields/star-rate/config.php:19
|
893 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:19
|
894 |
msgid "Star Size"
|
895 |
msgstr ""
|
896 |
|
897 |
#: ../fields/star-rate/config.php:25
|
898 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:25
|
899 |
msgid "Star Spacing"
|
900 |
msgstr ""
|
901 |
|
902 |
#: ../fields/star-rate/config.php:31
|
903 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:31
|
904 |
msgid "Single Select"
|
905 |
msgstr ""
|
906 |
|
907 |
#: ../fields/star-rate/config.php:38
|
908 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:38
|
909 |
msgid "Star Color"
|
910 |
msgstr ""
|
911 |
|
912 |
#: ../fields/star-rate/config.php:44
|
913 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:44
|
914 |
msgid "Track Color"
|
915 |
msgstr ""
|
916 |
|
917 |
#: ../fields/star-rate/config.php:50
|
918 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:50
|
919 |
msgid "Include Cancel"
|
920 |
msgstr ""
|
921 |
|
922 |
#: ../fields/text/config.php:15
|
923 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:15
|
924 |
msgid "Masked Input"
|
925 |
msgstr ""
|
926 |
|
927 |
#: ../fields/text/config.php:17
|
928 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:17
|
929 |
msgid "Enable input mask"
|
930 |
msgstr ""
|
931 |
|
932 |
#: ../fields/text/config.php:22
|
933 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:22
|
934 |
msgid "Mask"
|
935 |
msgstr ""
|
936 |
|
937 |
#: ../fields/text/config.php:30
|
938 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:30
|
939 |
msgid "numeric"
|
940 |
msgstr ""
|
941 |
|
942 |
#: ../fields/text/config.php:31
|
943 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:31
|
944 |
msgid "alphabetical"
|
945 |
msgstr ""
|
946 |
|
947 |
#: ../fields/text/config.php:32
|
948 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:32
|
949 |
msgid "alphanumeric"
|
950 |
msgstr ""
|
951 |
|
952 |
#: ../fields/text/config.php:33
|
953 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:33
|
954 |
msgid "optional"
|
955 |
msgstr ""
|
956 |
|
957 |
#: ../fields/text/config.php:34
|
958 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:34
|
959 |
msgid "length"
|
960 |
msgstr ""
|
961 |
|
962 |
#: ../fields/text/config.php:36
|
963 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:36
|
964 |
msgid "Any length character only"
|
965 |
msgstr ""
|
966 |
|
967 |
#: ../fields/text/config.php:37
|
968 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:37
|
969 |
msgid "Any length number only"
|
970 |
msgstr ""
|
971 |
|
972 |
#: ../fields/text/config.php:38
|
973 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:38
|
974 |
msgid "email"
|
975 |
msgstr ""
|
976 |
|
977 |
#: ../fields/toggle_switch/config_template.php:2
|
978 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:2
|
979 |
msgid "Orientation"
|
980 |
msgstr ""
|
981 |
|
982 |
#: ../fields/toggle_switch/config_template.php:5
|
983 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:5
|
984 |
msgid "Horizontal"
|
985 |
msgstr ""
|
986 |
|
987 |
#: ../fields/toggle_switch/config_template.php:6
|
988 |
-
|
|
|
|
|
|
|
989 |
msgid "Vertical"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: ../fields/toggle_switch/config_template.php:
|
993 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:12
|
994 |
msgid "Active Class"
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: ../fields/toggle_switch/config_template.php:
|
998 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:19
|
999 |
msgid "Inactive Class"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
-
#: ../fields/toggle_switch/field.php:
|
1003 |
-
#: ../ui/edit.php:
|
1004 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/field.php:37
|
1005 |
msgid "Enable"
|
1006 |
msgstr "Activé"
|
1007 |
|
@@ -1065,7 +925,7 @@ msgstr "Type de fichier non autorisé. Les types autorisés sont :"
|
|
1065 |
msgid "File type needs to be"
|
1066 |
msgstr "Les types de fichier doivent être"
|
1067 |
|
1068 |
-
#: ../processors/akismet/config.php:2 ../ui/edit.php:
|
1069 |
#: ../ui/panels/variables.php:10
|
1070 |
msgid "Name"
|
1071 |
msgstr "Nom"
|
@@ -1190,55 +1050,55 @@ msgstr ""
|
|
1190 |
msgid "Grid"
|
1191 |
msgstr "Grille"
|
1192 |
|
1193 |
-
#: ../ui/admin.php:69 ../ui/admin.php:
|
1194 |
msgid "Entries"
|
1195 |
msgstr "données"
|
1196 |
|
1197 |
-
#: ../ui/admin.php:
|
1198 |
#: ../ui/panels/emailer.php:35
|
1199 |
msgid "Disabled"
|
1200 |
msgstr "Désactiver"
|
1201 |
|
1202 |
-
#: ../ui/admin.php:
|
1203 |
msgid "Mailer Debug enabled."
|
1204 |
msgstr ""
|
1205 |
|
1206 |
-
#: ../ui/admin.php:
|
1207 |
msgid "Edit"
|
1208 |
msgstr "Modifier"
|
1209 |
|
1210 |
-
#: ../ui/admin.php:
|
1211 |
#, fuzzy
|
1212 |
msgid "Export"
|
1213 |
msgstr "Exporter le formulaire"
|
1214 |
|
1215 |
-
#: ../ui/admin.php:
|
1216 |
#, fuzzy
|
1217 |
msgid "Clone Form"
|
1218 |
msgstr "Format monétaire"
|
1219 |
|
1220 |
-
#: ../ui/admin.php:
|
1221 |
msgid "Clone"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: ../ui/admin.php:
|
1225 |
msgid "This will delete this form permanently. Continue?"
|
1226 |
msgstr ""
|
1227 |
"Cela va supprimer le formulaire de façon permanente. Voulez-vous continuer ?"
|
1228 |
|
1229 |
-
#: ../ui/admin.php:
|
1230 |
msgid "Delete"
|
1231 |
msgstr "Supprimer"
|
1232 |
|
1233 |
-
#: ../ui/admin.php:
|
1234 |
msgid "You don't have any forms."
|
1235 |
msgstr "Vous n'avez aucun formulaire"
|
1236 |
|
1237 |
-
#: ../ui/admin.php:
|
1238 |
msgid "An form name is required"
|
1239 |
msgstr "Un nom de formulaire est requis"
|
1240 |
|
1241 |
-
#: ../ui/admin.php:
|
1242 |
msgid ""
|
1243 |
"Looks like something is not working. Please try again a little later or post "
|
1244 |
"to the <a href=\"http://wordpress.org/support/plugin/caldera-forms\" target="
|
@@ -1264,8 +1124,8 @@ msgstr "Déplacer dans la corbeille"
|
|
1264 |
msgid "Delete Permanently"
|
1265 |
msgstr "Supprimer définitivement"
|
1266 |
|
1267 |
-
#: ../ui/admin_templates.php:19 ../ui/admin_templates.php:
|
1268 |
-
#: ../ui/edit.php:
|
1269 |
msgid "Form Name"
|
1270 |
msgstr "Nom du formulaire"
|
1271 |
|
@@ -1274,23 +1134,23 @@ msgstr "Nom du formulaire"
|
|
1274 |
msgid "Form File"
|
1275 |
msgstr "Nom du formulaire"
|
1276 |
|
1277 |
-
#: ../ui/admin_templates.php:
|
1278 |
msgid "Description"
|
1279 |
msgstr "Description"
|
1280 |
|
1281 |
-
#: ../ui/admin_templates.php:
|
1282 |
msgid "ID"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
-
#: ../ui/admin_templates.php:
|
1286 |
msgid "Submitted"
|
1287 |
msgstr "Date d'envoi"
|
1288 |
|
1289 |
-
#: ../ui/admin_templates.php:
|
1290 |
msgid "No entries found"
|
1291 |
msgstr "Aucune donnée trouvée"
|
1292 |
|
1293 |
-
#: ../ui/admin_templates.php:
|
1294 |
msgid "No entries yet."
|
1295 |
msgstr "Il n'y a pas encore de donnée"
|
1296 |
|
@@ -1311,218 +1171,230 @@ msgstr ""
|
|
1311 |
msgid "Select a source"
|
1312 |
msgstr "Choisir une source"
|
1313 |
|
1314 |
-
#: ../ui/edit.php:64 ../ui/edit.php:
|
1315 |
msgid "Post Type"
|
1316 |
msgstr ""
|
1317 |
|
1318 |
-
#: ../ui/edit.php:65 ../ui/edit.php:
|
1319 |
msgid "Taxonomy"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
-
#: ../ui/edit.php:
|
1323 |
msgid "Add Option"
|
1324 |
msgstr "Ajouter une option"
|
1325 |
|
1326 |
-
#: ../ui/edit.php:
|
1327 |
msgid "Bulk Insert"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
-
#: ../ui/edit.php:
|
1331 |
msgid "Single option per line. These replace the current list."
|
1332 |
msgstr ""
|
1333 |
|
1334 |
-
#: ../ui/edit.php:
|
1335 |
msgid "Insert Options"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#: ../ui/edit.php:
|
1339 |
msgid "No Default"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#: ../ui/edit.php:
|
1343 |
msgid "Show Values"
|
1344 |
msgstr "Montrer les valeurs"
|
1345 |
|
1346 |
-
#: ../ui/edit.php:
|
1347 |
msgid "Label"
|
1348 |
msgstr "Label"
|
1349 |
|
1350 |
-
#: ../ui/edit.php:
|
1351 |
msgid "Elements"
|
1352 |
msgstr "Éléments"
|
1353 |
|
1354 |
-
#: ../ui/edit.php:
|
1355 |
msgid "Settings"
|
1356 |
msgstr "Paramètres généraux"
|
1357 |
|
1358 |
-
#: ../ui/edit.php:
|
1359 |
msgid "Conditions"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
-
#: ../ui/edit.php:
|
1363 |
msgid "Element Type"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
-
#: ../ui/edit.php:
|
1367 |
msgid "Hide Label"
|
1368 |
msgstr "Masquer le label"
|
1369 |
|
1370 |
-
#: ../ui/edit.php:
|
1371 |
msgid "Slug"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
-
#: ../ui/edit.php:
|
1375 |
msgid "Required"
|
1376 |
msgstr "Requis"
|
1377 |
|
1378 |
-
#: ../ui/edit.php:
|
1379 |
msgid "Show in Entry List"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: ../ui/edit.php:
|
1383 |
msgid ""
|
1384 |
"Are you sure you want to remove this field?. 'Cancel' to stop. 'OK' to delete"
|
1385 |
msgstr ""
|
1386 |
|
1387 |
-
#: ../ui/edit.php:
|
1388 |
msgid "Delete Element"
|
1389 |
msgstr "Supprimer un élément"
|
1390 |
|
1391 |
-
#: ../ui/edit.php:
|
1392 |
msgid "Show"
|
1393 |
msgstr "Afficher"
|
1394 |
|
1395 |
-
#: ../ui/edit.php:
|
1396 |
msgid "Hide"
|
1397 |
msgstr "Masquer"
|
1398 |
|
1399 |
-
#: ../ui/edit.php:
|
1400 |
#, fuzzy
|
1401 |
msgid "Disable"
|
1402 |
msgstr "Désactiver"
|
1403 |
|
1404 |
-
#: ../ui/edit.php:
|
1405 |
msgid "Add Conditional Group"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: ../ui/edit.php:
|
1409 |
msgid "General Settings"
|
1410 |
msgstr "Paramètres généraux"
|
1411 |
|
1412 |
-
#: ../ui/edit.php:
|
|
|
|
|
|
|
|
|
1413 |
msgid "Update Form"
|
1414 |
msgstr "Mettre à jour le formulaire"
|
1415 |
|
1416 |
-
#: ../ui/edit.php:
|
1417 |
msgid "Preview Form"
|
1418 |
msgstr "Prévisualiser le formulaire"
|
1419 |
|
1420 |
-
#: ../ui/edit.php:
|
1421 |
msgid "Form Description"
|
1422 |
msgstr "Description du formulaire"
|
1423 |
|
1424 |
-
#: ../ui/edit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1425 |
msgid "Capture Entries"
|
1426 |
msgstr "Sauvegarder les données"
|
1427 |
|
1428 |
-
#: ../ui/edit.php:
|
1429 |
msgid "Pin to Menu"
|
1430 |
msgstr "Attacher au menu"
|
1431 |
|
1432 |
-
#: ../ui/edit.php:
|
1433 |
msgid "View Entries"
|
1434 |
msgstr "Voir les données"
|
1435 |
|
1436 |
-
#: ../ui/edit.php:
|
1437 |
msgid "All"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: ../ui/edit.php:
|
1441 |
msgid "Hide Form"
|
1442 |
msgstr "Cacher le formulaire"
|
1443 |
|
1444 |
-
#: ../ui/edit.php:
|
1445 |
msgid "Hide form after successful submission"
|
1446 |
msgstr "Cache le formulaire après son envoi"
|
1447 |
|
1448 |
-
#: ../ui/edit.php:
|
1449 |
#, fuzzy
|
1450 |
msgid "Honeypot"
|
1451 |
msgstr "Format monétaire"
|
1452 |
|
1453 |
-
#: ../ui/edit.php:
|
1454 |
msgid "Place an invisible field to trick spambots"
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
#: ../ui/edit.php:
|
1458 |
msgid "Success Message"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: ../ui/edit.php:
|
1462 |
msgid "Gravatar Field"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: ../ui/edit.php:
|
1466 |
msgid "Used when viewing an entry from a non-logged in user."
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
#: ../ui/edit.php:
|
1470 |
msgid "Add New"
|
1471 |
msgstr "Ajouter"
|
1472 |
|
1473 |
-
#: ../ui/edit.php:
|
1474 |
msgid "Remove"
|
1475 |
msgstr "Supprimer"
|
1476 |
|
1477 |
-
#: ../ui/edit.php:
|
1478 |
msgid "Set Element"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: ../ui/edit.php:
|
1482 |
msgid "No description given"
|
1483 |
msgstr "Pas de description"
|
1484 |
|
1485 |
-
#: ../ui/edit.php:
|
1486 |
msgid "or"
|
1487 |
msgstr "ou"
|
1488 |
|
1489 |
-
#: ../ui/edit.php:
|
1490 |
msgid "is"
|
1491 |
msgstr "est"
|
1492 |
|
1493 |
-
#: ../ui/edit.php:
|
1494 |
msgid "is not"
|
1495 |
msgstr "n'est pas"
|
1496 |
|
1497 |
-
#: ../ui/edit.php:
|
1498 |
msgid "is greater than"
|
1499 |
msgstr "est plus grand que"
|
1500 |
|
1501 |
-
#: ../ui/edit.php:
|
1502 |
msgid "is less than"
|
1503 |
msgstr "est plus petit que"
|
1504 |
|
1505 |
-
#: ../ui/edit.php:
|
1506 |
msgid "starts with"
|
1507 |
msgstr "commence avec"
|
1508 |
|
1509 |
-
#: ../ui/edit.php:
|
1510 |
msgid "ends with"
|
1511 |
msgstr "se termine avec"
|
1512 |
|
1513 |
-
#: ../ui/edit.php:
|
1514 |
msgid "contains"
|
1515 |
msgstr "contient"
|
1516 |
|
1517 |
-
#: ../ui/edit.php:
|
1518 |
msgid "Select field first"
|
1519 |
msgstr "Sélectionner le champ en premier"
|
1520 |
|
1521 |
-
#: ../ui/edit.php:
|
1522 |
msgid "Add Condition"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: ../ui/edit.php:
|
1526 |
msgid "and"
|
1527 |
msgstr "et"
|
1528 |
|
@@ -1578,15 +1450,27 @@ msgstr "Connexion impossible ou aucune extension disponible."
|
|
1578 |
msgid "Enabled"
|
1579 |
msgstr "Activé"
|
1580 |
|
1581 |
-
#: ../ui/panels/emailer.php:45
|
1582 |
-
|
1583 |
-
|
1584 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1585 |
|
1586 |
#: ../ui/panels/emailer.php:56
|
1587 |
msgid "Reply To Email"
|
1588 |
msgstr ""
|
1589 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1590 |
#: ../ui/panels/emailer.php:64
|
1591 |
msgid "Email Type"
|
1592 |
msgstr "Type d'email"
|
@@ -1603,7 +1487,7 @@ msgstr "Ajouter une version CSV des données du formulaire"
|
|
1603 |
msgid "Recipients"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: ../ui/panels/emailer.php:84
|
1607 |
msgid "Comma separated list of email addresses."
|
1608 |
msgstr "Adresses emails séparés par des virgules"
|
1609 |
|
@@ -1611,11 +1495,8 @@ msgstr "Adresses emails séparés par des virgules"
|
|
1611 |
msgid "BCC"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: ../ui/panels/emailer.php:
|
1615 |
-
|
1616 |
-
msgid ""
|
1617 |
-
"Comma separated list of email addresses. Use %field_slug% to use a value "
|
1618 |
-
"from the form."
|
1619 |
msgstr "Utiliser %field_slug% pour afficher une valeur du formulaire"
|
1620 |
|
1621 |
#: ../ui/panels/emailer.php:104
|
@@ -1623,8 +1504,9 @@ msgid "Email Message"
|
|
1623 |
msgstr ""
|
1624 |
|
1625 |
#: ../ui/panels/emailer.php:107
|
|
|
1626 |
msgid ""
|
1627 |
-
"Magic tags, %field_slug% are replaced with submitted data.
|
1628 |
"build an automatic mail based on form content. Leaving the mailer blank, "
|
1629 |
"will create and automatic summary."
|
1630 |
msgstr ""
|
@@ -1643,11 +1525,11 @@ msgstr ""
|
|
1643 |
#: ../ui/panels/emailer.php:116
|
1644 |
msgid ""
|
1645 |
"If set, entries will have a \"Mailer Debug\" meta tab to see the transaction "
|
1646 |
-
"
|
1647 |
"tracking."
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: ../ui/panels/emailer.php:
|
1651 |
msgid ""
|
1652 |
"Please add a \"Button\" element and set it to \"Submit\" if you want to have "
|
1653 |
"the form submittable."
|
@@ -1661,7 +1543,7 @@ msgstr ""
|
|
1661 |
|
1662 |
#: ../ui/panels/layout.php:14 ../ui/panels/layout.php:18
|
1663 |
#: ../ui/panels/layout.php:22 ../ui/panels/layout.php:108
|
1664 |
-
#: ../ui/panels/layout_add_row.php:4 ../ui/panels/pages.php:
|
1665 |
msgid "Page"
|
1666 |
msgstr "Page"
|
1667 |
|
@@ -1718,19 +1600,19 @@ msgstr ""
|
|
1718 |
msgid "Don't Use"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: ../ui/panels/processors.php:
|
1722 |
msgid "Add Processor"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: ../ui/panels/processors.php:
|
1726 |
msgid "Use Processor"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: ../ui/panels/processors.php:
|
1730 |
msgid "by"
|
1731 |
msgstr "par"
|
1732 |
|
1733 |
-
#: ../ui/panels/processors.php:
|
1734 |
msgid "This processor has no configurable options."
|
1735 |
msgstr ""
|
1736 |
|
@@ -1746,17 +1628,24 @@ msgstr ""
|
|
1746 |
msgid "No variables defined"
|
1747 |
msgstr "Aucune variable définie"
|
1748 |
|
1749 |
-
#: ../ui/panels/variables.php:29 ../ui/panels/variables.php:
|
1750 |
msgid "Static"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: ../ui/panels/variables.php:30 ../ui/panels/variables.php:
|
1754 |
msgid "Passback"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: ../
|
1758 |
-
|
1759 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1760 |
|
1761 |
#~ msgid "Field"
|
1762 |
#~ msgstr "Champ"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Caldera Forms\n"
|
4 |
+
"POT-Creation-Date: 2015-06-04 11:20+0200\n"
|
5 |
+
"PO-Revision-Date: 2015-06-04 11:20+0200\n"
|
6 |
"Last-Translator: David Cramer <david@caldera.co.za>\n"
|
7 |
"Language-Team: Tricodia Systems <david@digilab.co.za>\n"
|
8 |
"Language: fr\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
+
#: ../classes/admin.php:108
|
20 |
#, fuzzy
|
21 |
msgid "Invalid Form."
|
22 |
msgstr "Cacher le formulaire"
|
23 |
|
24 |
+
#: ../classes/admin.php:206 ../classes/admin.php:207 ../classes/admin.php:309
|
25 |
#: ../ui/entries_toolbar.php:27
|
26 |
msgid "Trash"
|
27 |
msgstr "Corbeille"
|
28 |
|
29 |
+
#: ../classes/admin.php:207 ../classes/admin.php:309
|
30 |
#: ../ui/admin_templates.php:9
|
31 |
msgid "Restore"
|
32 |
msgstr "Restorer"
|
33 |
|
34 |
+
#: ../classes/admin.php:307 ../ui/admin_templates.php:110
|
35 |
msgid "Entry"
|
36 |
msgstr "Donnée"
|
37 |
|
38 |
+
#: ../classes/admin.php:307
|
39 |
msgid "View"
|
40 |
msgstr "Voir"
|
41 |
|
42 |
+
#: ../classes/admin.php:349 ../classes/admin.php:357
|
43 |
msgid "Add Form to Page"
|
44 |
msgstr "Ajouter le formulaire à la page"
|
45 |
|
46 |
+
#: ../classes/admin.php:350
|
47 |
msgid "Insert Form Shortcode"
|
48 |
msgstr "Insérer depuis le Shortcode"
|
49 |
|
50 |
+
#: ../classes/admin.php:350 ../classes/widget.php:8
|
51 |
msgid "Caldera Form"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: ../classes/admin.php:377 ../ui/admin.php:108
|
55 |
+
msgid "Deactivate"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: ../classes/admin.php:381 ../ui/admin.php:108
|
59 |
+
msgid "Activate"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: ../classes/admin.php:673 ../classes/admin.php:679 ../classes/admin.php:685
|
63 |
+
#: ../classes/admin.php:686 ../classes/admin.php:720 ../classes/admin.php:724
|
64 |
+
#: ../includes/filter_addon_plugins.php:50 ../ui/admin.php:32
|
65 |
+
#: ../ui/community.php:5 ../ui/edit.php:448 ../ui/extend.php:5
|
66 |
msgid "Caldera Forms"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: ../classes/admin.php:674
|
70 |
msgid "Caldera Forms Admin"
|
71 |
msgstr "Notification de Caldera Forms"
|
72 |
|
73 |
+
#: ../classes/admin.php:674
|
74 |
msgid "Forms"
|
75 |
msgstr "Formulaire"
|
76 |
|
77 |
+
#: ../classes/admin.php:685 ../ui/community.php:8
|
78 |
msgid "Community"
|
79 |
msgstr "Communauté"
|
80 |
|
81 |
+
#: ../classes/admin.php:686 ../ui/extend.php:8
|
82 |
msgid "Extend"
|
83 |
msgstr "Plus..."
|
84 |
|
85 |
+
#: ../classes/admin.php:945 ../classes/admin.php:1107
|
86 |
msgid "Sorry, please try again"
|
87 |
msgstr "Désolé, essayer plus tard"
|
88 |
|
89 |
+
#: ../classes/admin.php:945
|
90 |
msgid "Form Delete Error"
|
91 |
msgstr "Erreur lors de la suppression du formulaire"
|
92 |
|
93 |
+
#: ../classes/admin.php:1098
|
94 |
msgid "Sorry, File is not valid."
|
95 |
msgstr "Désolé, le fichier n'est pas valide."
|
96 |
|
97 |
+
#: ../classes/admin.php:1098 ../classes/admin.php:1102
|
98 |
+
#: ../classes/admin.php:1107
|
99 |
msgid "Form Import Error"
|
100 |
msgstr "Erreur lors de l'importation du formulaire"
|
101 |
|
102 |
+
#: ../classes/admin.php:1102
|
103 |
msgid "Sorry, File not uploaded."
|
104 |
msgstr "Désolé, le fichier n'a pas été envoyé."
|
105 |
|
106 |
+
#: ../classes/admin.php:1116
|
107 |
msgid "Form does not exist."
|
108 |
msgstr "Le formulaire n'existe pas."
|
109 |
|
110 |
+
#: ../classes/admin.php:1157
|
111 |
msgid "Export selection has expired"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: ../classes/admin.php:1157
|
115 |
msgid "Export Expired"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: ../classes/admin.php:1346
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Form has been successfully submitted. Thank you."
|
121 |
msgstr "Le formulaire a été envoyé."
|
122 |
|
123 |
+
#: ../classes/admin.php:1383 ../classes/admin.php:1399
|
124 |
msgid "Layout"
|
125 |
msgstr "Disposition"
|
126 |
|
127 |
+
#: ../classes/admin.php:1401
|
128 |
msgid "Layout Builder"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: ../classes/admin.php:1411
|
132 |
msgid "Pages"
|
133 |
msgstr "Pages"
|
134 |
|
135 |
+
#: ../classes/admin.php:1413
|
136 |
msgid "Form Pages"
|
137 |
msgstr "Pages de formulaire"
|
138 |
|
139 |
+
#: ../classes/admin.php:1417
|
140 |
msgid "Processors"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../classes/admin.php:1419 ../ui/panels/processors.php:166
|
144 |
msgid "Form Processors"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../classes/admin.php:1423 ../classes/admin.php:1425
|
148 |
+
#: ../ui/panels/variables.php:83
|
149 |
msgid "Variables"
|
150 |
msgstr "Variables"
|
151 |
|
152 |
+
#: ../classes/admin.php:1432
|
153 |
msgid "Responsive"
|
154 |
msgstr "Responsive"
|
155 |
|
156 |
+
#: ../classes/admin.php:1434
|
157 |
msgid "Resposive Settings"
|
158 |
msgstr "Réglage du \"Responsive\""
|
159 |
|
160 |
+
#: ../classes/admin.php:1438
|
161 |
msgid "Grid Collapse"
|
162 |
msgstr "Redimensionnement des grilles"
|
163 |
|
164 |
+
#: ../classes/admin.php:1440
|
165 |
msgid ""
|
166 |
"Set the smallest screen size at which to collapse the grid. (based on "
|
167 |
"Bootstrap 3.0)"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: ../classes/admin.php:1447
|
171 |
msgid "Maintain grid always"
|
172 |
msgstr "Ne pas redimmensionner les grilles"
|
173 |
|
174 |
+
#: ../classes/admin.php:1467 ../ui/panels/emailer.php:32
|
175 |
msgid "Mailer"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: ../classes/admin.php:1469
|
179 |
msgid "Email Notification Settings"
|
180 |
msgstr "Réglages des notifications par email"
|
181 |
|
182 |
+
#: ../classes/core.php:346
|
183 |
#, fuzzy
|
184 |
msgid "The wasn't entered correct."
|
185 |
msgstr "Le reCAPTCHA est incorrect."
|
186 |
|
187 |
+
#: ../classes/core.php:346 ../fields/button/config_template.php:9
|
|
|
188 |
msgid "Reset"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../classes/core.php:476 ../classes/core.php:490 ../classes/core.php:2885
|
192 |
msgid "Permission denied."
|
193 |
msgstr "Autorisation refusé"
|
194 |
|
195 |
+
#: ../classes/core.php:607 ../ui/panels/emailer.php:4
|
196 |
msgid "Caldera Forms Notification"
|
197 |
msgstr "Notification de Caldera Forms"
|
198 |
|
199 |
+
#: ../classes/core.php:973
|
200 |
msgid "Auto Responder"
|
201 |
msgstr "Résponse automatique"
|
202 |
|
203 |
+
#: ../classes/core.php:974
|
204 |
msgid "Sends out an auto response e-mail"
|
205 |
msgstr "Envoie une réponse automatique"
|
206 |
|
207 |
+
#: ../classes/core.php:978
|
208 |
msgid "Thank you for contacting us"
|
209 |
msgstr "Merci de nous avoir contacter"
|
210 |
|
211 |
+
#: ../classes/core.php:982
|
212 |
msgid "Redirect"
|
213 |
msgstr "Redirection"
|
214 |
|
215 |
+
#: ../classes/core.php:983
|
216 |
msgid "Redirects user to URL on successful submit"
|
217 |
msgstr "Redirige l'utilisateur vers l'URL après l'envoie du formulaire"
|
218 |
|
219 |
+
#: ../classes/core.php:988
|
220 |
msgid "Increment Value"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: ../classes/core.php:989
|
224 |
msgid "Increment a value per entry."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: ../classes/core.php:1003
|
228 |
msgid "Akismet"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: ../classes/core.php:1004
|
232 |
msgid "Anti-spam filtering"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: ../classes/core.php:1037
|
236 |
msgid "Akismet not setup."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: ../classes/core.php:1164
|
240 |
msgid "Calculation"
|
241 |
msgstr "Calcul"
|
242 |
|
243 |
+
#: ../classes/core.php:1167 ../classes/core.php:1189 ../classes/core.php:1226
|
244 |
+
#: ../classes/core.php:1309 ../classes/core.php:1412
|
|
|
|
|
|
|
|
|
|
|
245 |
msgid "Special"
|
246 |
msgstr "Spécial"
|
247 |
|
248 |
+
#: ../classes/core.php:1167
|
249 |
msgid "Math"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: ../classes/core.php:1168
|
253 |
msgid "Calculate values"
|
254 |
msgstr "Calculer les valeurs"
|
255 |
|
256 |
+
#: ../classes/core.php:1175
|
257 |
msgid "Total"
|
258 |
msgstr "Total"
|
259 |
|
260 |
+
#: ../classes/core.php:1187
|
|
|
261 |
msgid "Range Slider"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: ../classes/core.php:1190
|
|
|
265 |
msgid "Range Slider input field"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: ../classes/core.php:1224
|
269 |
msgid "Star Rating"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: ../classes/core.php:1226
|
273 |
msgid "Feedback"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: ../classes/core.php:1227
|
277 |
msgid "Star rating input for feedback"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: ../classes/core.php:1259
|
281 |
msgid "Phone Number"
|
282 |
msgstr "Numéro de téléphone"
|
283 |
|
284 |
+
#: ../classes/core.php:1260
|
285 |
msgid "Phone number with masking"
|
286 |
msgstr "Numéro de téléphone (avec mask)"
|
287 |
|
288 |
+
#: ../classes/core.php:1262 ../classes/core.php:1284 ../classes/core.php:1353
|
289 |
+
#: ../classes/core.php:1390 ../classes/core.php:1400 ../classes/core.php:1497
|
290 |
+
#: ../classes/core.php:1523
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
msgid "Text Fields"
|
292 |
msgstr "Champ"
|
293 |
|
294 |
+
#: ../classes/core.php:1262 ../classes/core.php:1284 ../classes/core.php:1299
|
295 |
+
#: ../classes/core.php:1353 ../classes/core.php:1369 ../classes/core.php:1390
|
296 |
+
#: ../classes/core.php:1400 ../classes/core.php:1441 ../classes/core.php:1460
|
297 |
+
#: ../classes/core.php:1479 ../classes/core.php:1552 ../ui/edit.php:170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
msgid "Basic"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: ../classes/core.php:1262
|
302 |
msgid "User"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: ../classes/core.php:1281 ../classes/core.php:1282
|
|
|
|
|
306 |
msgid "Single Line Text"
|
307 |
msgstr "Champ texte"
|
308 |
|
309 |
+
#: ../classes/core.php:1295 ../classes/core.php:1299
|
|
|
|
|
310 |
msgid "File"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: ../classes/core.php:1296
|
314 |
msgid "File Uploader"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: ../classes/core.php:1306
|
318 |
msgid "reCAPTCHA"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: ../classes/core.php:1307
|
322 |
msgid "reCAPTCHA anti-spam field"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: ../classes/core.php:1332
|
326 |
msgid "HTML"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../classes/core.php:1333
|
330 |
msgid "Add text/html content"
|
331 |
msgstr "Ajouter un contenu text/html"
|
332 |
|
333 |
+
#: ../classes/core.php:1335 ../fields/html/config_template.php:2
|
334 |
#: ../processors/akismet/config.php:20
|
|
|
335 |
msgid "Content"
|
336 |
msgstr "Contenu"
|
337 |
|
338 |
+
#: ../classes/core.php:1350 ../classes/core.php:1351
|
|
|
|
|
339 |
msgid "Hidden"
|
340 |
msgstr "Caché"
|
341 |
|
342 |
+
#: ../classes/core.php:1366 ../fields/button/config_template.php:6
|
|
|
|
|
343 |
msgid "Button"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../classes/core.php:1367
|
347 |
msgid "Button, Submit and Reset types"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../classes/core.php:1369
|
351 |
msgid "Buttons"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: ../classes/core.php:1387 ../classes/core.php:1388
|
|
|
|
|
355 |
msgid "Email Address"
|
356 |
msgstr "Adresse email"
|
357 |
|
358 |
+
#: ../classes/core.php:1397 ../classes/core.php:1398
|
|
|
|
|
359 |
msgid "Paragraph Textarea"
|
360 |
msgstr "Zone de texte"
|
361 |
|
362 |
+
#: ../classes/core.php:1410 ../classes/core.php:1411
|
|
|
|
|
363 |
msgid "Toggle Switch"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: ../classes/core.php:1412 ../classes/core.php:1441 ../classes/core.php:1460
|
367 |
+
#: ../classes/core.php:1479 ../classes/core.php:1552
|
|
|
|
|
|
|
|
|
|
|
368 |
msgid "Select Options"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: ../classes/core.php:1438 ../classes/core.php:1439
|
|
|
|
|
372 |
msgid "Dropdown Select"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: ../classes/core.php:1457 ../classes/core.php:1458
|
|
|
|
|
376 |
msgid "Checkbox"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: ../classes/core.php:1476 ../classes/core.php:1477
|
|
|
|
|
380 |
msgid "Radio"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: ../classes/core.php:1494 ../classes/core.php:1495
|
|
|
|
|
384 |
msgid "Date Picker"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: ../classes/core.php:1497 ../classes/core.php:1523
|
|
|
|
|
388 |
msgid "Pickers"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: ../classes/core.php:1521 ../classes/core.php:1522
|
|
|
|
|
392 |
msgid "Color Picker"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: ../classes/core.php:1549
|
396 |
msgid "State/ Province Select"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: ../classes/core.php:1550
|
400 |
msgid "Dropdown select for US states and Canadian provinces."
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: ../classes/core.php:1844
|
404 |
msgid "System Tags"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: ../classes/core.php:2556 ../classes/core.php:2590
|
408 |
msgid "Mailer Debug"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: ../classes/core.php:2649 ../classes/core.php:3554
|
412 |
msgid "Invalid form ID"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: ../classes/core.php:2895 ../classes/core.php:2900 ../classes/core.php:2907
|
416 |
+
#: ../classes/core.php:3891 ../classes/core.php:3907 ../classes/core.php:3910
|
417 |
+
#: ../classes/core.php:3914
|
418 |
msgid "Permission denied or entry does not exist."
|
419 |
msgstr "Accés refusé ou donnée inexistante."
|
420 |
|
421 |
+
#: ../classes/core.php:2947
|
422 |
msgid "is required"
|
423 |
msgstr "est requis"
|
424 |
|
425 |
+
#: ../classes/core.php:3759 ../classes/core.php:3765
|
426 |
+
msgid "Form is currently not active."
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: ../classes/core.php:4196
|
430 |
msgid "WARNING: Form is in Mailer Debug mode. Disable before going live."
|
431 |
msgstr ""
|
432 |
|
439 |
msgstr "Formulaire"
|
440 |
|
441 |
#: ../fields/button/config_template.php:2
|
|
|
442 |
msgid "Type"
|
443 |
msgstr ""
|
444 |
|
445 |
#: ../fields/button/config_template.php:5
|
|
|
446 |
msgid "Submit"
|
447 |
msgstr "Date d'envoi"
|
448 |
|
449 |
#: ../fields/button/config_template.php:7
|
|
|
450 |
msgid "Next Page"
|
451 |
msgstr "Page"
|
452 |
|
453 |
#: ../fields/button/config_template.php:8
|
|
|
454 |
msgid "Previous Page"
|
455 |
msgstr ""
|
456 |
|
457 |
#: ../fields/button/config_template.php:14
|
|
|
458 |
msgid "Class"
|
459 |
msgstr "Classes"
|
460 |
|
461 |
#: ../fields/calculation/config.php:2
|
|
|
462 |
msgid "Element"
|
463 |
msgstr "Élément"
|
464 |
|
465 |
#: ../fields/calculation/config.php:8
|
|
|
466 |
msgid "Classes"
|
467 |
msgstr "Classes"
|
468 |
|
469 |
#: ../fields/calculation/config.php:14
|
|
|
470 |
msgid "Before"
|
471 |
msgstr "Avant"
|
472 |
|
473 |
#: ../fields/calculation/config.php:20
|
|
|
474 |
msgid "After"
|
475 |
msgstr "Après"
|
476 |
|
477 |
#: ../fields/calculation/config.php:27
|
|
|
478 |
msgid "Money Format"
|
479 |
msgstr "Format monétaire"
|
480 |
|
481 |
#: ../fields/calculation/config.php:32
|
482 |
+
msgid "Separator"
|
483 |
+
msgstr ""
|
484 |
+
|
485 |
+
#: ../fields/calculation/config.php:35
|
486 |
+
msgid "Setup a custom thousand separator. e.g 10,000.00 or 10.000.00"
|
487 |
+
msgstr ""
|
488 |
+
|
489 |
+
#: ../fields/calculation/config.php:41
|
490 |
msgid "Manual Formula"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: ../fields/calculation/config.php:54
|
|
|
494 |
msgid "Add Operator Group"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: ../fields/calculation/config.php:63
|
498 |
+
#, fuzzy
|
499 |
+
msgid "Use %field_slug% as field value variables"
|
500 |
msgstr "Utiliser %field_slug% pour utiliser la valeur de la variable"
|
501 |
|
502 |
#: ../fields/checkbox/config_template.php:3
|
503 |
#: ../fields/radio/config_template.php:4
|
|
|
|
|
504 |
msgid "Inline"
|
505 |
msgstr ""
|
506 |
|
508 |
#: ../fields/email/config.php:8 ../fields/paragraph/config_template.php:14
|
509 |
#: ../fields/phone/config.php:8 ../fields/range_slider/config.php:10
|
510 |
#: ../fields/text/config.php:8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
511 |
msgid "Default"
|
512 |
msgstr "Défaut"
|
513 |
|
514 |
#: ../fields/color_picker/setup.php:2
|
|
|
515 |
msgid "Color"
|
516 |
msgstr ""
|
517 |
|
518 |
#: ../fields/date_picker/setup.php:8
|
|
|
519 |
msgid "Format"
|
520 |
msgstr "Formulaire"
|
521 |
|
522 |
#: ../fields/date_picker/setup.php:14
|
|
|
523 |
msgid "Autoclose"
|
524 |
msgstr ""
|
525 |
|
526 |
#: ../fields/date_picker/setup.php:16
|
|
|
527 |
msgid "Enable autoclose"
|
528 |
msgstr ""
|
529 |
|
530 |
#: ../fields/date_picker/setup.php:17
|
|
|
531 |
msgid ""
|
532 |
"If enabled, the date picker will automatically close after selecting the "
|
533 |
"final input"
|
534 |
msgstr ""
|
535 |
|
536 |
#: ../fields/date_picker/setup.php:21
|
|
|
537 |
msgid "Start View"
|
538 |
msgstr ""
|
539 |
|
540 |
#: ../fields/date_picker/setup.php:24
|
|
|
541 |
#, fuzzy
|
542 |
msgid "Month (Default)"
|
543 |
msgstr "Défaut"
|
544 |
|
545 |
#: ../fields/date_picker/setup.php:25
|
|
|
546 |
msgid "Year"
|
547 |
msgstr ""
|
548 |
|
549 |
#: ../fields/date_picker/setup.php:26
|
|
|
550 |
msgid "Decade"
|
551 |
msgstr ""
|
552 |
|
553 |
#: ../fields/date_picker/setup.php:28
|
|
|
554 |
msgid "The starting view of the date picker (month, year, decade)"
|
555 |
msgstr ""
|
556 |
|
557 |
#: ../fields/date_picker/setup.php:32
|
|
|
558 |
msgid "language"
|
559 |
msgstr ""
|
560 |
|
561 |
#: ../fields/date_picker/setup.php:100
|
|
|
562 |
msgid "Language to use. e.g. pt-BR"
|
563 |
msgstr ""
|
564 |
|
565 |
#: ../fields/dropdown/config_template.php:2 ../fields/email/config.php:2
|
566 |
#: ../fields/paragraph/config_template.php:2 ../fields/phone/config.php:2
|
567 |
#: ../fields/text/config.php:2
|
|
|
|
|
|
|
|
|
|
|
568 |
msgid "Placeholder"
|
569 |
msgstr ""
|
570 |
|
571 |
#: ../fields/file/config_template.php:2
|
|
|
572 |
msgid "Attach to mailer"
|
573 |
msgstr ""
|
574 |
|
575 |
#: ../fields/file/config_template.php:9
|
|
|
576 |
msgid "Allowed Types"
|
577 |
msgstr "Type autorisés"
|
578 |
|
579 |
#: ../fields/file/config_template.php:12
|
|
|
580 |
msgid "Comma separated eg. jpg,pdf,txt"
|
581 |
msgstr "Séparés par des virgules, par exemple. jpg, pdf, txt"
|
582 |
|
583 |
#: ../fields/gravatar/config.php:2
|
|
|
584 |
#, fuzzy
|
585 |
msgid "Email Field"
|
586 |
msgstr "Type d'email"
|
587 |
|
588 |
#: ../fields/gravatar/config.php:10
|
|
|
589 |
msgid "Mystery Man"
|
590 |
msgstr ""
|
591 |
|
592 |
#: ../fields/gravatar/config.php:11
|
|
|
593 |
msgid "Blank"
|
594 |
msgstr ""
|
595 |
|
596 |
#: ../fields/gravatar/config.php:12
|
|
|
597 |
msgid "Gravatar Logo"
|
598 |
msgstr ""
|
599 |
|
600 |
#: ../fields/gravatar/config.php:13
|
|
|
601 |
msgid "Identicon (Generated)"
|
602 |
msgstr ""
|
603 |
|
604 |
#: ../fields/gravatar/config.php:14
|
|
|
605 |
msgid "Wavatar (Generated)"
|
606 |
msgstr ""
|
607 |
|
608 |
#: ../fields/gravatar/config.php:15
|
|
|
609 |
msgid "MonsterID (Generated)"
|
610 |
msgstr ""
|
611 |
|
612 |
#: ../fields/gravatar/config.php:16
|
|
|
613 |
msgid "Retro (Generated)"
|
614 |
msgstr ""
|
615 |
|
616 |
#: ../fields/gravatar/config.php:21
|
|
|
617 |
msgid "Fallback"
|
618 |
msgstr ""
|
619 |
|
620 |
#: ../fields/gravatar/config.php:35
|
|
|
621 |
msgid "Size"
|
622 |
msgstr ""
|
623 |
|
624 |
#: ../fields/gravatar/config.php:42
|
|
|
625 |
#, fuzzy
|
626 |
msgid "Border Color"
|
627 |
msgstr "Bordure"
|
628 |
|
629 |
#: ../fields/gravatar/config.php:49
|
|
|
630 |
#, fuzzy
|
631 |
msgid "Border Size"
|
632 |
msgstr "Bordure"
|
633 |
|
634 |
#: ../fields/gravatar/config.php:56
|
|
|
635 |
#, fuzzy
|
636 |
msgid "Border Radius"
|
637 |
msgstr "Bordure"
|
638 |
|
639 |
+
#: ../fields/hidden/setup.php:2 ../ui/edit.php:106 ../ui/edit.php:135
|
640 |
#: ../ui/panels/variables.php:12
|
|
|
641 |
msgid "Value"
|
642 |
msgstr "Valeur"
|
643 |
|
644 |
#: ../fields/paragraph/config_template.php:8
|
|
|
645 |
msgid "Rows"
|
646 |
msgstr ""
|
647 |
|
648 |
#: ../fields/phone/config.php:14
|
|
|
649 |
msgid "Style"
|
650 |
msgstr ""
|
651 |
|
652 |
#: ../fields/phone/config.php:16
|
|
|
653 |
msgid "Local"
|
654 |
msgstr ""
|
655 |
|
656 |
#: ../fields/phone/config.php:18
|
|
|
657 |
msgid "International"
|
658 |
msgstr ""
|
659 |
|
660 |
#: ../fields/phone/config.php:20
|
|
|
661 |
msgid "Custom"
|
662 |
msgstr ""
|
663 |
|
664 |
#: ../fields/phone/config.php:22
|
|
|
665 |
msgid "Use the digit 9 to indicate a number"
|
666 |
msgstr ""
|
667 |
|
668 |
#: ../fields/range_slider/config.php:17
|
|
|
669 |
msgid "Track"
|
670 |
msgstr ""
|
671 |
|
672 |
#: ../fields/range_slider/config.php:23
|
|
|
673 |
msgid "Highlight"
|
674 |
msgstr ""
|
675 |
|
676 |
#: ../fields/range_slider/config.php:29
|
|
|
677 |
msgid "Handle"
|
678 |
msgstr ""
|
679 |
|
680 |
#: ../fields/range_slider/config.php:35
|
|
|
681 |
msgid "Border"
|
682 |
msgstr "Bordure"
|
683 |
|
684 |
#: ../fields/range_slider/config.php:42
|
|
|
685 |
msgid "Steps"
|
686 |
msgstr ""
|
687 |
|
688 |
#: ../fields/range_slider/config.php:48
|
|
|
689 |
msgid "Minimum"
|
690 |
msgstr "Minimum"
|
691 |
|
692 |
#: ../fields/range_slider/config.php:54
|
|
|
693 |
msgid "Maximum"
|
694 |
msgstr "Maximum"
|
695 |
|
696 |
#: ../fields/range_slider/config.php:60
|
|
|
697 |
msgid "Show Value"
|
698 |
msgstr "Afficher la valeur"
|
699 |
|
700 |
#: ../fields/range_slider/config.php:66
|
|
|
701 |
msgid "Prefix"
|
702 |
msgstr "Préfixe"
|
703 |
|
704 |
#: ../fields/range_slider/config.php:72
|
|
|
705 |
msgid "Suffix"
|
706 |
msgstr "Suffixe"
|
707 |
|
710 |
msgstr ""
|
711 |
|
712 |
#: ../fields/recaptcha/config.php:3
|
|
|
713 |
#, fuzzy
|
714 |
msgid "Site Key"
|
715 |
msgstr "Clé privée"
|
716 |
|
717 |
#: ../fields/recaptcha/config.php:9
|
|
|
718 |
msgid "Secret Key"
|
719 |
msgstr ""
|
720 |
|
721 |
#: ../fields/recaptcha/config.php:15
|
|
|
722 |
msgid "Theme"
|
723 |
msgstr "Thème"
|
724 |
|
725 |
#: ../fields/recaptcha/config.php:18
|
|
|
726 |
msgid "Light"
|
727 |
msgstr ""
|
728 |
|
729 |
#: ../fields/recaptcha/config.php:19
|
|
|
730 |
msgid "Dark"
|
731 |
msgstr ""
|
732 |
|
733 |
#: ../fields/recaptcha/config.php:21
|
|
|
734 |
msgid ""
|
735 |
"Theme changes not available in preview. Update form and reload to see new "
|
736 |
"theme."
|
737 |
msgstr ""
|
738 |
|
739 |
#: ../fields/recaptcha/preview.php:20
|
|
|
740 |
msgid "No Secret Key Added"
|
741 |
msgstr ""
|
742 |
|
743 |
#: ../fields/recaptcha/preview.php:23
|
|
|
744 |
msgid "No Site Key Added"
|
745 |
msgstr ""
|
746 |
|
747 |
#: ../fields/star-rate/config.php:2
|
|
|
748 |
msgid "Number of Stars"
|
749 |
msgstr ""
|
750 |
|
751 |
#: ../fields/star-rate/config.php:8
|
|
|
752 |
msgid "Star Type"
|
753 |
msgstr ""
|
754 |
|
755 |
#: ../fields/star-rate/config.php:11
|
|
|
756 |
msgid "Star"
|
757 |
msgstr ""
|
758 |
|
759 |
#: ../fields/star-rate/config.php:12
|
|
|
760 |
msgid "Heart"
|
761 |
msgstr ""
|
762 |
|
763 |
#: ../fields/star-rate/config.php:13
|
|
|
764 |
msgid "Face"
|
765 |
msgstr ""
|
766 |
|
767 |
#: ../fields/star-rate/config.php:14
|
|
|
768 |
msgid "Dot"
|
769 |
msgstr ""
|
770 |
|
771 |
#: ../fields/star-rate/config.php:19
|
|
|
772 |
msgid "Star Size"
|
773 |
msgstr ""
|
774 |
|
775 |
#: ../fields/star-rate/config.php:25
|
|
|
776 |
msgid "Star Spacing"
|
777 |
msgstr ""
|
778 |
|
779 |
#: ../fields/star-rate/config.php:31
|
|
|
780 |
msgid "Single Select"
|
781 |
msgstr ""
|
782 |
|
783 |
#: ../fields/star-rate/config.php:38
|
|
|
784 |
msgid "Star Color"
|
785 |
msgstr ""
|
786 |
|
787 |
#: ../fields/star-rate/config.php:44
|
|
|
788 |
msgid "Track Color"
|
789 |
msgstr ""
|
790 |
|
791 |
#: ../fields/star-rate/config.php:50
|
|
|
792 |
msgid "Include Cancel"
|
793 |
msgstr ""
|
794 |
|
795 |
#: ../fields/text/config.php:15
|
|
|
796 |
msgid "Masked Input"
|
797 |
msgstr ""
|
798 |
|
799 |
#: ../fields/text/config.php:17
|
|
|
800 |
msgid "Enable input mask"
|
801 |
msgstr ""
|
802 |
|
803 |
#: ../fields/text/config.php:22
|
|
|
804 |
msgid "Mask"
|
805 |
msgstr ""
|
806 |
|
807 |
#: ../fields/text/config.php:30
|
|
|
808 |
msgid "numeric"
|
809 |
msgstr ""
|
810 |
|
811 |
#: ../fields/text/config.php:31
|
|
|
812 |
msgid "alphabetical"
|
813 |
msgstr ""
|
814 |
|
815 |
#: ../fields/text/config.php:32
|
|
|
816 |
msgid "alphanumeric"
|
817 |
msgstr ""
|
818 |
|
819 |
#: ../fields/text/config.php:33
|
|
|
820 |
msgid "optional"
|
821 |
msgstr ""
|
822 |
|
823 |
#: ../fields/text/config.php:34
|
|
|
824 |
msgid "length"
|
825 |
msgstr ""
|
826 |
|
827 |
#: ../fields/text/config.php:36
|
|
|
828 |
msgid "Any length character only"
|
829 |
msgstr ""
|
830 |
|
831 |
#: ../fields/text/config.php:37
|
|
|
832 |
msgid "Any length number only"
|
833 |
msgstr ""
|
834 |
|
835 |
#: ../fields/text/config.php:38
|
|
|
836 |
msgid "email"
|
837 |
msgstr ""
|
838 |
|
839 |
#: ../fields/toggle_switch/config_template.php:2
|
|
|
840 |
msgid "Orientation"
|
841 |
msgstr ""
|
842 |
|
843 |
#: ../fields/toggle_switch/config_template.php:5
|
|
|
844 |
msgid "Horizontal"
|
845 |
msgstr ""
|
846 |
|
847 |
#: ../fields/toggle_switch/config_template.php:6
|
848 |
+
msgid "Justified"
|
849 |
+
msgstr ""
|
850 |
+
|
851 |
+
#: ../fields/toggle_switch/config_template.php:7
|
852 |
msgid "Vertical"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: ../fields/toggle_switch/config_template.php:13
|
|
|
856 |
msgid "Active Class"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: ../fields/toggle_switch/config_template.php:20
|
|
|
860 |
msgid "Inactive Class"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: ../fields/toggle_switch/field.php:39 ../ui/edit.php:491 ../ui/edit.php:499
|
864 |
+
#: ../ui/edit.php:532 ../ui/edit.php:539
|
|
|
865 |
msgid "Enable"
|
866 |
msgstr "Activé"
|
867 |
|
925 |
msgid "File type needs to be"
|
926 |
msgstr "Les types de fichier doivent être"
|
927 |
|
928 |
+
#: ../processors/akismet/config.php:2 ../ui/edit.php:330
|
929 |
#: ../ui/panels/variables.php:10
|
930 |
msgid "Name"
|
931 |
msgstr "Nom"
|
1050 |
msgid "Grid"
|
1051 |
msgstr "Grille"
|
1052 |
|
1053 |
+
#: ../ui/admin.php:69 ../ui/admin.php:124
|
1054 |
msgid "Entries"
|
1055 |
msgstr "données"
|
1056 |
|
1057 |
+
#: ../ui/admin.php:86 ../ui/edit.php:492 ../ui/edit.php:500
|
1058 |
#: ../ui/panels/emailer.php:35
|
1059 |
msgid "Disabled"
|
1060 |
msgstr "Désactiver"
|
1061 |
|
1062 |
+
#: ../ui/admin.php:96
|
1063 |
msgid "Mailer Debug enabled."
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: ../ui/admin.php:100 ../ui/entries.php:14
|
1067 |
msgid "Edit"
|
1068 |
msgstr "Modifier"
|
1069 |
|
1070 |
+
#: ../ui/admin.php:125
|
1071 |
#, fuzzy
|
1072 |
msgid "Export"
|
1073 |
msgstr "Exporter le formulaire"
|
1074 |
|
1075 |
+
#: ../ui/admin.php:126
|
1076 |
#, fuzzy
|
1077 |
msgid "Clone Form"
|
1078 |
msgstr "Format monétaire"
|
1079 |
|
1080 |
+
#: ../ui/admin.php:126
|
1081 |
msgid "Clone"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: ../ui/admin.php:127
|
1085 |
msgid "This will delete this form permanently. Continue?"
|
1086 |
msgstr ""
|
1087 |
"Cela va supprimer le formulaire de façon permanente. Voulez-vous continuer ?"
|
1088 |
|
1089 |
+
#: ../ui/admin.php:127
|
1090 |
msgid "Delete"
|
1091 |
msgstr "Supprimer"
|
1092 |
|
1093 |
+
#: ../ui/admin.php:147
|
1094 |
msgid "You don't have any forms."
|
1095 |
msgstr "Vous n'avez aucun formulaire"
|
1096 |
|
1097 |
+
#: ../ui/admin.php:188
|
1098 |
msgid "An form name is required"
|
1099 |
msgstr "Un nom de formulaire est requis"
|
1100 |
|
1101 |
+
#: ../ui/admin.php:215
|
1102 |
msgid ""
|
1103 |
"Looks like something is not working. Please try again a little later or post "
|
1104 |
"to the <a href=\"http://wordpress.org/support/plugin/caldera-forms\" target="
|
1124 |
msgid "Delete Permanently"
|
1125 |
msgstr "Supprimer définitivement"
|
1126 |
|
1127 |
+
#: ../ui/admin_templates.php:19 ../ui/admin_templates.php:48
|
1128 |
+
#: ../ui/edit.php:468
|
1129 |
msgid "Form Name"
|
1130 |
msgstr "Nom du formulaire"
|
1131 |
|
1134 |
msgid "Form File"
|
1135 |
msgstr "Nom du formulaire"
|
1136 |
|
1137 |
+
#: ../ui/admin_templates.php:54 ../ui/edit.php:358
|
1138 |
msgid "Description"
|
1139 |
msgstr "Description"
|
1140 |
|
1141 |
+
#: ../ui/admin_templates.php:72 ../ui/edit.php:323
|
1142 |
msgid "ID"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: ../ui/admin_templates.php:73 ../ui/admin_templates.php:111
|
1146 |
msgid "Submitted"
|
1147 |
msgstr "Date d'envoi"
|
1148 |
|
1149 |
+
#: ../ui/admin_templates.php:94
|
1150 |
msgid "No entries found"
|
1151 |
msgstr "Aucune donnée trouvée"
|
1152 |
|
1153 |
+
#: ../ui/admin_templates.php:100
|
1154 |
msgid "No entries yet."
|
1155 |
msgstr "Il n'y a pas encore de donnée"
|
1156 |
|
1171 |
msgid "Select a source"
|
1172 |
msgstr "Choisir une source"
|
1173 |
|
1174 |
+
#: ../ui/edit.php:64 ../ui/edit.php:90
|
1175 |
msgid "Post Type"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: ../ui/edit.php:65 ../ui/edit.php:74
|
1179 |
msgid "Taxonomy"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: ../ui/edit.php:122
|
1183 |
msgid "Add Option"
|
1184 |
msgstr "Ajouter une option"
|
1185 |
|
1186 |
+
#: ../ui/edit.php:123
|
1187 |
msgid "Bulk Insert"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: ../ui/edit.php:126
|
1191 |
msgid "Single option per line. These replace the current list."
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: ../ui/edit.php:127
|
1195 |
msgid "Insert Options"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: ../ui/edit.php:131
|
1199 |
msgid "No Default"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: ../ui/edit.php:132
|
1203 |
msgid "Show Values"
|
1204 |
msgstr "Montrer les valeurs"
|
1205 |
|
1206 |
+
#: ../ui/edit.php:136
|
1207 |
msgid "Label"
|
1208 |
msgstr "Label"
|
1209 |
|
1210 |
+
#: ../ui/edit.php:297
|
1211 |
msgid "Elements"
|
1212 |
msgstr "Éléments"
|
1213 |
|
1214 |
+
#: ../ui/edit.php:305
|
1215 |
msgid "Settings"
|
1216 |
msgstr "Paramètres généraux"
|
1217 |
|
1218 |
+
#: ../ui/edit.php:306
|
1219 |
msgid "Conditions"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: ../ui/edit.php:313
|
1223 |
msgid "Element Type"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
+
#: ../ui/edit.php:337
|
1227 |
msgid "Hide Label"
|
1228 |
msgstr "Masquer le label"
|
1229 |
|
1230 |
+
#: ../ui/edit.php:344
|
1231 |
msgid "Slug"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
+
#: ../ui/edit.php:351
|
1235 |
msgid "Required"
|
1236 |
msgstr "Requis"
|
1237 |
|
1238 |
+
#: ../ui/edit.php:365
|
1239 |
msgid "Show in Entry List"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: ../ui/edit.php:374
|
1243 |
msgid ""
|
1244 |
"Are you sure you want to remove this field?. 'Cancel' to stop. 'OK' to delete"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: ../ui/edit.php:374
|
1248 |
msgid "Delete Element"
|
1249 |
msgstr "Supprimer un élément"
|
1250 |
|
1251 |
+
#: ../ui/edit.php:380
|
1252 |
msgid "Show"
|
1253 |
msgstr "Afficher"
|
1254 |
|
1255 |
+
#: ../ui/edit.php:381
|
1256 |
msgid "Hide"
|
1257 |
msgstr "Masquer"
|
1258 |
|
1259 |
+
#: ../ui/edit.php:382
|
1260 |
#, fuzzy
|
1261 |
msgid "Disable"
|
1262 |
msgstr "Désactiver"
|
1263 |
|
1264 |
+
#: ../ui/edit.php:384 ../ui/panels/processors.php:126
|
1265 |
msgid "Add Conditional Group"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: ../ui/edit.php:454 ../ui/edit.php:466
|
1269 |
msgid "General Settings"
|
1270 |
msgstr "Paramètres généraux"
|
1271 |
|
1272 |
+
#: ../ui/edit.php:459
|
1273 |
+
msgid "Updated Successfully"
|
1274 |
+
msgstr ""
|
1275 |
+
|
1276 |
+
#: ../ui/edit.php:461
|
1277 |
msgid "Update Form"
|
1278 |
msgstr "Mettre à jour le formulaire"
|
1279 |
|
1280 |
+
#: ../ui/edit.php:462
|
1281 |
msgid "Preview Form"
|
1282 |
msgstr "Prévisualiser le formulaire"
|
1283 |
|
1284 |
+
#: ../ui/edit.php:475
|
1285 |
msgid "Form Description"
|
1286 |
msgstr "Description du formulaire"
|
1287 |
|
1288 |
+
#: ../ui/edit.php:482
|
1289 |
+
msgid "State"
|
1290 |
+
msgstr ""
|
1291 |
+
|
1292 |
+
#: ../ui/edit.php:484
|
1293 |
+
msgid "Deactivate / Draft"
|
1294 |
+
msgstr ""
|
1295 |
+
|
1296 |
+
#: ../ui/edit.php:489
|
1297 |
msgid "Capture Entries"
|
1298 |
msgstr "Sauvegarder les données"
|
1299 |
|
1300 |
+
#: ../ui/edit.php:497
|
1301 |
msgid "Pin to Menu"
|
1302 |
msgstr "Attacher au menu"
|
1303 |
|
1304 |
+
#: ../ui/edit.php:506
|
1305 |
msgid "View Entries"
|
1306 |
msgstr "Voir les données"
|
1307 |
|
1308 |
+
#: ../ui/edit.php:508
|
1309 |
msgid "All"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: ../ui/edit.php:530
|
1313 |
msgid "Hide Form"
|
1314 |
msgstr "Cacher le formulaire"
|
1315 |
|
1316 |
+
#: ../ui/edit.php:532
|
1317 |
msgid "Hide form after successful submission"
|
1318 |
msgstr "Cache le formulaire après son envoi"
|
1319 |
|
1320 |
+
#: ../ui/edit.php:537
|
1321 |
#, fuzzy
|
1322 |
msgid "Honeypot"
|
1323 |
msgstr "Format monétaire"
|
1324 |
|
1325 |
+
#: ../ui/edit.php:539
|
1326 |
msgid "Place an invisible field to trick spambots"
|
1327 |
msgstr ""
|
1328 |
|
1329 |
+
#: ../ui/edit.php:544
|
1330 |
msgid "Success Message"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: ../ui/edit.php:550
|
1334 |
msgid "Gravatar Field"
|
1335 |
msgstr ""
|
1336 |
|
1337 |
+
#: ../ui/edit.php:557
|
1338 |
msgid "Used when viewing an entry from a non-logged in user."
|
1339 |
msgstr ""
|
1340 |
|
1341 |
+
#: ../ui/edit.php:631
|
1342 |
msgid "Add New"
|
1343 |
msgstr "Ajouter"
|
1344 |
|
1345 |
+
#: ../ui/edit.php:696 ../ui/edit.php:730
|
1346 |
msgid "Remove"
|
1347 |
msgstr "Supprimer"
|
1348 |
|
1349 |
+
#: ../ui/edit.php:786
|
1350 |
msgid "Set Element"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: ../ui/edit.php:789
|
1354 |
msgid "No description given"
|
1355 |
msgstr "Pas de description"
|
1356 |
|
1357 |
+
#: ../ui/edit.php:851
|
1358 |
msgid "or"
|
1359 |
msgstr "ou"
|
1360 |
|
1361 |
+
#: ../ui/edit.php:860 ../ui/edit.php:883
|
1362 |
msgid "is"
|
1363 |
msgstr "est"
|
1364 |
|
1365 |
+
#: ../ui/edit.php:861 ../ui/edit.php:884
|
1366 |
msgid "is not"
|
1367 |
msgstr "n'est pas"
|
1368 |
|
1369 |
+
#: ../ui/edit.php:862 ../ui/edit.php:885
|
1370 |
msgid "is greater than"
|
1371 |
msgstr "est plus grand que"
|
1372 |
|
1373 |
+
#: ../ui/edit.php:863 ../ui/edit.php:886
|
1374 |
msgid "is less than"
|
1375 |
msgstr "est plus petit que"
|
1376 |
|
1377 |
+
#: ../ui/edit.php:864 ../ui/edit.php:887
|
1378 |
msgid "starts with"
|
1379 |
msgstr "commence avec"
|
1380 |
|
1381 |
+
#: ../ui/edit.php:865 ../ui/edit.php:888
|
1382 |
msgid "ends with"
|
1383 |
msgstr "se termine avec"
|
1384 |
|
1385 |
+
#: ../ui/edit.php:866 ../ui/edit.php:889
|
1386 |
msgid "contains"
|
1387 |
msgstr "contient"
|
1388 |
|
1389 |
+
#: ../ui/edit.php:868 ../ui/edit.php:891
|
1390 |
msgid "Select field first"
|
1391 |
msgstr "Sélectionner le champ en premier"
|
1392 |
|
1393 |
+
#: ../ui/edit.php:873
|
1394 |
msgid "Add Condition"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
+
#: ../ui/edit.php:879
|
1398 |
msgid "and"
|
1399 |
msgstr "et"
|
1400 |
|
1450 |
msgid "Enabled"
|
1451 |
msgstr "Activé"
|
1452 |
|
1453 |
+
#: ../ui/panels/emailer.php:45
|
1454 |
+
msgid "Name from which the email comes"
|
1455 |
+
msgstr ""
|
1456 |
+
|
1457 |
+
#: ../ui/panels/emailer.php:52
|
1458 |
+
msgid ""
|
1459 |
+
"Email Address from which the mail comes. Try not to use a field from the "
|
1460 |
+
"form. Rather use your own email and use a form field in the \"Reply To Email"
|
1461 |
+
"\" below."
|
1462 |
+
msgstr ""
|
1463 |
|
1464 |
#: ../ui/panels/emailer.php:56
|
1465 |
msgid "Reply To Email"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: ../ui/panels/emailer.php:59
|
1469 |
+
msgid ""
|
1470 |
+
"The email address of the person filling in the form. This will allow the "
|
1471 |
+
"email to be replied directly to the sender."
|
1472 |
+
msgstr ""
|
1473 |
+
|
1474 |
#: ../ui/panels/emailer.php:64
|
1475 |
msgid "Email Type"
|
1476 |
msgstr "Type d'email"
|
1487 |
msgid "Recipients"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
+
#: ../ui/panels/emailer.php:84 ../ui/panels/emailer.php:92
|
1491 |
msgid "Comma separated list of email addresses."
|
1492 |
msgstr "Adresses emails séparés par des virgules"
|
1493 |
|
1495 |
msgid "BCC"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: ../ui/panels/emailer.php:100
|
1499 |
+
msgid "Use %field_slug% to use a value from the form"
|
|
|
|
|
|
|
1500 |
msgstr "Utiliser %field_slug% pour afficher une valeur du formulaire"
|
1501 |
|
1502 |
#: ../ui/panels/emailer.php:104
|
1504 |
msgstr ""
|
1505 |
|
1506 |
#: ../ui/panels/emailer.php:107
|
1507 |
+
#, fuzzy
|
1508 |
msgid ""
|
1509 |
+
"Magic tags, %field_slug% are replaced with submitted data. Use {summary} to "
|
1510 |
"build an automatic mail based on form content. Leaving the mailer blank, "
|
1511 |
"will create and automatic summary."
|
1512 |
msgstr ""
|
1525 |
#: ../ui/panels/emailer.php:116
|
1526 |
msgid ""
|
1527 |
"If set, entries will have a \"Mailer Debug\" meta tab to see the transaction "
|
1528 |
+
"log. Do not keep this enabled on production as it sends two emails for "
|
1529 |
"tracking."
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: ../ui/panels/emailer.php:125
|
1533 |
msgid ""
|
1534 |
"Please add a \"Button\" element and set it to \"Submit\" if you want to have "
|
1535 |
"the form submittable."
|
1543 |
|
1544 |
#: ../ui/panels/layout.php:14 ../ui/panels/layout.php:18
|
1545 |
#: ../ui/panels/layout.php:22 ../ui/panels/layout.php:108
|
1546 |
+
#: ../ui/panels/layout_add_row.php:4 ../ui/panels/pages.php:14
|
1547 |
msgid "Page"
|
1548 |
msgstr "Page"
|
1549 |
|
1600 |
msgid "Don't Use"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: ../ui/panels/processors.php:171
|
1604 |
msgid "Add Processor"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: ../ui/panels/processors.php:221
|
1608 |
msgid "Use Processor"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: ../ui/panels/processors.php:226
|
1612 |
msgid "by"
|
1613 |
msgstr "par"
|
1614 |
|
1615 |
+
#: ../ui/panels/processors.php:284
|
1616 |
msgid "This processor has no configurable options."
|
1617 |
msgstr ""
|
1618 |
|
1628 |
msgid "No variables defined"
|
1629 |
msgstr "Aucune variable définie"
|
1630 |
|
1631 |
+
#: ../ui/panels/variables.php:29 ../ui/panels/variables.php:49
|
1632 |
msgid "Static"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: ../ui/panels/variables.php:30 ../ui/panels/variables.php:50
|
1636 |
msgid "Passback"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: ../ui/panels/variables.php:31 ../ui/panels/variables.php:51
|
1640 |
+
#, fuzzy
|
1641 |
+
msgid "Entry List"
|
1642 |
+
msgstr "données"
|
1643 |
+
|
1644 |
+
#, fuzzy
|
1645 |
+
#~ msgid ""
|
1646 |
+
#~ "Comma separated list of email addresses. Use %field_slug% to use a value "
|
1647 |
+
#~ "from the form."
|
1648 |
+
#~ msgstr "Utiliser %field_slug% pour afficher une valeur du formulaire"
|
1649 |
|
1650 |
#~ msgid "Field"
|
1651 |
#~ msgstr "Champ"
|
languages/caldera-forms-ja.mo
CHANGED
Binary file
|
languages/caldera-forms-ja.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Caldera Forms\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: David Cramer <david@caldera.co.za>\n"
|
7 |
"Language-Team: Kiho Shin\n"
|
8 |
"Language: ja\n"
|
@@ -16,463 +16,419 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
-
#: ../classes/admin.php:
|
20 |
#, fuzzy
|
21 |
msgid "Invalid Form."
|
22 |
msgstr "無効なフォームID "
|
23 |
|
24 |
-
#: ../classes/admin.php:
|
25 |
#: ../ui/entries_toolbar.php:27
|
26 |
msgid "Trash"
|
27 |
msgstr "ゴミ箱"
|
28 |
|
29 |
-
#: ../classes/admin.php:
|
30 |
#: ../ui/admin_templates.php:9
|
31 |
msgid "Restore"
|
32 |
msgstr "復元"
|
33 |
|
34 |
-
#: ../classes/admin.php:
|
35 |
msgid "Entry"
|
36 |
msgstr "エントリー"
|
37 |
|
38 |
-
#: ../classes/admin.php:
|
39 |
msgid "View"
|
40 |
msgstr "表示"
|
41 |
|
42 |
-
#: ../classes/admin.php:
|
43 |
msgid "Add Form to Page"
|
44 |
msgstr "ページにフォームを追加"
|
45 |
|
46 |
-
#: ../classes/admin.php:
|
47 |
msgid "Insert Form Shortcode"
|
48 |
msgstr "フォームのショートコードを挿入"
|
49 |
|
50 |
-
#: ../classes/admin.php:
|
51 |
msgid "Caldera Form"
|
52 |
msgstr "Caldera フォーム"
|
53 |
|
54 |
-
#: ../classes/admin.php:
|
55 |
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
msgid "Caldera Forms"
|
59 |
msgstr "Caldera フォーム"
|
60 |
|
61 |
-
#: ../classes/admin.php:
|
62 |
msgid "Caldera Forms Admin"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: ../classes/admin.php:
|
66 |
msgid "Forms"
|
67 |
msgstr "フォーム"
|
68 |
|
69 |
-
#: ../classes/admin.php:
|
70 |
msgid "Community"
|
71 |
msgstr "コミュニティ"
|
72 |
|
73 |
-
#: ../classes/admin.php:
|
74 |
msgid "Extend"
|
75 |
msgstr "拡張する"
|
76 |
|
77 |
-
#: ../classes/admin.php:
|
78 |
msgid "Sorry, please try again"
|
79 |
msgstr "もう一度試してください"
|
80 |
|
81 |
-
#: ../classes/admin.php:
|
82 |
msgid "Form Delete Error"
|
83 |
msgstr "フォーム削除エラー"
|
84 |
|
85 |
-
#: ../classes/admin.php:
|
86 |
msgid "Sorry, File is not valid."
|
87 |
msgstr "ファイルに対応していません。"
|
88 |
|
89 |
-
#: ../classes/admin.php:
|
90 |
-
#: ../classes/admin.php:
|
91 |
msgid "Form Import Error"
|
92 |
msgstr "フォームのインポート エラー"
|
93 |
|
94 |
-
#: ../classes/admin.php:
|
95 |
msgid "Sorry, File not uploaded."
|
96 |
msgstr "ファイルのアップロードに失敗しました。"
|
97 |
|
98 |
-
#: ../classes/admin.php:
|
99 |
msgid "Form does not exist."
|
100 |
msgstr "フォームが見つかりません。"
|
101 |
|
102 |
-
#: ../classes/admin.php:
|
103 |
msgid "Export selection has expired"
|
104 |
msgstr "エクスポートの設定"
|
105 |
|
106 |
-
#: ../classes/admin.php:
|
107 |
msgid "Export Expired"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: ../classes/admin.php:
|
111 |
-
|
|
|
112 |
msgstr "送信されました。有難うございます。"
|
113 |
|
114 |
-
#: ../classes/admin.php:
|
115 |
msgid "Layout"
|
116 |
msgstr "レイアウト"
|
117 |
|
118 |
-
#: ../classes/admin.php:
|
119 |
msgid "Layout Builder"
|
120 |
msgstr "レイアウト ビルダー"
|
121 |
|
122 |
-
#: ../classes/admin.php:
|
123 |
msgid "Pages"
|
124 |
msgstr "ページ"
|
125 |
|
126 |
-
#: ../classes/admin.php:
|
127 |
msgid "Form Pages"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: ../classes/admin.php:
|
131 |
msgid "Processors"
|
132 |
msgstr "処理"
|
133 |
|
134 |
-
#: ../classes/admin.php:
|
135 |
msgid "Form Processors"
|
136 |
msgstr "フォーム処理"
|
137 |
|
138 |
-
#: ../classes/admin.php:
|
139 |
-
#: ../ui/panels/variables.php:
|
140 |
msgid "Variables"
|
141 |
msgstr "変数"
|
142 |
|
143 |
-
#: ../classes/admin.php:
|
144 |
msgid "Responsive"
|
145 |
msgstr "レスポンシブ"
|
146 |
|
147 |
-
#: ../classes/admin.php:
|
148 |
msgid "Resposive Settings"
|
149 |
msgstr "レスポンシブ設定"
|
150 |
|
151 |
-
#: ../classes/admin.php:
|
152 |
msgid "Grid Collapse"
|
153 |
msgstr "グリッドを縮小表示"
|
154 |
|
155 |
-
#: ../classes/admin.php:
|
156 |
msgid ""
|
157 |
"Set the smallest screen size at which to collapse the grid. (based on "
|
158 |
"Bootstrap 3.0)"
|
159 |
msgstr "縮小表示次の最小表示サイズを設定 (Bootstrap 3.0 に基づく)"
|
160 |
|
161 |
-
#: ../classes/admin.php:
|
162 |
msgid "Maintain grid always"
|
163 |
msgstr "常にグリッド設定を保持する"
|
164 |
|
165 |
-
#: ../classes/admin.php:
|
166 |
msgid "Mailer"
|
167 |
msgstr "メーラー"
|
168 |
|
169 |
-
#: ../classes/admin.php:
|
170 |
msgid "Email Notification Settings"
|
171 |
msgstr "メール通知設定"
|
172 |
|
173 |
-
#: ../classes/core.php:
|
174 |
#, fuzzy
|
175 |
msgid "The wasn't entered correct."
|
176 |
msgstr "reCAPTCHA が間違っています。"
|
177 |
|
178 |
-
#: ../classes/core.php:
|
179 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:9
|
180 |
msgid "Reset"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: ../classes/core.php:
|
184 |
msgid "Permission denied."
|
185 |
msgstr "権限がありません。"
|
186 |
|
187 |
-
#: ../classes/core.php:
|
188 |
msgid "Caldera Forms Notification"
|
189 |
msgstr "Caldera フォームの通知"
|
190 |
|
191 |
-
#: ../classes/core.php:
|
192 |
msgid "Auto Responder"
|
193 |
msgstr "自動返信メール"
|
194 |
|
195 |
-
#: ../classes/core.php:
|
196 |
msgid "Sends out an auto response e-mail"
|
197 |
msgstr "自動返信メールを送る"
|
198 |
|
199 |
-
#: ../classes/core.php:
|
200 |
msgid "Thank you for contacting us"
|
201 |
msgstr "お問い合わせ有難うございます。"
|
202 |
|
203 |
-
#: ../classes/core.php:
|
204 |
msgid "Redirect"
|
205 |
msgstr "転送"
|
206 |
|
207 |
-
#: ../classes/core.php:
|
208 |
msgid "Redirects user to URL on successful submit"
|
209 |
msgstr "送信成功後転送するURL"
|
210 |
|
211 |
-
#: ../classes/core.php:
|
212 |
msgid "Increment Value"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: ../classes/core.php:
|
216 |
msgid "Increment a value per entry."
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: ../classes/core.php:
|
220 |
msgid "Akismet"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: ../classes/core.php:
|
224 |
msgid "Anti-spam filtering"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: ../classes/core.php:
|
228 |
msgid "Akismet not setup."
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: ../classes/core.php:
|
232 |
msgid "Calculation"
|
233 |
msgstr "計算"
|
234 |
|
235 |
-
#: ../classes/core.php:
|
236 |
-
#: ../classes/core.php:
|
237 |
-
#: ../vendor/calderawp/fields/src/fields.php:114
|
238 |
-
#: ../vendor/calderawp/fields/src/fields.php:136
|
239 |
-
#: ../vendor/calderawp/fields/src/fields.php:217
|
240 |
-
#: ../vendor/calderawp/fields/src/fields.php:319
|
241 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:34
|
242 |
msgid "Special"
|
243 |
msgstr "スペシャル"
|
244 |
|
245 |
-
#: ../classes/core.php:
|
246 |
msgid "Math"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: ../classes/core.php:
|
250 |
msgid "Calculate values"
|
251 |
msgstr "計算値"
|
252 |
|
253 |
-
#: ../classes/core.php:
|
254 |
msgid "Total"
|
255 |
msgstr "合計"
|
256 |
|
257 |
-
#: ../classes/core.php:
|
258 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:32
|
259 |
msgid "Range Slider"
|
260 |
msgstr "レンジ スライダー"
|
261 |
|
262 |
-
#: ../classes/core.php:
|
263 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:35
|
264 |
msgid "Range Slider input field"
|
265 |
msgstr "レンジ スライダー入力フィールド"
|
266 |
|
267 |
-
#: ../classes/core.php:
|
268 |
msgid "Star Rating"
|
269 |
msgstr "スター評価"
|
270 |
|
271 |
-
#: ../classes/core.php:
|
272 |
msgid "Feedback"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: ../classes/core.php:
|
276 |
msgid "Star rating input for feedback"
|
277 |
msgstr "フィードバックのスター評価"
|
278 |
|
279 |
-
#: ../classes/core.php:
|
280 |
msgid "Phone Number"
|
281 |
msgstr "電話番号"
|
282 |
|
283 |
-
#: ../classes/core.php:
|
284 |
msgid "Phone number with masking"
|
285 |
msgstr "フォーマット化された電話番号"
|
286 |
|
287 |
-
#: ../classes/core.php:
|
288 |
-
#: ../classes/core.php:
|
289 |
-
#: ../classes/core.php:
|
290 |
-
#: ../vendor/calderawp/fields/src/fields.php:193
|
291 |
-
#: ../vendor/calderawp/fields/src/fields.php:260
|
292 |
-
#: ../vendor/calderawp/fields/src/fields.php:297
|
293 |
-
#: ../vendor/calderawp/fields/src/fields.php:307
|
294 |
-
#: ../vendor/calderawp/fields/src/fields.php:400
|
295 |
-
#: ../vendor/calderawp/fields/src/fields.php:426
|
296 |
msgid "Text Fields"
|
297 |
msgstr "テキスト入力"
|
298 |
|
299 |
-
#: ../classes/core.php:
|
300 |
-
#: ../classes/core.php:
|
301 |
-
#: ../classes/core.php:
|
302 |
-
#: ../classes/core.php:
|
303 |
-
#: ../vendor/calderawp/fields/src/fields.php:171
|
304 |
-
#: ../vendor/calderawp/fields/src/fields.php:193
|
305 |
-
#: ../vendor/calderawp/fields/src/fields.php:207
|
306 |
-
#: ../vendor/calderawp/fields/src/fields.php:260
|
307 |
-
#: ../vendor/calderawp/fields/src/fields.php:276
|
308 |
-
#: ../vendor/calderawp/fields/src/fields.php:297
|
309 |
-
#: ../vendor/calderawp/fields/src/fields.php:307
|
310 |
-
#: ../vendor/calderawp/fields/src/fields.php:347
|
311 |
-
#: ../vendor/calderawp/fields/src/fields.php:365
|
312 |
-
#: ../vendor/calderawp/fields/src/fields.php:383
|
313 |
-
#: ../vendor/calderawp/fields/src/fields.php:455
|
314 |
msgid "Basic"
|
315 |
msgstr "ベーシック"
|
316 |
|
317 |
-
#: ../classes/core.php:
|
318 |
msgid "User"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: ../classes/core.php:
|
322 |
-
#: ../vendor/calderawp/fields/src/fields.php:190
|
323 |
-
#: ../vendor/calderawp/fields/src/fields.php:191
|
324 |
msgid "Single Line Text"
|
325 |
msgstr "一行のテキスト入力"
|
326 |
|
327 |
-
#: ../classes/core.php:
|
328 |
-
#: ../vendor/calderawp/fields/src/fields.php:204
|
329 |
-
#: ../vendor/calderawp/fields/src/fields.php:207
|
330 |
msgid "File"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: ../classes/core.php:
|
334 |
msgid "File Uploader"
|
335 |
msgstr "ファイル アップローダ"
|
336 |
|
337 |
-
#: ../classes/core.php:
|
338 |
msgid "reCAPTCHA"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: ../classes/core.php:
|
342 |
msgid "reCAPTCHA anti-spam field"
|
343 |
msgstr "reCAPTCHA アンチスパム フィールド"
|
344 |
|
345 |
-
#: ../classes/core.php:
|
346 |
msgid "HTML"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: ../classes/core.php:
|
350 |
msgid "Add text/html content"
|
351 |
msgstr "text/html コンテンツの追加"
|
352 |
|
353 |
-
#: ../classes/core.php:
|
354 |
#: ../processors/akismet/config.php:20
|
355 |
-
#: ../vendor/calderawp/fields/src/fields.php:242
|
356 |
msgid "Content"
|
357 |
msgstr "コンテンツ"
|
358 |
|
359 |
-
#: ../classes/core.php:
|
360 |
-
#: ../vendor/calderawp/fields/src/fields.php:257
|
361 |
-
#: ../vendor/calderawp/fields/src/fields.php:258
|
362 |
msgid "Hidden"
|
363 |
msgstr "非表示"
|
364 |
|
365 |
-
#: ../classes/core.php:
|
366 |
-
#: ../vendor/calderawp/fields/src/fields.php:273
|
367 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:6
|
368 |
msgid "Button"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: ../classes/core.php:
|
372 |
msgid "Button, Submit and Reset types"
|
373 |
msgstr "ボタン、送信、リセット"
|
374 |
|
375 |
-
#: ../classes/core.php:
|
376 |
msgid "Buttons"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: ../classes/core.php:
|
380 |
-
#: ../vendor/calderawp/fields/src/fields.php:294
|
381 |
-
#: ../vendor/calderawp/fields/src/fields.php:295
|
382 |
msgid "Email Address"
|
383 |
msgstr "メールアドレス"
|
384 |
|
385 |
-
#: ../classes/core.php:
|
386 |
-
#: ../vendor/calderawp/fields/src/fields.php:304
|
387 |
-
#: ../vendor/calderawp/fields/src/fields.php:305
|
388 |
msgid "Paragraph Textarea"
|
389 |
msgstr "テキスト エリア入力"
|
390 |
|
391 |
-
#: ../classes/core.php:
|
392 |
-
#: ../vendor/calderawp/fields/src/fields.php:317
|
393 |
-
#: ../vendor/calderawp/fields/src/fields.php:318
|
394 |
msgid "Toggle Switch"
|
395 |
msgstr "トグル スイッチ"
|
396 |
|
397 |
-
#: ../classes/core.php:
|
398 |
-
#: ../classes/core.php:
|
399 |
-
#: ../vendor/calderawp/fields/src/fields.php:319
|
400 |
-
#: ../vendor/calderawp/fields/src/fields.php:347
|
401 |
-
#: ../vendor/calderawp/fields/src/fields.php:365
|
402 |
-
#: ../vendor/calderawp/fields/src/fields.php:383
|
403 |
-
#: ../vendor/calderawp/fields/src/fields.php:455
|
404 |
msgid "Select Options"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: ../classes/core.php:
|
408 |
-
#: ../vendor/calderawp/fields/src/fields.php:344
|
409 |
-
#: ../vendor/calderawp/fields/src/fields.php:345
|
410 |
msgid "Dropdown Select"
|
411 |
msgstr "ドロップダウンリスト"
|
412 |
|
413 |
-
#: ../classes/core.php:
|
414 |
-
#: ../vendor/calderawp/fields/src/fields.php:362
|
415 |
-
#: ../vendor/calderawp/fields/src/fields.php:363
|
416 |
msgid "Checkbox"
|
417 |
msgstr "チェックボックス"
|
418 |
|
419 |
-
#: ../classes/core.php:
|
420 |
-
#: ../vendor/calderawp/fields/src/fields.php:380
|
421 |
-
#: ../vendor/calderawp/fields/src/fields.php:381
|
422 |
msgid "Radio"
|
423 |
msgstr "ラジオボタン"
|
424 |
|
425 |
-
#: ../classes/core.php:
|
426 |
-
#: ../vendor/calderawp/fields/src/fields.php:397
|
427 |
-
#: ../vendor/calderawp/fields/src/fields.php:398
|
428 |
msgid "Date Picker"
|
429 |
msgstr "日付ピッカー"
|
430 |
|
431 |
-
#: ../classes/core.php:
|
432 |
-
#: ../vendor/calderawp/fields/src/fields.php:400
|
433 |
-
#: ../vendor/calderawp/fields/src/fields.php:426
|
434 |
msgid "Pickers"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: ../classes/core.php:
|
438 |
-
#: ../vendor/calderawp/fields/src/fields.php:424
|
439 |
-
#: ../vendor/calderawp/fields/src/fields.php:425
|
440 |
msgid "Color Picker"
|
441 |
msgstr "カラーピッカー"
|
442 |
|
443 |
-
#: ../classes/core.php:
|
444 |
#, fuzzy
|
445 |
msgid "State/ Province Select"
|
446 |
msgstr "1つ選択"
|
447 |
|
448 |
-
#: ../classes/core.php:
|
449 |
msgid "Dropdown select for US states and Canadian provinces."
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: ../classes/core.php:
|
453 |
msgid "System Tags"
|
454 |
msgstr "システムタグ"
|
455 |
|
456 |
-
#: ../classes/core.php:
|
457 |
#, fuzzy
|
458 |
msgid "Mailer Debug"
|
459 |
msgstr "メーラー"
|
460 |
|
461 |
-
#: ../classes/core.php:
|
462 |
msgid "Invalid form ID"
|
463 |
msgstr "無効なフォームID "
|
464 |
|
465 |
-
#: ../classes/core.php:
|
466 |
-
#: ../classes/core.php:
|
467 |
-
#: ../classes/core.php:
|
468 |
msgid "Permission denied or entry does not exist."
|
469 |
msgstr "アクセス権限が無いかエントリーが存在しません。"
|
470 |
|
471 |
-
#: ../classes/core.php:
|
472 |
msgid "is required"
|
473 |
msgstr "は必須項目"
|
474 |
|
475 |
-
#: ../classes/core.php:
|
|
|
|
|
|
|
|
|
476 |
msgid "WARNING: Form is in Mailer Debug mode. Disable before going live."
|
477 |
msgstr ""
|
478 |
|
@@ -485,74 +441,68 @@ msgid "Form"
|
|
485 |
msgstr "フォーム"
|
486 |
|
487 |
#: ../fields/button/config_template.php:2
|
488 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:2
|
489 |
msgid "Type"
|
490 |
msgstr ""
|
491 |
|
492 |
#: ../fields/button/config_template.php:5
|
493 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:5
|
494 |
msgid "Submit"
|
495 |
msgstr ""
|
496 |
|
497 |
#: ../fields/button/config_template.php:7
|
498 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:7
|
499 |
msgid "Next Page"
|
500 |
msgstr ""
|
501 |
|
502 |
#: ../fields/button/config_template.php:8
|
503 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:8
|
504 |
msgid "Previous Page"
|
505 |
msgstr ""
|
506 |
|
507 |
#: ../fields/button/config_template.php:14
|
508 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:14
|
509 |
msgid "Class"
|
510 |
msgstr ""
|
511 |
|
512 |
#: ../fields/calculation/config.php:2
|
513 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:2
|
514 |
msgid "Element"
|
515 |
msgstr ""
|
516 |
|
517 |
#: ../fields/calculation/config.php:8
|
518 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:8
|
519 |
msgid "Classes"
|
520 |
msgstr "クラス"
|
521 |
|
522 |
#: ../fields/calculation/config.php:14
|
523 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:14
|
524 |
msgid "Before"
|
525 |
msgstr "前"
|
526 |
|
527 |
#: ../fields/calculation/config.php:20
|
528 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:20
|
529 |
msgid "After"
|
530 |
msgstr "後"
|
531 |
|
532 |
#: ../fields/calculation/config.php:27
|
533 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:27
|
534 |
msgid "Money Format"
|
535 |
msgstr ""
|
536 |
|
537 |
#: ../fields/calculation/config.php:32
|
538 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
539 |
msgid "Manual Formula"
|
540 |
msgstr "マニュアル数式"
|
541 |
|
542 |
-
#: ../fields/calculation/config.php:
|
543 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:45
|
544 |
msgid "Add Operator Group"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: ../fields/calculation/config.php:
|
548 |
-
|
549 |
-
msgid "Use %field_slug% as field
|
550 |
msgstr "%field_slug% を入力変数として使用する"
|
551 |
|
552 |
#: ../fields/checkbox/config_template.php:3
|
553 |
#: ../fields/radio/config_template.php:4
|
554 |
-
#: ../vendor/calderawp/fields/src/fields/checkbox/config_template.php:3
|
555 |
-
#: ../vendor/calderawp/fields/src/fields/radio/config_template.php:4
|
556 |
msgid "Inline"
|
557 |
msgstr ""
|
558 |
|
@@ -560,260 +510,203 @@ msgstr ""
|
|
560 |
#: ../fields/email/config.php:8 ../fields/paragraph/config_template.php:14
|
561 |
#: ../fields/phone/config.php:8 ../fields/range_slider/config.php:10
|
562 |
#: ../fields/text/config.php:8
|
563 |
-
#: ../vendor/calderawp/fields/src/fields/color_picker/setup.php:2
|
564 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:2
|
565 |
-
#: ../vendor/calderawp/fields/src/fields/email/config.php:8
|
566 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:14
|
567 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:8
|
568 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:8
|
569 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:3
|
570 |
msgid "Default"
|
571 |
msgstr ""
|
572 |
|
573 |
#: ../fields/color_picker/setup.php:2
|
574 |
-
#: ../vendor/calderawp/fields/src/fields/color_picker/setup.php:2
|
575 |
msgid "Color"
|
576 |
msgstr ""
|
577 |
|
578 |
#: ../fields/date_picker/setup.php:8
|
579 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:8
|
580 |
msgid "Format"
|
581 |
msgstr ""
|
582 |
|
583 |
#: ../fields/date_picker/setup.php:14
|
584 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:14
|
585 |
msgid "Autoclose"
|
586 |
msgstr ""
|
587 |
|
588 |
#: ../fields/date_picker/setup.php:16
|
589 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:16
|
590 |
msgid "Enable autoclose"
|
591 |
msgstr ""
|
592 |
|
593 |
#: ../fields/date_picker/setup.php:17
|
594 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:17
|
595 |
msgid ""
|
596 |
"If enabled, the date picker will automatically close after selecting the "
|
597 |
"final input"
|
598 |
msgstr ""
|
599 |
|
600 |
#: ../fields/date_picker/setup.php:21
|
601 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:21
|
602 |
#, fuzzy
|
603 |
msgid "Start View"
|
604 |
msgstr "スターのサイズ"
|
605 |
|
606 |
#: ../fields/date_picker/setup.php:24
|
607 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:24
|
608 |
#, fuzzy
|
609 |
msgid "Month (Default)"
|
610 |
msgstr "ディフォルト設定無し"
|
611 |
|
612 |
#: ../fields/date_picker/setup.php:25
|
613 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:25
|
614 |
msgid "Year"
|
615 |
msgstr ""
|
616 |
|
617 |
#: ../fields/date_picker/setup.php:26
|
618 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:26
|
619 |
msgid "Decade"
|
620 |
msgstr ""
|
621 |
|
622 |
#: ../fields/date_picker/setup.php:28
|
623 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:28
|
624 |
msgid "The starting view of the date picker (month, year, decade)"
|
625 |
msgstr ""
|
626 |
|
627 |
#: ../fields/date_picker/setup.php:32
|
628 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:32
|
629 |
msgid "language"
|
630 |
msgstr ""
|
631 |
|
632 |
#: ../fields/date_picker/setup.php:100
|
633 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:100
|
634 |
msgid "Language to use. e.g. pt-BR"
|
635 |
msgstr ""
|
636 |
|
637 |
#: ../fields/dropdown/config_template.php:2 ../fields/email/config.php:2
|
638 |
#: ../fields/paragraph/config_template.php:2 ../fields/phone/config.php:2
|
639 |
#: ../fields/text/config.php:2
|
640 |
-
#: ../vendor/calderawp/fields/src/fields/dropdown/config_template.php:2
|
641 |
-
#: ../vendor/calderawp/fields/src/fields/email/config.php:2
|
642 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:2
|
643 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:2
|
644 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:2
|
645 |
msgid "Placeholder"
|
646 |
msgstr ""
|
647 |
|
648 |
#: ../fields/file/config_template.php:2
|
649 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:2
|
650 |
msgid "Attach to mailer"
|
651 |
msgstr "メーラーに添付"
|
652 |
|
653 |
#: ../fields/file/config_template.php:9
|
654 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:9
|
655 |
msgid "Allowed Types"
|
656 |
msgstr "使用可能なタイプ"
|
657 |
|
658 |
#: ../fields/file/config_template.php:12
|
659 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:12
|
660 |
msgid "Comma separated eg. jpg,pdf,txt"
|
661 |
msgstr "コンマ区切り、jpg, pdf, txt"
|
662 |
|
663 |
#: ../fields/gravatar/config.php:2
|
664 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:2
|
665 |
#, fuzzy
|
666 |
msgid "Email Field"
|
667 |
msgstr "メールのタイプ"
|
668 |
|
669 |
#: ../fields/gravatar/config.php:10
|
670 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:10
|
671 |
msgid "Mystery Man"
|
672 |
msgstr ""
|
673 |
|
674 |
#: ../fields/gravatar/config.php:11
|
675 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:11
|
676 |
msgid "Blank"
|
677 |
msgstr ""
|
678 |
|
679 |
#: ../fields/gravatar/config.php:12
|
680 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:12
|
681 |
#, fuzzy
|
682 |
msgid "Gravatar Logo"
|
683 |
msgstr "Gravatar 用フィールド"
|
684 |
|
685 |
#: ../fields/gravatar/config.php:13
|
686 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:13
|
687 |
msgid "Identicon (Generated)"
|
688 |
msgstr ""
|
689 |
|
690 |
#: ../fields/gravatar/config.php:14
|
691 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:14
|
692 |
msgid "Wavatar (Generated)"
|
693 |
msgstr ""
|
694 |
|
695 |
#: ../fields/gravatar/config.php:15
|
696 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:15
|
697 |
msgid "MonsterID (Generated)"
|
698 |
msgstr ""
|
699 |
|
700 |
#: ../fields/gravatar/config.php:16
|
701 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:16
|
702 |
msgid "Retro (Generated)"
|
703 |
msgstr ""
|
704 |
|
705 |
#: ../fields/gravatar/config.php:21
|
706 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:21
|
707 |
#, fuzzy
|
708 |
msgid "Fallback"
|
709 |
msgstr "パスバック"
|
710 |
|
711 |
#: ../fields/gravatar/config.php:35
|
712 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:35
|
713 |
msgid "Size"
|
714 |
msgstr ""
|
715 |
|
716 |
#: ../fields/gravatar/config.php:42
|
717 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:42
|
718 |
#, fuzzy
|
719 |
msgid "Border Color"
|
720 |
msgstr "ボーダー"
|
721 |
|
722 |
#: ../fields/gravatar/config.php:49
|
723 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:49
|
724 |
#, fuzzy
|
725 |
msgid "Border Size"
|
726 |
msgstr "ボーダー"
|
727 |
|
728 |
#: ../fields/gravatar/config.php:56
|
729 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:56
|
730 |
#, fuzzy
|
731 |
msgid "Border Radius"
|
732 |
msgstr "ボーダー"
|
733 |
|
734 |
-
#: ../fields/hidden/setup.php:2 ../ui/edit.php:
|
735 |
#: ../ui/panels/variables.php:12
|
736 |
-
#: ../vendor/calderawp/fields/src/fields/hidden/setup.php:2
|
737 |
msgid "Value"
|
738 |
msgstr "入力値"
|
739 |
|
740 |
#: ../fields/paragraph/config_template.php:8
|
741 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:8
|
742 |
msgid "Rows"
|
743 |
msgstr ""
|
744 |
|
745 |
#: ../fields/phone/config.php:14
|
746 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:14
|
747 |
msgid "Style"
|
748 |
msgstr ""
|
749 |
|
750 |
#: ../fields/phone/config.php:16
|
751 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:16
|
752 |
msgid "Local"
|
753 |
msgstr ""
|
754 |
|
755 |
#: ../fields/phone/config.php:18
|
756 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:18
|
757 |
msgid "International"
|
758 |
msgstr ""
|
759 |
|
760 |
#: ../fields/phone/config.php:20
|
761 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:20
|
762 |
msgid "Custom"
|
763 |
msgstr ""
|
764 |
|
765 |
#: ../fields/phone/config.php:22
|
766 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:22
|
767 |
msgid "Use the digit 9 to indicate a number"
|
768 |
msgstr "\"9\" を数値識別子として使用する"
|
769 |
|
770 |
#: ../fields/range_slider/config.php:17
|
771 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:10
|
772 |
msgid "Track"
|
773 |
msgstr "追跡"
|
774 |
|
775 |
#: ../fields/range_slider/config.php:23
|
776 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:16
|
777 |
msgid "Highlight"
|
778 |
msgstr "ハイライト"
|
779 |
|
780 |
#: ../fields/range_slider/config.php:29
|
781 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:22
|
782 |
msgid "Handle"
|
783 |
msgstr "ハンドル"
|
784 |
|
785 |
#: ../fields/range_slider/config.php:35
|
786 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:28
|
787 |
msgid "Border"
|
788 |
msgstr "ボーダー"
|
789 |
|
790 |
#: ../fields/range_slider/config.php:42
|
791 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:35
|
792 |
msgid "Steps"
|
793 |
msgstr "ステップ"
|
794 |
|
795 |
#: ../fields/range_slider/config.php:48
|
796 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:41
|
797 |
msgid "Minimum"
|
798 |
msgstr "最小"
|
799 |
|
800 |
#: ../fields/range_slider/config.php:54
|
801 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:47
|
802 |
msgid "Maximum"
|
803 |
msgstr "最大"
|
804 |
|
805 |
#: ../fields/range_slider/config.php:60
|
806 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:53
|
807 |
msgid "Show Value"
|
808 |
msgstr ""
|
809 |
|
810 |
#: ../fields/range_slider/config.php:66
|
811 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:59
|
812 |
msgid "Prefix"
|
813 |
msgstr "接頭語"
|
814 |
|
815 |
#: ../fields/range_slider/config.php:72
|
816 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:65
|
817 |
msgid "Suffix"
|
818 |
msgstr "接尾語"
|
819 |
|
@@ -822,191 +715,158 @@ msgid "reCaptcha required keys from Google."
|
|
822 |
msgstr ""
|
823 |
|
824 |
#: ../fields/recaptcha/config.php:3
|
825 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:2
|
826 |
#, fuzzy
|
827 |
msgid "Site Key"
|
828 |
msgstr "プライベートキー"
|
829 |
|
830 |
#: ../fields/recaptcha/config.php:9
|
831 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:8
|
832 |
msgid "Secret Key"
|
833 |
msgstr ""
|
834 |
|
835 |
#: ../fields/recaptcha/config.php:15
|
836 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:14
|
837 |
msgid "Theme"
|
838 |
msgstr "テーマ"
|
839 |
|
840 |
#: ../fields/recaptcha/config.php:18
|
841 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:17
|
842 |
msgid "Light"
|
843 |
msgstr ""
|
844 |
|
845 |
#: ../fields/recaptcha/config.php:19
|
846 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:18
|
847 |
msgid "Dark"
|
848 |
msgstr ""
|
849 |
|
850 |
#: ../fields/recaptcha/config.php:21
|
851 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:20
|
852 |
msgid ""
|
853 |
"Theme changes not available in preview. Update form and reload to see new "
|
854 |
"theme."
|
855 |
msgstr "テーマの変更はプレビューできません。更新後再度ロードしてください。"
|
856 |
|
857 |
#: ../fields/recaptcha/preview.php:20
|
858 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/preview.php:20
|
859 |
msgid "No Secret Key Added"
|
860 |
msgstr ""
|
861 |
|
862 |
#: ../fields/recaptcha/preview.php:23
|
863 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/preview.php:23
|
864 |
msgid "No Site Key Added"
|
865 |
msgstr ""
|
866 |
|
867 |
#: ../fields/star-rate/config.php:2
|
868 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:2
|
869 |
msgid "Number of Stars"
|
870 |
msgstr "スターの数"
|
871 |
|
872 |
#: ../fields/star-rate/config.php:8
|
873 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:8
|
874 |
msgid "Star Type"
|
875 |
msgstr ""
|
876 |
|
877 |
#: ../fields/star-rate/config.php:11
|
878 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:11
|
879 |
msgid "Star"
|
880 |
msgstr "スター"
|
881 |
|
882 |
#: ../fields/star-rate/config.php:12
|
883 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:12
|
884 |
msgid "Heart"
|
885 |
msgstr "ハート"
|
886 |
|
887 |
#: ../fields/star-rate/config.php:13
|
888 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:13
|
889 |
msgid "Face"
|
890 |
msgstr "顔"
|
891 |
|
892 |
#: ../fields/star-rate/config.php:14
|
893 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:14
|
894 |
msgid "Dot"
|
895 |
msgstr "ドット"
|
896 |
|
897 |
#: ../fields/star-rate/config.php:19
|
898 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:19
|
899 |
msgid "Star Size"
|
900 |
msgstr "スターのサイズ"
|
901 |
|
902 |
#: ../fields/star-rate/config.php:25
|
903 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:25
|
904 |
msgid "Star Spacing"
|
905 |
msgstr "スターの間隔"
|
906 |
|
907 |
#: ../fields/star-rate/config.php:31
|
908 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:31
|
909 |
msgid "Single Select"
|
910 |
msgstr "1つ選択"
|
911 |
|
912 |
#: ../fields/star-rate/config.php:38
|
913 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:38
|
914 |
msgid "Star Color"
|
915 |
msgstr "スターの色"
|
916 |
|
917 |
#: ../fields/star-rate/config.php:44
|
918 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:44
|
919 |
msgid "Track Color"
|
920 |
msgstr "追跡の色"
|
921 |
|
922 |
#: ../fields/star-rate/config.php:50
|
923 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:50
|
924 |
msgid "Include Cancel"
|
925 |
msgstr "キャンセルを含める"
|
926 |
|
927 |
#: ../fields/text/config.php:15
|
928 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:15
|
929 |
msgid "Masked Input"
|
930 |
msgstr ""
|
931 |
|
932 |
#: ../fields/text/config.php:17
|
933 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:17
|
934 |
msgid "Enable input mask"
|
935 |
msgstr ""
|
936 |
|
937 |
#: ../fields/text/config.php:22
|
938 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:22
|
939 |
msgid "Mask"
|
940 |
msgstr ""
|
941 |
|
942 |
#: ../fields/text/config.php:30
|
943 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:30
|
944 |
msgid "numeric"
|
945 |
msgstr ""
|
946 |
|
947 |
#: ../fields/text/config.php:31
|
948 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:31
|
949 |
msgid "alphabetical"
|
950 |
msgstr ""
|
951 |
|
952 |
#: ../fields/text/config.php:32
|
953 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:32
|
954 |
msgid "alphanumeric"
|
955 |
msgstr ""
|
956 |
|
957 |
#: ../fields/text/config.php:33
|
958 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:33
|
959 |
msgid "optional"
|
960 |
msgstr ""
|
961 |
|
962 |
#: ../fields/text/config.php:34
|
963 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:34
|
964 |
msgid "length"
|
965 |
msgstr ""
|
966 |
|
967 |
#: ../fields/text/config.php:36
|
968 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:36
|
969 |
msgid "Any length character only"
|
970 |
msgstr ""
|
971 |
|
972 |
#: ../fields/text/config.php:37
|
973 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:37
|
974 |
msgid "Any length number only"
|
975 |
msgstr ""
|
976 |
|
977 |
#: ../fields/text/config.php:38
|
978 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:38
|
979 |
msgid "email"
|
980 |
msgstr ""
|
981 |
|
982 |
#: ../fields/toggle_switch/config_template.php:2
|
983 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:2
|
984 |
msgid "Orientation"
|
985 |
msgstr ""
|
986 |
|
987 |
#: ../fields/toggle_switch/config_template.php:5
|
988 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:5
|
989 |
msgid "Horizontal"
|
990 |
msgstr ""
|
991 |
|
992 |
#: ../fields/toggle_switch/config_template.php:6
|
993 |
-
|
|
|
|
|
|
|
994 |
msgid "Vertical"
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: ../fields/toggle_switch/config_template.php:
|
998 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:12
|
999 |
msgid "Active Class"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
-
#: ../fields/toggle_switch/config_template.php:
|
1003 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:19
|
1004 |
msgid "Inactive Class"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: ../fields/toggle_switch/field.php:
|
1008 |
-
#: ../ui/edit.php:
|
1009 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/field.php:37
|
1010 |
msgid "Enable"
|
1011 |
msgstr "有効化"
|
1012 |
|
@@ -1072,7 +932,7 @@ msgstr "ファイルの種類に対応していません、使用可能なファ
|
|
1072 |
msgid "File type needs to be"
|
1073 |
msgstr "対応しているファイルの種類は"
|
1074 |
|
1075 |
-
#: ../processors/akismet/config.php:2 ../ui/edit.php:
|
1076 |
#: ../ui/panels/variables.php:10
|
1077 |
msgid "Name"
|
1078 |
msgstr "名称"
|
@@ -1198,54 +1058,54 @@ msgstr "フロントエンドのフォーム グリッドでBootstrap 3スタイ
|
|
1198 |
msgid "Grid"
|
1199 |
msgstr "グリッド"
|
1200 |
|
1201 |
-
#: ../ui/admin.php:69 ../ui/admin.php:
|
1202 |
msgid "Entries"
|
1203 |
msgstr "エントリー"
|
1204 |
|
1205 |
-
#: ../ui/admin.php:
|
1206 |
#: ../ui/panels/emailer.php:35
|
1207 |
msgid "Disabled"
|
1208 |
msgstr "無効"
|
1209 |
|
1210 |
-
#: ../ui/admin.php:
|
1211 |
msgid "Mailer Debug enabled."
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: ../ui/admin.php:
|
1215 |
msgid "Edit"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: ../ui/admin.php:
|
1219 |
#, fuzzy
|
1220 |
msgid "Export"
|
1221 |
msgstr "インポート"
|
1222 |
|
1223 |
-
#: ../ui/admin.php:
|
1224 |
#, fuzzy
|
1225 |
msgid "Clone Form"
|
1226 |
msgstr "Caldera フォーム"
|
1227 |
|
1228 |
-
#: ../ui/admin.php:
|
1229 |
msgid "Clone"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: ../ui/admin.php:
|
1233 |
msgid "This will delete this form permanently. Continue?"
|
1234 |
msgstr "継続してこのフォームを完全に削除しますか?"
|
1235 |
|
1236 |
-
#: ../ui/admin.php:
|
1237 |
msgid "Delete"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: ../ui/admin.php:
|
1241 |
msgid "You don't have any forms."
|
1242 |
msgstr "フォームはありません,"
|
1243 |
|
1244 |
-
#: ../ui/admin.php:
|
1245 |
msgid "An form name is required"
|
1246 |
msgstr "フォーム名が必要です"
|
1247 |
|
1248 |
-
#: ../ui/admin.php:
|
1249 |
msgid ""
|
1250 |
"Looks like something is not working. Please try again a little later or post "
|
1251 |
"to the <a href=\"http://wordpress.org/support/plugin/caldera-forms\" target="
|
@@ -1271,8 +1131,8 @@ msgstr "ゴミ箱に移動"
|
|
1271 |
msgid "Delete Permanently"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: ../ui/admin_templates.php:19 ../ui/admin_templates.php:
|
1275 |
-
#: ../ui/edit.php:
|
1276 |
msgid "Form Name"
|
1277 |
msgstr "フォーム名"
|
1278 |
|
@@ -1281,23 +1141,23 @@ msgstr "フォーム名"
|
|
1281 |
msgid "Form File"
|
1282 |
msgstr "フォーム名"
|
1283 |
|
1284 |
-
#: ../ui/admin_templates.php:
|
1285 |
msgid "Description"
|
1286 |
msgstr "詳細"
|
1287 |
|
1288 |
-
#: ../ui/admin_templates.php:
|
1289 |
msgid "ID"
|
1290 |
msgstr "ID"
|
1291 |
|
1292 |
-
#: ../ui/admin_templates.php:
|
1293 |
msgid "Submitted"
|
1294 |
msgstr "送信済"
|
1295 |
|
1296 |
-
#: ../ui/admin_templates.php:
|
1297 |
msgid "No entries found"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: ../ui/admin_templates.php:
|
1301 |
msgid "No entries yet."
|
1302 |
msgstr "えんとりーはありません。"
|
1303 |
|
@@ -1318,219 +1178,232 @@ msgstr ""
|
|
1318 |
msgid "Select a source"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
-
#: ../ui/edit.php:64 ../ui/edit.php:
|
1322 |
msgid "Post Type"
|
1323 |
msgstr ""
|
1324 |
|
1325 |
-
#: ../ui/edit.php:65 ../ui/edit.php:
|
1326 |
msgid "Taxonomy"
|
1327 |
msgstr "タクソノミー"
|
1328 |
|
1329 |
-
#: ../ui/edit.php:
|
1330 |
msgid "Add Option"
|
1331 |
msgstr "オプションの追加"
|
1332 |
|
1333 |
-
#: ../ui/edit.php:
|
1334 |
msgid "Bulk Insert"
|
1335 |
msgstr "バルク挿入"
|
1336 |
|
1337 |
-
#: ../ui/edit.php:
|
1338 |
msgid "Single option per line. These replace the current list."
|
1339 |
msgstr "1行につき1つ選択可能です。既存のリストと換地します。"
|
1340 |
|
1341 |
-
#: ../ui/edit.php:
|
1342 |
msgid "Insert Options"
|
1343 |
msgstr ""
|
1344 |
|
1345 |
-
#: ../ui/edit.php:
|
1346 |
msgid "No Default"
|
1347 |
msgstr "ディフォルト設定無し"
|
1348 |
|
1349 |
-
#: ../ui/edit.php:
|
1350 |
msgid "Show Values"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
-
#: ../ui/edit.php:
|
1354 |
msgid "Label"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
-
#: ../ui/edit.php:
|
1358 |
msgid "Elements"
|
1359 |
msgstr "構成要素"
|
1360 |
|
1361 |
-
#: ../ui/edit.php:
|
1362 |
msgid "Settings"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: ../ui/edit.php:
|
1366 |
msgid "Conditions"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: ../ui/edit.php:
|
1370 |
msgid "Element Type"
|
1371 |
msgstr "構成要素の種類"
|
1372 |
|
1373 |
-
#: ../ui/edit.php:
|
1374 |
msgid "Hide Label"
|
1375 |
msgstr "ラベルを隠す"
|
1376 |
|
1377 |
-
#: ../ui/edit.php:
|
1378 |
msgid "Slug"
|
1379 |
msgstr "スラグ"
|
1380 |
|
1381 |
-
#: ../ui/edit.php:
|
1382 |
msgid "Required"
|
1383 |
msgstr "必須"
|
1384 |
|
1385 |
-
#: ../ui/edit.php:
|
1386 |
msgid "Show in Entry List"
|
1387 |
msgstr "エントリーに含む"
|
1388 |
|
1389 |
-
#: ../ui/edit.php:
|
1390 |
msgid ""
|
1391 |
"Are you sure you want to remove this field?. 'Cancel' to stop. 'OK' to delete"
|
1392 |
msgstr ""
|
1393 |
"このフィールドを削除しますか?「キャンセル」を選択し中断するか、「OK」を選択"
|
1394 |
"し削除する。"
|
1395 |
|
1396 |
-
#: ../ui/edit.php:
|
1397 |
msgid "Delete Element"
|
1398 |
msgstr "構成要素を削除"
|
1399 |
|
1400 |
-
#: ../ui/edit.php:
|
1401 |
msgid "Show"
|
1402 |
msgstr "表示"
|
1403 |
|
1404 |
-
#: ../ui/edit.php:
|
1405 |
msgid "Hide"
|
1406 |
msgstr "隠す"
|
1407 |
|
1408 |
-
#: ../ui/edit.php:
|
1409 |
#, fuzzy
|
1410 |
msgid "Disable"
|
1411 |
msgstr "無効"
|
1412 |
|
1413 |
-
#: ../ui/edit.php:
|
1414 |
msgid "Add Conditional Group"
|
1415 |
msgstr "条件グループを追加"
|
1416 |
|
1417 |
-
#: ../ui/edit.php:
|
1418 |
msgid "General Settings"
|
1419 |
msgstr "イパン設定"
|
1420 |
|
1421 |
-
#: ../ui/edit.php:
|
|
|
|
|
|
|
|
|
1422 |
msgid "Update Form"
|
1423 |
msgstr "フォームを更新"
|
1424 |
|
1425 |
-
#: ../ui/edit.php:
|
1426 |
msgid "Preview Form"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: ../ui/edit.php:
|
1430 |
msgid "Form Description"
|
1431 |
msgstr "フォームの詳細"
|
1432 |
|
1433 |
-
#: ../ui/edit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1434 |
msgid "Capture Entries"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: ../ui/edit.php:
|
1438 |
msgid "Pin to Menu"
|
1439 |
msgstr "メニューにピン止めする"
|
1440 |
|
1441 |
-
#: ../ui/edit.php:
|
1442 |
msgid "View Entries"
|
1443 |
msgstr "エントリーを表示"
|
1444 |
|
1445 |
-
#: ../ui/edit.php:
|
1446 |
msgid "All"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: ../ui/edit.php:
|
1450 |
msgid "Hide Form"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: ../ui/edit.php:
|
1454 |
msgid "Hide form after successful submission"
|
1455 |
msgstr "送信の性交後フォームを非表示にする"
|
1456 |
|
1457 |
-
#: ../ui/edit.php:
|
1458 |
msgid "Honeypot"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: ../ui/edit.php:
|
1462 |
msgid "Place an invisible field to trick spambots"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: ../ui/edit.php:
|
1466 |
msgid "Success Message"
|
1467 |
msgstr "成功時のメッセージ"
|
1468 |
|
1469 |
-
#: ../ui/edit.php:
|
1470 |
msgid "Gravatar Field"
|
1471 |
msgstr "Gravatar 用フィールド"
|
1472 |
|
1473 |
-
#: ../ui/edit.php:
|
1474 |
msgid "Used when viewing an entry from a non-logged in user."
|
1475 |
msgstr "ログインしていないユーザーのエントリーの表示に使用"
|
1476 |
|
1477 |
-
#: ../ui/edit.php:
|
1478 |
msgid "Add New"
|
1479 |
msgstr "新規追加"
|
1480 |
|
1481 |
-
#: ../ui/edit.php:
|
1482 |
msgid "Remove"
|
1483 |
msgstr "削除"
|
1484 |
|
1485 |
-
#: ../ui/edit.php:
|
1486 |
msgid "Set Element"
|
1487 |
msgstr "構成要素を確定"
|
1488 |
|
1489 |
-
#: ../ui/edit.php:
|
1490 |
msgid "No description given"
|
1491 |
msgstr "詳細無し"
|
1492 |
|
1493 |
-
#: ../ui/edit.php:
|
1494 |
msgid "or"
|
1495 |
msgstr "あるいは"
|
1496 |
|
1497 |
-
#: ../ui/edit.php:
|
1498 |
msgid "is"
|
1499 |
msgstr "が"
|
1500 |
|
1501 |
-
#: ../ui/edit.php:
|
1502 |
msgid "is not"
|
1503 |
msgstr "一致しない"
|
1504 |
|
1505 |
-
#: ../ui/edit.php:
|
1506 |
msgid "is greater than"
|
1507 |
msgstr "より大きいい"
|
1508 |
|
1509 |
-
#: ../ui/edit.php:
|
1510 |
msgid "is less than"
|
1511 |
msgstr "以下"
|
1512 |
|
1513 |
-
#: ../ui/edit.php:
|
1514 |
msgid "starts with"
|
1515 |
msgstr "接頭文字列"
|
1516 |
|
1517 |
-
#: ../ui/edit.php:
|
1518 |
msgid "ends with"
|
1519 |
msgstr "末尾文字列"
|
1520 |
|
1521 |
-
#: ../ui/edit.php:
|
1522 |
msgid "contains"
|
1523 |
msgstr "を含む"
|
1524 |
|
1525 |
-
#: ../ui/edit.php:
|
1526 |
msgid "Select field first"
|
1527 |
msgstr "フィールドを先に選択してください"
|
1528 |
|
1529 |
-
#: ../ui/edit.php:
|
1530 |
msgid "Add Condition"
|
1531 |
msgstr "条件を追加"
|
1532 |
|
1533 |
-
#: ../ui/edit.php:
|
1534 |
msgid "and"
|
1535 |
msgstr "および"
|
1536 |
|
@@ -1586,16 +1459,28 @@ msgstr "接続に問題があるか、エクステンションがありません
|
|
1586 |
msgid "Enabled"
|
1587 |
msgstr "有効"
|
1588 |
|
1589 |
-
#: ../ui/panels/emailer.php:45
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1593 |
|
1594 |
#: ../ui/panels/emailer.php:56
|
1595 |
#, fuzzy
|
1596 |
msgid "Reply To Email"
|
1597 |
msgstr "受信者メールアドレス"
|
1598 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1599 |
#: ../ui/panels/emailer.php:64
|
1600 |
msgid "Email Type"
|
1601 |
msgstr "メールのタイプ"
|
@@ -1612,7 +1497,7 @@ msgstr "CSV バージョンを添付する"
|
|
1612 |
msgid "Recipients"
|
1613 |
msgstr "受信者"
|
1614 |
|
1615 |
-
#: ../ui/panels/emailer.php:84
|
1616 |
msgid "Comma separated list of email addresses."
|
1617 |
msgstr "コンマ区切りのメールアドレスのリスト"
|
1618 |
|
@@ -1620,11 +1505,8 @@ msgstr "コンマ区切りのメールアドレスのリスト"
|
|
1620 |
msgid "BCC"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: ../ui/panels/emailer.php:
|
1624 |
-
|
1625 |
-
msgid ""
|
1626 |
-
"Comma separated list of email addresses. Use %field_slug% to use a value "
|
1627 |
-
"from the form."
|
1628 |
msgstr "フォームからの値を使用するために %field_slug% を使う"
|
1629 |
|
1630 |
#: ../ui/panels/emailer.php:104
|
@@ -1632,8 +1514,9 @@ msgid "Email Message"
|
|
1632 |
msgstr "メールのメッセージ"
|
1633 |
|
1634 |
#: ../ui/panels/emailer.php:107
|
|
|
1635 |
msgid ""
|
1636 |
-
"Magic tags, %field_slug% are replaced with submitted data.
|
1637 |
"build an automatic mail based on form content. Leaving the mailer blank, "
|
1638 |
"will create and automatic summary."
|
1639 |
msgstr ""
|
@@ -1653,11 +1536,11 @@ msgstr ""
|
|
1653 |
#: ../ui/panels/emailer.php:116
|
1654 |
msgid ""
|
1655 |
"If set, entries will have a \"Mailer Debug\" meta tab to see the transaction "
|
1656 |
-
"
|
1657 |
"tracking."
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: ../ui/panels/emailer.php:
|
1661 |
msgid ""
|
1662 |
"Please add a \"Button\" element and set it to \"Submit\" if you want to have "
|
1663 |
"the form submittable."
|
@@ -1669,7 +1552,7 @@ msgstr "指定した列にあるすべてのフィールドが削除されます
|
|
1669 |
|
1670 |
#: ../ui/panels/layout.php:14 ../ui/panels/layout.php:18
|
1671 |
#: ../ui/panels/layout.php:22 ../ui/panels/layout.php:108
|
1672 |
-
#: ../ui/panels/layout_add_row.php:4 ../ui/panels/pages.php:
|
1673 |
msgid "Page"
|
1674 |
msgstr "ページ"
|
1675 |
|
@@ -1727,19 +1610,19 @@ msgstr "使用する"
|
|
1727 |
msgid "Don't Use"
|
1728 |
msgstr "使用しない"
|
1729 |
|
1730 |
-
#: ../ui/panels/processors.php:
|
1731 |
msgid "Add Processor"
|
1732 |
msgstr "プロセッサーを追加"
|
1733 |
|
1734 |
-
#: ../ui/panels/processors.php:
|
1735 |
msgid "Use Processor"
|
1736 |
msgstr "プロセッサーを使用"
|
1737 |
|
1738 |
-
#: ../ui/panels/processors.php:
|
1739 |
msgid "by"
|
1740 |
msgstr "による"
|
1741 |
|
1742 |
-
#: ../ui/panels/processors.php:
|
1743 |
msgid "This processor has no configurable options."
|
1744 |
msgstr ""
|
1745 |
|
@@ -1755,18 +1638,28 @@ msgstr "動作"
|
|
1755 |
msgid "No variables defined"
|
1756 |
msgstr "変数が定義されていません"
|
1757 |
|
1758 |
-
#: ../ui/panels/variables.php:29 ../ui/panels/variables.php:
|
1759 |
msgid "Static"
|
1760 |
msgstr "スタティック"
|
1761 |
|
1762 |
-
#: ../ui/panels/variables.php:30 ../ui/panels/variables.php:
|
1763 |
msgid "Passback"
|
1764 |
msgstr "パスバック"
|
1765 |
|
1766 |
-
#: ../
|
1767 |
#, fuzzy
|
1768 |
-
msgid "
|
1769 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1770 |
|
1771 |
#~ msgid "Field"
|
1772 |
#~ msgstr "フィールド"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Caldera Forms\n"
|
4 |
+
"POT-Creation-Date: 2015-06-04 11:20+0200\n"
|
5 |
+
"PO-Revision-Date: 2015-06-04 11:21+0200\n"
|
6 |
"Last-Translator: David Cramer <david@caldera.co.za>\n"
|
7 |
"Language-Team: Kiho Shin\n"
|
8 |
"Language: ja\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
|
19 |
+
#: ../classes/admin.php:108
|
20 |
#, fuzzy
|
21 |
msgid "Invalid Form."
|
22 |
msgstr "無効なフォームID "
|
23 |
|
24 |
+
#: ../classes/admin.php:206 ../classes/admin.php:207 ../classes/admin.php:309
|
25 |
#: ../ui/entries_toolbar.php:27
|
26 |
msgid "Trash"
|
27 |
msgstr "ゴミ箱"
|
28 |
|
29 |
+
#: ../classes/admin.php:207 ../classes/admin.php:309
|
30 |
#: ../ui/admin_templates.php:9
|
31 |
msgid "Restore"
|
32 |
msgstr "復元"
|
33 |
|
34 |
+
#: ../classes/admin.php:307 ../ui/admin_templates.php:110
|
35 |
msgid "Entry"
|
36 |
msgstr "エントリー"
|
37 |
|
38 |
+
#: ../classes/admin.php:307
|
39 |
msgid "View"
|
40 |
msgstr "表示"
|
41 |
|
42 |
+
#: ../classes/admin.php:349 ../classes/admin.php:357
|
43 |
msgid "Add Form to Page"
|
44 |
msgstr "ページにフォームを追加"
|
45 |
|
46 |
+
#: ../classes/admin.php:350
|
47 |
msgid "Insert Form Shortcode"
|
48 |
msgstr "フォームのショートコードを挿入"
|
49 |
|
50 |
+
#: ../classes/admin.php:350 ../classes/widget.php:8
|
51 |
msgid "Caldera Form"
|
52 |
msgstr "Caldera フォーム"
|
53 |
|
54 |
+
#: ../classes/admin.php:377 ../ui/admin.php:108
|
55 |
+
msgid "Deactivate"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: ../classes/admin.php:381 ../ui/admin.php:108
|
59 |
+
msgid "Activate"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: ../classes/admin.php:673 ../classes/admin.php:679 ../classes/admin.php:685
|
63 |
+
#: ../classes/admin.php:686 ../classes/admin.php:720 ../classes/admin.php:724
|
64 |
+
#: ../includes/filter_addon_plugins.php:50 ../ui/admin.php:32
|
65 |
+
#: ../ui/community.php:5 ../ui/edit.php:448 ../ui/extend.php:5
|
66 |
msgid "Caldera Forms"
|
67 |
msgstr "Caldera フォーム"
|
68 |
|
69 |
+
#: ../classes/admin.php:674
|
70 |
msgid "Caldera Forms Admin"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: ../classes/admin.php:674
|
74 |
msgid "Forms"
|
75 |
msgstr "フォーム"
|
76 |
|
77 |
+
#: ../classes/admin.php:685 ../ui/community.php:8
|
78 |
msgid "Community"
|
79 |
msgstr "コミュニティ"
|
80 |
|
81 |
+
#: ../classes/admin.php:686 ../ui/extend.php:8
|
82 |
msgid "Extend"
|
83 |
msgstr "拡張する"
|
84 |
|
85 |
+
#: ../classes/admin.php:945 ../classes/admin.php:1107
|
86 |
msgid "Sorry, please try again"
|
87 |
msgstr "もう一度試してください"
|
88 |
|
89 |
+
#: ../classes/admin.php:945
|
90 |
msgid "Form Delete Error"
|
91 |
msgstr "フォーム削除エラー"
|
92 |
|
93 |
+
#: ../classes/admin.php:1098
|
94 |
msgid "Sorry, File is not valid."
|
95 |
msgstr "ファイルに対応していません。"
|
96 |
|
97 |
+
#: ../classes/admin.php:1098 ../classes/admin.php:1102
|
98 |
+
#: ../classes/admin.php:1107
|
99 |
msgid "Form Import Error"
|
100 |
msgstr "フォームのインポート エラー"
|
101 |
|
102 |
+
#: ../classes/admin.php:1102
|
103 |
msgid "Sorry, File not uploaded."
|
104 |
msgstr "ファイルのアップロードに失敗しました。"
|
105 |
|
106 |
+
#: ../classes/admin.php:1116
|
107 |
msgid "Form does not exist."
|
108 |
msgstr "フォームが見つかりません。"
|
109 |
|
110 |
+
#: ../classes/admin.php:1157
|
111 |
msgid "Export selection has expired"
|
112 |
msgstr "エクスポートの設定"
|
113 |
|
114 |
+
#: ../classes/admin.php:1157
|
115 |
msgid "Export Expired"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: ../classes/admin.php:1346
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Form has been successfully submitted. Thank you."
|
121 |
msgstr "送信されました。有難うございます。"
|
122 |
|
123 |
+
#: ../classes/admin.php:1383 ../classes/admin.php:1399
|
124 |
msgid "Layout"
|
125 |
msgstr "レイアウト"
|
126 |
|
127 |
+
#: ../classes/admin.php:1401
|
128 |
msgid "Layout Builder"
|
129 |
msgstr "レイアウト ビルダー"
|
130 |
|
131 |
+
#: ../classes/admin.php:1411
|
132 |
msgid "Pages"
|
133 |
msgstr "ページ"
|
134 |
|
135 |
+
#: ../classes/admin.php:1413
|
136 |
msgid "Form Pages"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: ../classes/admin.php:1417
|
140 |
msgid "Processors"
|
141 |
msgstr "処理"
|
142 |
|
143 |
+
#: ../classes/admin.php:1419 ../ui/panels/processors.php:166
|
144 |
msgid "Form Processors"
|
145 |
msgstr "フォーム処理"
|
146 |
|
147 |
+
#: ../classes/admin.php:1423 ../classes/admin.php:1425
|
148 |
+
#: ../ui/panels/variables.php:83
|
149 |
msgid "Variables"
|
150 |
msgstr "変数"
|
151 |
|
152 |
+
#: ../classes/admin.php:1432
|
153 |
msgid "Responsive"
|
154 |
msgstr "レスポンシブ"
|
155 |
|
156 |
+
#: ../classes/admin.php:1434
|
157 |
msgid "Resposive Settings"
|
158 |
msgstr "レスポンシブ設定"
|
159 |
|
160 |
+
#: ../classes/admin.php:1438
|
161 |
msgid "Grid Collapse"
|
162 |
msgstr "グリッドを縮小表示"
|
163 |
|
164 |
+
#: ../classes/admin.php:1440
|
165 |
msgid ""
|
166 |
"Set the smallest screen size at which to collapse the grid. (based on "
|
167 |
"Bootstrap 3.0)"
|
168 |
msgstr "縮小表示次の最小表示サイズを設定 (Bootstrap 3.0 に基づく)"
|
169 |
|
170 |
+
#: ../classes/admin.php:1447
|
171 |
msgid "Maintain grid always"
|
172 |
msgstr "常にグリッド設定を保持する"
|
173 |
|
174 |
+
#: ../classes/admin.php:1467 ../ui/panels/emailer.php:32
|
175 |
msgid "Mailer"
|
176 |
msgstr "メーラー"
|
177 |
|
178 |
+
#: ../classes/admin.php:1469
|
179 |
msgid "Email Notification Settings"
|
180 |
msgstr "メール通知設定"
|
181 |
|
182 |
+
#: ../classes/core.php:346
|
183 |
#, fuzzy
|
184 |
msgid "The wasn't entered correct."
|
185 |
msgstr "reCAPTCHA が間違っています。"
|
186 |
|
187 |
+
#: ../classes/core.php:346 ../fields/button/config_template.php:9
|
|
|
188 |
msgid "Reset"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../classes/core.php:476 ../classes/core.php:490 ../classes/core.php:2885
|
192 |
msgid "Permission denied."
|
193 |
msgstr "権限がありません。"
|
194 |
|
195 |
+
#: ../classes/core.php:607 ../ui/panels/emailer.php:4
|
196 |
msgid "Caldera Forms Notification"
|
197 |
msgstr "Caldera フォームの通知"
|
198 |
|
199 |
+
#: ../classes/core.php:973
|
200 |
msgid "Auto Responder"
|
201 |
msgstr "自動返信メール"
|
202 |
|
203 |
+
#: ../classes/core.php:974
|
204 |
msgid "Sends out an auto response e-mail"
|
205 |
msgstr "自動返信メールを送る"
|
206 |
|
207 |
+
#: ../classes/core.php:978
|
208 |
msgid "Thank you for contacting us"
|
209 |
msgstr "お問い合わせ有難うございます。"
|
210 |
|
211 |
+
#: ../classes/core.php:982
|
212 |
msgid "Redirect"
|
213 |
msgstr "転送"
|
214 |
|
215 |
+
#: ../classes/core.php:983
|
216 |
msgid "Redirects user to URL on successful submit"
|
217 |
msgstr "送信成功後転送するURL"
|
218 |
|
219 |
+
#: ../classes/core.php:988
|
220 |
msgid "Increment Value"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: ../classes/core.php:989
|
224 |
msgid "Increment a value per entry."
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: ../classes/core.php:1003
|
228 |
msgid "Akismet"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: ../classes/core.php:1004
|
232 |
msgid "Anti-spam filtering"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: ../classes/core.php:1037
|
236 |
msgid "Akismet not setup."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: ../classes/core.php:1164
|
240 |
msgid "Calculation"
|
241 |
msgstr "計算"
|
242 |
|
243 |
+
#: ../classes/core.php:1167 ../classes/core.php:1189 ../classes/core.php:1226
|
244 |
+
#: ../classes/core.php:1309 ../classes/core.php:1412
|
|
|
|
|
|
|
|
|
|
|
245 |
msgid "Special"
|
246 |
msgstr "スペシャル"
|
247 |
|
248 |
+
#: ../classes/core.php:1167
|
249 |
msgid "Math"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: ../classes/core.php:1168
|
253 |
msgid "Calculate values"
|
254 |
msgstr "計算値"
|
255 |
|
256 |
+
#: ../classes/core.php:1175
|
257 |
msgid "Total"
|
258 |
msgstr "合計"
|
259 |
|
260 |
+
#: ../classes/core.php:1187
|
|
|
261 |
msgid "Range Slider"
|
262 |
msgstr "レンジ スライダー"
|
263 |
|
264 |
+
#: ../classes/core.php:1190
|
|
|
265 |
msgid "Range Slider input field"
|
266 |
msgstr "レンジ スライダー入力フィールド"
|
267 |
|
268 |
+
#: ../classes/core.php:1224
|
269 |
msgid "Star Rating"
|
270 |
msgstr "スター評価"
|
271 |
|
272 |
+
#: ../classes/core.php:1226
|
273 |
msgid "Feedback"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: ../classes/core.php:1227
|
277 |
msgid "Star rating input for feedback"
|
278 |
msgstr "フィードバックのスター評価"
|
279 |
|
280 |
+
#: ../classes/core.php:1259
|
281 |
msgid "Phone Number"
|
282 |
msgstr "電話番号"
|
283 |
|
284 |
+
#: ../classes/core.php:1260
|
285 |
msgid "Phone number with masking"
|
286 |
msgstr "フォーマット化された電話番号"
|
287 |
|
288 |
+
#: ../classes/core.php:1262 ../classes/core.php:1284 ../classes/core.php:1353
|
289 |
+
#: ../classes/core.php:1390 ../classes/core.php:1400 ../classes/core.php:1497
|
290 |
+
#: ../classes/core.php:1523
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
msgid "Text Fields"
|
292 |
msgstr "テキスト入力"
|
293 |
|
294 |
+
#: ../classes/core.php:1262 ../classes/core.php:1284 ../classes/core.php:1299
|
295 |
+
#: ../classes/core.php:1353 ../classes/core.php:1369 ../classes/core.php:1390
|
296 |
+
#: ../classes/core.php:1400 ../classes/core.php:1441 ../classes/core.php:1460
|
297 |
+
#: ../classes/core.php:1479 ../classes/core.php:1552 ../ui/edit.php:170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
298 |
msgid "Basic"
|
299 |
msgstr "ベーシック"
|
300 |
|
301 |
+
#: ../classes/core.php:1262
|
302 |
msgid "User"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: ../classes/core.php:1281 ../classes/core.php:1282
|
|
|
|
|
306 |
msgid "Single Line Text"
|
307 |
msgstr "一行のテキスト入力"
|
308 |
|
309 |
+
#: ../classes/core.php:1295 ../classes/core.php:1299
|
|
|
|
|
310 |
msgid "File"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: ../classes/core.php:1296
|
314 |
msgid "File Uploader"
|
315 |
msgstr "ファイル アップローダ"
|
316 |
|
317 |
+
#: ../classes/core.php:1306
|
318 |
msgid "reCAPTCHA"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: ../classes/core.php:1307
|
322 |
msgid "reCAPTCHA anti-spam field"
|
323 |
msgstr "reCAPTCHA アンチスパム フィールド"
|
324 |
|
325 |
+
#: ../classes/core.php:1332
|
326 |
msgid "HTML"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../classes/core.php:1333
|
330 |
msgid "Add text/html content"
|
331 |
msgstr "text/html コンテンツの追加"
|
332 |
|
333 |
+
#: ../classes/core.php:1335 ../fields/html/config_template.php:2
|
334 |
#: ../processors/akismet/config.php:20
|
|
|
335 |
msgid "Content"
|
336 |
msgstr "コンテンツ"
|
337 |
|
338 |
+
#: ../classes/core.php:1350 ../classes/core.php:1351
|
|
|
|
|
339 |
msgid "Hidden"
|
340 |
msgstr "非表示"
|
341 |
|
342 |
+
#: ../classes/core.php:1366 ../fields/button/config_template.php:6
|
|
|
|
|
343 |
msgid "Button"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../classes/core.php:1367
|
347 |
msgid "Button, Submit and Reset types"
|
348 |
msgstr "ボタン、送信、リセット"
|
349 |
|
350 |
+
#: ../classes/core.php:1369
|
351 |
msgid "Buttons"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: ../classes/core.php:1387 ../classes/core.php:1388
|
|
|
|
|
355 |
msgid "Email Address"
|
356 |
msgstr "メールアドレス"
|
357 |
|
358 |
+
#: ../classes/core.php:1397 ../classes/core.php:1398
|
|
|
|
|
359 |
msgid "Paragraph Textarea"
|
360 |
msgstr "テキスト エリア入力"
|
361 |
|
362 |
+
#: ../classes/core.php:1410 ../classes/core.php:1411
|
|
|
|
|
363 |
msgid "Toggle Switch"
|
364 |
msgstr "トグル スイッチ"
|
365 |
|
366 |
+
#: ../classes/core.php:1412 ../classes/core.php:1441 ../classes/core.php:1460
|
367 |
+
#: ../classes/core.php:1479 ../classes/core.php:1552
|
|
|
|
|
|
|
|
|
|
|
368 |
msgid "Select Options"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: ../classes/core.php:1438 ../classes/core.php:1439
|
|
|
|
|
372 |
msgid "Dropdown Select"
|
373 |
msgstr "ドロップダウンリスト"
|
374 |
|
375 |
+
#: ../classes/core.php:1457 ../classes/core.php:1458
|
|
|
|
|
376 |
msgid "Checkbox"
|
377 |
msgstr "チェックボックス"
|
378 |
|
379 |
+
#: ../classes/core.php:1476 ../classes/core.php:1477
|
|
|
|
|
380 |
msgid "Radio"
|
381 |
msgstr "ラジオボタン"
|
382 |
|
383 |
+
#: ../classes/core.php:1494 ../classes/core.php:1495
|
|
|
|
|
384 |
msgid "Date Picker"
|
385 |
msgstr "日付ピッカー"
|
386 |
|
387 |
+
#: ../classes/core.php:1497 ../classes/core.php:1523
|
|
|
|
|
388 |
msgid "Pickers"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: ../classes/core.php:1521 ../classes/core.php:1522
|
|
|
|
|
392 |
msgid "Color Picker"
|
393 |
msgstr "カラーピッカー"
|
394 |
|
395 |
+
#: ../classes/core.php:1549
|
396 |
#, fuzzy
|
397 |
msgid "State/ Province Select"
|
398 |
msgstr "1つ選択"
|
399 |
|
400 |
+
#: ../classes/core.php:1550
|
401 |
msgid "Dropdown select for US states and Canadian provinces."
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: ../classes/core.php:1844
|
405 |
msgid "System Tags"
|
406 |
msgstr "システムタグ"
|
407 |
|
408 |
+
#: ../classes/core.php:2556 ../classes/core.php:2590
|
409 |
#, fuzzy
|
410 |
msgid "Mailer Debug"
|
411 |
msgstr "メーラー"
|
412 |
|
413 |
+
#: ../classes/core.php:2649 ../classes/core.php:3554
|
414 |
msgid "Invalid form ID"
|
415 |
msgstr "無効なフォームID "
|
416 |
|
417 |
+
#: ../classes/core.php:2895 ../classes/core.php:2900 ../classes/core.php:2907
|
418 |
+
#: ../classes/core.php:3891 ../classes/core.php:3907 ../classes/core.php:3910
|
419 |
+
#: ../classes/core.php:3914
|
420 |
msgid "Permission denied or entry does not exist."
|
421 |
msgstr "アクセス権限が無いかエントリーが存在しません。"
|
422 |
|
423 |
+
#: ../classes/core.php:2947
|
424 |
msgid "is required"
|
425 |
msgstr "は必須項目"
|
426 |
|
427 |
+
#: ../classes/core.php:3759 ../classes/core.php:3765
|
428 |
+
msgid "Form is currently not active."
|
429 |
+
msgstr ""
|
430 |
+
|
431 |
+
#: ../classes/core.php:4196
|
432 |
msgid "WARNING: Form is in Mailer Debug mode. Disable before going live."
|
433 |
msgstr ""
|
434 |
|
441 |
msgstr "フォーム"
|
442 |
|
443 |
#: ../fields/button/config_template.php:2
|
|
|
444 |
msgid "Type"
|
445 |
msgstr ""
|
446 |
|
447 |
#: ../fields/button/config_template.php:5
|
|
|
448 |
msgid "Submit"
|
449 |
msgstr ""
|
450 |
|
451 |
#: ../fields/button/config_template.php:7
|
|
|
452 |
msgid "Next Page"
|
453 |
msgstr ""
|
454 |
|
455 |
#: ../fields/button/config_template.php:8
|
|
|
456 |
msgid "Previous Page"
|
457 |
msgstr ""
|
458 |
|
459 |
#: ../fields/button/config_template.php:14
|
|
|
460 |
msgid "Class"
|
461 |
msgstr ""
|
462 |
|
463 |
#: ../fields/calculation/config.php:2
|
|
|
464 |
msgid "Element"
|
465 |
msgstr ""
|
466 |
|
467 |
#: ../fields/calculation/config.php:8
|
|
|
468 |
msgid "Classes"
|
469 |
msgstr "クラス"
|
470 |
|
471 |
#: ../fields/calculation/config.php:14
|
|
|
472 |
msgid "Before"
|
473 |
msgstr "前"
|
474 |
|
475 |
#: ../fields/calculation/config.php:20
|
|
|
476 |
msgid "After"
|
477 |
msgstr "後"
|
478 |
|
479 |
#: ../fields/calculation/config.php:27
|
|
|
480 |
msgid "Money Format"
|
481 |
msgstr ""
|
482 |
|
483 |
#: ../fields/calculation/config.php:32
|
484 |
+
msgid "Separator"
|
485 |
+
msgstr ""
|
486 |
+
|
487 |
+
#: ../fields/calculation/config.php:35
|
488 |
+
msgid "Setup a custom thousand separator. e.g 10,000.00 or 10.000.00"
|
489 |
+
msgstr ""
|
490 |
+
|
491 |
+
#: ../fields/calculation/config.php:41
|
492 |
msgid "Manual Formula"
|
493 |
msgstr "マニュアル数式"
|
494 |
|
495 |
+
#: ../fields/calculation/config.php:54
|
|
|
496 |
msgid "Add Operator Group"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: ../fields/calculation/config.php:63
|
500 |
+
#, fuzzy
|
501 |
+
msgid "Use %field_slug% as field value variables"
|
502 |
msgstr "%field_slug% を入力変数として使用する"
|
503 |
|
504 |
#: ../fields/checkbox/config_template.php:3
|
505 |
#: ../fields/radio/config_template.php:4
|
|
|
|
|
506 |
msgid "Inline"
|
507 |
msgstr ""
|
508 |
|
510 |
#: ../fields/email/config.php:8 ../fields/paragraph/config_template.php:14
|
511 |
#: ../fields/phone/config.php:8 ../fields/range_slider/config.php:10
|
512 |
#: ../fields/text/config.php:8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
msgid "Default"
|
514 |
msgstr ""
|
515 |
|
516 |
#: ../fields/color_picker/setup.php:2
|
|
|
517 |
msgid "Color"
|
518 |
msgstr ""
|
519 |
|
520 |
#: ../fields/date_picker/setup.php:8
|
|
|
521 |
msgid "Format"
|
522 |
msgstr ""
|
523 |
|
524 |
#: ../fields/date_picker/setup.php:14
|
|
|
525 |
msgid "Autoclose"
|
526 |
msgstr ""
|
527 |
|
528 |
#: ../fields/date_picker/setup.php:16
|
|
|
529 |
msgid "Enable autoclose"
|
530 |
msgstr ""
|
531 |
|
532 |
#: ../fields/date_picker/setup.php:17
|
|
|
533 |
msgid ""
|
534 |
"If enabled, the date picker will automatically close after selecting the "
|
535 |
"final input"
|
536 |
msgstr ""
|
537 |
|
538 |
#: ../fields/date_picker/setup.php:21
|
|
|
539 |
#, fuzzy
|
540 |
msgid "Start View"
|
541 |
msgstr "スターのサイズ"
|
542 |
|
543 |
#: ../fields/date_picker/setup.php:24
|
|
|
544 |
#, fuzzy
|
545 |
msgid "Month (Default)"
|
546 |
msgstr "ディフォルト設定無し"
|
547 |
|
548 |
#: ../fields/date_picker/setup.php:25
|
|
|
549 |
msgid "Year"
|
550 |
msgstr ""
|
551 |
|
552 |
#: ../fields/date_picker/setup.php:26
|
|
|
553 |
msgid "Decade"
|
554 |
msgstr ""
|
555 |
|
556 |
#: ../fields/date_picker/setup.php:28
|
|
|
557 |
msgid "The starting view of the date picker (month, year, decade)"
|
558 |
msgstr ""
|
559 |
|
560 |
#: ../fields/date_picker/setup.php:32
|
|
|
561 |
msgid "language"
|
562 |
msgstr ""
|
563 |
|
564 |
#: ../fields/date_picker/setup.php:100
|
|
|
565 |
msgid "Language to use. e.g. pt-BR"
|
566 |
msgstr ""
|
567 |
|
568 |
#: ../fields/dropdown/config_template.php:2 ../fields/email/config.php:2
|
569 |
#: ../fields/paragraph/config_template.php:2 ../fields/phone/config.php:2
|
570 |
#: ../fields/text/config.php:2
|
|
|
|
|
|
|
|
|
|
|
571 |
msgid "Placeholder"
|
572 |
msgstr ""
|
573 |
|
574 |
#: ../fields/file/config_template.php:2
|
|
|
575 |
msgid "Attach to mailer"
|
576 |
msgstr "メーラーに添付"
|
577 |
|
578 |
#: ../fields/file/config_template.php:9
|
|
|
579 |
msgid "Allowed Types"
|
580 |
msgstr "使用可能なタイプ"
|
581 |
|
582 |
#: ../fields/file/config_template.php:12
|
|
|
583 |
msgid "Comma separated eg. jpg,pdf,txt"
|
584 |
msgstr "コンマ区切り、jpg, pdf, txt"
|
585 |
|
586 |
#: ../fields/gravatar/config.php:2
|
|
|
587 |
#, fuzzy
|
588 |
msgid "Email Field"
|
589 |
msgstr "メールのタイプ"
|
590 |
|
591 |
#: ../fields/gravatar/config.php:10
|
|
|
592 |
msgid "Mystery Man"
|
593 |
msgstr ""
|
594 |
|
595 |
#: ../fields/gravatar/config.php:11
|
|
|
596 |
msgid "Blank"
|
597 |
msgstr ""
|
598 |
|
599 |
#: ../fields/gravatar/config.php:12
|
|
|
600 |
#, fuzzy
|
601 |
msgid "Gravatar Logo"
|
602 |
msgstr "Gravatar 用フィールド"
|
603 |
|
604 |
#: ../fields/gravatar/config.php:13
|
|
|
605 |
msgid "Identicon (Generated)"
|
606 |
msgstr ""
|
607 |
|
608 |
#: ../fields/gravatar/config.php:14
|
|
|
609 |
msgid "Wavatar (Generated)"
|
610 |
msgstr ""
|
611 |
|
612 |
#: ../fields/gravatar/config.php:15
|
|
|
613 |
msgid "MonsterID (Generated)"
|
614 |
msgstr ""
|
615 |
|
616 |
#: ../fields/gravatar/config.php:16
|
|
|
617 |
msgid "Retro (Generated)"
|
618 |
msgstr ""
|
619 |
|
620 |
#: ../fields/gravatar/config.php:21
|
|
|
621 |
#, fuzzy
|
622 |
msgid "Fallback"
|
623 |
msgstr "パスバック"
|
624 |
|
625 |
#: ../fields/gravatar/config.php:35
|
|
|
626 |
msgid "Size"
|
627 |
msgstr ""
|
628 |
|
629 |
#: ../fields/gravatar/config.php:42
|
|
|
630 |
#, fuzzy
|
631 |
msgid "Border Color"
|
632 |
msgstr "ボーダー"
|
633 |
|
634 |
#: ../fields/gravatar/config.php:49
|
|
|
635 |
#, fuzzy
|
636 |
msgid "Border Size"
|
637 |
msgstr "ボーダー"
|
638 |
|
639 |
#: ../fields/gravatar/config.php:56
|
|
|
640 |
#, fuzzy
|
641 |
msgid "Border Radius"
|
642 |
msgstr "ボーダー"
|
643 |
|
644 |
+
#: ../fields/hidden/setup.php:2 ../ui/edit.php:106 ../ui/edit.php:135
|
645 |
#: ../ui/panels/variables.php:12
|
|
|
646 |
msgid "Value"
|
647 |
msgstr "入力値"
|
648 |
|
649 |
#: ../fields/paragraph/config_template.php:8
|
|
|
650 |
msgid "Rows"
|
651 |
msgstr ""
|
652 |
|
653 |
#: ../fields/phone/config.php:14
|
|
|
654 |
msgid "Style"
|
655 |
msgstr ""
|
656 |
|
657 |
#: ../fields/phone/config.php:16
|
|
|
658 |
msgid "Local"
|
659 |
msgstr ""
|
660 |
|
661 |
#: ../fields/phone/config.php:18
|
|
|
662 |
msgid "International"
|
663 |
msgstr ""
|
664 |
|
665 |
#: ../fields/phone/config.php:20
|
|
|
666 |
msgid "Custom"
|
667 |
msgstr ""
|
668 |
|
669 |
#: ../fields/phone/config.php:22
|
|
|
670 |
msgid "Use the digit 9 to indicate a number"
|
671 |
msgstr "\"9\" を数値識別子として使用する"
|
672 |
|
673 |
#: ../fields/range_slider/config.php:17
|
|
|
674 |
msgid "Track"
|
675 |
msgstr "追跡"
|
676 |
|
677 |
#: ../fields/range_slider/config.php:23
|
|
|
678 |
msgid "Highlight"
|
679 |
msgstr "ハイライト"
|
680 |
|
681 |
#: ../fields/range_slider/config.php:29
|
|
|
682 |
msgid "Handle"
|
683 |
msgstr "ハンドル"
|
684 |
|
685 |
#: ../fields/range_slider/config.php:35
|
|
|
686 |
msgid "Border"
|
687 |
msgstr "ボーダー"
|
688 |
|
689 |
#: ../fields/range_slider/config.php:42
|
|
|
690 |
msgid "Steps"
|
691 |
msgstr "ステップ"
|
692 |
|
693 |
#: ../fields/range_slider/config.php:48
|
|
|
694 |
msgid "Minimum"
|
695 |
msgstr "最小"
|
696 |
|
697 |
#: ../fields/range_slider/config.php:54
|
|
|
698 |
msgid "Maximum"
|
699 |
msgstr "最大"
|
700 |
|
701 |
#: ../fields/range_slider/config.php:60
|
|
|
702 |
msgid "Show Value"
|
703 |
msgstr ""
|
704 |
|
705 |
#: ../fields/range_slider/config.php:66
|
|
|
706 |
msgid "Prefix"
|
707 |
msgstr "接頭語"
|
708 |
|
709 |
#: ../fields/range_slider/config.php:72
|
|
|
710 |
msgid "Suffix"
|
711 |
msgstr "接尾語"
|
712 |
|
715 |
msgstr ""
|
716 |
|
717 |
#: ../fields/recaptcha/config.php:3
|
|
|
718 |
#, fuzzy
|
719 |
msgid "Site Key"
|
720 |
msgstr "プライベートキー"
|
721 |
|
722 |
#: ../fields/recaptcha/config.php:9
|
|
|
723 |
msgid "Secret Key"
|
724 |
msgstr ""
|
725 |
|
726 |
#: ../fields/recaptcha/config.php:15
|
|
|
727 |
msgid "Theme"
|
728 |
msgstr "テーマ"
|
729 |
|
730 |
#: ../fields/recaptcha/config.php:18
|
|
|
731 |
msgid "Light"
|
732 |
msgstr ""
|
733 |
|
734 |
#: ../fields/recaptcha/config.php:19
|
|
|
735 |
msgid "Dark"
|
736 |
msgstr ""
|
737 |
|
738 |
#: ../fields/recaptcha/config.php:21
|
|
|
739 |
msgid ""
|
740 |
"Theme changes not available in preview. Update form and reload to see new "
|
741 |
"theme."
|
742 |
msgstr "テーマの変更はプレビューできません。更新後再度ロードしてください。"
|
743 |
|
744 |
#: ../fields/recaptcha/preview.php:20
|
|
|
745 |
msgid "No Secret Key Added"
|
746 |
msgstr ""
|
747 |
|
748 |
#: ../fields/recaptcha/preview.php:23
|
|
|
749 |
msgid "No Site Key Added"
|
750 |
msgstr ""
|
751 |
|
752 |
#: ../fields/star-rate/config.php:2
|
|
|
753 |
msgid "Number of Stars"
|
754 |
msgstr "スターの数"
|
755 |
|
756 |
#: ../fields/star-rate/config.php:8
|
|
|
757 |
msgid "Star Type"
|
758 |
msgstr ""
|
759 |
|
760 |
#: ../fields/star-rate/config.php:11
|
|
|
761 |
msgid "Star"
|
762 |
msgstr "スター"
|
763 |
|
764 |
#: ../fields/star-rate/config.php:12
|
|
|
765 |
msgid "Heart"
|
766 |
msgstr "ハート"
|
767 |
|
768 |
#: ../fields/star-rate/config.php:13
|
|
|
769 |
msgid "Face"
|
770 |
msgstr "顔"
|
771 |
|
772 |
#: ../fields/star-rate/config.php:14
|
|
|
773 |
msgid "Dot"
|
774 |
msgstr "ドット"
|
775 |
|
776 |
#: ../fields/star-rate/config.php:19
|
|
|
777 |
msgid "Star Size"
|
778 |
msgstr "スターのサイズ"
|
779 |
|
780 |
#: ../fields/star-rate/config.php:25
|
|
|
781 |
msgid "Star Spacing"
|
782 |
msgstr "スターの間隔"
|
783 |
|
784 |
#: ../fields/star-rate/config.php:31
|
|
|
785 |
msgid "Single Select"
|
786 |
msgstr "1つ選択"
|
787 |
|
788 |
#: ../fields/star-rate/config.php:38
|
|
|
789 |
msgid "Star Color"
|
790 |
msgstr "スターの色"
|
791 |
|
792 |
#: ../fields/star-rate/config.php:44
|
|
|
793 |
msgid "Track Color"
|
794 |
msgstr "追跡の色"
|
795 |
|
796 |
#: ../fields/star-rate/config.php:50
|
|
|
797 |
msgid "Include Cancel"
|
798 |
msgstr "キャンセルを含める"
|
799 |
|
800 |
#: ../fields/text/config.php:15
|
|
|
801 |
msgid "Masked Input"
|
802 |
msgstr ""
|
803 |
|
804 |
#: ../fields/text/config.php:17
|
|
|
805 |
msgid "Enable input mask"
|
806 |
msgstr ""
|
807 |
|
808 |
#: ../fields/text/config.php:22
|
|
|
809 |
msgid "Mask"
|
810 |
msgstr ""
|
811 |
|
812 |
#: ../fields/text/config.php:30
|
|
|
813 |
msgid "numeric"
|
814 |
msgstr ""
|
815 |
|
816 |
#: ../fields/text/config.php:31
|
|
|
817 |
msgid "alphabetical"
|
818 |
msgstr ""
|
819 |
|
820 |
#: ../fields/text/config.php:32
|
|
|
821 |
msgid "alphanumeric"
|
822 |
msgstr ""
|
823 |
|
824 |
#: ../fields/text/config.php:33
|
|
|
825 |
msgid "optional"
|
826 |
msgstr ""
|
827 |
|
828 |
#: ../fields/text/config.php:34
|
|
|
829 |
msgid "length"
|
830 |
msgstr ""
|
831 |
|
832 |
#: ../fields/text/config.php:36
|
|
|
833 |
msgid "Any length character only"
|
834 |
msgstr ""
|
835 |
|
836 |
#: ../fields/text/config.php:37
|
|
|
837 |
msgid "Any length number only"
|
838 |
msgstr ""
|
839 |
|
840 |
#: ../fields/text/config.php:38
|
|
|
841 |
msgid "email"
|
842 |
msgstr ""
|
843 |
|
844 |
#: ../fields/toggle_switch/config_template.php:2
|
|
|
845 |
msgid "Orientation"
|
846 |
msgstr ""
|
847 |
|
848 |
#: ../fields/toggle_switch/config_template.php:5
|
|
|
849 |
msgid "Horizontal"
|
850 |
msgstr ""
|
851 |
|
852 |
#: ../fields/toggle_switch/config_template.php:6
|
853 |
+
msgid "Justified"
|
854 |
+
msgstr ""
|
855 |
+
|
856 |
+
#: ../fields/toggle_switch/config_template.php:7
|
857 |
msgid "Vertical"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: ../fields/toggle_switch/config_template.php:13
|
|
|
861 |
msgid "Active Class"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: ../fields/toggle_switch/config_template.php:20
|
|
|
865 |
msgid "Inactive Class"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: ../fields/toggle_switch/field.php:39 ../ui/edit.php:491 ../ui/edit.php:499
|
869 |
+
#: ../ui/edit.php:532 ../ui/edit.php:539
|
|
|
870 |
msgid "Enable"
|
871 |
msgstr "有効化"
|
872 |
|
932 |
msgid "File type needs to be"
|
933 |
msgstr "対応しているファイルの種類は"
|
934 |
|
935 |
+
#: ../processors/akismet/config.php:2 ../ui/edit.php:330
|
936 |
#: ../ui/panels/variables.php:10
|
937 |
msgid "Name"
|
938 |
msgstr "名称"
|
1058 |
msgid "Grid"
|
1059 |
msgstr "グリッド"
|
1060 |
|
1061 |
+
#: ../ui/admin.php:69 ../ui/admin.php:124
|
1062 |
msgid "Entries"
|
1063 |
msgstr "エントリー"
|
1064 |
|
1065 |
+
#: ../ui/admin.php:86 ../ui/edit.php:492 ../ui/edit.php:500
|
1066 |
#: ../ui/panels/emailer.php:35
|
1067 |
msgid "Disabled"
|
1068 |
msgstr "無効"
|
1069 |
|
1070 |
+
#: ../ui/admin.php:96
|
1071 |
msgid "Mailer Debug enabled."
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: ../ui/admin.php:100 ../ui/entries.php:14
|
1075 |
msgid "Edit"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: ../ui/admin.php:125
|
1079 |
#, fuzzy
|
1080 |
msgid "Export"
|
1081 |
msgstr "インポート"
|
1082 |
|
1083 |
+
#: ../ui/admin.php:126
|
1084 |
#, fuzzy
|
1085 |
msgid "Clone Form"
|
1086 |
msgstr "Caldera フォーム"
|
1087 |
|
1088 |
+
#: ../ui/admin.php:126
|
1089 |
msgid "Clone"
|
1090 |
msgstr ""
|
1091 |
|
1092 |
+
#: ../ui/admin.php:127
|
1093 |
msgid "This will delete this form permanently. Continue?"
|
1094 |
msgstr "継続してこのフォームを完全に削除しますか?"
|
1095 |
|
1096 |
+
#: ../ui/admin.php:127
|
1097 |
msgid "Delete"
|
1098 |
msgstr ""
|
1099 |
|
1100 |
+
#: ../ui/admin.php:147
|
1101 |
msgid "You don't have any forms."
|
1102 |
msgstr "フォームはありません,"
|
1103 |
|
1104 |
+
#: ../ui/admin.php:188
|
1105 |
msgid "An form name is required"
|
1106 |
msgstr "フォーム名が必要です"
|
1107 |
|
1108 |
+
#: ../ui/admin.php:215
|
1109 |
msgid ""
|
1110 |
"Looks like something is not working. Please try again a little later or post "
|
1111 |
"to the <a href=\"http://wordpress.org/support/plugin/caldera-forms\" target="
|
1131 |
msgid "Delete Permanently"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
+
#: ../ui/admin_templates.php:19 ../ui/admin_templates.php:48
|
1135 |
+
#: ../ui/edit.php:468
|
1136 |
msgid "Form Name"
|
1137 |
msgstr "フォーム名"
|
1138 |
|
1141 |
msgid "Form File"
|
1142 |
msgstr "フォーム名"
|
1143 |
|
1144 |
+
#: ../ui/admin_templates.php:54 ../ui/edit.php:358
|
1145 |
msgid "Description"
|
1146 |
msgstr "詳細"
|
1147 |
|
1148 |
+
#: ../ui/admin_templates.php:72 ../ui/edit.php:323
|
1149 |
msgid "ID"
|
1150 |
msgstr "ID"
|
1151 |
|
1152 |
+
#: ../ui/admin_templates.php:73 ../ui/admin_templates.php:111
|
1153 |
msgid "Submitted"
|
1154 |
msgstr "送信済"
|
1155 |
|
1156 |
+
#: ../ui/admin_templates.php:94
|
1157 |
msgid "No entries found"
|
1158 |
msgstr ""
|
1159 |
|
1160 |
+
#: ../ui/admin_templates.php:100
|
1161 |
msgid "No entries yet."
|
1162 |
msgstr "えんとりーはありません。"
|
1163 |
|
1178 |
msgid "Select a source"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: ../ui/edit.php:64 ../ui/edit.php:90
|
1182 |
msgid "Post Type"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: ../ui/edit.php:65 ../ui/edit.php:74
|
1186 |
msgid "Taxonomy"
|
1187 |
msgstr "タクソノミー"
|
1188 |
|
1189 |
+
#: ../ui/edit.php:122
|
1190 |
msgid "Add Option"
|
1191 |
msgstr "オプションの追加"
|
1192 |
|
1193 |
+
#: ../ui/edit.php:123
|
1194 |
msgid "Bulk Insert"
|
1195 |
msgstr "バルク挿入"
|
1196 |
|
1197 |
+
#: ../ui/edit.php:126
|
1198 |
msgid "Single option per line. These replace the current list."
|
1199 |
msgstr "1行につき1つ選択可能です。既存のリストと換地します。"
|
1200 |
|
1201 |
+
#: ../ui/edit.php:127
|
1202 |
msgid "Insert Options"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: ../ui/edit.php:131
|
1206 |
msgid "No Default"
|
1207 |
msgstr "ディフォルト設定無し"
|
1208 |
|
1209 |
+
#: ../ui/edit.php:132
|
1210 |
msgid "Show Values"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: ../ui/edit.php:136
|
1214 |
msgid "Label"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: ../ui/edit.php:297
|
1218 |
msgid "Elements"
|
1219 |
msgstr "構成要素"
|
1220 |
|
1221 |
+
#: ../ui/edit.php:305
|
1222 |
msgid "Settings"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: ../ui/edit.php:306
|
1226 |
msgid "Conditions"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: ../ui/edit.php:313
|
1230 |
msgid "Element Type"
|
1231 |
msgstr "構成要素の種類"
|
1232 |
|
1233 |
+
#: ../ui/edit.php:337
|
1234 |
msgid "Hide Label"
|
1235 |
msgstr "ラベルを隠す"
|
1236 |
|
1237 |
+
#: ../ui/edit.php:344
|
1238 |
msgid "Slug"
|
1239 |
msgstr "スラグ"
|
1240 |
|
1241 |
+
#: ../ui/edit.php:351
|
1242 |
msgid "Required"
|
1243 |
msgstr "必須"
|
1244 |
|
1245 |
+
#: ../ui/edit.php:365
|
1246 |
msgid "Show in Entry List"
|
1247 |
msgstr "エントリーに含む"
|
1248 |
|
1249 |
+
#: ../ui/edit.php:374
|
1250 |
msgid ""
|
1251 |
"Are you sure you want to remove this field?. 'Cancel' to stop. 'OK' to delete"
|
1252 |
msgstr ""
|
1253 |
"このフィールドを削除しますか?「キャンセル」を選択し中断するか、「OK」を選択"
|
1254 |
"し削除する。"
|
1255 |
|
1256 |
+
#: ../ui/edit.php:374
|
1257 |
msgid "Delete Element"
|
1258 |
msgstr "構成要素を削除"
|
1259 |
|
1260 |
+
#: ../ui/edit.php:380
|
1261 |
msgid "Show"
|
1262 |
msgstr "表示"
|
1263 |
|
1264 |
+
#: ../ui/edit.php:381
|
1265 |
msgid "Hide"
|
1266 |
msgstr "隠す"
|
1267 |
|
1268 |
+
#: ../ui/edit.php:382
|
1269 |
#, fuzzy
|
1270 |
msgid "Disable"
|
1271 |
msgstr "無効"
|
1272 |
|
1273 |
+
#: ../ui/edit.php:384 ../ui/panels/processors.php:126
|
1274 |
msgid "Add Conditional Group"
|
1275 |
msgstr "条件グループを追加"
|
1276 |
|
1277 |
+
#: ../ui/edit.php:454 ../ui/edit.php:466
|
1278 |
msgid "General Settings"
|
1279 |
msgstr "イパン設定"
|
1280 |
|
1281 |
+
#: ../ui/edit.php:459
|
1282 |
+
msgid "Updated Successfully"
|
1283 |
+
msgstr ""
|
1284 |
+
|
1285 |
+
#: ../ui/edit.php:461
|
1286 |
msgid "Update Form"
|
1287 |
msgstr "フォームを更新"
|
1288 |
|
1289 |
+
#: ../ui/edit.php:462
|
1290 |
msgid "Preview Form"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: ../ui/edit.php:475
|
1294 |
msgid "Form Description"
|
1295 |
msgstr "フォームの詳細"
|
1296 |
|
1297 |
+
#: ../ui/edit.php:482
|
1298 |
+
#, fuzzy
|
1299 |
+
msgid "State"
|
1300 |
+
msgstr "スタティック"
|
1301 |
+
|
1302 |
+
#: ../ui/edit.php:484
|
1303 |
+
msgid "Deactivate / Draft"
|
1304 |
+
msgstr ""
|
1305 |
+
|
1306 |
+
#: ../ui/edit.php:489
|
1307 |
msgid "Capture Entries"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
+
#: ../ui/edit.php:497
|
1311 |
msgid "Pin to Menu"
|
1312 |
msgstr "メニューにピン止めする"
|
1313 |
|
1314 |
+
#: ../ui/edit.php:506
|
1315 |
msgid "View Entries"
|
1316 |
msgstr "エントリーを表示"
|
1317 |
|
1318 |
+
#: ../ui/edit.php:508
|
1319 |
msgid "All"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
+
#: ../ui/edit.php:530
|
1323 |
msgid "Hide Form"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
+
#: ../ui/edit.php:532
|
1327 |
msgid "Hide form after successful submission"
|
1328 |
msgstr "送信の性交後フォームを非表示にする"
|
1329 |
|
1330 |
+
#: ../ui/edit.php:537
|
1331 |
msgid "Honeypot"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
+
#: ../ui/edit.php:539
|
1335 |
msgid "Place an invisible field to trick spambots"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
+
#: ../ui/edit.php:544
|
1339 |
msgid "Success Message"
|
1340 |
msgstr "成功時のメッセージ"
|
1341 |
|
1342 |
+
#: ../ui/edit.php:550
|
1343 |
msgid "Gravatar Field"
|
1344 |
msgstr "Gravatar 用フィールド"
|
1345 |
|
1346 |
+
#: ../ui/edit.php:557
|
1347 |
msgid "Used when viewing an entry from a non-logged in user."
|
1348 |
msgstr "ログインしていないユーザーのエントリーの表示に使用"
|
1349 |
|
1350 |
+
#: ../ui/edit.php:631
|
1351 |
msgid "Add New"
|
1352 |
msgstr "新規追加"
|
1353 |
|
1354 |
+
#: ../ui/edit.php:696 ../ui/edit.php:730
|
1355 |
msgid "Remove"
|
1356 |
msgstr "削除"
|
1357 |
|
1358 |
+
#: ../ui/edit.php:786
|
1359 |
msgid "Set Element"
|
1360 |
msgstr "構成要素を確定"
|
1361 |
|
1362 |
+
#: ../ui/edit.php:789
|
1363 |
msgid "No description given"
|
1364 |
msgstr "詳細無し"
|
1365 |
|
1366 |
+
#: ../ui/edit.php:851
|
1367 |
msgid "or"
|
1368 |
msgstr "あるいは"
|
1369 |
|
1370 |
+
#: ../ui/edit.php:860 ../ui/edit.php:883
|
1371 |
msgid "is"
|
1372 |
msgstr "が"
|
1373 |
|
1374 |
+
#: ../ui/edit.php:861 ../ui/edit.php:884
|
1375 |
msgid "is not"
|
1376 |
msgstr "一致しない"
|
1377 |
|
1378 |
+
#: ../ui/edit.php:862 ../ui/edit.php:885
|
1379 |
msgid "is greater than"
|
1380 |
msgstr "より大きいい"
|
1381 |
|
1382 |
+
#: ../ui/edit.php:863 ../ui/edit.php:886
|
1383 |
msgid "is less than"
|
1384 |
msgstr "以下"
|
1385 |
|
1386 |
+
#: ../ui/edit.php:864 ../ui/edit.php:887
|
1387 |
msgid "starts with"
|
1388 |
msgstr "接頭文字列"
|
1389 |
|
1390 |
+
#: ../ui/edit.php:865 ../ui/edit.php:888
|
1391 |
msgid "ends with"
|
1392 |
msgstr "末尾文字列"
|
1393 |
|
1394 |
+
#: ../ui/edit.php:866 ../ui/edit.php:889
|
1395 |
msgid "contains"
|
1396 |
msgstr "を含む"
|
1397 |
|
1398 |
+
#: ../ui/edit.php:868 ../ui/edit.php:891
|
1399 |
msgid "Select field first"
|
1400 |
msgstr "フィールドを先に選択してください"
|
1401 |
|
1402 |
+
#: ../ui/edit.php:873
|
1403 |
msgid "Add Condition"
|
1404 |
msgstr "条件を追加"
|
1405 |
|
1406 |
+
#: ../ui/edit.php:879
|
1407 |
msgid "and"
|
1408 |
msgstr "および"
|
1409 |
|
1459 |
msgid "Enabled"
|
1460 |
msgstr "有効"
|
1461 |
|
1462 |
+
#: ../ui/panels/emailer.php:45
|
1463 |
+
msgid "Name from which the email comes"
|
1464 |
+
msgstr ""
|
1465 |
+
|
1466 |
+
#: ../ui/panels/emailer.php:52
|
1467 |
+
msgid ""
|
1468 |
+
"Email Address from which the mail comes. Try not to use a field from the "
|
1469 |
+
"form. Rather use your own email and use a form field in the \"Reply To Email"
|
1470 |
+
"\" below."
|
1471 |
+
msgstr ""
|
1472 |
|
1473 |
#: ../ui/panels/emailer.php:56
|
1474 |
#, fuzzy
|
1475 |
msgid "Reply To Email"
|
1476 |
msgstr "受信者メールアドレス"
|
1477 |
|
1478 |
+
#: ../ui/panels/emailer.php:59
|
1479 |
+
msgid ""
|
1480 |
+
"The email address of the person filling in the form. This will allow the "
|
1481 |
+
"email to be replied directly to the sender."
|
1482 |
+
msgstr ""
|
1483 |
+
|
1484 |
#: ../ui/panels/emailer.php:64
|
1485 |
msgid "Email Type"
|
1486 |
msgstr "メールのタイプ"
|
1497 |
msgid "Recipients"
|
1498 |
msgstr "受信者"
|
1499 |
|
1500 |
+
#: ../ui/panels/emailer.php:84 ../ui/panels/emailer.php:92
|
1501 |
msgid "Comma separated list of email addresses."
|
1502 |
msgstr "コンマ区切りのメールアドレスのリスト"
|
1503 |
|
1505 |
msgid "BCC"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
+
#: ../ui/panels/emailer.php:100
|
1509 |
+
msgid "Use %field_slug% to use a value from the form"
|
|
|
|
|
|
|
1510 |
msgstr "フォームからの値を使用するために %field_slug% を使う"
|
1511 |
|
1512 |
#: ../ui/panels/emailer.php:104
|
1514 |
msgstr "メールのメッセージ"
|
1515 |
|
1516 |
#: ../ui/panels/emailer.php:107
|
1517 |
+
#, fuzzy
|
1518 |
msgid ""
|
1519 |
+
"Magic tags, %field_slug% are replaced with submitted data. Use {summary} to "
|
1520 |
"build an automatic mail based on form content. Leaving the mailer blank, "
|
1521 |
"will create and automatic summary."
|
1522 |
msgstr ""
|
1536 |
#: ../ui/panels/emailer.php:116
|
1537 |
msgid ""
|
1538 |
"If set, entries will have a \"Mailer Debug\" meta tab to see the transaction "
|
1539 |
+
"log. Do not keep this enabled on production as it sends two emails for "
|
1540 |
"tracking."
|
1541 |
msgstr ""
|
1542 |
|
1543 |
+
#: ../ui/panels/emailer.php:125
|
1544 |
msgid ""
|
1545 |
"Please add a \"Button\" element and set it to \"Submit\" if you want to have "
|
1546 |
"the form submittable."
|
1552 |
|
1553 |
#: ../ui/panels/layout.php:14 ../ui/panels/layout.php:18
|
1554 |
#: ../ui/panels/layout.php:22 ../ui/panels/layout.php:108
|
1555 |
+
#: ../ui/panels/layout_add_row.php:4 ../ui/panels/pages.php:14
|
1556 |
msgid "Page"
|
1557 |
msgstr "ページ"
|
1558 |
|
1610 |
msgid "Don't Use"
|
1611 |
msgstr "使用しない"
|
1612 |
|
1613 |
+
#: ../ui/panels/processors.php:171
|
1614 |
msgid "Add Processor"
|
1615 |
msgstr "プロセッサーを追加"
|
1616 |
|
1617 |
+
#: ../ui/panels/processors.php:221
|
1618 |
msgid "Use Processor"
|
1619 |
msgstr "プロセッサーを使用"
|
1620 |
|
1621 |
+
#: ../ui/panels/processors.php:226
|
1622 |
msgid "by"
|
1623 |
msgstr "による"
|
1624 |
|
1625 |
+
#: ../ui/panels/processors.php:284
|
1626 |
msgid "This processor has no configurable options."
|
1627 |
msgstr ""
|
1628 |
|
1638 |
msgid "No variables defined"
|
1639 |
msgstr "変数が定義されていません"
|
1640 |
|
1641 |
+
#: ../ui/panels/variables.php:29 ../ui/panels/variables.php:49
|
1642 |
msgid "Static"
|
1643 |
msgstr "スタティック"
|
1644 |
|
1645 |
+
#: ../ui/panels/variables.php:30 ../ui/panels/variables.php:50
|
1646 |
msgid "Passback"
|
1647 |
msgstr "パスバック"
|
1648 |
|
1649 |
+
#: ../ui/panels/variables.php:31 ../ui/panels/variables.php:51
|
1650 |
#, fuzzy
|
1651 |
+
msgid "Entry List"
|
1652 |
+
msgstr "エントリーに含む"
|
1653 |
+
|
1654 |
+
#, fuzzy
|
1655 |
+
#~ msgid ""
|
1656 |
+
#~ "Comma separated list of email addresses. Use %field_slug% to use a value "
|
1657 |
+
#~ "from the form."
|
1658 |
+
#~ msgstr "フォームからの値を使用するために %field_slug% を使う"
|
1659 |
+
|
1660 |
+
#, fuzzy
|
1661 |
+
#~ msgid "Invalid field type"
|
1662 |
+
#~ msgstr "無効なフォームID "
|
1663 |
|
1664 |
#~ msgid "Field"
|
1665 |
#~ msgstr "フィールド"
|
languages/caldera-forms.pot
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Caldera Forms\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
@@ -15,459 +15,414 @@ msgstr ""
|
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
-
#: ../classes/admin.php:
|
19 |
msgid "Invalid Form."
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: ../classes/admin.php:
|
23 |
#: ../ui/entries_toolbar.php:27
|
24 |
msgid "Trash"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: ../classes/admin.php:
|
28 |
#: ../ui/admin_templates.php:9
|
29 |
msgid "Restore"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: ../classes/admin.php:
|
33 |
msgid "Entry"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: ../classes/admin.php:
|
37 |
msgid "View"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: ../classes/admin.php:
|
41 |
msgid "Add Form to Page"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: ../classes/admin.php:
|
45 |
msgid "Insert Form Shortcode"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: ../classes/admin.php:
|
49 |
msgid "Caldera Form"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: ../classes/admin.php:
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
msgid "Caldera Forms"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: ../classes/admin.php:
|
60 |
msgid "Caldera Forms Admin"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: ../classes/admin.php:
|
64 |
msgid "Forms"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: ../classes/admin.php:
|
68 |
msgid "Community"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: ../classes/admin.php:
|
72 |
msgid "Extend"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: ../classes/admin.php:
|
76 |
msgid "Sorry, please try again"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: ../classes/admin.php:
|
80 |
msgid "Form Delete Error"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: ../classes/admin.php:
|
84 |
msgid "Sorry, File is not valid."
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: ../classes/admin.php:
|
88 |
-
#: ../classes/admin.php:
|
89 |
msgid "Form Import Error"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../classes/admin.php:
|
93 |
msgid "Sorry, File not uploaded."
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: ../classes/admin.php:
|
97 |
msgid "Form does not exist."
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: ../classes/admin.php:
|
101 |
msgid "Export selection has expired"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: ../classes/admin.php:
|
105 |
msgid "Export Expired"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#: ../classes/admin.php:
|
109 |
-
msgid "Form has been
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: ../classes/admin.php:
|
113 |
msgid "Layout"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: ../classes/admin.php:
|
117 |
msgid "Layout Builder"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: ../classes/admin.php:
|
121 |
msgid "Pages"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: ../classes/admin.php:
|
125 |
msgid "Form Pages"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: ../classes/admin.php:
|
129 |
msgid "Processors"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: ../classes/admin.php:
|
133 |
msgid "Form Processors"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: ../classes/admin.php:
|
137 |
-
#: ../ui/panels/variables.php:
|
138 |
msgid "Variables"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: ../classes/admin.php:
|
142 |
msgid "Responsive"
|
143 |
msgstr ""
|
144 |
|
145 |
-
#: ../classes/admin.php:
|
146 |
msgid "Resposive Settings"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: ../classes/admin.php:
|
150 |
msgid "Grid Collapse"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: ../classes/admin.php:
|
154 |
msgid ""
|
155 |
"Set the smallest screen size at which to collapse the grid. (based on "
|
156 |
"Bootstrap 3.0)"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: ../classes/admin.php:
|
160 |
msgid "Maintain grid always"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../classes/admin.php:
|
164 |
msgid "Mailer"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: ../classes/admin.php:
|
168 |
msgid "Email Notification Settings"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: ../classes/core.php:
|
172 |
msgid "The wasn't entered correct."
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: ../classes/core.php:
|
176 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:9
|
177 |
msgid "Reset"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: ../classes/core.php:
|
181 |
msgid "Permission denied."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: ../classes/core.php:
|
185 |
msgid "Caldera Forms Notification"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: ../classes/core.php:
|
189 |
msgid "Auto Responder"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: ../classes/core.php:
|
193 |
msgid "Sends out an auto response e-mail"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: ../classes/core.php:
|
197 |
msgid "Thank you for contacting us"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: ../classes/core.php:
|
201 |
msgid "Redirect"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: ../classes/core.php:
|
205 |
msgid "Redirects user to URL on successful submit"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: ../classes/core.php:
|
209 |
msgid "Increment Value"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: ../classes/core.php:
|
213 |
msgid "Increment a value per entry."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: ../classes/core.php:
|
217 |
msgid "Akismet"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: ../classes/core.php:
|
221 |
msgid "Anti-spam filtering"
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: ../classes/core.php:
|
225 |
msgid "Akismet not setup."
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: ../classes/core.php:
|
229 |
msgid "Calculation"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: ../classes/core.php:
|
233 |
-
#: ../classes/core.php:
|
234 |
-
#: ../vendor/calderawp/fields/src/fields.php:114
|
235 |
-
#: ../vendor/calderawp/fields/src/fields.php:136
|
236 |
-
#: ../vendor/calderawp/fields/src/fields.php:217
|
237 |
-
#: ../vendor/calderawp/fields/src/fields.php:319
|
238 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:34
|
239 |
msgid "Special"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: ../classes/core.php:
|
243 |
msgid "Math"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: ../classes/core.php:
|
247 |
msgid "Calculate values"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: ../classes/core.php:
|
251 |
msgid "Total"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: ../classes/core.php:
|
255 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:32
|
256 |
msgid "Range Slider"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: ../classes/core.php:
|
260 |
-
#: ../vendor/calderawp/range-slider/src/range_slider.php:35
|
261 |
msgid "Range Slider input field"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: ../classes/core.php:
|
265 |
msgid "Star Rating"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: ../classes/core.php:
|
269 |
msgid "Feedback"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: ../classes/core.php:
|
273 |
msgid "Star rating input for feedback"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: ../classes/core.php:
|
277 |
msgid "Phone Number"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: ../classes/core.php:
|
281 |
msgid "Phone number with masking"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: ../classes/core.php:
|
285 |
-
#: ../classes/core.php:
|
286 |
-
#: ../classes/core.php:
|
287 |
-
#: ../vendor/calderawp/fields/src/fields.php:193
|
288 |
-
#: ../vendor/calderawp/fields/src/fields.php:260
|
289 |
-
#: ../vendor/calderawp/fields/src/fields.php:297
|
290 |
-
#: ../vendor/calderawp/fields/src/fields.php:307
|
291 |
-
#: ../vendor/calderawp/fields/src/fields.php:400
|
292 |
-
#: ../vendor/calderawp/fields/src/fields.php:426
|
293 |
msgid "Text Fields"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: ../classes/core.php:
|
297 |
-
#: ../classes/core.php:
|
298 |
-
#: ../classes/core.php:
|
299 |
-
#: ../classes/core.php:
|
300 |
-
#: ../vendor/calderawp/fields/src/fields.php:171
|
301 |
-
#: ../vendor/calderawp/fields/src/fields.php:193
|
302 |
-
#: ../vendor/calderawp/fields/src/fields.php:207
|
303 |
-
#: ../vendor/calderawp/fields/src/fields.php:260
|
304 |
-
#: ../vendor/calderawp/fields/src/fields.php:276
|
305 |
-
#: ../vendor/calderawp/fields/src/fields.php:297
|
306 |
-
#: ../vendor/calderawp/fields/src/fields.php:307
|
307 |
-
#: ../vendor/calderawp/fields/src/fields.php:347
|
308 |
-
#: ../vendor/calderawp/fields/src/fields.php:365
|
309 |
-
#: ../vendor/calderawp/fields/src/fields.php:383
|
310 |
-
#: ../vendor/calderawp/fields/src/fields.php:455
|
311 |
msgid "Basic"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: ../classes/core.php:
|
315 |
msgid "User"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: ../classes/core.php:
|
319 |
-
#: ../vendor/calderawp/fields/src/fields.php:190
|
320 |
-
#: ../vendor/calderawp/fields/src/fields.php:191
|
321 |
msgid "Single Line Text"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: ../classes/core.php:
|
325 |
-
#: ../vendor/calderawp/fields/src/fields.php:204
|
326 |
-
#: ../vendor/calderawp/fields/src/fields.php:207
|
327 |
msgid "File"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: ../classes/core.php:
|
331 |
msgid "File Uploader"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: ../classes/core.php:
|
335 |
msgid "reCAPTCHA"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: ../classes/core.php:
|
339 |
msgid "reCAPTCHA anti-spam field"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: ../classes/core.php:
|
343 |
msgid "HTML"
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: ../classes/core.php:
|
347 |
msgid "Add text/html content"
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: ../classes/core.php:
|
351 |
#: ../processors/akismet/config.php:20
|
352 |
-
#: ../vendor/calderawp/fields/src/fields.php:242
|
353 |
msgid "Content"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../classes/core.php:
|
357 |
-
#: ../vendor/calderawp/fields/src/fields.php:257
|
358 |
-
#: ../vendor/calderawp/fields/src/fields.php:258
|
359 |
msgid "Hidden"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: ../classes/core.php:
|
363 |
-
#: ../vendor/calderawp/fields/src/fields.php:273
|
364 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:6
|
365 |
msgid "Button"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: ../classes/core.php:
|
369 |
msgid "Button, Submit and Reset types"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: ../classes/core.php:
|
373 |
msgid "Buttons"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: ../classes/core.php:
|
377 |
-
#: ../vendor/calderawp/fields/src/fields.php:294
|
378 |
-
#: ../vendor/calderawp/fields/src/fields.php:295
|
379 |
msgid "Email Address"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: ../classes/core.php:
|
383 |
-
#: ../vendor/calderawp/fields/src/fields.php:304
|
384 |
-
#: ../vendor/calderawp/fields/src/fields.php:305
|
385 |
msgid "Paragraph Textarea"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: ../classes/core.php:
|
389 |
-
#: ../vendor/calderawp/fields/src/fields.php:317
|
390 |
-
#: ../vendor/calderawp/fields/src/fields.php:318
|
391 |
msgid "Toggle Switch"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: ../classes/core.php:
|
395 |
-
#: ../classes/core.php:
|
396 |
-
#: ../vendor/calderawp/fields/src/fields.php:319
|
397 |
-
#: ../vendor/calderawp/fields/src/fields.php:347
|
398 |
-
#: ../vendor/calderawp/fields/src/fields.php:365
|
399 |
-
#: ../vendor/calderawp/fields/src/fields.php:383
|
400 |
-
#: ../vendor/calderawp/fields/src/fields.php:455
|
401 |
msgid "Select Options"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: ../classes/core.php:
|
405 |
-
#: ../vendor/calderawp/fields/src/fields.php:344
|
406 |
-
#: ../vendor/calderawp/fields/src/fields.php:345
|
407 |
msgid "Dropdown Select"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: ../classes/core.php:
|
411 |
-
#: ../vendor/calderawp/fields/src/fields.php:362
|
412 |
-
#: ../vendor/calderawp/fields/src/fields.php:363
|
413 |
msgid "Checkbox"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: ../classes/core.php:
|
417 |
-
#: ../vendor/calderawp/fields/src/fields.php:380
|
418 |
-
#: ../vendor/calderawp/fields/src/fields.php:381
|
419 |
msgid "Radio"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: ../classes/core.php:
|
423 |
-
#: ../vendor/calderawp/fields/src/fields.php:397
|
424 |
-
#: ../vendor/calderawp/fields/src/fields.php:398
|
425 |
msgid "Date Picker"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: ../classes/core.php:
|
429 |
-
#: ../vendor/calderawp/fields/src/fields.php:400
|
430 |
-
#: ../vendor/calderawp/fields/src/fields.php:426
|
431 |
msgid "Pickers"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../classes/core.php:
|
435 |
-
#: ../vendor/calderawp/fields/src/fields.php:424
|
436 |
-
#: ../vendor/calderawp/fields/src/fields.php:425
|
437 |
msgid "Color Picker"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: ../classes/core.php:
|
441 |
msgid "State/ Province Select"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: ../classes/core.php:
|
445 |
msgid "Dropdown select for US states and Canadian provinces."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: ../classes/core.php:
|
449 |
msgid "System Tags"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: ../classes/core.php:
|
453 |
msgid "Mailer Debug"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: ../classes/core.php:
|
457 |
msgid "Invalid form ID"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: ../classes/core.php:
|
461 |
-
#: ../classes/core.php:
|
462 |
-
#: ../classes/core.php:
|
463 |
msgid "Permission denied or entry does not exist."
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: ../classes/core.php:
|
467 |
msgid "is required"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: ../classes/core.php:
|
|
|
|
|
|
|
|
|
471 |
msgid "WARNING: Form is in Mailer Debug mode. Disable before going live."
|
472 |
msgstr ""
|
473 |
|
@@ -480,74 +435,67 @@ msgid "Form"
|
|
480 |
msgstr ""
|
481 |
|
482 |
#: ../fields/button/config_template.php:2
|
483 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:2
|
484 |
msgid "Type"
|
485 |
msgstr ""
|
486 |
|
487 |
#: ../fields/button/config_template.php:5
|
488 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:5
|
489 |
msgid "Submit"
|
490 |
msgstr ""
|
491 |
|
492 |
#: ../fields/button/config_template.php:7
|
493 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:7
|
494 |
msgid "Next Page"
|
495 |
msgstr ""
|
496 |
|
497 |
#: ../fields/button/config_template.php:8
|
498 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:8
|
499 |
msgid "Previous Page"
|
500 |
msgstr ""
|
501 |
|
502 |
#: ../fields/button/config_template.php:14
|
503 |
-
#: ../vendor/calderawp/fields/src/fields/button/config_template.php:14
|
504 |
msgid "Class"
|
505 |
msgstr ""
|
506 |
|
507 |
#: ../fields/calculation/config.php:2
|
508 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:2
|
509 |
msgid "Element"
|
510 |
msgstr ""
|
511 |
|
512 |
#: ../fields/calculation/config.php:8
|
513 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:8
|
514 |
msgid "Classes"
|
515 |
msgstr ""
|
516 |
|
517 |
#: ../fields/calculation/config.php:14
|
518 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:14
|
519 |
msgid "Before"
|
520 |
msgstr ""
|
521 |
|
522 |
#: ../fields/calculation/config.php:20
|
523 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:20
|
524 |
msgid "After"
|
525 |
msgstr ""
|
526 |
|
527 |
#: ../fields/calculation/config.php:27
|
528 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:27
|
529 |
msgid "Money Format"
|
530 |
msgstr ""
|
531 |
|
532 |
#: ../fields/calculation/config.php:32
|
533 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
534 |
msgid "Manual Formula"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: ../fields/calculation/config.php:
|
538 |
-
#: ../vendor/calderawp/fields/src/fields/calculation/config.php:45
|
539 |
msgid "Add Operator Group"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: ../fields/calculation/config.php:
|
543 |
-
|
544 |
-
msgid "Use %field_slug% as field vaule variables"
|
545 |
msgstr ""
|
546 |
|
547 |
#: ../fields/checkbox/config_template.php:3
|
548 |
#: ../fields/radio/config_template.php:4
|
549 |
-
#: ../vendor/calderawp/fields/src/fields/checkbox/config_template.php:3
|
550 |
-
#: ../vendor/calderawp/fields/src/fields/radio/config_template.php:4
|
551 |
msgid "Inline"
|
552 |
msgstr ""
|
553 |
|
@@ -555,252 +503,195 @@ msgstr ""
|
|
555 |
#: ../fields/email/config.php:8 ../fields/paragraph/config_template.php:14
|
556 |
#: ../fields/phone/config.php:8 ../fields/range_slider/config.php:10
|
557 |
#: ../fields/text/config.php:8
|
558 |
-
#: ../vendor/calderawp/fields/src/fields/color_picker/setup.php:2
|
559 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:2
|
560 |
-
#: ../vendor/calderawp/fields/src/fields/email/config.php:8
|
561 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:14
|
562 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:8
|
563 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:8
|
564 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:3
|
565 |
msgid "Default"
|
566 |
msgstr ""
|
567 |
|
568 |
#: ../fields/color_picker/setup.php:2
|
569 |
-
#: ../vendor/calderawp/fields/src/fields/color_picker/setup.php:2
|
570 |
msgid "Color"
|
571 |
msgstr ""
|
572 |
|
573 |
#: ../fields/date_picker/setup.php:8
|
574 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:8
|
575 |
msgid "Format"
|
576 |
msgstr ""
|
577 |
|
578 |
#: ../fields/date_picker/setup.php:14
|
579 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:14
|
580 |
msgid "Autoclose"
|
581 |
msgstr ""
|
582 |
|
583 |
#: ../fields/date_picker/setup.php:16
|
584 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:16
|
585 |
msgid "Enable autoclose"
|
586 |
msgstr ""
|
587 |
|
588 |
#: ../fields/date_picker/setup.php:17
|
589 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:17
|
590 |
msgid ""
|
591 |
"If enabled, the date picker will automatically close after selecting the "
|
592 |
"final input"
|
593 |
msgstr ""
|
594 |
|
595 |
#: ../fields/date_picker/setup.php:21
|
596 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:21
|
597 |
msgid "Start View"
|
598 |
msgstr ""
|
599 |
|
600 |
#: ../fields/date_picker/setup.php:24
|
601 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:24
|
602 |
msgid "Month (Default)"
|
603 |
msgstr ""
|
604 |
|
605 |
#: ../fields/date_picker/setup.php:25
|
606 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:25
|
607 |
msgid "Year"
|
608 |
msgstr ""
|
609 |
|
610 |
#: ../fields/date_picker/setup.php:26
|
611 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:26
|
612 |
msgid "Decade"
|
613 |
msgstr ""
|
614 |
|
615 |
#: ../fields/date_picker/setup.php:28
|
616 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:28
|
617 |
msgid "The starting view of the date picker (month, year, decade)"
|
618 |
msgstr ""
|
619 |
|
620 |
#: ../fields/date_picker/setup.php:32
|
621 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:32
|
622 |
msgid "language"
|
623 |
msgstr ""
|
624 |
|
625 |
#: ../fields/date_picker/setup.php:100
|
626 |
-
#: ../vendor/calderawp/fields/src/fields/date_picker/setup.php:100
|
627 |
msgid "Language to use. e.g. pt-BR"
|
628 |
msgstr ""
|
629 |
|
630 |
#: ../fields/dropdown/config_template.php:2 ../fields/email/config.php:2
|
631 |
#: ../fields/paragraph/config_template.php:2 ../fields/phone/config.php:2
|
632 |
#: ../fields/text/config.php:2
|
633 |
-
#: ../vendor/calderawp/fields/src/fields/dropdown/config_template.php:2
|
634 |
-
#: ../vendor/calderawp/fields/src/fields/email/config.php:2
|
635 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:2
|
636 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:2
|
637 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:2
|
638 |
msgid "Placeholder"
|
639 |
msgstr ""
|
640 |
|
641 |
#: ../fields/file/config_template.php:2
|
642 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:2
|
643 |
msgid "Attach to mailer"
|
644 |
msgstr ""
|
645 |
|
646 |
#: ../fields/file/config_template.php:9
|
647 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:9
|
648 |
msgid "Allowed Types"
|
649 |
msgstr ""
|
650 |
|
651 |
#: ../fields/file/config_template.php:12
|
652 |
-
#: ../vendor/calderawp/fields/src/fields/file/config_template.php:12
|
653 |
msgid "Comma separated eg. jpg,pdf,txt"
|
654 |
msgstr ""
|
655 |
|
656 |
#: ../fields/gravatar/config.php:2
|
657 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:2
|
658 |
msgid "Email Field"
|
659 |
msgstr ""
|
660 |
|
661 |
#: ../fields/gravatar/config.php:10
|
662 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:10
|
663 |
msgid "Mystery Man"
|
664 |
msgstr ""
|
665 |
|
666 |
#: ../fields/gravatar/config.php:11
|
667 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:11
|
668 |
msgid "Blank"
|
669 |
msgstr ""
|
670 |
|
671 |
#: ../fields/gravatar/config.php:12
|
672 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:12
|
673 |
msgid "Gravatar Logo"
|
674 |
msgstr ""
|
675 |
|
676 |
#: ../fields/gravatar/config.php:13
|
677 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:13
|
678 |
msgid "Identicon (Generated)"
|
679 |
msgstr ""
|
680 |
|
681 |
#: ../fields/gravatar/config.php:14
|
682 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:14
|
683 |
msgid "Wavatar (Generated)"
|
684 |
msgstr ""
|
685 |
|
686 |
#: ../fields/gravatar/config.php:15
|
687 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:15
|
688 |
msgid "MonsterID (Generated)"
|
689 |
msgstr ""
|
690 |
|
691 |
#: ../fields/gravatar/config.php:16
|
692 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:16
|
693 |
msgid "Retro (Generated)"
|
694 |
msgstr ""
|
695 |
|
696 |
#: ../fields/gravatar/config.php:21
|
697 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:21
|
698 |
msgid "Fallback"
|
699 |
msgstr ""
|
700 |
|
701 |
#: ../fields/gravatar/config.php:35
|
702 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:35
|
703 |
msgid "Size"
|
704 |
msgstr ""
|
705 |
|
706 |
#: ../fields/gravatar/config.php:42
|
707 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:42
|
708 |
msgid "Border Color"
|
709 |
msgstr ""
|
710 |
|
711 |
#: ../fields/gravatar/config.php:49
|
712 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:49
|
713 |
msgid "Border Size"
|
714 |
msgstr ""
|
715 |
|
716 |
#: ../fields/gravatar/config.php:56
|
717 |
-
#: ../vendor/calderawp/fields/src/fields/gravatar/config.php:56
|
718 |
msgid "Border Radius"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: ../fields/hidden/setup.php:2 ../ui/edit.php:
|
722 |
#: ../ui/panels/variables.php:12
|
723 |
-
#: ../vendor/calderawp/fields/src/fields/hidden/setup.php:2
|
724 |
msgid "Value"
|
725 |
msgstr ""
|
726 |
|
727 |
#: ../fields/paragraph/config_template.php:8
|
728 |
-
#: ../vendor/calderawp/fields/src/fields/paragraph/config_template.php:8
|
729 |
msgid "Rows"
|
730 |
msgstr ""
|
731 |
|
732 |
#: ../fields/phone/config.php:14
|
733 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:14
|
734 |
msgid "Style"
|
735 |
msgstr ""
|
736 |
|
737 |
#: ../fields/phone/config.php:16
|
738 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:16
|
739 |
msgid "Local"
|
740 |
msgstr ""
|
741 |
|
742 |
#: ../fields/phone/config.php:18
|
743 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:18
|
744 |
msgid "International"
|
745 |
msgstr ""
|
746 |
|
747 |
#: ../fields/phone/config.php:20
|
748 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:20
|
749 |
msgid "Custom"
|
750 |
msgstr ""
|
751 |
|
752 |
#: ../fields/phone/config.php:22
|
753 |
-
#: ../vendor/calderawp/fields/src/fields/phone/config.php:22
|
754 |
msgid "Use the digit 9 to indicate a number"
|
755 |
msgstr ""
|
756 |
|
757 |
#: ../fields/range_slider/config.php:17
|
758 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:10
|
759 |
msgid "Track"
|
760 |
msgstr ""
|
761 |
|
762 |
#: ../fields/range_slider/config.php:23
|
763 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:16
|
764 |
msgid "Highlight"
|
765 |
msgstr ""
|
766 |
|
767 |
#: ../fields/range_slider/config.php:29
|
768 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:22
|
769 |
msgid "Handle"
|
770 |
msgstr ""
|
771 |
|
772 |
#: ../fields/range_slider/config.php:35
|
773 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:28
|
774 |
msgid "Border"
|
775 |
msgstr ""
|
776 |
|
777 |
#: ../fields/range_slider/config.php:42
|
778 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:35
|
779 |
msgid "Steps"
|
780 |
msgstr ""
|
781 |
|
782 |
#: ../fields/range_slider/config.php:48
|
783 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:41
|
784 |
msgid "Minimum"
|
785 |
msgstr ""
|
786 |
|
787 |
#: ../fields/range_slider/config.php:54
|
788 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:47
|
789 |
msgid "Maximum"
|
790 |
msgstr ""
|
791 |
|
792 |
#: ../fields/range_slider/config.php:60
|
793 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:53
|
794 |
msgid "Show Value"
|
795 |
msgstr ""
|
796 |
|
797 |
#: ../fields/range_slider/config.php:66
|
798 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:59
|
799 |
msgid "Prefix"
|
800 |
msgstr ""
|
801 |
|
802 |
#: ../fields/range_slider/config.php:72
|
803 |
-
#: ../vendor/calderawp/range-slider/src/field/config.php:65
|
804 |
msgid "Suffix"
|
805 |
msgstr ""
|
806 |
|
@@ -809,190 +700,157 @@ msgid "reCaptcha required keys from Google."
|
|
809 |
msgstr ""
|
810 |
|
811 |
#: ../fields/recaptcha/config.php:3
|
812 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:2
|
813 |
msgid "Site Key"
|
814 |
msgstr ""
|
815 |
|
816 |
#: ../fields/recaptcha/config.php:9
|
817 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:8
|
818 |
msgid "Secret Key"
|
819 |
msgstr ""
|
820 |
|
821 |
#: ../fields/recaptcha/config.php:15
|
822 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:14
|
823 |
msgid "Theme"
|
824 |
msgstr ""
|
825 |
|
826 |
#: ../fields/recaptcha/config.php:18
|
827 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:17
|
828 |
msgid "Light"
|
829 |
msgstr ""
|
830 |
|
831 |
#: ../fields/recaptcha/config.php:19
|
832 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:18
|
833 |
msgid "Dark"
|
834 |
msgstr ""
|
835 |
|
836 |
#: ../fields/recaptcha/config.php:21
|
837 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/config.php:20
|
838 |
msgid ""
|
839 |
"Theme changes not available in preview. Update form and reload to see new "
|
840 |
"theme."
|
841 |
msgstr ""
|
842 |
|
843 |
#: ../fields/recaptcha/preview.php:20
|
844 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/preview.php:20
|
845 |
msgid "No Secret Key Added"
|
846 |
msgstr ""
|
847 |
|
848 |
#: ../fields/recaptcha/preview.php:23
|
849 |
-
#: ../vendor/calderawp/fields/src/fields/recaptcha/preview.php:23
|
850 |
msgid "No Site Key Added"
|
851 |
msgstr ""
|
852 |
|
853 |
#: ../fields/star-rate/config.php:2
|
854 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:2
|
855 |
msgid "Number of Stars"
|
856 |
msgstr ""
|
857 |
|
858 |
#: ../fields/star-rate/config.php:8
|
859 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:8
|
860 |
msgid "Star Type"
|
861 |
msgstr ""
|
862 |
|
863 |
#: ../fields/star-rate/config.php:11
|
864 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:11
|
865 |
msgid "Star"
|
866 |
msgstr ""
|
867 |
|
868 |
#: ../fields/star-rate/config.php:12
|
869 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:12
|
870 |
msgid "Heart"
|
871 |
msgstr ""
|
872 |
|
873 |
#: ../fields/star-rate/config.php:13
|
874 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:13
|
875 |
msgid "Face"
|
876 |
msgstr ""
|
877 |
|
878 |
#: ../fields/star-rate/config.php:14
|
879 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:14
|
880 |
msgid "Dot"
|
881 |
msgstr ""
|
882 |
|
883 |
#: ../fields/star-rate/config.php:19
|
884 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:19
|
885 |
msgid "Star Size"
|
886 |
msgstr ""
|
887 |
|
888 |
#: ../fields/star-rate/config.php:25
|
889 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:25
|
890 |
msgid "Star Spacing"
|
891 |
msgstr ""
|
892 |
|
893 |
#: ../fields/star-rate/config.php:31
|
894 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:31
|
895 |
msgid "Single Select"
|
896 |
msgstr ""
|
897 |
|
898 |
#: ../fields/star-rate/config.php:38
|
899 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:38
|
900 |
msgid "Star Color"
|
901 |
msgstr ""
|
902 |
|
903 |
#: ../fields/star-rate/config.php:44
|
904 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:44
|
905 |
msgid "Track Color"
|
906 |
msgstr ""
|
907 |
|
908 |
#: ../fields/star-rate/config.php:50
|
909 |
-
#: ../vendor/calderawp/fields/src/fields/star-rate/config.php:50
|
910 |
msgid "Include Cancel"
|
911 |
msgstr ""
|
912 |
|
913 |
#: ../fields/text/config.php:15
|
914 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:15
|
915 |
msgid "Masked Input"
|
916 |
msgstr ""
|
917 |
|
918 |
#: ../fields/text/config.php:17
|
919 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:17
|
920 |
msgid "Enable input mask"
|
921 |
msgstr ""
|
922 |
|
923 |
#: ../fields/text/config.php:22
|
924 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:22
|
925 |
msgid "Mask"
|
926 |
msgstr ""
|
927 |
|
928 |
#: ../fields/text/config.php:30
|
929 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:30
|
930 |
msgid "numeric"
|
931 |
msgstr ""
|
932 |
|
933 |
#: ../fields/text/config.php:31
|
934 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:31
|
935 |
msgid "alphabetical"
|
936 |
msgstr ""
|
937 |
|
938 |
#: ../fields/text/config.php:32
|
939 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:32
|
940 |
msgid "alphanumeric"
|
941 |
msgstr ""
|
942 |
|
943 |
#: ../fields/text/config.php:33
|
944 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:33
|
945 |
msgid "optional"
|
946 |
msgstr ""
|
947 |
|
948 |
#: ../fields/text/config.php:34
|
949 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:34
|
950 |
msgid "length"
|
951 |
msgstr ""
|
952 |
|
953 |
#: ../fields/text/config.php:36
|
954 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:36
|
955 |
msgid "Any length character only"
|
956 |
msgstr ""
|
957 |
|
958 |
#: ../fields/text/config.php:37
|
959 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:37
|
960 |
msgid "Any length number only"
|
961 |
msgstr ""
|
962 |
|
963 |
#: ../fields/text/config.php:38
|
964 |
-
#: ../vendor/calderawp/fields/src/fields/text/config.php:38
|
965 |
msgid "email"
|
966 |
msgstr ""
|
967 |
|
968 |
#: ../fields/toggle_switch/config_template.php:2
|
969 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:2
|
970 |
msgid "Orientation"
|
971 |
msgstr ""
|
972 |
|
973 |
#: ../fields/toggle_switch/config_template.php:5
|
974 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:5
|
975 |
msgid "Horizontal"
|
976 |
msgstr ""
|
977 |
|
978 |
#: ../fields/toggle_switch/config_template.php:6
|
979 |
-
|
|
|
|
|
|
|
980 |
msgid "Vertical"
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: ../fields/toggle_switch/config_template.php:
|
984 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:12
|
985 |
msgid "Active Class"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: ../fields/toggle_switch/config_template.php:
|
989 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/config_template.php:19
|
990 |
msgid "Inactive Class"
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: ../fields/toggle_switch/field.php:
|
994 |
-
#: ../ui/edit.php:
|
995 |
-
#: ../vendor/calderawp/fields/src/fields/toggle_switch/field.php:37
|
996 |
msgid "Enable"
|
997 |
msgstr ""
|
998 |
|
@@ -1055,7 +913,7 @@ msgstr ""
|
|
1055 |
msgid "File type needs to be"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: ../processors/akismet/config.php:2 ../ui/edit.php:
|
1059 |
#: ../ui/panels/variables.php:10
|
1060 |
msgid "Name"
|
1061 |
msgstr ""
|
@@ -1176,52 +1034,52 @@ msgstr ""
|
|
1176 |
msgid "Grid"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
-
#: ../ui/admin.php:69 ../ui/admin.php:
|
1180 |
msgid "Entries"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: ../ui/admin.php:
|
1184 |
#: ../ui/panels/emailer.php:35
|
1185 |
msgid "Disabled"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: ../ui/admin.php:
|
1189 |
msgid "Mailer Debug enabled."
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: ../ui/admin.php:
|
1193 |
msgid "Edit"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: ../ui/admin.php:
|
1197 |
msgid "Export"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: ../ui/admin.php:
|
1201 |
msgid "Clone Form"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: ../ui/admin.php:
|
1205 |
msgid "Clone"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: ../ui/admin.php:
|
1209 |
msgid "This will delete this form permanently. Continue?"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: ../ui/admin.php:
|
1213 |
msgid "Delete"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: ../ui/admin.php:
|
1217 |
msgid "You don't have any forms."
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: ../ui/admin.php:
|
1221 |
msgid "An form name is required"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: ../ui/admin.php:
|
1225 |
msgid ""
|
1226 |
"Looks like something is not working. Please try again a little later or post "
|
1227 |
"to the <a href=\"http://wordpress.org/support/plugin/caldera-forms\" target="
|
@@ -1244,8 +1102,8 @@ msgstr ""
|
|
1244 |
msgid "Delete Permanently"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: ../ui/admin_templates.php:19 ../ui/admin_templates.php:
|
1248 |
-
#: ../ui/edit.php:
|
1249 |
msgid "Form Name"
|
1250 |
msgstr ""
|
1251 |
|
@@ -1253,23 +1111,23 @@ msgstr ""
|
|
1253 |
msgid "Form File"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: ../ui/admin_templates.php:
|
1257 |
msgid "Description"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: ../ui/admin_templates.php:
|
1261 |
msgid "ID"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: ../ui/admin_templates.php:
|
1265 |
msgid "Submitted"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: ../ui/admin_templates.php:
|
1269 |
msgid "No entries found"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
-
#: ../ui/admin_templates.php:
|
1273 |
msgid "No entries yet."
|
1274 |
msgstr ""
|
1275 |
|
@@ -1289,216 +1147,228 @@ msgstr ""
|
|
1289 |
msgid "Select a source"
|
1290 |
msgstr ""
|
1291 |
|
1292 |
-
#: ../ui/edit.php:64 ../ui/edit.php:
|
1293 |
msgid "Post Type"
|
1294 |
msgstr ""
|
1295 |
|
1296 |
-
#: ../ui/edit.php:65 ../ui/edit.php:
|
1297 |
msgid "Taxonomy"
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: ../ui/edit.php:
|
1301 |
msgid "Add Option"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: ../ui/edit.php:
|
1305 |
msgid "Bulk Insert"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: ../ui/edit.php:
|
1309 |
msgid "Single option per line. These replace the current list."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: ../ui/edit.php:
|
1313 |
msgid "Insert Options"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: ../ui/edit.php:
|
1317 |
msgid "No Default"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: ../ui/edit.php:
|
1321 |
msgid "Show Values"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: ../ui/edit.php:
|
1325 |
msgid "Label"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: ../ui/edit.php:
|
1329 |
msgid "Elements"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
-
#: ../ui/edit.php:
|
1333 |
msgid "Settings"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
-
#: ../ui/edit.php:
|
1337 |
msgid "Conditions"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
-
#: ../ui/edit.php:
|
1341 |
msgid "Element Type"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
-
#: ../ui/edit.php:
|
1345 |
msgid "Hide Label"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: ../ui/edit.php:
|
1349 |
msgid "Slug"
|
1350 |
msgstr ""
|
1351 |
|
1352 |
-
#: ../ui/edit.php:
|
1353 |
msgid "Required"
|
1354 |
msgstr ""
|
1355 |
|
1356 |
-
#: ../ui/edit.php:
|
1357 |
msgid "Show in Entry List"
|
1358 |
msgstr ""
|
1359 |
|
1360 |
-
#: ../ui/edit.php:
|
1361 |
msgid ""
|
1362 |
"Are you sure you want to remove this field?. 'Cancel' to stop. 'OK' to delete"
|
1363 |
msgstr ""
|
1364 |
|
1365 |
-
#: ../ui/edit.php:
|
1366 |
msgid "Delete Element"
|
1367 |
msgstr ""
|
1368 |
|
1369 |
-
#: ../ui/edit.php:
|
1370 |
msgid "Show"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: ../ui/edit.php:
|
1374 |
msgid "Hide"
|
1375 |
msgstr ""
|
1376 |
|
1377 |
-
#: ../ui/edit.php:
|
1378 |
msgid "Disable"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: ../ui/edit.php:
|
1382 |
msgid "Add Conditional Group"
|
1383 |
msgstr ""
|
1384 |
|
1385 |
-
#: ../ui/edit.php:
|
1386 |
msgid "General Settings"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: ../ui/edit.php:
|
|
|
|
|
|
|
|
|
1390 |
msgid "Update Form"
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: ../ui/edit.php:
|
1394 |
msgid "Preview Form"
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: ../ui/edit.php:
|
1398 |
msgid "Form Description"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: ../ui/edit.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1402 |
msgid "Capture Entries"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: ../ui/edit.php:
|
1406 |
msgid "Pin to Menu"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: ../ui/edit.php:
|
1410 |
msgid "View Entries"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
#: ../ui/edit.php:
|
1414 |
msgid "All"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
-
#: ../ui/edit.php:
|
1418 |
msgid "Hide Form"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: ../ui/edit.php:
|
1422 |
msgid "Hide form after successful submission"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
-
#: ../ui/edit.php:
|
1426 |
msgid "Honeypot"
|
1427 |
msgstr ""
|
1428 |
|
1429 |
-
#: ../ui/edit.php:
|
1430 |
msgid "Place an invisible field to trick spambots"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: ../ui/edit.php:
|
1434 |
msgid "Success Message"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: ../ui/edit.php:
|
1438 |
msgid "Gravatar Field"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: ../ui/edit.php:
|
1442 |
msgid "Used when viewing an entry from a non-logged in user."
|
1443 |
msgstr ""
|
1444 |
|
1445 |
-
#: ../ui/edit.php:
|
1446 |
msgid "Add New"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: ../ui/edit.php:
|
1450 |
msgid "Remove"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
-
#: ../ui/edit.php:
|
1454 |
msgid "Set Element"
|
1455 |
msgstr ""
|
1456 |
|
1457 |
-
#: ../ui/edit.php:
|
1458 |
msgid "No description given"
|
1459 |
msgstr ""
|
1460 |
|
1461 |
-
#: ../ui/edit.php:
|
1462 |
msgid "or"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
#: ../ui/edit.php:
|
1466 |
msgid "is"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
#: ../ui/edit.php:
|
1470 |
msgid "is not"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
#: ../ui/edit.php:
|
1474 |
msgid "is greater than"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: ../ui/edit.php:
|
1478 |
msgid "is less than"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: ../ui/edit.php:
|
1482 |
msgid "starts with"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: ../ui/edit.php:
|
1486 |
msgid "ends with"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: ../ui/edit.php:
|
1490 |
msgid "contains"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#: ../ui/edit.php:
|
1494 |
msgid "Select field first"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: ../ui/edit.php:
|
1498 |
msgid "Add Condition"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
-
#: ../ui/edit.php:
|
1502 |
msgid "and"
|
1503 |
msgstr ""
|
1504 |
|
@@ -1554,15 +1424,27 @@ msgstr ""
|
|
1554 |
msgid "Enabled"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: ../ui/panels/emailer.php:45
|
1558 |
-
|
1559 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1560 |
msgstr ""
|
1561 |
|
1562 |
#: ../ui/panels/emailer.php:56
|
1563 |
msgid "Reply To Email"
|
1564 |
msgstr ""
|
1565 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1566 |
#: ../ui/panels/emailer.php:64
|
1567 |
msgid "Email Type"
|
1568 |
msgstr ""
|
@@ -1579,7 +1461,7 @@ msgstr ""
|
|
1579 |
msgid "Recipients"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: ../ui/panels/emailer.php:84
|
1583 |
msgid "Comma separated list of email addresses."
|
1584 |
msgstr ""
|
1585 |
|
@@ -1587,10 +1469,8 @@ msgstr ""
|
|
1587 |
msgid "BCC"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: ../ui/panels/emailer.php:
|
1591 |
-
msgid ""
|
1592 |
-
"Comma separated list of email addresses. Use %field_slug% to use a value "
|
1593 |
-
"from the form."
|
1594 |
msgstr ""
|
1595 |
|
1596 |
#: ../ui/panels/emailer.php:104
|
@@ -1599,7 +1479,7 @@ msgstr ""
|
|
1599 |
|
1600 |
#: ../ui/panels/emailer.php:107
|
1601 |
msgid ""
|
1602 |
-
"Magic tags, %field_slug% are replaced with submitted data.
|
1603 |
"build an automatic mail based on form content. Leaving the mailer blank, "
|
1604 |
"will create and automatic summary."
|
1605 |
msgstr ""
|
@@ -1615,11 +1495,11 @@ msgstr ""
|
|
1615 |
#: ../ui/panels/emailer.php:116
|
1616 |
msgid ""
|
1617 |
"If set, entries will have a \"Mailer Debug\" meta tab to see the transaction "
|
1618 |
-
"
|
1619 |
"tracking."
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: ../ui/panels/emailer.php:
|
1623 |
msgid ""
|
1624 |
"Please add a \"Button\" element and set it to \"Submit\" if you want to have "
|
1625 |
"the form submittable."
|
@@ -1631,7 +1511,7 @@ msgstr ""
|
|
1631 |
|
1632 |
#: ../ui/panels/layout.php:14 ../ui/panels/layout.php:18
|
1633 |
#: ../ui/panels/layout.php:22 ../ui/panels/layout.php:108
|
1634 |
-
#: ../ui/panels/layout_add_row.php:4 ../ui/panels/pages.php:
|
1635 |
msgid "Page"
|
1636 |
msgstr ""
|
1637 |
|
@@ -1688,19 +1568,19 @@ msgstr ""
|
|
1688 |
msgid "Don't Use"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: ../ui/panels/processors.php:
|
1692 |
msgid "Add Processor"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
-
#: ../ui/panels/processors.php:
|
1696 |
msgid "Use Processor"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: ../ui/panels/processors.php:
|
1700 |
msgid "by"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: ../ui/panels/processors.php:
|
1704 |
msgid "This processor has no configurable options."
|
1705 |
msgstr ""
|
1706 |
|
@@ -1716,14 +1596,14 @@ msgstr ""
|
|
1716 |
msgid "No variables defined"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: ../ui/panels/variables.php:29 ../ui/panels/variables.php:
|
1720 |
msgid "Static"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: ../ui/panels/variables.php:30 ../ui/panels/variables.php:
|
1724 |
msgid "Passback"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: ../
|
1728 |
-
msgid "
|
1729 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Caldera Forms\n"
|
4 |
+
"POT-Creation-Date: 2015-06-04 11:21+0200\n"
|
5 |
+
"PO-Revision-Date: 2015-06-04 11:21+0200\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
+
#: ../classes/admin.php:108
|
19 |
msgid "Invalid Form."
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: ../classes/admin.php:206 ../classes/admin.php:207 ../classes/admin.php:309
|
23 |
#: ../ui/entries_toolbar.php:27
|
24 |
msgid "Trash"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: ../classes/admin.php:207 ../classes/admin.php:309
|
28 |
#: ../ui/admin_templates.php:9
|
29 |
msgid "Restore"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: ../classes/admin.php:307 ../ui/admin_templates.php:110
|
33 |
msgid "Entry"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: ../classes/admin.php:307
|
37 |
msgid "View"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: ../classes/admin.php:349 ../classes/admin.php:357
|
41 |
msgid "Add Form to Page"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: ../classes/admin.php:350
|
45 |
msgid "Insert Form Shortcode"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: ../classes/admin.php:350 ../classes/widget.php:8
|
49 |
msgid "Caldera Form"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: ../classes/admin.php:377 ../ui/admin.php:108
|
53 |
+
msgid "Deactivate"
|
54 |
+
msgstr ""
|
55 |
+
|
56 |
+
#: ../classes/admin.php:381 ../ui/admin.php:108
|
57 |
+
msgid "Activate"
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: ../classes/admin.php:673 ../classes/admin.php:679 ../classes/admin.php:685
|
61 |
+
#: ../classes/admin.php:686 ../classes/admin.php:720 ../classes/admin.php:724
|
62 |
+
#: ../includes/filter_addon_plugins.php:50 ../ui/admin.php:32
|
63 |
+
#: ../ui/community.php:5 ../ui/edit.php:448 ../ui/extend.php:5
|
64 |
msgid "Caldera Forms"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../classes/admin.php:674
|
68 |
msgid "Caldera Forms Admin"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../classes/admin.php:674
|
72 |
msgid "Forms"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: ../classes/admin.php:685 ../ui/community.php:8
|
76 |
msgid "Community"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: ../classes/admin.php:686 ../ui/extend.php:8
|
80 |
msgid "Extend"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: ../classes/admin.php:945 ../classes/admin.php:1107
|
84 |
msgid "Sorry, please try again"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: ../classes/admin.php:945
|
88 |
msgid "Form Delete Error"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: ../classes/admin.php:1098
|
92 |
msgid "Sorry, File is not valid."
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: ../classes/admin.php:1098 ../classes/admin.php:1102
|
96 |
+
#: ../classes/admin.php:1107
|
97 |
msgid "Form Import Error"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: ../classes/admin.php:1102
|
101 |
msgid "Sorry, File not uploaded."
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: ../classes/admin.php:1116
|
105 |
msgid "Form does not exist."
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: ../classes/admin.php:1157
|
109 |
msgid "Export selection has expired"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: ../classes/admin.php:1157
|
113 |
msgid "Export Expired"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: ../classes/admin.php:1346
|
117 |
+
msgid "Form has been successfully submitted. Thank you."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: ../classes/admin.php:1383 ../classes/admin.php:1399
|
121 |
msgid "Layout"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: ../classes/admin.php:1401
|
125 |
msgid "Layout Builder"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: ../classes/admin.php:1411
|
129 |
msgid "Pages"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: ../classes/admin.php:1413
|
133 |
msgid "Form Pages"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: ../classes/admin.php:1417
|
137 |
msgid "Processors"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: ../classes/admin.php:1419 ../ui/panels/processors.php:166
|
141 |
msgid "Form Processors"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: ../classes/admin.php:1423 ../classes/admin.php:1425
|
145 |
+
#: ../ui/panels/variables.php:83
|
146 |
msgid "Variables"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: ../classes/admin.php:1432
|
150 |
msgid "Responsive"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: ../classes/admin.php:1434
|
154 |
msgid "Resposive Settings"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: ../classes/admin.php:1438
|
158 |
msgid "Grid Collapse"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: ../classes/admin.php:1440
|
162 |
msgid ""
|
163 |
"Set the smallest screen size at which to collapse the grid. (based on "
|
164 |
"Bootstrap 3.0)"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: ../classes/admin.php:1447
|
168 |
msgid "Maintain grid always"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: ../classes/admin.php:1467 ../ui/panels/emailer.php:32
|
172 |
msgid "Mailer"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: ../classes/admin.php:1469
|
176 |
msgid "Email Notification Settings"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: ../classes/core.php:346
|
180 |
msgid "The wasn't entered correct."
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: ../classes/core.php:346 ../fields/button/config_template.php:9
|
|
|
184 |
msgid "Reset"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: ../classes/core.php:476 ../classes/core.php:490 ../classes/core.php:2885
|
188 |
msgid "Permission denied."
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../classes/core.php:607 ../ui/panels/emailer.php:4
|
192 |
msgid "Caldera Forms Notification"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: ../classes/core.php:973
|
196 |
msgid "Auto Responder"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: ../classes/core.php:974
|
200 |
msgid "Sends out an auto response e-mail"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: ../classes/core.php:978
|
204 |
msgid "Thank you for contacting us"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: ../classes/core.php:982
|
208 |
msgid "Redirect"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: ../classes/core.php:983
|
212 |
msgid "Redirects user to URL on successful submit"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: ../classes/core.php:988
|
216 |
msgid "Increment Value"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: ../classes/core.php:989
|
220 |
msgid "Increment a value per entry."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: ../classes/core.php:1003
|
224 |
msgid "Akismet"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: ../classes/core.php:1004
|
228 |
msgid "Anti-spam filtering"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: ../classes/core.php:1037
|
232 |
msgid "Akismet not setup."
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: ../classes/core.php:1164
|
236 |
msgid "Calculation"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: ../classes/core.php:1167 ../classes/core.php:1189 ../classes/core.php:1226
|
240 |
+
#: ../classes/core.php:1309 ../classes/core.php:1412
|
|
|
|
|
|
|
|
|
|
|
241 |
msgid "Special"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: ../classes/core.php:1167
|
245 |
msgid "Math"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: ../classes/core.php:1168
|
249 |
msgid "Calculate values"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: ../classes/core.php:1175
|
253 |
msgid "Total"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: ../classes/core.php:1187
|
|
|
257 |
msgid "Range Slider"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: ../classes/core.php:1190
|
|
|
261 |
msgid "Range Slider input field"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: ../classes/core.php:1224
|
265 |
msgid "Star Rating"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: ../classes/core.php:1226
|
269 |
msgid "Feedback"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: ../classes/core.php:1227
|
273 |
msgid "Star rating input for feedback"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: ../classes/core.php:1259
|
277 |
msgid "Phone Number"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: ../classes/core.php:1260
|
281 |
msgid "Phone number with masking"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: ../classes/core.php:1262 ../classes/core.php:1284 ../classes/core.php:1353
|
285 |
+
#: ../classes/core.php:1390 ../classes/core.php:1400 ../classes/core.php:1497
|
286 |
+
#: ../classes/core.php:1523
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
msgid "Text Fields"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: ../classes/core.php:1262 ../classes/core.php:1284 ../classes/core.php:1299
|
291 |
+
#: ../classes/core.php:1353 ../classes/core.php:1369 ../classes/core.php:1390
|
292 |
+
#: ../classes/core.php:1400 ../classes/core.php:1441 ../classes/core.php:1460
|
293 |
+
#: ../classes/core.php:1479 ../classes/core.php:1552 ../ui/edit.php:170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
294 |
msgid "Basic"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: ../classes/core.php:1262
|
298 |
msgid "User"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: ../classes/core.php:1281 ../classes/core.php:1282
|
|
|
|
|
302 |
msgid "Single Line Text"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: ../classes/core.php:1295 ../classes/core.php:1299
|
|
|
|
|
306 |
msgid "File"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: ../classes/core.php:1296
|
310 |
msgid "File Uploader"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: ../classes/core.php:1306
|
314 |
msgid "reCAPTCHA"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: ../classes/core.php:1307
|
318 |
msgid "reCAPTCHA anti-spam field"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: ../classes/core.php:1332
|
322 |
msgid "HTML"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: ../classes/core.php:1333
|
326 |
msgid "Add text/html content"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../classes/core.php:1335 ../fields/html/config_template.php:2
|
330 |
#: ../processors/akismet/config.php:20
|
|
|
331 |
msgid "Content"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: ../classes/core.php:1350 ../classes/core.php:1351
|
|
|
|
|
335 |
msgid "Hidden"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: ../classes/core.php:1366 ../fields/button/config_template.php:6
|
|
|
|
|
339 |
msgid "Button"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../classes/core.php:1367
|
343 |
msgid "Button, Submit and Reset types"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../classes/core.php:1369
|
347 |
msgid "Buttons"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../classes/core.php:1387 ../classes/core.php:1388
|
|
|
|
|
351 |
msgid "Email Address"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: ../classes/core.php:1397 ../classes/core.php:1398
|
|
|
|
|
355 |
msgid "Paragraph Textarea"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: ../classes/core.php:1410 ../classes/core.php:1411
|
|
|
|
|
359 |
msgid "Toggle Switch"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: ../classes/core.php:1412 ../classes/core.php:1441 ../classes/core.php:1460
|
363 |
+
#: ../classes/core.php:1479 ../classes/core.php:1552
|
|
|
|
|
|
|
|
|
|
|
364 |
msgid "Select Options"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: ../classes/core.php:1438 ../classes/core.php:1439
|
|
|
|
|
368 |
msgid "Dropdown Select"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: ../classes/core.php:1457 ../classes/core.php:1458
|
|
|
|
|
372 |
msgid "Checkbox"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: ../classes/core.php:1476 ../classes/core.php:1477
|
|
|
|
|
376 |
msgid "Radio"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: ../classes/core.php:1494 ../classes/core.php:1495
|
|
|
|
|
380 |
msgid "Date Picker"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: ../classes/core.php:1497 ../classes/core.php:1523
|
|
|
|
|
384 |
msgid "Pickers"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: ../classes/core.php:1521 ../classes/core.php:1522
|
|
|
|
|
388 |
msgid "Color Picker"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: ../classes/core.php:1549
|
392 |
msgid "State/ Province Select"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: ../classes/core.php:1550
|
396 |
msgid "Dropdown select for US states and Canadian provinces."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: ../classes/core.php:1844
|
400 |
msgid "System Tags"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: ../classes/core.php:2556 ../classes/core.php:2590
|
404 |
msgid "Mailer Debug"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: ../classes/core.php:2649 ../classes/core.php:3554
|
408 |
msgid "Invalid form ID"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: ../classes/core.php:2895 ../classes/core.php:2900 ../classes/core.php:2907
|
412 |
+
#: ../classes/core.php:3891 ../classes/core.php:3907 ../classes/core.php:3910
|
413 |
+
#: ../classes/core.php:3914
|
414 |
msgid "Permission denied or entry does not exist."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: ../classes/core.php:2947
|
418 |
msgid "is required"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: ../classes/core.php:3759 ../classes/core.php:3765
|
422 |
+
msgid "Form is currently not active."
|
423 |
+
msgstr ""
|
424 |
+
|
425 |
+
#: ../classes/core.php:4196
|
426 |
msgid "WARNING: Form is in Mailer Debug mode. Disable before going live."
|
427 |
msgstr ""
|
428 |
|
435 |
msgstr ""
|
436 |
|
437 |
#: ../fields/button/config_template.php:2
|
|
|
438 |
msgid "Type"
|
439 |
msgstr ""
|
440 |
|
441 |
#: ../fields/button/config_template.php:5
|
|
|
442 |
msgid "Submit"
|
443 |
msgstr ""
|
444 |
|
445 |
#: ../fields/button/config_template.php:7
|
|
|
446 |
msgid "Next Page"
|
447 |
msgstr ""
|
448 |
|
449 |
#: ../fields/button/config_template.php:8
|
|
|
450 |
msgid "Previous Page"
|
451 |
msgstr ""
|
452 |
|
453 |
#: ../fields/button/config_template.php:14
|
|
|
454 |
msgid "Class"
|
455 |
msgstr ""
|
456 |
|
457 |
#: ../fields/calculation/config.php:2
|
|
|
458 |
msgid "Element"
|
459 |
msgstr ""
|
460 |
|
461 |
#: ../fields/calculation/config.php:8
|
|
|
462 |
msgid "Classes"
|
463 |
msgstr ""
|
464 |
|
465 |
#: ../fields/calculation/config.php:14
|
|
|
466 |
msgid "Before"
|
467 |
msgstr ""
|
468 |
|
469 |
#: ../fields/calculation/config.php:20
|
|
|
470 |
msgid "After"
|
471 |
msgstr ""
|
472 |
|
473 |
#: ../fields/calculation/config.php:27
|
|
|
474 |
msgid "Money Format"
|
475 |
msgstr ""
|
476 |
|
477 |
#: ../fields/calculation/config.php:32
|
478 |
+
msgid "Separator"
|
479 |
+
msgstr ""
|
480 |
+
|
481 |
+
#: ../fields/calculation/config.php:35
|
482 |
+
msgid "Setup a custom thousand separator. e.g 10,000.00 or 10.000.00"
|
483 |
+
msgstr ""
|
484 |
+
|
485 |
+
#: ../fields/calculation/config.php:41
|
486 |
msgid "Manual Formula"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: ../fields/calculation/config.php:54
|
|
|
490 |
msgid "Add Operator Group"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: ../fields/calculation/config.php:63
|
494 |
+
msgid "Use %field_slug% as field value variables"
|
|
|
495 |
msgstr ""
|
496 |
|
497 |
#: ../fields/checkbox/config_template.php:3
|
498 |
#: ../fields/radio/config_template.php:4
|
|
|
|
|
499 |
msgid "Inline"
|
500 |
msgstr ""
|
501 |
|
503 |
#: ../fields/email/config.php:8 ../fields/paragraph/config_template.php:14
|
504 |
#: ../fields/phone/config.php:8 ../fields/range_slider/config.php:10
|
505 |
#: ../fields/text/config.php:8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
506 |
msgid "Default"
|
507 |
msgstr ""
|
508 |
|
509 |
#: ../fields/color_picker/setup.php:2
|
|
|
510 |
msgid "Color"
|
511 |
msgstr ""
|
512 |
|
513 |
#: ../fields/date_picker/setup.php:8
|
|
|
514 |
msgid "Format"
|
515 |
msgstr ""
|
516 |
|
517 |
#: ../fields/date_picker/setup.php:14
|
|
|
518 |
msgid "Autoclose"
|
519 |
msgstr ""
|
520 |
|
521 |
#: ../fields/date_picker/setup.php:16
|
|
|
522 |
msgid "Enable autoclose"
|
523 |
msgstr ""
|
524 |
|
525 |
#: ../fields/date_picker/setup.php:17
|
|
|
526 |
msgid ""
|
527 |
"If enabled, the date picker will automatically close after selecting the "
|
528 |
"final input"
|
529 |
msgstr ""
|
530 |
|
531 |
#: ../fields/date_picker/setup.php:21
|
|
|
532 |
msgid "Start View"
|
533 |
msgstr ""
|
534 |
|
535 |
#: ../fields/date_picker/setup.php:24
|
|
|
536 |
msgid "Month (Default)"
|
537 |
msgstr ""
|
538 |
|
539 |
#: ../fields/date_picker/setup.php:25
|
|
|
540 |
msgid "Year"
|
541 |
msgstr ""
|
542 |
|
543 |
#: ../fields/date_picker/setup.php:26
|
|
|
544 |
msgid "Decade"
|
545 |
msgstr ""
|
546 |
|
547 |
#: ../fields/date_picker/setup.php:28
|
|
|
548 |
msgid "The starting view of the date picker (month, year, decade)"
|
549 |
msgstr ""
|
550 |
|
551 |
#: ../fields/date_picker/setup.php:32
|
|
|
552 |
msgid "language"
|
553 |
msgstr ""
|
554 |
|
555 |
#: ../fields/date_picker/setup.php:100
|
|
|
556 |
msgid "Language to use. e.g. pt-BR"
|
557 |
msgstr ""
|
558 |
|
559 |
#: ../fields/dropdown/config_template.php:2 ../fields/email/config.php:2
|
560 |
#: ../fields/paragraph/config_template.php:2 ../fields/phone/config.php:2
|
561 |
#: ../fields/text/config.php:2
|
|
|
|
|
|
|
|
|
|
|
562 |
msgid "Placeholder"
|
563 |
msgstr ""
|
564 |
|
565 |
#: ../fields/file/config_template.php:2
|
|
|
566 |
msgid "Attach to mailer"
|
567 |
msgstr ""
|
568 |
|
569 |
#: ../fields/file/config_template.php:9
|
|
|
570 |
msgid "Allowed Types"
|
571 |
msgstr ""
|
572 |
|
573 |
#: ../fields/file/config_template.php:12
|
|
|
574 |
msgid "Comma separated eg. jpg,pdf,txt"
|
575 |
msgstr ""
|
576 |
|
577 |
#: ../fields/gravatar/config.php:2
|
|
|
578 |
msgid "Email Field"
|
579 |
msgstr ""
|
580 |
|
581 |
#: ../fields/gravatar/config.php:10
|
|
|
582 |
msgid "Mystery Man"
|
583 |
msgstr ""
|
584 |
|
585 |
#: ../fields/gravatar/config.php:11
|
|
|
586 |
msgid "Blank"
|
587 |
msgstr ""
|
588 |
|
589 |
#: ../fields/gravatar/config.php:12
|
|
|
590 |
msgid "Gravatar Logo"
|
591 |
msgstr ""
|
592 |
|
593 |
#: ../fields/gravatar/config.php:13
|
|
|
594 |
msgid "Identicon (Generated)"
|
595 |
msgstr ""
|
596 |
|
597 |
#: ../fields/gravatar/config.php:14
|
|
|
598 |
msgid "Wavatar (Generated)"
|
599 |
msgstr ""
|
600 |
|
601 |
#: ../fields/gravatar/config.php:15
|
|
|
602 |
msgid "MonsterID (Generated)"
|
603 |
msgstr ""
|
604 |
|
605 |
#: ../fields/gravatar/config.php:16
|
|
|
606 |
msgid "Retro (Generated)"
|
607 |
msgstr ""
|
608 |
|
609 |
#: ../fields/gravatar/config.php:21
|
|
|
610 |
msgid "Fallback"
|
611 |
msgstr ""
|
612 |
|
613 |
#: ../fields/gravatar/config.php:35
|
|
|
614 |
msgid "Size"
|
615 |
msgstr ""
|
616 |
|
617 |
#: ../fields/gravatar/config.php:42
|
|
|
618 |
msgid "Border Color"
|
619 |
msgstr ""
|
620 |
|
621 |
#: ../fields/gravatar/config.php:49
|
|
|
622 |
msgid "Border Size"
|
623 |
msgstr ""
|
624 |
|
625 |
#: ../fields/gravatar/config.php:56
|
|
|
626 |
msgid "Border Radius"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: ../fields/hidden/setup.php:2 ../ui/edit.php:106 ../ui/edit.php:135
|
630 |
#: ../ui/panels/variables.php:12
|
|
|
631 |
msgid "Value"
|
632 |
msgstr ""
|
633 |
|
634 |
#: ../fields/paragraph/config_template.php:8
|
|
|
635 |
msgid "Rows"
|
636 |
msgstr ""
|
637 |
|
638 |
#: ../fields/phone/config.php:14
|
|
|
639 |
msgid "Style"
|
640 |
msgstr ""
|
641 |
|
642 |
#: ../fields/phone/config.php:16
|
|
|
643 |
msgid "Local"
|
644 |
msgstr ""
|
645 |
|
646 |
#: ../fields/phone/config.php:18
|
|
|
647 |
msgid "International"
|
648 |
msgstr ""
|
649 |
|
650 |
#: ../fields/phone/config.php:20
|
|
|
651 |
msgid "Custom"
|
652 |
msgstr ""
|
653 |
|
654 |
#: ../fields/phone/config.php:22
|
|
|
655 |
msgid "Use the digit 9 to indicate a number"
|
656 |
msgstr ""
|
657 |
|
658 |
#: ../fields/range_slider/config.php:17
|
|
|
659 |
msgid "Track"
|
660 |
msgstr ""
|
661 |
|
662 |
#: ../fields/range_slider/config.php:23
|
|
|
663 |
msgid "Highlight"
|
664 |
msgstr ""
|
665 |
|
666 |
#: ../fields/range_slider/config.php:29
|
|
|
667 |
msgid "Handle"
|
668 |
msgstr ""
|
669 |
|
670 |
#: ../fields/range_slider/config.php:35
|
|
|
671 |
msgid "Border"
|
672 |
msgstr ""
|
673 |
|
674 |
#: ../fields/range_slider/config.php:42
|
|
|
675 |
msgid "Steps"
|
676 |
msgstr ""
|
677 |
|
678 |
#: ../fields/range_slider/config.php:48
|
|
|
679 |
msgid "Minimum"
|
680 |
msgstr ""
|
681 |
|
682 |
#: ../fields/range_slider/config.php:54
|
|
|
683 |
msgid "Maximum"
|
684 |
msgstr ""
|
685 |
|
686 |
#: ../fields/range_slider/config.php:60
|
|
|
687 |
msgid "Show Value"
|
688 |
msgstr ""
|
689 |
|
690 |
#: ../fields/range_slider/config.php:66
|
|
|
691 |
msgid "Prefix"
|
692 |
msgstr ""
|
693 |
|
694 |
#: ../fields/range_slider/config.php:72
|
|
|
695 |
msgid "Suffix"
|
696 |
msgstr ""
|
697 |
|
700 |
msgstr ""
|
701 |
|
702 |
#: ../fields/recaptcha/config.php:3
|
|
|
703 |
msgid "Site Key"
|
704 |
msgstr ""
|
705 |
|
706 |
#: ../fields/recaptcha/config.php:9
|
|
|
707 |
msgid "Secret Key"
|
708 |
msgstr ""
|
709 |
|
710 |
#: ../fields/recaptcha/config.php:15
|
|
|
711 |
msgid "Theme"
|
712 |
msgstr ""
|
713 |
|
714 |
#: ../fields/recaptcha/config.php:18
|
|
|
715 |
msgid "Light"
|
716 |
msgstr ""
|
717 |
|
718 |
#: ../fields/recaptcha/config.php:19
|
|
|
719 |
msgid "Dark"
|
720 |
msgstr ""
|
721 |
|
722 |
#: ../fields/recaptcha/config.php:21
|
|
|
723 |
msgid ""
|
724 |
"Theme changes not available in preview. Update form and reload to see new "
|
725 |
"theme."
|
726 |
msgstr ""
|
727 |
|
728 |
#: ../fields/recaptcha/preview.php:20
|
|
|
729 |
msgid "No Secret Key Added"
|
730 |
msgstr ""
|
731 |
|
732 |
#: ../fields/recaptcha/preview.php:23
|
|
|
733 |
msgid "No Site Key Added"
|
734 |
msgstr ""
|
735 |
|
736 |
#: ../fields/star-rate/config.php:2
|
|
|
737 |
msgid "Number of Stars"
|
738 |
msgstr ""
|
739 |
|
740 |
#: ../fields/star-rate/config.php:8
|
|
|
741 |
msgid "Star Type"
|
742 |
msgstr ""
|
743 |
|
744 |
#: ../fields/star-rate/config.php:11
|
|
|
745 |
msgid "Star"
|
746 |
msgstr ""
|
747 |
|
748 |
#: ../fields/star-rate/config.php:12
|
|
|
749 |
msgid "Heart"
|
750 |
msgstr ""
|
751 |
|
752 |
#: ../fields/star-rate/config.php:13
|
|
|
753 |
msgid "Face"
|
754 |
msgstr ""
|
755 |
|
756 |
#: ../fields/star-rate/config.php:14
|
|
|
757 |
msgid "Dot"
|
758 |
msgstr ""
|
759 |
|
760 |
#: ../fields/star-rate/config.php:19
|
|
|
761 |
msgid "Star Size"
|
762 |
msgstr ""
|
763 |
|
764 |
#: ../fields/star-rate/config.php:25
|
|
|
765 |
msgid "Star Spacing"
|
766 |
msgstr ""
|
767 |
|
768 |
#: ../fields/star-rate/config.php:31
|
|
|
769 |
msgid "Single Select"
|
770 |
msgstr ""
|
771 |
|
772 |
#: ../fields/star-rate/config.php:38
|
|
|
773 |
msgid "Star Color"
|
774 |
msgstr ""
|
775 |
|
776 |
#: ../fields/star-rate/config.php:44
|
|
|
777 |
msgid "Track Color"
|
778 |
msgstr ""
|
779 |
|
780 |
#: ../fields/star-rate/config.php:50
|
|
|
781 |
msgid "Include Cancel"
|
782 |
msgstr ""
|
783 |
|
784 |
#: ../fields/text/config.php:15
|
|
|
785 |
msgid "Masked Input"
|
786 |
msgstr ""
|
787 |
|
788 |
#: ../fields/text/config.php:17
|
|
|
789 |
msgid "Enable input mask"
|
790 |
msgstr ""
|
791 |
|
792 |
#: ../fields/text/config.php:22
|
|
|
793 |
msgid "Mask"
|
794 |
msgstr ""
|
795 |
|
796 |
#: ../fields/text/config.php:30
|
|
|
797 |
msgid "numeric"
|
798 |
msgstr ""
|
799 |
|
800 |
#: ../fields/text/config.php:31
|
|
|
801 |
msgid "alphabetical"
|
802 |
msgstr ""
|
803 |
|
804 |
#: ../fields/text/config.php:32
|
|
|
805 |
msgid "alphanumeric"
|
806 |
msgstr ""
|
807 |
|
808 |
#: ../fields/text/config.php:33
|
|
|
809 |
msgid "optional"
|
810 |
msgstr ""
|
811 |
|
812 |
#: ../fields/text/config.php:34
|
|
|
813 |
msgid "length"
|
814 |
msgstr ""
|
815 |
|
816 |
#: ../fields/text/config.php:36
|
|
|
817 |
msgid "Any length character only"
|
818 |
msgstr ""
|
819 |
|
820 |
#: ../fields/text/config.php:37
|
|
|
821 |
msgid "Any length number only"
|
822 |
msgstr ""
|
823 |
|
824 |
#: ../fields/text/config.php:38
|
|
|
825 |
msgid "email"
|
826 |
msgstr ""
|
827 |
|
828 |
#: ../fields/toggle_switch/config_template.php:2
|
|
|
829 |
msgid "Orientation"
|
830 |
msgstr ""
|
831 |
|
832 |
#: ../fields/toggle_switch/config_template.php:5
|
|
|
833 |
msgid "Horizontal"
|
834 |
msgstr ""
|
835 |
|
836 |
#: ../fields/toggle_switch/config_template.php:6
|
837 |
+
msgid "Justified"
|
838 |
+
msgstr ""
|
839 |
+
|
840 |
+
#: ../fields/toggle_switch/config_template.php:7
|
841 |
msgid "Vertical"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: ../fields/toggle_switch/config_template.php:13
|
|
|
845 |
msgid "Active Class"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: ../fields/toggle_switch/config_template.php:20
|
|
|
849 |
msgid "Inactive Class"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: ../fields/toggle_switch/field.php:39 ../ui/edit.php:491 ../ui/edit.php:499
|
853 |
+
#: ../ui/edit.php:532 ../ui/edit.php:539
|
|
|
854 |
msgid "Enable"
|
855 |
msgstr ""
|
856 |
|
913 |
msgid "File type needs to be"
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: ../processors/akismet/config.php:2 ../ui/edit.php:330
|
917 |
#: ../ui/panels/variables.php:10
|
918 |
msgid "Name"
|
919 |
msgstr ""
|
1034 |
msgid "Grid"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: ../ui/admin.php:69 ../ui/admin.php:124
|
1038 |
msgid "Entries"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: ../ui/admin.php:86 ../ui/edit.php:492 ../ui/edit.php:500
|
1042 |
#: ../ui/panels/emailer.php:35
|
1043 |
msgid "Disabled"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: ../ui/admin.php:96
|
1047 |
msgid "Mailer Debug enabled."
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: ../ui/admin.php:100 ../ui/entries.php:14
|
1051 |
msgid "Edit"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: ../ui/admin.php:125
|
1055 |
msgid "Export"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: ../ui/admin.php:126
|
1059 |
msgid "Clone Form"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: ../ui/admin.php:126
|
1063 |
msgid "Clone"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: ../ui/admin.php:127
|
1067 |
msgid "This will delete this form permanently. Continue?"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: ../ui/admin.php:127
|
1071 |
msgid "Delete"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: ../ui/admin.php:147
|
1075 |
msgid "You don't have any forms."
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: ../ui/admin.php:188
|
1079 |
msgid "An form name is required"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: ../ui/admin.php:215
|
1083 |
msgid ""
|
1084 |
"Looks like something is not working. Please try again a little later or post "
|
1085 |
"to the <a href=\"http://wordpress.org/support/plugin/caldera-forms\" target="
|
1102 |
msgid "Delete Permanently"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: ../ui/admin_templates.php:19 ../ui/admin_templates.php:48
|
1106 |
+
#: ../ui/edit.php:468
|
1107 |
msgid "Form Name"
|
1108 |
msgstr ""
|
1109 |
|
1111 |
msgid "Form File"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
+
#: ../ui/admin_templates.php:54 ../ui/edit.php:358
|
1115 |
msgid "Description"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: ../ui/admin_templates.php:72 ../ui/edit.php:323
|
1119 |
msgid "ID"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: ../ui/admin_templates.php:73 ../ui/admin_templates.php:111
|
1123 |
msgid "Submitted"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: ../ui/admin_templates.php:94
|
1127 |
msgid "No entries found"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: ../ui/admin_templates.php:100
|
1131 |
msgid "No entries yet."
|
1132 |
msgstr ""
|
1133 |
|
1147 |
msgid "Select a source"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: ../ui/edit.php:64 ../ui/edit.php:90
|
1151 |
msgid "Post Type"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: ../ui/edit.php:65 ../ui/edit.php:74
|
1155 |
msgid "Taxonomy"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: ../ui/edit.php:122
|
1159 |
msgid "Add Option"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: ../ui/edit.php:123
|
1163 |
msgid "Bulk Insert"
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: ../ui/edit.php:126
|
1167 |
msgid "Single option per line. These replace the current list."
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: ../ui/edit.php:127
|
1171 |
msgid "Insert Options"
|
1172 |
msgstr ""
|
1173 |
|
1174 |
+
#: ../ui/edit.php:131
|
1175 |
msgid "No Default"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
+
#: ../ui/edit.php:132
|
1179 |
msgid "Show Values"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: ../ui/edit.php:136
|
1183 |
msgid "Label"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
+
#: ../ui/edit.php:297
|
1187 |
msgid "Elements"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
+
#: ../ui/edit.php:305
|
1191 |
msgid "Settings"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
+
#: ../ui/edit.php:306
|
1195 |
msgid "Conditions"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
+
#: ../ui/edit.php:313
|
1199 |
msgid "Element Type"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
+
#: ../ui/edit.php:337
|
1203 |
msgid "Hide Label"
|
1204 |
msgstr ""
|
1205 |
|
1206 |
+
#: ../ui/edit.php:344
|
1207 |
msgid "Slug"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: ../ui/edit.php:351
|
1211 |
msgid "Required"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
+
#: ../ui/edit.php:365
|
1215 |
msgid "Show in Entry List"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
+
#: ../ui/edit.php:374
|
1219 |
msgid ""
|
1220 |
"Are you sure you want to remove this field?. 'Cancel' to stop. 'OK' to delete"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: ../ui/edit.php:374
|
1224 |
msgid "Delete Element"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
+
#: ../ui/edit.php:380
|
1228 |
msgid "Show"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: ../ui/edit.php:381
|
1232 |
msgid "Hide"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: ../ui/edit.php:382
|
1236 |
msgid "Disable"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: ../ui/edit.php:384 ../ui/panels/processors.php:126
|
1240 |
msgid "Add Conditional Group"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: ../ui/edit.php:454 ../ui/edit.php:466
|
1244 |
msgid "General Settings"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: ../ui/edit.php:459
|
1248 |
+
msgid "Updated Successfully"
|
1249 |
+
msgstr ""
|
1250 |
+
|
1251 |
+
#: ../ui/edit.php:461
|
1252 |
msgid "Update Form"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: ../ui/edit.php:462
|
1256 |
msgid "Preview Form"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: ../ui/edit.php:475
|
1260 |
msgid "Form Description"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: ../ui/edit.php:482
|
1264 |
+
msgid "State"
|
1265 |
+
msgstr ""
|
1266 |
+
|
1267 |
+
#: ../ui/edit.php:484
|
1268 |
+
msgid "Deactivate / Draft"
|
1269 |
+
msgstr ""
|
1270 |
+
|
1271 |
+
#: ../ui/edit.php:489
|
1272 |
msgid "Capture Entries"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: ../ui/edit.php:497
|
1276 |
msgid "Pin to Menu"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: ../ui/edit.php:506
|
1280 |
msgid "View Entries"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: ../ui/edit.php:508
|
1284 |
msgid "All"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: ../ui/edit.php:530
|
1288 |
msgid "Hide Form"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
+
#: ../ui/edit.php:532
|
1292 |
msgid "Hide form after successful submission"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: ../ui/edit.php:537
|
1296 |
msgid "Honeypot"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: ../ui/edit.php:539
|
1300 |
msgid "Place an invisible field to trick spambots"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
+
#: ../ui/edit.php:544
|
1304 |
msgid "Success Message"
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: ../ui/edit.php:550
|
1308 |
msgid "Gravatar Field"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: ../ui/edit.php:557
|
1312 |
msgid "Used when viewing an entry from a non-logged in user."
|
1313 |
msgstr ""
|
1314 |
|
1315 |
+
#: ../ui/edit.php:631
|
1316 |
msgid "Add New"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
+
#: ../ui/edit.php:696 ../ui/edit.php:730
|
1320 |
msgid "Remove"
|
1321 |
msgstr ""
|
1322 |
|
1323 |
+
#: ../ui/edit.php:786
|
1324 |
msgid "Set Element"
|
1325 |
msgstr ""
|
1326 |
|
1327 |
+
#: ../ui/edit.php:789
|
1328 |
msgid "No description given"
|
1329 |
msgstr ""
|
1330 |
|
1331 |
+
#: ../ui/edit.php:851
|
1332 |
msgid "or"
|
1333 |
msgstr ""
|
1334 |
|
1335 |
+
#: ../ui/edit.php:860 ../ui/edit.php:883
|
1336 |
msgid "is"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
+
#: ../ui/edit.php:861 ../ui/edit.php:884
|
1340 |
msgid "is not"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: ../ui/edit.php:862 ../ui/edit.php:885
|
1344 |
msgid "is greater than"
|
1345 |
msgstr ""
|
1346 |
|
1347 |
+
#: ../ui/edit.php:863 ../ui/edit.php:886
|
1348 |
msgid "is less than"
|
1349 |
msgstr ""
|
1350 |
|
1351 |
+
#: ../ui/edit.php:864 ../ui/edit.php:887
|
1352 |
msgid "starts with"
|
1353 |
msgstr ""
|
1354 |
|
1355 |
+
#: ../ui/edit.php:865 ../ui/edit.php:888
|
1356 |
msgid "ends with"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: ../ui/edit.php:866 ../ui/edit.php:889
|
1360 |
msgid "contains"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: ../ui/edit.php:868 ../ui/edit.php:891
|
1364 |
msgid "Select field first"
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: ../ui/edit.php:873
|
1368 |
msgid "Add Condition"
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: ../ui/edit.php:879
|
1372 |
msgid "and"
|
1373 |
msgstr ""
|
1374 |
|
1424 |
msgid "Enabled"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: ../ui/panels/emailer.php:45
|
1428 |
+
msgid "Name from which the email comes"
|
1429 |
+
msgstr ""
|
1430 |
+
|
1431 |
+
#: ../ui/panels/emailer.php:52
|
1432 |
+
msgid ""
|
1433 |
+
"Email Address from which the mail comes. Try not to use a field from the "
|
1434 |
+
"form. Rather use your own email and use a form field in the \"Reply To Email"
|
1435 |
+
"\" below."
|
1436 |
msgstr ""
|
1437 |
|
1438 |
#: ../ui/panels/emailer.php:56
|
1439 |
msgid "Reply To Email"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#: ../ui/panels/emailer.php:59
|
1443 |
+
msgid ""
|
1444 |
+
"The email address of the person filling in the form. This will allow the "
|
1445 |
+
"email to be replied directly to the sender."
|
1446 |
+
msgstr ""
|
1447 |
+
|
1448 |
#: ../ui/panels/emailer.php:64
|
1449 |
msgid "Email Type"
|
1450 |
msgstr ""
|
1461 |
msgid "Recipients"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
+
#: ../ui/panels/emailer.php:84 ../ui/panels/emailer.php:92
|
1465 |
msgid "Comma separated list of email addresses."
|
1466 |
msgstr ""
|
1467 |
|
1469 |
msgid "BCC"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: ../ui/panels/emailer.php:100
|
1473 |
+
msgid "Use %field_slug% to use a value from the form"
|
|
|
|
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: ../ui/panels/emailer.php:104
|
1479 |
|
1480 |
#: ../ui/panels/emailer.php:107
|
1481 |
msgid ""
|
1482 |
+
"Magic tags, %field_slug% are replaced with submitted data. Use {summary} to "
|
1483 |
"build an automatic mail based on form content. Leaving the mailer blank, "
|
1484 |
"will create and automatic summary."
|
1485 |
msgstr ""
|
1495 |
#: ../ui/panels/emailer.php:116
|
1496 |
msgid ""
|
1497 |
"If set, entries will have a \"Mailer Debug\" meta tab to see the transaction "
|
1498 |
+
"log. Do not keep this enabled on production as it sends two emails for "
|
1499 |
"tracking."
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: ../ui/panels/emailer.php:125
|
1503 |
msgid ""
|
1504 |
"Please add a \"Button\" element and set it to \"Submit\" if you want to have "
|
1505 |
"the form submittable."
|
1511 |
|
1512 |
#: ../ui/panels/layout.php:14 ../ui/panels/layout.php:18
|
1513 |
#: ../ui/panels/layout.php:22 ../ui/panels/layout.php:108
|
1514 |
+
#: ../ui/panels/layout_add_row.php:4 ../ui/panels/pages.php:14
|
1515 |
msgid "Page"
|
1516 |
msgstr ""
|
1517 |
|
1568 |
msgid "Don't Use"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: ../ui/panels/processors.php:171
|
1572 |
msgid "Add Processor"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: ../ui/panels/processors.php:221
|
1576 |
msgid "Use Processor"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: ../ui/panels/processors.php:226
|
1580 |
msgid "by"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: ../ui/panels/processors.php:284
|
1584 |
msgid "This processor has no configurable options."
|
1585 |
msgstr ""
|
1586 |
|
1596 |
msgid "No variables defined"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: ../ui/panels/variables.php:29 ../ui/panels/variables.php:49
|
1600 |
msgid "Static"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: ../ui/panels/variables.php:30 ../ui/panels/variables.php:50
|
1604 |
msgid "Passback"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: ../ui/panels/variables.php:31 ../ui/panels/variables.php:51
|
1608 |
+
msgid "Entry List"
|
1609 |
msgstr ""
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: Desertsnowman, Shelob9
|
3 |
Tags: forms, formbuilder, form builder, contact form, contact, custom form, custom forms, forms creator, caldera forms
|
4 |
Requires at least: 3.9
|
5 |
-
Tested up to: 4.2
|
6 |
-
Stable tag: 1.2.
|
7 |
License: GPLv2
|
8 |
|
9 |
Create beautiful, responsive forms with a simple drag and drop editor.
|
@@ -15,9 +15,9 @@ Easy enough for everyday users to create forms, and powerful enough for PHP expe
|
|
15 |
|
16 |
A free plugin by <a href="https://CalderaWP.com" title="CalderaWP: Transform Your WordPress Experience">CalderaWP</a>.
|
17 |
|
18 |
-
Pippin Williamson of Easy Digital Downloads, Restrict Content Pro and AffiliateWP gives Caldera Forms a 5 star rating!
|
19 |
|
20 |
-
John Teague of Theme Surgeons includes Caldera Forms in his list of WordPress plugin recommendations I don’t get paid for.
|
21 |
|
22 |
= Docs & More Information =
|
23 |
* [More Information](https://calderawp.com/downloads/caldera-forms/)
|
@@ -100,6 +100,20 @@ none yet.
|
|
100 |
|
101 |
== Changelog ==
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
= 1.2.0 ( April, 2015) =
|
104 |
|
105 |
= Bugs Fixed =
|
@@ -461,4 +475,4 @@ none yet.
|
|
461 |
Initial Release
|
462 |
|
463 |
== Upgrade Notice ==
|
464 |
-
|
2 |
Contributors: Desertsnowman, Shelob9
|
3 |
Tags: forms, formbuilder, form builder, contact form, contact, custom form, custom forms, forms creator, caldera forms
|
4 |
Requires at least: 3.9
|
5 |
+
Tested up to: 4.2.2
|
6 |
+
Stable tag: 1.2.1
|
7 |
License: GPLv2
|
8 |
|
9 |
Create beautiful, responsive forms with a simple drag and drop editor.
|
15 |
|
16 |
A free plugin by <a href="https://CalderaWP.com" title="CalderaWP: Transform Your WordPress Experience">CalderaWP</a>.
|
17 |
|
18 |
+
Pippin Williamson of Easy Digital Downloads, Restrict Content Pro and AffiliateWP gives [Caldera Forms a 5 star rating](https://themesurgeons.com/wordpress-plugins-recommendations/)!
|
19 |
|
20 |
+
John Teague of Theme Surgeons includes Caldera Forms in his list of [WordPress plugin recommendations I don’t get paid for](https://themesurgeons.com/wordpress-plugins-recommendations/).
|
21 |
|
22 |
= Docs & More Information =
|
23 |
* [More Information](https://calderawp.com/downloads/caldera-forms/)
|
100 |
|
101 |
== Changelog ==
|
102 |
|
103 |
+
= 1.2.1 ( June, 2015) =
|
104 |
+
|
105 |
+
= Bugs Fixed =
|
106 |
+
* Fixed checkbox values not saving on transient redirect ( complicated, but now fixed )
|
107 |
+
* Fixed required field on HTML element causing a form to not submit without any notice
|
108 |
+
* Fixed issue with pin to menu rights resetting in form edit
|
109 |
+
* A bunch of smaller bugs that was causing minor issues
|
110 |
+
|
111 |
+
= Improvements =
|
112 |
+
* Updated the visual styles on forms
|
113 |
+
* updated mailer setup descriptions to prevent spam filtering of mails
|
114 |
+
* auto slugs are cleaner
|
115 |
+
* minor speed improvements in core
|
116 |
+
|
117 |
= 1.2.0 ( April, 2015) =
|
118 |
|
119 |
= Bugs Fixed =
|
475 |
Initial Release
|
476 |
|
477 |
== Upgrade Notice ==
|
478 |
+
Autoupdated in WordPress admin.
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|
ui/admin.php
CHANGED
@@ -5,7 +5,7 @@ $per_page_limit = 20;
|
|
5 |
|
6 |
|
7 |
// get all forms
|
8 |
-
$forms =
|
9 |
$forms = apply_filters( 'caldera_forms_admin_forms', $forms );
|
10 |
|
11 |
$style_includes = get_option( '_caldera_forms_styleincludes' );
|
@@ -76,6 +76,9 @@ $modal_new_form = __('Create Form', 'caldera-forms').'|{"data-action" : "create_
|
|
76 |
|
77 |
$class = "alternate";
|
78 |
foreach($forms as $form_id=>$form){
|
|
|
|
|
|
|
79 |
|
80 |
if(!empty($form['db_support'])){
|
81 |
$total = $wpdb->get_var($wpdb->prepare("SELECT COUNT(`id`) AS `total` FROM `" . $wpdb->prefix . "cf_form_entries` WHERE `form_id` = %s && `status` = 'active';", $form_id));
|
@@ -94,7 +97,7 @@ $modal_new_form = __('Create Form', 'caldera-forms').'|{"data-action" : "create_
|
|
94 |
<?php } ?>
|
95 |
|
96 |
<div class="row-actions">
|
97 |
-
|
98 |
<span class="edit"><a class="form-control ajax-trigger" href="#entres"
|
99 |
data-load-element="#form_row_<?php echo $form_id; ?>"
|
100 |
data-action="toggle_form_state"
|
@@ -102,7 +105,7 @@ $modal_new_form = __('Create Form', 'caldera-forms').'|{"data-action" : "create_
|
|
102 |
data-callback="set_form_state"
|
103 |
data-form="<?php echo $form_id; ?>"
|
104 |
|
105 |
-
><?php if( !empty( $form['form_draft'] ) ) { echo __('Activate', 'caldera-forms'); }else{ echo __('Deactivate', 'caldera-forms'); } ?></a> | </span
|
106 |
|
107 |
<?php if(!empty($form['db_support'])){ ?><span class="edit"><a class="form-control form-entry-trigger ajax-trigger" href="#entres"
|
108 |
|
@@ -119,9 +122,9 @@ $modal_new_form = __('Create Form', 'caldera-forms').'|{"data-action" : "create_
|
|
119 |
data-page="1"
|
120 |
|
121 |
><?php echo __('Entries', 'caldera-forms'); ?></a> | </span><?php } ?>
|
122 |
-
|
123 |
-
<span><a class="ajax-trigger" href="#clone" data-request="start_new_form" data-modal-buttons='<?php echo $modal_new_form; ?>' data-clone="<?php echo $form_id; ?>" data-modal-width="600" data-modal-height="400" data-load-class="none" data-modal="new_form" data-modal-title="<?php echo __('Clone Form', 'caldera-forms'); ?>" data-template="#new-form-tmpl"><?php echo __('Clone', 'caldera-forms'); ?></a
|
124 |
-
<span class="trash form-delete"><a class="form-control" data-confirm="<?php echo __('This will delete this form permanently. Continue?', 'caldera-forms'); ?>" href="admin.php?page=caldera-forms&delete=<?php echo $form_id; ?>&cal_del=<?php echo wp_create_nonce( 'cf_del_frm' ); ?>"><?php echo __('Delete'); ?></a></span
|
125 |
|
126 |
|
127 |
</div>
|
5 |
|
6 |
|
7 |
// get all forms
|
8 |
+
$forms = Caldera_Forms::get_forms();
|
9 |
$forms = apply_filters( 'caldera_forms_admin_forms', $forms );
|
10 |
|
11 |
$style_includes = get_option( '_caldera_forms_styleincludes' );
|
76 |
|
77 |
$class = "alternate";
|
78 |
foreach($forms as $form_id=>$form){
|
79 |
+
if( !empty( $form['hidden'] ) ){
|
80 |
+
continue;
|
81 |
+
}
|
82 |
|
83 |
if(!empty($form['db_support'])){
|
84 |
$total = $wpdb->get_var($wpdb->prepare("SELECT COUNT(`id`) AS `total` FROM `" . $wpdb->prefix . "cf_form_entries` WHERE `form_id` = %s && `status` = 'active';", $form_id));
|
97 |
<?php } ?>
|
98 |
|
99 |
<div class="row-actions">
|
100 |
+
<?php if( empty( $form['_external_form'] ) ){ ?><span class="edit"><a class="form-control" href="admin.php?page=caldera-forms&edit=<?php echo $form_id; ?>"><?php echo __('Edit'); ?></a> | </span>
|
101 |
<span class="edit"><a class="form-control ajax-trigger" href="#entres"
|
102 |
data-load-element="#form_row_<?php echo $form_id; ?>"
|
103 |
data-action="toggle_form_state"
|
105 |
data-callback="set_form_state"
|
106 |
data-form="<?php echo $form_id; ?>"
|
107 |
|
108 |
+
><?php if( !empty( $form['form_draft'] ) ) { echo __('Activate', 'caldera-forms'); }else{ echo __('Deactivate', 'caldera-forms'); } ?></a> | </span><?php } ?>
|
109 |
|
110 |
<?php if(!empty($form['db_support'])){ ?><span class="edit"><a class="form-control form-entry-trigger ajax-trigger" href="#entres"
|
111 |
|
122 |
data-page="1"
|
123 |
|
124 |
><?php echo __('Entries', 'caldera-forms'); ?></a> | </span><?php } ?>
|
125 |
+
<?php if( empty( $form['_external_form'] ) ){ ?><span class="export"><a class="form-control" href="admin.php?page=caldera-forms&export-form=<?php echo $form_id; ?>&cal_del=<?php echo wp_create_nonce( 'cf_del_frm' ); ?>"><?php echo __('Export', 'caldera-forms'); ?></a> | </span><?php } ?>
|
126 |
+
<span><a class="ajax-trigger" href="#clone" data-request="start_new_form" data-modal-buttons='<?php echo $modal_new_form; ?>' data-clone="<?php echo $form_id; ?>" data-modal-width="600" data-modal-height="400" data-load-class="none" data-modal="new_form" data-modal-title="<?php echo __('Clone Form', 'caldera-forms'); ?>" data-template="#new-form-tmpl"><?php echo __('Clone', 'caldera-forms'); ?></a><?php if( empty( $form['_external_form'] ) ){ ?> | </span>
|
127 |
+
<span class="trash form-delete"><a class="form-control" data-confirm="<?php echo __('This will delete this form permanently. Continue?', 'caldera-forms'); ?>" href="admin.php?page=caldera-forms&delete=<?php echo $form_id; ?>&cal_del=<?php echo wp_create_nonce( 'cf_del_frm' ); ?>"><?php echo __('Delete'); ?></a></span><?php } ?>
|
128 |
|
129 |
|
130 |
</div>
|
ui/edit.php
CHANGED
@@ -350,7 +350,7 @@ function field_wrapper_template($id = '{{id}}', $label = '{{label}}', $slug = '{
|
|
350 |
<div class="caldera-config-group required-field">
|
351 |
<label for="<?php echo $id; ?>_required"><?php echo __('Required', 'caldera-forms'); ?></label>
|
352 |
<div class="caldera-config-field">
|
353 |
-
<input type="checkbox" class="field-config field-checkbox" id="<?php echo $id; ?>_required" name="config[fields][<?php echo $id; ?>][required]" value="1" <?php if($required === 1){ echo 'checked="checked"'; }; ?>>
|
354 |
</div>
|
355 |
</div>
|
356 |
|
@@ -505,7 +505,7 @@ function field_line_template($id = '{{id}}', $label = '{{label}}', $group = '{{g
|
|
505 |
<div class="caldera-config-group">
|
506 |
<label><?php echo __('View Entries', 'caldera-forms'); ?> </label>
|
507 |
<div class="caldera-config-field" style="max-width: 500px;">
|
508 |
-
<label><input type="checkbox" id="pin_role_all_roles" class="field-config visible-all-roles" data-set="form_role" value="1" name="config[pin_roles][all_roles]" <?php if( !empty($
|
509 |
<hr>
|
510 |
<?php
|
511 |
global $wp_roles;
|
@@ -517,7 +517,7 @@ function field_line_template($id = '{{id}}', $label = '{{label}}', $group = '{{g
|
|
517 |
continue;
|
518 |
}
|
519 |
?>
|
520 |
-
<label><input type="checkbox" class="field-config form_role_role_check gen_role_check" data-set="form_role" name="config[pin_roles][access_role][<?php echo $role; ?>]" value="1" <?php if( !empty($
|
521 |
<?php
|
522 |
}
|
523 |
|
350 |
<div class="caldera-config-group required-field">
|
351 |
<label for="<?php echo $id; ?>_required"><?php echo __('Required', 'caldera-forms'); ?></label>
|
352 |
<div class="caldera-config-field">
|
353 |
+
<input type="checkbox" class="field-config field-required field-checkbox" id="<?php echo $id; ?>_required" name="config[fields][<?php echo $id; ?>][required]" value="1" <?php if($required === 1){ echo 'checked="checked"'; }; ?>>
|
354 |
</div>
|
355 |
</div>
|
356 |
|
505 |
<div class="caldera-config-group">
|
506 |
<label><?php echo __('View Entries', 'caldera-forms'); ?> </label>
|
507 |
<div class="caldera-config-field" style="max-width: 500px;">
|
508 |
+
<label><input type="checkbox" id="pin_role_all_roles" class="field-config visible-all-roles" data-set="form_role" value="1" name="config[pin_roles][all_roles]" <?php if( !empty($element['pin_roles']['all_roles'])){ echo 'checked="checked"'; } ?>> <?php echo __('All'); ?></label>
|
509 |
<hr>
|
510 |
<?php
|
511 |
global $wp_roles;
|
517 |
continue;
|
518 |
}
|
519 |
?>
|
520 |
+
<label><input type="checkbox" class="field-config form_role_role_check gen_role_check" data-set="form_role" name="config[pin_roles][access_role][<?php echo $role; ?>]" value="1" <?php if( !empty($element['pin_roles']['access_role'][$role])){ echo 'checked="checked"'; } ?>> <?php echo $role_details['name']; ?></label>
|
521 |
<?php
|
522 |
}
|
523 |
|
ui/entries.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<?php echo $form['description']; ?>
|
10 |
</li>
|
11 |
<?php } ?>
|
12 |
-
<?php if( current_user_can( 'delete_others_posts' ) ){ ?>
|
13 |
<li class="caldera-forms-toolbar-item">
|
14 |
<a class="button" href="admin.php?page=caldera-forms&edit=<?php echo $form['ID']; ?>"><?php echo __('Edit'); ?></a>
|
15 |
</li>
|
9 |
<?php echo $form['description']; ?>
|
10 |
</li>
|
11 |
<?php } ?>
|
12 |
+
<?php if( current_user_can( 'delete_others_posts' ) && empty( $form['_external_form'] ) ){ ?>
|
13 |
<li class="caldera-forms-toolbar-item">
|
14 |
<a class="button" href="admin.php?page=caldera-forms&edit=<?php echo $form['ID']; ?>"><?php echo __('Edit'); ?></a>
|
15 |
</li>
|
ui/insert_shortcode.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
<div class="modal-body">
|
9 |
<?php
|
10 |
|
11 |
-
$forms =
|
12 |
if(!empty($forms)){
|
13 |
foreach($forms as $form_id=>$form){
|
14 |
|
8 |
<div class="modal-body">
|
9 |
<?php
|
10 |
|
11 |
+
$forms = Caldera_Forms::get_forms();
|
12 |
if(!empty($forms)){
|
13 |
foreach($forms as $form_id=>$form){
|
14 |
|
ui/panels/emailer.php
CHANGED
@@ -42,21 +42,21 @@ if(!isset($element['mailer']['enable_mailer'])){
|
|
42 |
<label><?php echo __('From Name', 'caldera-forms'); ?> </label>
|
43 |
<div class="caldera-config-field">
|
44 |
<input type="text" class="field-config magic-tag-enabled" name="config[mailer][sender_name]" value="<?php echo $element['mailer']['sender_name']; ?>" style="width:400px;">
|
45 |
-
<p class="description"><?php echo __('
|
46 |
</div>
|
47 |
</div>
|
48 |
<div class="caldera-config-group">
|
49 |
<label><?php echo __('From Email', 'caldera-forms'); ?> </label>
|
50 |
<div class="caldera-config-field">
|
51 |
<input type="text" class="field-config magic-tag-enabled" name="config[mailer][sender_email]" value="<?php echo $element['mailer']['sender_email']; ?>" style="width:400px;">
|
52 |
-
<p class="description"><?php echo __('
|
53 |
</div>
|
54 |
</div>
|
55 |
<div class="caldera-config-group">
|
56 |
<label><?php echo __('Reply To Email', 'caldera-forms'); ?> </label>
|
57 |
<div class="caldera-config-field">
|
58 |
<input type="text" class="field-config magic-tag-enabled" name="config[mailer][reply_to]" value="<?php if(isset( $element['mailer']['reply_to'] ) ){ echo $element['mailer']['reply_to']; } ?>" style="width:400px;">
|
59 |
-
<p class="description"><?php echo __('
|
60 |
</div>
|
61 |
</div>
|
62 |
|
@@ -89,7 +89,7 @@ if(!isset($element['mailer']['enable_mailer'])){
|
|
89 |
<label><?php echo __('BCC', 'caldera-forms'); ?> </label>
|
90 |
<div class="caldera-config-field">
|
91 |
<input type="text" class="field-config magic-tag-enabled" name="config[mailer][bcc_to]" value="<?php if(isset( $element['mailer']['bcc_to'] ) ){ echo $element['mailer']['bcc_to']; } ?>" style="width:400px;">
|
92 |
-
<p class="description"><?php echo __('Comma separated list of email addresses.
|
93 |
</div>
|
94 |
</div>
|
95 |
|
@@ -104,7 +104,7 @@ if(!isset($element['mailer']['enable_mailer'])){
|
|
104 |
<label><?php echo __('Email Message', 'caldera-forms'); ?> </label>
|
105 |
<div class="caldera-config-field" style="max-width: 600px;">
|
106 |
<?php wp_editor( $element['mailer']['email_message'], "mailer_email_message", array('textarea_name' => 'config[mailer][email_message]') ); ?>
|
107 |
-
<p class="description"><?php echo __('Magic tags, %field_slug% are replaced with submitted data.
|
108 |
</div>
|
109 |
</div>
|
110 |
|
@@ -113,7 +113,7 @@ if(!isset($element['mailer']['enable_mailer'])){
|
|
113 |
<label><?php echo __('Debug Mailer', 'caldera-forms'); ?></label>
|
114 |
<div class="caldera-config-field">
|
115 |
<label><input type="checkbox" value="1" name="config[debug_mailer]" class="field-config"<?php if(isset($element['debug_mailer'])){ echo ' checked="checked"'; } ?>> <?php echo __('Enable email send transation log', 'caldera-forms'); ?></label>
|
116 |
-
<p class="description"><?php echo __('If set, entries will have a "Mailer Debug" meta tab to see the transaction
|
117 |
</div>
|
118 |
</div>
|
119 |
|
42 |
<label><?php echo __('From Name', 'caldera-forms'); ?> </label>
|
43 |
<div class="caldera-config-field">
|
44 |
<input type="text" class="field-config magic-tag-enabled" name="config[mailer][sender_name]" value="<?php echo $element['mailer']['sender_name']; ?>" style="width:400px;">
|
45 |
+
<p class="description"><?php echo __('Name from which the email comes', 'caldera-forms'); ?></p>
|
46 |
</div>
|
47 |
</div>
|
48 |
<div class="caldera-config-group">
|
49 |
<label><?php echo __('From Email', 'caldera-forms'); ?> </label>
|
50 |
<div class="caldera-config-field">
|
51 |
<input type="text" class="field-config magic-tag-enabled" name="config[mailer][sender_email]" value="<?php echo $element['mailer']['sender_email']; ?>" style="width:400px;">
|
52 |
+
<p class="description"><?php echo __('Email Address from which the mail comes. Try not to use a field from the form. Rather use your own email and use a form field in the "Reply To Email" below.', 'caldera-forms'); ?></p>
|
53 |
</div>
|
54 |
</div>
|
55 |
<div class="caldera-config-group">
|
56 |
<label><?php echo __('Reply To Email', 'caldera-forms'); ?> </label>
|
57 |
<div class="caldera-config-field">
|
58 |
<input type="text" class="field-config magic-tag-enabled" name="config[mailer][reply_to]" value="<?php if(isset( $element['mailer']['reply_to'] ) ){ echo $element['mailer']['reply_to']; } ?>" style="width:400px;">
|
59 |
+
<p class="description"><?php echo __('The email address of the person filling in the form. This will allow the email to be replied directly to the sender.', 'caldera-forms'); ?></p>
|
60 |
</div>
|
61 |
</div>
|
62 |
|
89 |
<label><?php echo __('BCC', 'caldera-forms'); ?> </label>
|
90 |
<div class="caldera-config-field">
|
91 |
<input type="text" class="field-config magic-tag-enabled" name="config[mailer][bcc_to]" value="<?php if(isset( $element['mailer']['bcc_to'] ) ){ echo $element['mailer']['bcc_to']; } ?>" style="width:400px;">
|
92 |
+
<p class="description"><?php echo __('Comma separated list of email addresses.', 'caldera-forms'); ?></p>
|
93 |
</div>
|
94 |
</div>
|
95 |
|
104 |
<label><?php echo __('Email Message', 'caldera-forms'); ?> </label>
|
105 |
<div class="caldera-config-field" style="max-width: 600px;">
|
106 |
<?php wp_editor( $element['mailer']['email_message'], "mailer_email_message", array('textarea_name' => 'config[mailer][email_message]') ); ?>
|
107 |
+
<p class="description"><?php echo __('Magic tags, %field_slug% are replaced with submitted data. Use {summary} to build an automatic mail based on form content. Leaving the mailer blank, will create and automatic summary.', 'caldera-forms'); ?></p>
|
108 |
</div>
|
109 |
</div>
|
110 |
|
113 |
<label><?php echo __('Debug Mailer', 'caldera-forms'); ?></label>
|
114 |
<div class="caldera-config-field">
|
115 |
<label><input type="checkbox" value="1" name="config[debug_mailer]" class="field-config"<?php if(isset($element['debug_mailer'])){ echo ' checked="checked"'; } ?>> <?php echo __('Enable email send transation log', 'caldera-forms'); ?></label>
|
116 |
+
<p class="description"><?php echo __('If set, entries will have a "Mailer Debug" meta tab to see the transaction log. Do not keep this enabled on production as it sends two emails for tracking.', 'caldera-forms'); ?></p>
|
117 |
</div>
|
118 |
</div>
|
119 |
|