Version Description
- Changed menu name from Feedback to Crowdsignal.
- Moved Poll and Rating settings under the Crowdsignal menu item.
- Updated menu icon to Crowdsignal logo.
- Updated some visual elements in the poll editor.
- Fixed issue that prevented the
Multiple choice
setting from saving. - Fixed some minor issues causing PHP errors.
- Remove a few old references to Polldaddy.
Download this release
Release Info
Developer | donncha |
Plugin | Crowdsignal Dashboard – Polls, Surveys & more |
Version | 2.2.0 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.2.0
- css/fonts/polldaddy.eot +0 -0
- css/fonts/polldaddy.svg +0 -11
- css/fonts/polldaddy.ttf +0 -0
- css/fonts/polldaddy.woff +0 -0
- css/polldaddy-icons.css +0 -11
- css/polldaddy.css +57 -54
- locale/polldaddy.pot +692 -116
- polldaddy-client.php +62 -62
- polldaddy-org.php +23 -5
- polldaddy.php +186 -179
- readme.txt +11 -2
css/fonts/polldaddy.eot
DELETED
Binary file
|
css/fonts/polldaddy.svg
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
-
<metadata>Generated by Fontastic.me</metadata>
|
5 |
-
<defs>
|
6 |
-
<font id="polldaddy" horiz-adv-x="512">
|
7 |
-
<font-face font-family="polldaddy" units-per-em="512" ascent="480" descent="-32"/>
|
8 |
-
<missing-glyph horiz-adv-x="512" />
|
9 |
-
|
10 |
-
<glyph unicode="a" d="m0 256c0-141 115-256 256-256c141 0 256 115 256 256c0 141-115 256-256 256c-141 0-256-115-256-256z m52 105c6 10 13 19 20 28c40 48 98 78 159 80c60 3 120-21 161-63c42-41 62-101 54-158c-7-56-41-108-88-136c-46-27-105-29-152-8c14-3 28-6 43-6c87 0 157 71 157 158c0 39-15 75-38 102c-3 3-5 5-7 7c-1 1-1 2-2 2c0 0 0 1 0 1c-37 42-90 69-151 69c-63 0-119-30-156-76z m116-184c15-21 38-37 64-44c21-7 44-8 66-3c-15-6-32-9-49-9c-74 0-135 60-135 135c0 0 0 0 0 0c4 41 26 79 58 103c39 30 94 33 136 11c21-11 39-28 51-48c11-20 17-43 15-66c-3-45-36-87-78-98c-42-13-89 5-112 40c-23 35-18 84 11 112c27 30 74 33 105 11c15-11 26-27 30-45c4-18 0-37-9-52c-9-15-24-27-40-31c-17-4-35-1-49 7c-15 9-25 23-28 39c-4 16 0 33 9 46c10 13 24 20 39 22c15 1 30-5 41-16c10-10 15-25 12-39c-2-14-10-27-22-33c-8-5-17-6-25-5c17 0 32 12 37 27c0 1 0 2 1 2c5 12 3 27-5 38c-8 11-22 19-37 18c-14-1-29-10-36-23c-8-13-9-30-2-45c6-15 21-26 37-29c17-4 35 1 48 13c13 12 21 30 19 49c-1 38-43 67-82 57c-39-9-64-56-49-97c14-40 64-64 106-47c22 8 39 24 49 45c10 20 12 45 5 68c-14 46-65 76-114 68c-50-8-89-55-91-107c-1-26 8-52 24-74z m106 311c120-9 215-110 215-232c0-129-104-233-233-233c-91 0-170 52-208 128c-11 25-17 51-17 77c0 91 70 158 158 173c-44-18-80-57-95-103c-20-58-6-128 38-174c42-47 110-70 174-59c64 10 121 57 148 116c28 60 25 134-8 193c-33 59-94 101-162 113c-3 0-7 1-10 1z"/>
|
11 |
-
</font></defs></svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/fonts/polldaddy.ttf
DELETED
Binary file
|
css/fonts/polldaddy.woff
DELETED
Binary file
|
css/polldaddy-icons.css
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: "polldaddy";
|
3 |
-
src:url("fonts/polldaddy.eot");
|
4 |
-
src:url("fonts/polldaddy.eot?#iefix") format("embedded-opentype"),
|
5 |
-
url("fonts/polldaddy.ttf") format("truetype"),
|
6 |
-
url("fonts/polldaddy.woff") format("woff"),
|
7 |
-
url("fonts/polldaddy.svg#polldaddy") format("svg");
|
8 |
-
font-weight: normal;
|
9 |
-
font-style: normal;
|
10 |
-
|
11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/polldaddy.css
CHANGED
@@ -10,7 +10,7 @@ abbr{
|
|
10 |
|
11 |
hr{
|
12 |
border: 1px #EFEFEF solid;
|
13 |
-
|
14 |
}
|
15 |
|
16 |
#polldaddy-error.error a{
|
@@ -23,6 +23,10 @@ h2 a.button{
|
|
23 |
font-family: Lucida Grande, Arial, Sans;
|
24 |
}
|
25 |
|
|
|
|
|
|
|
|
|
26 |
#pd-wrap .postbox .inside{
|
27 |
padding:13px;
|
28 |
}
|
@@ -71,7 +75,7 @@ td#signup-button{
|
|
71 |
}
|
72 |
|
73 |
td a.row-title{
|
74 |
-
/*font-size: 14px;*/
|
75 |
}
|
76 |
|
77 |
ul#answers li span.handle{
|
@@ -146,7 +150,7 @@ ul.pd-tabs li.selected{
|
|
146 |
border: 1px #dfdfdf solid;
|
147 |
border-radius: 3px 3px 0px 0px;
|
148 |
border-bottom: 0px;
|
149 |
-
margin-right: 5px;
|
150 |
}
|
151 |
|
152 |
ul.cs-tabs li a,
|
@@ -161,7 +165,6 @@ ul.pd-tabs li.selected a{
|
|
161 |
|
162 |
.cs-tab-panel,
|
163 |
.pd-tab-panel{
|
164 |
-
height: 300px;
|
165 |
border: 1px #dfdfdf solid;
|
166 |
margin-top:-7px;
|
167 |
display: none;
|
@@ -207,7 +210,7 @@ input#shortcode-field{
|
|
207 |
}
|
208 |
|
209 |
.answer-media{
|
210 |
-
|
211 |
}
|
212 |
|
213 |
.answer-media li{
|
@@ -270,57 +273,57 @@ word-wrap: break-word;
|
|
270 |
|
271 |
/* OLD STYLES, PRE-2.0 ------------------------------------------------------------
|
272 |
---------------------------------------------------------------------------------------------------*/
|
273 |
-
body.poll-preview-iframe{min-width:0;}
|
274 |
-
body.poll-preview-iframe #sidemenu, body.poll-preview-iframe #submenu, body.poll-preview-iframe #wpadminbar, body.poll-preview-iframe #wphead, body.poll-preview-iframe #gears-info-box, body.poll-preview-iframe #user_info, body.poll-preview-iframe #dashmenu, body.poll-preview-iframe #adminmenu, body.poll-preview-iframe #sidemenu-bg, body.poll-preview-iframe #footer, body.poll-preview-iframe #feedbacklink, body.poll-preview-iframe #screen-meta, body.poll-preview-iframe #manage-polls h2#preview-header{display:none;} body.poll-preview-iframe-editor #manage-polls h2#preview-header{display:block;}
|
275 |
-
body.poll-preview-iframe h2{padding-top:0;}
|
276 |
-
body.poll-preview-iframe{margin:0 !important;padding:0 !important;}
|
277 |
-
body.poll-preview-iframe .wrap{max-width:100%;}
|
278 |
-
body.poll-preview-iframe #wpwrap{min-height:0;}
|
279 |
-
body.poll-preview-iframe div#wpcontent{margin:0;padding:0;}
|
280 |
body.poll-preview-iframe div#wpbody{margin:0;padding:2em 3em;text-align:center;}
|
281 |
-
body.poll-preview-iframe div#wpbody-content{margin:0;padding:0;border:none;}
|
282 |
-
body.poll-preview-iframe div#manage-polls.wrap{text-align:left;}
|
283 |
-
body.poll-preview-iframe .pds-box{margin-left:auto;margin-right:auto;}
|
284 |
-
table td.post-title strong{display:block;}
|
285 |
-
table.poll-results .column-vote{padding:3px 5px 3px 3px;margin:0;}
|
286 |
-
table.poll-results div.result-holder{position:relative;}
|
287 |
-
table.poll-results span.result-bar{display:block;padding:5px 0 4px 0;margin:0;height:100%;border:1px solid #EDB918;background-color:#FBD55E;}
|
288 |
-
table.poll-results span.result-total{position:absolute;left:.75em;top:6px;}
|
289 |
-
table.poll-results span.result-percent{position:absolute;right:.75em;top:6px;}
|
290 |
-
table.poll-others{margin-top:1.5em;}
|
291 |
-
table.poll-others .column-vote{min-width:50%;}
|
292 |
-
ul#answers,ul.poll-options{list-style:none;padding:0;}
|
293 |
-
ul#answers li{position:relative;}
|
294 |
-
ul#answers li span.handle{width:18px;height:100%;cursor:move;text-align:center;line-height:1.8em;}
|
295 |
-
ul#answers input{padding:0;border:none;float:left;margin-right: 0px; width:100%;border:1px solid #ccc;padding:2px 3px;margin-left: 3px;}
|
296 |
-
p.submit input{padding:6px;}
|
297 |
-
p#add-answer-holder{display:none;text-align:left;padding-left:10px;}
|
298 |
-
.inner-sidebar-ratings{clear:right;float:right;position:relative;width:281px;}
|
299 |
-
#poststuff #post-body.has-sidebar,.has-sidebar{clear:left;float:left;margin-right:-240px;width:100%;}
|
300 |
-
.has-sidebar .has-sidebar-content{margin-right:245px;}
|
301 |
#post-body-content #titlediv{margin:10px 0;}
|
302 |
-
tr.polldaddy-shortcode-row{}
|
303 |
-
tr.polldaddy-shortcode-row h4{padding:0;margin:0.3em 0;clear:both;}
|
304 |
tr.polldaddy-shortcode-row pre{float:left;background-color:#fff;padding:.2em;margin:0 0 .5em;border:1px solid #ccc;}
|
305 |
-
tr.polldaddy-shortcode-row input{float:left;background-color:#fff;border:1px solid #ccc;padding:0.5em 0;margin:0 0 0.5em;font-size:11px;font-family:monospace;color: rgb(51, 51, 51);-moz-border-radius: 0px;}
|
306 |
-
.polldaddy-show-design-options{text-align:left;width:8em;display:block;font-size:1em;padding:1em 2em;text-decoration:none;}
|
307 |
-
#design h3{text-align:left;}
|
308 |
-
#design_standard{display:block;padding:0px 0px 0px 20px;}
|
309 |
-
#design_standard a{width:1em;font-size:4em;text-decoration:none;}
|
310 |
-
#design_custom {display:none;}
|
311 |
-
.pollStyle{width:100%;border-collapse:collapse;}
|
312 |
-
.pollStyle .cb{height:40px;width:30px;padding:0px 0px 2px 0px;}
|
313 |
-
.pollStyle .selector{width:250px;}
|
314 |
-
.pollStyle .customSelect{vertical-align:top;text-align:left;margin:0px;}
|
315 |
-
.pollStyle TH{text-align:left;}
|
316 |
-
.st_selector{border-collapse:collapse;}
|
317 |
-
.st_selector .img{width:150px;padding:0px;margin:0px;height:200px;}
|
318 |
.st_selector .dir_left{padding:0px 10px 0px 0px;width:75px;}
|
319 |
-
.st_selector .dir_right{padding:0px 0px 0px 20px;width:75px;}
|
320 |
-
.st_selector .title{text-align:center;height:20px;font-weight:bold;}
|
321 |
-
.st_selector .counter{text-align:center;width:150px;padding:10px 0px 0px 0px;}
|
322 |
-
#st_image{width:150px;padding:0px;margin:0px;height:200px;}
|
323 |
-
#st_sizes{width:152px;text-align:center;font-size:12px;}
|
324 |
-
#st_sizes a{width:150px;text-align:center;font-size:12px;}
|
325 |
-
.st_image_loader{width:150px;padding:0px;margin:0px;background:url(../img/st-loader.gif) no-repeat center center;}
|
326 |
#st_description{padding:6px 0px;font-size:9px;width:300px;text-align:center;}
|
10 |
|
11 |
hr{
|
12 |
border: 1px #EFEFEF solid;
|
13 |
+
|
14 |
}
|
15 |
|
16 |
#polldaddy-error.error a{
|
23 |
font-family: Lucida Grande, Arial, Sans;
|
24 |
}
|
25 |
|
26 |
+
#manage-polls .postbox h2.postbox-title {
|
27 |
+
border-bottom: 1px solid #ccd0d4;
|
28 |
+
}
|
29 |
+
|
30 |
#pd-wrap .postbox .inside{
|
31 |
padding:13px;
|
32 |
}
|
75 |
}
|
76 |
|
77 |
td a.row-title{
|
78 |
+
/*font-size: 14px;*/
|
79 |
}
|
80 |
|
81 |
ul#answers li span.handle{
|
150 |
border: 1px #dfdfdf solid;
|
151 |
border-radius: 3px 3px 0px 0px;
|
152 |
border-bottom: 0px;
|
153 |
+
margin-right: 5px;
|
154 |
}
|
155 |
|
156 |
ul.cs-tabs li a,
|
165 |
|
166 |
.cs-tab-panel,
|
167 |
.pd-tab-panel{
|
|
|
168 |
border: 1px #dfdfdf solid;
|
169 |
margin-top:-7px;
|
170 |
display: none;
|
210 |
}
|
211 |
|
212 |
.answer-media{
|
213 |
+
|
214 |
}
|
215 |
|
216 |
.answer-media li{
|
273 |
|
274 |
/* OLD STYLES, PRE-2.0 ------------------------------------------------------------
|
275 |
---------------------------------------------------------------------------------------------------*/
|
276 |
+
body.poll-preview-iframe{min-width:0;}
|
277 |
+
body.poll-preview-iframe #sidemenu, body.poll-preview-iframe #submenu, body.poll-preview-iframe #wpadminbar, body.poll-preview-iframe #wphead, body.poll-preview-iframe #gears-info-box, body.poll-preview-iframe #user_info, body.poll-preview-iframe #dashmenu, body.poll-preview-iframe #adminmenu, body.poll-preview-iframe #sidemenu-bg, body.poll-preview-iframe #footer, body.poll-preview-iframe #feedbacklink, body.poll-preview-iframe #screen-meta, body.poll-preview-iframe #manage-polls h2#preview-header{display:none;} body.poll-preview-iframe-editor #manage-polls h2#preview-header{display:block;}
|
278 |
+
body.poll-preview-iframe h2{padding-top:0;}
|
279 |
+
body.poll-preview-iframe{margin:0 !important;padding:0 !important;}
|
280 |
+
body.poll-preview-iframe .wrap{max-width:100%;}
|
281 |
+
body.poll-preview-iframe #wpwrap{min-height:0;}
|
282 |
+
body.poll-preview-iframe div#wpcontent{margin:0;padding:0;}
|
283 |
body.poll-preview-iframe div#wpbody{margin:0;padding:2em 3em;text-align:center;}
|
284 |
+
body.poll-preview-iframe div#wpbody-content{margin:0;padding:0;border:none;}
|
285 |
+
body.poll-preview-iframe div#manage-polls.wrap{text-align:left;}
|
286 |
+
body.poll-preview-iframe .pds-box{margin-left:auto;margin-right:auto;}
|
287 |
+
table td.post-title strong{display:block;}
|
288 |
+
table.poll-results .column-vote{padding:3px 5px 3px 3px;margin:0;}
|
289 |
+
table.poll-results div.result-holder{position:relative;}
|
290 |
+
table.poll-results span.result-bar{display:block;padding:5px 0 4px 0;margin:0;height:100%;border:1px solid #EDB918;background-color:#FBD55E;}
|
291 |
+
table.poll-results span.result-total{position:absolute;left:.75em;top:6px;}
|
292 |
+
table.poll-results span.result-percent{position:absolute;right:.75em;top:6px;}
|
293 |
+
table.poll-others{margin-top:1.5em;}
|
294 |
+
table.poll-others .column-vote{min-width:50%;}
|
295 |
+
ul#answers,ul.poll-options{list-style:none;padding:0;}
|
296 |
+
ul#answers li{position:relative;}
|
297 |
+
ul#answers li span.handle{width:18px;height:100%;cursor:move;text-align:center;line-height:1.8em;}
|
298 |
+
ul#answers input{padding:0;border:none;float:left;margin-right: 0px; width:100%;border:1px solid #ccc;padding:2px 3px;margin-left: 3px;}
|
299 |
+
p.submit input{padding:6px;}
|
300 |
+
p#add-answer-holder{display:none;text-align:left;padding-left:10px;}
|
301 |
+
.inner-sidebar-ratings{clear:right;float:right;position:relative;width:281px;}
|
302 |
+
#poststuff #post-body.has-sidebar,.has-sidebar{clear:left;float:left;margin-right:-240px;width:100%;}
|
303 |
+
.has-sidebar .has-sidebar-content{margin-right:245px;}
|
304 |
#post-body-content #titlediv{margin:10px 0;}
|
305 |
+
tr.polldaddy-shortcode-row{}
|
306 |
+
tr.polldaddy-shortcode-row h4{padding:0;margin:0.3em 0;clear:both;}
|
307 |
tr.polldaddy-shortcode-row pre{float:left;background-color:#fff;padding:.2em;margin:0 0 .5em;border:1px solid #ccc;}
|
308 |
+
tr.polldaddy-shortcode-row input{float:left;background-color:#fff;border:1px solid #ccc;padding:0.5em 0;margin:0 0 0.5em;font-size:11px;font-family:monospace;color: rgb(51, 51, 51);-moz-border-radius: 0px;}
|
309 |
+
.polldaddy-show-design-options{text-align:left;width:8em;display:block;font-size:1em;padding:1em 2em;text-decoration:none;}
|
310 |
+
#design h3{text-align:left;}
|
311 |
+
#design_standard{display:block;padding:0px 0px 0px 20px;}
|
312 |
+
#design_standard a{width:1em;font-size:4em;text-decoration:none;}
|
313 |
+
#design_custom {display:none;}
|
314 |
+
.pollStyle{width:100%;border-collapse:collapse;}
|
315 |
+
.pollStyle .cb{height:40px;width:30px;padding:0px 0px 2px 0px;}
|
316 |
+
.pollStyle .selector{width:250px;}
|
317 |
+
.pollStyle .customSelect{vertical-align:top;text-align:left;margin:0px;}
|
318 |
+
.pollStyle TH{text-align:left;}
|
319 |
+
.st_selector{border-collapse:collapse;}
|
320 |
+
.st_selector .img{width:150px;padding:0px;margin:0px;height:200px;}
|
321 |
.st_selector .dir_left{padding:0px 10px 0px 0px;width:75px;}
|
322 |
+
.st_selector .dir_right{padding:0px 0px 0px 20px;width:75px;}
|
323 |
+
.st_selector .title{text-align:center;height:20px;font-weight:bold;}
|
324 |
+
.st_selector .counter{text-align:center;width:150px;padding:10px 0px 0px 0px;}
|
325 |
+
#st_image{width:150px;padding:0px;margin:0px;height:200px;}
|
326 |
+
#st_sizes{width:152px;text-align:center;font-size:12px;}
|
327 |
+
#st_sizes a{width:150px;text-align:center;font-size:12px;}
|
328 |
+
.st_image_loader{width:150px;padding:0px;margin:0px;background:url(../img/st-loader.gif) no-repeat center center;}
|
329 |
#st_description{padding:6px 0px;font-size:9px;width:300px;text-align:center;}
|
locale/polldaddy.pot
CHANGED
@@ -1,1487 +1,2063 @@
|
|
1 |
-
#
|
2 |
-
#
|
3 |
-
# This file is distributed under the same license as the Polldaddy package.
|
4 |
-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 |
-
#
|
6 |
-
#, fuzzy
|
7 |
msgid ""
|
8 |
msgstr ""
|
9 |
-
"Project-Id-Version:
|
10 |
-
"Report-Msgid-Bugs-To:
|
11 |
-
"POT-Creation-Date:
|
12 |
-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
-
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
-
"Language: \n"
|
16 |
"MIME-Version: 1.0\n"
|
17 |
-
"Content-Type: text/plain; charset=
|
18 |
"Content-Transfer-Encoding: 8bit\n"
|
19 |
-
"
|
|
|
|
|
|
|
20 |
|
|
|
21 |
msgid "click and drag to reorder"
|
22 |
msgstr ""
|
23 |
|
|
|
24 |
msgid "Enter an answer here"
|
25 |
msgstr ""
|
26 |
|
|
|
|
|
27 |
msgid "Add an Image"
|
28 |
msgstr ""
|
29 |
|
|
|
|
|
30 |
msgid "Add Audio"
|
31 |
msgstr ""
|
32 |
|
|
|
|
|
33 |
msgid "Add Video"
|
34 |
msgstr ""
|
35 |
|
|
|
36 |
msgid "Ratings"
|
37 |
msgstr ""
|
38 |
|
|
|
39 |
msgid "Polls"
|
40 |
msgstr ""
|
41 |
|
|
|
42 |
msgid "Email address required"
|
43 |
msgstr ""
|
44 |
|
|
|
45 |
msgid "Password required"
|
46 |
msgstr ""
|
47 |
|
48 |
-
|
|
|
49 |
msgstr ""
|
50 |
|
51 |
-
|
|
|
52 |
msgstr ""
|
53 |
|
54 |
-
|
55 |
-
"Login to
|
56 |
msgstr ""
|
57 |
|
|
|
58 |
msgid ""
|
59 |
"If your email address and password are correct, your host may not support "
|
60 |
"secure logins."
|
61 |
msgstr ""
|
62 |
|
|
|
63 |
msgid ""
|
64 |
-
"In that case, you may be able to log in to
|
65 |
-
"SSL to Log in\" checkbox."
|
66 |
msgstr ""
|
67 |
|
68 |
-
|
69 |
-
"Account could not be accessed. Are your email address and password correct?"
|
70 |
msgstr ""
|
71 |
|
72 |
-
|
|
|
73 |
msgstr ""
|
74 |
|
75 |
-
|
76 |
msgid ""
|
77 |
-
"Before you can use the
|
78 |
-
"\">
|
79 |
msgstr ""
|
80 |
|
81 |
-
|
|
|
82 |
msgstr ""
|
83 |
|
84 |
-
|
|
|
85 |
msgstr ""
|
86 |
|
|
|
87 |
msgid "Use SSL to Log in"
|
88 |
msgstr ""
|
89 |
|
|
|
90 |
msgid ""
|
91 |
-
"This ensures a secure login to your
|
92 |
-
"are having problems logging in."
|
93 |
msgstr ""
|
94 |
|
|
|
95 |
msgid "Submit"
|
96 |
msgstr ""
|
97 |
|
|
|
98 |
msgid "Load Shortcodes Inline"
|
99 |
msgstr ""
|
100 |
|
|
|
101 |
msgid ""
|
102 |
-
"This will load the
|
103 |
"footer."
|
104 |
msgstr ""
|
105 |
|
106 |
-
|
|
|
107 |
msgstr ""
|
108 |
|
109 |
-
|
|
|
110 |
msgstr ""
|
111 |
|
|
|
112 |
msgid "Sync Ratings Account"
|
113 |
msgstr ""
|
114 |
|
115 |
-
|
|
|
116 |
msgstr ""
|
117 |
|
|
|
118 |
msgid "Ratings Title Filter"
|
119 |
msgstr ""
|
120 |
|
121 |
-
|
122 |
-
"This setting allows you to specify a filter to use with your ratings title."
|
123 |
msgstr ""
|
124 |
|
|
|
125 |
msgid "A list of your top rated posts, pages or comments."
|
126 |
msgstr ""
|
127 |
|
|
|
128 |
msgid "Top Rated"
|
129 |
msgstr ""
|
130 |
|
|
|
131 |
msgid "Title"
|
132 |
msgstr ""
|
133 |
|
|
|
134 |
msgid "Show for posts"
|
135 |
msgstr ""
|
136 |
|
|
|
137 |
msgid "Show for pages"
|
138 |
msgstr ""
|
139 |
|
|
|
140 |
msgid "Show for comments"
|
141 |
msgstr ""
|
142 |
|
|
|
143 |
msgid "Filter by category"
|
144 |
msgstr ""
|
145 |
|
|
|
146 |
msgid "How many items would you like to display?"
|
147 |
msgstr ""
|
148 |
|
149 |
-
|
150 |
msgid ""
|
151 |
-
"Warning! The
|
152 |
-
"Please visit the <a href=\"%s\">plugin settings page</a> to login."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
msgstr ""
|
154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
msgid "Feedback"
|
156 |
msgstr ""
|
157 |
|
158 |
-
|
|
|
159 |
msgstr ""
|
160 |
|
161 |
-
|
|
|
162 |
msgstr ""
|
163 |
|
|
|
164 |
msgid "Add Poll"
|
165 |
msgstr ""
|
166 |
|
|
|
167 |
msgid "Star Colors"
|
168 |
msgstr ""
|
169 |
|
|
|
170 |
msgid "Star Size"
|
171 |
msgstr ""
|
172 |
|
|
|
173 |
msgid "Nero Type"
|
174 |
msgstr ""
|
175 |
|
|
|
176 |
msgid "Nero Size"
|
177 |
msgstr ""
|
178 |
|
|
|
|
|
|
|
|
|
|
|
179 |
msgid "You are not allowed to delete this poll."
|
180 |
msgstr ""
|
181 |
|
|
|
182 |
msgid "Invalid Poll Author"
|
183 |
msgstr ""
|
184 |
|
|
|
185 |
msgid "You are not allowed to open this poll."
|
186 |
msgstr ""
|
187 |
|
|
|
188 |
msgid "You are not allowed to close this poll."
|
189 |
msgstr ""
|
190 |
|
|
|
191 |
msgid "You are not allowed to edit this poll."
|
192 |
msgstr ""
|
193 |
|
|
|
194 |
msgid "Poll not found"
|
195 |
msgstr ""
|
196 |
|
|
|
197 |
msgid "Invalid answers"
|
198 |
msgstr ""
|
199 |
|
|
|
200 |
msgid "You must include at least 2 answers"
|
201 |
msgstr ""
|
202 |
|
|
|
203 |
msgid "Please choose a poll style"
|
204 |
msgstr ""
|
205 |
|
|
|
206 |
msgid "Poll could not be updated"
|
207 |
msgstr ""
|
208 |
|
|
|
209 |
msgid "Poll could not be created"
|
210 |
msgstr ""
|
211 |
|
|
|
212 |
msgid "Style could not be updated"
|
213 |
msgstr ""
|
214 |
|
|
|
215 |
msgid "Style could not be created"
|
216 |
msgstr ""
|
217 |
|
|
|
218 |
msgid "Account could not be accessed. Is your API code correct?"
|
219 |
msgstr ""
|
220 |
|
|
|
221 |
msgid "Account could not be imported. Did you enter the correct API key?"
|
222 |
msgstr ""
|
223 |
|
|
|
224 |
msgid "Poll deleted."
|
225 |
msgstr ""
|
226 |
|
227 |
-
|
228 |
msgid "%s Poll Deleted."
|
229 |
msgid_plural "%s Polls Deleted."
|
230 |
msgstr[0] ""
|
231 |
msgstr[1] ""
|
232 |
|
|
|
233 |
msgid "Poll opened."
|
234 |
msgstr ""
|
235 |
|
236 |
-
|
237 |
msgid "%s Poll Opened."
|
238 |
msgid_plural "%s Polls Opened."
|
239 |
msgstr[0] ""
|
240 |
msgstr[1] ""
|
241 |
|
|
|
242 |
msgid "Poll closed."
|
243 |
msgstr ""
|
244 |
|
245 |
-
|
246 |
msgid "%s Poll Closed."
|
247 |
msgid_plural "%s Polls Closed."
|
248 |
msgstr[0] ""
|
249 |
msgstr[1] ""
|
250 |
|
|
|
251 |
msgid "Poll updated."
|
252 |
msgstr ""
|
253 |
|
|
|
254 |
msgid "Poll created."
|
255 |
msgstr ""
|
256 |
|
|
|
257 |
msgid "Embed in Post"
|
258 |
msgstr ""
|
259 |
|
|
|
260 |
msgid "Custom Style updated."
|
261 |
msgstr ""
|
262 |
|
|
|
263 |
msgid "Custom Style created."
|
264 |
msgstr ""
|
265 |
|
|
|
266 |
msgid "Custom Style deleted."
|
267 |
msgstr ""
|
268 |
|
269 |
-
|
270 |
msgid "%s Style Deleted."
|
271 |
msgid_plural "%s Custom Styles Deleted."
|
272 |
msgstr[0] ""
|
273 |
msgstr[1] ""
|
274 |
|
|
|
275 |
msgid "Account Linked."
|
276 |
msgstr ""
|
277 |
|
|
|
278 |
msgid "Options Updated."
|
279 |
msgstr ""
|
280 |
|
|
|
281 |
msgid "Rating deleted."
|
282 |
msgstr ""
|
283 |
|
284 |
-
|
285 |
msgid "%s Rating Deleted."
|
286 |
msgid_plural "%s Ratings Deleted."
|
287 |
msgstr[0] ""
|
288 |
msgstr[1] ""
|
289 |
|
|
|
290 |
msgid "Error: An error has occurred; Poll not created."
|
291 |
msgstr ""
|
292 |
|
|
|
293 |
msgid "Error: An error has occurred; Poll not updated."
|
294 |
msgstr ""
|
295 |
|
|
|
296 |
msgid ""
|
297 |
"Error: An error has occurred; Account could not be imported. Perhaps your "
|
298 |
"email address or password is incorrect?"
|
299 |
msgstr ""
|
300 |
|
|
|
301 |
msgid "Error: An error has occurred; Account could not be created."
|
302 |
msgstr ""
|
303 |
|
304 |
-
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#, php-format
|
308 |
msgid "Preview Poll <a href=\"%s\" class=\"add-new-h2\">All Polls</a>"
|
309 |
msgstr ""
|
310 |
|
311 |
-
|
312 |
msgid ""
|
313 |
-
"Poll Results <a href=\"%s\" class=\"add-new-h2\">All Polls</a> <a
|
314 |
-
"\" class=\"add-new-h2\">Edit Poll</a>"
|
315 |
msgstr ""
|
316 |
|
317 |
-
|
318 |
msgid ""
|
319 |
"Edit Poll <a href=\"%s\" class=\"add-new-h2\">All Polls</a> <a href=\"%s\" "
|
320 |
"class=\"add-new-h2\">View Results</a>"
|
321 |
msgstr ""
|
322 |
|
323 |
-
|
324 |
msgid "Add New Poll <a href=\"%s\" class=\"add-new-h2\">All Polls</a>"
|
325 |
msgstr ""
|
326 |
|
327 |
-
|
328 |
msgid "Custom Styles <a href=\"%s\" class=\"add-new-h2\">Add New</a>"
|
329 |
msgstr ""
|
330 |
|
|
|
|
|
331 |
msgid "Custom Styles"
|
332 |
msgstr ""
|
333 |
|
334 |
-
|
335 |
msgid "Edit Style <a href=\"%s\" class=\"add-new-h2\">List Styles</a>"
|
336 |
msgstr ""
|
337 |
|
338 |
-
|
339 |
msgid "Create Style <a href=\"%s\" class=\"add-new-h2\">List Styles</a>"
|
340 |
msgstr ""
|
341 |
|
342 |
-
|
343 |
-
msgid "
|
344 |
msgstr ""
|
345 |
|
346 |
-
|
|
|
347 |
msgstr ""
|
348 |
|
349 |
-
|
350 |
msgid ""
|
351 |
"Linked to WordPress.com Account: <strong>%s</strong> (<a target=\"_blank\" "
|
352 |
-
"href=\"
|
353 |
-
"target=\"_blank\" href=\"
|
354 |
msgstr ""
|
355 |
|
|
|
356 |
msgid "Actions"
|
357 |
msgstr ""
|
358 |
|
|
|
|
|
359 |
msgid "Delete"
|
360 |
msgstr ""
|
361 |
|
|
|
362 |
msgid "Close"
|
363 |
msgstr ""
|
364 |
|
|
|
365 |
msgid "Open"
|
366 |
msgstr ""
|
367 |
|
|
|
368 |
msgid "Apply"
|
369 |
msgstr ""
|
370 |
|
|
|
371 |
msgid "View All Polls"
|
372 |
msgstr ""
|
373 |
|
|
|
374 |
msgid "This Blog's Polls"
|
375 |
msgstr ""
|
376 |
|
|
|
377 |
msgid "Filter"
|
378 |
msgstr ""
|
379 |
|
380 |
-
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
msgid "Y/m/d g:i:s A"
|
384 |
msgstr ""
|
385 |
|
|
|
386 |
msgid "created"
|
387 |
msgstr ""
|
388 |
|
|
|
389 |
msgid "M d, Y"
|
390 |
msgstr ""
|
391 |
|
|
|
392 |
msgid "Edit"
|
393 |
msgstr ""
|
394 |
|
|
|
395 |
msgid "Embed & Link"
|
396 |
msgstr ""
|
397 |
|
|
|
398 |
msgid "Preview"
|
399 |
msgstr ""
|
400 |
|
|
|
401 |
msgid "Results"
|
402 |
msgstr ""
|
403 |
|
|
|
404 |
msgid "votes"
|
405 |
msgstr ""
|
406 |
|
|
|
407 |
msgid "WordPress Shortcode"
|
408 |
msgstr ""
|
409 |
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
msgid "Facebook URL"
|
414 |
msgstr ""
|
415 |
|
|
|
416 |
msgid "JavaScript"
|
417 |
msgstr ""
|
418 |
|
|
|
419 |
msgid "Done"
|
420 |
msgstr ""
|
421 |
|
422 |
-
|
423 |
msgid "What are you doing here? <a href=\"%s\">Go back</a>."
|
424 |
msgstr ""
|
425 |
|
|
|
426 |
msgid "You haven't created any polls for this blog."
|
427 |
msgstr ""
|
428 |
|
|
|
429 |
msgid "Why don't you go ahead and get started on that?"
|
430 |
msgstr ""
|
431 |
|
|
|
432 |
msgid "Create a Poll Now"
|
433 |
msgstr ""
|
434 |
|
|
|
435 |
msgid "No one has created any polls for this blog."
|
436 |
msgstr ""
|
437 |
|
438 |
-
|
|
|
439 |
msgid "Are you sure you want to delete the rating for \"%s\"?"
|
440 |
msgstr ""
|
441 |
|
442 |
-
|
443 |
msgid "Are you sure you want to delete the poll %s?"
|
444 |
msgstr ""
|
445 |
|
|
|
|
|
446 |
msgid "Are you sure you want to delete this answer?"
|
447 |
msgstr ""
|
448 |
|
|
|
|
|
449 |
msgid "delete this answer"
|
450 |
msgstr ""
|
451 |
|
|
|
|
|
452 |
msgid "Standard Styles"
|
453 |
msgstr ""
|
454 |
|
|
|
455 |
msgid "delete this image"
|
456 |
msgstr ""
|
457 |
|
|
|
458 |
msgid "Save"
|
459 |
msgstr ""
|
460 |
|
|
|
461 |
msgid "Randomize answer order"
|
462 |
msgstr ""
|
463 |
|
|
|
464 |
msgid "Allow other answers"
|
465 |
msgstr ""
|
466 |
|
|
|
467 |
msgid "Multiple choice"
|
468 |
msgstr ""
|
469 |
|
|
|
470 |
msgid "Sharing"
|
471 |
msgstr ""
|
472 |
|
|
|
473 |
msgid "Number of choices"
|
474 |
msgstr ""
|
475 |
|
|
|
476 |
msgid "No Limit"
|
477 |
msgstr ""
|
478 |
|
|
|
479 |
msgid "Save Poll"
|
480 |
msgstr ""
|
481 |
|
|
|
482 |
msgid "Results Display"
|
483 |
msgstr ""
|
484 |
|
|
|
485 |
msgid "Show results to voters"
|
486 |
msgstr ""
|
487 |
|
|
|
488 |
msgid "Only show percentages"
|
489 |
msgstr ""
|
490 |
|
|
|
491 |
msgid "Hide all results"
|
492 |
msgstr ""
|
493 |
|
|
|
494 |
msgid "Repeat Voting"
|
495 |
msgstr ""
|
496 |
|
|
|
497 |
msgid "Don't block repeat voters"
|
498 |
msgstr ""
|
499 |
|
|
|
500 |
msgid "Block by cookie (recommended)"
|
501 |
msgstr ""
|
502 |
|
|
|
503 |
msgid "Block by cookie and by IP address"
|
504 |
msgstr ""
|
505 |
|
|
|
506 |
msgid "Expires: "
|
507 |
msgstr ""
|
508 |
|
509 |
-
|
510 |
msgid "%d hour"
|
511 |
msgstr ""
|
512 |
|
513 |
-
|
|
|
514 |
msgid "%d hours"
|
515 |
msgstr ""
|
516 |
|
517 |
-
|
518 |
msgid "%d day"
|
519 |
msgstr ""
|
520 |
|
521 |
-
|
522 |
msgid "%d week"
|
523 |
msgstr ""
|
524 |
|
525 |
-
|
526 |
-
"Note: Blocking by cookie and IP address can be problematic for some voters."
|
527 |
msgstr ""
|
528 |
|
|
|
|
|
529 |
msgid "Comments"
|
530 |
msgstr ""
|
531 |
|
|
|
532 |
msgid "Allow comments"
|
533 |
msgstr ""
|
534 |
|
|
|
535 |
msgid "Moderate first"
|
536 |
msgstr ""
|
537 |
|
|
|
538 |
msgid "No comments"
|
539 |
msgstr ""
|
540 |
|
|
|
541 |
msgid "Enter Question Here"
|
542 |
msgstr ""
|
543 |
|
|
|
544 |
msgid "WordPress Shortcode:"
|
545 |
msgstr ""
|
546 |
|
|
|
547 |
msgid "Embed Poll in New Post"
|
548 |
msgstr ""
|
549 |
|
|
|
550 |
msgid "Answers"
|
551 |
msgstr ""
|
552 |
|
|
|
553 |
msgid "Add New Answer"
|
554 |
msgstr ""
|
555 |
|
|
|
556 |
msgid "Aluminum Narrow"
|
557 |
msgstr ""
|
558 |
|
|
|
559 |
msgid "Aluminum Medium"
|
560 |
msgstr ""
|
561 |
|
|
|
562 |
msgid "Aluminum Wide"
|
563 |
msgstr ""
|
564 |
|
|
|
565 |
msgid "Plain White Narrow"
|
566 |
msgstr ""
|
567 |
|
|
|
568 |
msgid "Plain White Medium"
|
569 |
msgstr ""
|
570 |
|
|
|
571 |
msgid "Plain White Wide"
|
572 |
msgstr ""
|
573 |
|
|
|
574 |
msgid "Plain Black Narrow"
|
575 |
msgstr ""
|
576 |
|
|
|
577 |
msgid "Plain Black Medium"
|
578 |
msgstr ""
|
579 |
|
|
|
580 |
msgid "Plain Black Wide"
|
581 |
msgstr ""
|
582 |
|
|
|
583 |
msgid "Paper Narrow"
|
584 |
msgstr ""
|
585 |
|
|
|
586 |
msgid "Paper Medium"
|
587 |
msgstr ""
|
588 |
|
|
|
589 |
msgid "Paper Wide"
|
590 |
msgstr ""
|
591 |
|
|
|
592 |
msgid "Skull Dark Narrow"
|
593 |
msgstr ""
|
594 |
|
|
|
595 |
msgid "Skull Dark Medium"
|
596 |
msgstr ""
|
597 |
|
|
|
598 |
msgid "Skull Dark Wide"
|
599 |
msgstr ""
|
600 |
|
|
|
601 |
msgid "Skull Light Narrow"
|
602 |
msgstr ""
|
603 |
|
|
|
604 |
msgid "Skull Light Medium"
|
605 |
msgstr ""
|
606 |
|
|
|
607 |
msgid "Skull Light Wide"
|
608 |
msgstr ""
|
609 |
|
|
|
610 |
msgid "Micro"
|
611 |
msgstr ""
|
612 |
|
|
|
613 |
msgid "Plastic White Narrow"
|
614 |
msgstr ""
|
615 |
|
|
|
616 |
msgid "Plastic White Medium"
|
617 |
msgstr ""
|
618 |
|
|
|
619 |
msgid "Plastic White Wide"
|
620 |
msgstr ""
|
621 |
|
|
|
622 |
msgid "Plastic Grey Narrow"
|
623 |
msgstr ""
|
624 |
|
|
|
625 |
msgid "Plastic Grey Medium"
|
626 |
msgstr ""
|
627 |
|
|
|
628 |
msgid "Plastic Grey Wide"
|
629 |
msgstr ""
|
630 |
|
|
|
631 |
msgid "Plastic Black Narrow"
|
632 |
msgstr ""
|
633 |
|
|
|
634 |
msgid "Plastic Black Medium"
|
635 |
msgstr ""
|
636 |
|
|
|
637 |
msgid "Plastic Black Wide"
|
638 |
msgstr ""
|
639 |
|
|
|
640 |
msgid "Manga Narrow"
|
641 |
msgstr ""
|
642 |
|
|
|
643 |
msgid "Manga Medium"
|
644 |
msgstr ""
|
645 |
|
|
|
646 |
msgid "Manga Wide"
|
647 |
msgstr ""
|
648 |
|
|
|
649 |
msgid "Tech Dark Narrow"
|
650 |
msgstr ""
|
651 |
|
|
|
652 |
msgid "Tech Dark Medium"
|
653 |
msgstr ""
|
654 |
|
|
|
655 |
msgid "Tech Dark Wide"
|
656 |
msgstr ""
|
657 |
|
|
|
658 |
msgid "Tech Grey Narrow"
|
659 |
msgstr ""
|
660 |
|
|
|
661 |
msgid "Tech Grey Medium"
|
662 |
msgstr ""
|
663 |
|
|
|
664 |
msgid "Tech Grey Wide"
|
665 |
msgstr ""
|
666 |
|
|
|
667 |
msgid "Tech Light Narrow"
|
668 |
msgstr ""
|
669 |
|
|
|
670 |
msgid "Tech Light Medium"
|
671 |
msgstr ""
|
672 |
|
|
|
673 |
msgid "Tech Light Wide"
|
674 |
msgstr ""
|
675 |
|
|
|
676 |
msgid "Working Male Narrow"
|
677 |
msgstr ""
|
678 |
|
|
|
679 |
msgid "Working Male Medium"
|
680 |
msgstr ""
|
681 |
|
|
|
682 |
msgid "Working Male Wide"
|
683 |
msgstr ""
|
684 |
|
|
|
685 |
msgid "Working Female Narrow"
|
686 |
msgstr ""
|
687 |
|
|
|
688 |
msgid "Working Female Medium"
|
689 |
msgstr ""
|
690 |
|
|
|
691 |
msgid "Working Female Wide"
|
692 |
msgstr ""
|
693 |
|
|
|
694 |
msgid "Thinking Male Narrow"
|
695 |
msgstr ""
|
696 |
|
|
|
697 |
msgid "Thinking Male Medium"
|
698 |
msgstr ""
|
699 |
|
|
|
700 |
msgid "Thinking Male Wide"
|
701 |
msgstr ""
|
702 |
|
|
|
703 |
msgid "Thinking Female Narrow"
|
704 |
msgstr ""
|
705 |
|
|
|
706 |
msgid "Thinking Female Medium"
|
707 |
msgstr ""
|
708 |
|
|
|
709 |
msgid "Thinking Female Wide"
|
710 |
msgstr ""
|
711 |
|
|
|
712 |
msgid "Sunset Narrow"
|
713 |
msgstr ""
|
714 |
|
|
|
715 |
msgid "Sunset Medium"
|
716 |
msgstr ""
|
717 |
|
|
|
718 |
msgid "Sunset Wide"
|
719 |
msgstr ""
|
720 |
|
|
|
721 |
msgid "Music Medium"
|
722 |
msgstr ""
|
723 |
|
|
|
724 |
msgid "Music Wide"
|
725 |
msgstr ""
|
726 |
|
|
|
727 |
msgid "Poll Style"
|
728 |
msgstr ""
|
729 |
|
730 |
-
|
|
|
731 |
msgstr ""
|
732 |
|
733 |
-
|
|
|
734 |
msgstr ""
|
735 |
|
|
|
736 |
msgid "Custom Style"
|
737 |
msgstr ""
|
738 |
|
|
|
739 |
msgid "Please choose a custom style…"
|
740 |
msgstr ""
|
741 |
|
|
|
742 |
msgid "Please choose a style."
|
743 |
msgstr ""
|
744 |
|
|
|
745 |
msgid "You currently have no custom styles created."
|
746 |
msgstr ""
|
747 |
|
|
|
748 |
msgid "New Style"
|
749 |
msgstr ""
|
750 |
|
751 |
-
|
752 |
msgid ""
|
753 |
"Did you know we have a new editor for building your own custom poll styles? "
|
754 |
"Find out more <a href=\"%s\" target=\"_blank\">here</a>."
|
755 |
msgstr ""
|
756 |
|
757 |
-
|
758 |
msgid "Are you sure you want to delete \"%s\"?"
|
759 |
msgstr ""
|
760 |
|
|
|
761 |
msgid "Aluminum"
|
762 |
msgstr ""
|
763 |
|
|
|
764 |
msgid "Plain White"
|
765 |
msgstr ""
|
766 |
|
|
|
767 |
msgid "Plain Black"
|
768 |
msgstr ""
|
769 |
|
|
|
770 |
msgid "Paper"
|
771 |
msgstr ""
|
772 |
|
|
|
773 |
msgid "Skull Dark"
|
774 |
msgstr ""
|
775 |
|
|
|
776 |
msgid "Skull Light"
|
777 |
msgstr ""
|
778 |
|
|
|
779 |
msgid "Width 150px, the micro style is useful when space is tight."
|
780 |
msgstr ""
|
781 |
|
|
|
782 |
msgid "Plastic White"
|
783 |
msgstr ""
|
784 |
|
|
|
785 |
msgid "Plastic Grey"
|
786 |
msgstr ""
|
787 |
|
|
|
788 |
msgid "Plastic Black"
|
789 |
msgstr ""
|
790 |
|
|
|
791 |
msgid "Manga"
|
792 |
msgstr ""
|
793 |
|
|
|
794 |
msgid "Tech Dark"
|
795 |
msgstr ""
|
796 |
|
|
|
797 |
msgid "Tech Grey"
|
798 |
msgstr ""
|
799 |
|
|
|
800 |
msgid "Tech Light"
|
801 |
msgstr ""
|
802 |
|
|
|
803 |
msgid "Working Male"
|
804 |
msgstr ""
|
805 |
|
|
|
806 |
msgid "Working Female"
|
807 |
msgstr ""
|
808 |
|
|
|
809 |
msgid "Thinking Male"
|
810 |
msgstr ""
|
811 |
|
|
|
812 |
msgid "Thinking Female"
|
813 |
msgstr ""
|
814 |
|
|
|
815 |
msgid "Sunset"
|
816 |
msgstr ""
|
817 |
|
|
|
818 |
msgid "Music"
|
819 |
msgstr ""
|
820 |
|
|
|
821 |
msgid "Wide"
|
822 |
msgstr ""
|
823 |
|
|
|
824 |
msgid "Medium"
|
825 |
msgstr ""
|
826 |
|
|
|
827 |
msgid "Narrow"
|
828 |
msgstr ""
|
829 |
|
|
|
830 |
msgid "Width: 630px, the wide style is good for blog posts."
|
831 |
msgstr ""
|
832 |
|
|
|
833 |
msgid "Width: 300px, the medium style is good for general use."
|
834 |
msgstr ""
|
835 |
|
|
|
836 |
msgid "Width 150px, the narrow style is good for sidebars etc."
|
837 |
msgstr ""
|
838 |
|
|
|
839 |
msgid "Answer"
|
840 |
msgstr ""
|
841 |
|
|
|
842 |
msgid "Votes"
|
843 |
msgstr ""
|
844 |
|
|
|
845 |
msgid "Percent"
|
846 |
msgstr ""
|
847 |
|
848 |
-
|
849 |
msgid "Other (<a href=\"%s\">see below</a>)"
|
850 |
msgstr ""
|
851 |
|
|
|
852 |
msgid "Other Answer"
|
853 |
msgstr ""
|
854 |
|
|
|
855 |
msgid "Style"
|
856 |
msgstr ""
|
857 |
|
|
|
858 |
msgid "Last Modified"
|
859 |
msgstr ""
|
860 |
|
|
|
861 |
msgid "Y/m/d"
|
862 |
msgstr ""
|
863 |
|
|
|
864 |
msgid "You haven't used our fancy style editor to create any custom styles!"
|
865 |
msgstr ""
|
866 |
|
|
|
867 |
msgid "Create a Custom Style Now"
|
868 |
msgstr ""
|
869 |
|
|
|
870 |
msgid "Style Name"
|
871 |
msgstr ""
|
872 |
|
|
|
873 |
msgid "Preload Basic Style"
|
874 |
msgstr ""
|
875 |
|
|
|
876 |
msgid "Load Style"
|
877 |
msgstr ""
|
878 |
|
|
|
879 |
msgid "Text Direction"
|
880 |
msgstr ""
|
881 |
|
|
|
882 |
msgid "Force RTL"
|
883 |
msgstr ""
|
884 |
|
|
|
885 |
msgid "Force LTR"
|
886 |
msgstr ""
|
887 |
|
|
|
888 |
msgid "Style Editor"
|
889 |
msgstr ""
|
890 |
|
|
|
891 |
msgid "Select a template part to edit:"
|
892 |
msgstr ""
|
893 |
|
|
|
894 |
msgid "Poll Box"
|
895 |
msgstr ""
|
896 |
|
|
|
897 |
msgid "Question"
|
898 |
msgstr ""
|
899 |
|
|
|
900 |
msgid "Answer Group"
|
901 |
msgstr ""
|
902 |
|
|
|
903 |
msgid "Answer Check"
|
904 |
msgstr ""
|
905 |
|
|
|
906 |
msgid "Other Input"
|
907 |
msgstr ""
|
908 |
|
|
|
909 |
msgid "Vote Button"
|
910 |
msgstr ""
|
911 |
|
|
|
912 |
msgid "Links"
|
913 |
msgstr ""
|
914 |
|
|
|
915 |
msgid "Feedback Group"
|
916 |
msgstr ""
|
917 |
|
|
|
918 |
msgid "Results Group"
|
919 |
msgstr ""
|
920 |
|
|
|
921 |
msgid "Results Percent"
|
922 |
msgstr ""
|
923 |
|
|
|
924 |
msgid "Results Votes"
|
925 |
msgstr ""
|
926 |
|
|
|
927 |
msgid "Results Text"
|
928 |
msgstr ""
|
929 |
|
|
|
930 |
msgid "Results Background"
|
931 |
msgstr ""
|
932 |
|
|
|
933 |
msgid "Results Bar"
|
934 |
msgstr ""
|
935 |
|
|
|
936 |
msgid "Total Votes"
|
937 |
msgstr ""
|
938 |
|
|
|
939 |
msgid "Font"
|
940 |
msgstr ""
|
941 |
|
|
|
942 |
msgid "Background"
|
943 |
msgstr ""
|
944 |
|
|
|
945 |
msgid "Border"
|
946 |
msgstr ""
|
947 |
|
|
|
948 |
msgid "Margin"
|
949 |
msgstr ""
|
950 |
|
|
|
951 |
msgid "Padding"
|
952 |
msgstr ""
|
953 |
|
|
|
954 |
msgid "Width"
|
955 |
msgstr ""
|
956 |
|
|
|
957 |
msgid "Height"
|
958 |
msgstr ""
|
959 |
|
|
|
960 |
msgid "Position"
|
961 |
msgstr ""
|
962 |
|
|
|
963 |
msgid "Font Size"
|
964 |
msgstr ""
|
965 |
|
|
|
966 |
msgid "Color"
|
967 |
msgstr ""
|
968 |
|
|
|
969 |
msgid "Bold"
|
970 |
msgstr ""
|
971 |
|
|
|
972 |
msgid "Italic"
|
973 |
msgstr ""
|
974 |
|
|
|
975 |
msgid "Underline"
|
976 |
msgstr ""
|
977 |
|
|
|
978 |
msgid "Line Height"
|
979 |
msgstr ""
|
980 |
|
|
|
981 |
msgid "Align"
|
982 |
msgstr ""
|
983 |
|
|
|
984 |
msgid "Left"
|
985 |
msgstr ""
|
986 |
|
|
|
987 |
msgid "Center"
|
988 |
msgstr ""
|
989 |
|
|
|
|
|
990 |
msgid "Right"
|
991 |
msgstr ""
|
992 |
|
|
|
993 |
msgid "Image URL"
|
994 |
msgstr ""
|
995 |
|
|
|
996 |
msgid "Click here for more information"
|
997 |
msgstr ""
|
998 |
|
|
|
999 |
msgid "Image Repeat"
|
1000 |
msgstr ""
|
1001 |
|
|
|
1002 |
msgid "repeat"
|
1003 |
msgstr ""
|
1004 |
|
|
|
1005 |
msgid "no-repeat"
|
1006 |
msgstr ""
|
1007 |
|
|
|
1008 |
msgid "repeat-x"
|
1009 |
msgstr ""
|
1010 |
|
|
|
1011 |
msgid "repeat-y"
|
1012 |
msgstr ""
|
1013 |
|
|
|
1014 |
msgid "Image Position"
|
1015 |
msgstr ""
|
1016 |
|
|
|
1017 |
msgid "left top"
|
1018 |
msgstr ""
|
1019 |
|
|
|
1020 |
msgid "left center"
|
1021 |
msgstr ""
|
1022 |
|
|
|
1023 |
msgid "left bottom"
|
1024 |
msgstr ""
|
1025 |
|
|
|
1026 |
msgid "center top"
|
1027 |
msgstr ""
|
1028 |
|
|
|
1029 |
msgid "center center"
|
1030 |
msgstr ""
|
1031 |
|
|
|
1032 |
msgid "center bottom"
|
1033 |
msgstr ""
|
1034 |
|
|
|
1035 |
msgid "right top"
|
1036 |
msgstr ""
|
1037 |
|
|
|
1038 |
msgid "right center"
|
1039 |
msgstr ""
|
1040 |
|
|
|
1041 |
msgid "right bottom"
|
1042 |
msgstr ""
|
1043 |
|
|
|
1044 |
msgid "none"
|
1045 |
msgstr ""
|
1046 |
|
|
|
1047 |
msgid "solid"
|
1048 |
msgstr ""
|
1049 |
|
|
|
1050 |
msgid "dotted"
|
1051 |
msgstr ""
|
1052 |
|
|
|
1053 |
msgid "dashed"
|
1054 |
msgstr ""
|
1055 |
|
|
|
1056 |
msgid "double"
|
1057 |
msgstr ""
|
1058 |
|
|
|
1059 |
msgid "groove"
|
1060 |
msgstr ""
|
1061 |
|
|
|
1062 |
msgid "inset"
|
1063 |
msgstr ""
|
1064 |
|
|
|
1065 |
msgid "outset"
|
1066 |
msgstr ""
|
1067 |
|
|
|
1068 |
msgid "ridge"
|
1069 |
msgstr ""
|
1070 |
|
|
|
1071 |
msgid "hidden"
|
1072 |
msgstr ""
|
1073 |
|
|
|
1074 |
msgid "Rounded Corners"
|
1075 |
msgstr ""
|
1076 |
|
|
|
1077 |
msgid "Not supported in Internet Explorer."
|
1078 |
msgstr ""
|
1079 |
|
|
|
1080 |
msgid "Top"
|
1081 |
msgstr ""
|
1082 |
|
|
|
1083 |
msgid "Bottom"
|
1084 |
msgstr ""
|
1085 |
|
|
|
1086 |
msgid ""
|
1087 |
"If you change the width of the<br/> poll you may also need to change<br/> "
|
1088 |
"the width of your answers."
|
1089 |
msgstr ""
|
1090 |
|
|
|
1091 |
msgid "Do you mostly use the internet at work, in school or at home?"
|
1092 |
msgstr ""
|
1093 |
|
|
|
1094 |
msgid "I use it in school."
|
1095 |
msgstr ""
|
1096 |
|
|
|
1097 |
msgid "I use it at home."
|
1098 |
msgstr ""
|
1099 |
|
1100 |
-
|
1101 |
-
"I use it every where I go, at work and home and anywhere else that I can!"
|
1102 |
msgstr ""
|
1103 |
|
|
|
1104 |
msgid "Other"
|
1105 |
msgstr ""
|
1106 |
|
|
|
1107 |
msgid "Vote"
|
1108 |
msgstr ""
|
1109 |
|
|
|
1110 |
msgid "View Results"
|
1111 |
msgstr ""
|
1112 |
|
|
|
1113 |
msgid "I use it in school!"
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
|
1117 |
msgid "(%d votes)"
|
1118 |
msgstr ""
|
1119 |
|
|
|
1120 |
msgid "Return To Poll"
|
1121 |
msgstr ""
|
1122 |
|
|
|
1123 |
msgid "Save Style"
|
1124 |
msgstr ""
|
1125 |
|
|
|
1126 |
msgid "Check this box if you wish to update the polls that use this style."
|
1127 |
msgstr ""
|
1128 |
|
|
|
1129 |
msgid "Thank you for voting!"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
|
1133 |
-
msgid ""
|
1134 |
-
"Sorry! There was an error creating your rating widget. Please contact <a "
|
1135 |
-
"href=\"%1$s\" %2$s>Polldaddy support</a> to fix this."
|
1136 |
msgstr ""
|
1137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1138 |
msgid "Rating Settings"
|
1139 |
msgstr ""
|
1140 |
|
|
|
1141 |
msgid "Rating updated"
|
1142 |
msgstr ""
|
1143 |
|
|
|
1144 |
msgid "Posts"
|
1145 |
msgstr ""
|
1146 |
|
|
|
1147 |
msgid "Pages"
|
1148 |
msgstr ""
|
1149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1150 |
msgid "Show Ratings on"
|
1151 |
msgstr ""
|
1152 |
|
|
|
1153 |
msgid "Front Page, Archive Pages, and Search Results"
|
1154 |
msgstr ""
|
1155 |
|
|
|
1156 |
msgid "Position Front Page, Archive Pages, and Search Results Ratings"
|
1157 |
msgstr ""
|
1158 |
|
|
|
1159 |
msgid "Above each blog post"
|
1160 |
msgstr ""
|
1161 |
|
|
|
1162 |
msgid "Below each blog post"
|
1163 |
msgstr ""
|
1164 |
|
|
|
1165 |
msgid "Position Post Ratings"
|
1166 |
msgstr ""
|
1167 |
|
|
|
1168 |
msgid "Position Page Ratings"
|
1169 |
msgstr ""
|
1170 |
|
|
|
1171 |
msgid "Above each blog page"
|
1172 |
msgstr ""
|
1173 |
|
|
|
1174 |
msgid "Below each blog page"
|
1175 |
msgstr ""
|
1176 |
|
|
|
1177 |
msgid "Position Comment Ratings"
|
1178 |
msgstr ""
|
1179 |
|
|
|
1180 |
msgid "Above each comment"
|
1181 |
msgstr ""
|
1182 |
|
|
|
1183 |
msgid "Below each comment"
|
1184 |
msgstr ""
|
1185 |
|
|
|
1186 |
msgid "Save Changes"
|
1187 |
msgstr ""
|
1188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1189 |
msgid "Advanced Settings"
|
1190 |
msgstr ""
|
1191 |
|
|
|
1192 |
msgid "Save Advanced Settings"
|
1193 |
msgstr ""
|
1194 |
|
|
|
1195 |
msgid "This is a demo of what your rating widget will look like"
|
1196 |
msgstr ""
|
1197 |
|
|
|
1198 |
msgid "Customize Labels"
|
1199 |
msgstr ""
|
1200 |
|
|
|
1201 |
msgid "Rate This"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
|
1205 |
msgid "%d star"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
|
1209 |
msgid "%d stars"
|
1210 |
msgstr ""
|
1211 |
|
|
|
1212 |
msgid "Thank You"
|
1213 |
msgstr ""
|
1214 |
|
|
|
1215 |
msgid "Rate Up"
|
1216 |
msgstr ""
|
1217 |
|
|
|
1218 |
msgid "Rate Down"
|
1219 |
msgstr ""
|
1220 |
|
|
|
1221 |
msgid "Most Popular Content"
|
1222 |
msgstr ""
|
1223 |
|
|
|
1224 |
msgid "All"
|
1225 |
msgstr ""
|
1226 |
|
|
|
1227 |
msgid "Today"
|
1228 |
msgstr ""
|
1229 |
|
|
|
1230 |
msgid "This Week"
|
1231 |
msgstr ""
|
1232 |
|
|
|
1233 |
msgid "This Month"
|
1234 |
msgstr ""
|
1235 |
|
|
|
1236 |
msgid "Rated"
|
1237 |
msgstr ""
|
1238 |
|
|
|
1239 |
msgid "There are no rated items for this period"
|
1240 |
msgstr ""
|
1241 |
|
|
|
1242 |
msgid "Rating Type"
|
1243 |
msgstr ""
|
1244 |
|
|
|
1245 |
msgid ""
|
1246 |
"Here you can choose how you want your rating to display. The 5 star rating "
|
1247 |
"is the most commonly used. The Nero rating is useful for keeping it simple."
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
|
1251 |
msgid "%d Star Rating"
|
1252 |
msgstr ""
|
1253 |
|
|
|
1254 |
msgid "Nero Rating"
|
1255 |
msgstr ""
|
1256 |
|
|
|
1257 |
msgid "Rating Style"
|
1258 |
msgstr ""
|
1259 |
|
|
|
1260 |
msgid "Small"
|
1261 |
msgstr ""
|
1262 |
|
|
|
1263 |
msgid "Large"
|
1264 |
msgstr ""
|
1265 |
|
|
|
1266 |
msgid "Star Color"
|
1267 |
msgstr ""
|
1268 |
|
|
|
1269 |
msgid "Yellow"
|
1270 |
msgstr ""
|
1271 |
|
|
|
1272 |
msgid "Red"
|
1273 |
msgstr ""
|
1274 |
|
|
|
1275 |
msgid "Blue"
|
1276 |
msgstr ""
|
1277 |
|
|
|
1278 |
msgid "Green"
|
1279 |
msgstr ""
|
1280 |
|
|
|
1281 |
msgid "Grey"
|
1282 |
msgstr ""
|
1283 |
|
|
|
1284 |
msgid "Hand"
|
1285 |
msgstr ""
|
1286 |
|
|
|
1287 |
msgid "Custom Image"
|
1288 |
msgstr ""
|
1289 |
|
|
|
1290 |
msgid "Text Layout & Font"
|
1291 |
msgstr ""
|
1292 |
|
|
|
1293 |
msgid "Inherit"
|
1294 |
msgstr ""
|
1295 |
|
|
|
1296 |
msgid "Size"
|
1297 |
msgstr ""
|
1298 |
|
|
|
1299 |
msgid "Extra Settings"
|
1300 |
msgstr ""
|
1301 |
|
|
|
1302 |
msgid "Results Popup"
|
1303 |
msgstr ""
|
1304 |
|
|
|
1305 |
msgid "Uncheck this box to disable the results popup"
|
1306 |
msgstr ""
|
1307 |
|
|
|
1308 |
msgid "Rating ID"
|
1309 |
msgstr ""
|
1310 |
|
|
|
1311 |
msgid "This is the rating ID used in posts"
|
1312 |
msgstr ""
|
1313 |
|
|
|
1314 |
msgid "Exclude Posts"
|
1315 |
msgstr ""
|
1316 |
|
|
|
1317 |
msgid ""
|
1318 |
"Enter the Post IDs where you want to exclude ratings from. Please use a "
|
1319 |
"comma-delimited list, eg. 1,2,3"
|
1320 |
msgstr ""
|
1321 |
|
|
|
1322 |
msgid "This is the rating ID used in pages"
|
1323 |
msgstr ""
|
1324 |
|
|
|
1325 |
msgid "Exclude Pages"
|
1326 |
msgstr ""
|
1327 |
|
|
|
1328 |
msgid ""
|
1329 |
"Enter the Page IDs where you want to exclude ratings from. Please use a "
|
1330 |
"comma-delimited list, eg. 1,2,3"
|
1331 |
msgstr ""
|
1332 |
|
|
|
1333 |
msgid "This is the rating ID used in comments"
|
1334 |
msgstr ""
|
1335 |
|
|
|
1336 |
msgid "«"
|
1337 |
msgstr ""
|
1338 |
|
|
|
1339 |
msgid "»"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
|
1343 |
msgid "Rating Results <a href=\"%s\" class=\"add-new-h2\">Settings</a>"
|
1344 |
msgstr ""
|
1345 |
|
|
|
1346 |
msgid "Rating Results"
|
1347 |
msgstr ""
|
1348 |
|
|
|
1349 |
msgid "Last 24 hours"
|
1350 |
msgstr ""
|
1351 |
|
|
|
1352 |
msgid "Last 7 days"
|
1353 |
msgstr ""
|
1354 |
|
|
|
1355 |
msgid "Last 31 days"
|
1356 |
msgstr ""
|
1357 |
|
|
|
1358 |
msgid "Last 3 months"
|
1359 |
msgstr ""
|
1360 |
|
|
|
1361 |
msgid "Last 12 months"
|
1362 |
msgstr ""
|
1363 |
|
|
|
1364 |
msgid "All time"
|
1365 |
msgstr ""
|
1366 |
|
|
|
1367 |
msgid "* The results are cached and are updated every hour"
|
1368 |
msgstr ""
|
1369 |
|
|
|
1370 |
msgid "* The results are cached and are updated every day"
|
1371 |
msgstr ""
|
1372 |
|
|
|
1373 |
msgid "* The results are cached and are updated every 3 days"
|
1374 |
msgstr ""
|
1375 |
|
1376 |
-
|
1377 |
msgid "No ratings have been collected for your %s yet."
|
1378 |
msgstr ""
|
1379 |
|
|
|
1380 |
msgid "Unique ID"
|
1381 |
msgstr ""
|
1382 |
|
|
|
1383 |
msgid "Start Date"
|
1384 |
msgstr ""
|
1385 |
|
|
|
1386 |
msgid "Average Rating"
|
1387 |
msgstr ""
|
1388 |
|
|
|
1389 |
msgid "Poll Settings"
|
1390 |
msgstr ""
|
1391 |
|
1392 |
-
|
|
|
1393 |
msgstr ""
|
1394 |
|
|
|
1395 |
msgid ""
|
1396 |
-
"<em>
|
1397 |
-
"href=\"http://en.support.wordpress.com/wpcc-faq/\">WordPress.com
|
1398 |
-
"a>. If you have a WordPress.com account you can use it to login to
|
1399 |
-
"
|
1400 |
-
"\" button, authorize the connection and create your
|
|
|
1401 |
msgstr ""
|
1402 |
|
|
|
1403 |
msgid ""
|
1404 |
-
"Login to the
|
1405 |
-
"
|
1406 |
-
"retrieve an API key."
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
|
1410 |
msgid "Your account is currently linked to this API key: <strong>%s</strong>"
|
1411 |
msgstr ""
|
1412 |
|
1413 |
-
|
|
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
|
|
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
|
|
|
1420 |
msgstr ""
|
1421 |
|
|
|
1422 |
msgid "Link Account"
|
1423 |
msgstr ""
|
1424 |
|
|
|
1425 |
msgid "General Settings"
|
1426 |
msgstr ""
|
1427 |
|
|
|
1428 |
msgid "Default poll settings"
|
1429 |
msgstr ""
|
1430 |
|
|
|
1431 |
msgid "Show"
|
1432 |
msgstr ""
|
1433 |
|
|
|
1434 |
msgid "Hide"
|
1435 |
msgstr ""
|
1436 |
|
|
|
1437 |
msgid "Percentages"
|
1438 |
msgstr ""
|
1439 |
|
|
|
1440 |
msgid "Poll style"
|
1441 |
msgstr ""
|
1442 |
|
|
|
1443 |
msgid "Off"
|
1444 |
msgstr ""
|
1445 |
|
|
|
1446 |
msgid "Cookie"
|
1447 |
msgstr ""
|
1448 |
|
|
|
1449 |
msgid "Cookie & IP address"
|
1450 |
msgstr ""
|
1451 |
|
|
|
1452 |
msgid "Block expiration limit"
|
1453 |
msgstr ""
|
1454 |
|
|
|
1455 |
msgid "Save Options"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
|
|
|
1459 |
msgstr ""
|
1460 |
|
|
|
1461 |
msgid ""
|
1462 |
-
"
|
|
|
|
|
1463 |
msgstr ""
|
1464 |
|
1465 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1466 |
msgid "<a href=\"%s\" target=\"_blank\">YouTube instructions</a> %s"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
|
1470 |
msgid "<a href=\"%s\" target=\"_blank\">Google instructions</a> %s"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
|
1474 |
msgid "<a href=\"%s\" target=\"_blank\">DailyMotion instructions</a> %s"
|
1475 |
msgstr ""
|
1476 |
|
|
|
1477 |
msgid "Insert into Poll"
|
1478 |
msgstr ""
|
1479 |
|
|
|
1480 |
msgid "Audio File URL"
|
1481 |
msgstr ""
|
1482 |
|
|
|
1483 |
msgid "Insert an image from another web site"
|
1484 |
msgstr ""
|
1485 |
|
|
|
1486 |
msgid "Image Title"
|
1487 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2020 Automattic, Inc.
|
2 |
+
# This file is distributed under the same license as the Crowdsignal Polls & Ratings package.
|
|
|
|
|
|
|
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Crowdsignal Polls & Ratings 2.2.0\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://github.com/Automattic/polldaddy-plugin/issues\n"
|
7 |
+
"POT-Creation-Date: 2020-02-12 13:39:34+00:00\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: 2020-MO-DA HO:MI+ZONE\n"
|
12 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
+
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
|
14 |
+
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
15 |
|
16 |
+
#: ajax.php:80 polldaddy.php:2042 polldaddy.php:2092 polldaddy.php:2430
|
17 |
msgid "click and drag to reorder"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: ajax.php:83 polldaddy.php:2045 polldaddy.php:2095 polldaddy.php:2428
|
21 |
msgid "Enter an answer here"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: ajax.php:97 polldaddy.php:2000 polldaddy.php:2063 polldaddy.php:2102
|
25 |
+
#: polldaddy.php:2431
|
26 |
msgid "Add an Image"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: ajax.php:98 polldaddy.php:2001 polldaddy.php:2064 polldaddy.php:2103
|
30 |
+
#: polldaddy.php:2432
|
31 |
msgid "Add Audio"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: ajax.php:99 polldaddy.php:2002 polldaddy.php:2065 polldaddy.php:2104
|
35 |
+
#: polldaddy.php:2433
|
36 |
msgid "Add Video"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: polldaddy-org.php:65 polldaddy.php:143
|
40 |
msgid "Ratings"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: polldaddy-org.php:67 polldaddy.php:143
|
44 |
msgid "Polls"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: polldaddy-org.php:158 polldaddy.php:210
|
48 |
msgid "Email address required"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: polldaddy-org.php:161 polldaddy.php:213
|
52 |
msgid "Password required"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: polldaddy-org.php:194
|
56 |
+
msgid "Could not connect to Crowdsignal API Key service"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: polldaddy-org.php:209
|
60 |
+
msgid "Can't connect to Crowdsignal.com"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: polldaddy-org.php:239
|
64 |
+
msgid "Login to Crowdsignal failed. Double check your email address and password."
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: polldaddy-org.php:241
|
68 |
msgid ""
|
69 |
"If your email address and password are correct, your host may not support "
|
70 |
"secure logins."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: polldaddy-org.php:242
|
74 |
msgid ""
|
75 |
+
"In that case, you may be able to log in to Crowdsignal by unchecking the "
|
76 |
+
"\"Use SSL to Log in\" checkbox."
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: polldaddy-org.php:254 polldaddy.php:280
|
80 |
+
msgid "Account could not be accessed. Are your email address and password correct?"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: polldaddy-org.php:268
|
84 |
+
msgid "Crowdsignal Account"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: polldaddy-org.php:270 polldaddy.php:340
|
88 |
msgid ""
|
89 |
+
"Before you can use the Crowdsignal plugin, you need to enter your <a "
|
90 |
+
"href=\"%s\">Crowdsignal.com</a> account details."
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: polldaddy-org.php:277 polldaddy.php:347
|
94 |
+
msgid "Crowdsignal Email Address"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: polldaddy-org.php:285 polldaddy.php:355
|
98 |
+
msgid "Crowdsignal Password"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: polldaddy-org.php:298
|
102 |
msgid "Use SSL to Log in"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: polldaddy-org.php:302
|
106 |
msgid ""
|
107 |
+
"This ensures a secure login to your Crowdsignal account. Only uncheck if "
|
108 |
+
"you are having problems logging in."
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: polldaddy-org.php:312 polldaddy.php:367
|
112 |
msgid "Submit"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: polldaddy-org.php:338
|
116 |
msgid "Load Shortcodes Inline"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: polldaddy-org.php:344
|
120 |
msgid ""
|
121 |
+
"This will load the Crowdsignal shortcodes inline rather than in the page "
|
122 |
"footer."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: polldaddy-org.php:350
|
126 |
+
msgid "Multiple Crowdsignal Accounts"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: polldaddy-org.php:356
|
130 |
+
msgid "This setting will allow each blog user to import a Crowdsignal account."
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: polldaddy-org.php:363
|
134 |
msgid "Sync Ratings Account"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: polldaddy-org.php:369
|
138 |
+
msgid "This will synchronize your ratings Crowdsignal account."
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: polldaddy-org.php:376
|
142 |
msgid "Ratings Title Filter"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: polldaddy-org.php:382
|
146 |
+
msgid "This setting allows you to specify a filter to use with your ratings title."
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: polldaddy-org.php:485
|
150 |
msgid "A list of your top rated posts, pages or comments."
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: polldaddy-org.php:497
|
154 |
msgid "Top Rated"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: polldaddy-org.php:584 polldaddy.php:4815
|
158 |
msgid "Title"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: polldaddy-org.php:588
|
162 |
msgid "Show for posts"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: polldaddy-org.php:594
|
166 |
msgid "Show for pages"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: polldaddy-org.php:600
|
170 |
msgid "Show for comments"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: polldaddy-org.php:606
|
174 |
msgid "Filter by category"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: polldaddy-org.php:610
|
178 |
msgid "How many items would you like to display?"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: polldaddy-org.php:650
|
182 |
msgid ""
|
183 |
+
"Warning! The Crowdsignal plugin must be linked to your Crowdsignal.com "
|
184 |
+
"account. Please visit the <a href=\"%s\">plugin settings page</a> to login."
|
185 |
+
msgstr ""
|
186 |
+
|
187 |
+
#: polldaddy-shortcode.php:279
|
188 |
+
msgid "Take Our Survey!"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: polldaddy.php:134 polldaddy.php:135 polldaddy.php:338
|
192 |
+
msgid "Crowdsignal"
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: polldaddy.php:153 polldaddy.php:1516
|
196 |
+
msgid "Poll"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: polldaddy.php:153
|
200 |
+
msgid "Rating"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: polldaddy.php:155
|
204 |
+
#. translators: %s placeholder is the setting page type (Poll or Rating).
|
205 |
+
msgid "%s Settings"
|
206 |
+
msgstr ""
|
207 |
+
|
208 |
+
#: polldaddy.php:164
|
209 |
msgid "Feedback"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: polldaddy.php:243
|
213 |
+
msgid "Can't connect to Polldaddy.com"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: polldaddy.php:270
|
217 |
+
msgid "Invalid Account"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: polldaddy.php:376
|
221 |
msgid "Add Poll"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: polldaddy.php:465
|
225 |
msgid "Star Colors"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: polldaddy.php:465 polldaddy.php:4242
|
229 |
msgid "Star Size"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: polldaddy.php:466
|
233 |
msgid "Nero Type"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: polldaddy.php:466
|
237 |
msgid "Nero Size"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: polldaddy.php:528
|
241 |
+
msgid "You have just reset your Polldaddy connection settings."
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: polldaddy.php:611
|
245 |
msgid "You are not allowed to delete this poll."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: polldaddy.php:619 polldaddy.php:655 polldaddy.php:691 polldaddy.php:724
|
249 |
msgid "Invalid Poll Author"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: polldaddy.php:647
|
253 |
msgid "You are not allowed to open this poll."
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: polldaddy.php:683
|
257 |
msgid "You are not allowed to close this poll."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: polldaddy.php:716 polldaddy.php:1737
|
261 |
msgid "You are not allowed to edit this poll."
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: polldaddy.php:731
|
265 |
msgid "Poll not found"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: polldaddy.php:773
|
269 |
msgid "Invalid answers"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: polldaddy.php:814 polldaddy.php:920
|
273 |
msgid "You must include at least 2 answers"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: polldaddy.php:825 polldaddy.php:955
|
277 |
msgid "Please choose a poll style"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: polldaddy.php:855
|
281 |
msgid "Poll could not be updated"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: polldaddy.php:980
|
285 |
msgid "Poll could not be created"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: polldaddy.php:1035
|
289 |
msgid "Style could not be updated"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: polldaddy.php:1065
|
293 |
msgid "Style could not be created"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: polldaddy.php:1193
|
297 |
msgid "Account could not be accessed. Is your API code correct?"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: polldaddy.php:1199
|
301 |
msgid "Account could not be imported. Did you enter the correct API key?"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: polldaddy.php:1219
|
305 |
msgid "Poll deleted."
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: polldaddy.php:1221
|
309 |
msgid "%s Poll Deleted."
|
310 |
msgid_plural "%s Polls Deleted."
|
311 |
msgstr[0] ""
|
312 |
msgstr[1] ""
|
313 |
|
314 |
+
#: polldaddy.php:1227
|
315 |
msgid "Poll opened."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: polldaddy.php:1229
|
319 |
msgid "%s Poll Opened."
|
320 |
msgid_plural "%s Polls Opened."
|
321 |
msgstr[0] ""
|
322 |
msgstr[1] ""
|
323 |
|
324 |
+
#: polldaddy.php:1235
|
325 |
msgid "Poll closed."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: polldaddy.php:1237
|
329 |
msgid "%s Poll Closed."
|
330 |
msgid_plural "%s Polls Closed."
|
331 |
msgstr[0] ""
|
332 |
msgstr[1] ""
|
333 |
|
334 |
+
#: polldaddy.php:1241
|
335 |
msgid "Poll updated."
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: polldaddy.php:1244
|
339 |
msgid "Poll created."
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: polldaddy.php:1246 polldaddy.php:1580 polldaddy.php:1877
|
343 |
msgid "Embed in Post"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: polldaddy.php:1250
|
347 |
msgid "Custom Style updated."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: polldaddy.php:1253
|
351 |
msgid "Custom Style created."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: polldaddy.php:1258
|
355 |
msgid "Custom Style deleted."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: polldaddy.php:1260
|
359 |
msgid "%s Style Deleted."
|
360 |
msgid_plural "%s Custom Styles Deleted."
|
361 |
msgstr[0] ""
|
362 |
msgstr[1] ""
|
363 |
|
364 |
+
#: polldaddy.php:1264
|
365 |
msgid "Account Linked."
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: polldaddy.php:1267
|
369 |
msgid "Options Updated."
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: polldaddy.php:1272
|
373 |
msgid "Rating deleted."
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: polldaddy.php:1274
|
377 |
msgid "%s Rating Deleted."
|
378 |
msgid_plural "%s Ratings Deleted."
|
379 |
msgstr[0] ""
|
380 |
msgstr[1] ""
|
381 |
|
382 |
+
#: polldaddy.php:1285
|
383 |
msgid "Error: An error has occurred; Poll not created."
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: polldaddy.php:1288
|
387 |
msgid "Error: An error has occurred; Poll not updated."
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: polldaddy.php:1292
|
391 |
msgid ""
|
392 |
"Error: An error has occurred; Account could not be imported. Perhaps your "
|
393 |
"email address or password is incorrect?"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: polldaddy.php:1294
|
397 |
msgid "Error: An error has occurred; Account could not be created."
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: polldaddy.php:1326
|
|
|
|
|
|
|
401 |
msgid "Preview Poll <a href=\"%s\" class=\"add-new-h2\">All Polls</a>"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: polldaddy.php:1338
|
405 |
msgid ""
|
406 |
+
"Poll Results <a href=\"%s\" class=\"add-new-h2\">All Polls</a> <a "
|
407 |
+
"href=\"%s\" class=\"add-new-h2\">Edit Poll</a>"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: polldaddy.php:1347
|
411 |
msgid ""
|
412 |
"Edit Poll <a href=\"%s\" class=\"add-new-h2\">All Polls</a> <a href=\"%s\" "
|
413 |
"class=\"add-new-h2\">View Results</a>"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: polldaddy.php:1356
|
417 |
msgid "Add New Poll <a href=\"%s\" class=\"add-new-h2\">All Polls</a>"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: polldaddy.php:1366
|
421 |
msgid "Custom Styles <a href=\"%s\" class=\"add-new-h2\">Add New</a>"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: polldaddy.php:1368 polldaddy.php:1697 polldaddy.php:2234 polldaddy.php:2435
|
425 |
+
#: polldaddy.php:3683 polldaddy.php:4476 polldaddy.php:4898
|
426 |
msgid "Custom Styles"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: polldaddy.php:1376
|
430 |
msgid "Edit Style <a href=\"%s\" class=\"add-new-h2\">List Styles</a>"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: polldaddy.php:1385
|
434 |
msgid "Create Style <a href=\"%s\" class=\"add-new-h2\">List Styles</a>"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: polldaddy.php:1401
|
438 |
+
msgid "Crowdsignal Polls <a href=\"%s\" class=\"add-new-h2\">Add New</a>"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: polldaddy.php:1403
|
442 |
+
msgid "Crowdsignal Polls "
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: polldaddy.php:1410
|
446 |
msgid ""
|
447 |
"Linked to WordPress.com Account: <strong>%s</strong> (<a target=\"_blank\" "
|
448 |
+
"href=\"admin.php?page=polls&action=options\">Settings</a> / <a "
|
449 |
+
"target=\"_blank\" href=\"https://app.crowdsignal.com/\">Crowdsignal.com</a>)"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: polldaddy.php:1488 polldaddy.php:2652 polldaddy.php:4757
|
453 |
msgid "Actions"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: polldaddy.php:1489 polldaddy.php:1598 polldaddy.php:2653 polldaddy.php:2695
|
457 |
+
#: polldaddy.php:4758 polldaddy.php:4835
|
458 |
msgid "Delete"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: polldaddy.php:1490 polldaddy.php:1590 polldaddy.php:4165
|
462 |
msgid "Close"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: polldaddy.php:1491 polldaddy.php:1587
|
466 |
msgid "Open"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: polldaddy.php:1494 polldaddy.php:2655 polldaddy.php:4761
|
470 |
msgid "Apply"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: polldaddy.php:1499
|
474 |
msgid "View All Polls"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: polldaddy.php:1500
|
478 |
msgid "This Blog's Polls"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: polldaddy.php:1502 polldaddy.php:4782
|
482 |
msgid "Filter"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: polldaddy.php:1566 polldaddy.php:2698 polldaddy.php:4843
|
|
|
|
|
486 |
msgid "Y/m/d g:i:s A"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: polldaddy.php:1566
|
490 |
msgid "created"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: polldaddy.php:1566
|
494 |
msgid "M d, Y"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: polldaddy.php:1569 polldaddy.php:2690 polldaddy.php:5143 polldaddy.php:5172
|
498 |
msgid "Edit"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: polldaddy.php:1577
|
502 |
msgid "Embed & Link"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: polldaddy.php:1593 polldaddy.php:1595 polldaddy.php:4080
|
506 |
msgid "Preview"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: polldaddy.php:1601
|
510 |
msgid "Results"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: polldaddy.php:1607
|
514 |
msgid "votes"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: polldaddy.php:1615
|
518 |
msgid "WordPress Shortcode"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: polldaddy.php:1620
|
522 |
+
msgid "Direct URL"
|
|
|
|
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: polldaddy.php:1627
|
526 |
msgid "JavaScript"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: polldaddy.php:1635
|
530 |
msgid "Done"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: polldaddy.php:1647
|
534 |
msgid "What are you doing here? <a href=\"%s\">Go back</a>."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: polldaddy.php:1658
|
538 |
msgid "You haven't created any polls for this blog."
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: polldaddy.php:1659 polldaddy.php:2711
|
542 |
msgid "Why don't you go ahead and get started on that?"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: polldaddy.php:1660
|
546 |
msgid "Create a Poll Now"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: polldaddy.php:1665
|
550 |
msgid "No one has created any polls for this blog."
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: polldaddy.php:1692 polldaddy.php:2425 polldaddy.php:3678 polldaddy.php:4471
|
554 |
+
#: polldaddy.php:4893
|
555 |
msgid "Are you sure you want to delete the rating for \"%s\"?"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: polldaddy.php:1693
|
559 |
msgid "Are you sure you want to delete the poll %s?"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: polldaddy.php:1694 polldaddy.php:2427 polldaddy.php:3680 polldaddy.php:4473
|
563 |
+
#: polldaddy.php:4895
|
564 |
msgid "Are you sure you want to delete this answer?"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: polldaddy.php:1695 polldaddy.php:2067 polldaddy.php:2106 polldaddy.php:2429
|
568 |
+
#: polldaddy.php:3681 polldaddy.php:4474 polldaddy.php:4896
|
569 |
msgid "delete this answer"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: polldaddy.php:1696 polldaddy.php:2434 polldaddy.php:3682 polldaddy.php:4475
|
573 |
+
#: polldaddy.php:4897
|
574 |
msgid "Standard Styles"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: polldaddy.php:1796
|
578 |
msgid "delete this image"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: polldaddy.php:1821
|
582 |
msgid "Save"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: polldaddy.php:1828 polldaddy.php:5053
|
586 |
msgid "Randomize answer order"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: polldaddy.php:1828 polldaddy.php:5053
|
590 |
msgid "Allow other answers"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: polldaddy.php:1828 polldaddy.php:5053
|
594 |
msgid "Multiple choice"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: polldaddy.php:1828 polldaddy.php:5053
|
598 |
msgid "Sharing"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: polldaddy.php:1849
|
602 |
msgid "Number of choices"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: polldaddy.php:1849
|
606 |
msgid "No Limit"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: polldaddy.php:1873
|
610 |
msgid "Save Poll"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: polldaddy.php:1888 polldaddy.php:5063
|
614 |
msgid "Results Display"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: polldaddy.php:1893
|
618 |
msgid "Show results to voters"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: polldaddy.php:1893
|
622 |
msgid "Only show percentages"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: polldaddy.php:1893
|
626 |
msgid "Hide all results"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: polldaddy.php:1911 polldaddy.php:5085
|
630 |
msgid "Repeat Voting"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: polldaddy.php:1916
|
634 |
msgid "Don't block repeat voters"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: polldaddy.php:1916
|
638 |
msgid "Block by cookie (recommended)"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: polldaddy.php:1916
|
642 |
msgid "Block by cookie and by IP address"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: polldaddy.php:1935
|
646 |
msgid "Expires: "
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: polldaddy.php:1937 polldaddy.php:5099
|
650 |
msgid "%d hour"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: polldaddy.php:1938 polldaddy.php:1939 polldaddy.php:1940 polldaddy.php:5100
|
654 |
+
#: polldaddy.php:5101 polldaddy.php:5102
|
655 |
msgid "%d hours"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: polldaddy.php:1941 polldaddy.php:5103
|
659 |
msgid "%d day"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: polldaddy.php:1942 polldaddy.php:5104
|
663 |
msgid "%d week"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: polldaddy.php:1944
|
667 |
+
msgid "Note: Blocking by cookie and IP address can be problematic for some voters."
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: polldaddy.php:1949 polldaddy.php:3643 polldaddy.php:3934 polldaddy.php:4012
|
671 |
+
#: polldaddy.php:4765
|
672 |
msgid "Comments"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: polldaddy.php:1954
|
676 |
msgid "Allow comments"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: polldaddy.php:1954
|
680 |
msgid "Moderate first"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: polldaddy.php:1954
|
684 |
msgid "No comments"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: polldaddy.php:1982
|
688 |
msgid "Enter Question Here"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: polldaddy.php:2016
|
692 |
msgid "WordPress Shortcode:"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: polldaddy.php:2018
|
696 |
msgid "Embed Poll in New Post"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: polldaddy.php:2027 polldaddy.php:2844
|
700 |
msgid "Answers"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: polldaddy.php:2131
|
704 |
msgid "Add New Answer"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: polldaddy.php:2148 polldaddy.php:4918
|
708 |
msgid "Aluminum Narrow"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: polldaddy.php:2149 polldaddy.php:4919
|
712 |
msgid "Aluminum Medium"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: polldaddy.php:2150 polldaddy.php:4920
|
716 |
msgid "Aluminum Wide"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: polldaddy.php:2151 polldaddy.php:4921
|
720 |
msgid "Plain White Narrow"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: polldaddy.php:2152 polldaddy.php:4922
|
724 |
msgid "Plain White Medium"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: polldaddy.php:2153 polldaddy.php:4923
|
728 |
msgid "Plain White Wide"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: polldaddy.php:2154 polldaddy.php:4924
|
732 |
msgid "Plain Black Narrow"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: polldaddy.php:2155 polldaddy.php:4925
|
736 |
msgid "Plain Black Medium"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: polldaddy.php:2156 polldaddy.php:4926
|
740 |
msgid "Plain Black Wide"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: polldaddy.php:2157 polldaddy.php:4927
|
744 |
msgid "Paper Narrow"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: polldaddy.php:2158 polldaddy.php:4928
|
748 |
msgid "Paper Medium"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: polldaddy.php:2159 polldaddy.php:4929
|
752 |
msgid "Paper Wide"
|
753 |
msgstr ""
|
754 |
|
755 |
+
#: polldaddy.php:2160 polldaddy.php:4930
|
756 |
msgid "Skull Dark Narrow"
|
757 |
msgstr ""
|
758 |
|
759 |
+
#: polldaddy.php:2161 polldaddy.php:4931
|
760 |
msgid "Skull Dark Medium"
|
761 |
msgstr ""
|
762 |
|
763 |
+
#: polldaddy.php:2162 polldaddy.php:4932
|
764 |
msgid "Skull Dark Wide"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: polldaddy.php:2163 polldaddy.php:4933
|
768 |
msgid "Skull Light Narrow"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: polldaddy.php:2164 polldaddy.php:4934
|
772 |
msgid "Skull Light Medium"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: polldaddy.php:2165 polldaddy.php:4935
|
776 |
msgid "Skull Light Wide"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: polldaddy.php:2166 polldaddy.php:2466 polldaddy.php:2814 polldaddy.php:4936
|
780 |
msgid "Micro"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: polldaddy.php:2167 polldaddy.php:4937
|
784 |
msgid "Plastic White Narrow"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: polldaddy.php:2168 polldaddy.php:4938
|
788 |
msgid "Plastic White Medium"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: polldaddy.php:2169 polldaddy.php:4939
|
792 |
msgid "Plastic White Wide"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: polldaddy.php:2170 polldaddy.php:4940
|
796 |
msgid "Plastic Grey Narrow"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: polldaddy.php:2171 polldaddy.php:4941
|
800 |
msgid "Plastic Grey Medium"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: polldaddy.php:2172 polldaddy.php:4942
|
804 |
msgid "Plastic Grey Wide"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: polldaddy.php:2173 polldaddy.php:4943
|
808 |
msgid "Plastic Black Narrow"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: polldaddy.php:2174 polldaddy.php:4944
|
812 |
msgid "Plastic Black Medium"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: polldaddy.php:2175 polldaddy.php:4945
|
816 |
msgid "Plastic Black Wide"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: polldaddy.php:2176 polldaddy.php:4946
|
820 |
msgid "Manga Narrow"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: polldaddy.php:2177 polldaddy.php:4947
|
824 |
msgid "Manga Medium"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: polldaddy.php:2178 polldaddy.php:4948
|
828 |
msgid "Manga Wide"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: polldaddy.php:2179 polldaddy.php:4949
|
832 |
msgid "Tech Dark Narrow"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: polldaddy.php:2180 polldaddy.php:4950
|
836 |
msgid "Tech Dark Medium"
|
837 |
msgstr ""
|
838 |
|
839 |
+
#: polldaddy.php:2181 polldaddy.php:4951
|
840 |
msgid "Tech Dark Wide"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: polldaddy.php:2182 polldaddy.php:4952
|
844 |
msgid "Tech Grey Narrow"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: polldaddy.php:2183 polldaddy.php:4953
|
848 |
msgid "Tech Grey Medium"
|
849 |
msgstr ""
|
850 |
|
851 |
+
#: polldaddy.php:2184 polldaddy.php:4954
|
852 |
msgid "Tech Grey Wide"
|
853 |
msgstr ""
|
854 |
|
855 |
+
#: polldaddy.php:2185 polldaddy.php:4955
|
856 |
msgid "Tech Light Narrow"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: polldaddy.php:2186 polldaddy.php:4956
|
860 |
msgid "Tech Light Medium"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: polldaddy.php:2187 polldaddy.php:4957
|
864 |
msgid "Tech Light Wide"
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: polldaddy.php:2188 polldaddy.php:4958
|
868 |
msgid "Working Male Narrow"
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: polldaddy.php:2189 polldaddy.php:4959
|
872 |
msgid "Working Male Medium"
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: polldaddy.php:2190 polldaddy.php:4960
|
876 |
msgid "Working Male Wide"
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: polldaddy.php:2191 polldaddy.php:4961
|
880 |
msgid "Working Female Narrow"
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: polldaddy.php:2192 polldaddy.php:4962
|
884 |
msgid "Working Female Medium"
|
885 |
msgstr ""
|
886 |
|
887 |
+
#: polldaddy.php:2193 polldaddy.php:4963
|
888 |
msgid "Working Female Wide"
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: polldaddy.php:2194 polldaddy.php:4964
|
892 |
msgid "Thinking Male Narrow"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: polldaddy.php:2195 polldaddy.php:4965
|
896 |
msgid "Thinking Male Medium"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: polldaddy.php:2196 polldaddy.php:4966
|
900 |
msgid "Thinking Male Wide"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: polldaddy.php:2197 polldaddy.php:4967
|
904 |
msgid "Thinking Female Narrow"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: polldaddy.php:2198 polldaddy.php:4968
|
908 |
msgid "Thinking Female Medium"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: polldaddy.php:2199 polldaddy.php:4969
|
912 |
msgid "Thinking Female Wide"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: polldaddy.php:2200 polldaddy.php:4970
|
916 |
msgid "Sunset Narrow"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: polldaddy.php:2201 polldaddy.php:4971
|
920 |
msgid "Sunset Medium"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: polldaddy.php:2202 polldaddy.php:4972
|
924 |
msgid "Sunset Wide"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: polldaddy.php:2203 polldaddy.php:4973
|
928 |
msgid "Music Medium"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: polldaddy.php:2204 polldaddy.php:4974
|
932 |
msgid "Music Wide"
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: polldaddy.php:2227
|
936 |
msgid "Poll Style"
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: polldaddy.php:2232
|
940 |
+
msgid "Crowdsignal Styles"
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: polldaddy.php:2319
|
944 |
+
msgid "Crowdsignal Style"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: polldaddy.php:2325
|
948 |
msgid "Custom Style"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: polldaddy.php:2401
|
952 |
msgid "Please choose a custom style…"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: polldaddy.php:2407
|
956 |
msgid "Please choose a style."
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: polldaddy.php:2409
|
960 |
msgid "You currently have no custom styles created."
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: polldaddy.php:2409
|
964 |
msgid "New Style"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: polldaddy.php:2410
|
968 |
msgid ""
|
969 |
"Did you know we have a new editor for building your own custom poll styles? "
|
970 |
"Find out more <a href=\"%s\" target=\"_blank\">here</a>."
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: polldaddy.php:2426 polldaddy.php:3679 polldaddy.php:4472 polldaddy.php:4894
|
974 |
msgid "Are you sure you want to delete \"%s\"?"
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: polldaddy.php:2448 polldaddy.php:2808
|
978 |
msgid "Aluminum"
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: polldaddy.php:2451 polldaddy.php:2809
|
982 |
msgid "Plain White"
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: polldaddy.php:2454 polldaddy.php:2810
|
986 |
msgid "Plain Black"
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: polldaddy.php:2457 polldaddy.php:2811
|
990 |
msgid "Paper"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: polldaddy.php:2460 polldaddy.php:2812
|
994 |
msgid "Skull Dark"
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: polldaddy.php:2463 polldaddy.php:2813
|
998 |
msgid "Skull Light"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: polldaddy.php:2467 polldaddy.php:2517
|
1002 |
msgid "Width 150px, the micro style is useful when space is tight."
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: polldaddy.php:2470
|
1006 |
msgid "Plastic White"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: polldaddy.php:2473
|
1010 |
msgid "Plastic Grey"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: polldaddy.php:2476
|
1014 |
msgid "Plastic Black"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: polldaddy.php:2479
|
1018 |
msgid "Manga"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: polldaddy.php:2482
|
1022 |
msgid "Tech Dark"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: polldaddy.php:2485
|
1026 |
msgid "Tech Grey"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: polldaddy.php:2488
|
1030 |
msgid "Tech Light"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: polldaddy.php:2491
|
1034 |
msgid "Working Male"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: polldaddy.php:2494
|
1038 |
msgid "Working Female"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: polldaddy.php:2497
|
1042 |
msgid "Thinking Male"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: polldaddy.php:2500
|
1046 |
msgid "Thinking Female"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: polldaddy.php:2503
|
1050 |
msgid "Sunset"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: polldaddy.php:2506
|
1054 |
msgid "Music"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: polldaddy.php:2511
|
1058 |
msgid "Wide"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: polldaddy.php:2512 polldaddy.php:4245
|
1062 |
msgid "Medium"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: polldaddy.php:2513
|
1066 |
msgid "Narrow"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: polldaddy.php:2514
|
1070 |
msgid "Width: 630px, the wide style is good for blog posts."
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: polldaddy.php:2515
|
1074 |
msgid "Width: 300px, the medium style is good for general use."
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: polldaddy.php:2516
|
1078 |
msgid "Width 150px, the narrow style is good for sidebars etc."
|
1079 |
msgstr ""
|
1080 |
|
1081 |
+
#: polldaddy.php:2551
|
1082 |
msgid "Answer"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
+
#: polldaddy.php:2552 polldaddy.php:2601 polldaddy.php:4099 polldaddy.php:4818
|
1086 |
msgid "Votes"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
+
#: polldaddy.php:2553
|
1090 |
msgid "Percent"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
+
#: polldaddy.php:2568
|
1094 |
msgid "Other (<a href=\"%s\">see below</a>)"
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: polldaddy.php:2600
|
1098 |
msgid "Other Answer"
|
1099 |
msgstr ""
|
1100 |
|
1101 |
+
#: polldaddy.php:2665 polldaddy.php:3081
|
1102 |
msgid "Style"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: polldaddy.php:2666
|
1106 |
msgid "Last Modified"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: polldaddy.php:2698
|
1110 |
msgid "Y/m/d"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: polldaddy.php:2710
|
1114 |
msgid "You haven't used our fancy style editor to create any custom styles!"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: polldaddy.php:2712
|
1118 |
msgid "Create a Custom Style Now"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: polldaddy.php:2790
|
1122 |
msgid "Style Name"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: polldaddy.php:2802
|
1126 |
msgid "Preload Basic Style"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: polldaddy.php:2816
|
1130 |
msgid "Load Style"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
+
#: polldaddy.php:2822
|
1134 |
msgid "Text Direction"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: polldaddy.php:2826
|
1138 |
msgid "Force RTL"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: polldaddy.php:2827
|
1142 |
msgid "Force LTR"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: polldaddy.php:2833
|
1146 |
msgid "Style Editor"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: polldaddy.php:2837
|
1150 |
msgid "Select a template part to edit:"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: polldaddy.php:2840
|
1154 |
msgid "Poll Box"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: polldaddy.php:2841
|
1158 |
msgid "Question"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: polldaddy.php:2842
|
1162 |
msgid "Answer Group"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: polldaddy.php:2843
|
1166 |
msgid "Answer Check"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: polldaddy.php:2845
|
1170 |
msgid "Other Input"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: polldaddy.php:2846
|
1174 |
msgid "Vote Button"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: polldaddy.php:2847
|
1178 |
msgid "Links"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: polldaddy.php:2848
|
1182 |
msgid "Feedback Group"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: polldaddy.php:2849
|
1186 |
msgid "Results Group"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: polldaddy.php:2850
|
1190 |
msgid "Results Percent"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: polldaddy.php:2851
|
1194 |
msgid "Results Votes"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: polldaddy.php:2852
|
1198 |
msgid "Results Text"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: polldaddy.php:2853
|
1202 |
msgid "Results Background"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: polldaddy.php:2854
|
1206 |
msgid "Results Bar"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: polldaddy.php:2855 polldaddy.php:3637
|
1210 |
msgid "Total Votes"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: polldaddy.php:2871 polldaddy.php:4318
|
1214 |
msgid "Font"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: polldaddy.php:2874
|
1218 |
msgid "Background"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: polldaddy.php:2877
|
1222 |
msgid "Border"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: polldaddy.php:2880
|
1226 |
msgid "Margin"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: polldaddy.php:2883
|
1230 |
msgid "Padding"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: polldaddy.php:2886 polldaddy.php:3043 polldaddy.php:3457
|
1234 |
msgid "Width"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: polldaddy.php:2889 polldaddy.php:3473
|
1238 |
msgid "Height"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: polldaddy.php:2892 polldaddy.php:3482 polldaddy.php:4304
|
1242 |
msgid "Position"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: polldaddy.php:2905 polldaddy.php:2927
|
1246 |
msgid "Font Size"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: polldaddy.php:2942 polldaddy.php:3001 polldaddy.php:3098 polldaddy.php:4332
|
1250 |
msgid "Color"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: polldaddy.php:2948 polldaddy.php:4365
|
1254 |
msgid "Bold"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: polldaddy.php:2954 polldaddy.php:4374
|
1258 |
msgid "Italic"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: polldaddy.php:2960
|
1262 |
msgid "Underline"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: polldaddy.php:2966 polldaddy.php:4351
|
1266 |
msgid "Line Height"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: polldaddy.php:2988 polldaddy.php:4290
|
1270 |
msgid "Align"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: polldaddy.php:2991 polldaddy.php:3261 polldaddy.php:3416 polldaddy.php:4293
|
1274 |
msgid "Left"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: polldaddy.php:2992 polldaddy.php:4293
|
1278 |
msgid "Center"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: polldaddy.php:2993 polldaddy.php:3185 polldaddy.php:3340 polldaddy.php:4293
|
1282 |
+
#: polldaddy.php:4307
|
1283 |
msgid "Right"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
+
#: polldaddy.php:3007 popups.php:62
|
1287 |
msgid "Image URL"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
+
#: polldaddy.php:3007 polldaddy.php:3457
|
1291 |
msgid "Click here for more information"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
+
#: polldaddy.php:3013
|
1295 |
msgid "Image Repeat"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: polldaddy.php:3016
|
1299 |
msgid "repeat"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: polldaddy.php:3017
|
1303 |
msgid "no-repeat"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
+
#: polldaddy.php:3018
|
1307 |
msgid "repeat-x"
|
1308 |
msgstr ""
|
1309 |
|
1310 |
+
#: polldaddy.php:3019
|
1311 |
msgid "repeat-y"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
+
#: polldaddy.php:3024
|
1315 |
msgid "Image Position"
|
1316 |
msgstr ""
|
1317 |
|
1318 |
+
#: polldaddy.php:3027
|
1319 |
msgid "left top"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
+
#: polldaddy.php:3028
|
1323 |
msgid "left center"
|
1324 |
msgstr ""
|
1325 |
|
1326 |
+
#: polldaddy.php:3029
|
1327 |
msgid "left bottom"
|
1328 |
msgstr ""
|
1329 |
|
1330 |
+
#: polldaddy.php:3030
|
1331 |
msgid "center top"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
+
#: polldaddy.php:3031
|
1335 |
msgid "center center"
|
1336 |
msgstr ""
|
1337 |
|
1338 |
+
#: polldaddy.php:3032
|
1339 |
msgid "center bottom"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
+
#: polldaddy.php:3033
|
1343 |
msgid "right top"
|
1344 |
msgstr ""
|
1345 |
|
1346 |
+
#: polldaddy.php:3034
|
1347 |
msgid "right center"
|
1348 |
msgstr ""
|
1349 |
|
1350 |
+
#: polldaddy.php:3035
|
1351 |
msgid "right bottom"
|
1352 |
msgstr ""
|
1353 |
|
1354 |
+
#: polldaddy.php:3084
|
1355 |
msgid "none"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
+
#: polldaddy.php:3085
|
1359 |
msgid "solid"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
+
#: polldaddy.php:3086
|
1363 |
msgid "dotted"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
+
#: polldaddy.php:3087
|
1367 |
msgid "dashed"
|
1368 |
msgstr ""
|
1369 |
|
1370 |
+
#: polldaddy.php:3088
|
1371 |
msgid "double"
|
1372 |
msgstr ""
|
1373 |
|
1374 |
+
#: polldaddy.php:3089
|
1375 |
msgid "groove"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
+
#: polldaddy.php:3090
|
1379 |
msgid "inset"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
+
#: polldaddy.php:3091
|
1383 |
msgid "outset"
|
1384 |
msgstr ""
|
1385 |
|
1386 |
+
#: polldaddy.php:3092
|
1387 |
msgid "ridge"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: polldaddy.php:3093
|
1391 |
msgid "hidden"
|
1392 |
msgstr ""
|
1393 |
|
1394 |
+
#: polldaddy.php:3104
|
1395 |
msgid "Rounded Corners"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
+
#: polldaddy.php:3140
|
1399 |
msgid "Not supported in Internet Explorer."
|
1400 |
msgstr ""
|
1401 |
|
1402 |
+
#: polldaddy.php:3147 polldaddy.php:3302 polldaddy.php:4307
|
1403 |
msgid "Top"
|
1404 |
msgstr ""
|
1405 |
|
1406 |
+
#: polldaddy.php:3223 polldaddy.php:3378 polldaddy.php:4307
|
1407 |
msgid "Bottom"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: polldaddy.php:3465
|
1411 |
msgid ""
|
1412 |
"If you change the width of the<br/> poll you may also need to change<br/> "
|
1413 |
"the width of your answers."
|
1414 |
msgstr ""
|
1415 |
|
1416 |
+
#: polldaddy.php:3514 polldaddy.php:3688
|
1417 |
msgid "Do you mostly use the internet at work, in school or at home?"
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: polldaddy.php:3527
|
1421 |
msgid "I use it in school."
|
1422 |
msgstr ""
|
1423 |
|
1424 |
+
#: polldaddy.php:3535 polldaddy.php:3593
|
1425 |
msgid "I use it at home."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: polldaddy.php:3543 polldaddy.php:3607
|
1429 |
+
msgid "I use it every where I go, at work and home and anywhere else that I can!"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: polldaddy.php:3551 polldaddy.php:3621
|
1433 |
msgid "Other"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: polldaddy.php:3563 polldaddy.php:4093
|
1437 |
msgid "Vote"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
+
#: polldaddy.php:3565
|
1441 |
msgid "View Results"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
+
#: polldaddy.php:3579
|
1445 |
msgid "I use it in school!"
|
1446 |
msgstr ""
|
1447 |
|
1448 |
+
#: polldaddy.php:3581 polldaddy.php:3595 polldaddy.php:3609 polldaddy.php:3623
|
1449 |
msgid "(%d votes)"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
+
#: polldaddy.php:3645
|
1453 |
msgid "Return To Poll"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: polldaddy.php:3666
|
1457 |
msgid "Save Style"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
+
#: polldaddy.php:3668
|
1461 |
msgid "Check this box if you wish to update the polls that use this style."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
+
#: polldaddy.php:3687
|
1465 |
msgid "Thank you for voting!"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: polldaddy.php:3787
|
1469 |
+
msgid "Could not connect to the Crowdsignal API"
|
|
|
|
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: polldaddy.php:3790
|
1473 |
+
msgid "The API URL is incorrect"
|
1474 |
+
msgstr ""
|
1475 |
+
|
1476 |
+
#: polldaddy.php:3793
|
1477 |
+
msgid "Your API request did not return any data"
|
1478 |
+
msgstr ""
|
1479 |
+
|
1480 |
+
#: polldaddy.php:3799
|
1481 |
+
msgid "There was an error creating your rating widget"
|
1482 |
+
msgstr ""
|
1483 |
+
|
1484 |
+
#: polldaddy.php:3911
|
1485 |
msgid "Rating Settings"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
+
#: polldaddy.php:3914
|
1489 |
msgid "Rating updated"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: polldaddy.php:3926 polldaddy.php:3954 polldaddy.php:4765
|
1493 |
msgid "Posts"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: polldaddy.php:3930 polldaddy.php:3990 polldaddy.php:4765
|
1497 |
msgid "Pages"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: polldaddy.php:3944
|
1501 |
+
msgid "Rich Snippets in Search Results"
|
1502 |
+
msgstr ""
|
1503 |
+
|
1504 |
+
#: polldaddy.php:3946
|
1505 |
+
msgid ""
|
1506 |
+
"Display rich snippets in search results using post and page ratings (<a "
|
1507 |
+
"href=\"%s\">documentation</a> and <a href=\"\">page tester</a>)"
|
1508 |
+
msgstr ""
|
1509 |
+
|
1510 |
+
#: polldaddy.php:3947
|
1511 |
+
msgid ""
|
1512 |
+
"Once activated, it may take several weeks before the snippets show up in "
|
1513 |
+
"Google search results."
|
1514 |
+
msgstr ""
|
1515 |
+
|
1516 |
+
#: polldaddy.php:3951 polldaddy.php:3988 polldaddy.php:4010
|
1517 |
msgid "Show Ratings on"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: polldaddy.php:3953
|
1521 |
msgid "Front Page, Archive Pages, and Search Results"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: polldaddy.php:3958
|
1525 |
msgid "Position Front Page, Archive Pages, and Search Results Ratings"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: polldaddy.php:3961 polldaddy.php:3975
|
1529 |
msgid "Above each blog post"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: polldaddy.php:3961 polldaddy.php:3975
|
1533 |
msgid "Below each blog post"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: polldaddy.php:3972
|
1537 |
msgid "Position Post Ratings"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: polldaddy.php:3994
|
1541 |
msgid "Position Page Ratings"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: polldaddy.php:3997
|
1545 |
msgid "Above each blog page"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: polldaddy.php:3997
|
1549 |
msgid "Below each blog page"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: polldaddy.php:4016
|
1553 |
msgid "Position Comment Ratings"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
+
#: polldaddy.php:4019
|
1557 |
msgid "Above each comment"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: polldaddy.php:4019
|
1561 |
msgid "Below each comment"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: polldaddy.php:4031 polldaddy.php:4071
|
1565 |
msgid "Save Changes"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: polldaddy.php:4040
|
1569 |
+
msgid ""
|
1570 |
+
"Previous settings for ratings on this site discovered. You can restore them "
|
1571 |
+
"on the <a href='%s'>poll settings page</a> if your site is missing ratings "
|
1572 |
+
"after resetting your connection settings."
|
1573 |
+
msgstr ""
|
1574 |
+
|
1575 |
+
#: polldaddy.php:4055
|
1576 |
msgid "Advanced Settings"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: polldaddy.php:4066
|
1580 |
msgid "Save Advanced Settings"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: polldaddy.php:4082
|
1584 |
msgid "This is a demo of what your rating widget will look like"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: polldaddy.php:4089
|
1588 |
msgid "Customize Labels"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: polldaddy.php:4105
|
1592 |
msgid "Rate This"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: polldaddy.php:4111
|
1596 |
msgid "%d star"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: polldaddy.php:4117 polldaddy.php:4123 polldaddy.php:4129 polldaddy.php:4135
|
1600 |
msgid "%d stars"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: polldaddy.php:4141
|
1604 |
msgid "Thank You"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: polldaddy.php:4147
|
1608 |
msgid "Rate Up"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: polldaddy.php:4153
|
1612 |
msgid "Rate Down"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: polldaddy.php:4159
|
1616 |
msgid "Most Popular Content"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: polldaddy.php:4171
|
1620 |
msgid "All"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: polldaddy.php:4177
|
1624 |
msgid "Today"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: polldaddy.php:4183
|
1628 |
msgid "This Week"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
+
#: polldaddy.php:4189
|
1632 |
msgid "This Month"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: polldaddy.php:4195
|
1636 |
msgid "Rated"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: polldaddy.php:4201
|
1640 |
msgid "There are no rated items for this period"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: polldaddy.php:4212
|
1644 |
msgid "Rating Type"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: polldaddy.php:4214
|
1648 |
msgid ""
|
1649 |
"Here you can choose how you want your rating to display. The 5 star rating "
|
1650 |
"is the most commonly used. The Nero rating is useful for keeping it simple."
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: polldaddy.php:4222
|
1654 |
msgid "%d Star Rating"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: polldaddy.php:4231
|
1658 |
msgid "Nero Rating"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: polldaddy.php:4238
|
1662 |
msgid "Rating Style"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: polldaddy.php:4245
|
1666 |
msgid "Small"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: polldaddy.php:4245
|
1670 |
msgid "Large"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: polldaddy.php:4256
|
1674 |
msgid "Star Color"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: polldaddy.php:4259
|
1678 |
msgid "Yellow"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: polldaddy.php:4259
|
1682 |
msgid "Red"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: polldaddy.php:4259
|
1686 |
msgid "Blue"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
+
#: polldaddy.php:4259
|
1690 |
msgid "Green"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: polldaddy.php:4259
|
1694 |
msgid "Grey"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: polldaddy.php:4268
|
1698 |
msgid "Hand"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: polldaddy.php:4279
|
1702 |
msgid "Custom Image"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: polldaddy.php:4286
|
1706 |
msgid "Text Layout & Font"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: polldaddy.php:4321 polldaddy.php:4340 polldaddy.php:4354
|
1710 |
msgid "Inherit"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: polldaddy.php:4337
|
1714 |
msgid "Size"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: polldaddy.php:4386
|
1718 |
msgid "Extra Settings"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: polldaddy.php:4390
|
1722 |
msgid "Results Popup"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: polldaddy.php:4396
|
1726 |
msgid "Uncheck this box to disable the results popup"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: polldaddy.php:4403 polldaddy.php:4427 polldaddy.php:4450
|
1730 |
msgid "Rating ID"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: polldaddy.php:4409
|
1734 |
msgid "This is the rating ID used in posts"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: polldaddy.php:4414
|
1738 |
msgid "Exclude Posts"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: polldaddy.php:4420
|
1742 |
msgid ""
|
1743 |
"Enter the Post IDs where you want to exclude ratings from. Please use a "
|
1744 |
"comma-delimited list, eg. 1,2,3"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: polldaddy.php:4433
|
1748 |
msgid "This is the rating ID used in pages"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: polldaddy.php:4438
|
1752 |
msgid "Exclude Pages"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: polldaddy.php:4444
|
1756 |
msgid ""
|
1757 |
"Enter the Page IDs where you want to exclude ratings from. Please use a "
|
1758 |
"comma-delimited list, eg. 1,2,3"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: polldaddy.php:4456
|
1762 |
msgid "This is the rating ID used in comments"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: polldaddy.php:4737
|
1766 |
msgid "«"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
+
#: polldaddy.php:4738
|
1770 |
msgid "»"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#: polldaddy.php:4747
|
1774 |
msgid "Rating Results <a href=\"%s\" class=\"add-new-h2\">Settings</a>"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: polldaddy.php:4749
|
1778 |
msgid "Rating Results"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
+
#: polldaddy.php:4774
|
1782 |
msgid "Last 24 hours"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: polldaddy.php:4774
|
1786 |
msgid "Last 7 days"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: polldaddy.php:4774
|
1790 |
msgid "Last 31 days"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: polldaddy.php:4774
|
1794 |
msgid "Last 3 months"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: polldaddy.php:4774
|
1798 |
msgid "Last 12 months"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: polldaddy.php:4774
|
1802 |
msgid "All time"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: polldaddy.php:4784
|
1806 |
msgid "* The results are cached and are updated every hour"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: polldaddy.php:4786
|
1810 |
msgid "* The results are cached and are updated every day"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: polldaddy.php:4788
|
1814 |
msgid "* The results are cached and are updated every 3 days"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: polldaddy.php:4802
|
1818 |
msgid "No ratings have been collected for your %s yet."
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: polldaddy.php:4816
|
1822 |
msgid "Unique ID"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: polldaddy.php:4817
|
1826 |
msgid "Start Date"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
+
#: polldaddy.php:4819
|
1830 |
msgid "Average Rating"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
+
#: polldaddy.php:4991
|
1834 |
msgid "Poll Settings"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#: polldaddy.php:4995
|
1838 |
+
msgid "Crowdsignal Account Info"
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: polldaddy.php:4997
|
1842 |
msgid ""
|
1843 |
+
"<em>Crowdsignal</em> and <em>WordPress.com</em> are now connected using <a "
|
1844 |
+
"href=\"http://en.support.wordpress.com/wpcc-faq/\">WordPress.com "
|
1845 |
+
"Connect</a>. If you have a WordPress.com account you can use it to login to "
|
1846 |
+
"<a href=\"https://app.crowdsignal.com/\">Crowdsignal.com</a>. Click on the "
|
1847 |
+
"Crowdsignal \"sign in\" button, authorize the connection and create your "
|
1848 |
+
"new Crowdsignal account."
|
1849 |
msgstr ""
|
1850 |
|
1851 |
+
#: polldaddy.php:4998
|
1852 |
msgid ""
|
1853 |
+
"Login to the Crowdsignal website and scroll to the end of your <a "
|
1854 |
+
"href=\"https://app.crowdsignal.com/account/#apikey\">account page</a> to "
|
1855 |
+
"create or retrieve an API key."
|
1856 |
msgstr ""
|
1857 |
|
1858 |
+
#: polldaddy.php:5000
|
1859 |
msgid "Your account is currently linked to this API key: <strong>%s</strong>"
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: polldaddy.php:5002
|
1863 |
+
msgid "Link to a different Crowdsignal account"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: polldaddy.php:5005
|
1867 |
+
msgid "Link to your Crowdsignal account"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: polldaddy.php:5013
|
1871 |
+
msgid "Crowdsignal.com API Key"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: polldaddy.php:5026
|
1875 |
msgid "Link Account"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
+
#: polldaddy.php:5039
|
1879 |
msgid "General Settings"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
+
#: polldaddy.php:5047
|
1883 |
msgid "Default poll settings"
|
1884 |
msgstr ""
|
1885 |
|
1886 |
+
#: polldaddy.php:5065
|
1887 |
msgid "Show"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
+
#: polldaddy.php:5066
|
1891 |
msgid "Hide"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
+
#: polldaddy.php:5067
|
1895 |
msgid "Percentages"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
+
#: polldaddy.php:5073
|
1899 |
msgid "Poll style"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: polldaddy.php:5087
|
1903 |
msgid "Off"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
+
#: polldaddy.php:5088
|
1907 |
msgid "Cookie"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
+
#: polldaddy.php:5089
|
1911 |
msgid "Cookie & IP address"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
+
#: polldaddy.php:5095
|
1915 |
msgid "Block expiration limit"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
+
#: polldaddy.php:5118
|
1919 |
msgid "Save Options"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
+
#: polldaddy.php:5134
|
1923 |
+
msgid "Reset Connection Settings"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
+
#: polldaddy.php:5135
|
1927 |
msgid ""
|
1928 |
+
"If you are experiencing problems connecting to the Crowdsignal website "
|
1929 |
+
"resetting your connection settings may help. A backup will be made. After "
|
1930 |
+
"resetting, link your account again with the same API key."
|
1931 |
msgstr ""
|
1932 |
|
1933 |
+
#: polldaddy.php:5136
|
1934 |
+
msgid "The following settings will be reset:"
|
1935 |
+
msgstr ""
|
1936 |
+
|
1937 |
+
#: polldaddy.php:5148 polldaddy.php:5177
|
1938 |
+
msgid "* The usercode is like a password, keep it secret."
|
1939 |
+
msgstr ""
|
1940 |
+
|
1941 |
+
#: polldaddy.php:5155
|
1942 |
+
msgid "Send me an email with the connection settings for future reference"
|
1943 |
+
msgstr ""
|
1944 |
+
|
1945 |
+
#: polldaddy.php:5156
|
1946 |
+
msgid "Reset"
|
1947 |
+
msgstr ""
|
1948 |
+
|
1949 |
+
#: polldaddy.php:5164
|
1950 |
+
msgid "Restore Previous Settings"
|
1951 |
+
msgstr ""
|
1952 |
+
|
1953 |
+
#: polldaddy.php:5165
|
1954 |
+
msgid ""
|
1955 |
+
"The connection settings for this site were reset but a backup was made. The "
|
1956 |
+
"following settings can be restored:"
|
1957 |
+
msgstr ""
|
1958 |
+
|
1959 |
+
#: polldaddy.php:5184
|
1960 |
+
msgid "Restore"
|
1961 |
+
msgstr ""
|
1962 |
+
|
1963 |
+
#: polldaddy.php:5195
|
1964 |
+
msgid "Restore Ratings Settings"
|
1965 |
+
msgstr ""
|
1966 |
+
|
1967 |
+
#: polldaddy.php:5196
|
1968 |
+
msgid ""
|
1969 |
+
"Different rating settings detected. If you are missing ratings on your "
|
1970 |
+
"posts, pages or comments you can restore the original rating settings by "
|
1971 |
+
"clicking the button below."
|
1972 |
+
msgstr ""
|
1973 |
+
|
1974 |
+
#: polldaddy.php:5197
|
1975 |
+
msgid ""
|
1976 |
+
"This tells the plugin to look for this data in a different rating in your "
|
1977 |
+
"Crowdsignal account."
|
1978 |
+
msgstr ""
|
1979 |
+
|
1980 |
+
#: polldaddy.php:5204
|
1981 |
+
msgid "Restore Ratings Only"
|
1982 |
+
msgstr ""
|
1983 |
+
|
1984 |
+
#: polldaddy.php:5261
|
1985 |
+
msgid "There are a few things you can do:"
|
1986 |
+
msgstr ""
|
1987 |
+
|
1988 |
+
#: polldaddy.php:5262
|
1989 |
+
msgid ""
|
1990 |
+
"Press reload on your browser and reload this page. There may have been a "
|
1991 |
+
"temporary problem communicating with Crowdsignal.com"
|
1992 |
+
msgstr ""
|
1993 |
+
|
1994 |
+
#: polldaddy.php:5263
|
1995 |
+
msgid ""
|
1996 |
+
"Go to the <a href='%s'>poll settings page</a>, scroll to the end of the "
|
1997 |
+
"page and reset your connection settings. Link your account again with the "
|
1998 |
+
"same API key."
|
1999 |
+
msgstr ""
|
2000 |
+
|
2001 |
+
#: polldaddy.php:5264
|
2002 |
+
msgid ""
|
2003 |
+
"Contact <a href=\"%1$s\" %2$s>Crowdsignal support</a> and tell them your "
|
2004 |
+
"rating usercode is %3$s"
|
2005 |
+
msgstr ""
|
2006 |
+
|
2007 |
+
#: polldaddy.php:5264
|
2008 |
+
msgid ""
|
2009 |
+
"Also include the following information when contacting support to help us "
|
2010 |
+
"resolve your problem as quickly as possible:"
|
2011 |
+
msgstr ""
|
2012 |
+
|
2013 |
+
#: popups.php:11
|
2014 |
+
msgid "URL"
|
2015 |
+
msgstr ""
|
2016 |
+
|
2017 |
+
#: popups.php:18
|
2018 |
+
msgid "Paste your YouTube or Google Video URL above, or use the examples below."
|
2019 |
+
msgstr ""
|
2020 |
+
|
2021 |
+
#: popups.php:20
|
2022 |
msgid "<a href=\"%s\" target=\"_blank\">YouTube instructions</a> %s"
|
2023 |
msgstr ""
|
2024 |
|
2025 |
+
#: popups.php:21
|
2026 |
msgid "<a href=\"%s\" target=\"_blank\">Google instructions</a> %s"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
+
#: popups.php:22
|
2030 |
msgid "<a href=\"%s\" target=\"_blank\">DailyMotion instructions</a> %s"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
+
#: popups.php:29 popups.php:49 popups.php:78
|
2034 |
msgid "Insert into Poll"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
+
#: popups.php:41
|
2038 |
msgid "Audio File URL"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
+
#: popups.php:58
|
2042 |
msgid "Insert an image from another web site"
|
2043 |
msgstr ""
|
2044 |
|
2045 |
+
#: popups.php:70
|
2046 |
msgid "Image Title"
|
2047 |
msgstr ""
|
2048 |
+
|
2049 |
+
#. Plugin Name of the plugin/theme
|
2050 |
+
msgid "Crowdsignal Polls & Ratings"
|
2051 |
+
msgstr ""
|
2052 |
+
|
2053 |
+
#. Plugin URI of the plugin/theme
|
2054 |
+
msgid "http://wordpress.org/extend/plugins/polldaddy/"
|
2055 |
+
msgstr ""
|
2056 |
+
|
2057 |
+
#. Description of the plugin/theme
|
2058 |
+
msgid "Create and manage Crowdsignal polls and ratings in WordPress"
|
2059 |
+
msgstr ""
|
2060 |
+
|
2061 |
+
#. Author of the plugin/theme
|
2062 |
+
msgid "Automattic, Inc."
|
2063 |
+
msgstr ""
|
polldaddy-client.php
CHANGED
@@ -79,11 +79,11 @@ class api_client {
|
|
79 |
|
80 |
list($headers, $this->response_xml) = explode( "\r\n\r\n", $response, 2 );
|
81 |
}
|
82 |
-
|
83 |
$this->responses[] = $this->response_xml;
|
84 |
|
85 |
$parser = new Polldaddy_XML_Parser( $this->response_xml );
|
86 |
-
|
87 |
$this->response = $parser->objects[0];
|
88 |
if ( isset( $this->response->errors->error ) ) {
|
89 |
if ( !is_array( $this->response->errors->error ) )
|
@@ -213,17 +213,17 @@ class api_client {
|
|
213 |
|
214 |
function sync_rating( ){
|
215 |
$pos = $this->add_request( 'syncrating', new Polldaddy_Rating( null , null ) );
|
216 |
-
|
217 |
$this->send_request();
|
218 |
-
|
219 |
$demand = $this->response_part( $pos );
|
220 |
-
|
221 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->rating ) ){
|
222 |
return $demand->rating;
|
223 |
}
|
224 |
-
|
225 |
return false;
|
226 |
-
|
227 |
}
|
228 |
|
229 |
/* pdRequest: Request API Objects */
|
@@ -360,7 +360,7 @@ function sync_rating( ){
|
|
360 |
}
|
361 |
return false;
|
362 |
}
|
363 |
-
|
364 |
/**
|
365 |
* @param int $id Polldaddy Poll ID
|
366 |
* @return bool success
|
@@ -390,7 +390,7 @@ function sync_rating( ){
|
|
390 |
|
391 |
return empty( $this->errors );
|
392 |
}
|
393 |
-
|
394 |
/**
|
395 |
* @param int $id Polldaddy Poll ID
|
396 |
* @return bool success
|
@@ -446,7 +446,7 @@ function sync_rating( ){
|
|
446 |
if ( !isset( $demand->poll ) )
|
447 |
return false;
|
448 |
return $demand->poll;
|
449 |
-
}
|
450 |
|
451 |
/**
|
452 |
* @see polldaddy_poll()
|
@@ -456,7 +456,7 @@ function sync_rating( ){
|
|
456 |
*/
|
457 |
function update_poll_defaults( $folderID, $args = null ) {
|
458 |
$folderID = (int) $folderID;
|
459 |
-
|
460 |
if ( !$poll = new Polldaddy_Poll( $args, compact( 'folderID' ) ) )
|
461 |
return false;
|
462 |
|
@@ -474,18 +474,18 @@ function sync_rating( ){
|
|
474 |
function get_poll_results( $id ) {
|
475 |
if ( !$id = (int) $id )
|
476 |
return false;
|
477 |
-
|
478 |
$start = 0;
|
479 |
$end = 2;
|
480 |
|
481 |
// $pos = $this->add_request( __FUNCTION__, new Polldaddy_Poll_Result( null, compact( 'id' ) ) );
|
482 |
$pos = $this->add_request( 'getpollresults', new Polldaddy_Poll( null, compact( 'id' ) ) );
|
483 |
-
//Optionally if you want to list other answers...
|
484 |
//$pos = $this->add_request( 'getpollresults', new Polldaddy_List( null, compact( 'id', 'start', 'end' ) ) );
|
485 |
$this->send_request();
|
486 |
|
487 |
$demand = $this->response_part( $pos );
|
488 |
-
|
489 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->result ) ) {
|
490 |
$answers = $others = array();
|
491 |
if ( isset( $demand->result->answers ) ) {
|
@@ -538,7 +538,7 @@ function sync_rating( ){
|
|
538 |
$this->send_request();
|
539 |
|
540 |
$demand = $this->response_part( $pos );
|
541 |
-
|
542 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->comments ) ) {
|
543 |
if ( isset( $demand->comments->comment ) && !is_array( $demand->comments->comment ) ) {
|
544 |
if ( $demand->comments->comment )
|
@@ -559,15 +559,15 @@ function sync_rating( ){
|
|
559 |
function moderate_comment( $id, $args = null ) {
|
560 |
if ( !$id = (int) $id )
|
561 |
return false;
|
562 |
-
|
563 |
if ( !$comment = polldaddy_comment( $args, $id ) )
|
564 |
return false;
|
565 |
|
566 |
// $this->add_request( __FUNCTION__, new Polldaddy_Comments( $comments ) );
|
567 |
$this->add_request( 'moderatecomment', $comment);
|
568 |
$this->send_request();
|
569 |
-
|
570 |
-
return empty( $this->errors );
|
571 |
}
|
572 |
|
573 |
/* Languages */
|
@@ -581,7 +581,7 @@ function sync_rating( ){
|
|
581 |
$this->send_request();
|
582 |
|
583 |
$demand = $this->response_part( $pos );
|
584 |
-
|
585 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->languages ) ) {
|
586 |
if ( isset( $demand->languages->language ) && !is_array( $demand->languages->language ) ) {
|
587 |
if ( $demand->languages->language )
|
@@ -614,7 +614,7 @@ function sync_rating( ){
|
|
614 |
}
|
615 |
return false;
|
616 |
}
|
617 |
-
|
618 |
/**
|
619 |
* @param int $id Polldaddy Pack ID
|
620 |
* @return array|false Polldaddy Pack or false on failure
|
@@ -628,7 +628,7 @@ function sync_rating( ){
|
|
628 |
$this->send_request();
|
629 |
|
630 |
$demand = $this->response_part( $pos );
|
631 |
-
|
632 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->pack ) ) {
|
633 |
return $demand->pack;
|
634 |
}
|
@@ -787,7 +787,7 @@ function sync_rating( ){
|
|
787 |
function get_rating( $id ){
|
788 |
if ( !$id = (int) $id )
|
789 |
return false;
|
790 |
-
|
791 |
$pos = $this->add_request( 'getrating', new Polldaddy_Rating( null , compact( 'id' ) ) );
|
792 |
|
793 |
if ( false == $this->send_request() )
|
@@ -798,11 +798,11 @@ function sync_rating( ){
|
|
798 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->rating ) ){
|
799 |
return $demand->rating;
|
800 |
}
|
801 |
-
|
802 |
return false;
|
803 |
-
|
804 |
}
|
805 |
-
|
806 |
function update_rating( $id, $settings, $type ){
|
807 |
|
808 |
if ( !$id = (int) $id )
|
@@ -822,7 +822,7 @@ function sync_rating( ){
|
|
822 |
|
823 |
}
|
824 |
|
825 |
-
/* Create Rating
|
826 |
* @param string $name Polldaddy rating name
|
827 |
* @param string $type Polldaddy rating type
|
828 |
* @return array|false Polldaddy Result or false on failure
|
@@ -843,8 +843,8 @@ function sync_rating( ){
|
|
843 |
return false;
|
844 |
|
845 |
}
|
846 |
-
|
847 |
-
|
848 |
/* Rating Results */
|
849 |
/**
|
850 |
* @param int $id Polldaddy Poll ID
|
@@ -874,11 +874,11 @@ function sync_rating( ){
|
|
874 |
}
|
875 |
return false;
|
876 |
}
|
877 |
-
|
878 |
function delete_rating_result( $id, $uid = '' ){
|
879 |
if ( !$id = (int) $id )
|
880 |
return false;
|
881 |
-
|
882 |
$pos = $this->add_request( 'deleteratingresult', new Polldaddy_Rating( compact( 'uid' ) , compact( 'id' ) ) );
|
883 |
|
884 |
$this->send_request();
|
@@ -888,12 +888,12 @@ function sync_rating( ){
|
|
888 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->rating ) ){
|
889 |
return $demand->rating;
|
890 |
}
|
891 |
-
|
892 |
return false;
|
893 |
-
|
894 |
}
|
895 |
-
|
896 |
-
/* Add Media
|
897 |
* @param string $name Polldaddy media name
|
898 |
* @param string $type Polldaddy media type
|
899 |
* @param string $size Polldaddy media size
|
@@ -918,11 +918,11 @@ function sync_rating( ){
|
|
918 |
|
919 |
return false;
|
920 |
}
|
921 |
-
|
922 |
function get_media( $id ){
|
923 |
if ( !$id = (int) $id )
|
924 |
return false;
|
925 |
-
|
926 |
$pos = $this->add_request( 'getmedia', new Polldaddy_Media( null, compact( 'id' ) ) );
|
927 |
|
928 |
$this->send_request();
|
@@ -935,7 +935,7 @@ function sync_rating( ){
|
|
935 |
|
936 |
return false;
|
937 |
}
|
938 |
-
|
939 |
function get_xml(){
|
940 |
return array( 'REQUEST' => $this->request_xml, 'RESPONSE' => $this->response_xml );
|
941 |
}
|
@@ -946,8 +946,8 @@ function &polldaddy_activity( $act ) {
|
|
946 |
return false;
|
947 |
|
948 |
$obj = new Polldaddy_Activity( $act );
|
949 |
-
|
950 |
-
return $obj;
|
951 |
}
|
952 |
|
953 |
/**
|
@@ -968,22 +968,22 @@ function &polldaddy_style( $args = null, $id = null, $_require_data = true ) {
|
|
968 |
|
969 |
$defaults = _polldaddy_style_defaults();
|
970 |
$retro = 0;
|
971 |
-
|
972 |
if ( !is_null( $args ) ) {
|
973 |
$args = wp_parse_args( $args, $defaults );
|
974 |
|
975 |
//if ( $_require_data ) {}
|
976 |
-
|
977 |
$retro = (int) $args['retro'];
|
978 |
-
|
979 |
if ( is_null( $id ) )
|
980 |
$id = $args['id'];
|
981 |
unset( $args['id'] );
|
982 |
}
|
983 |
|
984 |
$obj = new Polldaddy_Style( $args, compact( 'id', 'retro' ) );
|
985 |
-
|
986 |
-
return $obj;
|
987 |
}
|
988 |
|
989 |
function _polldaddy_style_defaults() {
|
@@ -1013,24 +1013,24 @@ function &polldaddy_pack( $args = null, $id = null, $_require_data = true ) {
|
|
1013 |
|
1014 |
$defaults = _polldaddy_pack_defaults();
|
1015 |
$retro = 0;
|
1016 |
-
|
1017 |
if ( !is_null( $args ) ) {
|
1018 |
$args = wp_parse_args( $args, $defaults );
|
1019 |
|
1020 |
//if ( $_require_data ) {}
|
1021 |
-
|
1022 |
$retro = (int) $args['retro'];
|
1023 |
|
1024 |
$args['pack'] = new Custom_Pack( $args['pack'] );
|
1025 |
-
|
1026 |
if ( is_null( $id ) )
|
1027 |
$id = $args['id'];
|
1028 |
unset( $args['id'] );
|
1029 |
}
|
1030 |
|
1031 |
$obj = new Polldaddy_Pack( $args, compact( 'id', 'retro' ) );
|
1032 |
-
|
1033 |
-
return $obj;
|
1034 |
}
|
1035 |
|
1036 |
function _polldaddy_pack_defaults() {
|
@@ -1055,7 +1055,7 @@ function &polldaddy_custom_phrase( $phrase, $phraseID = null ) {
|
|
1055 |
return false;
|
1056 |
|
1057 |
$obj = new Custom_Pack_Phrase( $phrase, compact( 'phraseID' ) );
|
1058 |
-
|
1059 |
return $obj;
|
1060 |
}
|
1061 |
|
@@ -1064,7 +1064,7 @@ function polldaddy_email( $args = null, $id = null, $_require_data = true ) {
|
|
1064 |
if ( is_null( $id ) )
|
1065 |
return $args;
|
1066 |
if ( !$id = (int) $id )
|
1067 |
-
return
|
1068 |
$args->_id = $id;
|
1069 |
return $args;
|
1070 |
}
|
@@ -1115,7 +1115,7 @@ function &polldaddy_account( $args = null ) {
|
|
1115 |
return $false;
|
1116 |
|
1117 |
$obj = new Polldaddy_Account( $args );
|
1118 |
-
|
1119 |
return $obj;
|
1120 |
}
|
1121 |
|
@@ -1164,13 +1164,13 @@ function &polldaddy_poll( $args = null, $id = null, $_require_data = true ) {
|
|
1164 |
if ( 'no' !== $args[$bool] && 'yes' !== $args[$bool] )
|
1165 |
$args[$bool] = $defaults[$bool];
|
1166 |
}
|
1167 |
-
|
1168 |
if ( '0' == get_option( 'blog_public' ) )
|
1169 |
$args['makePublic'] = 'no';
|
1170 |
|
1171 |
foreach ( array( 'styleID', 'packID', 'folderID', 'languageID', 'choices', 'blockExpiration' ) as $int )
|
1172 |
if ( !is_numeric( $args[$int] ) )
|
1173 |
-
$args[$
|
1174 |
|
1175 |
if ( !in_array( $args['resultsType'], array( 'show', 'percent', 'hide' ) ) )
|
1176 |
$args['resultsType'] = $defaults['resultsType'];
|
@@ -1192,7 +1192,7 @@ function &polldaddy_poll( $args = null, $id = null, $_require_data = true ) {
|
|
1192 |
$id = $args['id'];
|
1193 |
unset( $args['id'] );
|
1194 |
}
|
1195 |
-
|
1196 |
$obj = new Polldaddy_Poll( $args, compact( 'id' ) );
|
1197 |
|
1198 |
return $obj;
|
@@ -1234,10 +1234,10 @@ function &polldaddy_comment( $args = null, $id = null ) {
|
|
1234 |
$defaults = _polldaddy_comment_defaults();
|
1235 |
|
1236 |
$atts = wp_parse_args( $args, $defaults );
|
1237 |
-
|
1238 |
$obj = new Polldaddy_Comment( null, $atts );
|
1239 |
-
|
1240 |
-
return $obj;
|
1241 |
}
|
1242 |
|
1243 |
function _polldaddy_comment_defaults() {
|
@@ -1263,10 +1263,10 @@ function &polldaddy_comments( $args = null, $id = null ) {
|
|
1263 |
if ( is_null( $id ) )
|
1264 |
$id = $args['id'];
|
1265 |
unset( $args['id'] );
|
1266 |
-
|
1267 |
$obj = new Polldaddy_Comments( $args, compact( 'id' ) );
|
1268 |
-
|
1269 |
-
return $obj;
|
1270 |
}
|
1271 |
|
1272 |
function _polldaddy_comments_defaults() {
|
@@ -1284,7 +1284,7 @@ endif;
|
|
1284 |
|
1285 |
function &polldaddy_poll_answer( $args, $id = null ) {
|
1286 |
$answer = false;
|
1287 |
-
|
1288 |
if ( is_string( $args['text'] ) && strlen($args['text'] ) > 0 ){
|
1289 |
$answer = new Polldaddy_Poll_Answer( $args, compact( 'id' ) );
|
1290 |
}
|
79 |
|
80 |
list($headers, $this->response_xml) = explode( "\r\n\r\n", $response, 2 );
|
81 |
}
|
82 |
+
|
83 |
$this->responses[] = $this->response_xml;
|
84 |
|
85 |
$parser = new Polldaddy_XML_Parser( $this->response_xml );
|
86 |
+
|
87 |
$this->response = $parser->objects[0];
|
88 |
if ( isset( $this->response->errors->error ) ) {
|
89 |
if ( !is_array( $this->response->errors->error ) )
|
213 |
|
214 |
function sync_rating( ){
|
215 |
$pos = $this->add_request( 'syncrating', new Polldaddy_Rating( null , null ) );
|
216 |
+
|
217 |
$this->send_request();
|
218 |
+
|
219 |
$demand = $this->response_part( $pos );
|
220 |
+
|
221 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->rating ) ){
|
222 |
return $demand->rating;
|
223 |
}
|
224 |
+
|
225 |
return false;
|
226 |
+
|
227 |
}
|
228 |
|
229 |
/* pdRequest: Request API Objects */
|
360 |
}
|
361 |
return false;
|
362 |
}
|
363 |
+
|
364 |
/**
|
365 |
* @param int $id Polldaddy Poll ID
|
366 |
* @return bool success
|
390 |
|
391 |
return empty( $this->errors );
|
392 |
}
|
393 |
+
|
394 |
/**
|
395 |
* @param int $id Polldaddy Poll ID
|
396 |
* @return bool success
|
446 |
if ( !isset( $demand->poll ) )
|
447 |
return false;
|
448 |
return $demand->poll;
|
449 |
+
}
|
450 |
|
451 |
/**
|
452 |
* @see polldaddy_poll()
|
456 |
*/
|
457 |
function update_poll_defaults( $folderID, $args = null ) {
|
458 |
$folderID = (int) $folderID;
|
459 |
+
|
460 |
if ( !$poll = new Polldaddy_Poll( $args, compact( 'folderID' ) ) )
|
461 |
return false;
|
462 |
|
474 |
function get_poll_results( $id ) {
|
475 |
if ( !$id = (int) $id )
|
476 |
return false;
|
477 |
+
|
478 |
$start = 0;
|
479 |
$end = 2;
|
480 |
|
481 |
// $pos = $this->add_request( __FUNCTION__, new Polldaddy_Poll_Result( null, compact( 'id' ) ) );
|
482 |
$pos = $this->add_request( 'getpollresults', new Polldaddy_Poll( null, compact( 'id' ) ) );
|
483 |
+
//Optionally if you want to list other answers...
|
484 |
//$pos = $this->add_request( 'getpollresults', new Polldaddy_List( null, compact( 'id', 'start', 'end' ) ) );
|
485 |
$this->send_request();
|
486 |
|
487 |
$demand = $this->response_part( $pos );
|
488 |
+
|
489 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->result ) ) {
|
490 |
$answers = $others = array();
|
491 |
if ( isset( $demand->result->answers ) ) {
|
538 |
$this->send_request();
|
539 |
|
540 |
$demand = $this->response_part( $pos );
|
541 |
+
|
542 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->comments ) ) {
|
543 |
if ( isset( $demand->comments->comment ) && !is_array( $demand->comments->comment ) ) {
|
544 |
if ( $demand->comments->comment )
|
559 |
function moderate_comment( $id, $args = null ) {
|
560 |
if ( !$id = (int) $id )
|
561 |
return false;
|
562 |
+
|
563 |
if ( !$comment = polldaddy_comment( $args, $id ) )
|
564 |
return false;
|
565 |
|
566 |
// $this->add_request( __FUNCTION__, new Polldaddy_Comments( $comments ) );
|
567 |
$this->add_request( 'moderatecomment', $comment);
|
568 |
$this->send_request();
|
569 |
+
|
570 |
+
return empty( $this->errors );
|
571 |
}
|
572 |
|
573 |
/* Languages */
|
581 |
$this->send_request();
|
582 |
|
583 |
$demand = $this->response_part( $pos );
|
584 |
+
|
585 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->languages ) ) {
|
586 |
if ( isset( $demand->languages->language ) && !is_array( $demand->languages->language ) ) {
|
587 |
if ( $demand->languages->language )
|
614 |
}
|
615 |
return false;
|
616 |
}
|
617 |
+
|
618 |
/**
|
619 |
* @param int $id Polldaddy Pack ID
|
620 |
* @return array|false Polldaddy Pack or false on failure
|
628 |
$this->send_request();
|
629 |
|
630 |
$demand = $this->response_part( $pos );
|
631 |
+
|
632 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->pack ) ) {
|
633 |
return $demand->pack;
|
634 |
}
|
787 |
function get_rating( $id ){
|
788 |
if ( !$id = (int) $id )
|
789 |
return false;
|
790 |
+
|
791 |
$pos = $this->add_request( 'getrating', new Polldaddy_Rating( null , compact( 'id' ) ) );
|
792 |
|
793 |
if ( false == $this->send_request() )
|
798 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->rating ) ){
|
799 |
return $demand->rating;
|
800 |
}
|
801 |
+
|
802 |
return false;
|
803 |
+
|
804 |
}
|
805 |
+
|
806 |
function update_rating( $id, $settings, $type ){
|
807 |
|
808 |
if ( !$id = (int) $id )
|
822 |
|
823 |
}
|
824 |
|
825 |
+
/* Create Rating
|
826 |
* @param string $name Polldaddy rating name
|
827 |
* @param string $type Polldaddy rating type
|
828 |
* @return array|false Polldaddy Result or false on failure
|
843 |
return false;
|
844 |
|
845 |
}
|
846 |
+
|
847 |
+
|
848 |
/* Rating Results */
|
849 |
/**
|
850 |
* @param int $id Polldaddy Poll ID
|
874 |
}
|
875 |
return false;
|
876 |
}
|
877 |
+
|
878 |
function delete_rating_result( $id, $uid = '' ){
|
879 |
if ( !$id = (int) $id )
|
880 |
return false;
|
881 |
+
|
882 |
$pos = $this->add_request( 'deleteratingresult', new Polldaddy_Rating( compact( 'uid' ) , compact( 'id' ) ) );
|
883 |
|
884 |
$this->send_request();
|
888 |
if ( is_a( $demand, 'Ghetto_XML_Object' ) && isset( $demand->rating ) ){
|
889 |
return $demand->rating;
|
890 |
}
|
891 |
+
|
892 |
return false;
|
893 |
+
|
894 |
}
|
895 |
+
|
896 |
+
/* Add Media
|
897 |
* @param string $name Polldaddy media name
|
898 |
* @param string $type Polldaddy media type
|
899 |
* @param string $size Polldaddy media size
|
918 |
|
919 |
return false;
|
920 |
}
|
921 |
+
|
922 |
function get_media( $id ){
|
923 |
if ( !$id = (int) $id )
|
924 |
return false;
|
925 |
+
|
926 |
$pos = $this->add_request( 'getmedia', new Polldaddy_Media( null, compact( 'id' ) ) );
|
927 |
|
928 |
$this->send_request();
|
935 |
|
936 |
return false;
|
937 |
}
|
938 |
+
|
939 |
function get_xml(){
|
940 |
return array( 'REQUEST' => $this->request_xml, 'RESPONSE' => $this->response_xml );
|
941 |
}
|
946 |
return false;
|
947 |
|
948 |
$obj = new Polldaddy_Activity( $act );
|
949 |
+
|
950 |
+
return $obj;
|
951 |
}
|
952 |
|
953 |
/**
|
968 |
|
969 |
$defaults = _polldaddy_style_defaults();
|
970 |
$retro = 0;
|
971 |
+
|
972 |
if ( !is_null( $args ) ) {
|
973 |
$args = wp_parse_args( $args, $defaults );
|
974 |
|
975 |
//if ( $_require_data ) {}
|
976 |
+
|
977 |
$retro = (int) $args['retro'];
|
978 |
+
|
979 |
if ( is_null( $id ) )
|
980 |
$id = $args['id'];
|
981 |
unset( $args['id'] );
|
982 |
}
|
983 |
|
984 |
$obj = new Polldaddy_Style( $args, compact( 'id', 'retro' ) );
|
985 |
+
|
986 |
+
return $obj;
|
987 |
}
|
988 |
|
989 |
function _polldaddy_style_defaults() {
|
1013 |
|
1014 |
$defaults = _polldaddy_pack_defaults();
|
1015 |
$retro = 0;
|
1016 |
+
|
1017 |
if ( !is_null( $args ) ) {
|
1018 |
$args = wp_parse_args( $args, $defaults );
|
1019 |
|
1020 |
//if ( $_require_data ) {}
|
1021 |
+
|
1022 |
$retro = (int) $args['retro'];
|
1023 |
|
1024 |
$args['pack'] = new Custom_Pack( $args['pack'] );
|
1025 |
+
|
1026 |
if ( is_null( $id ) )
|
1027 |
$id = $args['id'];
|
1028 |
unset( $args['id'] );
|
1029 |
}
|
1030 |
|
1031 |
$obj = new Polldaddy_Pack( $args, compact( 'id', 'retro' ) );
|
1032 |
+
|
1033 |
+
return $obj;
|
1034 |
}
|
1035 |
|
1036 |
function _polldaddy_pack_defaults() {
|
1055 |
return false;
|
1056 |
|
1057 |
$obj = new Custom_Pack_Phrase( $phrase, compact( 'phraseID' ) );
|
1058 |
+
|
1059 |
return $obj;
|
1060 |
}
|
1061 |
|
1064 |
if ( is_null( $id ) )
|
1065 |
return $args;
|
1066 |
if ( !$id = (int) $id )
|
1067 |
+
return false;
|
1068 |
$args->_id = $id;
|
1069 |
return $args;
|
1070 |
}
|
1115 |
return $false;
|
1116 |
|
1117 |
$obj = new Polldaddy_Account( $args );
|
1118 |
+
|
1119 |
return $obj;
|
1120 |
}
|
1121 |
|
1164 |
if ( 'no' !== $args[$bool] && 'yes' !== $args[$bool] )
|
1165 |
$args[$bool] = $defaults[$bool];
|
1166 |
}
|
1167 |
+
|
1168 |
if ( '0' == get_option( 'blog_public' ) )
|
1169 |
$args['makePublic'] = 'no';
|
1170 |
|
1171 |
foreach ( array( 'styleID', 'packID', 'folderID', 'languageID', 'choices', 'blockExpiration' ) as $int )
|
1172 |
if ( !is_numeric( $args[$int] ) )
|
1173 |
+
$args[$int] = $defaults[$int];
|
1174 |
|
1175 |
if ( !in_array( $args['resultsType'], array( 'show', 'percent', 'hide' ) ) )
|
1176 |
$args['resultsType'] = $defaults['resultsType'];
|
1192 |
$id = $args['id'];
|
1193 |
unset( $args['id'] );
|
1194 |
}
|
1195 |
+
|
1196 |
$obj = new Polldaddy_Poll( $args, compact( 'id' ) );
|
1197 |
|
1198 |
return $obj;
|
1234 |
$defaults = _polldaddy_comment_defaults();
|
1235 |
|
1236 |
$atts = wp_parse_args( $args, $defaults );
|
1237 |
+
|
1238 |
$obj = new Polldaddy_Comment( null, $atts );
|
1239 |
+
|
1240 |
+
return $obj;
|
1241 |
}
|
1242 |
|
1243 |
function _polldaddy_comment_defaults() {
|
1263 |
if ( is_null( $id ) )
|
1264 |
$id = $args['id'];
|
1265 |
unset( $args['id'] );
|
1266 |
+
|
1267 |
$obj = new Polldaddy_Comments( $args, compact( 'id' ) );
|
1268 |
+
|
1269 |
+
return $obj;
|
1270 |
}
|
1271 |
|
1272 |
function _polldaddy_comments_defaults() {
|
1284 |
|
1285 |
function &polldaddy_poll_answer( $args, $id = null ) {
|
1286 |
$answer = false;
|
1287 |
+
|
1288 |
if ( is_string( $args['text'] ) && strlen($args['text'] ) > 0 ){
|
1289 |
$answer = new Polldaddy_Poll_Answer( $args, compact( 'id' ) );
|
1290 |
}
|
polldaddy-org.php
CHANGED
@@ -133,7 +133,7 @@ class WPORG_Polldaddy extends WP_Polldaddy {
|
|
133 |
|
134 |
//need to set this to make sure that menus behave properly
|
135 |
if ( in_array( $action, array( 'options', 'update-rating' ) ) ) {
|
136 |
-
$parent_file = '
|
137 |
$submenu_file = $page.'&action=options';
|
138 |
} else {
|
139 |
add_filter( 'admin_title', array( &$this, 'admin_title' ) );
|
@@ -514,6 +514,9 @@ if ( class_exists( 'WP_Widget' ) && ! class_exists( 'PD_Top_Rated' ) ) {
|
|
514 |
$current_category = get_the_category( $posts[0]->ID );
|
515 |
}
|
516 |
|
|
|
|
|
|
|
517 |
if ( is_array( $current_category ) && (int) $current_category[0]->cat_ID > 0 ) {
|
518 |
$args = array( 'category' => $current_category[0]->cat_ID );
|
519 |
$post_ids = '';
|
@@ -626,10 +629,25 @@ if ( class_exists( 'PD_Top_Rated' ) ) {
|
|
626 |
}
|
627 |
|
628 |
function polldaddy_login_warning() {
|
629 |
-
global $
|
630 |
-
|
631 |
-
if (
|
632 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
633 |
}
|
634 |
add_action( 'admin_notices', 'polldaddy_login_warning' );
|
635 |
|
133 |
|
134 |
//need to set this to make sure that menus behave properly
|
135 |
if ( in_array( $action, array( 'options', 'update-rating' ) ) ) {
|
136 |
+
$parent_file = 'admin.php';
|
137 |
$submenu_file = $page.'&action=options';
|
138 |
} else {
|
139 |
add_filter( 'admin_title', array( &$this, 'admin_title' ) );
|
514 |
$current_category = get_the_category( $posts[0]->ID );
|
515 |
}
|
516 |
|
517 |
+
if ( ! isset( $current_category ) ) {
|
518 |
+
$current_category = null;
|
519 |
+
}
|
520 |
if ( is_array( $current_category ) && (int) $current_category[0]->cat_ID > 0 ) {
|
521 |
$args = array( 'category' => $current_category[0]->cat_ID );
|
522 |
$post_ids = '';
|
629 |
}
|
630 |
|
631 |
function polldaddy_login_warning() {
|
632 |
+
global $hook_suffix;
|
633 |
+
|
634 |
+
if ( false != get_option( 'polldaddy_api_key' ) || ! function_exists( "admin_url" ) ) {
|
635 |
+
return;
|
636 |
+
}
|
637 |
+
|
638 |
+
$page = isset( $_GET['page'] ) ? $_GET['page'] : '';
|
639 |
+
$action = isset( $_GET['action'] ) ? $_GET['action'] : '';
|
640 |
+
|
641 |
+
if ( 'plugins.php' !== $hook_suffix && ! in_array( $page, [ 'polls', 'ratings' ], true ) ) {
|
642 |
+
return;
|
643 |
+
}
|
644 |
+
|
645 |
+
// We want the main poll options page to never show this message.
|
646 |
+
if ( 'polls' === $page && 'options' === $action ) {
|
647 |
+
return;
|
648 |
+
}
|
649 |
+
|
650 |
+
echo '<div class="updated"><p><strong>' . sprintf( __( 'Warning! The Crowdsignal plugin must be linked to your Crowdsignal.com account. Please visit the <a href="%s">plugin settings page</a> to login.', 'polldaddy' ), admin_url( 'admin.php?page=polls&action=options' ) ) . '</strong></p></div>';
|
651 |
}
|
652 |
add_action( 'admin_notices', 'polldaddy_login_warning' );
|
653 |
|
polldaddy.php
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
4 |
* Plugin Name: Crowdsignal Polls & Ratings
|
5 |
* Plugin URI: http://wordpress.org/extend/plugins/polldaddy/
|
6 |
* Description: Create and manage Crowdsignal polls and ratings in WordPress
|
7 |
* Author: Automattic, Inc.
|
8 |
* Author URL: https://crowdsignal.com/
|
9 |
-
* Version: 2.
|
10 |
*/
|
11 |
|
12 |
// To hardcode your Polldaddy PartnerGUID (API Key), add the (uncommented) line below with the PartnerGUID to your `wp-config.php`
|
@@ -60,7 +59,7 @@ class WP_Polldaddy {
|
|
60 |
$this->log( 'Created WP_Polldaddy Object: constructor' );
|
61 |
$this->errors = new WP_Error;
|
62 |
$this->scheme = 'https';
|
63 |
-
$this->version = '2.0
|
64 |
$this->multiple_accounts = true;
|
65 |
$this->polldaddy_client_class = 'api_client';
|
66 |
$this->polldaddy_clients = array();
|
@@ -116,7 +115,6 @@ class WP_Polldaddy {
|
|
116 |
|
117 |
function admin_menu() {
|
118 |
add_action( 'wp_enqueue_scripts', array( &$this, 'register_polldaddy_styles' ) );
|
119 |
-
add_action( 'admin_head', array( &$this, 'do_admin_css' ) );
|
120 |
add_action( 'admin_enqueue_scripts', array( &$this, 'menu_alter' ) );
|
121 |
|
122 |
if ( !defined( 'WP_POLLDADDY__PARTNERGUID' ) ) {
|
@@ -130,7 +128,16 @@ class WP_Polldaddy {
|
|
130 |
$capability = 'edit_posts';
|
131 |
$function = array( &$this, 'management_page' );
|
132 |
|
133 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
add_action( "load-$hook", array( &$this, 'management_page_load' ) );
|
135 |
|
136 |
foreach( array( 'polls' => __( 'Polls', 'polldaddy' ), 'ratings' => __( 'Ratings', 'polldaddy' ) ) as $menu_slug => $page_title ) {
|
@@ -140,7 +147,13 @@ class WP_Polldaddy {
|
|
140 |
add_action( "load-$hook", array( &$this, 'management_page_load' ) );
|
141 |
|
142 |
add_submenu_page( 'feedback', $page_title, $page_title, $capability, $menu_slug, $function );
|
143 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
}
|
145 |
|
146 |
remove_submenu_page( 'feedback', 'feedback' );
|
@@ -155,33 +168,11 @@ class WP_Polldaddy {
|
|
155 |
add_action( 'media_buttons', array( &$this, 'media_buttons' ) );
|
156 |
}
|
157 |
|
158 |
-
function do_admin_css() {
|
159 |
-
wp_register_style( 'polldaddy-icons', plugins_url( 'css/polldaddy-icons.css', __FILE__ ) );
|
160 |
-
wp_enqueue_style( 'polldaddy-icons' );
|
161 |
-
}
|
162 |
-
|
163 |
function menu_alter() {
|
164 |
// Make sure we're working off a clean version.
|
165 |
include( ABSPATH . WPINC . '/version.php' );
|
166 |
-
|
167 |
-
|
168 |
-
$css = "
|
169 |
-
#toplevel_page_feedback .wp-menu-image:before {
|
170 |
-
font-family: 'polldaddy' !important;
|
171 |
-
content: '\\0061';
|
172 |
-
}
|
173 |
-
#toplevel_page_feedback .wp-menu-image {
|
174 |
-
background-repeat: no-repeat;
|
175 |
-
}
|
176 |
-
#menu-posts-feedback .wp-menu-image:before {
|
177 |
-
font-family: dashicons !important;
|
178 |
-
content: '\\f175';
|
179 |
-
}
|
180 |
-
#adminmenu #menu-posts-feedback div.wp-menu-image {
|
181 |
-
background: none !important;
|
182 |
-
background-repeat: no-repeat;
|
183 |
-
}";
|
184 |
-
} else {
|
185 |
$css = "
|
186 |
#toplevel_page_polldaddy .wp-menu-image {
|
187 |
background: url( " . plugins_url( 'img/polldaddy.png', __FILE__ ) . " ) 0 90% no-repeat;
|
@@ -201,8 +192,8 @@ class WP_Polldaddy {
|
|
201 |
#toplevel_page_polldaddy:hover .wp-menu-image {
|
202 |
background-position: top left;
|
203 |
}";
|
|
|
204 |
}
|
205 |
-
wp_add_inline_style( 'wp-admin', $css );
|
206 |
}
|
207 |
|
208 |
function api_key_page_load() {
|
@@ -411,13 +402,12 @@ class WP_Polldaddy {
|
|
411 |
}
|
412 |
|
413 |
function management_page_load() {
|
414 |
-
|
415 |
wp_reset_vars( array( 'page', 'action', 'poll', 'style', 'rating', 'id' ) );
|
416 |
global $plugin_page, $page, $action, $poll, $style, $rating, $id, $wp_locale;
|
417 |
|
418 |
$this->set_api_user_code();
|
419 |
|
420 |
-
if ( empty( $this->user_code ) && $page == 'polls' ) {
|
421 |
// one last try to get the user code automatically if possible
|
422 |
$this->user_code = apply_filters_ref_array( 'polldaddy_get_user_code', array( $this->user_code, &$this ) );
|
423 |
if ( false == $this->user_code && $action != 'restore-account' )
|
@@ -783,34 +773,40 @@ class WP_Polldaddy {
|
|
783 |
$this->errors->add( 'answer', __( 'Invalid answers', 'polldaddy' ) );
|
784 |
|
785 |
$answers = array();
|
786 |
-
|
787 |
-
$answer
|
|
|
788 |
|
789 |
-
|
790 |
-
|
791 |
|
792 |
-
|
793 |
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
|
798 |
-
|
799 |
-
|
|
|
800 |
|
801 |
-
|
802 |
-
|
|
|
803 |
|
804 |
-
|
805 |
-
|
806 |
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
|
|
811 |
|
812 |
-
|
813 |
-
|
|
|
|
|
814 |
}
|
815 |
}
|
816 |
|
@@ -886,36 +882,47 @@ class WP_Polldaddy {
|
|
886 |
}
|
887 |
|
888 |
$answers = array();
|
889 |
-
foreach ( $_POST['answer'] as $answer_id => $answer ) {
|
890 |
-
$answer = stripslashes( trim( $answer ) );
|
891 |
|
892 |
-
|
893 |
-
|
|
|
894 |
|
895 |
-
|
|
|
896 |
|
897 |
-
|
898 |
-
$mc = '';
|
899 |
-
$mt = 0;
|
900 |
|
901 |
-
|
902 |
-
$mc
|
|
|
903 |
|
904 |
-
|
905 |
-
|
|
|
906 |
|
907 |
-
|
908 |
-
|
|
|
909 |
|
910 |
-
|
|
|
911 |
|
912 |
-
|
913 |
-
|
|
|
|
|
|
|
|
|
914 |
}
|
915 |
}
|
916 |
|
917 |
-
if (
|
|
|
|
|
|
|
|
|
918 |
return false;
|
|
|
919 |
|
920 |
$poll_data = _polldaddy_poll_defaults();
|
921 |
|
@@ -1091,6 +1098,10 @@ class WP_Polldaddy {
|
|
1091 |
$user_defaults[$option] = 'no';
|
1092 |
}
|
1093 |
|
|
|
|
|
|
|
|
|
1094 |
$results = array( 'show', 'percent', 'hide' );
|
1095 |
if ( isset( $_POST['resultsType'] ) && in_array( $_POST['resultsType'], $results ) )
|
1096 |
$user_defaults['resultsType'] = $_POST['resultsType'];
|
@@ -1200,63 +1211,71 @@ class WP_Polldaddy {
|
|
1200 |
|
1201 |
function management_page_notices( $message = false ) {
|
1202 |
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
|
1209 |
-
|
1210 |
-
|
1211 |
-
|
1212 |
-
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
-
|
1219 |
-
|
1220 |
-
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
|
1228 |
-
|
1229 |
-
|
1230 |
-
|
1231 |
-
|
1232 |
-
|
1233 |
-
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
|
1242 |
-
|
1243 |
-
|
1244 |
-
|
1245 |
-
|
1246 |
-
|
1247 |
-
|
1248 |
-
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1260 |
|
1261 |
$is_POST = 'post' == strtolower( $_SERVER['REQUEST_METHOD'] );
|
1262 |
|
@@ -1303,10 +1322,7 @@ class WP_Polldaddy {
|
|
1303 |
switch ( $action ) {
|
1304 |
case 'preview' :
|
1305 |
if ( isset( $_GET['iframe'] ) ):
|
1306 |
-
if (
|
1307 |
-
<h2 id="poll-list-header"><?php _e( 'Polldaddy Polls', 'polldaddy' ); ?></h2>
|
1308 |
-
<?php
|
1309 |
-
} else { ?>
|
1310 |
<h2 id="poll-list-header"><?php printf( __( 'Preview Poll <a href="%s" class="add-new-h2">All Polls</a>', 'polldaddy' ), esc_url( add_query_arg( array( 'action' => 'polls', 'poll' => false, 'message' => false ) ) ) ); ?></h2>
|
1311 |
<?php
|
1312 |
}
|
@@ -1381,7 +1397,7 @@ class WP_Polldaddy {
|
|
1381 |
?>
|
1382 |
|
1383 |
<h2 id="poll-list-header"><?php
|
1384 |
-
if ( $this->is_author )
|
1385 |
printf( __( 'Crowdsignal Polls <a href="%s" class="add-new-h2">Add New</a>', 'polldaddy' ), esc_url( add_query_arg( array( 'action' => 'create-poll', 'poll' => false, 'message' => false ) ) ) );
|
1386 |
else
|
1387 |
_e( 'Crowdsignal Polls ', 'polldaddy' );
|
@@ -1391,7 +1407,7 @@ class WP_Polldaddy {
|
|
1391 |
if ( !empty( $account ) )
|
1392 |
$account_email = esc_attr( $account->email );
|
1393 |
if ( isset( $account_email ) && current_user_can( 'manage_options' ) ) {
|
1394 |
-
echo "<p>" . sprintf( __( 'Linked to WordPress.com Account: <strong>%s</strong> (<a target="_blank" href="
|
1395 |
}
|
1396 |
|
1397 |
if ( !isset( $_GET['view'] ) )
|
@@ -1443,10 +1459,12 @@ class WP_Polldaddy {
|
|
1443 |
return false;
|
1444 |
$this->print_errors();
|
1445 |
$polls = & $polls_object->poll;
|
1446 |
-
|
|
|
1447 |
$total_polls = $polls_object->_total;
|
1448 |
-
|
1449 |
$total_polls = count( $polls );
|
|
|
1450 |
$class = '';
|
1451 |
|
1452 |
$page_links = paginate_links( array(
|
@@ -1800,7 +1818,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
1800 |
|
1801 |
<div class="inner-sidebar" id="side-info-column">
|
1802 |
<div id="submitdiv" class="postbox">
|
1803 |
-
<
|
1804 |
<div class="inside">
|
1805 |
<div class="minor-publishing">
|
1806 |
|
@@ -1809,7 +1827,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
1809 |
<?php
|
1810 |
foreach ( array( 'randomiseAnswers' => __( 'Randomize answer order', 'polldaddy' ), 'otherAnswer' => __( 'Allow other answers', 'polldaddy' ), 'multipleChoice' => __( 'Multiple choice', 'polldaddy' ), 'sharing' => __( 'Sharing', 'polldaddy' ) ) as $option => $label ) :
|
1811 |
if ( $is_POST )
|
1812 |
-
$checked = 'yes' === $_POST[$option] ? ' checked="checked"' : '';
|
1813 |
else
|
1814 |
$checked = 'yes' === $poll->$option ? ' checked="checked"' : '';
|
1815 |
?>
|
@@ -1823,14 +1841,14 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
1823 |
</ul>
|
1824 |
<?php
|
1825 |
if ( $is_POST )
|
1826 |
-
$style = 'yes' === $_POST['multipleChoice'] ? 'display:block;' : 'display:none;';
|
1827 |
else
|
1828 |
$style = 'yes' === $poll->multipleChoice ? 'display:block;' : 'display:none;';
|
1829 |
?>
|
1830 |
<div id="numberChoices" name="numberChoices" style="padding-left:15px;<?php echo $style; ?>">
|
1831 |
-
<p><?php _e( 'Number of choices', 'polldaddy' ) ?>: <select name="choices" id="choices"><option value="
|
1832 |
<?php
|
1833 |
-
if ( $is_POST )
|
1834 |
$choices = (int) $_POST['choices'];
|
1835 |
else
|
1836 |
$choices = (int) $poll->choices;
|
@@ -1847,21 +1865,8 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
1847 |
</p>
|
1848 |
</div>
|
1849 |
</div>
|
1850 |
-
|
1851 |
-
|
1852 |
-
|
1853 |
<div id="major-publishing-actions">
|
1854 |
-
|
1855 |
-
|
1856 |
-
|
1857 |
-
|
1858 |
-
|
1859 |
-
|
1860 |
-
|
1861 |
-
<p id="publishing-action">
|
1862 |
-
|
1863 |
-
|
1864 |
-
|
1865 |
<?php wp_nonce_field( $poll_id ? "edit-poll_$poll_id" : 'create-poll' ); ?>
|
1866 |
<input type="hidden" name="action" value="<?php echo $poll_id ? 'edit-poll' : 'create-poll'; ?>" />
|
1867 |
<input type="hidden" class="polldaddy-poll-id" name="poll" value="<?php echo $poll_id; ?>" />
|
@@ -1873,14 +1878,14 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
1873 |
</div>
|
1874 |
<?php endif; ?>
|
1875 |
|
1876 |
-
</
|
1877 |
<br class="clear" />
|
1878 |
</div>
|
1879 |
</div>
|
1880 |
</div>
|
1881 |
|
1882 |
<div class="postbox">
|
1883 |
-
<
|
1884 |
<div class="inside">
|
1885 |
<ul class="poll-options">
|
1886 |
|
@@ -1903,7 +1908,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
1903 |
</div>
|
1904 |
|
1905 |
<div class="postbox">
|
1906 |
-
<
|
1907 |
<div class="inside">
|
1908 |
<ul class="poll-options">
|
1909 |
|
@@ -1941,7 +1946,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
1941 |
</div>
|
1942 |
|
1943 |
<div class="postbox">
|
1944 |
-
<
|
1945 |
<div class="inside">
|
1946 |
<ul class="poll-options">
|
1947 |
|
@@ -2019,7 +2024,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
2019 |
</div>
|
2020 |
|
2021 |
<div id="answersdiv" class="postbox">
|
2022 |
-
<
|
2023 |
|
2024 |
<div id="answerswrap" class="inside">
|
2025 |
<ul id="answers">
|
@@ -2029,10 +2034,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
2029 |
$a++;
|
2030 |
$delete_link = esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'delete-answer', 'poll' => $poll_id, 'answer' => $answer_id, 'message' => false ) ), "delete-answer_$answer_id" ) );
|
2031 |
?>
|
2032 |
-
|
2033 |
<li>
|
2034 |
-
|
2035 |
-
|
2036 |
<table class="answer">
|
2037 |
|
2038 |
<tr>
|
@@ -2073,7 +2075,6 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
2073 |
</tr>
|
2074 |
</table>
|
2075 |
|
2076 |
-
|
2077 |
</li>
|
2078 |
|
2079 |
<?php
|
@@ -2223,7 +2224,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
2223 |
$custom_style_ID = 0;
|
2224 |
}
|
2225 |
?>
|
2226 |
-
<
|
2227 |
<input type="hidden" name="styleID" id="styleID" value="<?php echo $style_ID ?>">
|
2228 |
<div class="inside">
|
2229 |
|
@@ -4034,8 +4035,9 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4034 |
</form>
|
4035 |
<?php // check for previous settings
|
4036 |
$previous_settings = get_option( 'polldaddy_settings' );
|
4037 |
-
|
4038 |
-
|
|
|
4039 |
}
|
4040 |
?>
|
4041 |
</div>
|
@@ -4061,7 +4063,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4061 |
<div class="has-sidebar has-right-sidebar">
|
4062 |
<div class="inner-sidebar-ratings">
|
4063 |
<div id="submitdiv" class="postbox ">
|
4064 |
-
<
|
4065 |
|
4066 |
<div class="inside">
|
4067 |
<div class="submitbox" id="submitpost">
|
@@ -4075,7 +4077,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4075 |
</div>
|
4076 |
</div>
|
4077 |
<div class="postbox">
|
4078 |
-
<
|
4079 |
<div class="inside">
|
4080 |
<p><?php _e( 'This is a demo of what your rating widget will look like', 'polldaddy' ); ?>.</p>
|
4081 |
<p>
|
@@ -4084,7 +4086,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4084 |
</div>
|
4085 |
</div>
|
4086 |
<div class="postbox">
|
4087 |
-
<
|
4088 |
<div class="inside">
|
4089 |
<table width="99.5%">
|
4090 |
<tr>
|
@@ -4207,7 +4209,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4207 |
</div>
|
4208 |
<div id="post-body-content" class="has-sidebar-content">
|
4209 |
<div class="postbox">
|
4210 |
-
<
|
4211 |
<div class="inside">
|
4212 |
<p><?php _e( 'Here you can choose how you want your rating to display. The 5 star rating is the most commonly used. The Nero rating is useful for keeping it simple.', 'polldaddy' ); ?></p>
|
4213 |
<ul>
|
@@ -4233,7 +4235,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4233 |
</div>
|
4234 |
</div>
|
4235 |
<div class="postbox">
|
4236 |
-
<
|
4237 |
<div class="inside">
|
4238 |
<table>
|
4239 |
<tr>
|
@@ -4281,7 +4283,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4281 |
</div>
|
4282 |
</div>
|
4283 |
<div class="postbox">
|
4284 |
-
<
|
4285 |
<div class="inside">
|
4286 |
<table>
|
4287 |
<tr>
|
@@ -4381,7 +4383,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4381 |
<?php
|
4382 |
if ( $this->is_admin ) { ?>
|
4383 |
<div class="postbox">
|
4384 |
-
<
|
4385 |
<div class="inside">
|
4386 |
<table>
|
4387 |
<tr>
|
@@ -4497,7 +4499,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4497 |
$rating_id = 0;
|
4498 |
$new_rating_id = 0;
|
4499 |
$type = 'post';
|
4500 |
-
$set =
|
4501 |
|
4502 |
if ( isset( $_REQUEST['rating_id'] ) )
|
4503 |
$rating_id = (int) $_REQUEST['rating_id'];
|
@@ -4742,7 +4744,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4742 |
?>
|
4743 |
<div class="wrap">
|
4744 |
<?php if ( $this->is_admin ) : ?>
|
4745 |
-
<h2 id="polldaddy-header"><?php printf( __( 'Rating Results <a href="%s" class="add-new-h2">Settings</a>', 'polldaddy' ), esc_url( '
|
4746 |
<?php else : ?>
|
4747 |
<h2 id="polldaddy-header"><?php _e( 'Rating Results', 'polldaddy' ); ?></h2>
|
4748 |
<?php endif; ?>
|
@@ -4838,7 +4840,7 @@ src="https://static.polldaddy.com/p/<?php echo (int) $poll_id; ?>.js"></sc
|
|
4838 |
<?php echo esc_html( $rating->uid ); ?>
|
4839 |
</td>
|
4840 |
<td class="date column-date">
|
4841 |
-
<abbr title="<?php echo date( __( 'Y/m/d g:i:s A', 'polldaddy' ), $rating->date ); ?>"><?php echo str_replace( '-', '/', substr( esc_html( $rating->date ), 0, 10 ) ); ?></abbr>
|
4842 |
</td>
|
4843 |
<td class="column-vote num"><?php echo number_format( $rating->_votes ); ?></td>
|
4844 |
<td class="column-rating num"><table width="100%"><tr align="center"><td style="border:none;"><?php
|
@@ -5184,7 +5186,12 @@ if ( false == is_object( $poll ) ) {
|
|
5184 |
</form>
|
5185 |
<br />
|
5186 |
<?php
|
5187 |
-
if (
|
|
|
|
|
|
|
|
|
|
|
5188 |
echo "<h3>" . __( 'Restore Ratings Settings', 'polldaddy' ) . "</h3>";
|
5189 |
echo "<p>" . __( 'Different rating settings detected. If you are missing ratings on your posts, pages or comments you can restore the original rating settings by clicking the button below.', 'polldaddy' ) . "</p>";
|
5190 |
echo "<p>" . __( 'This tells the plugin to look for this data in a different rating in your Crowdsignal account.', 'polldaddy' ) . "</p>";
|
@@ -5253,7 +5260,7 @@ if ( false == is_object( $poll ) ) {
|
|
5253 |
echo '<h1>' . $message . '</h1>';
|
5254 |
echo '<p>' . __( "There are a few things you can do:" );
|
5255 |
echo "<ul><ol>" . __( "Press reload on your browser and reload this page. There may have been a temporary problem communicating with Crowdsignal.com", "polldaddy" ) . "</ol>";
|
5256 |
-
echo "<ol>" . sprintf( __( "Go to the <a href='%s'>poll settings page</a>, scroll to the end of the page and reset your connection settings. Link your account again with the same API key.", "polldaddy" ), '
|
5257 |
echo "<ol>" . sprintf( __( 'Contact <a href="%1$s" %2$s>Crowdsignal support</a> and tell them your rating usercode is %3$s', 'polldaddy' ), 'https://crowdsignal.com/feedback/', 'target="_blank"', $this->rating_user_code ) . '<br />' . __( 'Also include the following information when contacting support to help us resolve your problem as quickly as possible:', 'polldaddy' ) . '';
|
5258 |
echo "<ul><li> API Key: " . get_option( 'polldaddy_api_key' ) . "</li>";
|
5259 |
echo "<li> ID Usercode: " . get_option( 'pd-usercode-' . $current_user->ID ) . "</li>";
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
* Plugin Name: Crowdsignal Polls & Ratings
|
4 |
* Plugin URI: http://wordpress.org/extend/plugins/polldaddy/
|
5 |
* Description: Create and manage Crowdsignal polls and ratings in WordPress
|
6 |
* Author: Automattic, Inc.
|
7 |
* Author URL: https://crowdsignal.com/
|
8 |
+
* Version: 2.2.0
|
9 |
*/
|
10 |
|
11 |
// To hardcode your Polldaddy PartnerGUID (API Key), add the (uncommented) line below with the PartnerGUID to your `wp-config.php`
|
59 |
$this->log( 'Created WP_Polldaddy Object: constructor' );
|
60 |
$this->errors = new WP_Error;
|
61 |
$this->scheme = 'https';
|
62 |
+
$this->version = '2.2.0';
|
63 |
$this->multiple_accounts = true;
|
64 |
$this->polldaddy_client_class = 'api_client';
|
65 |
$this->polldaddy_clients = array();
|
115 |
|
116 |
function admin_menu() {
|
117 |
add_action( 'wp_enqueue_scripts', array( &$this, 'register_polldaddy_styles' ) );
|
|
|
118 |
add_action( 'admin_enqueue_scripts', array( &$this, 'menu_alter' ) );
|
119 |
|
120 |
if ( !defined( 'WP_POLLDADDY__PARTNERGUID' ) ) {
|
128 |
$capability = 'edit_posts';
|
129 |
$function = array( &$this, 'management_page' );
|
130 |
|
131 |
+
$icon_encoded = 'PHN2ZyBpZD0iY29udGVudCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjg4IDIyMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uLWJsdWU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI2Mi40MSw4MC4xYy04LjQ3LTIyLjU1LTE5LjA1LTQyLjgzLTI5Ljc5LTU3LjFDMjIwLjc0LDcuMjQsMjEwLC41NywyMDEuNDcsMy43OWExMi4zMiwxMi4zMiwwLDAsMC0zLjcyLDIuM2wtLjA1LS4xNUwxNiwxNzMuOTRsOC4yLDE5LjEyLDMwLjU2LTEuOTJ2MTMuMDVhMTIuNTcsMTIuNTcsMCwwLDAsMTIuNTgsMTIuNTZjLjMzLDAsLjY3LDAsMSwwbDU4Ljg1LTQuNzdhMTIuNjUsMTIuNjUsMCwwLDAsMTEuNTYtMTIuNTNWMTg1Ljg2bDEyMS40NS03LjY0YTEzLjg4LDEzLjg4LDAsMCwwLDIuMDkuMjYsMTIuMywxMi4zLDAsMCwwLDQuNDEtLjhDMjg1LjMzLDE3MC43LDI3OC42MywxMjMuMzEsMjYyLjQxLDgwLjFabS0yLjI2LDg5Ljc3Yy0xMC40OC0zLjI1LTMwLjQ0LTI4LjE1LTQ2LjY4LTcxLjM5LTE1LjcyLTQxLjktMTcuNS03My4yMS0xMi4zNC04My41NGE2LjUyLDYuNTIsMCwwLDEsMy4yMi0zLjQ4LDMuODIsMy44MiwwLDAsMSwxLjQxLS4yNGMzLjg1LDAsMTAuOTQsNC4yNiwyMC4zMSwxNi43MUMyMzYuMzYsNDEuNTksMjQ2LjU0LDYxLjE1LDI1NC43NCw4M2MxOC40NCw0OS4xMiwxNy43NCw4My43OSw5LjEzLDg3QTUuOTMsNS45MywwLDAsMSwyNjAuMTUsMTY5Ljg3Wk0xMzAuNiwxOTkuNDFhNC40LDQuNCwwLDAsMS00LDQuMzdsLTU4Ljg1LDQuNzdBNC4zOSw0LjM5LDAsMCwxLDYzLDIwNC4xOVYxOTAuNjJsNjcuNjEtNC4yNVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02LDE4NS4yNmExMC4yNSwxMC4yNSwwLDAsMCwxMC4yNSwxMC4yNSwxMC4wNSwxMC4wNSwwLDAsMCw0LjM0LTFsLTcuOTQtMTguNzNBMTAuMiwxMC4yLDAsMCwwLDYsMTg1LjI2WiIvPjwvc3ZnPgo=';
|
132 |
+
|
133 |
+
$hook = add_menu_page(
|
134 |
+
__( 'Crowdsignal', 'polldaddy' ),
|
135 |
+
__( 'Crowdsignal', 'polldaddy' ),
|
136 |
+
$capability,
|
137 |
+
'feedback',
|
138 |
+
$function,
|
139 |
+
'data:image/svg+xml;base64,' . $icon_encoded
|
140 |
+
);
|
141 |
add_action( "load-$hook", array( &$this, 'management_page_load' ) );
|
142 |
|
143 |
foreach( array( 'polls' => __( 'Polls', 'polldaddy' ), 'ratings' => __( 'Ratings', 'polldaddy' ) ) as $menu_slug => $page_title ) {
|
147 |
add_action( "load-$hook", array( &$this, 'management_page_load' ) );
|
148 |
|
149 |
add_submenu_page( 'feedback', $page_title, $page_title, $capability, $menu_slug, $function );
|
150 |
+
}
|
151 |
+
|
152 |
+
// Add settings pages.
|
153 |
+
foreach( array( 'polls' => __( 'Poll', 'polldaddy' ), 'ratings' => __( 'Rating', 'polldaddy' ) ) as $menu_slug => $page_title ) {
|
154 |
+
// translators: %s placeholder is the setting page type (Poll or Rating).
|
155 |
+
$settings_page_title = sprintf( esc_html__( '%s Settings', 'polldaddy' ), $page_title );
|
156 |
+
add_submenu_page( 'feedback', $settings_page_title, $settings_page_title, $menu_slug == 'ratings' ? 'manage_options' : $capability, $menu_slug.'&action=options', $function );
|
157 |
}
|
158 |
|
159 |
remove_submenu_page( 'feedback', 'feedback' );
|
168 |
add_action( 'media_buttons', array( &$this, 'media_buttons' ) );
|
169 |
}
|
170 |
|
|
|
|
|
|
|
|
|
|
|
171 |
function menu_alter() {
|
172 |
// Make sure we're working off a clean version.
|
173 |
include( ABSPATH . WPINC . '/version.php' );
|
174 |
+
|
175 |
+
if ( version_compare( $wp_version, '3.8', '<' ) ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
$css = "
|
177 |
#toplevel_page_polldaddy .wp-menu-image {
|
178 |
background: url( " . plugins_url( 'img/polldaddy.png', __FILE__ ) . " ) 0 90% no-repeat;
|
192 |
#toplevel_page_polldaddy:hover .wp-menu-image {
|
193 |
background-position: top left;
|
194 |
}";
|
195 |
+
wp_add_inline_style( 'wp-admin', $css );
|
196 |
}
|
|
|
197 |
}
|
198 |
|
199 |
function api_key_page_load() {
|
402 |
}
|
403 |
|
404 |
function management_page_load() {
|
|
|
405 |
wp_reset_vars( array( 'page', 'action', 'poll', 'style', 'rating', 'id' ) );
|
406 |
global $plugin_page, $page, $action, $poll, $style, $rating, $id, $wp_locale;
|
407 |
|
408 |
$this->set_api_user_code();
|
409 |
|
410 |
+
if ( empty( $this->user_code ) && $page == 'polls' && $action !== 'options' ) {
|
411 |
// one last try to get the user code automatically if possible
|
412 |
$this->user_code = apply_filters_ref_array( 'polldaddy_get_user_code', array( $this->user_code, &$this ) );
|
413 |
if ( false == $this->user_code && $action != 'restore-account' )
|
773 |
$this->errors->add( 'answer', __( 'Invalid answers', 'polldaddy' ) );
|
774 |
|
775 |
$answers = array();
|
776 |
+
if ( ! empty( $_POST['answer'] ) ) {
|
777 |
+
foreach ( $_POST['answer'] as $answer_id => $answer ) {
|
778 |
+
$answer = stripslashes( trim( $answer ) );
|
779 |
|
780 |
+
if ( strlen( $answer ) > 0 ) {
|
781 |
+
$answer = wp_kses( $answer, $allowedtags );
|
782 |
|
783 |
+
$args['text'] = (string) $answer;
|
784 |
|
785 |
+
$answer_id = str_replace( 'new', '', $answer_id );
|
786 |
+
$mc = '';
|
787 |
+
$mt = 0;
|
788 |
|
789 |
+
if ( isset( $media[ $answer_id ] ) ) {
|
790 |
+
$mc = esc_html( $media[ $answer_id ] );
|
791 |
+
}
|
792 |
|
793 |
+
if ( isset( $mediaType[ $answer_id ] ) ) {
|
794 |
+
$mt = intval( $mediaType[ $answer_id ] );
|
795 |
+
}
|
796 |
|
797 |
+
$args['mediaType'] = $mt;
|
798 |
+
$args['mediaCode'] = $mc;
|
799 |
|
800 |
+
if ( $answer_id > 1000 ) {
|
801 |
+
$answer = polldaddy_poll_answer( $args, $answer_id );
|
802 |
+
} else {
|
803 |
+
$answer = polldaddy_poll_answer( $args );
|
804 |
+
}
|
805 |
|
806 |
+
if ( isset( $answer ) && is_a( $answer, 'Polldaddy_Poll_Answer' ) ) {
|
807 |
+
$answers[] = $answer;
|
808 |
+
}
|
809 |
+
}
|
810 |
}
|
811 |
}
|
812 |
|
882 |
}
|
883 |
|
884 |
$answers = array();
|
|
|
|
|
885 |
|
886 |
+
if ( ! empty( $_POST['answer'] ) ) {
|
887 |
+
foreach ( $_POST['answer'] as $answer_id => $answer ) {
|
888 |
+
$answer = stripslashes( trim( $answer ) );
|
889 |
|
890 |
+
if ( strlen( $answer ) > 0 ) {
|
891 |
+
$answer = wp_kses( $answer, $allowedtags );
|
892 |
|
893 |
+
$args['text'] = (string) $answer;
|
|
|
|
|
894 |
|
895 |
+
$answer_id = (int) str_replace( 'new', '', $answer_id );
|
896 |
+
$mc = '';
|
897 |
+
$mt = 0;
|
898 |
|
899 |
+
if ( isset( $media[ $answer_id ] ) ) {
|
900 |
+
$mc = esc_html( $media[ $answer_id ] );
|
901 |
+
}
|
902 |
|
903 |
+
if ( isset( $mediaType[ $answer_id ] ) ) {
|
904 |
+
$mt = intval( $mediaType[ $answer_id ] );
|
905 |
+
}
|
906 |
|
907 |
+
$args['mediaType'] = $mt;
|
908 |
+
$args['mediaCode'] = $mc;
|
909 |
|
910 |
+
$answer = polldaddy_poll_answer( $args );
|
911 |
+
|
912 |
+
if ( isset( $answer ) && is_a( $answer, 'Polldaddy_Poll_Answer' ) ) {
|
913 |
+
$answers[] = $answer;
|
914 |
+
}
|
915 |
+
}
|
916 |
}
|
917 |
}
|
918 |
|
919 |
+
if ( 2 > count( $answers ) ) {
|
920 |
+
$this->errors->add( 'answer', __( 'You must include at least 2 answers', 'polldaddy' ) );
|
921 |
+
}
|
922 |
+
|
923 |
+
if ( $this->errors->get_error_codes() ) {
|
924 |
return false;
|
925 |
+
}
|
926 |
|
927 |
$poll_data = _polldaddy_poll_defaults();
|
928 |
|
1098 |
$user_defaults[$option] = 'no';
|
1099 |
}
|
1100 |
|
1101 |
+
if ( ! empty( $_POST['multipleChoice'] ) ) {
|
1102 |
+
$user_defaults['choices'] = 1;
|
1103 |
+
}
|
1104 |
+
|
1105 |
$results = array( 'show', 'percent', 'hide' );
|
1106 |
if ( isset( $_POST['resultsType'] ) && in_array( $_POST['resultsType'], $results ) )
|
1107 |
$user_defaults['resultsType'] = $_POST['resultsType'];
|
1211 |
|
1212 |
function management_page_notices( $message = false ) {
|
1213 |
|
1214 |
+
if ( isset( $_GET['message'] ) ) {
|
1215 |
+
switch ( (string) $_GET['message'] ) {
|
1216 |
+
case 'deleted' :
|
1217 |
+
$deleted = (int) $_GET['deleted'];
|
1218 |
+
if ( 1 == $deleted ) {
|
1219 |
+
$message = __( 'Poll deleted.', 'polldaddy' );
|
1220 |
+
} else {
|
1221 |
+
$message = sprintf( _n( '%s Poll Deleted.', '%s Polls Deleted.', $deleted, 'polldaddy' ), number_format_i18n( $deleted ) );
|
1222 |
+
}
|
1223 |
+
break;
|
1224 |
+
case 'opened' :
|
1225 |
+
$opened = (int) $_GET['opened'];
|
1226 |
+
if ( 1 == $opened ) {
|
1227 |
+
$message = __( 'Poll opened.', 'polldaddy' );
|
1228 |
+
} else {
|
1229 |
+
$message = sprintf( _n( '%s Poll Opened.', '%s Polls Opened.', $opened, 'polldaddy' ), number_format_i18n( $opened ) );
|
1230 |
+
}
|
1231 |
+
break;
|
1232 |
+
case 'closed' :
|
1233 |
+
$closed = (int) $_GET['closed'];
|
1234 |
+
if ( 1 == $closed ) {
|
1235 |
+
$message = __( 'Poll closed.', 'polldaddy' );
|
1236 |
+
} else {
|
1237 |
+
$message = sprintf( _n( '%s Poll Closed.', '%s Polls Closed.', $closed, 'polldaddy' ), number_format_i18n( $closed ) );
|
1238 |
+
}
|
1239 |
+
break;
|
1240 |
+
case 'updated' :
|
1241 |
+
$message = __( 'Poll updated.', 'polldaddy' );
|
1242 |
+
break;
|
1243 |
+
case 'created' :
|
1244 |
+
$message = __( 'Poll created.', 'polldaddy' );
|
1245 |
+
if ( isset( $_GET['iframe'] ) ) {
|
1246 |
+
$message .= ' <input type="button" class="button polldaddy-send-to-editor" value="' . esc_attr( __( 'Embed in Post', 'polldaddy' ) ) . '" />';
|
1247 |
+
}
|
1248 |
+
break;
|
1249 |
+
case 'updated-style' :
|
1250 |
+
$message = __( 'Custom Style updated.', 'polldaddy' );
|
1251 |
+
break;
|
1252 |
+
case 'created-style' :
|
1253 |
+
$message = __( 'Custom Style created.', 'polldaddy' );
|
1254 |
+
break;
|
1255 |
+
case 'deleted-style' :
|
1256 |
+
$deleted = (int) $_GET['deleted'];
|
1257 |
+
if ( 1 == $deleted ) {
|
1258 |
+
$message = __( 'Custom Style deleted.', 'polldaddy' );
|
1259 |
+
} else {
|
1260 |
+
$message = sprintf( _n( '%s Style Deleted.', '%s Custom Styles Deleted.', $deleted, 'polldaddy' ), number_format_i18n( $deleted ) );
|
1261 |
+
}
|
1262 |
+
break;
|
1263 |
+
case 'imported-account' :
|
1264 |
+
$message = __( 'Account Linked.', 'polldaddy' );
|
1265 |
+
break;
|
1266 |
+
case 'updated-options' :
|
1267 |
+
$message = __( 'Options Updated.', 'polldaddy' );
|
1268 |
+
break;
|
1269 |
+
case 'deleted-rating' :
|
1270 |
+
$deleted = (int) $_GET['deleted'];
|
1271 |
+
if ( 1 == $deleted ) {
|
1272 |
+
$message = __( 'Rating deleted.', 'polldaddy' );
|
1273 |
+
} else {
|
1274 |
+
$message = sprintf( _n( '%s Rating Deleted.', '%s Ratings Deleted.', $deleted, 'polldaddy' ), number_format_i18n( $deleted ) );
|
1275 |
+
}
|
1276 |
+
break;
|
1277 |
+
}//end switch
|
1278 |
+
}
|
1279 |
|
1280 |
$is_POST = 'post' == strtolower( $_SERVER['REQUEST_METHOD'] );
|
1281 |
|
1322 |
switch ( $action ) {
|
1323 |
case 'preview' :
|
1324 |
if ( isset( $_GET['iframe'] ) ):
|
1325 |
+
if ( isset( $_GET['popup'] ) ) { ?>
|
|
|
|
|
|
|
1326 |
<h2 id="poll-list-header"><?php printf( __( 'Preview Poll <a href="%s" class="add-new-h2">All Polls</a>', 'polldaddy' ), esc_url( add_query_arg( array( 'action' => 'polls', 'poll' => false, 'message' => false ) ) ) ); ?></h2>
|
1327 |
<?php
|
1328 |
}
|
1397 |
?>
|
1398 |
|
1399 |
<h2 id="poll-list-header"><?php
|
1400 |
+
if ( $this->is_author && defined( 'WP_POLLDADDY__PARTNERGUID' ) && WP_POLLDADDY__PARTNERGUID )
|
1401 |
printf( __( 'Crowdsignal Polls <a href="%s" class="add-new-h2">Add New</a>', 'polldaddy' ), esc_url( add_query_arg( array( 'action' => 'create-poll', 'poll' => false, 'message' => false ) ) ) );
|
1402 |
else
|
1403 |
_e( 'Crowdsignal Polls ', 'polldaddy' );
|
1407 |
if ( !empty( $account ) )
|
1408 |
$account_email = esc_attr( $account->email );
|
1409 |
if ( isset( $account_email ) && current_user_can( 'manage_options' ) ) {
|
1410 |
+
echo "<p>" . sprintf( __( 'Linked to WordPress.com Account: <strong>%s</strong> (<a target="_blank" href="admin.php?page=polls&action=options">Settings</a> / <a target="_blank" href="https://app.crowdsignal.com/">Crowdsignal.com</a>)', 'polldaddy' ), $account_email ) . "</p>";
|
1411 |
}
|
1412 |
|
1413 |
if ( !isset( $_GET['view'] ) )
|
1459 |
return false;
|
1460 |
$this->print_errors();
|
1461 |
$polls = & $polls_object->poll;
|
1462 |
+
$total_polls = 0;
|
1463 |
+
if ( isset( $polls_object->_total ) ) {
|
1464 |
$total_polls = $polls_object->_total;
|
1465 |
+
} elseif ( ! empty( $polls ) ) {
|
1466 |
$total_polls = count( $polls );
|
1467 |
+
}
|
1468 |
$class = '';
|
1469 |
|
1470 |
$page_links = paginate_links( array(
|
1818 |
|
1819 |
<div class="inner-sidebar" id="side-info-column">
|
1820 |
<div id="submitdiv" class="postbox">
|
1821 |
+
<h2 class="postbox-title"><?php _e( 'Save', 'polldaddy' ); ?></h2>
|
1822 |
<div class="inside">
|
1823 |
<div class="minor-publishing">
|
1824 |
|
1827 |
<?php
|
1828 |
foreach ( array( 'randomiseAnswers' => __( 'Randomize answer order', 'polldaddy' ), 'otherAnswer' => __( 'Allow other answers', 'polldaddy' ), 'multipleChoice' => __( 'Multiple choice', 'polldaddy' ), 'sharing' => __( 'Sharing', 'polldaddy' ) ) as $option => $label ) :
|
1829 |
if ( $is_POST )
|
1830 |
+
$checked = isset( $_POST[$option] ) && 'yes' === $_POST[$option] ? ' checked="checked"' : '';
|
1831 |
else
|
1832 |
$checked = 'yes' === $poll->$option ? ' checked="checked"' : '';
|
1833 |
?>
|
1841 |
</ul>
|
1842 |
<?php
|
1843 |
if ( $is_POST )
|
1844 |
+
$style = 'yes' === isset( $_POST[$option] ) && $_POST['multipleChoice'] ? 'display:block;' : 'display:none;';
|
1845 |
else
|
1846 |
$style = 'yes' === $poll->multipleChoice ? 'display:block;' : 'display:none;';
|
1847 |
?>
|
1848 |
<div id="numberChoices" name="numberChoices" style="padding-left:15px;<?php echo $style; ?>">
|
1849 |
+
<p><?php _e( 'Number of choices', 'polldaddy' ) ?>: <select name="choices" id="choices"><option value="1"><?php _e( 'No Limit', 'polldaddy' ) ?></option>
|
1850 |
<?php
|
1851 |
+
if ( $is_POST && isset( $_POST['choices'] ) )
|
1852 |
$choices = (int) $_POST['choices'];
|
1853 |
else
|
1854 |
$choices = (int) $poll->choices;
|
1865 |
</p>
|
1866 |
</div>
|
1867 |
</div>
|
|
|
|
|
|
|
1868 |
<div id="major-publishing-actions">
|
1869 |
+
<div id="publishing-action">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1870 |
<?php wp_nonce_field( $poll_id ? "edit-poll_$poll_id" : 'create-poll' ); ?>
|
1871 |
<input type="hidden" name="action" value="<?php echo $poll_id ? 'edit-poll' : 'create-poll'; ?>" />
|
1872 |
<input type="hidden" class="polldaddy-poll-id" name="poll" value="<?php echo $poll_id; ?>" />
|
1878 |
</div>
|
1879 |
<?php endif; ?>
|
1880 |
|
1881 |
+
</div>
|
1882 |
<br class="clear" />
|
1883 |
</div>
|
1884 |
</div>
|
1885 |
</div>
|
1886 |
|
1887 |
<div class="postbox">
|
1888 |
+
<h2 class="postbox-title"><?php _e( 'Results Display', 'polldaddy' ); ?></h2>
|
1889 |
<div class="inside">
|
1890 |
<ul class="poll-options">
|
1891 |
|
1908 |
</div>
|
1909 |
|
1910 |
<div class="postbox">
|
1911 |
+
<h2 class="postbox-title"><?php _e( 'Repeat Voting', 'polldaddy' ); ?></h2>
|
1912 |
<div class="inside">
|
1913 |
<ul class="poll-options">
|
1914 |
|
1946 |
</div>
|
1947 |
|
1948 |
<div class="postbox">
|
1949 |
+
<h2 class="postbox-title"><?php _e( 'Comments', 'polldaddy' ); ?></h2>
|
1950 |
<div class="inside">
|
1951 |
<ul class="poll-options">
|
1952 |
|
2024 |
</div>
|
2025 |
|
2026 |
<div id="answersdiv" class="postbox">
|
2027 |
+
<h2 class="postbox-title"><?php _e( 'Answers', 'polldaddy' ); ?></h2>
|
2028 |
|
2029 |
<div id="answerswrap" class="inside">
|
2030 |
<ul id="answers">
|
2034 |
$a++;
|
2035 |
$delete_link = esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'delete-answer', 'poll' => $poll_id, 'answer' => $answer_id, 'message' => false ) ), "delete-answer_$answer_id" ) );
|
2036 |
?>
|
|
|
2037 |
<li>
|
|
|
|
|
2038 |
<table class="answer">
|
2039 |
|
2040 |
<tr>
|
2075 |
</tr>
|
2076 |
</table>
|
2077 |
|
|
|
2078 |
</li>
|
2079 |
|
2080 |
<?php
|
2224 |
$custom_style_ID = 0;
|
2225 |
}
|
2226 |
?>
|
2227 |
+
<h2 class="postbox-title"><?php _e( 'Poll Style', 'polldaddy' ); ?></h2>
|
2228 |
<input type="hidden" name="styleID" id="styleID" value="<?php echo $style_ID ?>">
|
2229 |
<div class="inside">
|
2230 |
|
4035 |
</form>
|
4036 |
<?php // check for previous settings
|
4037 |
$previous_settings = get_option( 'polldaddy_settings' );
|
4038 |
+
$current_setting = get_option( 'pd-rating-posts-id' );
|
4039 |
+
if ( $current_setting && isset( $previous_settings[ 'pd-rating-posts-id' ] ) && $current_setting != $previous_settings[ 'pd-rating-posts-id' ] ) {
|
4040 |
+
echo "<p>" . sprintf( __( "Previous settings for ratings on this site discovered. You can restore them on the <a href='%s'>poll settings page</a> if your site is missing ratings after resetting your connection settings.", 'polldaddy' ), "admin.php?page=polls&action=options" ) . "</p>";
|
4041 |
}
|
4042 |
?>
|
4043 |
</div>
|
4063 |
<div class="has-sidebar has-right-sidebar">
|
4064 |
<div class="inner-sidebar-ratings">
|
4065 |
<div id="submitdiv" class="postbox ">
|
4066 |
+
<h2 class="postbox-title"><span><?php _e( 'Save Advanced Settings', 'polldaddy' );?></span></h2>
|
4067 |
|
4068 |
<div class="inside">
|
4069 |
<div class="submitbox" id="submitpost">
|
4077 |
</div>
|
4078 |
</div>
|
4079 |
<div class="postbox">
|
4080 |
+
<h2 class="postbox-title"><?php _e( 'Preview', 'polldaddy' );?></h2>
|
4081 |
<div class="inside">
|
4082 |
<p><?php _e( 'This is a demo of what your rating widget will look like', 'polldaddy' ); ?>.</p>
|
4083 |
<p>
|
4086 |
</div>
|
4087 |
</div>
|
4088 |
<div class="postbox">
|
4089 |
+
<h2 class="postbox-title"><?php _e( 'Customize Labels', 'polldaddy' );?></h2>
|
4090 |
<div class="inside">
|
4091 |
<table width="99.5%">
|
4092 |
<tr>
|
4209 |
</div>
|
4210 |
<div id="post-body-content" class="has-sidebar-content">
|
4211 |
<div class="postbox">
|
4212 |
+
<h2 class="postbox-title"><?php _e( 'Rating Type', 'polldaddy' );?></h2>
|
4213 |
<div class="inside">
|
4214 |
<p><?php _e( 'Here you can choose how you want your rating to display. The 5 star rating is the most commonly used. The Nero rating is useful for keeping it simple.', 'polldaddy' ); ?></p>
|
4215 |
<ul>
|
4235 |
</div>
|
4236 |
</div>
|
4237 |
<div class="postbox">
|
4238 |
+
<h2 class="postbox-title"><?php _e( 'Rating Style', 'polldaddy' );?></h2>
|
4239 |
<div class="inside">
|
4240 |
<table>
|
4241 |
<tr>
|
4283 |
</div>
|
4284 |
</div>
|
4285 |
<div class="postbox">
|
4286 |
+
<h2 class="postbox-title"><?php _e( 'Text Layout & Font', 'polldaddy' );?></h2>
|
4287 |
<div class="inside">
|
4288 |
<table>
|
4289 |
<tr>
|
4383 |
<?php
|
4384 |
if ( $this->is_admin ) { ?>
|
4385 |
<div class="postbox">
|
4386 |
+
<h2 class="postbox-title"><?php _e( 'Extra Settings', 'polldaddy' );?></h2>
|
4387 |
<div class="inside">
|
4388 |
<table>
|
4389 |
<tr>
|
4499 |
$rating_id = 0;
|
4500 |
$new_rating_id = 0;
|
4501 |
$type = 'post';
|
4502 |
+
$set = new stdClass;
|
4503 |
|
4504 |
if ( isset( $_REQUEST['rating_id'] ) )
|
4505 |
$rating_id = (int) $_REQUEST['rating_id'];
|
4744 |
?>
|
4745 |
<div class="wrap">
|
4746 |
<?php if ( $this->is_admin ) : ?>
|
4747 |
+
<h2 id="polldaddy-header"><?php printf( __( 'Rating Results <a href="%s" class="add-new-h2">Settings</a>', 'polldaddy' ), esc_url( 'admin.php?page=ratings&action=options' ) ); ?></h2>
|
4748 |
<?php else : ?>
|
4749 |
<h2 id="polldaddy-header"><?php _e( 'Rating Results', 'polldaddy' ); ?></h2>
|
4750 |
<?php endif; ?>
|
4840 |
<?php echo esc_html( $rating->uid ); ?>
|
4841 |
</td>
|
4842 |
<td class="date column-date">
|
4843 |
+
<abbr title="<?php echo date( __( 'Y/m/d g:i:s A', 'polldaddy' ), strtotime( $rating->date ) ); ?>"><?php echo str_replace( '-', '/', substr( esc_html( $rating->date ), 0, 10 ) ); ?></abbr>
|
4844 |
</td>
|
4845 |
<td class="column-vote num"><?php echo number_format( $rating->_votes ); ?></td>
|
4846 |
<td class="column-rating num"><table width="100%"><tr align="center"><td style="border:none;"><?php
|
5186 |
</form>
|
5187 |
<br />
|
5188 |
<?php
|
5189 |
+
if (
|
5190 |
+
$show_reset_form
|
5191 |
+
&& isset( $settings[ 'pd-rating-posts-id' ] )
|
5192 |
+
&& isset( $previous_settings[ 'pd-rating-posts-id' ] )
|
5193 |
+
&& $settings[ 'pd-rating-posts-id' ] != $previous_settings[ 'pd-rating-posts-id' ]
|
5194 |
+
) {
|
5195 |
echo "<h3>" . __( 'Restore Ratings Settings', 'polldaddy' ) . "</h3>";
|
5196 |
echo "<p>" . __( 'Different rating settings detected. If you are missing ratings on your posts, pages or comments you can restore the original rating settings by clicking the button below.', 'polldaddy' ) . "</p>";
|
5197 |
echo "<p>" . __( 'This tells the plugin to look for this data in a different rating in your Crowdsignal account.', 'polldaddy' ) . "</p>";
|
5260 |
echo '<h1>' . $message . '</h1>';
|
5261 |
echo '<p>' . __( "There are a few things you can do:" );
|
5262 |
echo "<ul><ol>" . __( "Press reload on your browser and reload this page. There may have been a temporary problem communicating with Crowdsignal.com", "polldaddy" ) . "</ol>";
|
5263 |
+
echo "<ol>" . sprintf( __( "Go to the <a href='%s'>poll settings page</a>, scroll to the end of the page and reset your connection settings. Link your account again with the same API key.", "polldaddy" ), 'admin.php?page=polls&action=options' ) . "</ol>";
|
5264 |
echo "<ol>" . sprintf( __( 'Contact <a href="%1$s" %2$s>Crowdsignal support</a> and tell them your rating usercode is %3$s', 'polldaddy' ), 'https://crowdsignal.com/feedback/', 'target="_blank"', $this->rating_user_code ) . '<br />' . __( 'Also include the following information when contacting support to help us resolve your problem as quickly as possible:', 'polldaddy' ) . '';
|
5265 |
echo "<ul><li> API Key: " . get_option( 'polldaddy_api_key' ) . "</li>";
|
5266 |
echo "<li> ID Usercode: " . get_option( 'pd-usercode-' . $current_user->ID ) . "</li>";
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: eoigal, mdawaffe, donncha, johnny5, panosktn, ice9js
|
|
3 |
Tags: crowdsignal, polls, poll, polldaddy, wppolls, vote, polling, surveys, rate, rating, ratings
|
4 |
Requires at least: 4.6
|
5 |
Requires PHP: 5.6
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.
|
8 |
|
9 |
Create and manage Crowdsignal polls and ratings from within WordPress.
|
10 |
|
@@ -126,6 +126,15 @@ Security update: make sure the Javascript embed comes from Crowdsignal servers.
|
|
126 |
|
127 |
== Changelog ==
|
128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
= 2.1.2 =
|
130 |
* Make sure that the poll Javascript code comes from Crowdsignal servers.
|
131 |
* Show decimal numbers on poll results page.
|
3 |
Tags: crowdsignal, polls, poll, polldaddy, wppolls, vote, polling, surveys, rate, rating, ratings
|
4 |
Requires at least: 4.6
|
5 |
Requires PHP: 5.6
|
6 |
+
Tested up to: 5.6
|
7 |
+
Stable tag: 2.2.0
|
8 |
|
9 |
Create and manage Crowdsignal polls and ratings from within WordPress.
|
10 |
|
126 |
|
127 |
== Changelog ==
|
128 |
|
129 |
+
= 2.2.0 =
|
130 |
+
* Changed menu name from Feedback to Crowdsignal.
|
131 |
+
* Moved Poll and Rating settings under the Crowdsignal menu item.
|
132 |
+
* Updated menu icon to Crowdsignal logo.
|
133 |
+
* Updated some visual elements in the poll editor.
|
134 |
+
* Fixed issue that prevented the `Multiple choice` setting from saving.
|
135 |
+
* Fixed some minor issues causing PHP errors.
|
136 |
+
* Remove a few old references to Polldaddy.
|
137 |
+
|
138 |
= 2.1.2 =
|
139 |
* Make sure that the poll Javascript code comes from Crowdsignal servers.
|
140 |
* Show decimal numbers on poll results page.
|