Version Description
- New: Hebrew translation by Ahrale Shrem
Download this release
Release Info
Developer | dfactory |
Plugin | Restrict Widgets |
Version | 1.2.6 |
Comparing to | |
See all releases |
Code changes from version 1.2.5 to 1.2.6
- css/chosen.css +0 -413
- languages/restrict-widget-he_IL.mo +0 -0
- languages/restrict-widget-he_IL.po +388 -0
- readme.txt +7 -4
- restrict-widgets.php +4 -6
css/chosen.css
DELETED
@@ -1,413 +0,0 @@
|
|
1 |
-
/* @group Base */
|
2 |
-
.chzn-container {
|
3 |
-
font-size: 13px;
|
4 |
-
position: relative;
|
5 |
-
display: inline-block;
|
6 |
-
zoom: 1;
|
7 |
-
*display: inline;
|
8 |
-
}
|
9 |
-
.chzn-container .chzn-drop {
|
10 |
-
background: #fff;
|
11 |
-
border: 1px solid #aaa;
|
12 |
-
border-top: 0;
|
13 |
-
position: absolute;
|
14 |
-
top: 29px;
|
15 |
-
left: 0;
|
16 |
-
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
|
17 |
-
-moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
18 |
-
box-shadow : 0 4px 5px rgba(0,0,0,.15);
|
19 |
-
z-index: 1010;
|
20 |
-
}
|
21 |
-
/* @end */
|
22 |
-
|
23 |
-
/* @group Single Chosen */
|
24 |
-
.chzn-container-single .chzn-single {
|
25 |
-
background-color: #ffffff;
|
26 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
|
27 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
|
28 |
-
background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
29 |
-
background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
30 |
-
background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
31 |
-
background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
|
32 |
-
-webkit-border-radius: 5px;
|
33 |
-
-moz-border-radius : 5px;
|
34 |
-
border-radius : 5px;
|
35 |
-
-moz-background-clip : padding;
|
36 |
-
-webkit-background-clip: padding-box;
|
37 |
-
background-clip : padding-box;
|
38 |
-
border: 1px solid #aaaaaa;
|
39 |
-
-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
40 |
-
-moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
41 |
-
box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
|
42 |
-
display: block;
|
43 |
-
overflow: hidden;
|
44 |
-
white-space: nowrap;
|
45 |
-
position: relative;
|
46 |
-
height: 23px;
|
47 |
-
line-height: 24px;
|
48 |
-
padding: 0 0 0 8px;
|
49 |
-
color: #444444;
|
50 |
-
text-decoration: none;
|
51 |
-
}
|
52 |
-
.chzn-container-single .chzn-default {
|
53 |
-
color: #999;
|
54 |
-
}
|
55 |
-
.chzn-container-single .chzn-single span {
|
56 |
-
margin-right: 26px;
|
57 |
-
display: block;
|
58 |
-
overflow: hidden;
|
59 |
-
white-space: nowrap;
|
60 |
-
-o-text-overflow: ellipsis;
|
61 |
-
-ms-text-overflow: ellipsis;
|
62 |
-
text-overflow: ellipsis;
|
63 |
-
}
|
64 |
-
.chzn-container-single .chzn-single abbr {
|
65 |
-
display: block;
|
66 |
-
position: absolute;
|
67 |
-
right: 26px;
|
68 |
-
top: 6px;
|
69 |
-
width: 12px;
|
70 |
-
height: 12px;
|
71 |
-
font-size: 1px;
|
72 |
-
background: url('chosen-sprite.png') -42px 1px no-repeat;
|
73 |
-
}
|
74 |
-
.chzn-container-single .chzn-single abbr:hover {
|
75 |
-
background-position: -42px -10px;
|
76 |
-
}
|
77 |
-
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
|
78 |
-
background-position: -42px -10px;
|
79 |
-
}
|
80 |
-
.chzn-container-single .chzn-single div {
|
81 |
-
position: absolute;
|
82 |
-
right: 0;
|
83 |
-
top: 0;
|
84 |
-
display: block;
|
85 |
-
height: 100%;
|
86 |
-
width: 18px;
|
87 |
-
}
|
88 |
-
.chzn-container-single .chzn-single div b {
|
89 |
-
background: url('chosen-sprite.png') no-repeat 0px 2px;
|
90 |
-
display: block;
|
91 |
-
width: 100%;
|
92 |
-
height: 100%;
|
93 |
-
}
|
94 |
-
.chzn-container-single .chzn-search {
|
95 |
-
padding: 3px 4px;
|
96 |
-
position: relative;
|
97 |
-
margin: 0;
|
98 |
-
white-space: nowrap;
|
99 |
-
z-index: 1010;
|
100 |
-
}
|
101 |
-
.chzn-container-single .chzn-search input {
|
102 |
-
background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
|
103 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
104 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
105 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
106 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
107 |
-
background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
|
108 |
-
margin: 1px 0;
|
109 |
-
padding: 4px 20px 4px 5px;
|
110 |
-
outline: 0;
|
111 |
-
border: 1px solid #aaa;
|
112 |
-
font-family: sans-serif;
|
113 |
-
font-size: 1em;
|
114 |
-
}
|
115 |
-
.chzn-container-single .chzn-drop {
|
116 |
-
-webkit-border-radius: 0 0 4px 4px;
|
117 |
-
-moz-border-radius : 0 0 4px 4px;
|
118 |
-
border-radius : 0 0 4px 4px;
|
119 |
-
-moz-background-clip : padding;
|
120 |
-
-webkit-background-clip: padding-box;
|
121 |
-
background-clip : padding-box;
|
122 |
-
}
|
123 |
-
/* @end */
|
124 |
-
|
125 |
-
.chzn-container-single-nosearch .chzn-search input {
|
126 |
-
position: absolute;
|
127 |
-
left: -9000px;
|
128 |
-
}
|
129 |
-
|
130 |
-
/* @group Multi Chosen */
|
131 |
-
.chzn-container-multi .chzn-choices {
|
132 |
-
background-color: #fff;
|
133 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
134 |
-
background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
135 |
-
background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
136 |
-
background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
137 |
-
background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
|
138 |
-
border: 1px solid #aaa;
|
139 |
-
margin: 0;
|
140 |
-
padding: 0;
|
141 |
-
cursor: text;
|
142 |
-
overflow: hidden;
|
143 |
-
height: auto !important;
|
144 |
-
height: 1%;
|
145 |
-
position: relative;
|
146 |
-
}
|
147 |
-
.chzn-container-multi .chzn-choices li {
|
148 |
-
float: left;
|
149 |
-
list-style: none;
|
150 |
-
}
|
151 |
-
.chzn-container-multi .chzn-choices .search-field {
|
152 |
-
white-space: nowrap;
|
153 |
-
margin: 0;
|
154 |
-
padding: 0;
|
155 |
-
}
|
156 |
-
.chzn-container-multi .chzn-choices .search-field input {
|
157 |
-
color: #666;
|
158 |
-
background: transparent !important;
|
159 |
-
border: 0 !important;
|
160 |
-
font-family: sans-serif;
|
161 |
-
font-size: 100%;
|
162 |
-
height: 15px;
|
163 |
-
padding: 3px;
|
164 |
-
margin: 1px 2px;
|
165 |
-
outline: 0;
|
166 |
-
-webkit-box-shadow: none;
|
167 |
-
-moz-box-shadow : none;
|
168 |
-
box-shadow : none;
|
169 |
-
}
|
170 |
-
.chzn-container-multi .chzn-choices .search-field .default {
|
171 |
-
color: #999;
|
172 |
-
}
|
173 |
-
.chzn-container-multi .chzn-choices .search-choice {
|
174 |
-
-webkit-border-radius: 3px;
|
175 |
-
-moz-border-radius : 3px;
|
176 |
-
border-radius : 3px;
|
177 |
-
-moz-background-clip : padding;
|
178 |
-
-webkit-background-clip: padding-box;
|
179 |
-
background-clip : padding-box;
|
180 |
-
background-color: #e4e4e4;
|
181 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
|
182 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
183 |
-
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
184 |
-
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
185 |
-
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
186 |
-
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
187 |
-
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
188 |
-
-moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
189 |
-
box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
|
190 |
-
color: #333;
|
191 |
-
border: 1px solid #aaaaaa;
|
192 |
-
line-height: 13px;
|
193 |
-
padding: 3px 20px 3px 5px;
|
194 |
-
margin: 3px 0 3px 5px;
|
195 |
-
position: relative;
|
196 |
-
cursor: default;
|
197 |
-
}
|
198 |
-
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
|
199 |
-
background-color: #e4e4e4;
|
200 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
|
201 |
-
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
|
202 |
-
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
203 |
-
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
204 |
-
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
205 |
-
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
206 |
-
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
|
207 |
-
color: #666;
|
208 |
-
border: 1px solid #cccccc;
|
209 |
-
padding-right: 5px;
|
210 |
-
}
|
211 |
-
.chzn-container-multi .chzn-choices .search-choice-focus {
|
212 |
-
background: #d4d4d4;
|
213 |
-
}
|
214 |
-
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
|
215 |
-
display: block;
|
216 |
-
position: absolute;
|
217 |
-
right: 3px;
|
218 |
-
top: 4px;
|
219 |
-
width: 12px;
|
220 |
-
height: 12px;
|
221 |
-
font-size: 1px;
|
222 |
-
background: url('chosen-sprite.png') -42px 1px no-repeat;
|
223 |
-
}
|
224 |
-
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
|
225 |
-
background-position: -42px -10px;
|
226 |
-
}
|
227 |
-
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
|
228 |
-
background-position: -42px -10px;
|
229 |
-
}
|
230 |
-
/* @end */
|
231 |
-
|
232 |
-
/* @group Results */
|
233 |
-
.chzn-container .chzn-results {
|
234 |
-
margin: 0 4px 4px 0;
|
235 |
-
max-height: 240px;
|
236 |
-
padding: 0 0 0 4px;
|
237 |
-
position: relative;
|
238 |
-
overflow-x: hidden;
|
239 |
-
overflow-y: auto;
|
240 |
-
-webkit-overflow-scrolling: touch;
|
241 |
-
}
|
242 |
-
.chzn-container-multi .chzn-results {
|
243 |
-
margin: -1px 0 0;
|
244 |
-
padding: 0;
|
245 |
-
}
|
246 |
-
.chzn-container .chzn-results li {
|
247 |
-
display: none;
|
248 |
-
line-height: 15px;
|
249 |
-
padding: 5px 6px;
|
250 |
-
margin: 0;
|
251 |
-
list-style: none;
|
252 |
-
}
|
253 |
-
.chzn-container .chzn-results .active-result {
|
254 |
-
cursor: pointer;
|
255 |
-
display: list-item;
|
256 |
-
}
|
257 |
-
.chzn-container .chzn-results .highlighted {
|
258 |
-
background-color: #3875d7;
|
259 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
|
260 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
|
261 |
-
background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
262 |
-
background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
263 |
-
background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
|
264 |
-
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
|
265 |
-
color: #fff;
|
266 |
-
}
|
267 |
-
.chzn-container .chzn-results li em {
|
268 |
-
background: #feffde;
|
269 |
-
font-style: normal;
|
270 |
-
}
|
271 |
-
.chzn-container .chzn-results .highlighted em {
|
272 |
-
background: transparent;
|
273 |
-
}
|
274 |
-
.chzn-container .chzn-results .no-results {
|
275 |
-
background: #f4f4f4;
|
276 |
-
display: list-item;
|
277 |
-
}
|
278 |
-
.chzn-container .chzn-results .group-result {
|
279 |
-
cursor: default;
|
280 |
-
color: #999;
|
281 |
-
font-weight: bold;
|
282 |
-
}
|
283 |
-
.chzn-container .chzn-results .group-option {
|
284 |
-
padding-left: 15px;
|
285 |
-
}
|
286 |
-
.chzn-container-multi .chzn-drop .result-selected {
|
287 |
-
display: none;
|
288 |
-
}
|
289 |
-
.chzn-container .chzn-results-scroll {
|
290 |
-
background: white;
|
291 |
-
margin: 0 4px;
|
292 |
-
position: absolute;
|
293 |
-
text-align: center;
|
294 |
-
width: 321px; /* This should by dynamic with js */
|
295 |
-
z-index: 1;
|
296 |
-
}
|
297 |
-
.chzn-container .chzn-results-scroll span {
|
298 |
-
display: inline-block;
|
299 |
-
height: 17px;
|
300 |
-
text-indent: -5000px;
|
301 |
-
width: 9px;
|
302 |
-
}
|
303 |
-
.chzn-container .chzn-results-scroll-down {
|
304 |
-
bottom: 0;
|
305 |
-
}
|
306 |
-
.chzn-container .chzn-results-scroll-down span {
|
307 |
-
background: url('chosen-sprite.png') no-repeat -4px -3px;
|
308 |
-
}
|
309 |
-
.chzn-container .chzn-results-scroll-up span {
|
310 |
-
background: url('chosen-sprite.png') no-repeat -22px -3px;
|
311 |
-
}
|
312 |
-
/* @end */
|
313 |
-
|
314 |
-
/* @group Active */
|
315 |
-
.chzn-container-active .chzn-single {
|
316 |
-
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
317 |
-
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
318 |
-
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
319 |
-
border: 1px solid #5897fb;
|
320 |
-
}
|
321 |
-
.chzn-container-active .chzn-single-with-drop {
|
322 |
-
border: 1px solid #aaa;
|
323 |
-
-webkit-box-shadow: 0 1px 0 #fff inset;
|
324 |
-
-moz-box-shadow : 0 1px 0 #fff inset;
|
325 |
-
box-shadow : 0 1px 0 #fff inset;
|
326 |
-
background-color: #eee;
|
327 |
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
|
328 |
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
|
329 |
-
background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
330 |
-
background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
331 |
-
background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
|
332 |
-
background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
|
333 |
-
-webkit-border-bottom-left-radius : 0;
|
334 |
-
-webkit-border-bottom-right-radius: 0;
|
335 |
-
-moz-border-radius-bottomleft : 0;
|
336 |
-
-moz-border-radius-bottomright: 0;
|
337 |
-
border-bottom-left-radius : 0;
|
338 |
-
border-bottom-right-radius: 0;
|
339 |
-
}
|
340 |
-
.chzn-container-active .chzn-single-with-drop div {
|
341 |
-
background: transparent;
|
342 |
-
border-left: none;
|
343 |
-
}
|
344 |
-
.chzn-container-active .chzn-single-with-drop div b {
|
345 |
-
background-position: -18px 2px;
|
346 |
-
}
|
347 |
-
.chzn-container-active .chzn-choices {
|
348 |
-
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
349 |
-
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
350 |
-
box-shadow : 0 0 5px rgba(0,0,0,.3);
|
351 |
-
border: 1px solid #5897fb;
|
352 |
-
}
|
353 |
-
.chzn-container-active .chzn-choices .search-field input {
|
354 |
-
color: #111 !important;
|
355 |
-
}
|
356 |
-
/* @end */
|
357 |
-
|
358 |
-
/* @group Disabled Support */
|
359 |
-
.chzn-disabled {
|
360 |
-
cursor: default;
|
361 |
-
opacity:0.5 !important;
|
362 |
-
}
|
363 |
-
.chzn-disabled .chzn-single {
|
364 |
-
cursor: default;
|
365 |
-
}
|
366 |
-
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
|
367 |
-
cursor: default;
|
368 |
-
}
|
369 |
-
|
370 |
-
/* @group Right to Left */
|
371 |
-
.chzn-rtl { text-align: right; }
|
372 |
-
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
|
373 |
-
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
|
374 |
-
|
375 |
-
.chzn-rtl .chzn-single div { left: 3px; right: auto; }
|
376 |
-
.chzn-rtl .chzn-single abbr {
|
377 |
-
left: 26px;
|
378 |
-
right: auto;
|
379 |
-
}
|
380 |
-
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
|
381 |
-
.chzn-rtl .chzn-choices li { float: right; }
|
382 |
-
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
|
383 |
-
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
|
384 |
-
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
|
385 |
-
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
|
386 |
-
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
|
387 |
-
.chzn-rtl .chzn-search input {
|
388 |
-
background: #fff url('chosen-sprite.png') no-repeat -30px -20px;
|
389 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
|
390 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
391 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
392 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
|
393 |
-
background: url('chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
|
394 |
-
padding: 4px 5px 4px 20px;
|
395 |
-
direction: rtl;
|
396 |
-
}
|
397 |
-
.chzn-container-single.chzn-rtl .chzn-single div b {
|
398 |
-
background-position: 6px 2px;
|
399 |
-
}
|
400 |
-
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
|
401 |
-
background-position: -12px 2px;
|
402 |
-
}
|
403 |
-
/* @end */
|
404 |
-
|
405 |
-
/* @group Retina compatibility */
|
406 |
-
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
|
407 |
-
.chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
|
408 |
-
background-image: url('chosen-sprite@2x.png') !important;
|
409 |
-
background-repeat: no-repeat !important;
|
410 |
-
background-size: 52px 37px !important;
|
411 |
-
}
|
412 |
-
}
|
413 |
-
/* @end */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/restrict-widget-he_IL.mo
ADDED
Binary file
|
languages/restrict-widget-he_IL.po
ADDED
@@ -0,0 +1,388 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This file was generated by WPML
|
2 |
+
# WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
|
3 |
+
# http://wpml.org
|
4 |
+
msgid ""
|
5 |
+
msgstr ""
|
6 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
7 |
+
"Content-Transfer-Encoding: 8bit\n"
|
8 |
+
"Project-Id-Version: restrict-widget\n"
|
9 |
+
"POT-Creation-Date: \n"
|
10 |
+
"PO-Revision-Date: \n"
|
11 |
+
"Last-Translator: Ahrale <contact@atar4u.com>\n"
|
12 |
+
"Language-Team: Ahrale, Atar4U.com <contact@atar4u.com>\n"
|
13 |
+
"MIME-Version: 1.0\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"Language: he_IL\n"
|
16 |
+
"X-Generator: Poedit 1.7.3\n"
|
17 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
|
19 |
+
# 'restrict_roles' => esc_attr__('Select roles', 'restrict-widgets'),
|
20 |
+
# 'restrict_languages' => esc_attr__('Select languages', 'restrict-widgets'),
|
21 |
+
# 'restrict_widgets' => $js_widgets,
|
22 |
+
# wpml-name: f7db4c676140c9fbb07ec8bb0fc45a33
|
23 |
+
msgid "Select languages"
|
24 |
+
msgstr "בחירת שפות"
|
25 |
+
|
26 |
+
# 'restrict_sidebars' => esc_attr__('Select sidebars', 'restrict-widgets'),
|
27 |
+
# 'restrict_roles' => esc_attr__('Select roles', 'restrict-widgets'),
|
28 |
+
# 'restrict_languages' => esc_attr__('Select languages', 'restrict-widgets'),
|
29 |
+
# wpml-name: f89acd52c4ea09ff337baffd813f2086
|
30 |
+
msgid "Select roles"
|
31 |
+
msgstr "בחירת תפקידים"
|
32 |
+
|
33 |
+
# 'restrict_widgets_selection' => esc_attr__('Select widgets options', 'restrict-widgets'),
|
34 |
+
# 'restrict_sidebars' => esc_attr__('Select sidebars', 'restrict-widgets'),
|
35 |
+
# 'restrict_roles' => esc_attr__('Select roles', 'restrict-widgets'),
|
36 |
+
# wpml-name: 91c83f5e0459d31f6cf8e3bddb58d919
|
37 |
+
msgid "Select sidebars"
|
38 |
+
msgstr "בחירת סרגלי צד"
|
39 |
+
|
40 |
+
# 'restrict_available_widgets' => esc_attr__('Select widgets', 'restrict-widgets'),
|
41 |
+
# 'restrict_widgets_selection' => esc_attr__('Select widgets options', 'restrict-widgets'),
|
42 |
+
# 'restrict_sidebars' => esc_attr__('Select sidebars', 'restrict-widgets'),
|
43 |
+
# wpml-name: e5b1a9d260edf0aff3d5c5d369b4606f
|
44 |
+
msgid "Select widgets options"
|
45 |
+
msgstr "בחירת אפשרויות וידג'ט"
|
46 |
+
|
47 |
+
# 'placeholder_text' => esc_attr__('Select options', 'restrict-widgets'),
|
48 |
+
# 'restrict_available_widgets' => esc_attr__('Select widgets', 'restrict-widgets'),
|
49 |
+
# 'restrict_widgets_selection' => esc_attr__('Select widgets options', 'restrict-widgets'),
|
50 |
+
# wpml-name: e16d58a5af3af44365120fa29d132508
|
51 |
+
msgid "Select widgets"
|
52 |
+
msgstr "בחירת וידג'טים"
|
53 |
+
|
54 |
+
# array(
|
55 |
+
# 'placeholder_text' => esc_attr__('Select options', 'restrict-widgets'),
|
56 |
+
# 'restrict_available_widgets' => esc_attr__('Select widgets', 'restrict-widgets'),
|
57 |
+
# wpml-name: ddd939ce0f9bfb3f2caeb2924bbb705e
|
58 |
+
msgid "Select options"
|
59 |
+
msgstr "בחירת אפשרויות"
|
60 |
+
|
61 |
+
# <option value="yes" '.selected($instance['rw_opt']['widget_select'], true, false).'>'.__('Display widget on selected', 'restrict-widgets').'</option>
|
62 |
+
# <option value="no" '.selected($instance['rw_opt']['widget_select'], false, false).'>'.__('Hide widget on selected', 'restrict-widgets').'</option>
|
63 |
+
# </select>
|
64 |
+
# wpml-name: c8a148b67f79627bade0311de3026fb4
|
65 |
+
msgid "Hide widget on selected"
|
66 |
+
msgstr "הסתר את הוידג'ט במקומות הנבחרים"
|
67 |
+
|
68 |
+
# <select name="'.$widget->get_field_name('widget_select').'" class="restrict-widgets-hide chosen-select">
|
69 |
+
# <option value="yes" '.selected($instance['rw_opt']['widget_select'], true, false).'>'.__('Display widget on selected', 'restrict-widgets').'</option>
|
70 |
+
# <option value="no" '.selected($instance['rw_opt']['widget_select'], false, false).'>'.__('Hide widget on selected', 'restrict-widgets').'</option>
|
71 |
+
# wpml-name: be139755fe688861ba0f7d4b30c3e792
|
72 |
+
msgid "Display widget on selected"
|
73 |
+
msgstr "הצג את הוידג'ט במקומות הנבחרים"
|
74 |
+
|
75 |
+
# <div class="restrict-widgets-hide-div restrict-widgets">
|
76 |
+
# <p class="restrict-widgets-display-label">'.__('Display / Hide Widget', 'restrict-widgets').'</p>
|
77 |
+
# <select name="'.$widget->get_field_name('widget_select').'" class="restrict-widgets-hide chosen-select">
|
78 |
+
# wpml-name: 2be24bbcda642b2ee9acdd8396260722
|
79 |
+
msgid "Display / Hide Widget"
|
80 |
+
msgstr "הצג / הסתר וידג'ט"
|
81 |
+
|
82 |
+
#
|
83 |
+
# $html .= '<option value="cpta_'.$cpta->name.'" '.selected($instance['rw_opt']['cpta_'.$cpta->name], true, false).'>'.apply_filters('rw_option_display_name', sprintf(__('%s Archive','restrict-widgets'), $cpta->label), 'custom_post_type_archive').'</option>';
|
84 |
+
# }
|
85 |
+
# wpml-name: 9c41e3a1818dcc37015c9a1fcbbaf677
|
86 |
+
msgid "%s Archive"
|
87 |
+
msgstr "%s ארכיון"
|
88 |
+
|
89 |
+
#
|
90 |
+
# $html .= '<option value="cpt_'.$cpt->name.'" '.selected($instance['rw_opt']['cpt_'.$cpt->name], true, false).'>'.apply_filters('rw_option_display_name', sprintf(__('Single %s','restrict-widgets'), $cpt->label), 'custom_post_type').'</option>';
|
91 |
+
# }
|
92 |
+
# wpml-name: 93a70c4f35340cbcbe88cc76a5d9f61d
|
93 |
+
msgid "Single %s"
|
94 |
+
msgstr "%s יחיד"
|
95 |
+
|
96 |
+
# </table>
|
97 |
+
# <input type="submit" value="'.__('Save settings', 'restrict-widgets').'" name="save-widgets-options" class="button button-primary" id="save-widgets-options" />
|
98 |
+
# <p id="df-credits">Created by<a href="http://www.dfactory.eu/?utm_source=restrict-widgets-settings&utm_medium=link&utm_campaign=created-by" target="_blank" title="dFactory - Quality plugins for WordPress"><img src="'.RESTRICT_WIDGETS_URL.'/images/logo-dfactory.png'.'" title="dFactory - Quality plugins for WordPress" alt="dFactory - Quality plugins for WordPress" /></a></p>
|
99 |
+
# wpml-name: d4dccb8ca2dac4e53c01bd9954755332
|
100 |
+
msgid "Save settings"
|
101 |
+
msgstr "שמור את ההגדרות"
|
102 |
+
|
103 |
+
# <input type="checkbox" name="options-widgets-deactivation" id="options-widgets-deactivation" value="1" '.checked($option['deactivation'], true, false).' />
|
104 |
+
# <span class="description">'.__('Remove all plugin data on deactivation', 'restrict-widgets').'</span></label>
|
105 |
+
# </td>
|
106 |
+
# wpml-name: 64492a2f3b07ce99567739ca435e64ee
|
107 |
+
msgid "Remove all plugin data on deactivation"
|
108 |
+
msgstr "הסר את כל נתוני התוסף עם כיבויו"
|
109 |
+
|
110 |
+
# <tr>
|
111 |
+
# <td><label>'.__('Plugin Deactivation', 'restrict-widgets').'</label></td>
|
112 |
+
# <td>
|
113 |
+
# wpml-name: 9d400fc26642cd15baf0b87ac357c686
|
114 |
+
msgid "Plugin Deactivation"
|
115 |
+
msgstr "כיבוי התוסף"
|
116 |
+
|
117 |
+
# <input type="checkbox" name="options-widgets-sidebar" id="options-widgets-sidebar" value="1" '.checked(isset($option['sidebar']) ? $option['sidebar'] : false, true, false).' />
|
118 |
+
# <span class="description">'.__('By default is_active_sidebar() function returns true even if no widget is displayed in a sidebar. Check this if you want is_active_sidebar() to recognize Restrict Widgets display settings.', 'restrict-widgets').'</span></label>
|
119 |
+
# </td>
|
120 |
+
# wpml-name: 6172c82bbeff20dbcfba5531600fcc8e
|
121 |
+
msgid "By default is_active_sidebar() function returns true even if no widget is displayed in a sidebar. Check this if you want is_active_sidebar() to recognize Restrict Widgets display settings."
|
122 |
+
msgstr "כברירת מחדל, פונקציית שינוי סרגל צד פעיל is_active_sidebar() מוגדרת כפעילה גם כאם אין וידג'ט מוצג בסרגל הצד. סמן זאת אם אתה רוצה הפונקצי הזו תזהה את הגדרות התצוגה של תוסף הגבלת הוידג'טים."
|
123 |
+
|
124 |
+
# <tr>
|
125 |
+
# <td><label>'.__('Modify is_active_sidebar()', 'restrict-widgets').'</label></td>
|
126 |
+
# <td>
|
127 |
+
# wpml-name: 15f7da7446f8dda5bd495683555d1619
|
128 |
+
msgid "Modify is_active_sidebar()"
|
129 |
+
msgstr "שינוי סרגל צד פעיל"
|
130 |
+
|
131 |
+
# <input type="checkbox" name="options-widgets-groups" id="options-widgets-groups" value="1" '.checked($option['groups'], true, false).' />
|
132 |
+
# <span class="description">'.__('Display widget options in groups', 'restrict-widgets').'</span></label>
|
133 |
+
# </td>
|
134 |
+
# wpml-name: ceabd32735dd8ed137fc1ac06389d5bc
|
135 |
+
msgid "Display widget options in groups"
|
136 |
+
msgstr "הצג את אפשרויות הוידג'ט בקבוצות"
|
137 |
+
|
138 |
+
# <tr>
|
139 |
+
# <td><label>'.__('Restrict Option Groups', 'restrict-widgets').'</label></td>
|
140 |
+
# <td>
|
141 |
+
# wpml-name: affadbfb759a1b564d961b4c8709e92c
|
142 |
+
msgid "Restrict Option Groups"
|
143 |
+
msgstr "קבוצות הגבלת אפשרות"
|
144 |
+
|
145 |
+
# </select>
|
146 |
+
# <p class="description">'.__('Select which widget options will be restricted to admins only.', 'restrict-widgets').'</p>
|
147 |
+
# <table>
|
148 |
+
# wpml-name: 774d57f092ea59419f872304c7112d36
|
149 |
+
msgid "Select which widget options will be restricted to admins only."
|
150 |
+
msgstr "בחירת אפשרויות וידג'ט שיוגבלו למנהלים בלבד."
|
151 |
+
|
152 |
+
#
|
153 |
+
# <label>'.__('Restrict Widget Options', 'restrict-widgets').'</label><br />
|
154 |
+
# <select name="options-widgets-selection[]" id="options-widgets-selection" multiple="multiple">';
|
155 |
+
# wpml-name: 390c2f081f2c913a7446930428a0bb65
|
156 |
+
msgid "Restrict Widget Options"
|
157 |
+
msgstr "אפשרויות הגבלת וידג'טים"
|
158 |
+
|
159 |
+
# </select>
|
160 |
+
# <p class="description">'.__('Select which widgets will be restricted to admins only.', 'restrict-widgets').'</p>
|
161 |
+
#
|
162 |
+
# wpml-name: 8b67b4d30ce8c50d4b8167cd95ee806e
|
163 |
+
msgid "Select which widgets will be restricted to admins only."
|
164 |
+
msgstr "בחר אילו וידג'טים יוגבלו למנהלים בלבד."
|
165 |
+
|
166 |
+
# echo '
|
167 |
+
# <label>'.__('Restrict Widgets', 'restrict-widgets').'</label><br />
|
168 |
+
# <select name="options-available-widgets[]" id="options-available-widgets" multiple="multiple">';
|
169 |
+
# wpml-name: c8bbc651e47e8f04c0b9a64ebe1d7a4a
|
170 |
+
msgid "Restrict Widgets"
|
171 |
+
msgstr "הגבלת וידג'טים"
|
172 |
+
|
173 |
+
# </select>
|
174 |
+
# <p class="description">'.__('Select which sidebars will be restricted to admins only.', 'restrict-widgets').'</p>';
|
175 |
+
#
|
176 |
+
# wpml-name: 8582bb58cf1d46df851bb31ba678ba44
|
177 |
+
msgid "Select which sidebars will be restricted to admins only."
|
178 |
+
msgstr "בחירת סרגלי צד שיוגבלו למנהלים בלבד."
|
179 |
+
|
180 |
+
#
|
181 |
+
# <label>'.__('Restrict Sidebars', 'restrict-widgets').'</label><br />
|
182 |
+
# <select name="options-widgets-sidebars[]" id="options-widgets-sidebars" multiple="multiple">';
|
183 |
+
# wpml-name: 98b1edf0cad6181c89cb6c8c49198036
|
184 |
+
msgid "Restrict Sidebars"
|
185 |
+
msgstr "הגבלת סרגלי צד"
|
186 |
+
|
187 |
+
#
|
188 |
+
# <label>'.__('Restrict Users', 'restrict-widgets').'</label><br />
|
189 |
+
# <select name="options-widgets-roles[]" id="options-widgets-roles" multiple="multiple">';
|
190 |
+
# wpml-name: 2a5c347113082e98d4ff1251388782c6
|
191 |
+
msgid "Restrict Users"
|
192 |
+
msgstr "הגבלת משתמשים"
|
193 |
+
|
194 |
+
# <div class="sidebar-description">
|
195 |
+
# <p class="description">'.__('Use this settings to manage access to widgets page and to restrict availability of certain widgets, sidebars and widgets options to site administrators only.', 'restrict-widgets').'</p>
|
196 |
+
# </div>
|
197 |
+
# wpml-name: 1e9c30d86dfa4429d61ef336757421bf
|
198 |
+
msgid "Use this settings to manage access to widgets page and to restrict availability of certain widgets, sidebars and widgets options to site administrators only."
|
199 |
+
msgstr "השתמש בהגדרות אלו כדי לנהל את הגישה לעמוד הוידג'טים וכדי להגביל את הזמינות של וידג'טים מסוימים, סרגלי צד ואפשרויות וידג'טים למנהלים בלבד."
|
200 |
+
|
201 |
+
# 'mobile' => __('Mobile', 'restrict-widgets'),
|
202 |
+
# 'desktop' => __('Desktop, Laptop, etc.', 'restrict-widgets')
|
203 |
+
# );
|
204 |
+
# wpml-name: 00c54bae6417ab6068f0311bb715d431
|
205 |
+
msgid "Desktop, Laptop, etc."
|
206 |
+
msgstr "מחשב שולחני, מחשב נייד, וכו'."
|
207 |
+
|
208 |
+
# $this->devices = array(
|
209 |
+
# 'mobile' => __('Mobile', 'restrict-widgets'),
|
210 |
+
# 'desktop' => __('Desktop, Laptop, etc.', 'restrict-widgets')
|
211 |
+
# wpml-name: 87d17f4624a514e81dc7c8e016a7405c
|
212 |
+
msgid "Mobile"
|
213 |
+
msgstr "נייד"
|
214 |
+
|
215 |
+
# 'logged_in' => __('Logged in users', 'restrict-widgets'),
|
216 |
+
# 'logged_out' => __('Logged out users', 'restrict-widgets')
|
217 |
+
# );
|
218 |
+
# wpml-name: 4bb1b281cc79830caf7d0ebeda2497af
|
219 |
+
msgid "Logged out users"
|
220 |
+
msgstr "משתמשים שאינם מחוברים"
|
221 |
+
|
222 |
+
# $this->users = array(
|
223 |
+
# 'logged_in' => __('Logged in users', 'restrict-widgets'),
|
224 |
+
# 'logged_out' => __('Logged out users', 'restrict-widgets')
|
225 |
+
# wpml-name: 5766ee760fa7f23ec11205289a680162
|
226 |
+
msgid "Logged in users"
|
227 |
+
msgstr "משתמשים מחוברים"
|
228 |
+
|
229 |
+
# '404_page' => __('404 Page', 'restrict-widgets'),
|
230 |
+
# 'search_page' => __('Search Page', 'restrict-widgets')
|
231 |
+
# );
|
232 |
+
# wpml-name: 78effccfd6de5c4d01325ef863c4069c
|
233 |
+
msgid "Search Page"
|
234 |
+
msgstr "חיפוש עמוד"
|
235 |
+
|
236 |
+
# 'date_archive' => __('Date Archive', 'restrict-widgets'),
|
237 |
+
# '404_page' => __('404 Page', 'restrict-widgets'),
|
238 |
+
# 'search_page' => __('Search Page', 'restrict-widgets')
|
239 |
+
# wpml-name: 6a015ba06ba180aa8a893610dbf1061a
|
240 |
+
msgid "404 Page"
|
241 |
+
msgstr "404 עמוד"
|
242 |
+
|
243 |
+
# 'author_archive' => __('Author Archive', 'restrict-widgets'),
|
244 |
+
# 'date_archive' => __('Date Archive', 'restrict-widgets'),
|
245 |
+
# '404_page' => __('404 Page', 'restrict-widgets'),
|
246 |
+
# wpml-name: 2aeb1c2f12204b77c4de9c21c2e31c29
|
247 |
+
msgid "Date Archive"
|
248 |
+
msgstr "ארכיון תאריך"
|
249 |
+
|
250 |
+
# 'sticky_post' => __('Sticky Posts', 'restrict-widgets'),
|
251 |
+
# 'author_archive' => __('Author Archive', 'restrict-widgets'),
|
252 |
+
# 'date_archive' => __('Date Archive', 'restrict-widgets'),
|
253 |
+
# wpml-name: 72e66476a97eb3b33d820aa4b0fdca56
|
254 |
+
msgid "Author Archive"
|
255 |
+
msgstr "ארכיון מחבר"
|
256 |
+
|
257 |
+
# 'single_post' => __('Single Posts', 'restrict-widgets'),
|
258 |
+
# 'sticky_post' => __('Sticky Posts', 'restrict-widgets'),
|
259 |
+
# 'author_archive' => __('Author Archive', 'restrict-widgets'),
|
260 |
+
# wpml-name: fc88a516f916c3fbca2abec51d0224ca
|
261 |
+
msgid "Sticky Posts"
|
262 |
+
msgstr "פוסטים דביקים"
|
263 |
+
|
264 |
+
# 'blog_page' => __('Blog Page', 'restrict-widgets'),
|
265 |
+
# 'single_post' => __('Single Posts', 'restrict-widgets'),
|
266 |
+
# 'sticky_post' => __('Sticky Posts', 'restrict-widgets'),
|
267 |
+
# wpml-name: 9efa65de0d2561c345ea3aa1e8d41a1a
|
268 |
+
msgid "Single Posts"
|
269 |
+
msgstr "פוסטים בודדים"
|
270 |
+
|
271 |
+
# 'front_page' => __('Front Page', 'restrict-widgets'),
|
272 |
+
# 'blog_page' => __('Blog Page', 'restrict-widgets'),
|
273 |
+
# 'single_post' => __('Single Posts', 'restrict-widgets'),
|
274 |
+
# wpml-name: e80421fe4fff52df9dd6e744bd10f81f
|
275 |
+
msgid "Blog Page"
|
276 |
+
msgstr "עמוד בלוג"
|
277 |
+
|
278 |
+
# $this->others = array(
|
279 |
+
# 'front_page' => __('Front Page', 'restrict-widgets'),
|
280 |
+
# 'blog_page' => __('Blog Page', 'restrict-widgets'),
|
281 |
+
# wpml-name: 7612c0b50754aa23325448056f7f1ec1
|
282 |
+
msgid "Front Page"
|
283 |
+
msgstr "עמוד קדמי"
|
284 |
+
|
285 |
+
# $this->options['users'] = __('Users', 'restrict-widgets');
|
286 |
+
# $this->options['languages'] = __('Languages', 'restrict-widgets');
|
287 |
+
#
|
288 |
+
# wpml-name: 3a08e2e340ab29fd9263af48193cbf8e
|
289 |
+
msgid "Languages"
|
290 |
+
msgstr "שפות"
|
291 |
+
|
292 |
+
# $this->options['devices'] = __('Devices', 'restrict-widgets');
|
293 |
+
# $this->options['users'] = __('Users', 'restrict-widgets');
|
294 |
+
# $this->options['languages'] = __('Languages', 'restrict-widgets');
|
295 |
+
# wpml-name: f9aae5fda8d810a29f12d1e61b4ab25f
|
296 |
+
msgid "Users"
|
297 |
+
msgstr "משתמשים"
|
298 |
+
|
299 |
+
#
|
300 |
+
# $this->options['devices'] = __('Devices', 'restrict-widgets');
|
301 |
+
# $this->options['users'] = __('Users', 'restrict-widgets');
|
302 |
+
# wpml-name: c03ca67dda321195d74c951097f240c6
|
303 |
+
msgid "Devices"
|
304 |
+
msgstr "מכשירים"
|
305 |
+
|
306 |
+
#
|
307 |
+
# $this->options['bbpress'] = __('bbPress', 'restrict-widgets');
|
308 |
+
# }
|
309 |
+
# wpml-name: 49b29c42378e974f6149b868a6f76f57
|
310 |
+
msgid "bbPress"
|
311 |
+
msgstr "bbPress"
|
312 |
+
|
313 |
+
# 'single_user' => __('Single User', 'restrict-widgets'),
|
314 |
+
# 'topic_tag' => __('Topic Tag', 'restrict-widgets')
|
315 |
+
# );
|
316 |
+
# wpml-name: 404a5c4b9854bd21ba06c04e8f4f58fd
|
317 |
+
msgid "Topic Tag"
|
318 |
+
msgstr "תגית נושא"
|
319 |
+
|
320 |
+
# 'search' => __('Search', 'restrict-widgets'),
|
321 |
+
# 'single_user' => __('Single User', 'restrict-widgets'),
|
322 |
+
# 'topic_tag' => __('Topic Tag', 'restrict-widgets')
|
323 |
+
# wpml-name: 9ff5011d40dbced9c6c8912cd3a4eb6d
|
324 |
+
msgid "Single User"
|
325 |
+
msgstr "משתמש יחיד"
|
326 |
+
|
327 |
+
# $this->bbpress = array(
|
328 |
+
# 'search' => __('Search', 'restrict-widgets'),
|
329 |
+
# 'single_user' => __('Single User', 'restrict-widgets'),
|
330 |
+
# wpml-name: 13348442cc6a27032d2b4aa28b75a5d3
|
331 |
+
msgid "Search"
|
332 |
+
msgstr "חיפוש"
|
333 |
+
|
334 |
+
# 'taxonomies' => __('Taxonomies', 'restrict-widgets'),
|
335 |
+
# 'others' => __('Others', 'restrict-widgets')
|
336 |
+
# );
|
337 |
+
# wpml-name: 52ef9633d88a7480b3a938ff9eaa2a25
|
338 |
+
msgid "Others"
|
339 |
+
msgstr "אחרים"
|
340 |
+
|
341 |
+
# 'categories' => __('Categories', 'restrict-widgets'),
|
342 |
+
# 'taxonomies' => __('Taxonomies', 'restrict-widgets'),
|
343 |
+
# 'others' => __('Others', 'restrict-widgets')
|
344 |
+
# wpml-name: 5acd460877052acd8485e812d7ac8004
|
345 |
+
msgid "Taxonomies"
|
346 |
+
msgstr "טקסונומיות"
|
347 |
+
|
348 |
+
# 'custom_post_types_archives' => __('Custom Post Type Archives', 'restrict-widgets'),
|
349 |
+
# 'categories' => __('Categories', 'restrict-widgets'),
|
350 |
+
# 'taxonomies' => __('Taxonomies', 'restrict-widgets'),
|
351 |
+
# wpml-name: af1b98adf7f686b84cd0b443e022b7a0
|
352 |
+
msgid "Categories"
|
353 |
+
msgstr "קטגוריות"
|
354 |
+
|
355 |
+
# 'custom_post_types' => __('Custom Post Types', 'restrict-widgets'),
|
356 |
+
# 'custom_post_types_archives' => __('Custom Post Type Archives', 'restrict-widgets'),
|
357 |
+
# 'categories' => __('Categories', 'restrict-widgets'),
|
358 |
+
# wpml-name: 830adf46b5cfde4c22e4a55454639e11
|
359 |
+
msgid "Custom Post Type Archives"
|
360 |
+
msgstr "ארכיון סוג פוסט"
|
361 |
+
|
362 |
+
# 'pages' => __('Pages', 'restrict-widgets'),
|
363 |
+
# 'custom_post_types' => __('Custom Post Types', 'restrict-widgets'),
|
364 |
+
# 'custom_post_types_archives' => __('Custom Post Type Archives', 'restrict-widgets'),
|
365 |
+
# wpml-name: 9bdc93178fe2ed79d7c38556bd58eef1
|
366 |
+
msgid "Custom Post Types"
|
367 |
+
msgstr "סוגי פוסטים"
|
368 |
+
|
369 |
+
# $this->options = array(
|
370 |
+
# 'pages' => __('Pages', 'restrict-widgets'),
|
371 |
+
# 'custom_post_types' => __('Custom Post Types', 'restrict-widgets'),
|
372 |
+
# wpml-name: 453aceb005ceaf54a47da15fee8b2a26
|
373 |
+
msgid "Pages"
|
374 |
+
msgstr "עמודים"
|
375 |
+
|
376 |
+
# {
|
377 |
+
# $submenu[$menu_values[2]][7] = array(__('Widgets'), 'manage_widgets', 'widgets.php');
|
378 |
+
#
|
379 |
+
# wpml-name: fa07652cb6a5517c5dffb407c8eca014
|
380 |
+
msgid "Widgets"
|
381 |
+
msgstr "וידג'טים"
|
382 |
+
|
383 |
+
# $links,
|
384 |
+
# array(sprintf('<a href="http://www.dfactory.eu/support/forum/restrict-widgets/" target="_blank">%s</a>', __('Support', 'restrict-widgets')))
|
385 |
+
# );
|
386 |
+
# wpml-name: db5eb84117d06047c97c9a0191b5fffe
|
387 |
+
msgid "Support"
|
388 |
+
msgstr "תמיכה"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.dfactory.eu/
|
|
4 |
Tags: widget, widgets, widget-only, cms, conditional tags, conditional, widget logic, widget context, restrict, manage, management, capability, capabilities, sidebar, sidebars, user, permission, permissions
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 1.2.
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
@@ -36,6 +36,7 @@ For more information, check out plugin page at [dFactory](http://www.dfactory.eu
|
|
36 |
|
37 |
* Chinese - by Changmeng Hu
|
38 |
* Czech - by Martin Kucera
|
|
|
39 |
* Polish - by Bartosz Arendt
|
40 |
|
41 |
|
@@ -56,6 +57,9 @@ No questions yet.
|
|
56 |
|
57 |
== Changelog ==
|
58 |
|
|
|
|
|
|
|
59 |
= 1.2.5 =
|
60 |
* Tweak: UI improvements
|
61 |
* Tweak: jQuery chosen updated to 1.2.0
|
@@ -110,6 +114,5 @@ Initial release
|
|
110 |
|
111 |
== Upgrade Notice ==
|
112 |
|
113 |
-
= 1.2.
|
114 |
-
*
|
115 |
-
* Tweak: jQuery chosen updated to 1.2.0
|
4 |
Tags: widget, widgets, widget-only, cms, conditional tags, conditional, widget logic, widget context, restrict, manage, management, capability, capabilities, sidebar, sidebars, user, permission, permissions
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 1.2.6
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
36 |
|
37 |
* Chinese - by Changmeng Hu
|
38 |
* Czech - by Martin Kucera
|
39 |
+
* Hebrew - by [Ahrale Shrem](http://atar4u.com/)
|
40 |
* Polish - by Bartosz Arendt
|
41 |
|
42 |
|
57 |
|
58 |
== Changelog ==
|
59 |
|
60 |
+
= 1.2.6 =
|
61 |
+
* New: Hebrew translation by [Ahrale Shrem](http://atar4u.com/)
|
62 |
+
|
63 |
= 1.2.5 =
|
64 |
* Tweak: UI improvements
|
65 |
* Tweak: jQuery chosen updated to 1.2.0
|
114 |
|
115 |
== Upgrade Notice ==
|
116 |
|
117 |
+
= 1.2.6 =
|
118 |
+
* New: Czech translation by [Ahrale Shrem](http://atar4u.com/)
|
|
restrict-widgets.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Restrict Widgets
|
4 |
Description: All in one solution for widget management in WordPress. Allows you to hide or display widgets on specified pages and restrict access for users.
|
5 |
-
Version: 1.2.
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/restrict-widgets/
|
@@ -384,7 +384,6 @@ class Restrict_Widgets
|
|
384 |
$this->custom_post_types = get_post_types(
|
385 |
array(
|
386 |
'public' => true,
|
387 |
-
'_builtin' => false
|
388 |
),
|
389 |
'objects',
|
390 |
'and'
|
@@ -393,7 +392,6 @@ class Restrict_Widgets
|
|
393 |
$this->custom_post_types_archives = get_post_types(
|
394 |
array(
|
395 |
'public' => true,
|
396 |
-
'_builtin' => false,
|
397 |
'has_archive' => true
|
398 |
),
|
399 |
'objects',
|
@@ -1580,7 +1578,7 @@ class Restrict_Widgets
|
|
1580 |
$display_device = true;
|
1581 |
}
|
1582 |
|
1583 |
-
//
|
1584 |
if($return === false)
|
1585 |
{
|
1586 |
if(isset($instance['rw_opt']) && $this->is_widget_empty($instance['rw_opt'], 'main') === false)
|
@@ -1596,8 +1594,6 @@ class Restrict_Widgets
|
|
1596 |
}
|
1597 |
elseif(is_home())
|
1598 |
$found_main = isset($instance['rw_opt']['others_blog_page']) ? true : false;
|
1599 |
-
elseif(is_page())
|
1600 |
-
$found_main = isset($instance['rw_opt']['pageid_'.$post_id]) ? true : false;
|
1601 |
elseif(is_singular())
|
1602 |
{
|
1603 |
$found_main = isset($instance['rw_opt']['cpt_'.get_post_type($post_id)]) ? true : false;
|
@@ -1605,6 +1601,8 @@ class Restrict_Widgets
|
|
1605 |
if(is_single() && $found_main == false)
|
1606 |
$found_main = isset($instance['rw_opt']['others_single_post']) ? true : false;
|
1607 |
}
|
|
|
|
|
1608 |
elseif(is_category())
|
1609 |
$found_main = isset($instance['rw_opt']['category_'.get_query_var('cat')]) ? true : false;
|
1610 |
elseif(is_tag())
|
2 |
/*
|
3 |
Plugin Name: Restrict Widgets
|
4 |
Description: All in one solution for widget management in WordPress. Allows you to hide or display widgets on specified pages and restrict access for users.
|
5 |
+
Version: 1.2.6
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/restrict-widgets/
|
384 |
$this->custom_post_types = get_post_types(
|
385 |
array(
|
386 |
'public' => true,
|
|
|
387 |
),
|
388 |
'objects',
|
389 |
'and'
|
392 |
$this->custom_post_types_archives = get_post_types(
|
393 |
array(
|
394 |
'public' => true,
|
|
|
395 |
'has_archive' => true
|
396 |
),
|
397 |
'objects',
|
1578 |
$display_device = true;
|
1579 |
}
|
1580 |
|
1581 |
+
//others
|
1582 |
if($return === false)
|
1583 |
{
|
1584 |
if(isset($instance['rw_opt']) && $this->is_widget_empty($instance['rw_opt'], 'main') === false)
|
1594 |
}
|
1595 |
elseif(is_home())
|
1596 |
$found_main = isset($instance['rw_opt']['others_blog_page']) ? true : false;
|
|
|
|
|
1597 |
elseif(is_singular())
|
1598 |
{
|
1599 |
$found_main = isset($instance['rw_opt']['cpt_'.get_post_type($post_id)]) ? true : false;
|
1601 |
if(is_single() && $found_main == false)
|
1602 |
$found_main = isset($instance['rw_opt']['others_single_post']) ? true : false;
|
1603 |
}
|
1604 |
+
elseif(is_page())
|
1605 |
+
$found_main = isset($instance['rw_opt']['pageid_'.$post_id]) ? true : false;
|
1606 |
elseif(is_category())
|
1607 |
$found_main = isset($instance['rw_opt']['category_'.get_query_var('cat')]) ? true : false;
|
1608 |
elseif(is_tag())
|