TemplatesNext ToolKit - Version 3.2.6

Version Description

Download this release

Release Info

Developer marsian
Plugin Icon 128x128 TemplatesNext ToolKit
Version 3.2.6
Comparing to
See all releases

Code changes from version 3.2.5 to 3.2.6

Files changed (49) hide show
  1. inc/el-widgets/widgets/portfolios.php +1 -1
  2. inc/el-widgets/widgets/slider.php +1 -1
  3. inc/el-widgets/widgets/team.php +1 -1
  4. inc/el-widgets/widgets/testimonials.php +1 -1
  5. inc/el-widgets/widgets/txposts.php +1 -1
  6. inc/el-widgets/widgets/txwoo.php +1 -1
  7. inc/el-widgets/widgets/wpcf7.php +1 -1
  8. inc/meta-box/css/datepicker.css +0 -231
  9. inc/meta-box/css/jqueryui/jquery.ui.core.css +0 -38
  10. inc/meta-box/css/jqueryui/jquery.ui.datepicker.css +0 -68
  11. inc/meta-box/css/jqueryui/jquery.ui.slider.css +0 -24
  12. inc/meta-box/css/jqueryui/jquery.ui.theme.css +0 -249
  13. inc/meta-box/inc/about/sections/newsletter.php +0 -16
  14. inc/meta-box/inc/fields/text.php +0 -49
  15. inc/meta-box/js/jquery-validation/additional-methods.min.js +0 -4
  16. inc/meta-box/js/jquery-validation/jquery.validate.min.js +0 -4
  17. inc/meta-box/js/validate.js +0 -48
  18. inc/meta-box/languages/default.pot +0 -353
  19. inc/meta-box/languages/meta-box-ar.mo +0 -0
  20. inc/meta-box/languages/meta-box-ar.po +0 -122
  21. inc/meta-box/languages/meta-box-fa_IR.mo +0 -0
  22. inc/meta-box/languages/meta-box-fa_IR.po +0 -184
  23. inc/meta-box/languages/meta-box-fr_FR.mo +0 -0
  24. inc/meta-box/languages/meta-box-fr_FR.po +0 -217
  25. inc/meta-box/languages/meta-box-it_IT.mo +0 -0
  26. inc/meta-box/languages/meta-box-it_IT.po +0 -318
  27. inc/meta-box/languages/meta-box-nb_NO.mo +0 -0
  28. inc/meta-box/languages/meta-box-nb_NO.po +0 -149
  29. inc/meta-box/languages/meta-box-nl_NL.mo +0 -0
  30. inc/meta-box/languages/meta-box-nl_NL.po +0 -130
  31. inc/meta-box/languages/meta-box-pl_PL.mo +0 -0
  32. inc/meta-box/languages/meta-box-pl_PL.po +0 -215
  33. inc/meta-box/languages/meta-box-pt_BR.mo +0 -0
  34. inc/meta-box/languages/meta-box-pt_BR.po +0 -124
  35. inc/meta-box/languages/meta-box-ru_RU.mo +0 -0
  36. inc/meta-box/languages/meta-box-ru_RU.po +0 -637
  37. inc/meta-box/languages/meta-box-tr_TR.mo +0 -0
  38. inc/meta-box/languages/meta-box-tr_TR.po +0 -180
  39. inc/meta-box/languages/meta-box-zh_CN.mo +0 -0
  40. inc/meta-box/languages/meta-box-zh_CN.po +0 -189
  41. inc/meta-box/languages/readme.md +0 -15
  42. inc/widgets/widget-advertgrid.php +1 -4
  43. inc/widgets/widget-comments.php +0 -1
  44. inc/widgets/widget-image.php +0 -4
  45. inc/widgets/widget-portfolio-grid.php +0 -1
  46. inc/widgets/widget-portfolio.php +2 -2
  47. inc/widgets/widget-posts.php +0 -1
  48. readme.txt +1 -1
  49. tx-toolkit.php +1 -1
inc/el-widgets/widgets/portfolios.php CHANGED
@@ -355,5 +355,5 @@ class tx_portfolio extends Widget_Base {
355
  *
356
  * @access protected
357
  */
358
- protected function _content_template() {}
359
  }
355
  *
356
  * @access protected
357
  */
358
+ protected function content_template() {}
359
  }
inc/el-widgets/widgets/slider.php CHANGED
@@ -553,5 +553,5 @@ class tx_slider extends Widget_Base {
553
  *
554
  * @access protected
555
  */
556
- protected function _content_template() {}
557
  }
553
  *
554
  * @access protected
555
  */
556
+ protected function content_template() {}
557
  }
inc/el-widgets/widgets/team.php CHANGED
@@ -241,5 +241,5 @@ class tx_team extends Widget_Base {
241
  *
242
  * @access protected
243
  */
244
- protected function _content_template() {}
245
  }
241
  *
242
  * @access protected
243
  */
244
+ protected function content_template() {}
245
  }
inc/el-widgets/widgets/testimonials.php CHANGED
@@ -287,5 +287,5 @@ class tx_testimonials extends Widget_Base {
287
  *
288
  * @access protected
289
  */
290
- protected function _content_template() {}
291
  }
287
  *
288
  * @access protected
289
  */
290
+ protected function content_template() {}
291
  }
inc/el-widgets/widgets/txposts.php CHANGED
@@ -370,5 +370,5 @@ class tx_posts extends Widget_Base {
370
  *
371
  * @access protected
372
  */
373
- protected function _content_template() {}
374
  }
370
  *
371
  * @access protected
372
  */
373
+ protected function content_template() {}
374
  }
inc/el-widgets/widgets/txwoo.php CHANGED
@@ -207,5 +207,5 @@ class tx_woo extends Widget_Base {
207
  *
208
  * @access protected
209
  */
210
- protected function _content_template() {}
211
  }
207
  *
208
  * @access protected
209
  */
210
+ protected function content_template() {}
211
  }
inc/el-widgets/widgets/wpcf7.php CHANGED
@@ -135,5 +135,5 @@ class tx_wpcf7 extends Widget_Base {
135
  *
136
  * @access protected
137
  */
138
- protected function _content_template() {}
139
  }
135
  *
136
  * @access protected
137
  */
138
+ protected function content_template() {}
139
  }
inc/meta-box/css/datepicker.css DELETED
@@ -1,231 +0,0 @@
1
- /* Fix empty block below admin footer (issue #24) */
2
- #ui-datepicker-div {
3
- display: none;
4
- z-index: 99999 !important;
5
- }
6
-
7
- /* Style for multiple months */
8
- .ui-datepicker-multi .ui-datepicker-group {
9
- padding: 0 .5%;
10
- box-sizing: border-box;
11
- }
12
- .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-calendar {
13
- width: 100%;
14
- }
15
-
16
- /* Date Picker Default Styles */
17
- .ui-datepicker {
18
- padding: 0;
19
- border: 1px solid #ddd;
20
- -webkit-border-radius: 0;
21
- -moz-border-radius: 0;
22
- border-radius: 0;
23
- }
24
- .ui-datepicker * {
25
- padding: 0;
26
- font-family: "Open Sans", sans-serif;
27
- -webkit-border-radius: 0;
28
- -moz-border-radius: 0;
29
- border-radius: 0;
30
- }
31
- .ui-datepicker table {
32
- font-size: 13px;
33
- margin: 0;
34
- }
35
- .ui-datepicker .ui-datepicker-header,
36
- .ui-timepicker-div .ui-widget-header{
37
- border: none;
38
- background: #23282d;
39
- color: #fff;
40
- font-weight: normal;
41
- }
42
- .ui-datepicker .ui-datepicker-header .ui-state-hover {
43
- background: #23282d;
44
- border-color: transparent;
45
- cursor: pointer;
46
- -webkit-border-radius: 0;
47
- -moz-border-radius: 0;
48
- border-radius: 0;
49
- }
50
- .ui-datepicker thead {
51
- background: #23282d;
52
- color: #fff;
53
- }
54
- .ui-datepicker .ui-datepicker-title {
55
- margin-top: .4em;
56
- margin-bottom: .3em;
57
- color: #fff;
58
- font-size: 14px;
59
- }
60
- .ui-datepicker .ui-datepicker-prev-hover,
61
- .ui-datepicker .ui-datepicker-next-hover,
62
- .ui-datepicker .ui-datepicker-next,
63
- .ui-datepicker .ui-datepicker-prev {
64
- height: 1em;
65
- top: .9em;
66
- border: none;
67
- }
68
- .ui-datepicker .ui-datepicker-prev-hover {
69
- left: 2px;
70
- }
71
- .ui-datepicker .ui-datepicker-next-hover {
72
- right: 2px;
73
- }
74
- .ui-datepicker .ui-datepicker-next span,
75
- .ui-datepicker .ui-datepicker-prev span {
76
- background-image: url('data:image/png;base64,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');
77
- background-position: -32px 0;
78
- margin-top: 0;
79
- top: 0;
80
- font-weight: normal;
81
- }
82
- .ui-datepicker .ui-datepicker-prev span {
83
- background-position: -96px 0;
84
- }
85
- .ui-datepicker th {
86
- padding: 0.75em 0;
87
- color: #fff;
88
- font-weight: normal;
89
- border: none;
90
- border-top: 1px solid #32373c;
91
- }
92
- .ui-datepicker td {
93
- background: #f1f1f1;
94
- border: none;
95
- padding: 0;
96
- }
97
- .ui-datepicker td .ui-state-default {
98
- background: transparent;
99
- border: none;
100
- text-align: center;
101
- padding: .5em;
102
- margin: 0;
103
- font-weight: normal;
104
- color: #32373c;
105
- }
106
- .ui-datepicker td .ui-state-active,
107
- .ui-datepicker td .ui-state-hover {
108
- background: #0073aa;
109
- color: #fff;
110
- }
111
- .ui-datepicker td.ui-state-disabled,
112
- .ui-datepicker td.ui-state-disabled .ui-state-default {
113
- opacity: 1;
114
- color: #999;
115
- }
116
- /* Other Datepicker Color Schemes */
117
- /* Blue */
118
- .admin-color-blue .ui-datepicker .ui-datepicker-header,
119
- .admin-color-blue .ui-timepicker-div .ui-widget-header,
120
- .admin-color-blue .ui-datepicker .ui-datepicker-header .ui-state-hover,
121
- .admin-color-blue .ui-datepicker thead {
122
- background: #4796b3;
123
- }
124
- .admin-color-blue .ui-datepicker th {
125
- border-color: #52accc;
126
- }
127
- .admin-color-blue .ui-datepicker td .ui-state-active,
128
- .admin-color-blue .ui-datepicker td .ui-state-hover {
129
- background: #096484;
130
- }
131
- /* Coffee */
132
- .admin-color-coffee .ui-datepicker .ui-datepicker-header,
133
- .admin-color-cofee .ui-timepicker-div .ui-widget-header,
134
- .admin-color-coffee .ui-datepicker .ui-datepicker-header .ui-state-hover,
135
- .admin-color-coffee .ui-datepicker thead {
136
- background: #46403c;
137
- }
138
- .admin-color-coffee .ui-datepicker th {
139
- border-color: #59524c;
140
- }
141
- .admin-color-coffee .ui-datepicker td .ui-state-active,
142
- .admin-color-coffee .ui-datepicker td .ui-state-hover {
143
- background: #c7a589;
144
- }
145
- /* Ectoplasm */
146
- .admin-color-ectoplasm .ui-datepicker .ui-datepicker-header,
147
- .admin-color-ectoplasm .ui-timepicker-div .ui-widget-header,
148
- .admin-color-ectoplasm .ui-datepicker .ui-datepicker-header .ui-state-hover,
149
- .admin-color-ectoplasm .ui-datepicker thead {
150
- background: #413256;
151
- }
152
- .admin-color-ectoplasm .ui-datepicker th {
153
- border-color: #523f6d;
154
- }
155
- .admin-color-ectoplasm .ui-datepicker td .ui-state-active,
156
- .admin-color-ectoplasm .ui-datepicker td .ui-state-hover {
157
- background: #a3b745;
158
- }
159
- /* Midnight */
160
- .admin-color-midnight .ui-datepicker .ui-datepicker-header,
161
- .admin-color-midnight .ui-timepicker-div .ui-widget-header,
162
- .admin-color-midnight .ui-datepicker .ui-datepicker-header .ui-state-hover,
163
- .admin-color-midnight .ui-datepicker thead {
164
- background: #26292c;
165
- }
166
- .admin-color-midnight .ui-datepicker th {
167
- border-color: #363b3f;
168
- }
169
- .admin-color-midnight .ui-datepicker td .ui-state-active,
170
- .admin-color-midnight .ui-datepicker td .ui-state-hover {
171
- background: #e14d43;
172
- }
173
- /* Ocean */
174
- .admin-color-ocean .ui-datepicker .ui-datepicker-header,
175
- .admin-color-ocean .ui-timepicker-div .ui-widget-header,
176
- .admin-color-ocean .ui-datepicker .ui-datepicker-header .ui-state-hover,
177
- .admin-color-ocean .ui-datepicker thead {
178
- background: #627c83;
179
- }
180
- .admin-color-ocean .ui-datepicker th {
181
- border-color: #738e96;
182
- }
183
- .admin-color-ocean .ui-datepicker td .ui-state-active,
184
- .admin-color-ocean .ui-datepicker td .ui-state-hover {
185
- background: #9ebaa0;
186
- }
187
- /* Sunrise */
188
- .admin-color-sunrise .ui-datepicker .ui-datepicker-header,
189
- .admin-color-sunrise .ui-timepicker-div .ui-widget-header,
190
- .admin-color-sunrise .ui-datepicker .ui-datepicker-header .ui-state-hover,
191
- .admin-color-sunrise .ui-datepicker thead {
192
- background: #be3631;
193
- }
194
- .admin-color-sunrise .ui-datepicker th {
195
- border-color: #cf4944;
196
- }
197
- .admin-color-sunrise .ui-datepicker td .ui-state-active,
198
- .admin-color-sunrise .ui-datepicker td .ui-state-hover {
199
- background: #dd823b;
200
- }
201
- /* Light */
202
- .admin-color-light .ui-datepicker .ui-datepicker-header,
203
- .admin-color-light .ui-timepicker-div .ui-widget-header,
204
- .admin-color-light .ui-datepicker .ui-datepicker-header .ui-state-hover,
205
- .admin-color-light .ui-datepicker thead {
206
- background: #e5e5e5;
207
- }
208
- .admin-color-light .ui-datepicker td {
209
- background: #fff;
210
- }
211
- .admin-color-light .ui-datepicker .ui-datepicker-next span,
212
- .admin-color-light .ui-datepicker .ui-datepicker-prev span {
213
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMUIxRjI2RjhCODYxMUUzQTEyNERCMDU1QzdBQ0EyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMUIxRjI3MDhCODYxMUUzQTEyNERCMDU1QzdBQ0EyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjExQjFGMjZEOEI4NjExRTNBMTI0REIwNTVDN0FDQTIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjExQjFGMjZFOEI4NjExRTNBMTI0REIwNTVDN0FDQTIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kKfR4AAAHcRJREFUeNrsXWuM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');
214
- }
215
- .admin-color-light .ui-datepicker th {
216
- border-color: #fff;
217
- }
218
- .admin-color-light .ui-datepicker .ui-datepicker-title,
219
- .admin-color-light .ui-datepicker td .ui-state-default,
220
- .admin-color-light .ui-datepicker th {
221
- color: #555;
222
- }
223
- .admin-color-light .ui-datepicker td .ui-state-active,
224
- .admin-color-light .ui-datepicker td .ui-state-hover {
225
- color: #fff;
226
- background: #888;
227
- }
228
- .admin-color-light .ui-datepicker td.ui-state-disabled,
229
- .admin-color-light .ui-datepicker td.ui-state-disabled .ui-state-default {
230
- color: #ccc;
231
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/css/jqueryui/jquery.ui.core.css DELETED
@@ -1,38 +0,0 @@
1
- /*
2
- * jQuery UI CSS Framework 1.8.17
3
- *
4
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Theming/API
9
- */
10
-
11
- /* Layout helpers
12
- ----------------------------------*/
13
- .ui-helper-hidden { display: none; }
14
- .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15
- .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16
- .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
17
- .ui-helper-clearfix:after { clear: both; }
18
- .ui-helper-clearfix { zoom: 1; }
19
- .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
20
-
21
-
22
- /* Interaction Cues
23
- ----------------------------------*/
24
- .ui-state-disabled { cursor: default !important; }
25
-
26
-
27
- /* Icons
28
- ----------------------------------*/
29
-
30
- /* states and images */
31
- .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
32
-
33
-
34
- /* Misc visuals
35
- ----------------------------------*/
36
-
37
- /* Overlays */
38
- .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/css/jqueryui/jquery.ui.datepicker.css DELETED
@@ -1,68 +0,0 @@
1
- /*
2
- * jQuery UI Datepicker 1.8.17
3
- *
4
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Datepicker#theming
9
- */
10
- .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
11
- .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
12
- .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
13
- .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
14
- .ui-datepicker .ui-datepicker-prev { left:2px; }
15
- .ui-datepicker .ui-datepicker-next { right:2px; }
16
- .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
17
- .ui-datepicker .ui-datepicker-next-hover { right:1px; }
18
- .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
19
- .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
20
- .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
21
- .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
22
- .ui-datepicker select.ui-datepicker-month,
23
- .ui-datepicker select.ui-datepicker-year { width: 49%;}
24
- .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
25
- .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
26
- .ui-datepicker td { border: 0; padding: 1px; }
27
- .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
28
- .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
29
- .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
30
- .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
31
-
32
- /* with multiple calendars */
33
- .ui-datepicker.ui-datepicker-multi { width:auto; }
34
- .ui-datepicker-multi .ui-datepicker-group { float:left; }
35
- .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
36
- .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
37
- .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
38
- .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
39
- .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
40
- .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
41
- .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
42
- .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
43
-
44
- /* RTL support */
45
- .ui-datepicker-rtl { direction: rtl; }
46
- .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
47
- .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
48
- .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
49
- .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
50
- .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
51
- .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
52
- .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
53
- .ui-datepicker-rtl .ui-datepicker-group { float:right; }
54
- .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
55
- .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
56
-
57
- /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
58
- .ui-datepicker-cover {
59
- display: none; /*sorry for IE5*/
60
- display/**/: block; /*sorry for IE5*/
61
- position: absolute; /*must have*/
62
- z-index: -1; /*must have*/
63
- filter: mask(); /*must have*/
64
- top: -4px; /*must have*/
65
- left: -4px; /*must have*/
66
- width: 200px; /*must have*/
67
- height: 200px; /*must have*/
68
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/css/jqueryui/jquery.ui.slider.css DELETED
@@ -1,24 +0,0 @@
1
- /*
2
- * jQuery UI Slider 1.8.17
3
- *
4
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
- * Dual licensed under the MIT or GPL Version 2 licenses.
6
- * http://jquery.org/license
7
- *
8
- * http://docs.jquery.com/UI/Slider#theming
9
- */
10
- .ui-slider { position: relative; text-align: left; }
11
- .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
12
- .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
13
-
14
- .ui-slider-horizontal { height: .8em; }
15
- .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
16
- .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
17
- .ui-slider-horizontal .ui-slider-range-min { left: 0; }
18
- .ui-slider-horizontal .ui-slider-range-max { right: 0; }
19
-
20
- .ui-slider-vertical { width: .8em; height: 100px; }
21
- .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
22
- .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
23
- .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
24
- .ui-slider-vertical .ui-slider-range-max { top: 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/css/jqueryui/jquery.ui.theme.css DELETED
@@ -1,249 +0,0 @@
1
-
2
-
3
- /*
4
- * jQuery UI CSS Framework 1.8.17
5
- *
6
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
7
- * Dual licensed under the MIT or GPL Version 2 licenses.
8
- * http://jquery.org/license
9
- *
10
- * http://docs.jquery.com/UI/Theming/API
11
- *
12
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
13
- */
14
-
15
-
16
- /* Component containers
17
- ----------------------------------*/
18
- .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
19
- .ui-widget .ui-widget { font-size: 1em; }
20
- .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
21
- .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../../img/jqueryui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
22
- .ui-widget-content a { color: #222222; }
23
- .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../../img/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
24
- .ui-widget-header a { color: #222222; }
25
-
26
- /* Interaction states
27
- ----------------------------------*/
28
- .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../../img/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
29
- .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
30
- .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(../../img/jqueryui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
31
- .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
32
- .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../../img/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
33
- .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
34
- .ui-widget :active { outline: none; }
35
-
36
- /* Interaction Cues
37
- ----------------------------------*/
38
- .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(../../img/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
39
- .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
40
- .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../../img/jqueryui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
41
- .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
42
- .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
43
- .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
44
- .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
45
- .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
46
-
47
- /* Icons
48
- ----------------------------------*/
49
-
50
- /* states and images */
51
- .ui-icon { width: 16px; height: 16px; background-image: url(../../img/jqueryui/ui-icons_222222_256x240.png); }
52
- .ui-widget-content .ui-icon {background-image: url(../../img/jqueryui/ui-icons_222222_256x240.png); }
53
- .ui-widget-header .ui-icon {background-image: url(../../img/jqueryui/ui-icons_222222_256x240.png); }
54
- .ui-state-default .ui-icon { background-image: url(../../img/jqueryui/ui-icons_888888_256x240.png); }
55
- .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../img/jqueryui/ui-icons_454545_256x240.png); }
56
- .ui-state-active .ui-icon {background-image: url(../../img/jqueryui/ui-icons_454545_256x240.png); }
57
- .ui-state-highlight .ui-icon {background-image: url(../../img/jqueryui/ui-icons_2e83ff_256x240.png); }
58
- .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../img/jqueryui/ui-icons_cd0a0a_256x240.png); }
59
-
60
- /* positioning */
61
- .ui-icon-carat-1-n { background-position: 0 0; }
62
- .ui-icon-carat-1-ne { background-position: -16px 0; }
63
- .ui-icon-carat-1-e { background-position: -32px 0; }
64
- .ui-icon-carat-1-se { background-position: -48px 0; }
65
- .ui-icon-carat-1-s { background-position: -64px 0; }
66
- .ui-icon-carat-1-sw { background-position: -80px 0; }
67
- .ui-icon-carat-1-w { background-position: -96px 0; }
68
- .ui-icon-carat-1-nw { background-position: -112px 0; }
69
- .ui-icon-carat-2-n-s { background-position: -128px 0; }
70
- .ui-icon-carat-2-e-w { background-position: -144px 0; }
71
- .ui-icon-triangle-1-n { background-position: 0 -16px; }
72
- .ui-icon-triangle-1-ne { background-position: -16px -16px; }
73
- .ui-icon-triangle-1-e { background-position: -32px -16px; }
74
- .ui-icon-triangle-1-se { background-position: -48px -16px; }
75
- .ui-icon-triangle-1-s { background-position: -64px -16px; }
76
- .ui-icon-triangle-1-sw { background-position: -80px -16px; }
77
- .ui-icon-triangle-1-w { background-position: -96px -16px; }
78
- .ui-icon-triangle-1-nw { background-position: -112px -16px; }
79
- .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
80
- .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
81
- .ui-icon-arrow-1-n { background-position: 0 -32px; }
82
- .ui-icon-arrow-1-ne { background-position: -16px -32px; }
83
- .ui-icon-arrow-1-e { background-position: -32px -32px; }
84
- .ui-icon-arrow-1-se { background-position: -48px -32px; }
85
- .ui-icon-arrow-1-s { background-position: -64px -32px; }
86
- .ui-icon-arrow-1-sw { background-position: -80px -32px; }
87
- .ui-icon-arrow-1-w { background-position: -96px -32px; }
88
- .ui-icon-arrow-1-nw { background-position: -112px -32px; }
89
- .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
90
- .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
91
- .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
92
- .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
93
- .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
94
- .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
95
- .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
96
- .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
97
- .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
98
- .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
99
- .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
100
- .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
101
- .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
102
- .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
103
- .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
104
- .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
105
- .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
106
- .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
107
- .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
108
- .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
109
- .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
110
- .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
111
- .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
112
- .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
113
- .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
114
- .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
115
- .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
116
- .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
117
- .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
118
- .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
119
- .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
120
- .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
121
- .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
122
- .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
123
- .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
124
- .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
125
- .ui-icon-arrow-4 { background-position: 0 -80px; }
126
- .ui-icon-arrow-4-diag { background-position: -16px -80px; }
127
- .ui-icon-extlink { background-position: -32px -80px; }
128
- .ui-icon-newwin { background-position: -48px -80px; }
129
- .ui-icon-refresh { background-position: -64px -80px; }
130
- .ui-icon-shuffle { background-position: -80px -80px; }
131
- .ui-icon-transfer-e-w { background-position: -96px -80px; }
132
- .ui-icon-transferthick-e-w { background-position: -112px -80px; }
133
- .ui-icon-folder-collapsed { background-position: 0 -96px; }
134
- .ui-icon-folder-open { background-position: -16px -96px; }
135
- .ui-icon-document { background-position: -32px -96px; }
136
- .ui-icon-document-b { background-position: -48px -96px; }
137
- .ui-icon-note { background-position: -64px -96px; }
138
- .ui-icon-mail-closed { background-position: -80px -96px; }
139
- .ui-icon-mail-open { background-position: -96px -96px; }
140
- .ui-icon-suitcase { background-position: -112px -96px; }
141
- .ui-icon-comment { background-position: -128px -96px; }
142
- .ui-icon-person { background-position: -144px -96px; }
143
- .ui-icon-print { background-position: -160px -96px; }
144
- .ui-icon-trash { background-position: -176px -96px; }
145
- .ui-icon-locked { background-position: -192px -96px; }
146
- .ui-icon-unlocked { background-position: -208px -96px; }
147
- .ui-icon-bookmark { background-position: -224px -96px; }
148
- .ui-icon-tag { background-position: -240px -96px; }
149
- .ui-icon-home { background-position: 0 -112px; }
150
- .ui-icon-flag { background-position: -16px -112px; }
151
- .ui-icon-calendar { background-position: -32px -112px; }
152
- .ui-icon-cart { background-position: -48px -112px; }
153
- .ui-icon-pencil { background-position: -64px -112px; }
154
- .ui-icon-clock { background-position: -80px -112px; }
155
- .ui-icon-disk { background-position: -96px -112px; }
156
- .ui-icon-calculator { background-position: -112px -112px; }
157
- .ui-icon-zoomin { background-position: -128px -112px; }
158
- .ui-icon-zoomout { background-position: -144px -112px; }
159
- .ui-icon-search { background-position: -160px -112px; }
160
- .ui-icon-wrench { background-position: -176px -112px; }
161
- .ui-icon-gear { background-position: -192px -112px; }
162
- .ui-icon-heart { background-position: -208px -112px; }
163
- .ui-icon-star { background-position: -224px -112px; }
164
- .ui-icon-link { background-position: -240px -112px; }
165
- .ui-icon-cancel { background-position: 0 -128px; }
166
- .ui-icon-plus { background-position: -16px -128px; }
167
- .ui-icon-plusthick { background-position: -32px -128px; }
168
- .ui-icon-minus { background-position: -48px -128px; }
169
- .ui-icon-minusthick { background-position: -64px -128px; }
170
- .ui-icon-close { background-position: -80px -128px; }
171
- .ui-icon-closethick { background-position: -96px -128px; }
172
- .ui-icon-key { background-position: -112px -128px; }
173
- .ui-icon-lightbulb { background-position: -128px -128px; }
174
- .ui-icon-scissors { background-position: -144px -128px; }
175
- .ui-icon-clipboard { background-position: -160px -128px; }
176
- .ui-icon-copy { background-position: -176px -128px; }
177
- .ui-icon-contact { background-position: -192px -128px; }
178
- .ui-icon-image { background-position: -208px -128px; }
179
- .ui-icon-video { background-position: -224px -128px; }
180
- .ui-icon-script { background-position: -240px -128px; }
181
- .ui-icon-alert { background-position: 0 -144px; }
182
- .ui-icon-info { background-position: -16px -144px; }
183
- .ui-icon-notice { background-position: -32px -144px; }
184
- .ui-icon-help { background-position: -48px -144px; }
185
- .ui-icon-check { background-position: -64px -144px; }
186
- .ui-icon-bullet { background-position: -80px -144px; }
187
- .ui-icon-radio-off { background-position: -96px -144px; }
188
- .ui-icon-radio-on { background-position: -112px -144px; }
189
- .ui-icon-pin-w { background-position: -128px -144px; }
190
- .ui-icon-pin-s { background-position: -144px -144px; }
191
- .ui-icon-play { background-position: 0 -160px; }
192
- .ui-icon-pause { background-position: -16px -160px; }
193
- .ui-icon-seek-next { background-position: -32px -160px; }
194
- .ui-icon-seek-prev { background-position: -48px -160px; }
195
- .ui-icon-seek-end { background-position: -64px -160px; }
196
- .ui-icon-seek-start { background-position: -80px -160px; }
197
- /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
198
- .ui-icon-seek-first { background-position: -80px -160px; }
199
- .ui-icon-stop { background-position: -96px -160px; }
200
- .ui-icon-eject { background-position: -112px -160px; }
201
- .ui-icon-volume-off { background-position: -128px -160px; }
202
- .ui-icon-volume-on { background-position: -144px -160px; }
203
- .ui-icon-power { background-position: 0 -176px; }
204
- .ui-icon-signal-diag { background-position: -16px -176px; }
205
- .ui-icon-signal { background-position: -32px -176px; }
206
- .ui-icon-battery-0 { background-position: -48px -176px; }
207
- .ui-icon-battery-1 { background-position: -64px -176px; }
208
- .ui-icon-battery-2 { background-position: -80px -176px; }
209
- .ui-icon-battery-3 { background-position: -96px -176px; }
210
- .ui-icon-circle-plus { background-position: 0 -192px; }
211
- .ui-icon-circle-minus { background-position: -16px -192px; }
212
- .ui-icon-circle-close { background-position: -32px -192px; }
213
- .ui-icon-circle-triangle-e { background-position: -48px -192px; }
214
- .ui-icon-circle-triangle-s { background-position: -64px -192px; }
215
- .ui-icon-circle-triangle-w { background-position: -80px -192px; }
216
- .ui-icon-circle-triangle-n { background-position: -96px -192px; }
217
- .ui-icon-circle-arrow-e { background-position: -112px -192px; }
218
- .ui-icon-circle-arrow-s { background-position: -128px -192px; }
219
- .ui-icon-circle-arrow-w { background-position: -144px -192px; }
220
- .ui-icon-circle-arrow-n { background-position: -160px -192px; }
221
- .ui-icon-circle-zoomin { background-position: -176px -192px; }
222
- .ui-icon-circle-zoomout { background-position: -192px -192px; }
223
- .ui-icon-circle-check { background-position: -208px -192px; }
224
- .ui-icon-circlesmall-plus { background-position: 0 -208px; }
225
- .ui-icon-circlesmall-minus { background-position: -16px -208px; }
226
- .ui-icon-circlesmall-close { background-position: -32px -208px; }
227
- .ui-icon-squaresmall-plus { background-position: -48px -208px; }
228
- .ui-icon-squaresmall-minus { background-position: -64px -208px; }
229
- .ui-icon-squaresmall-close { background-position: -80px -208px; }
230
- .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
231
- .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
232
- .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
233
- .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
234
- .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
235
- .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
236
-
237
-
238
- /* Misc visuals
239
- ----------------------------------*/
240
-
241
- /* Corner radius */
242
- .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
243
- .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
244
- .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
245
- .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
246
-
247
- /* Overlays */
248
- .ui-widget-overlay { background: #aaaaaa url(../../img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
249
- .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../../img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/inc/about/sections/newsletter.php DELETED
@@ -1,16 +0,0 @@
1
- <?php
2
- /**
3
- * Newsletter form
4
- *
5
- * @package Meta Box
6
- */
7
-
8
- ?>
9
-
10
- <form method="post" action="https://app.zetamail.vn/form.php?form=77" target="_blank" class="newsletter">
11
- <h3><span class="dashicons dashicons-email-alt"></span> <?php esc_html_e( 'Meta Box Newsletter', 'meta-box' ); ?></h3>
12
- <input name="format" value="h" type="hidden">
13
- <p><?php esc_html_e( 'Want to learn how to use Meta Box to its full potential? Sign up to get valuable tips and resources. We will never spam you.', 'meta-box' ); ?></p>
14
- <input name="email" value="" placeholder="joe@gmail.com" required type="email">
15
- <button class="button button-primary"><?php esc_html_e( 'Subscribe', 'meta-box' ); ?></button>
16
- </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/inc/fields/text.php DELETED
@@ -1,49 +0,0 @@
1
- <?php
2
- /**
3
- * The text field.
4
- *
5
- * @package Meta Box
6
- */
7
-
8
- /**
9
- * Text field class.
10
- */
11
- class RWMB_Text_Field extends RWMB_Input_Field {
12
- /**
13
- * Normalize parameters for field.
14
- *
15
- * @param array $field Field parameters.
16
- * @return array
17
- */
18
- public static function normalize( $field ) {
19
- $field = parent::normalize( $field );
20
-
21
- $field = wp_parse_args( $field, array(
22
- 'size' => 30,
23
- 'maxlength' => false,
24
- 'pattern' => false,
25
- ) );
26
-
27
- return $field;
28
- }
29
-
30
- /**
31
- * Get the attributes for a field.
32
- *
33
- * @param array $field Field parameters.
34
- * @param mixed $value Meta value.
35
- *
36
- * @return array
37
- */
38
- public static function get_attributes( $field, $value = null ) {
39
- $attributes = parent::get_attributes( $field, $value );
40
- $attributes = wp_parse_args( $attributes, array(
41
- 'size' => $field['size'],
42
- 'maxlength' => $field['maxlength'],
43
- 'pattern' => $field['pattern'],
44
- 'placeholder' => $field['placeholder'],
45
- ) );
46
-
47
- return $attributes;
48
- }
49
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/js/jquery-validation/additional-methods.min.js DELETED
@@ -1,4 +0,0 @@
1
- /*! jQuery Validation Plugin - v1.17.0 - 7/29/2017
2
- * https://jqueryvalidation.org/
3
- * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */
4
- !function(a){"function"==typeof define&&define.amd?define(["jquery","./jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return function(){function b(a){return a.replace(/<.[^<>]*?>/g," ").replace(/&nbsp;|&#160;/gi," ").replace(/[.(),;:!?%#$'\"_+=\/\-“”’]*/g,"")}a.validator.addMethod("maxWords",function(a,c,d){return this.optional(c)||b(a).match(/\b\w+\b/g).length<=d},a.validator.format("Please enter {0} words or less.")),a.validator.addMethod("minWords",function(a,c,d){return this.optional(c)||b(a).match(/\b\w+\b/g).length>=d},a.validator.format("Please enter at least {0} words.")),a.validator.addMethod("rangeWords",function(a,c,d){var e=b(a),f=/\b\w+\b/g;return this.optional(c)||e.match(f).length>=d[0]&&e.match(f).length<=d[1]},a.validator.format("Please enter between {0} and {1} words."))}(),a.validator.addMethod("accept",function(b,c,d){var e,f,g,h="string"==typeof d?d.replace(/\s/g,""):"image/*",i=this.optional(c);if(i)return i;if("file"===a(c).attr("type")&&(h=h.replace(/[\-\[\]\/\{\}\(\)\+\?\.\\\^\$\|]/g,"\\$&").replace(/,/g,"|").replace(/\/\*/g,"/.*"),c.files&&c.files.length))for(g=new RegExp(".?("+h+")$","i"),e=0;e<c.files.length;e++)if(f=c.files[e],!f.type.match(g))return!1;return!0},a.validator.format("Please enter a value with a valid mimetype.")),a.validator.addMethod("alphanumeric",function(a,b){return this.optional(b)||/^\w+$/i.test(a)},"Letters, numbers, and underscores only please"),a.validator.addMethod("bankaccountNL",function(a,b){if(this.optional(b))return!0;if(!/^[0-9]{9}|([0-9]{2} ){3}[0-9]{3}$/.test(a))return!1;var c,d,e,f=a.replace(/ /g,""),g=0,h=f.length;for(c=0;c<h;c++)d=h-c,e=f.substring(c,c+1),g+=d*e;return g%11===0},"Please specify a valid bank account number"),a.validator.addMethod("bankorgiroaccountNL",function(b,c){return this.optional(c)||a.validator.methods.bankaccountNL.call(this,b,c)||a.validator.methods.giroaccountNL.call(this,b,c)},"Please specify a valid bank or giro account number"),a.validator.addMethod("bic",function(a,b){return this.optional(b)||/^([A-Z]{6}[A-Z2-9][A-NP-Z1-9])(X{3}|[A-WY-Z0-9][A-Z0-9]{2})?$/.test(a.toUpperCase())},"Please specify a valid BIC code"),a.validator.addMethod("cifES",function(a,b){"use strict";function c(a){return a%2===0}if(this.optional(b))return!0;var d,e,f,g,h=new RegExp(/^([ABCDEFGHJKLMNPQRSUVW])(\d{7})([0-9A-J])$/gi),i=a.substring(0,1),j=a.substring(1,8),k=a.substring(8,9),l=0,m=0,n=0;if(9!==a.length||!h.test(a))return!1;for(d=0;d<j.length;d++)e=parseInt(j[d],10),c(d)?(e*=2,n+=e<10?e:e-9):m+=e;return l=m+n,f=(10-l.toString().substr(-1)).toString(),f=parseInt(f,10)>9?"0":f,g="JABCDEFGHI".substr(f,1).toString(),i.match(/[ABEH]/)?k===f:i.match(/[KPQS]/)?k===g:k===f||k===g},"Please specify a valid CIF number."),a.validator.addMethod("cpfBR",function(a){if(a=a.replace(/([~!@#$%^&*()_+=`{}\[\]\-|\\:;'<>,.\/? ])+/g,""),11!==a.length)return!1;var b,c,d,e,f=0;if(b=parseInt(a.substring(9,10),10),c=parseInt(a.substring(10,11),10),d=function(a,b){var c=10*a%11;return 10!==c&&11!==c||(c=0),c===b},""===a||"00000000000"===a||"11111111111"===a||"22222222222"===a||"33333333333"===a||"44444444444"===a||"55555555555"===a||"66666666666"===a||"77777777777"===a||"88888888888"===a||"99999999999"===a)return!1;for(e=1;e<=9;e++)f+=parseInt(a.substring(e-1,e),10)*(11-e);if(d(f,b)){for(f=0,e=1;e<=10;e++)f+=parseInt(a.substring(e-1,e),10)*(12-e);return d(f,c)}return!1},"Please specify a valid CPF number"),a.validator.addMethod("creditcard",function(a,b){if(this.optional(b))return"dependency-mismatch";if(/[^0-9 \-]+/.test(a))return!1;var c,d,e=0,f=0,g=!1;if(a=a.replace(/\D/g,""),a.length<13||a.length>19)return!1;for(c=a.length-1;c>=0;c--)d=a.charAt(c),f=parseInt(d,10),g&&(f*=2)>9&&(f-=9),e+=f,g=!g;return e%10===0},"Please enter a valid credit card number."),a.validator.addMethod("creditcardtypes",function(a,b,c){if(/[^0-9\-]+/.test(a))return!1;a=a.replace(/\D/g,"");var d=0;return c.mastercard&&(d|=1),c.visa&&(d|=2),c.amex&&(d|=4),c.dinersclub&&(d|=8),c.enroute&&(d|=16),c.discover&&(d|=32),c.jcb&&(d|=64),c.unknown&&(d|=128),c.all&&(d=255),1&d&&/^(5[12345])/.test(a)?16===a.length:2&d&&/^(4)/.test(a)?16===a.length:4&d&&/^(3[47])/.test(a)?15===a.length:8&d&&/^(3(0[012345]|[68]))/.test(a)?14===a.length:16&d&&/^(2(014|149))/.test(a)?15===a.length:32&d&&/^(6011)/.test(a)?16===a.length:64&d&&/^(3)/.test(a)?16===a.length:64&d&&/^(2131|1800)/.test(a)?15===a.length:!!(128&d)},"Please enter a valid credit card number."),a.validator.addMethod("currency",function(a,b,c){var d,e="string"==typeof c,f=e?c:c[0],g=!!e||c[1];return f=f.replace(/,/g,""),f=g?f+"]":f+"]?",d="^["+f+"([1-9]{1}[0-9]{0,2}(\\,[0-9]{3})*(\\.[0-9]{0,2})?|[1-9]{1}[0-9]{0,}(\\.[0-9]{0,2})?|0(\\.[0-9]{0,2})?|(\\.[0-9]{1,2})?)$",d=new RegExp(d),this.optional(b)||d.test(a)},"Please specify a valid currency"),a.validator.addMethod("dateFA",function(a,b){return this.optional(b)||/^[1-4]\d{3}\/((0?[1-6]\/((3[0-1])|([1-2][0-9])|(0?[1-9])))|((1[0-2]|(0?[7-9]))\/(30|([1-2][0-9])|(0?[1-9]))))$/.test(a)},a.validator.messages.date),a.validator.addMethod("dateITA",function(a,b){var c,d,e,f,g,h=!1,i=/^\d{1,2}\/\d{1,2}\/\d{4}$/;return i.test(a)?(c=a.split("/"),d=parseInt(c[0],10),e=parseInt(c[1],10),f=parseInt(c[2],10),g=new Date(Date.UTC(f,e-1,d,12,0,0,0)),h=g.getUTCFullYear()===f&&g.getUTCMonth()===e-1&&g.getUTCDate()===d):h=!1,this.optional(b)||h},a.validator.messages.date),a.validator.addMethod("dateNL",function(a,b){return this.optional(b)||/^(0?[1-9]|[12]\d|3[01])[\.\/\-](0?[1-9]|1[012])[\.\/\-]([12]\d)?(\d\d)$/.test(a)},a.validator.messages.date),a.validator.addMethod("extension",function(a,b,c){return c="string"==typeof c?c.replace(/,/g,"|"):"png|jpe?g|gif",this.optional(b)||a.match(new RegExp("\\.("+c+")$","i"))},a.validator.format("Please enter a value with a valid extension.")),a.validator.addMethod("giroaccountNL",function(a,b){return this.optional(b)||/^[0-9]{1,7}$/.test(a)},"Please specify a valid giro account number"),a.validator.addMethod("iban",function(a,b){if(this.optional(b))return!0;var c,d,e,f,g,h,i,j,k,l=a.replace(/ /g,"").toUpperCase(),m="",n=!0,o="",p="",q=5;if(l.length<q)return!1;if(c=l.substring(0,2),h={AL:"\\d{8}[\\dA-Z]{16}",AD:"\\d{8}[\\dA-Z]{12}",AT:"\\d{16}",AZ:"[\\dA-Z]{4}\\d{20}",BE:"\\d{12}",BH:"[A-Z]{4}[\\dA-Z]{14}",BA:"\\d{16}",BR:"\\d{23}[A-Z][\\dA-Z]",BG:"[A-Z]{4}\\d{6}[\\dA-Z]{8}",CR:"\\d{17}",HR:"\\d{17}",CY:"\\d{8}[\\dA-Z]{16}",CZ:"\\d{20}",DK:"\\d{14}",DO:"[A-Z]{4}\\d{20}",EE:"\\d{16}",FO:"\\d{14}",FI:"\\d{14}",FR:"\\d{10}[\\dA-Z]{11}\\d{2}",GE:"[\\dA-Z]{2}\\d{16}",DE:"\\d{18}",GI:"[A-Z]{4}[\\dA-Z]{15}",GR:"\\d{7}[\\dA-Z]{16}",GL:"\\d{14}",GT:"[\\dA-Z]{4}[\\dA-Z]{20}",HU:"\\d{24}",IS:"\\d{22}",IE:"[\\dA-Z]{4}\\d{14}",IL:"\\d{19}",IT:"[A-Z]\\d{10}[\\dA-Z]{12}",KZ:"\\d{3}[\\dA-Z]{13}",KW:"[A-Z]{4}[\\dA-Z]{22}",LV:"[A-Z]{4}[\\dA-Z]{13}",LB:"\\d{4}[\\dA-Z]{20}",LI:"\\d{5}[\\dA-Z]{12}",LT:"\\d{16}",LU:"\\d{3}[\\dA-Z]{13}",MK:"\\d{3}[\\dA-Z]{10}\\d{2}",MT:"[A-Z]{4}\\d{5}[\\dA-Z]{18}",MR:"\\d{23}",MU:"[A-Z]{4}\\d{19}[A-Z]{3}",MC:"\\d{10}[\\dA-Z]{11}\\d{2}",MD:"[\\dA-Z]{2}\\d{18}",ME:"\\d{18}",NL:"[A-Z]{4}\\d{10}",NO:"\\d{11}",PK:"[\\dA-Z]{4}\\d{16}",PS:"[\\dA-Z]{4}\\d{21}",PL:"\\d{24}",PT:"\\d{21}",RO:"[A-Z]{4}[\\dA-Z]{16}",SM:"[A-Z]\\d{10}[\\dA-Z]{12}",SA:"\\d{2}[\\dA-Z]{18}",RS:"\\d{18}",SK:"\\d{20}",SI:"\\d{15}",ES:"\\d{20}",SE:"\\d{20}",CH:"\\d{5}[\\dA-Z]{12}",TN:"\\d{20}",TR:"\\d{5}[\\dA-Z]{17}",AE:"\\d{3}\\d{16}",GB:"[A-Z]{4}\\d{14}",VG:"[\\dA-Z]{4}\\d{16}"},g=h[c],"undefined"!=typeof g&&(i=new RegExp("^[A-Z]{2}\\d{2}"+g+"$",""),!i.test(l)))return!1;for(d=l.substring(4,l.length)+l.substring(0,4),j=0;j<d.length;j++)e=d.charAt(j),"0"!==e&&(n=!1),n||(m+="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ".indexOf(e));for(k=0;k<m.length;k++)f=m.charAt(k),p=""+o+f,o=p%97;return 1===o},"Please specify a valid IBAN"),a.validator.addMethod("integer",function(a,b){return this.optional(b)||/^-?\d+$/.test(a)},"A positive or negative non-decimal number please"),a.validator.addMethod("ipv4",function(a,b){return this.optional(b)||/^(25[0-5]|2[0-4]\d|[01]?\d\d?)\.(25[0-5]|2[0-4]\d|[01]?\d\d?)\.(25[0-5]|2[0-4]\d|[01]?\d\d?)\.(25[0-5]|2[0-4]\d|[01]?\d\d?)$/i.test(a)},"Please enter a valid IP v4 address."),a.validator.addMethod("ipv6",function(a,b){return this.optional(b)||/^((([0-9A-Fa-f]{1,4}:){7}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}:[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){5}:([0-9A-Fa-f]{1,4}:)?[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){4}:([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){3}:([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){2}:([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){6}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(([0-9A-Fa-f]{1,4}:){0,5}:((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|(::([0-9A-Fa-f]{1,4}:){0,5}((\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b)\.){3}(\b((25[0-5])|(1\d{2})|(2[0-4]\d)|(\d{1,2}))\b))|([0-9A-Fa-f]{1,4}::([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})|(::([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})|(([0-9A-Fa-f]{1,4}:){1,7}:))$/i.test(a)},"Please enter a valid IP v6 address."),a.validator.addMethod("lettersonly",function(a,b){return this.optional(b)||/^[a-z]+$/i.test(a)},"Letters only please"),a.validator.addMethod("letterswithbasicpunc",function(a,b){return this.optional(b)||/^[a-z\-.,()'"\s]+$/i.test(a)},"Letters or punctuation only please"),a.validator.addMethod("mobileNL",function(a,b){return this.optional(b)||/^((\+|00(\s|\s?\-\s?)?)31(\s|\s?\-\s?)?(\(0\)[\-\s]?)?|0)6((\s|\s?\-\s?)?[0-9]){8}$/.test(a)},"Please specify a valid mobile number"),a.validator.addMethod("mobileUK",function(a,b){return a=a.replace(/\(|\)|\s+|-/g,""),this.optional(b)||a.length>9&&a.match(/^(?:(?:(?:00\s?|\+)44\s?|0)7(?:[1345789]\d{2}|624)\s?\d{3}\s?\d{3})$/)},"Please specify a valid mobile number"),a.validator.addMethod("netmask",function(a,b){return this.optional(b)||/^(254|252|248|240|224|192|128)\.0\.0\.0|255\.(254|252|248|240|224|192|128|0)\.0\.0|255\.255\.(254|252|248|240|224|192|128|0)\.0|255\.255\.255\.(254|252|248|240|224|192|128|0)/i.test(a)},"Please enter a valid netmask."),a.validator.addMethod("nieES",function(a,b){"use strict";if(this.optional(b))return!0;var c,d=new RegExp(/^[MXYZ]{1}[0-9]{7,8}[TRWAGMYFPDXBNJZSQVHLCKET]{1}$/gi),e="TRWAGMYFPDXBNJZSQVHLCKET",f=a.substr(a.length-1).toUpperCase();return a=a.toString().toUpperCase(),!(a.length>10||a.length<9||!d.test(a))&&(a=a.replace(/^[X]/,"0").replace(/^[Y]/,"1").replace(/^[Z]/,"2"),c=9===a.length?a.substr(0,8):a.substr(0,9),e.charAt(parseInt(c,10)%23)===f)},"Please specify a valid NIE number."),a.validator.addMethod("nifES",function(a,b){"use strict";return!!this.optional(b)||(a=a.toUpperCase(),!!a.match("((^[A-Z]{1}[0-9]{7}[A-Z0-9]{1}$|^[T]{1}[A-Z0-9]{8}$)|^[0-9]{8}[A-Z]{1}$)")&&(/^[0-9]{8}[A-Z]{1}$/.test(a)?"TRWAGMYFPDXBNJZSQVHLCKE".charAt(a.substring(8,0)%23)===a.charAt(8):!!/^[KLM]{1}/.test(a)&&a[8]==="TRWAGMYFPDXBNJZSQVHLCKE".charAt(a.substring(8,1)%23)))},"Please specify a valid NIF number."),a.validator.addMethod("nipPL",function(a){"use strict";if(a=a.replace(/[^0-9]/g,""),10!==a.length)return!1;for(var b=[6,5,7,2,3,4,5,6,7],c=0,d=0;d<9;d++)c+=b[d]*a[d];var e=c%11,f=10===e?0:e;return f===parseInt(a[9],10)},"Please specify a valid NIP number."),a.validator.addMethod("notEqualTo",function(b,c,d){return this.optional(c)||!a.validator.methods.equalTo.call(this,b,c,d)},"Please enter a different value, values must not be the same."),a.validator.addMethod("nowhitespace",function(a,b){return this.optional(b)||/^\S+$/i.test(a)},"No white space please"),a.validator.addMethod("pattern",function(a,b,c){return!!this.optional(b)||("string"==typeof c&&(c=new RegExp("^(?:"+c+")$")),c.test(a))},"Invalid format."),a.validator.addMethod("phoneNL",function(a,b){return this.optional(b)||/^((\+|00(\s|\s?\-\s?)?)31(\s|\s?\-\s?)?(\(0\)[\-\s]?)?|0)[1-9]((\s|\s?\-\s?)?[0-9]){8}$/.test(a)},"Please specify a valid phone number."),a.validator.addMethod("phonesUK",function(a,b){return a=a.replace(/\(|\)|\s+|-/g,""),this.optional(b)||a.length>9&&a.match(/^(?:(?:(?:00\s?|\+)44\s?|0)(?:1\d{8,9}|[23]\d{9}|7(?:[1345789]\d{8}|624\d{6})))$/)},"Please specify a valid uk phone number"),a.validator.addMethod("phoneUK",function(a,b){return a=a.replace(/\(|\)|\s+|-/g,""),this.optional(b)||a.length>9&&a.match(/^(?:(?:(?:00\s?|\+)44\s?)|(?:\(?0))(?:\d{2}\)?\s?\d{4}\s?\d{4}|\d{3}\)?\s?\d{3}\s?\d{3,4}|\d{4}\)?\s?(?:\d{5}|\d{3}\s?\d{3})|\d{5}\)?\s?\d{4,5})$/)},"Please specify a valid phone number"),a.validator.addMethod("phoneUS",function(a,b){return a=a.replace(/\s+/g,""),this.optional(b)||a.length>9&&a.match(/^(\+?1-?)?(\([2-9]([02-9]\d|1[02-9])\)|[2-9]([02-9]\d|1[02-9]))-?[2-9]([02-9]\d|1[02-9])-?\d{4}$/)},"Please specify a valid phone number"),a.validator.addMethod("postalcodeBR",function(a,b){return this.optional(b)||/^\d{2}.\d{3}-\d{3}?$|^\d{5}-?\d{3}?$/.test(a)},"Informe um CEP válido."),a.validator.addMethod("postalCodeCA",function(a,b){return this.optional(b)||/^[ABCEGHJKLMNPRSTVXY]\d[ABCEGHJKLMNPRSTVWXYZ] *\d[ABCEGHJKLMNPRSTVWXYZ]\d$/i.test(a)},"Please specify a valid postal code"),a.validator.addMethod("postalcodeIT",function(a,b){return this.optional(b)||/^\d{5}$/.test(a)},"Please specify a valid postal code"),a.validator.addMethod("postalcodeNL",function(a,b){return this.optional(b)||/^[1-9][0-9]{3}\s?[a-zA-Z]{2}$/.test(a)},"Please specify a valid postal code"),a.validator.addMethod("postcodeUK",function(a,b){return this.optional(b)||/^((([A-PR-UWYZ][0-9])|([A-PR-UWYZ][0-9][0-9])|([A-PR-UWYZ][A-HK-Y][0-9])|([A-PR-UWYZ][A-HK-Y][0-9][0-9])|([A-PR-UWYZ][0-9][A-HJKSTUW])|([A-PR-UWYZ][A-HK-Y][0-9][ABEHMNPRVWXY]))\s?([0-9][ABD-HJLNP-UW-Z]{2})|(GIR)\s?(0AA))$/i.test(a)},"Please specify a valid UK postcode"),a.validator.addMethod("require_from_group",function(b,c,d){var e=a(d[1],c.form),f=e.eq(0),g=f.data("valid_req_grp")?f.data("valid_req_grp"):a.extend({},this),h=e.filter(function(){return g.elementValue(this)}).length>=d[0];return f.data("valid_req_grp",g),a(c).data("being_validated")||(e.data("being_validated",!0),e.each(function(){g.element(this)}),e.data("being_validated",!1)),h},a.validator.format("Please fill at least {0} of these fields.")),a.validator.addMethod("skip_or_fill_minimum",function(b,c,d){var e=a(d[1],c.form),f=e.eq(0),g=f.data("valid_skip")?f.data("valid_skip"):a.extend({},this),h=e.filter(function(){return g.elementValue(this)}).length,i=0===h||h>=d[0];return f.data("valid_skip",g),a(c).data("being_validated")||(e.data("being_validated",!0),e.each(function(){g.element(this)}),e.data("being_validated",!1)),i},a.validator.format("Please either skip these fields or fill at least {0} of them.")),a.validator.addMethod("stateUS",function(a,b,c){var d,e="undefined"==typeof c,f=!e&&"undefined"!=typeof c.caseSensitive&&c.caseSensitive,g=!e&&"undefined"!=typeof c.includeTerritories&&c.includeTerritories,h=!e&&"undefined"!=typeof c.includeMilitary&&c.includeMilitary;return d=g||h?g&&h?"^(A[AEKLPRSZ]|C[AOT]|D[CE]|FL|G[AU]|HI|I[ADLN]|K[SY]|LA|M[ADEINOPST]|N[CDEHJMVY]|O[HKR]|P[AR]|RI|S[CD]|T[NX]|UT|V[AIT]|W[AIVY])$":g?"^(A[KLRSZ]|C[AOT]|D[CE]|FL|G[AU]|HI|I[ADLN]|K[SY]|LA|M[ADEINOPST]|N[CDEHJMVY]|O[HKR]|P[AR]|RI|S[CD]|T[NX]|UT|V[AIT]|W[AIVY])$":"^(A[AEKLPRZ]|C[AOT]|D[CE]|FL|GA|HI|I[ADLN]|K[SY]|LA|M[ADEINOST]|N[CDEHJMVY]|O[HKR]|PA|RI|S[CD]|T[NX]|UT|V[AT]|W[AIVY])$":"^(A[KLRZ]|C[AOT]|D[CE]|FL|GA|HI|I[ADLN]|K[SY]|LA|M[ADEINOST]|N[CDEHJMVY]|O[HKR]|PA|RI|S[CD]|T[NX]|UT|V[AT]|W[AIVY])$",d=f?new RegExp(d):new RegExp(d,"i"),this.optional(b)||d.test(a)},"Please specify a valid state"),a.validator.addMethod("strippedminlength",function(b,c,d){return a(b).text().length>=d},a.validator.format("Please enter at least {0} characters")),a.validator.addMethod("time",function(a,b){return this.optional(b)||/^([01]\d|2[0-3]|[0-9])(:[0-5]\d){1,2}$/.test(a)},"Please enter a valid time, between 00:00 and 23:59"),a.validator.addMethod("time12h",function(a,b){return this.optional(b)||/^((0?[1-9]|1[012])(:[0-5]\d){1,2}(\ ?[AP]M))$/i.test(a)},"Please enter a valid time in 12-hour am/pm format"),a.validator.addMethod("url2",function(a,b){return this.optional(b)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)*(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(a)},a.validator.messages.url),a.validator.addMethod("vinUS",function(a){if(17!==a.length)return!1;var b,c,d,e,f,g,h=["A","B","C","D","E","F","G","H","J","K","L","M","N","P","R","S","T","U","V","W","X","Y","Z"],i=[1,2,3,4,5,6,7,8,1,2,3,4,5,7,9,2,3,4,5,6,7,8,9],j=[8,7,6,5,4,3,2,10,0,9,8,7,6,5,4,3,2],k=0;for(b=0;b<17;b++){if(e=j[b],d=a.slice(b,b+1),8===b&&(g=d),isNaN(d)){for(c=0;c<h.length;c++)if(d.toUpperCase()===h[c]){d=i[c],d*=e,isNaN(g)&&8===c&&(g=h[c]);break}}else d*=e;k+=d}return f=k%11,10===f&&(f="X"),f===g},"The specified vehicle identification number (VIN) is invalid."),a.validator.addMethod("zipcodeUS",function(a,b){return this.optional(b)||/^\d{5}(-\d{4})?$/.test(a)},"The specified US ZIP Code is invalid"),a.validator.addMethod("ziprange",function(a,b){return this.optional(b)||/^90[2-5]\d\{2\}-\d{4}$/.test(a)},"Your ZIP-code must be in the range 902xx-xxxx to 905xx-xxxx"),a});
 
 
 
 
inc/meta-box/js/jquery-validation/jquery.validate.min.js DELETED
@@ -1,4 +0,0 @@
1
- /*! jQuery Validation Plugin - v1.17.0 - 7/29/2017
2
- * https://jqueryvalidation.org/
3
- * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */
4
- !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){a.extend(a.fn,{validate:function(b){if(!this.length)return void(b&&b.debug&&window.console&&console.warn("Nothing selected, can't validate, returning nothing."));var c=a.data(this[0],"validator");return c?c:(this.attr("novalidate","novalidate"),c=new a.validator(b,this[0]),a.data(this[0],"validator",c),c.settings.onsubmit&&(this.on("click.validate",":submit",function(b){c.submitButton=b.currentTarget,a(this).hasClass("cancel")&&(c.cancelSubmit=!0),void 0!==a(this).attr("formnovalidate")&&(c.cancelSubmit=!0)}),this.on("submit.validate",function(b){function d(){var d,e;return c.submitButton&&(c.settings.submitHandler||c.formSubmitted)&&(d=a("<input type='hidden'/>").attr("name",c.submitButton.name).val(a(c.submitButton).val()).appendTo(c.currentForm)),!c.settings.submitHandler||(e=c.settings.submitHandler.call(c,c.currentForm,b),d&&d.remove(),void 0!==e&&e)}return c.settings.debug&&b.preventDefault(),c.cancelSubmit?(c.cancelSubmit=!1,d()):c.form()?c.pendingRequest?(c.formSubmitted=!0,!1):d():(c.focusInvalid(),!1)})),c)},valid:function(){var b,c,d;return a(this[0]).is("form")?b=this.validate().form():(d=[],b=!0,c=a(this[0].form).validate(),this.each(function(){b=c.element(this)&&b,b||(d=d.concat(c.errorList))}),c.errorList=d),b},rules:function(b,c){var d,e,f,g,h,i,j=this[0];if(null!=j&&(!j.form&&j.hasAttribute("contenteditable")&&(j.form=this.closest("form")[0],j.name=this.attr("name")),null!=j.form)){if(b)switch(d=a.data(j.form,"validator").settings,e=d.rules,f=a.validator.staticRules(j),b){case"add":a.extend(f,a.validator.normalizeRule(c)),delete f.messages,e[j.name]=f,c.messages&&(d.messages[j.name]=a.extend(d.messages[j.name],c.messages));break;case"remove":return c?(i={},a.each(c.split(/\s/),function(a,b){i[b]=f[b],delete f[b]}),i):(delete e[j.name],f)}return g=a.validator.normalizeRules(a.extend({},a.validator.classRules(j),a.validator.attributeRules(j),a.validator.dataRules(j),a.validator.staticRules(j)),j),g.required&&(h=g.required,delete g.required,g=a.extend({required:h},g)),g.remote&&(h=g.remote,delete g.remote,g=a.extend(g,{remote:h})),g}}}),a.extend(a.expr.pseudos||a.expr[":"],{blank:function(b){return!a.trim(""+a(b).val())},filled:function(b){var c=a(b).val();return null!==c&&!!a.trim(""+c)},unchecked:function(b){return!a(b).prop("checked")}}),a.validator=function(b,c){this.settings=a.extend(!0,{},a.validator.defaults,b),this.currentForm=c,this.init()},a.validator.format=function(b,c){return 1===arguments.length?function(){var c=a.makeArray(arguments);return c.unshift(b),a.validator.format.apply(this,c)}:void 0===c?b:(arguments.length>2&&c.constructor!==Array&&(c=a.makeArray(arguments).slice(1)),c.constructor!==Array&&(c=[c]),a.each(c,function(a,c){b=b.replace(new RegExp("\\{"+a+"\\}","g"),function(){return c})}),b)},a.extend(a.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",pendingClass:"pending",validClass:"valid",errorElement:"label",focusCleanup:!1,focusInvalid:!0,errorContainer:a([]),errorLabelContainer:a([]),onsubmit:!0,ignore:":hidden",ignoreTitle:!1,onfocusin:function(a){this.lastActive=a,this.settings.focusCleanup&&(this.settings.unhighlight&&this.settings.unhighlight.call(this,a,this.settings.errorClass,this.settings.validClass),this.hideThese(this.errorsFor(a)))},onfocusout:function(a){this.checkable(a)||!(a.name in this.submitted)&&this.optional(a)||this.element(a)},onkeyup:function(b,c){var d=[16,17,18,20,35,36,37,38,39,40,45,144,225];9===c.which&&""===this.elementValue(b)||a.inArray(c.keyCode,d)!==-1||(b.name in this.submitted||b.name in this.invalid)&&this.element(b)},onclick:function(a){a.name in this.submitted?this.element(a):a.parentNode.name in this.submitted&&this.element(a.parentNode)},highlight:function(b,c,d){"radio"===b.type?this.findByName(b.name).addClass(c).removeClass(d):a(b).addClass(c).removeClass(d)},unhighlight:function(b,c,d){"radio"===b.type?this.findByName(b.name).removeClass(c).addClass(d):a(b).removeClass(c).addClass(d)}},setDefaults:function(b){a.extend(a.validator.defaults,b)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",equalTo:"Please enter the same value again.",maxlength:a.validator.format("Please enter no more than {0} characters."),minlength:a.validator.format("Please enter at least {0} characters."),rangelength:a.validator.format("Please enter a value between {0} and {1} characters long."),range:a.validator.format("Please enter a value between {0} and {1}."),max:a.validator.format("Please enter a value less than or equal to {0}."),min:a.validator.format("Please enter a value greater than or equal to {0}."),step:a.validator.format("Please enter a multiple of {0}.")},autoCreateRanges:!1,prototype:{init:function(){function b(b){!this.form&&this.hasAttribute("contenteditable")&&(this.form=a(this).closest("form")[0],this.name=a(this).attr("name"));var c=a.data(this.form,"validator"),d="on"+b.type.replace(/^validate/,""),e=c.settings;e[d]&&!a(this).is(e.ignore)&&e[d].call(c,this,b)}this.labelContainer=a(this.settings.errorLabelContainer),this.errorContext=this.labelContainer.length&&this.labelContainer||a(this.currentForm),this.containers=a(this.settings.errorContainer).add(this.settings.errorLabelContainer),this.submitted={},this.valueCache={},this.pendingRequest=0,this.pending={},this.invalid={},this.reset();var c,d=this.groups={};a.each(this.settings.groups,function(b,c){"string"==typeof c&&(c=c.split(/\s/)),a.each(c,function(a,c){d[c]=b})}),c=this.settings.rules,a.each(c,function(b,d){c[b]=a.validator.normalizeRule(d)}),a(this.currentForm).on("focusin.validate focusout.validate keyup.validate",":text, [type='password'], [type='file'], select, textarea, [type='number'], [type='search'], [type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], [type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'], [type='radio'], [type='checkbox'], [contenteditable], [type='button']",b).on("click.validate","select, option, [type='radio'], [type='checkbox']",b),this.settings.invalidHandler&&a(this.currentForm).on("invalid-form.validate",this.settings.invalidHandler)},form:function(){return this.checkForm(),a.extend(this.submitted,this.errorMap),this.invalid=a.extend({},this.errorMap),this.valid()||a(this.currentForm).triggerHandler("invalid-form",[this]),this.showErrors(),this.valid()},checkForm:function(){this.prepareForm();for(var a=0,b=this.currentElements=this.elements();b[a];a++)this.check(b[a]);return this.valid()},element:function(b){var c,d,e=this.clean(b),f=this.validationTargetFor(e),g=this,h=!0;return void 0===f?delete this.invalid[e.name]:(this.prepareElement(f),this.currentElements=a(f),d=this.groups[f.name],d&&a.each(this.groups,function(a,b){b===d&&a!==f.name&&(e=g.validationTargetFor(g.clean(g.findByName(a))),e&&e.name in g.invalid&&(g.currentElements.push(e),h=g.check(e)&&h))}),c=this.check(f)!==!1,h=h&&c,c?this.invalid[f.name]=!1:this.invalid[f.name]=!0,this.numberOfInvalids()||(this.toHide=this.toHide.add(this.containers)),this.showErrors(),a(b).attr("aria-invalid",!c)),h},showErrors:function(b){if(b){var c=this;a.extend(this.errorMap,b),this.errorList=a.map(this.errorMap,function(a,b){return{message:a,element:c.findByName(b)[0]}}),this.successList=a.grep(this.successList,function(a){return!(a.name in b)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){a.fn.resetForm&&a(this.currentForm).resetForm(),this.invalid={},this.submitted={},this.prepareForm(),this.hideErrors();var b=this.elements().removeData("previousValue").removeAttr("aria-invalid");this.resetElements(b)},resetElements:function(a){var b;if(this.settings.unhighlight)for(b=0;a[b];b++)this.settings.unhighlight.call(this,a[b],this.settings.errorClass,""),this.findByName(a[b].name).removeClass(this.settings.validClass);else a.removeClass(this.settings.errorClass).removeClass(this.settings.validClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(a){var b,c=0;for(b in a)void 0!==a[b]&&null!==a[b]&&a[b]!==!1&&c++;return c},hideErrors:function(){this.hideThese(this.toHide)},hideThese:function(a){a.not(this.containers).text(""),this.addWrapper(a).hide()},valid:function(){return 0===this.size()},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{a(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(b){}},findLastActive:function(){var b=this.lastActive;return b&&1===a.grep(this.errorList,function(a){return a.element.name===b.name}).length&&b},elements:function(){var b=this,c={};return a(this.currentForm).find("input, select, textarea, [contenteditable]").not(":submit, :reset, :image, :disabled").not(this.settings.ignore).filter(function(){var d=this.name||a(this).attr("name");return!d&&b.settings.debug&&window.console&&console.error("%o has no name assigned",this),this.hasAttribute("contenteditable")&&(this.form=a(this).closest("form")[0],this.name=d),!(d in c||!b.objectLength(a(this).rules()))&&(c[d]=!0,!0)})},clean:function(b){return a(b)[0]},errors:function(){var b=this.settings.errorClass.split(" ").join(".");return a(this.settings.errorElement+"."+b,this.errorContext)},resetInternals:function(){this.successList=[],this.errorList=[],this.errorMap={},this.toShow=a([]),this.toHide=a([])},reset:function(){this.resetInternals(),this.currentElements=a([])},prepareForm:function(){this.reset(),this.toHide=this.errors().add(this.containers)},prepareElement:function(a){this.reset(),this.toHide=this.errorsFor(a)},elementValue:function(b){var c,d,e=a(b),f=b.type;return"radio"===f||"checkbox"===f?this.findByName(b.name).filter(":checked").val():"number"===f&&"undefined"!=typeof b.validity?b.validity.badInput?"NaN":e.val():(c=b.hasAttribute("contenteditable")?e.text():e.val(),"file"===f?"C:\\fakepath\\"===c.substr(0,12)?c.substr(12):(d=c.lastIndexOf("/"),d>=0?c.substr(d+1):(d=c.lastIndexOf("\\"),d>=0?c.substr(d+1):c)):"string"==typeof c?c.replace(/\r/g,""):c)},check:function(b){b=this.validationTargetFor(this.clean(b));var c,d,e,f,g=a(b).rules(),h=a.map(g,function(a,b){return b}).length,i=!1,j=this.elementValue(b);if("function"==typeof g.normalizer?f=g.normalizer:"function"==typeof this.settings.normalizer&&(f=this.settings.normalizer),f){if(j=f.call(b,j),"string"!=typeof j)throw new TypeError("The normalizer should return a string value.");delete g.normalizer}for(d in g){e={method:d,parameters:g[d]};try{if(c=a.validator.methods[d].call(this,j,b,e.parameters),"dependency-mismatch"===c&&1===h){i=!0;continue}if(i=!1,"pending"===c)return void(this.toHide=this.toHide.not(this.errorsFor(b)));if(!c)return this.formatAndAdd(b,e),!1}catch(k){throw this.settings.debug&&window.console&&console.log("Exception occurred when checking element "+b.id+", check the '"+e.method+"' method.",k),k instanceof TypeError&&(k.message+=". Exception occurred when checking element "+b.id+", check the '"+e.method+"' method."),k}}if(!i)return this.objectLength(g)&&this.successList.push(b),!0},customDataMessage:function(b,c){return a(b).data("msg"+c.charAt(0).toUpperCase()+c.substring(1).toLowerCase())||a(b).data("msg")},customMessage:function(a,b){var c=this.settings.messages[a];return c&&(c.constructor===String?c:c[b])},findDefined:function(){for(var a=0;a<arguments.length;a++)if(void 0!==arguments[a])return arguments[a]},defaultMessage:function(b,c){"string"==typeof c&&(c={method:c});var d=this.findDefined(this.customMessage(b.name,c.method),this.customDataMessage(b,c.method),!this.settings.ignoreTitle&&b.title||void 0,a.validator.messages[c.method],"<strong>Warning: No message defined for "+b.name+"</strong>"),e=/\$?\{(\d+)\}/g;return"function"==typeof d?d=d.call(this,c.parameters,b):e.test(d)&&(d=a.validator.format(d.replace(e,"{$1}"),c.parameters)),d},formatAndAdd:function(a,b){var c=this.defaultMessage(a,b);this.errorList.push({message:c,element:a,method:b.method}),this.errorMap[a.name]=c,this.submitted[a.name]=c},addWrapper:function(a){return this.settings.wrapper&&(a=a.add(a.parent(this.settings.wrapper))),a},defaultShowErrors:function(){var a,b,c;for(a=0;this.errorList[a];a++)c=this.errorList[a],this.settings.highlight&&this.settings.highlight.call(this,c.element,this.settings.errorClass,this.settings.validClass),this.showLabel(c.element,c.message);if(this.errorList.length&&(this.toShow=this.toShow.add(this.containers)),this.settings.success)for(a=0;this.successList[a];a++)this.showLabel(this.successList[a]);if(this.settings.unhighlight)for(a=0,b=this.validElements();b[a];a++)this.settings.unhighlight.call(this,b[a],this.settings.errorClass,this.settings.validClass);this.toHide=this.toHide.not(this.toShow),this.hideErrors(),this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return a(this.errorList).map(function(){return this.element})},showLabel:function(b,c){var d,e,f,g,h=this.errorsFor(b),i=this.idOrName(b),j=a(b).attr("aria-describedby");h.length?(h.removeClass(this.settings.validClass).addClass(this.settings.errorClass),h.html(c)):(h=a("<"+this.settings.errorElement+">").attr("id",i+"-error").addClass(this.settings.errorClass).html(c||""),d=h,this.settings.wrapper&&(d=h.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()),this.labelContainer.length?this.labelContainer.append(d):this.settings.errorPlacement?this.settings.errorPlacement.call(this,d,a(b)):d.insertAfter(b),h.is("label")?h.attr("for",i):0===h.parents("label[for='"+this.escapeCssMeta(i)+"']").length&&(f=h.attr("id"),j?j.match(new RegExp("\\b"+this.escapeCssMeta(f)+"\\b"))||(j+=" "+f):j=f,a(b).attr("aria-describedby",j),e=this.groups[b.name],e&&(g=this,a.each(g.groups,function(b,c){c===e&&a("[name='"+g.escapeCssMeta(b)+"']",g.currentForm).attr("aria-describedby",h.attr("id"))})))),!c&&this.settings.success&&(h.text(""),"string"==typeof this.settings.success?h.addClass(this.settings.success):this.settings.success(h,b)),this.toShow=this.toShow.add(h)},errorsFor:function(b){var c=this.escapeCssMeta(this.idOrName(b)),d=a(b).attr("aria-describedby"),e="label[for='"+c+"'], label[for='"+c+"'] *";return d&&(e=e+", #"+this.escapeCssMeta(d).replace(/\s+/g,", #")),this.errors().filter(e)},escapeCssMeta:function(a){return a.replace(/([\\!"#$%&'()*+,.\/:;<=>?@\[\]^`{|}~])/g,"\\$1")},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},validationTargetFor:function(b){return this.checkable(b)&&(b=this.findByName(b.name)),a(b).not(this.settings.ignore)[0]},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(b){return a(this.currentForm).find("[name='"+this.escapeCssMeta(b)+"']")},getLength:function(b,c){switch(c.nodeName.toLowerCase()){case"select":return a("option:selected",c).length;case"input":if(this.checkable(c))return this.findByName(c.name).filter(":checked").length}return b.length},depend:function(a,b){return!this.dependTypes[typeof a]||this.dependTypes[typeof a](a,b)},dependTypes:{"boolean":function(a){return a},string:function(b,c){return!!a(b,c.form).length},"function":function(a,b){return a(b)}},optional:function(b){var c=this.elementValue(b);return!a.validator.methods.required.call(this,c,b)&&"dependency-mismatch"},startRequest:function(b){this.pending[b.name]||(this.pendingRequest++,a(b).addClass(this.settings.pendingClass),this.pending[b.name]=!0)},stopRequest:function(b,c){this.pendingRequest--,this.pendingRequest<0&&(this.pendingRequest=0),delete this.pending[b.name],a(b).removeClass(this.settings.pendingClass),c&&0===this.pendingRequest&&this.formSubmitted&&this.form()?(a(this.currentForm).submit(),this.submitButton&&a("input:hidden[name='"+this.submitButton.name+"']",this.currentForm).remove(),this.formSubmitted=!1):!c&&0===this.pendingRequest&&this.formSubmitted&&(a(this.currentForm).triggerHandler("invalid-form",[this]),this.formSubmitted=!1)},previousValue:function(b,c){return c="string"==typeof c&&c||"remote",a.data(b,"previousValue")||a.data(b,"previousValue",{old:null,valid:!0,message:this.defaultMessage(b,{method:c})})},destroy:function(){this.resetForm(),a(this.currentForm).off(".validate").removeData("validator").find(".validate-equalTo-blur").off(".validate-equalTo").removeClass("validate-equalTo-blur")}},classRuleSettings:{required:{required:!0},email:{email:!0},url:{url:!0},date:{date:!0},dateISO:{dateISO:!0},number:{number:!0},digits:{digits:!0},creditcard:{creditcard:!0}},addClassRules:function(b,c){b.constructor===String?this.classRuleSettings[b]=c:a.extend(this.classRuleSettings,b)},classRules:function(b){var c={},d=a(b).attr("class");return d&&a.each(d.split(" "),function(){this in a.validator.classRuleSettings&&a.extend(c,a.validator.classRuleSettings[this])}),c},normalizeAttributeRule:function(a,b,c,d){/min|max|step/.test(c)&&(null===b||/number|range|text/.test(b))&&(d=Number(d),isNaN(d)&&(d=void 0)),d||0===d?a[c]=d:b===c&&"range"!==b&&(a[c]=!0)},attributeRules:function(b){var c,d,e={},f=a(b),g=b.getAttribute("type");for(c in a.validator.methods)"required"===c?(d=b.getAttribute(c),""===d&&(d=!0),d=!!d):d=f.attr(c),this.normalizeAttributeRule(e,g,c,d);return e.maxlength&&/-1|2147483647|524288/.test(e.maxlength)&&delete e.maxlength,e},dataRules:function(b){var c,d,e={},f=a(b),g=b.getAttribute("type");for(c in a.validator.methods)d=f.data("rule"+c.charAt(0).toUpperCase()+c.substring(1).toLowerCase()),this.normalizeAttributeRule(e,g,c,d);return e},staticRules:function(b){var c={},d=a.data(b.form,"validator");return d.settings.rules&&(c=a.validator.normalizeRule(d.settings.rules[b.name])||{}),c},normalizeRules:function(b,c){return a.each(b,function(d,e){if(e===!1)return void delete b[d];if(e.param||e.depends){var f=!0;switch(typeof e.depends){case"string":f=!!a(e.depends,c.form).length;break;case"function":f=e.depends.call(c,c)}f?b[d]=void 0===e.param||e.param:(a.data(c.form,"validator").resetElements(a(c)),delete b[d])}}),a.each(b,function(d,e){b[d]=a.isFunction(e)&&"normalizer"!==d?e(c):e}),a.each(["minlength","maxlength"],function(){b[this]&&(b[this]=Number(b[this]))}),a.each(["rangelength","range"],function(){var c;b[this]&&(a.isArray(b[this])?b[this]=[Number(b[this][0]),Number(b[this][1])]:"string"==typeof b[this]&&(c=b[this].replace(/[\[\]]/g,"").split(/[\s,]+/),b[this]=[Number(c[0]),Number(c[1])]))}),a.validator.autoCreateRanges&&(null!=b.min&&null!=b.max&&(b.range=[b.min,b.max],delete b.min,delete b.max),null!=b.minlength&&null!=b.maxlength&&(b.rangelength=[b.minlength,b.maxlength],delete b.minlength,delete b.maxlength)),b},normalizeRule:function(b){if("string"==typeof b){var c={};a.each(b.split(/\s/),function(){c[this]=!0}),b=c}return b},addMethod:function(b,c,d){a.validator.methods[b]=c,a.validator.messages[b]=void 0!==d?d:a.validator.messages[b],c.length<3&&a.validator.addClassRules(b,a.validator.normalizeRule(b))},methods:{required:function(b,c,d){if(!this.depend(d,c))return"dependency-mismatch";if("select"===c.nodeName.toLowerCase()){var e=a(c).val();return e&&e.length>0}return this.checkable(c)?this.getLength(b,c)>0:b.length>0},email:function(a,b){return this.optional(b)||/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/.test(a)},url:function(a,b){return this.optional(b)||/^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,})).?)(?::\d{2,5})?(?:[\/?#]\S*)?$/i.test(a)},date:function(a,b){return this.optional(b)||!/Invalid|NaN/.test(new Date(a).toString())},dateISO:function(a,b){return this.optional(b)||/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(a)},number:function(a,b){return this.optional(b)||/^(?:-?\d+|-?\d{1,3}(?:,\d{3})+)?(?:\.\d+)?$/.test(a)},digits:function(a,b){return this.optional(b)||/^\d+$/.test(a)},minlength:function(b,c,d){var e=a.isArray(b)?b.length:this.getLength(b,c);return this.optional(c)||e>=d},maxlength:function(b,c,d){var e=a.isArray(b)?b.length:this.getLength(b,c);return this.optional(c)||e<=d},rangelength:function(b,c,d){var e=a.isArray(b)?b.length:this.getLength(b,c);return this.optional(c)||e>=d[0]&&e<=d[1]},min:function(a,b,c){return this.optional(b)||a>=c},max:function(a,b,c){return this.optional(b)||a<=c},range:function(a,b,c){return this.optional(b)||a>=c[0]&&a<=c[1]},step:function(b,c,d){var e,f=a(c).attr("type"),g="Step attribute on input type "+f+" is not supported.",h=["text","number","range"],i=new RegExp("\\b"+f+"\\b"),j=f&&!i.test(h.join()),k=function(a){var b=(""+a).match(/(?:\.(\d+))?$/);return b&&b[1]?b[1].length:0},l=function(a){return Math.round(a*Math.pow(10,e))},m=!0;if(j)throw new Error(g);return e=k(d),(k(b)>e||l(b)%l(d)!==0)&&(m=!1),this.optional(c)||m},equalTo:function(b,c,d){var e=a(d);return this.settings.onfocusout&&e.not(".validate-equalTo-blur").length&&e.addClass("validate-equalTo-blur").on("blur.validate-equalTo",function(){a(c).valid()}),b===e.val()},remote:function(b,c,d,e){if(this.optional(c))return"dependency-mismatch";e="string"==typeof e&&e||"remote";var f,g,h,i=this.previousValue(c,e);return this.settings.messages[c.name]||(this.settings.messages[c.name]={}),i.originalMessage=i.originalMessage||this.settings.messages[c.name][e],this.settings.messages[c.name][e]=i.message,d="string"==typeof d&&{url:d}||d,h=a.param(a.extend({data:b},d.data)),i.old===h?i.valid:(i.old=h,f=this,this.startRequest(c),g={},g[c.name]=b,a.ajax(a.extend(!0,{mode:"abort",port:"validate"+c.name,dataType:"json",data:g,context:f.currentForm,success:function(a){var d,g,h,j=a===!0||"true"===a;f.settings.messages[c.name][e]=i.originalMessage,j?(h=f.formSubmitted,f.resetInternals(),f.toHide=f.errorsFor(c),f.formSubmitted=h,f.successList.push(c),f.invalid[c.name]=!1,f.showErrors()):(d={},g=a||f.defaultMessage(c,{method:e,parameters:b}),d[c.name]=i.message=g,f.invalid[c.name]=!0,f.showErrors(d)),i.valid=j,f.stopRequest(c,j)}},d)),"pending")}}});var b,c={};return a.ajaxPrefilter?a.ajaxPrefilter(function(a,b,d){var e=a.port;"abort"===a.mode&&(c[e]&&c[e].abort(),c[e]=d)}):(b=a.ajax,a.ajax=function(d){var e=("mode"in d?d:a.ajaxSettings).mode,f=("port"in d?d:a.ajaxSettings).port;return"abort"===e?(c[f]&&c[f].abort(),c[f]=b.apply(this,arguments),c[f]):b.apply(this,arguments)}),a});
 
 
 
 
inc/meta-box/js/validate.js DELETED
@@ -1,48 +0,0 @@
1
- jQuery( function ( $ ) {
2
- 'use strict';
3
-
4
- var rules = {
5
- invalidHandler: function () {
6
- // Re-enable the submit ( publish/update ) button and hide the ajax indicator
7
- $( '#publish' ).removeClass( 'button-primary-disabled' );
8
- $( '#ajax-loading' ).attr( 'style', '' );
9
- $form.siblings( '#message' ).remove();
10
- $form.before( '<div id="message" class="error"><p>' + rwmbValidate.summaryMessage + '</p></div>' );
11
- },
12
- ignore: ':not([class|="rwmb"])',
13
- errorPlacement: function(error, element) {
14
- error.appendTo( element.closest( '.rwmb-input' ) );
15
- },
16
- errorClass: 'rwmb-error',
17
- errorElement: 'p'
18
- };
19
-
20
- // Edit post form.
21
- var $form = $( '#post, .rwmb-form' );
22
-
23
- // Edit user form.
24
- if ( ! $form.length ) {
25
- $form = $( '#your-profile' );
26
- }
27
-
28
- // Edit term form.
29
- if ( ! $form.length ) {
30
- $form = $( '#edittag' );
31
- }
32
-
33
- // Gather all validation rules.
34
- $( '.rwmb-validation-rules' ).each( function () {
35
- var subRules = $( this ).data( 'rules' );
36
- $.extend( true, rules, subRules );
37
-
38
- // Required field styling
39
- $.each( subRules.rules, function ( k, v ) {
40
- if ( v['required'] ) {
41
- $( '#' + k ).parent().siblings( '.rwmb-label' ).append( '<span class="rwmb-required">*</span>' );
42
- }
43
- } );
44
- } );
45
-
46
- // Execute.
47
- $form.validate( rules );
48
- } );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/default.pot DELETED
@@ -1,353 +0,0 @@
1
- # <!=Copyright (C) 2014 Rilwis
2
- # This file is distributed under the GPL2+.=!>
3
- #, fuzzy
4
- msgid ""
5
- msgstr ""
6
- "Project-Id-Version: Meta Box\n"
7
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/meta-box\n"
8
- "POT-Creation-Date: 2018-04-19 08:43+0700\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: Meta Box <info@metabox.io>\n"
15
- "X-Generator: Poedit 2.0.6\n"
16
- "X-Poedit-KeywordsList: __;_x;_e;_ex;_n;_nx;esc_attr__;esc_attr_e;esc_attr_x;esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop\n"
17
- "X-Poedit-Basepath: ..\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: js\n"
20
- "X-Poedit-SearchPathExcluded-1: demo\n"
21
- "X-Poedit-SearchPathExcluded-2: tests\n"
22
- "X-Poedit-SearchPathExcluded-3: css\n"
23
- "X-Poedit-SearchPathExcluded-4: lang\n"
24
-
25
- #: inc/about/about.php:50
26
- msgid "About"
27
- msgstr ""
28
-
29
- #: inc/about/about.php:59 inc/about/about.php:60
30
- msgid "Welcome to Meta Box"
31
- msgstr ""
32
-
33
- #: inc/about/sections/getting-started.php:13
34
- msgid "Getting Started With Online Generator"
35
- msgstr ""
36
-
37
- #: inc/about/sections/getting-started.php:14
38
- msgid "The fastest way to getting started with Meta Box is use our online generator to generate meta boxes with custom fields. It provides a friendly UI for you to create meta boxes and custom fields just by drag and drop fields."
39
- msgstr ""
40
-
41
- #: inc/about/sections/getting-started.php:16
42
- msgid "online generator"
43
- msgstr ""
44
-
45
- #: inc/about/sections/getting-started.php:18
46
- msgid "Go to Online Generator"
47
- msgstr ""
48
-
49
- #: inc/about/sections/getting-started.php:22
50
- msgid "Understand The Basics"
51
- msgstr ""
52
-
53
- #: inc/about/sections/getting-started.php:23
54
- msgid "Meta Box doesn't have any admin page for configuration or settings. Instead of that, it provides a very powerful API to speed up the process of creating meta boxes and custom fields. It might take you a little time at first, but then you'll love the way it work because it helps you do and customize almost everything."
55
- msgstr ""
56
-
57
- #: inc/about/sections/getting-started.php:24
58
- msgid "Learn More"
59
- msgstr ""
60
-
61
- #: inc/about/sections/getting-started.php:26 inc/core.php:39
62
- msgid "Extensions"
63
- msgstr ""
64
-
65
- #: inc/about/sections/getting-started.php:27
66
- msgid "Wanna see more features that transform your WordPress website into a powerful CMS? Check out some extensions below:"
67
- msgstr ""
68
-
69
- #: inc/about/sections/getting-started.php:29
70
- msgid "Meta Box Group"
71
- msgstr ""
72
-
73
- #: inc/about/sections/getting-started.php:30
74
- msgid "Meta Box Conditional Logic"
75
- msgstr ""
76
-
77
- #: inc/about/sections/getting-started.php:31
78
- msgid "MB Settings Page"
79
- msgstr ""
80
-
81
- #: inc/about/sections/getting-started.php:32
82
- msgid "MB Term Meta"
83
- msgstr ""
84
-
85
- #: inc/about/sections/getting-started.php:34
86
- msgid "More Extensions"
87
- msgstr ""
88
-
89
- #: inc/about/sections/getting-started.php:39
90
- msgid "Go to MetaBox.IO &rarr;"
91
- msgstr ""
92
-
93
- #: inc/about/sections/tabs.php:11
94
- msgid "Getting Started"
95
- msgstr ""
96
-
97
- #: inc/about/sections/welcome.php:13
98
- #, php-format
99
- msgid "Welcome to %1$s %2$s"
100
- msgstr ""
101
-
102
- #: inc/about/sections/welcome.php:16
103
- msgid "This plugin is a lightweight and powerful toolkit that helps you to create custom meta boxes and custom fields in WordPress fast and easy. Follow the instruction below to get started."
104
- msgstr ""
105
-
106
- #: inc/core.php:38
107
- msgid "Documentation"
108
- msgstr ""
109
-
110
- #: inc/field.php:359
111
- msgid "+ Add more"
112
- msgstr ""
113
-
114
- #: inc/fields/autocomplete.php:20 inc/fields/autocomplete.php:81
115
- #: inc/fields/autocomplete.php:93 inc/fields/file.php:121
116
- msgid "Delete"
117
- msgstr ""
118
-
119
- #: inc/fields/background.php:58
120
- msgid "Background Image"
121
- msgstr ""
122
-
123
- #: inc/fields/background.php:70
124
- msgid "-- Background Repeat --"
125
- msgstr ""
126
-
127
- #: inc/fields/background.php:72
128
- msgid "No Repeat"
129
- msgstr ""
130
-
131
- #: inc/fields/background.php:73
132
- msgid "Repeat All"
133
- msgstr ""
134
-
135
- #: inc/fields/background.php:74
136
- msgid "Repeat Horizontally"
137
- msgstr ""
138
-
139
- #: inc/fields/background.php:75
140
- msgid "Repeat Vertically"
141
- msgstr ""
142
-
143
- #: inc/fields/background.php:76 inc/fields/background.php:110
144
- #: inc/fields/background.php:122
145
- msgid "Inherit"
146
- msgstr ""
147
-
148
- #: inc/fields/background.php:86
149
- msgid "-- Background Position --"
150
- msgstr ""
151
-
152
- #: inc/fields/background.php:88
153
- msgid "Top Left"
154
- msgstr ""
155
-
156
- #: inc/fields/background.php:89
157
- msgid "Top Center"
158
- msgstr ""
159
-
160
- #: inc/fields/background.php:90
161
- msgid "Top Right"
162
- msgstr ""
163
-
164
- #: inc/fields/background.php:91
165
- msgid "Center Left"
166
- msgstr ""
167
-
168
- #: inc/fields/background.php:92
169
- msgid "Center Center"
170
- msgstr ""
171
-
172
- #: inc/fields/background.php:93
173
- msgid "Center Right"
174
- msgstr ""
175
-
176
- #: inc/fields/background.php:94
177
- msgid "Bottom Left"
178
- msgstr ""
179
-
180
- #: inc/fields/background.php:95
181
- msgid "Bottom Center"
182
- msgstr ""
183
-
184
- #: inc/fields/background.php:96
185
- msgid "Bottom Right"
186
- msgstr ""
187
-
188
- #: inc/fields/background.php:106
189
- msgid "-- Background Attachment --"
190
- msgstr ""
191
-
192
- #: inc/fields/background.php:108
193
- msgid "Fixed"
194
- msgstr ""
195
-
196
- #: inc/fields/background.php:109
197
- msgid "Scroll"
198
- msgstr ""
199
-
200
- #: inc/fields/background.php:120
201
- msgid "-- Background Size --"
202
- msgstr ""
203
-
204
- #: inc/fields/background.php:123
205
- msgid "Cover"
206
- msgstr ""
207
-
208
- #: inc/fields/background.php:124
209
- msgid "Contain"
210
- msgstr ""
211
-
212
- #: inc/fields/button.php:32
213
- msgid "Click me"
214
- msgstr ""
215
-
216
- #: inc/fields/checkbox.php:53
217
- msgid "Yes"
218
- msgstr ""
219
-
220
- #: inc/fields/checkbox.php:53
221
- msgid "No"
222
- msgstr ""
223
-
224
- #: inc/fields/file-input.php:20
225
- msgid "Select File"
226
- msgstr ""
227
-
228
- #: inc/fields/file-input.php:39 inc/fields/select.php:87
229
- msgid "Select"
230
- msgstr ""
231
-
232
- #: inc/fields/file-input.php:41 inc/fields/media.php:27
233
- msgid "Remove"
234
- msgstr ""
235
-
236
- #: inc/fields/file.php:21
237
- #, php-format
238
- msgid "You may only upload maximum %d file"
239
- msgstr ""
240
-
241
- #: inc/fields/file.php:23
242
- #, php-format
243
- msgid "You may only upload maximum %d files"
244
- msgstr ""
245
-
246
- #: inc/fields/file.php:53
247
- msgid "Error: Cannot delete file"
248
- msgstr ""
249
-
250
- #: inc/fields/file.php:66
251
- msgid "+ Add new file"
252
- msgstr ""
253
-
254
- #: inc/fields/file.php:122 inc/fields/media.php:28
255
- msgid "Edit"
256
- msgstr ""
257
-
258
- #: inc/fields/input-list.php:90
259
- msgid "Select All / None"
260
- msgstr ""
261
-
262
- #: inc/fields/key-value.php:132
263
- msgid "Key"
264
- msgstr ""
265
-
266
- #: inc/fields/key-value.php:133
267
- msgid "Value"
268
- msgstr ""
269
-
270
- #: inc/fields/map.php:73
271
- msgid "Find Address"
272
- msgstr ""
273
-
274
- #: inc/fields/media.php:24
275
- msgid "+ Add Media"
276
- msgstr ""
277
-
278
- #: inc/fields/media.php:25
279
- msgid " file"
280
- msgstr ""
281
-
282
- #: inc/fields/media.php:26
283
- msgid " files"
284
- msgstr ""
285
-
286
- #: inc/fields/media.php:29
287
- msgid "View"
288
- msgstr ""
289
-
290
- #: inc/fields/media.php:30
291
- msgid "No Title"
292
- msgstr ""
293
-
294
- #: inc/fields/media.php:33
295
- msgid "Select Files"
296
- msgstr ""
297
-
298
- #: inc/fields/media.php:34
299
- msgid "or"
300
- msgstr ""
301
-
302
- #: inc/fields/media.php:35
303
- msgid "Drop files here to upload"
304
- msgstr ""
305
-
306
- #: inc/fields/oembed.php:64
307
- msgid "Embed HTML not available."
308
- msgstr ""
309
-
310
- #: inc/fields/post.php:32
311
- msgid "Select a post"
312
- msgstr ""
313
-
314
- #: inc/fields/post.php:38 inc/fields/taxonomy.php:49
315
- #, php-format
316
- msgid "Select a %s"
317
- msgstr ""
318
-
319
- #: inc/fields/select-advanced.php:45
320
- msgid "Select an item"
321
- msgstr ""
322
-
323
- #: inc/fields/select.php:87
324
- msgid "All"
325
- msgstr ""
326
-
327
- #: inc/fields/select.php:87
328
- msgid "None"
329
- msgstr ""
330
-
331
- #: inc/fields/sidebar.php:30
332
- msgid "Select a sidebar"
333
- msgstr ""
334
-
335
- #: inc/fields/switch.php:90
336
- msgid "On"
337
- msgstr ""
338
-
339
- #: inc/fields/switch.php:91
340
- msgid "Off"
341
- msgstr ""
342
-
343
- #: inc/fields/taxonomy.php:43
344
- msgid "Select a term"
345
- msgstr ""
346
-
347
- #: inc/fields/user.php:22
348
- msgid "Select an user"
349
- msgstr ""
350
-
351
- #: inc/validation.php:47
352
- msgid "Please correct the errors highlighted below and try again."
353
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-ar.mo DELETED
Binary file
inc/meta-box/languages/meta-box-ar.po DELETED
@@ -1,122 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Meta Box Script For WordPress\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-06-03 15:09+0700\n"
6
- "PO-Revision-Date: 2012-12-29 23:40-0500\n"
7
- "Last-Translator: Adel Qalieh <aqalieh95@gmail.com>\n"
8
- "Language-Team: Adel Qalieh <aqalieh95@gmail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x:2c,1;_n:1,2;_n_noop:1,2;_nx:1,2;"
13
- "_nx_noop:1,2\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "Plural-Forms: nplurals=6; plural= n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
17
- "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
18
- "X-Language: ar\n"
19
- "X-Source-Language: en\n"
20
- "Language: ar\n"
21
- "X-Poedit-SearchPath-0: ..\n"
22
- "X-Poedit-SearchPath-1: ../inc/fields\n"
23
-
24
- #: ../meta-box.php:79
25
- msgid "RW_Meta_Box Debug:"
26
- msgstr "RW_Meta_Box Debug:"
27
-
28
- #: ../inc/classes/meta-box.php:316
29
- msgid "+"
30
- msgstr "+"
31
-
32
- #: ../inc/classes/meta-box.php:340
33
- msgid "&#8211;"
34
- msgstr "&#8211;"
35
-
36
- #: ../inc/fields/file.php:69
37
- msgid "Error: Cannot delete file"
38
- msgstr "خطأ: لا يمكن حذف الملف"
39
-
40
- #: ../inc/fields/file.php:83
41
- msgctxt "file upload"
42
- msgid "Uploaded files"
43
- msgstr "ملفات محملة"
44
-
45
- #: ../inc/fields/file.php:84
46
- msgctxt "file upload"
47
- msgid "Delete this file"
48
- msgstr "حذف هذا الملف"
49
-
50
- #: ../inc/fields/file.php:85
51
- msgctxt "file upload"
52
- msgid "Delete"
53
- msgstr "حذف"
54
-
55
- #: ../inc/fields/file.php:86
56
- msgctxt "file upload"
57
- msgid "Upload files"
58
- msgstr "تحميل الملفات"
59
-
60
- #: ../inc/fields/file.php:87
61
- msgctxt "file upload"
62
- msgid "+ Add new file"
63
- msgstr "+ إضافة ملف جديد"
64
-
65
- #: ../inc/fields/image.php:75
66
- msgid "Order saved"
67
- msgstr "حفظ الترتيب"
68
-
69
- #: ../inc/fields/image.php:91 ../inc/fields/plupload-image.php:156
70
- msgctxt "image upload"
71
- msgid "Uploaded files"
72
- msgstr "ملفات محملة"
73
-
74
- #: ../inc/fields/image.php:92 ../inc/fields/plupload-image.php:112
75
- msgctxt "image upload"
76
- msgid "Delete this file"
77
- msgstr "حذف هذا الملف"
78
-
79
- #: ../inc/fields/image.php:93 ../inc/fields/plupload-image.php:113
80
- msgctxt "image upload"
81
- msgid "Delete"
82
- msgstr "حذف"
83
-
84
- #: ../inc/fields/image.php:94 ../inc/fields/plupload-image.php:114
85
- msgctxt "image upload"
86
- msgid "Edit"
87
- msgstr "حرر"
88
-
89
- #: ../inc/fields/image.php:95 ../inc/fields/plupload-image.php:157
90
- msgctxt "image upload"
91
- msgid "Upload files"
92
- msgstr "تحميل الملفات"
93
-
94
- #: ../inc/fields/image.php:96
95
- msgctxt "image upload"
96
- msgid "+ Add new image"
97
- msgstr "إضافة صورة جديدة"
98
-
99
- #: ../inc/fields/plupload-image.php:95
100
- msgctxt "image upload"
101
- msgid "Allowed Image Files"
102
- msgstr "أنواع الصور المسموحة"
103
-
104
- #: ../inc/fields/plupload-image.php:160
105
- msgctxt "image upload"
106
- msgid "Drop images here"
107
- msgstr "إفلت الصور هنا"
108
-
109
- #: ../inc/fields/plupload-image.php:161
110
- msgctxt "image upload"
111
- msgid "or"
112
- msgstr "أو"
113
-
114
- #: ../inc/fields/plupload-image.php:162
115
- msgctxt "image upload"
116
- msgid "Select Files"
117
- msgstr "إختر الملفات"
118
-
119
- #: ../inc/fields/thickbox-image.php:45
120
- msgctxt "image upload"
121
- msgid "Upload image"
122
- msgstr "حمل الصورة"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-fa_IR.mo DELETED
Binary file
inc/meta-box/languages/meta-box-fa_IR.po DELETED
@@ -1,184 +0,0 @@
1
- # <!=Copyright (C) 2014 Rilwis
2
- # This file is distributed under the GPL2+.=!>
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Meta Box 4.8.7\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/meta-box\n"
7
- "POT-Creation-Date: 2017-05-20 18:41+0430\n"
8
- "PO-Revision-Date: 2017-05-20 18:46+0430\n"
9
- "Last-Translator: Morteza Gholami <Morteza.Gholami@Yahoo.Com>\n"
10
- "Language-Team: Meta Box <admin@metabox.io>\n"
11
- "Language: fa_IR\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.8.6\n"
16
- "X-Poedit-KeywordsList: __;_x;_e;_ex;_n;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
17
- "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop\n"
18
- "X-Poedit-Basepath: ..\n"
19
- "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: js\n"
22
- "X-Poedit-SearchPathExcluded-1: demo\n"
23
- "X-Poedit-SearchPathExcluded-2: tests\n"
24
- "X-Poedit-SearchPathExcluded-3: css\n"
25
- "X-Poedit-SearchPathExcluded-4: lang\n"
26
-
27
- #: inc/core.php:33
28
- msgid "Documentation"
29
- msgstr "مستندات"
30
-
31
- #: inc/core.php:34
32
- msgid "Extensions"
33
- msgstr "افزونه‌ها"
34
-
35
- #: inc/field.php:343
36
- msgid "+ Add more"
37
- msgstr "+ افزودن بیشتر"
38
-
39
- #: inc/fields/autocomplete.php:20 inc/fields/autocomplete.php:81
40
- #: inc/fields/autocomplete.php:93 inc/fields/file.php:143
41
- msgid "Delete"
42
- msgstr "حذف"
43
-
44
- #: inc/fields/button.php:32
45
- msgid "Click me"
46
- msgstr "کلیک کنید"
47
-
48
- #: inc/fields/checkbox.php:50
49
- msgid "Yes"
50
- msgstr "بله"
51
-
52
- #: inc/fields/checkbox.php:50
53
- msgid "No"
54
- msgstr "خیر"
55
-
56
- #: inc/fields/file-input.php:19
57
- msgid "Select File"
58
- msgstr "انتخاب فایل"
59
-
60
- #: inc/fields/file-input.php:38 inc/fields/select.php:87
61
- msgid "Select"
62
- msgstr "انتخاب"
63
-
64
- #: inc/fields/file-input.php:40 inc/fields/media.php:27
65
- msgid "Remove"
66
- msgstr "حذف"
67
-
68
- #: inc/fields/file.php:21
69
- #, php-format
70
- msgid "You may only upload maximum %d file"
71
- msgstr "شما تنها می‌بایست نهایتا %d فایل بارگذاری کنید"
72
-
73
- #: inc/fields/file.php:23
74
- #, php-format
75
- msgid "You may only upload maximum %d files"
76
- msgstr "شما تنها می‌بایست نهایتا %d فایل بارگذاری کنید"
77
-
78
- #: inc/fields/file.php:79
79
- msgid "Error: Cannot delete file"
80
- msgstr "خطا: عدم توانایی حذف فایل"
81
-
82
- #: inc/fields/file.php:93
83
- msgid "+ Add new file"
84
- msgstr "+ افزودن فایل جدید"
85
-
86
- #: inc/fields/file.php:144 inc/fields/media.php:28
87
- msgid "Edit"
88
- msgstr "ویرایش"
89
-
90
- #: inc/fields/input-list.php:90
91
- msgid "Select All / None"
92
- msgstr "انتخاب همه / هیچ‌کدام"
93
-
94
- #: inc/fields/key-value.php:126
95
- msgid "Key"
96
- msgstr "کلید"
97
-
98
- #: inc/fields/key-value.php:127
99
- msgid "Value"
100
- msgstr "مقدار"
101
-
102
- #: inc/fields/map.php:62
103
- msgid "Find Address"
104
- msgstr "پیدا کردن آدرس"
105
-
106
- #: inc/fields/media.php:24
107
- msgid "+ Add Media"
108
- msgstr "+ افزودن رسانه"
109
-
110
- #: inc/fields/media.php:25
111
- msgid " file"
112
- msgstr " فایل"
113
-
114
- #: inc/fields/media.php:26
115
- msgid " files"
116
- msgstr " فایل‌ها"
117
-
118
- #: inc/fields/media.php:29
119
- msgid "View"
120
- msgstr "نمایش"
121
-
122
- #: inc/fields/media.php:30
123
- msgid "No Title"
124
- msgstr "بدون عنوان"
125
-
126
- #: inc/fields/media.php:33
127
- msgid "Select Files"
128
- msgstr "انتخاب فایل‌ها"
129
-
130
- #: inc/fields/media.php:34
131
- msgid "or"
132
- msgstr "یا"
133
-
134
- #: inc/fields/media.php:35
135
- msgid "Drop files here to upload"
136
- msgstr "فایل‌ها را برای بارگذاری اینجا بیاندازید"
137
-
138
- #: inc/fields/oembed.php:64
139
- msgid "Embed HTML not available."
140
- msgstr "قراردادن HTML امکان‌پذیر نیست"
141
-
142
- #: inc/fields/oembed.php:79
143
- msgid "Preview"
144
- msgstr "پیشنمایش"
145
-
146
- #: inc/fields/post.php:36
147
- msgid "Select a post"
148
- msgstr "انتخاب یک پست"
149
-
150
- #: inc/fields/post.php:41 inc/fields/taxonomy.php:52
151
- #, php-format
152
- msgid "Select a %s"
153
- msgstr "انتخاب یک %s"
154
-
155
- #: inc/fields/select-advanced.php:45
156
- msgid "Select an item"
157
- msgstr "انتخاب یک آیتم"
158
-
159
- #: inc/fields/select.php:87
160
- msgid "All"
161
- msgstr "همه"
162
-
163
- #: inc/fields/select.php:87
164
- msgid "None"
165
- msgstr "هیچکدام"
166
-
167
- #: inc/fields/taxonomy.php:47
168
- msgid "Select a term"
169
- msgstr "انتخاب یک دسته"
170
-
171
- #: inc/fields/thickbox-image.php:55
172
- msgid "Upload Images"
173
- msgstr "بارگذاری تصاویر"
174
-
175
- #: inc/fields/user.php:30
176
- msgid "Select an user"
177
- msgstr "انتخاب یک کاربر"
178
-
179
- #: inc/validation.php:47
180
- msgid "Please correct the errors highlighted below and try again."
181
- msgstr "لطفا خطاهای پررنگ شده زیر را تصحیح و مجددا تلاش نمایید."
182
-
183
- #~ msgid "Upload Files"
184
- #~ msgstr "بارگذاری فایل‌ها"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-fr_FR.mo DELETED
Binary file
inc/meta-box/languages/meta-box-fr_FR.po DELETED
@@ -1,217 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Meta Box\n"
4
- "POT-Creation-Date: 2017-08-11 10:11+0000\n"
5
- "PO-Revision-Date: 2017-08-11 10:17+0000\n"
6
- "Last-Translator: Ludovic <me@ludovicmeyer.com>\n"
7
- "Language-Team: French (France)\n"
8
- "Language: fr-FR\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Loco - https://localise.biz/\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
17
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
- "Plural-Forms: nplurals=2; plural=n > 1\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Poedit-SearchPathExcluded-0: *.js\n"
21
- "Report-Msgid-Bugs-To: "
22
-
23
- #: inc/field.php:356
24
- msgid "+ Add more"
25
- msgstr "+ Ajouter"
26
-
27
- #: inc/fields/input-list.php:90
28
- msgid "Select All / None"
29
- msgstr "Sélectionner tout / acucun"
30
-
31
- #: inc/fields/select.php:87
32
- msgid "All"
33
- msgstr "Tout"
34
-
35
- #: inc/fields/select.php:87
36
- msgid "None"
37
- msgstr "Aucun"
38
-
39
- #: inc/fields/media.php:24
40
- msgctxt "media"
41
- msgid "+ Add Media"
42
- msgstr "+ Ajouter un média"
43
-
44
- #: inc/fields/media.php:25
45
- msgctxt "media"
46
- msgid " file"
47
- msgstr "fichier"
48
-
49
- #: inc/fields/media.php:26
50
- msgctxt "media"
51
- msgid " files"
52
- msgstr "fichiers"
53
-
54
- #: inc/fields/media.php:27
55
- msgctxt "media"
56
- msgid "Remove"
57
- msgstr "Supprimer"
58
-
59
- #: inc/fields/media.php:28
60
- msgctxt "media"
61
- msgid "Edit"
62
- msgstr "Éditer"
63
-
64
- #: inc/fields/media.php:29
65
- msgctxt "media"
66
- msgid "View"
67
- msgstr "Voir"
68
-
69
- #: inc/fields/media.php:30
70
- msgctxt "media"
71
- msgid "No Title"
72
- msgstr "Pas de titre"
73
-
74
- #: inc/fields/media.php:33
75
- msgctxt "media"
76
- msgid "Select Files"
77
- msgstr "Sélectionner un fichier"
78
-
79
- #: inc/fields/media.php:34
80
- msgctxt "media"
81
- msgid "or"
82
- msgstr "ou"
83
-
84
- #: inc/fields/media.php:35
85
- msgctxt "media"
86
- msgid "Drop files here to upload"
87
- msgstr "Déposer un fichier ici pour l'envoyer"
88
-
89
- #: inc/fields/post.php:36
90
- msgid "Select a post"
91
- msgstr "Sélectionner un article"
92
-
93
- #: inc/fields/checkbox.php:50
94
- msgid "Yes"
95
- msgstr "Oui"
96
-
97
- #: inc/fields/checkbox.php:50
98
- msgid "No"
99
- msgstr "Non"
100
-
101
- #: inc/fields/user.php:30
102
- msgid "Select an user"
103
- msgstr "Sélectionner un utilisateur"
104
-
105
- #: inc/fields/select-advanced.php:45
106
- msgid "Select an item"
107
- msgstr "Sélectionner un élément"
108
-
109
- #: inc/fields/key-value.php:126
110
- msgid "Key"
111
- msgstr "Clé"
112
-
113
- #: inc/fields/key-value.php:127
114
- msgid "Value"
115
- msgstr "Valeur"
116
-
117
- #: inc/fields/taxonomy.php:47
118
- msgid "Select a term"
119
- msgstr "Sélectionner un terme"
120
-
121
- #. Name of the plugin
122
- msgid "Meta Box"
123
- msgstr ""
124
-
125
- #. Description of the plugin
126
- msgid "Create custom meta boxes and custom fields in WordPress."
127
- msgstr ""
128
-
129
- #. URI of the plugin
130
- #. Author URI of the plugin
131
- msgid "https://metabox.io"
132
- msgstr ""
133
-
134
- #. Author of the plugin
135
- msgid "MetaBox.io"
136
- msgstr ""
137
-
138
- #: inc/core.php:33
139
- msgid "Documentation"
140
- msgstr "Documentation"
141
-
142
- #: inc/core.php:34
143
- msgid "Extensions"
144
- msgstr "Extensions"
145
-
146
- #: inc/validation.php:47
147
- msgid "Please correct the errors highlighted below and try again."
148
- msgstr ""
149
- "Merci de corriger les erreurs mises en évidence ci-dessous et de réessayer."
150
-
151
- #: inc/fields/file.php:21
152
- #, php-format
153
- msgid "You may only upload maximum %d file"
154
- msgstr "Vous ne pouvez mettre en ligne qu'un fichier de %d maximum"
155
-
156
- #: inc/fields/file.php:23
157
- #, php-format
158
- msgid "You may only upload maximum %d files"
159
- msgstr "Vous ne pouvez mettre en ligne que des fichiers de %d maximum"
160
-
161
- #: inc/fields/file.php:83
162
- msgid "Error: Cannot delete file"
163
- msgstr "Erreur : Impossible de supprimer le fichier"
164
-
165
- #: inc/fields/file.php:97
166
- msgctxt "file upload"
167
- msgid "+ Add new file"
168
- msgstr "+ Ajouter un nouveau fichier"
169
-
170
- #: inc/fields/file.php:147
171
- msgctxt "file upload"
172
- msgid "Delete"
173
- msgstr "Supprimer"
174
-
175
- #: inc/fields/file.php:148
176
- msgctxt "file upload"
177
- msgid "Edit"
178
- msgstr "Modifier"
179
-
180
- #: inc/fields/oembed.php:64
181
- msgid "Embed HTML not available."
182
- msgstr "Intégration du code HTML non disponible."
183
-
184
- #: inc/fields/select.php:87 inc/fields/file-input.php:38
185
- msgid "Select"
186
- msgstr "Choisissez"
187
-
188
- #: inc/fields/thickbox-image.php:55
189
- msgctxt "image upload"
190
- msgid "Upload Images"
191
- msgstr "Mettez en ligne des images"
192
-
193
- #: inc/fields/post.php:41 inc/fields/taxonomy.php:52
194
- #, php-format
195
- msgid "Select a %s"
196
- msgstr "Choisissez un %s"
197
-
198
- #: inc/fields/button.php:32
199
- msgid "Click me"
200
- msgstr "Cliquez-ici"
201
-
202
- #: inc/fields/autocomplete.php:20 inc/fields/autocomplete.php:81
203
- #: inc/fields/autocomplete.php:93
204
- msgid "Delete"
205
- msgstr "Supprimer"
206
-
207
- #: inc/fields/map.php:62
208
- msgid "Find Address"
209
- msgstr "Trouver une adresse"
210
-
211
- #: inc/fields/file-input.php:19
212
- msgid "Select File"
213
- msgstr "Choisissez un fichier"
214
-
215
- #: inc/fields/file-input.php:40
216
- msgid "Remove"
217
- msgstr "Supprimer"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-it_IT.mo DELETED
Binary file
inc/meta-box/languages/meta-box-it_IT.po DELETED
@@ -1,318 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Meta Box 4.8.7\n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/meta-box\n"
5
- "POT-Creation-Date: 2017-12-14 12:13+0100\n"
6
- "PO-Revision-Date: 2017-12-14 13:06+0100\n"
7
- "Last-Translator: Giacomo Antolini <giacomo.antolini@gmail.com>\n"
8
- "Language-Team: Meta Box <admin@metabox.io>\n"
9
- "Language: it_IT\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_x;_e;_ex;_n;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
14
- "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Generator: Poedit 2.0.4\n"
18
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Poedit-SearchPathExcluded-0: js\n"
21
- "X-Poedit-SearchPathExcluded-1: demo\n"
22
- "X-Poedit-SearchPathExcluded-2: tests\n"
23
- "X-Poedit-SearchPathExcluded-3: css\n"
24
- "X-Poedit-SearchPathExcluded-4: lang\n"
25
-
26
- #: inc/about/about.php:50
27
- msgid "About"
28
- msgstr "Informazioni"
29
-
30
- #: inc/about/about.php:59 inc/about/about.php:60
31
- msgid "Welcome to Meta Box"
32
- msgstr "Benvenuto su Meta Box"
33
-
34
- #: inc/about/sections/getting-started.php:13
35
- msgid "Getting Started With Online Generator"
36
- msgstr "Inizia Con Il Generatore Online"
37
-
38
- #: inc/about/sections/getting-started.php:14
39
- msgid ""
40
- "The fastest way to getting started with Meta Box is use our online generator "
41
- "to generate meta boxes with custom fields. It provides a friendly UI for you "
42
- "to create meta boxes and custom fields just by drag and drop fields."
43
- msgstr ""
44
- "Il modo più facile per iniziare con Meta Box è utilizzando il nostro "
45
- "generatore online. Fornisce una semplice interfaccia grafica che permette di "
46
- "creare le meta box e i campi personalizzati tramite il drag-and-drop."
47
-
48
- #: inc/about/sections/getting-started.php:16
49
- msgid "online generator"
50
- msgstr "generatore online"
51
-
52
- #: inc/about/sections/getting-started.php:18
53
- msgid "Go to Online Generator"
54
- msgstr "Vai al Generatore Online"
55
-
56
- #: inc/about/sections/getting-started.php:22
57
- msgid "Understand The Basics"
58
- msgstr "Capire Le Basi"
59
-
60
- #: inc/about/sections/getting-started.php:23
61
- msgid ""
62
- "Meta Box doesn't have any admin page for configuration or settings. Instead "
63
- "of that, it provides a very powerful API to speed up the process of creating "
64
- "meta boxes and custom fields. It might take you a little time at first, but "
65
- "then you'll love the way it work because it helps you do and customize "
66
- "almost everything."
67
- msgstr ""
68
- "Meta Box non ha una pagina di gestione per la configurazione e le "
69
- "impostazioni. Al suo posto, fornisce delle potenti API per velocizzare il "
70
- "processo di creazione delle meta box e dei campi personalizzati. Può "
71
- "richiedere un po’ di tempo all’inizio, ma poi amerai il modo in cui funziona "
72
- "perché ti dà la possibilità di personalizzare quasi tutto."
73
-
74
- #: inc/about/sections/getting-started.php:24
75
- msgid "Learn More"
76
- msgstr "Scopri di Più"
77
-
78
- #: inc/about/sections/getting-started.php:26 inc/core.php:39
79
- msgid "Extensions"
80
- msgstr "Estensioni"
81
-
82
- #: inc/about/sections/getting-started.php:27
83
- msgid ""
84
- "Wanna see more features that transform your WordPress website into a "
85
- "powerful CMS? Check out some extensions below:"
86
- msgstr ""
87
-
88
- #: inc/about/sections/getting-started.php:29
89
- msgid "Meta Box Group"
90
- msgstr ""
91
-
92
- #: inc/about/sections/getting-started.php:30
93
- msgid "Meta Box Conditional Logic"
94
- msgstr ""
95
-
96
- #: inc/about/sections/getting-started.php:31
97
- msgid "MB Settings Page"
98
- msgstr ""
99
-
100
- #: inc/about/sections/getting-started.php:32
101
- msgid "MB Term Meta"
102
- msgstr ""
103
-
104
- #: inc/about/sections/getting-started.php:34
105
- msgid "More Extensions"
106
- msgstr "Altre Estensioni"
107
-
108
- #: inc/about/sections/getting-started.php:39
109
- msgid "Go to MetaBox.IO &rarr;"
110
- msgstr "Vai su MetaBox.IO &rarr;"
111
-
112
- #: inc/about/sections/tabs.php:11
113
- msgid "Getting Started"
114
- msgstr "Inizia"
115
-
116
- #: inc/about/sections/welcome.php:13
117
- #, php-format
118
- msgid "Welcome to %1$s %2$s"
119
- msgstr "Benvenuto su %1$s %2$s"
120
-
121
- #: inc/about/sections/welcome.php:16
122
- msgid ""
123
- "This plugin is a lightweight and powerful toolkit that helps you to create "
124
- "custom meta boxes and custom fields in WordPress fast and easy. Follow the "
125
- "instruction below to get started."
126
- msgstr ""
127
-
128
- #: inc/core.php:38
129
- msgid "Documentation"
130
- msgstr "Documentazione"
131
-
132
- #: inc/field.php:356
133
- msgid "+ Add more"
134
- msgstr "+ Aggiungine altre"
135
-
136
- #: inc/fields/autocomplete.php:20 inc/fields/autocomplete.php:81
137
- #: inc/fields/autocomplete.php:93
138
- msgid "Delete"
139
- msgstr "Elimina"
140
-
141
- #: inc/fields/file.php:121
142
- msgctxt "file upload"
143
- msgid "Delete"
144
- msgstr "Elimina"
145
-
146
- #: inc/fields/button.php:32
147
- msgid "Click me"
148
- msgstr "Cliccami"
149
-
150
- #: inc/fields/checkbox.php:53
151
- msgid "Yes"
152
- msgstr "Sì"
153
-
154
- #: inc/fields/checkbox.php:53
155
- msgid "No"
156
- msgstr "No"
157
-
158
- #: inc/fields/file-input.php:19
159
- msgid "Select File"
160
- msgstr "Seleziona File"
161
-
162
- #: inc/fields/file-input.php:38 inc/fields/select.php:87
163
- msgid "Select"
164
- msgstr "Seleziona"
165
-
166
- #: inc/fields/file-input.php:40
167
- msgid "Remove"
168
- msgstr "Rimuovi"
169
-
170
- #: inc/fields/media.php:27
171
- msgctxt "media"
172
- msgid "Remove"
173
- msgstr "Rimuovi"
174
-
175
- #: inc/fields/file.php:21
176
- #, php-format
177
- msgid "You may only upload maximum %d file"
178
- msgstr "Puoi caricare al massimo %d file"
179
-
180
- #: inc/fields/file.php:23
181
- #, php-format
182
- msgid "You may only upload maximum %d files"
183
- msgstr "Puoi caricare al massimo %d file"
184
-
185
- #: inc/fields/file.php:53
186
- msgid "Error: Cannot delete file"
187
- msgstr "Errore: Non posso cancellare il file"
188
-
189
- #: inc/fields/file.php:66
190
- msgctxt "file upload"
191
- msgid "+ Add new file"
192
- msgstr "+ Aggiungi un nuovo file"
193
-
194
- #: inc/fields/file.php:122
195
- msgctxt "file upload"
196
- msgid "Edit"
197
- msgstr "Modifica"
198
-
199
- #: inc/fields/media.php:28
200
- msgctxt "media"
201
- msgid "Edit"
202
- msgstr "Modifica"
203
-
204
- #: inc/fields/input-list.php:90
205
- msgid "Select All / None"
206
- msgstr "Seleziona Tutti / Nessuno"
207
-
208
- #: inc/fields/key-value.php:126
209
- msgid "Key"
210
- msgstr "Chiave"
211
-
212
- #: inc/fields/key-value.php:127
213
- msgid "Value"
214
- msgstr "Valore"
215
-
216
- #: inc/fields/map.php:64
217
- msgid "Find Address"
218
- msgstr "Trova l'Indirizzo"
219
-
220
- #: inc/fields/media.php:24
221
- msgctxt "media"
222
- msgid "+ Add Media"
223
- msgstr "+ Aggiungi Media"
224
-
225
- #: inc/fields/media.php:25
226
- msgctxt "media"
227
- msgid " file"
228
- msgstr " file"
229
-
230
- #: inc/fields/media.php:26
231
- msgctxt "media"
232
- msgid " files"
233
- msgstr " file"
234
-
235
- #: inc/fields/media.php:29
236
- msgctxt "media"
237
- msgid "View"
238
- msgstr "Mostra"
239
-
240
- #: inc/fields/media.php:30
241
- msgctxt "media"
242
- msgid "No Title"
243
- msgstr "Nessun Titolo"
244
-
245
- #: inc/fields/media.php:33
246
- msgctxt "media"
247
- msgid "Select Files"
248
- msgstr "Seleziona File"
249
-
250
- #: inc/fields/media.php:34
251
- msgctxt "media"
252
- msgid "or"
253
- msgstr "o"
254
-
255
- #: inc/fields/media.php:35
256
- msgctxt "media"
257
- msgid "Drop files here to upload"
258
- msgstr "Trascina i file qui per caricarli"
259
-
260
- #: inc/fields/oembed.php:64
261
- msgid "Embed HTML not available."
262
- msgstr "Incorporazione dell'HTML non disponibile."
263
-
264
- #: inc/fields/post.php:36
265
- msgid "Select a post"
266
- msgstr "Seleziona un post"
267
-
268
- #: inc/fields/post.php:41 inc/fields/taxonomy.php:52
269
- #, php-format
270
- msgid "Select a %s"
271
- msgstr "Seleziona un %s"
272
-
273
- #: inc/fields/select-advanced.php:45
274
- msgid "Select an item"
275
- msgstr "Seleziona un oggetto"
276
-
277
- #: inc/fields/select.php:87
278
- msgid "All"
279
- msgstr "Tutto"
280
-
281
- #: inc/fields/select.php:87
282
- msgid "None"
283
- msgstr "Nessuno"
284
-
285
- #: inc/fields/sidebar.php:30
286
- msgid "Select a sidebar"
287
- msgstr "Seleziona una sidecar"
288
-
289
- #: inc/fields/switch.php:90
290
- msgid "On"
291
- msgstr "Acceso"
292
-
293
- #: inc/fields/switch.php:91
294
- msgid "Off"
295
- msgstr "Spento"
296
-
297
- #: inc/fields/taxonomy.php:47
298
- msgid "Select a term"
299
- msgstr "Seleziona un termine"
300
-
301
- #: inc/fields/thickbox-image.php:55
302
- msgctxt "image upload"
303
- msgid "Upload Images"
304
- msgstr "Carica Immagini"
305
-
306
- #: inc/fields/user.php:30
307
- msgid "Select an user"
308
- msgstr "Seleziona un utente"
309
-
310
- #: inc/validation.php:47
311
- msgid "Please correct the errors highlighted below and try again."
312
- msgstr "Correggere gli errori evidenziati qui sotto e riprovare."
313
-
314
- #~ msgid "Upload Files"
315
- #~ msgstr "Carica i File"
316
-
317
- #~ msgid "Preview"
318
- #~ msgstr "Anteprima"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-nb_NO.mo DELETED
Binary file
inc/meta-box/languages/meta-box-nb_NO.po DELETED
@@ -1,149 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Meta Box Script For WordPress\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-02 14:08+0700\n"
6
- "PO-Revision-Date: 2012-03-05 22:32+0100\n"
7
- "Last-Translator: \n"
8
- "Language-Team: Magnus Kolstad <mrkolby@gmail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_n:1,2;_n_noop:1,2;_nx:1,2;_nx_noop:1,2;_x:2c,1\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: Norwegian (Bokmål)\n"
15
- "X-Poedit-Country: Norwegian\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-SearchPath-1: ../inc/fields\n"
20
-
21
- #: ../meta-box.php:334
22
- msgid "+"
23
- msgstr "+"
24
-
25
- #: ../meta-box.php:358
26
- msgid "&#8211;"
27
- msgstr "&#8211;"
28
-
29
- #: ../meta-box.php:691
30
- msgid "RW_Meta_Box Debug:"
31
- msgstr "RW_Meta_Box-debug"
32
-
33
- #: ../inc/fields/color.php:45
34
- msgid "Select a color"
35
- msgstr "Velg en farge"
36
-
37
- #: ../inc/fields/file.php:69
38
- msgid "Error: Cannot delete file"
39
- msgstr "Feil: Kan ikke slette fil"
40
-
41
- #: ../inc/fields/file.php:83
42
- msgctxt "file upload"
43
- msgid "Uploaded files"
44
- msgstr "Opplastede filer"
45
-
46
- #: ../inc/fields/file.php:84
47
- msgctxt "file upload"
48
- msgid "Delete this file"
49
- msgstr "Slett denne filen"
50
-
51
- #: ../inc/fields/file.php:85
52
- msgctxt "file upload"
53
- msgid "Delete"
54
- msgstr "Slett"
55
-
56
- #: ../inc/fields/file.php:86
57
- msgctxt "file upload"
58
- msgid "Upload files"
59
- msgstr "Last opp filer"
60
-
61
- #: ../inc/fields/file.php:87
62
- msgctxt "file upload"
63
- msgid "Add another file"
64
- msgstr "Legg til en fil"
65
-
66
- #: ../inc/fields/image.php:68
67
- msgid "Order saved"
68
- msgstr "Sortering lagret"
69
-
70
- #: ../inc/fields/image.php:84
71
- #: ../inc/fields/plupload-image.php:178
72
- msgctxt "image upload"
73
- msgid "Uploaded files"
74
- msgstr "Opplastede filer"
75
-
76
- #: ../inc/fields/image.php:85
77
- #: ../inc/fields/plupload-image.php:140
78
- msgctxt "image upload"
79
- msgid "Delete this file"
80
- msgstr "Slett denne filen"
81
-
82
- #: ../inc/fields/image.php:86
83
- #: ../inc/fields/plupload-image.php:141
84
- msgctxt "image upload"
85
- msgid "Delete"
86
- msgstr "Slett"
87
-
88
- #: ../inc/fields/image.php:87
89
- #: ../inc/fields/plupload-image.php:142
90
- msgctxt "image upload"
91
- msgid "Edit"
92
- msgstr "Endre"
93
-
94
- #: ../inc/fields/image.php:88
95
- #: ../inc/fields/plupload-image.php:179
96
- msgctxt "image upload"
97
- msgid "Upload files"
98
- msgstr "Last opp filer"
99
-
100
- #: ../inc/fields/image.php:89
101
- #: ../inc/fields/plupload-image.php:180
102
- msgctxt "image upload"
103
- msgid "Add another file"
104
- msgstr "Legg til en fil"
105
-
106
- #: ../inc/fields/plupload-image.php:112
107
- msgctxt "image upload"
108
- msgid "Allowed Image Files"
109
- msgstr "Tillate bilde-filer"
110
-
111
- #: ../inc/fields/plupload-image.php:183
112
- msgctxt "image upload"
113
- msgid "Drop images here"
114
- msgstr "Slipp bildene her"
115
-
116
- #: ../inc/fields/plupload-image.php:184
117
- msgctxt "image upload"
118
- msgid "or"
119
- msgstr "eller"
120
-
121
- #: ../inc/fields/plupload-image.php:185
122
- #, fuzzy
123
- msgctxt "image upload"
124
- msgid "Select Files"
125
- msgstr "Velg en farge"
126
-
127
- #~ msgid "Cannot delete file. Something's wrong."
128
- #~ msgstr "Kan ikke slette filen. Noe er galt."
129
-
130
- #~ msgid "Uploaded files"
131
- #~ msgstr "Opplastede filer."
132
-
133
- #~ msgid "Delete"
134
- #~ msgstr "Slett"
135
-
136
- #~ msgid "Upload new files"
137
- #~ msgstr "Last opp nye filer"
138
-
139
- #~ msgid "Add more file"
140
- #~ msgstr "Legg til flere filer"
141
-
142
- #~ msgid "Uploaded images"
143
- #~ msgstr "Opplastede bilder"
144
-
145
- #~ msgid "Delete this image"
146
- #~ msgstr "Slett dette bildet"
147
-
148
- #~ msgid "Upload new images"
149
- #~ msgstr "Last opp nye bilder"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-nl_NL.mo DELETED
Binary file
inc/meta-box/languages/meta-box-nl_NL.po DELETED
@@ -1,130 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Meta Box Script For WordPress\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-04-21 01:56+0100\n"
6
- "PO-Revision-Date: 2013-04-21 01:56+0100\n"
7
- "Last-Translator: Cor van Noorloos <info@webvorm.nl>\n"
8
- "Language-Team: Rilwis <rilwis@gmail.com>\n"
9
- "Language: nl_NL\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e;_x:2c,1;_n:1,2;_n_noop:1,2;_nx:1,2;"
14
- "_nx_noop:1,2\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Generator: Poedit 1.5.5\n"
18
- "X-Poedit-SearchPath-0: ..\n"
19
- "X-Poedit-SearchPath-1: ../inc/fields\n"
20
-
21
- #: ../inc/classes/meta-box.php:299
22
- msgid "Please correct the errors highlighted below and try again."
23
- msgstr "Corrigeer de fouten hieronder gemarkeerd en probeer opnieuw."
24
-
25
- #: ../inc/classes/meta-box.php:360
26
- msgid "+"
27
- msgstr "+"
28
-
29
- #: ../inc/classes/meta-box.php:382
30
- msgid "&#8211;"
31
- msgstr "&#8211;"
32
-
33
- #: ../inc/fields/file-advanced.php:62
34
- msgctxt "file upload"
35
- msgid "Select or Upload Files"
36
- msgstr "Bestanden selecteren of uploaden"
37
-
38
- #: ../inc/fields/file.php:66
39
- msgid "Error: Cannot delete file"
40
- msgstr "Foutmelding: Kan bestand niet verwijderen"
41
-
42
- #: ../inc/fields/file.php:80
43
- msgctxt "file upload"
44
- msgid "Upload Files"
45
- msgstr "Bestanden uploaden"
46
-
47
- #: ../inc/fields/file.php:81
48
- msgctxt "file upload"
49
- msgid "+ Add new file"
50
- msgstr "+ Nieuw bestand toevoegen"
51
-
52
- #: ../inc/fields/file.php:133
53
- msgctxt "file upload"
54
- msgid "Delete"
55
- msgstr "Verwijderen"
56
-
57
- #: ../inc/fields/file.php:134
58
- msgctxt "file upload"
59
- msgid "Edit"
60
- msgstr "Bewerken"
61
-
62
- #: ../inc/fields/image-advanced.php:68
63
- msgctxt "image upload"
64
- msgid "Select or Upload Images"
65
- msgstr "Afbeeldingen selecteren of uploaden"
66
-
67
- #: ../inc/fields/image.php:64
68
- msgid "Order saved"
69
- msgstr "Volgorde opgeslagen"
70
-
71
- #: ../inc/fields/image.php:78 ../inc/fields/thickbox-image.php:35
72
- msgctxt "image upload"
73
- msgid "Upload Images"
74
- msgstr "Afbeeldingen uploaden"
75
-
76
- #: ../inc/fields/image.php:79
77
- msgctxt "image upload"
78
- msgid "+ Add new image"
79
- msgstr "+ Nieuwe afbeelding toevoegen"
80
-
81
- #: ../inc/fields/image.php:144
82
- msgctxt "image upload"
83
- msgid "Delete"
84
- msgstr "Verwijderen"
85
-
86
- #: ../inc/fields/image.php:145
87
- msgctxt "image upload"
88
- msgid "Edit"
89
- msgstr "Bewerken"
90
-
91
- #: ../inc/fields/map.php:46
92
- msgid "Find Address"
93
- msgstr "Adres vinden"
94
-
95
- #: ../inc/fields/plupload-image.php:104
96
- msgctxt "image upload"
97
- msgid "Drop images here"
98
- msgstr "Afbeeldingen naar hier verslepen"
99
-
100
- #: ../inc/fields/plupload-image.php:105
101
- msgctxt "image upload"
102
- msgid "or"
103
- msgstr "of"
104
-
105
- #: ../inc/fields/plupload-image.php:106
106
- msgctxt "image upload"
107
- msgid "Select Files"
108
- msgstr "Bestanden selecteren"
109
-
110
- #: ../inc/fields/plupload-image.php:181
111
- msgctxt "image upload"
112
- msgid "Allowed Image Files"
113
- msgstr "Toegestane afbeeldingsbestanden"
114
-
115
- #: ../inc/fields/post.php:54
116
- msgid "Post"
117
- msgstr "Bericht"
118
-
119
- #: ../inc/fields/post.php:68 ../inc/fields/taxonomy.php:40
120
- #, php-format
121
- msgid "Select a %s"
122
- msgstr "Een %s selecteren"
123
-
124
- #: ../inc/fields/select-advanced.php:71
125
- msgid "Select a value"
126
- msgstr "Een waarde selecteren"
127
-
128
- #~ msgctxt "file upload"
129
- #~ msgid "Select Files"
130
- #~ msgstr "Bestanden selecteren"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-pl_PL.mo DELETED
Binary file
inc/meta-box/languages/meta-box-pl_PL.po DELETED
@@ -1,215 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: meta-box\n"
4
- "POT-Creation-Date: 2017-02-01 08:56+0000\n"
5
- "PO-Revision-Date: 2017-02-02 15:01+0000\n"
6
- "Last-Translator: admin <test@bumerang.vot.pl>\n"
7
- "Language-Team: Polish\n"
8
- "Language: pl-PL\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Loco - https://localise.biz/\n"
13
- "X-Poedit-Basepath: ..\\\n"
14
- "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10 >= 2 && n%10<=4 "
15
- "&&(n%100<10||n%100 >= 20)? 1 : 2)\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_n_noop:1,2;_nx:1,2;_nx_noop:1,2;_x:1,"
18
- "2c\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "Report-Msgid-Bugs-To: "
21
-
22
- #. Name of the plugin
23
- msgid "Meta Box"
24
- msgstr "Meta Box"
25
-
26
- #. Description of the plugin
27
- msgid "Create custom meta boxes and custom fields in WordPress."
28
- msgstr "Twórz customowe meta boxy i custom field w Wordpress"
29
-
30
- #. URI of the plugin
31
- msgid "https://metabox.io"
32
- msgstr "https://metabox.io"
33
-
34
- #. Author of the plugin
35
- msgid "Rilwis"
36
- msgstr "Rilwis"
37
-
38
- #. Author URI of the plugin
39
- msgid "http://www.deluxeblogtips.com"
40
- msgstr "http://www.deluxeblogtips.com"
41
-
42
- #: inc/clone.php:95
43
- msgid "+ Add more"
44
- msgstr "+ Dodaj więcej"
45
-
46
- #: inc/fields/select-advanced.php:41
47
- msgid "Select an item"
48
- msgstr "Wybierz element"
49
-
50
- #: inc/fields/taxonomy.php:48
51
- msgid "Select a term"
52
- msgstr "Wybierz term"
53
-
54
- #: inc/fields/select.php:84
55
- msgid "All"
56
- msgstr "Wszystko"
57
-
58
- #: inc/fields/select.php:84
59
- msgid "None"
60
- msgstr "Żadne"
61
-
62
- #: inc/fields/media.php:17
63
- msgctxt "media"
64
- msgid "+ Add Media"
65
- msgstr "+ Dodaj plik multimedialny"
66
-
67
- #: inc/fields/media.php:18
68
- msgctxt "media"
69
- msgid " file"
70
- msgstr "plik"
71
-
72
- #: inc/fields/media.php:19
73
- msgctxt "media"
74
- msgid " files"
75
- msgstr "pliki"
76
-
77
- #: inc/fields/media.php:20
78
- msgctxt "media"
79
- msgid "Remove"
80
- msgstr "Usuń"
81
-
82
- #: inc/fields/media.php:21
83
- msgctxt "media"
84
- msgid "Edit"
85
- msgstr "Edytuj"
86
-
87
- #: inc/fields/media.php:22
88
- msgctxt "media"
89
- msgid "View"
90
- msgstr "Obejrzyj "
91
-
92
- #: inc/fields/media.php:23
93
- msgctxt "media"
94
- msgid "No Title"
95
- msgstr "Bez tytułu"
96
-
97
- #: inc/fields/media.php:26
98
- msgctxt "media"
99
- msgid "Select Files"
100
- msgstr "Wybierz pliki"
101
-
102
- #: inc/fields/media.php:27
103
- msgctxt "media"
104
- msgid "or"
105
- msgstr "lub"
106
-
107
- #: inc/fields/media.php:28
108
- msgctxt "media"
109
- msgid "Drop files here to upload"
110
- msgstr "Upuść pliki tutaj,by zuploadować"
111
-
112
- #: inc/validation.php:47
113
- msgid "Please correct the errors highlighted below and try again."
114
- msgstr "Prosze popraw podświetlone błędy i spróbuj ponownie."
115
-
116
- #: inc/core.php:42
117
- msgid "Documentation"
118
- msgstr "Dokumentacja"
119
-
120
- #: inc/core.php:43
121
- msgid "Extensions"
122
- msgstr "Rozszerzenia"
123
-
124
- #: inc/fields/map.php:57
125
- msgid "Find Address"
126
- msgstr "Wyszukaj adres"
127
-
128
- #: inc/fields/taxonomy.php:51 inc/fields/post.php:36
129
- #, php-format
130
- msgid "Select a %s"
131
- msgstr "Wybierz %s"
132
-
133
- #: inc/fields/checkbox.php:53
134
- msgid "Yes"
135
- msgstr "Tak"
136
-
137
- #: inc/fields/checkbox.php:53
138
- msgid "No"
139
- msgstr "Nie"
140
-
141
- #: inc/fields/button.php:27
142
- msgid "Click me"
143
- msgstr "Kliknij mnie"
144
-
145
- #: inc/fields/file-input.php:17
146
- msgid "Select File"
147
- msgstr "Wybierz plik"
148
-
149
- #: inc/fields/file-input.php:39 inc/fields/select.php:84
150
- msgid "Select"
151
- msgstr "Zaznacz"
152
-
153
- #: inc/fields/file-input.php:41
154
- msgid "Remove"
155
- msgstr "Usuń"
156
-
157
- #: inc/fields/post.php:33
158
- msgid "Select a post"
159
- msgstr "Wybierz wpis"
160
-
161
- #: inc/fields/autocomplete.php:15 inc/fields/autocomplete.php:74
162
- #: inc/fields/autocomplete.php:89
163
- msgid "Delete"
164
- msgstr "Usuń"
165
-
166
- #: inc/fields/thickbox-image.php:51
167
- msgctxt "image upload"
168
- msgid "Upload Images"
169
- msgstr "Wyślij obrazki"
170
-
171
- #: inc/fields/oembed.php:60
172
- msgid "Embed HTML not available."
173
- msgstr "Osadzenie HTML nie jest możliwe."
174
-
175
- #: inc/fields/oembed.php:75
176
- msgid "Preview"
177
- msgstr "Podgląd"
178
-
179
- #: inc/fields/file.php:16
180
- #, php-format
181
- msgid "You may only upload maximum %d file"
182
- msgstr "Możesz wysłać maksymalnie %d plik"
183
-
184
- #: inc/fields/file.php:17
185
- #, php-format
186
- msgid "You may only upload maximum %d files"
187
- msgstr "Możesz wysłać maksymalnie %d pliki/plików"
188
-
189
- #: inc/fields/file.php:73
190
- msgid "Error: Cannot delete file"
191
- msgstr "Błąd: Nie można usunąć pliku"
192
-
193
- #: inc/fields/file.php:85
194
- msgctxt "file upload"
195
- msgid "Upload Files"
196
- msgstr "Wyślij pliki"
197
-
198
- #: inc/fields/file.php:86
199
- msgctxt "file upload"
200
- msgid "+ Add new file"
201
- msgstr "+ Dodaj nowy plik"
202
-
203
- #: inc/fields/file.php:150
204
- msgctxt "file upload"
205
- msgid "Delete"
206
- msgstr "Usuń"
207
-
208
- #: inc/fields/file.php:151
209
- msgctxt "file upload"
210
- msgid "Edit"
211
- msgstr "Edytuj"
212
-
213
- #: inc/fields/user.php:33
214
- msgid "Select an user"
215
- msgstr "Wybierz użytkownika"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-pt_BR.mo DELETED
Binary file
inc/meta-box/languages/meta-box-pt_BR.po DELETED
@@ -1,124 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Meta Box Script For WordPress\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-03-02 14:08+0700\n"
6
- "PO-Revision-Date: 2012-03-19 02:59-0300\n"
7
- "Last-Translator: name <email@domain.com>\n"
8
- "Language-Team: Rilwis <rilwis@gmail.com>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: __;_e;_x:2c,1;_n:1,2;_n_noop:1,2;_nx:1,2;_nx_noop:1,2\n"
13
- "X-Poedit-Basepath: .\n"
14
- "X-Poedit-Language: English\n"
15
- "X-Poedit-Country: VIET NAM\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
- "X-Poedit-SearchPath-1: ../inc/fields\n"
19
-
20
- #: ../meta-box.php:334
21
- msgid "+"
22
- msgstr ""
23
-
24
- #: ../meta-box.php:358
25
- msgid "&#8211;"
26
- msgstr ""
27
-
28
- #: ../meta-box.php:691
29
- msgid "RW_Meta_Box Debug:"
30
- msgstr ""
31
-
32
- #: ../inc/fields/color.php:45
33
- msgid "Select a color"
34
- msgstr "Selecione a cor"
35
-
36
- #: ../inc/fields/file.php:69
37
- msgid "Error: Cannot delete file"
38
- msgstr ""
39
-
40
- #: ../inc/fields/file.php:83
41
- msgctxt "file upload"
42
- msgid "Uploaded files"
43
- msgstr "Arquivos carregados"
44
-
45
- #: ../inc/fields/file.php:84
46
- msgctxt "file upload"
47
- msgid "Delete this file"
48
- msgstr "Deletar esse arquivo"
49
-
50
- #: ../inc/fields/file.php:85
51
- msgctxt "file upload"
52
- msgid "Delete"
53
- msgstr "Deletar"
54
-
55
- #: ../inc/fields/file.php:86
56
- msgctxt "file upload"
57
- msgid "Upload files"
58
- msgstr "Carregar arquivos"
59
-
60
- #: ../inc/fields/file.php:87
61
- msgctxt "file upload"
62
- msgid "Add another file"
63
- msgstr "Adicionar outro arquivo"
64
-
65
- #: ../inc/fields/image.php:68
66
- msgid "Order saved"
67
- msgstr "Salvar ordem"
68
-
69
- #: ../inc/fields/image.php:84
70
- #: ../inc/fields/plupload-image.php:178
71
- msgctxt "image upload"
72
- msgid "Uploaded files"
73
- msgstr "Arquivos carregados"
74
-
75
- #: ../inc/fields/image.php:85
76
- #: ../inc/fields/plupload-image.php:140
77
- msgctxt "image upload"
78
- msgid "Delete this file"
79
- msgstr "Deletar esse arquivo"
80
-
81
- #: ../inc/fields/image.php:86
82
- #: ../inc/fields/plupload-image.php:141
83
- msgctxt "image upload"
84
- msgid "Delete"
85
- msgstr "Deletar"
86
-
87
- #: ../inc/fields/image.php:87
88
- #: ../inc/fields/plupload-image.php:142
89
- msgctxt "image upload"
90
- msgid "Edit"
91
- msgstr "Editar"
92
-
93
- #: ../inc/fields/image.php:88
94
- #: ../inc/fields/plupload-image.php:179
95
- msgctxt "image upload"
96
- msgid "Upload files"
97
- msgstr "Carregar arquivos"
98
-
99
- #: ../inc/fields/image.php:89
100
- #: ../inc/fields/plupload-image.php:180
101
- msgctxt "image upload"
102
- msgid "Add another file"
103
- msgstr "Adicionar outro arquivo"
104
-
105
- #: ../inc/fields/plupload-image.php:112
106
- msgctxt "image upload"
107
- msgid "Allowed Image Files"
108
- msgstr "Arquivos de imagem permetidos"
109
-
110
- #: ../inc/fields/plupload-image.php:183
111
- msgctxt "image upload"
112
- msgid "Drop images here"
113
- msgstr "Largue as imagens aqui"
114
-
115
- #: ../inc/fields/plupload-image.php:184
116
- msgctxt "image upload"
117
- msgid "or"
118
- msgstr "ou"
119
-
120
- #: ../inc/fields/plupload-image.php:185
121
- msgctxt "image upload"
122
- msgid "Select Files"
123
- msgstr "Selecione os arquivos"
124
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-ru_RU.mo DELETED
Binary file
inc/meta-box/languages/meta-box-ru_RU.po DELETED
@@ -1,637 +0,0 @@
1
- # <!=Copyright (C) 2014 Rilwis
2
- # This file is distributed under the GPL2+.=!>
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Meta Box 4.3.10\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/meta-box\n"
7
- "POT-Creation-Date: 2015-08-28 23:44+0300\n"
8
- "PO-Revision-Date: 2015-09-02 11:09+0300\n"
9
- "Last-Translator: \n"
10
- "Language-Team: \n"
11
- "Language: ru_RU\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.7.5\n"
16
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Poedit-KeywordsList: __;_x\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
-
22
- #: demo/all-custom-post-types.php:15
23
- msgid "Personal Information"
24
- msgstr ""
25
-
26
- #: demo/all-custom-post-types.php:20
27
- msgid "Full name"
28
- msgstr ""
29
-
30
- #: demo/better-include.php:16 demo/include-by-ID-or-page-template.php:8
31
- msgid "Meta Box Title"
32
- msgstr ""
33
-
34
- #: demo/better-include.php:19 demo/include-by-ID-or-page-template.php:14
35
- msgid "Your images"
36
- msgstr ""
37
-
38
- #: demo/checkbox.php:10
39
- msgid "Checkbox Upload Demo"
40
- msgstr ""
41
-
42
- #: demo/checkbox.php:14 demo/demo.php:74
43
- msgid "Checkbox"
44
- msgstr ""
45
-
46
- #: demo/checkbox.php:16
47
- msgid "Check or not check?"
48
- msgstr ""
49
-
50
- #: demo/date-time-js-options.php:8
51
- msgid "Date Time Picker With JS Options"
52
- msgstr ""
53
-
54
- #: demo/date-time-js-options.php:12
55
- msgid "Date"
56
- msgstr ""
57
-
58
- #: demo/date-time-js-options.php:18 demo/demo.php:193
59
- msgid "(yyyy-mm-dd)"
60
- msgstr ""
61
-
62
- #: demo/date-time-js-options.php:20
63
- msgid "Select Date"
64
- msgstr ""
65
-
66
- #: demo/date-time-js-options.php:21 demo/demo.php:194
67
- msgid "yy-mm-dd"
68
- msgstr ""
69
-
70
- #: demo/date-time-js-options.php:27
71
- msgid "Datetime"
72
- msgstr ""
73
-
74
- #: demo/date-time-js-options.php:38
75
- msgid "Time"
76
- msgstr ""
77
-
78
- #: demo/demo.php:42
79
- msgid "Standard Fields"
80
- msgstr ""
81
-
82
- #: demo/demo.php:61 demo/text.php:12
83
- msgid "Text"
84
- msgstr ""
85
-
86
- #: demo/demo.php:65 demo/text.php:14
87
- msgid "Text description"
88
- msgstr ""
89
-
90
- #: demo/demo.php:68 demo/text.php:18
91
- msgid "Default text value"
92
- msgstr ""
93
-
94
- #: demo/demo.php:82 demo/radio.php:13
95
- msgid "Radio"
96
- msgstr ""
97
-
98
- #: demo/demo.php:88 demo/demo.php:99 demo/demo.php:242 demo/demo.php:253
99
- #: demo/demo.php:302 demo/radio.php:20 demo/select.php:21
100
- #: demo/select.php:41
101
- msgid "Label1"
102
- msgstr ""
103
-
104
- #: demo/demo.php:89 demo/demo.php:100 demo/demo.php:243 demo/demo.php:254
105
- #: demo/demo.php:303 demo/radio.php:21 demo/select.php:22
106
- #: demo/select.php:42
107
- msgid "Label2"
108
- msgstr ""
109
-
110
- #: demo/demo.php:94 demo/demo.php:297 demo/select.php:13
111
- #: inc/fields/file-input.php:40 inc/fields/select.php:207
112
- msgid "Select"
113
- msgstr "Выбрать"
114
-
115
- #: demo/demo.php:105 demo/demo.php:308 demo/demo.php:333 demo/post.php:30
116
- #: demo/select.php:32 demo/select.php:49
117
- msgid "Select an Item"
118
- msgstr ""
119
-
120
- #: demo/demo.php:112
121
- msgid "Hidden value"
122
- msgstr ""
123
-
124
- #: demo/demo.php:116
125
- msgid "Password"
126
- msgstr ""
127
-
128
- #: demo/demo.php:122 demo/textarea.php:12
129
- msgid "Textarea"
130
- msgstr ""
131
-
132
- #: demo/demo.php:123 demo/textarea.php:14
133
- msgid "Textarea description"
134
- msgstr ""
135
-
136
- #: demo/demo.php:140
137
- msgid "Password is required"
138
- msgstr ""
139
-
140
- #: demo/demo.php:141
141
- msgid "Password must be at least 7 characters"
142
- msgstr ""
143
-
144
- #: demo/demo.php:149
145
- msgid "Advanced Fields"
146
- msgstr ""
147
-
148
- #: demo/demo.php:155
149
- msgid "Heading"
150
- msgstr ""
151
-
152
- #: demo/demo.php:157
153
- msgid "Optional description for this heading"
154
- msgstr ""
155
-
156
- #: demo/demo.php:161 demo/slider.php:12
157
- msgid "Slider"
158
- msgstr ""
159
-
160
- #: demo/demo.php:166 demo/slider.php:17
161
- msgid "$"
162
- msgstr ""
163
-
164
- #: demo/demo.php:167 demo/slider.php:18
165
- msgid " USD"
166
- msgstr ""
167
-
168
- #: demo/demo.php:178 demo/number.php:13
169
- msgid "Number"
170
- msgstr ""
171
-
172
- #: demo/demo.php:187
173
- msgid "Date picker"
174
- msgstr ""
175
-
176
- #: demo/demo.php:202
177
- msgid "Datetime picker"
178
- msgstr ""
179
-
180
- #: demo/demo.php:216
181
- msgid "Time picker"
182
- msgstr ""
183
-
184
- #: demo/demo.php:231
185
- msgid "Color picker"
186
- msgstr ""
187
-
188
- #: demo/demo.php:237
189
- msgid "Checkbox list"
190
- msgstr ""
191
-
192
- #: demo/demo.php:248
193
- msgid "Autocomplete"
194
- msgstr ""
195
-
196
- #: demo/demo.php:263 demo/fieldset-text.php:28 demo/text-list.php:23
197
- msgid "Email"
198
- msgstr ""
199
-
200
- #: demo/demo.php:265
201
- msgid "Email description"
202
- msgstr ""
203
-
204
- #: demo/demo.php:271 demo/range.php:13
205
- msgid "Range"
206
- msgstr ""
207
-
208
- #: demo/demo.php:273
209
- msgid "Range description"
210
- msgstr ""
211
-
212
- #: demo/demo.php:282
213
- msgid "URL"
214
- msgstr ""
215
-
216
- #: demo/demo.php:284
217
- msgid "URL description"
218
- msgstr ""
219
-
220
- #: demo/demo.php:290
221
- msgid "oEmbed"
222
- msgstr ""
223
-
224
- #: demo/demo.php:292
225
- msgid "oEmbed description"
226
- msgstr ""
227
-
228
- #: demo/demo.php:312 demo/taxonomy-advanced.php:12 demo/taxonomy.php:12
229
- msgid "Taxonomy"
230
- msgstr ""
231
-
232
- #: demo/demo.php:326
233
- msgid "Posts (Pages)"
234
- msgstr ""
235
-
236
- #: demo/demo.php:342
237
- msgid "WYSIWYG / Rich Text Editor"
238
- msgstr ""
239
-
240
- #: demo/demo.php:347
241
- msgid "WYSIWYG default value"
242
- msgstr ""
243
-
244
- #: demo/demo.php:363 demo/force-delete.php:12
245
- msgid "File Upload"
246
- msgstr ""
247
-
248
- #: demo/demo.php:369
249
- msgid "File Advanced Upload"
250
- msgstr ""
251
-
252
- #: demo/demo.php:377 demo/force-delete.php:19
253
- msgid "Image Upload"
254
- msgstr ""
255
-
256
- #: demo/demo.php:383 demo/force-delete.php:25
257
- msgid "Thickbox Image Upload"
258
- msgstr ""
259
-
260
- #: demo/demo.php:389 demo/force-delete.php:32
261
- msgid "Plupload Image Upload"
262
- msgstr ""
263
-
264
- #: demo/demo.php:396
265
- msgid "Image Advanced Upload"
266
- msgstr ""
267
-
268
- #: demo/fieldset-text.php:10
269
- msgid "Fieldset Text Demo"
270
- msgstr ""
271
-
272
- #: demo/fieldset-text.php:14
273
- msgid "Fieldset Text"
274
- msgstr ""
275
-
276
- #: demo/fieldset-text.php:17
277
- msgid "Please enter following details:"
278
- msgstr ""
279
-
280
- #: demo/fieldset-text.php:26 demo/text-list.php:22
281
- msgid "Name"
282
- msgstr ""
283
-
284
- #: demo/fieldset-text.php:27 demo/map.php:14
285
- msgid "Address"
286
- msgstr ""
287
-
288
- #: demo/file.php:10
289
- msgid "File Upload Demo"
290
- msgstr ""
291
-
292
- #: demo/file.php:14
293
- msgid "File"
294
- msgstr ""
295
-
296
- #: demo/file.php:26
297
- msgid "File Advanced"
298
- msgstr ""
299
-
300
- #: demo/file.php:38
301
- msgid "File Input"
302
- msgstr ""
303
-
304
- #: demo/file.php:42
305
- msgid "Please select a file or paste file URL here"
306
- msgstr ""
307
-
308
- #: demo/force-delete.php:8
309
- msgid "Test Meta Box"
310
- msgstr ""
311
-
312
- #: demo/image-select.php:9
313
- msgid "Image Select Demo"
314
- msgstr ""
315
-
316
- #: demo/image-select.php:13
317
- msgid "Layout"
318
- msgstr ""
319
-
320
- #: demo/image.php:10
321
- msgid "Image Upload Demo"
322
- msgstr ""
323
-
324
- #: demo/image.php:14
325
- msgid "Image"
326
- msgstr ""
327
-
328
- #: demo/image.php:26
329
- msgid "Image Advanced"
330
- msgstr ""
331
-
332
- #: demo/image.php:38
333
- msgid "Plupload Image"
334
- msgstr ""
335
-
336
- #: demo/image.php:50
337
- msgid "Thickbox Image"
338
- msgstr ""
339
-
340
- #: demo/key-value.php:10
341
- msgid "Key Value Demo"
342
- msgstr ""
343
-
344
- #: demo/key-value.php:14
345
- msgid "Key Value"
346
- msgstr ""
347
-
348
- #: demo/key-value.php:17
349
- msgid "Add more additional info below:"
350
- msgstr ""
351
-
352
- #: demo/map.php:9
353
- msgid "Google Map"
354
- msgstr ""
355
-
356
- #: demo/map.php:16
357
- msgid "Hanoi, Vietnam"
358
- msgstr ""
359
-
360
- #: demo/map.php:20
361
- msgid "Location"
362
- msgstr ""
363
-
364
- #: demo/number.php:9
365
- msgid "Number Field Demo"
366
- msgstr ""
367
-
368
- #: demo/number.php:23
369
- msgid "Enter number:"
370
- msgstr ""
371
-
372
- #: demo/oembed.php:9
373
- msgid "oEmbed Demo"
374
- msgstr ""
375
-
376
- #: demo/oembed.php:13
377
- msgid "oEmbed(s)"
378
- msgstr ""
379
-
380
- #: demo/post.php:9
381
- msgid "Post Field Demo"
382
- msgstr ""
383
-
384
- #: demo/post.php:13
385
- msgid "Post"
386
- msgstr ""
387
-
388
- #: demo/radio.php:9
389
- msgid "Radio Field Demo"
390
- msgstr ""
391
-
392
- #: demo/range.php:9
393
- msgid "Range Field Demo"
394
- msgstr ""
395
-
396
- #: demo/range.php:16
397
- msgid "Background Opacity"
398
- msgstr ""
399
-
400
- #: demo/select.php:9
401
- msgid "Select Field Demo"
402
- msgstr ""
403
-
404
- #: demo/select.php:35
405
- msgid "Select Advanced"
406
- msgstr ""
407
-
408
- #: demo/slider.php:9
409
- msgid "Slider Demo"
410
- msgstr ""
411
-
412
- #: demo/taxonomy-advanced.php:9
413
- msgid "Taxonomy_Advanced Demo"
414
- msgstr ""
415
-
416
- #: demo/taxonomy.php:9
417
- msgid "Taxonomy Demo"
418
- msgstr ""
419
-
420
- #: demo/text-list.php:10
421
- msgid "Text List Demo"
422
- msgstr ""
423
-
424
- #: demo/text-list.php:14
425
- msgid "Text List"
426
- msgstr ""
427
-
428
- #: demo/text.php:9
429
- msgid "Text Demo"
430
- msgstr ""
431
-
432
- #: demo/text.php:24 demo/textarea.php:24
433
- msgid "Enter something here"
434
- msgstr ""
435
-
436
- #: demo/text.php:35
437
- msgid "What"
438
- msgstr ""
439
-
440
- #: demo/text.php:36
441
- msgid "When"
442
- msgstr ""
443
-
444
- #: demo/text.php:37
445
- msgid "Where"
446
- msgstr ""
447
-
448
- #: demo/text.php:38
449
- msgid "Why"
450
- msgstr ""
451
-
452
- #: demo/text.php:39
453
- msgid "Who"
454
- msgstr ""
455
-
456
- #: demo/textarea.php:9
457
- msgid "Textarea Demo"
458
- msgstr ""
459
-
460
- #: demo/textarea.php:18
461
- msgid "Default textarea value"
462
- msgstr ""
463
-
464
- #: demo/url.php:6
465
- msgid "URL Demo"
466
- msgstr ""
467
-
468
- #: demo/url.php:10
469
- msgid "URL(s)"
470
- msgstr ""
471
-
472
- #: demo/user.php:9
473
- msgid "User Field Demo"
474
- msgstr ""
475
-
476
- #: demo/user.php:13
477
- msgid "User"
478
- msgstr ""
479
-
480
- #: demo/user.php:24
481
- msgid "Select an author"
482
- msgstr ""
483
-
484
- #: inc/common.php:53
485
- msgid "Documentation"
486
- msgstr ""
487
-
488
- #: inc/common.php:54
489
- msgid "Extensions"
490
- msgstr ""
491
-
492
- #: inc/field.php:244
493
- msgid "+"
494
- msgstr ""
495
-
496
- #: inc/field.php:257
497
- msgid "&#8211;"
498
- msgstr ""
499
-
500
- #: inc/fields/autocomplete.php:18 inc/fields/autocomplete.php:83
501
- #: inc/fields/autocomplete.php:100 inc/fields/file-advanced.php:103
502
- #: inc/fields/file.php:168 inc/fields/image-advanced.php:108
503
- #: inc/fields/image.php:136
504
- msgid "Delete"
505
- msgstr ""
506
-
507
- #: inc/fields/button.php:35
508
- msgid "Click me"
509
- msgstr ""
510
-
511
- #: inc/fields/checkbox.php:75
512
- msgid "Yes"
513
- msgstr ""
514
-
515
- #: inc/fields/checkbox.php:75
516
- msgid "No"
517
- msgstr ""
518
-
519
- #: inc/fields/file-advanced.php:23 inc/fields/plupload-image.php:107
520
- msgid "Select Files"
521
- msgstr "Выберите файлы с компьютера"
522
-
523
- #: inc/fields/file-advanced.php:66
524
- msgid "Select or Upload Files"
525
- msgstr ""
526
-
527
- #: inc/fields/file-advanced.php:104 inc/fields/file.php:169
528
- #: inc/fields/image-advanced.php:109 inc/fields/image.php:137
529
- msgid "Edit"
530
- msgstr ""
531
-
532
- #: inc/fields/file-input.php:17
533
- msgid "Select File"
534
- msgstr ""
535
-
536
- #: inc/fields/file-input.php:42
537
- msgid "Remove"
538
- msgstr ""
539
-
540
- #: inc/fields/file.php:19
541
- #, php-format
542
- msgid "You may only upload maximum %d file"
543
- msgstr ""
544
-
545
- #: inc/fields/file.php:20
546
- #, php-format
547
- msgid "You may only upload maximum %d files"
548
- msgstr ""
549
-
550
- #: inc/fields/file.php:98
551
- msgid "Error: Cannot delete file"
552
- msgstr ""
553
-
554
- #: inc/fields/file.php:111
555
- msgid "Upload Files"
556
- msgstr ""
557
-
558
- #: inc/fields/file.php:112
559
- msgid "+ Add new file"
560
- msgstr ""
561
-
562
- #: inc/fields/image-advanced.php:23
563
- msgid "Select Images"
564
- msgstr ""
565
-
566
- #: inc/fields/image-advanced.php:71
567
- msgid "Select or Upload Images"
568
- msgstr ""
569
-
570
- #: inc/fields/image.php:70 inc/fields/thickbox-image.php:34
571
- msgid "Upload Images"
572
- msgstr ""
573
-
574
- #: inc/fields/image.php:71
575
- msgid "+ Add new image"
576
- msgstr ""
577
-
578
- #: inc/fields/map.php:46
579
- msgid "Find Address"
580
- msgstr "Найти адрес на карте"
581
-
582
- #: inc/fields/oembed.php:55
583
- msgid "Embed HTML not available."
584
- msgstr ""
585
-
586
- #: inc/fields/oembed.php:77
587
- msgid "Preview"
588
- msgstr ""
589
-
590
- #: inc/fields/plupload-image.php:105
591
- msgid "Drop images here"
592
- msgstr "Перетащите файлы сюда"
593
-
594
- #: inc/fields/plupload-image.php:106
595
- msgid "or"
596
- msgstr "или"
597
-
598
- #: inc/fields/plupload-image.php:182
599
- msgid "Allowed Image Files"
600
- msgstr ""
601
-
602
- #: inc/fields/post.php:67
603
- msgid "Select a post"
604
- msgstr ""
605
-
606
- #: inc/fields/post.php:71 inc/fields/taxonomy.php:40
607
- #, php-format
608
- msgid "Select a %s"
609
- msgstr "Выберите %s"
610
-
611
- #: inc/fields/select.php:207
612
- msgid "All"
613
- msgstr "Все"
614
-
615
- #: inc/fields/select.php:207
616
- msgid "None"
617
- msgstr "Ничего"
618
-
619
- #: inc/fields/user.php:49
620
- msgid "Select an user"
621
- msgstr ""
622
-
623
- #: inc/meta-box.php:253
624
- msgid "Please correct the errors highlighted below and try again."
625
- msgstr ""
626
-
627
- #~ msgctxt "image upload"
628
- #~ msgid "Drop images here"
629
- #~ msgstr "Перетащите файлы сюда"
630
-
631
- #~ msgctxt "image upload"
632
- #~ msgid "or"
633
- #~ msgstr "или"
634
-
635
- #~ msgctxt "image upload"
636
- #~ msgid "Select Files"
637
- #~ msgstr "Загрузите с компьютера"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-tr_TR.mo DELETED
Binary file
inc/meta-box/languages/meta-box-tr_TR.po DELETED
@@ -1,180 +0,0 @@
1
- # <!=Copyright (C) 2014 Rilwis
2
- # This file is distributed under the GPL2+.=!>
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: Meta Box 4.8.7\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/meta-box\n"
7
- "POT-Creation-Date: 2016-11-18 16:09+0300\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2016-11-18 16:13+0300\n"
12
- "Language-Team: Meta Box <admin@metabox.io>\n"
13
- "X-Generator: Poedit 1.8.11\n"
14
- "X-Poedit-KeywordsList: __;_x;_e;_ex;_n;_nx;esc_attr__;esc_attr_e;esc_attr_x;esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop\n"
15
- "X-Poedit-Basepath: ..\n"
16
- "Last-Translator: \n"
17
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
- "Language: tr\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Poedit-SearchPathExcluded-0: js\n"
21
- "X-Poedit-SearchPathExcluded-1: demo\n"
22
- "X-Poedit-SearchPathExcluded-2: tests\n"
23
- "X-Poedit-SearchPathExcluded-3: css\n"
24
- "X-Poedit-SearchPathExcluded-4: lang\n"
25
-
26
- #: inc/core.php:40
27
- msgid "Documentation"
28
- msgstr "Dökümantasyon"
29
-
30
- #: inc/core.php:41
31
- msgid "Extensions"
32
- msgstr "Uzantılar"
33
-
34
- #: inc/field.php:192
35
- msgid "+ Add more"
36
- msgstr "+Ekle"
37
-
38
- #: inc/fields/autocomplete.php:23 inc/fields/autocomplete.php:87
39
- #: inc/fields/autocomplete.php:104 inc/fields/file.php:162
40
- msgid "Delete"
41
- msgstr "Sil"
42
-
43
- #: inc/fields/button.php:29
44
- msgid "Click me"
45
- msgstr "Bena tıkla"
46
-
47
- #: inc/fields/checkbox.php:82
48
- msgid "Yes"
49
- msgstr "Evet"
50
-
51
- #: inc/fields/checkbox.php:82
52
- msgid "No"
53
- msgstr "Hayır"
54
-
55
- #: inc/fields/file-input.php:25
56
- msgid "Select File"
57
- msgstr "Dosya Seç"
58
-
59
- #: inc/fields/file-input.php:49 inc/fields/select.php:91
60
- msgid "Select"
61
- msgstr "Seçim Yapınız"
62
-
63
- #: inc/fields/file-input.php:51 inc/fields/media.php:28
64
- msgid "Remove"
65
- msgstr "Kaldır"
66
-
67
- #: inc/fields/file.php:24
68
- #, php-format
69
- msgid "You may only upload maximum %d file"
70
- msgstr "En fazla %d dosya yükleyebilirsiniz"
71
-
72
- #: inc/fields/file.php:25
73
- #, php-format
74
- msgid "You may only upload maximum %d files"
75
- msgstr "En fazla %d dosyası yükleyebilirsiniz"
76
-
77
- #: inc/fields/file.php:85
78
- msgid "Error: Cannot delete file"
79
- msgstr "Hata: Dosya silinemiyor"
80
-
81
- #: inc/fields/file.php:98
82
- msgid "Upload Files"
83
- msgstr "Dosyaları Yükle"
84
-
85
- #: inc/fields/file.php:99
86
- msgid "+ Add new file"
87
- msgstr "+ Yeni dosya ekle"
88
-
89
- #: inc/fields/file.php:163 inc/fields/media.php:29
90
- msgid "Edit"
91
- msgstr "Düzenle"
92
-
93
- #: inc/fields/key-value.php:20
94
- msgid "Key"
95
- msgstr "Anahtar"
96
-
97
- #: inc/fields/key-value.php:26
98
- msgid "Value"
99
- msgstr "Değer"
100
-
101
- #: inc/fields/map.php:49
102
- msgid "Find Address"
103
- msgstr "Adres Bul"
104
-
105
- #: inc/fields/media.php:25
106
- msgid "+ Add Media"
107
- msgstr "+ Media Ekle"
108
-
109
- #: inc/fields/media.php:26
110
- msgid " file"
111
- msgstr "dosya"
112
-
113
- #: inc/fields/media.php:27
114
- msgid " files"
115
- msgstr "dosyalar"
116
-
117
- #: inc/fields/media.php:30
118
- msgid "View"
119
- msgstr "Görüntüle"
120
-
121
- #: inc/fields/media.php:31
122
- msgid "No Title"
123
- msgstr "Başlık Yok"
124
-
125
- #: inc/fields/media.php:34
126
- msgid "Select Files"
127
- msgstr "Dosyaları Seç"
128
-
129
- #: inc/fields/media.php:35
130
- msgid "or"
131
- msgstr "veya"
132
-
133
- #: inc/fields/media.php:36
134
- msgid "Drop files here to upload"
135
- msgstr "Yüklemek istediğiniz dosyaları buraya sürükleyiniz"
136
-
137
- #: inc/fields/oembed.php:65
138
- msgid "Embed HTML not available."
139
- msgstr "HTML gömme mevcut değil."
140
-
141
- #: inc/fields/oembed.php:81
142
- msgid "Preview"
143
- msgstr "Önizle"
144
-
145
- #: inc/fields/post.php:34
146
- msgid "Select a post"
147
- msgstr "Yazı seçin"
148
-
149
- #: inc/fields/post.php:38 inc/fields/taxonomy.php:51
150
- #, php-format
151
- msgid "Select a %s"
152
- msgstr "Seç %s"
153
-
154
- #: inc/fields/select-advanced.php:44
155
- msgid "Select an item"
156
- msgstr "Bir öğe seçin"
157
-
158
- #: inc/fields/select.php:91
159
- msgid "All"
160
- msgstr "Tümü"
161
-
162
- #: inc/fields/select.php:91
163
- msgid "None"
164
- msgstr "Hiçbiri"
165
-
166
- #: inc/fields/taxonomy.php:47
167
- msgid "Select a term"
168
- msgstr "Bir terim seçin"
169
-
170
- #: inc/fields/thickbox-image.php:53
171
- msgid "Upload Images"
172
- msgstr "Resimler Yükle"
173
-
174
- #: inc/fields/user.php:34
175
- msgid "Select an user"
176
- msgstr "Bir Kullanıcı Seçin"
177
-
178
- #: inc/validation.php:49
179
- msgid "Please correct the errors highlighted below and try again."
180
- msgstr "Lütfen vurgulanan hataları düzeltip tekrar deneyin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/meta-box-zh_CN.mo DELETED
Binary file
inc/meta-box/languages/meta-box-zh_CN.po DELETED
@@ -1,189 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Meta Box v4.8.7\n"
4
- "POT-Creation-Date: 2016-06-03 16:24+0800\n"
5
- "PO-Revision-Date: \n"
6
- "Last-Translator: OOME <1049879335@qq.com>\n"
7
- "Language-Team: 偶米工作室 <1049879335@qq.com>\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "X-Generator: Poedit 1.5.7\n"
12
- "X-Poedit-KeywordsList: __;_e;_x:2c,1;_nx:1,2;_n_noop:1,2\n"
13
- "X-Poedit-Basepath: C:\\xampp\\htdocs\\000\\wp-content\\plugins\\meta-box"
14
- "\\lang\n"
15
- "X-Poedit-SearchPath-0: ..\n"
16
-
17
- #: ../inc/core.php:40
18
- msgid "Documentation"
19
- msgstr "文档"
20
-
21
- #: ../inc/core.php:41
22
- msgid "Extensions"
23
- msgstr "扩展"
24
-
25
- #: ../inc/field.php:192
26
- msgid "+ Add more"
27
- msgstr "+ 新增"
28
-
29
- #: ../inc/validation.php:49
30
- msgid "Please correct the errors highlighted below and try again."
31
- msgstr "请修正高亮位置的错误,并重新尝试。"
32
-
33
- #: ../inc/fields/autocomplete.php:23 ../inc/fields/autocomplete.php:87
34
- #: ../inc/fields/autocomplete.php:104
35
- msgid "Delete"
36
- msgstr "删除"
37
-
38
- #: ../inc/fields/button.php:29
39
- msgid "Click me"
40
- msgstr "点我"
41
-
42
- #: ../inc/fields/checkbox.php:82
43
- msgid "Yes"
44
- msgstr "是"
45
-
46
- #: ../inc/fields/checkbox.php:82
47
- msgid "No"
48
- msgstr "否"
49
-
50
- #: ../inc/fields/file-input.php:25
51
- msgid "Select File"
52
- msgstr "选择文件"
53
-
54
- #: ../inc/fields/file-input.php:49 ../inc/fields/select.php:91
55
- msgid "Select"
56
- msgstr "选择"
57
-
58
- #: ../inc/fields/file-input.php:51
59
- msgid "Remove"
60
- msgstr "移除"
61
-
62
- #: ../inc/fields/file.php:24
63
- #, php-format
64
- msgid "You may only upload maximum %d file"
65
- msgstr "您允许上传的文件上限为 %d 个。"
66
-
67
- #: ../inc/fields/file.php:25
68
- #, php-format
69
- msgid "You may only upload maximum %d files"
70
- msgstr "您允许上传的文件上限为 %d 个。"
71
-
72
- #: ../inc/fields/file.php:85
73
- msgid "Error: Cannot delete file"
74
- msgstr "错误:无法删除文件。"
75
-
76
- #: ../inc/fields/file.php:98
77
- msgctxt "file upload"
78
- msgid "Upload Files"
79
- msgstr "上传文件"
80
-
81
- #: ../inc/fields/file.php:99
82
- msgctxt "file upload"
83
- msgid "+ Add new file"
84
- msgstr "+ 新增文件"
85
-
86
- #: ../inc/fields/file.php:162
87
- msgctxt "file upload"
88
- msgid "Delete"
89
- msgstr "删除"
90
-
91
- #: ../inc/fields/file.php:163
92
- msgctxt "file upload"
93
- msgid "Edit"
94
- msgstr "编辑"
95
-
96
- #: ../inc/fields/map.php:49
97
- msgid "Find Address"
98
- msgstr "查找地址"
99
-
100
- #: ../inc/fields/media.php:25
101
- msgctxt "media"
102
- msgid "+ Add Media"
103
- msgstr "从媒体库选择"
104
-
105
- #: ../inc/fields/media.php:26
106
- msgctxt "media"
107
- msgid " file"
108
- msgstr "文件"
109
-
110
- #: ../inc/fields/media.php:27
111
- msgctxt "media"
112
- msgid " files"
113
- msgstr "文件"
114
-
115
- #: ../inc/fields/media.php:28
116
- msgctxt "media"
117
- msgid "Remove"
118
- msgstr "移除"
119
-
120
- #: ../inc/fields/media.php:29
121
- msgctxt "media"
122
- msgid "Edit"
123
- msgstr "编辑"
124
-
125
- #: ../inc/fields/media.php:30
126
- msgctxt "media"
127
- msgid "View"
128
- msgstr "查看"
129
-
130
- #: ../inc/fields/media.php:31
131
- msgctxt "media"
132
- msgid "No Title"
133
- msgstr "无标题"
134
-
135
- #: ../inc/fields/media.php:34
136
- msgctxt "media"
137
- msgid "Select Files"
138
- msgstr "选择图像"
139
-
140
- #: ../inc/fields/media.php:35
141
- msgctxt "media"
142
- msgid "or"
143
- msgstr " 或"
144
-
145
- #: ../inc/fields/media.php:36
146
- msgctxt "media"
147
- msgid "Drop files here to upload"
148
- msgstr "请把文件拖动到该区域上传"
149
-
150
- #: ../inc/fields/oembed.php:65
151
- msgid "Embed HTML not available."
152
- msgstr ""
153
- "oEmbed 代码无效,请检查。 如需了解更多 oEmbed 信息和支持的网站,请访问 <a "
154
- "href=\"http://codex.wordpress.org/Embeds\" target=\"_blank\">WordPress 官网</"
155
- "a>。"
156
-
157
- #: ../inc/fields/post.php:34
158
- msgid "Select a post"
159
- msgstr "选择文章"
160
-
161
- #: ../inc/fields/post.php:38 ../inc/fields/taxonomy.php:51
162
- #, php-format
163
- msgid "Select a %s"
164
- msgstr "选择%s"
165
-
166
- #: ../inc/fields/select-advanced.php:44
167
- msgid "Select an item"
168
- msgstr "选择项目"
169
-
170
- #: ../inc/fields/select.php:91
171
- msgid "All"
172
- msgstr "全部"
173
-
174
- #: ../inc/fields/select.php:91
175
- msgid "None"
176
- msgstr "无"
177
-
178
- #: ../inc/fields/taxonomy.php:47
179
- msgid "Select a term"
180
- msgstr "选择分类"
181
-
182
- #: ../inc/fields/thickbox-image.php:53
183
- msgctxt "image upload"
184
- msgid "Upload Images"
185
- msgstr "上传图像"
186
-
187
- #: ../inc/fields/user.php:34
188
- msgid "Select an user"
189
- msgstr "选择用户"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/meta-box/languages/readme.md DELETED
@@ -1,15 +0,0 @@
1
- # How To Translate Meta Box
2
-
3
- ## Who translates Meta Box? How can I get involved?
4
-
5
- Anyone can help by suggesting new translations [here](https://translate.wordpress.org/projects/wp-plugins/meta-box). No need to use a translation editor, you can do it all from the web interface.
6
-
7
- Once you've suggested a new translation, a language validator will review it. They will then approve, reject, or change your suggestions. Once your changes get approved, they are automatically included in the next Meta Box release.
8
-
9
- ## Who decides which languages are available? I want my language added
10
-
11
- If you can't find your language, [send us an email](https://metabox.io) and we'll add it for you.
12
-
13
- ## I want to change translations locally. Where can I download the .PO file for my language?
14
-
15
- You'll find options to create a .PO file and export translations at the bottom of each language page.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/widgets/widget-advertgrid.php CHANGED
@@ -21,10 +21,7 @@
21
 
22
  //function nx_advert_grid_widget() {
23
  function __construct() {
24
- //$widget_ops = array( 'classname' => 'widget-advert-grid', 'description' => 'Styled advert grid of up to eight 125x125 adverts' );
25
- //$control_ops = array( 'width' => 250, 'height' => 200, 'id_base' => 'advert-grid-widget' ); //default width = 250
26
- //$this->WP_Widget( 'advert-grid-widget', 'NX Advert Grid Widget', $widget_ops, $control_ops );
27
-
28
  $widget_ops = array( 'classname' => 'widget-advert-grid', 'description' => 'Styled advert grid of up to eight 125x125 adverts' );
29
  parent::__construct( 'widget-advert-grid', 'NX Advert Grid Widget', $widget_ops );
30
  }
21
 
22
  //function nx_advert_grid_widget() {
23
  function __construct() {
24
+
 
 
 
25
  $widget_ops = array( 'classname' => 'widget-advert-grid', 'description' => 'Styled advert grid of up to eight 125x125 adverts' );
26
  parent::__construct( 'widget-advert-grid', 'NX Advert Grid Widget', $widget_ops );
27
  }
inc/widgets/widget-comments.php CHANGED
@@ -24,7 +24,6 @@
24
  class nx_recent_comments extends WP_Widget {
25
  //function nx_recent_comments() {
26
  function __construct() {
27
- //parent::WP_Widget( 'nx_recent_custom_comments', $name = 'NX Recent Comments', array( 'description' => __( 'NX Widget for Recent Comments', 'tx' ) ) );
28
 
29
  $widget_ops = array( 'classname' => 'nx-widget-recent-comments', 'description' => 'NX Widget for Recent Comments' );
30
  parent::__construct( 'nx-widget-recent-comments', 'NX Recent Comments', $widget_ops );
24
  class nx_recent_comments extends WP_Widget {
25
  //function nx_recent_comments() {
26
  function __construct() {
 
27
 
28
  $widget_ops = array( 'classname' => 'nx-widget-recent-comments', 'description' => 'NX Widget for Recent Comments' );
29
  parent::__construct( 'nx-widget-recent-comments', 'NX Recent Comments', $widget_ops );
inc/widgets/widget-image.php CHANGED
@@ -21,10 +21,6 @@
21
 
22
  //function nx_image_widget() {
23
  function __construct() {
24
- //$widget_ops = array( 'classname' => 'widget-nx-image', 'description' => 'Simple image widget' );
25
- //$control_ops = array( 'width' => 250, 'height' => 200, 'id_base' => 'nx-image-widget' ); //default width = 250
26
- //$this->WP_Widget( 'nx-image-widget', 'NX Image Widget', $widget_ops, $control_ops );
27
-
28
 
29
  $widget_ops = array( 'classname' => 'widget-nx-image', 'description' => 'Simple image widget' );
30
  parent::__construct( 'widget-nx-image', 'NX Image Widget', $widget_ops );
21
 
22
  //function nx_image_widget() {
23
  function __construct() {
 
 
 
 
24
 
25
  $widget_ops = array( 'classname' => 'widget-nx-image', 'description' => 'Simple image widget' );
26
  parent::__construct( 'widget-nx-image', 'NX Image Widget', $widget_ops );
inc/widgets/widget-portfolio-grid.php CHANGED
@@ -23,7 +23,6 @@
23
  class nx_portfolio_grid extends WP_Widget {
24
  //function nx_portfolio_grid() {
25
  function __construct() {
26
- //parent::WP_Widget( 'nx_custom_portfolio_grid', $name = 'NX Portfolio Grid', array( 'description' => __( 'NX Widget for Portofolio in grid format', 'tx' ) ) );
27
 
28
  $widget_ops = array( 'classname' => 'nx-widget-portfolio-grid', 'description' => 'NX Widget for Portofolio in grid format' );
29
  parent::__construct( 'nx-widget-portfolio-grid', 'NX Portfolio Grid', $widget_ops );
23
  class nx_portfolio_grid extends WP_Widget {
24
  //function nx_portfolio_grid() {
25
  function __construct() {
 
26
 
27
  $widget_ops = array( 'classname' => 'nx-widget-portfolio-grid', 'description' => 'NX Widget for Portofolio in grid format' );
28
  parent::__construct( 'nx-widget-portfolio-grid', 'NX Portfolio Grid', $widget_ops );
inc/widgets/widget-portfolio.php CHANGED
@@ -22,10 +22,10 @@
22
  class nx_recent_portfolio extends WP_Widget {
23
  //function nx_recent_portfolio() {
24
  function __construct() {
25
- //parent::WP_Widget( 'nx_recent_custom_portfolio', $name = 'NX Portfolio List', array( 'description' => __( 'NX Widget for Portofolio in list format', 'tx' ) ) );
26
 
27
  $widget_ops = array( 'classname' => 'nx-recent-custom-portfolio', 'description' => 'NX Widget for Portofolio in list format' );
28
- $this->WP_Widget( 'nx-custom-portfolio-grid', 'NX Portfolio List', $widget_ops, $control_ops );
 
29
  }
30
 
31
  function widget( $args, $instance ) {
22
  class nx_recent_portfolio extends WP_Widget {
23
  //function nx_recent_portfolio() {
24
  function __construct() {
 
25
 
26
  $widget_ops = array( 'classname' => 'nx-recent-custom-portfolio', 'description' => 'NX Widget for Portofolio in list format' );
27
+ //$this->WP_Widget( 'nx-custom-portfolio-grid', 'NX Portfolio List', $widget_ops, $control_ops );
28
+ parent::__construct( 'nx-custom-portfolio-grid', 'NX Portfolio List', $widget_ops );
29
  }
30
 
31
  function widget( $args, $instance ) {
inc/widgets/widget-posts.php CHANGED
@@ -23,7 +23,6 @@
23
  class nx_recent_posts extends WP_Widget {
24
  //function nx_recent_posts() {
25
  function __construct() {
26
- //parent::WP_Widget( 'nx_recent_posts', $name = 'NX Recent Posts', array( 'description' => __( 'NX Widget for Recent Posts', 'tx' ) ) );
27
 
28
  $widget_ops = array( 'classname' => 'nx-widget-recent-posts', 'description' => 'NX Widget for Recent Posts' );
29
  parent::__construct( 'nx-widget-recent-posts', 'NX Recent Posts', $widget_ops );
23
  class nx_recent_posts extends WP_Widget {
24
  //function nx_recent_posts() {
25
  function __construct() {
 
26
 
27
  $widget_ops = array( 'classname' => 'nx-widget-recent-posts', 'description' => 'NX Widget for Recent Posts' );
28
  parent::__construct( 'nx-widget-recent-posts', 'NX Recent Posts', $widget_ops );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: shortcode, shortcodes, columns, column, section, sections, portfolio, test
4
  Requires at least: 4.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
- Stable tag: 3.2.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
4
  Requires at least: 4.0
5
  Tested up to: 5.9
6
  Requires PHP: 5.6
7
+ Stable tag: 3.2.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
tx-toolkit.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: TemplatesNext ToolKit
5
  Plugin URI: https://www.templatesnext.org/icreate/templatesnext-toolkit/
6
  Description: Custom Portfolio and Shortcode functionality for TemplatesNext Wordpress Themes
7
- Version: 3.2.5
8
  Author: TemplatesNext
9
  Text Domain: tx
10
  Author URI: http://templatesnext.org/
4
  Plugin Name: TemplatesNext ToolKit
5
  Plugin URI: https://www.templatesnext.org/icreate/templatesnext-toolkit/
6
  Description: Custom Portfolio and Shortcode functionality for TemplatesNext Wordpress Themes
7
+ Version: 3.2.6
8
  Author: TemplatesNext
9
  Text Domain: tx
10
  Author URI: http://templatesnext.org/