Version Description
- Added option to rating settings to disable ratings results popup
- Fixed bug in choosing rating text color
Download this release
Release Info
Developer | eoigal |
Plugin | Crowdsignal Dashboard – Polls, Surveys & more |
Version | 1.8.9 |
Comparing to | |
See all releases |
Code changes from version 1.8.8 to 1.8.9
- common.js +29 -4
- locale/{polldaddy-fr.mo → polldaddy-FR.mo} +0 -0
- locale/{polldaddy-fr.po → polldaddy-FR.po} +0 -0
- locale/polldaddy-pl_PL.mo +0 -0
- locale/polldaddy-pl_PL.po +1881 -0
- locale/{polldaddy-pt_br.mo → polldaddy-pt_BR.mo} +0 -0
- locale/{polldaddy-pt_br.po → polldaddy-pt_BR.po} +0 -0
- locale/polldaddy-sp.po +1124 -0
- locale/polldaddy-tr_TR.mo +0 -0
- locale/polldaddy-tr_TR.po +1147 -0
- polldaddy-org.php +1 -1
- polldaddy.php +136 -50
- readme.txt +5 -2
common.js
CHANGED
@@ -31,19 +31,44 @@ function pd_bind(obj) {
|
|
31 |
if (obj.id == 'font_bold') {
|
32 |
if (obj.checked) {
|
33 |
PDRTJS_1.font_bold = 'bold';
|
34 |
-
|
|
|
|
|
35 |
PDRTJS_1.font_bold = 'normal';
|
|
|
36 |
}
|
37 |
} else if (obj.id == 'font_italic') {
|
38 |
if (obj.checked) {
|
39 |
PDRTJS_1.font_italic = 'italic';
|
40 |
-
|
|
|
|
|
41 |
PDRTJS_1.font_italic = 'normal';
|
|
|
42 |
}
|
|
|
|
|
|
|
43 |
} else if (obj.id == 'nero_style') {
|
44 |
PDRTJS_1.star_color = obj.value;
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
}
|
48 |
PDRTJS_1.build();
|
49 |
}
|
31 |
if (obj.id == 'font_bold') {
|
32 |
if (obj.checked) {
|
33 |
PDRTJS_1.font_bold = 'bold';
|
34 |
+
PDRTJS_settings.font_bold = 'bold';
|
35 |
+
}
|
36 |
+
else {
|
37 |
PDRTJS_1.font_bold = 'normal';
|
38 |
+
PDRTJS_settings.font_bold = 'normal';
|
39 |
}
|
40 |
} else if (obj.id == 'font_italic') {
|
41 |
if (obj.checked) {
|
42 |
PDRTJS_1.font_italic = 'italic';
|
43 |
+
PDRTJS_settings.font_italic = 'italic';
|
44 |
+
}
|
45 |
+
else {
|
46 |
PDRTJS_1.font_italic = 'normal';
|
47 |
+
PDRTJS_settings.font_italic = 'normal';
|
48 |
}
|
49 |
+
} else if (obj.id == 'size_sml' || obj.id == 'size_med' || obj.id == 'size_lrg') {
|
50 |
+
PDRTJS_1.size = obj.value;
|
51 |
+
PDRTJS_settings.size = obj.value;
|
52 |
} else if (obj.id == 'nero_style') {
|
53 |
PDRTJS_1.star_color = obj.value;
|
54 |
+
PDRTJS_settings.star_color = obj.value;
|
55 |
+
} else if (obj.id == 'font_color') {
|
56 |
+
PDRTJS_1.font_color = obj.value;
|
57 |
+
PDRTJS_settings.font_color = obj.value;
|
58 |
+
} else if (obj.id == 'polldaddy-rating-popup') {
|
59 |
+
if (obj.checked) {
|
60 |
+
PDRTJS_1.popup = 'on';
|
61 |
+
PDRTJS_settings.popup = 'on';
|
62 |
+
_$('pd_popup_holder_1').style.width = '350px';
|
63 |
+
} else {
|
64 |
+
PDRTJS_1.popup = 'off';
|
65 |
+
PDRTJS_settings.popup = 'off';
|
66 |
+
_$('pd_popup_holder_1').style.width = '175px';
|
67 |
+
}
|
68 |
+
}
|
69 |
+
else {
|
70 |
+
eval('PDRTJS_1.' + obj.id + ' = "' + obj.value.replace('"', '"').replace("'", ''') + '";');
|
71 |
+
eval('PDRTJS_settings.' + obj.id + ' = "' + obj.value.replace('"', '"') + '";');
|
72 |
}
|
73 |
PDRTJS_1.build();
|
74 |
}
|
locale/{polldaddy-fr.mo → polldaddy-FR.mo}
RENAMED
File without changes
|
locale/{polldaddy-fr.po → polldaddy-FR.po}
RENAMED
File without changes
|
locale/polldaddy-pl_PL.mo
ADDED
Binary file
|
locale/polldaddy-pl_PL.po
ADDED
@@ -0,0 +1,1881 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of the WordPress plugin PollDaddy Polls 1.8.8 by Automattic, Inc..
|
2 |
+
# Copyright (C) 2010 Automattic, Inc.
|
3 |
+
# This file is distributed under the same license as the PollDaddy Polls package.
|
4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: PollDaddy Polls 1.8.8\n"
|
9 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/polldaddy\n"
|
10 |
+
"POT-Creation-Date: 2010-06-14 15:14+0000\n"
|
11 |
+
"PO-Revision-Date: 2011-01-06 13:25+0100\n"
|
12 |
+
"Last-Translator: Maciej Kopeć <maciek.timen@gmail.com>\n"
|
13 |
+
"Language-Team: e-mphasis <e-mphasis@e-mphasis.pl>\n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
18 |
+
"X-Poedit-Language: Polish\n"
|
19 |
+
"X-Poedit-Country: POLAND\n"
|
20 |
+
|
21 |
+
#: polldaddy-org.php:107
|
22 |
+
#: polldaddy.php:132
|
23 |
+
#: polldaddy.php:932
|
24 |
+
msgid "Email address required"
|
25 |
+
msgstr "Wymagany jest adres email"
|
26 |
+
|
27 |
+
#: polldaddy-org.php:110
|
28 |
+
#: polldaddy.php:135
|
29 |
+
#: polldaddy.php:935
|
30 |
+
msgid "Password required"
|
31 |
+
msgstr "Wymagane jest hasło"
|
32 |
+
|
33 |
+
#: polldaddy-org.php:142
|
34 |
+
msgid "Could not connect to PollDaddy API Key service"
|
35 |
+
msgstr "Nie udało się połączyć z API kluczy serwisu PollDaddy"
|
36 |
+
|
37 |
+
#: polldaddy-org.php:156
|
38 |
+
#: polldaddy.php:165
|
39 |
+
msgid "Can't connect to PollDaddy.com"
|
40 |
+
msgstr "Nie udało się połączyć z serwisem PollDaddy"
|
41 |
+
|
42 |
+
#: polldaddy-org.php:186
|
43 |
+
msgid "Login to PollDaddy failed. Double check your email address and password."
|
44 |
+
msgstr "Nie udało się zalogować do serwisu PollDaddy. Sprawdź wpisany adres email i hasło."
|
45 |
+
|
46 |
+
#: polldaddy-org.php:188
|
47 |
+
msgid "If your email address and password are correct, your host may not support secure logins."
|
48 |
+
msgstr "Jeśli masz pewność co do poprawności emaila i hasła, Twój serwer może nie udostępniać możliwości szyfrowanego logowania."
|
49 |
+
|
50 |
+
#: polldaddy-org.php:189
|
51 |
+
msgid "In that case, you may be able to log in to PollDaddy by unchecking the \"Use SSL to Log in\" checkbox."
|
52 |
+
msgstr "W takim wypadku, możliwość logowania może być dostępna jedynie przez odznaczenie opcji \"Użyj szyfrowanego połączenia do logowania\"."
|
53 |
+
|
54 |
+
#: polldaddy-org.php:200
|
55 |
+
#: polldaddy.php:202
|
56 |
+
msgid "Account could not be accessed. Are your email address and password correct?"
|
57 |
+
msgstr "Nie udało się dostać do konta. Sprawdź poprawność adresu email i hasła."
|
58 |
+
|
59 |
+
#: polldaddy-org.php:214
|
60 |
+
#: polldaddy.php:253
|
61 |
+
msgid "PollDaddy Account"
|
62 |
+
msgstr "Konto w serwisie PollDaddy"
|
63 |
+
|
64 |
+
#: polldaddy-org.php:216
|
65 |
+
#: polldaddy.php:255
|
66 |
+
#, php-format
|
67 |
+
msgid "Before you can use the PollDaddy plugin, you need to enter your <a href=\"%s\">PollDaddy.com</a> account details."
|
68 |
+
msgstr "Zanim będziesz mógł korzystać z wtyczki, musisz podać dane Twojego konta w <a href=\"%s\">PollDaddy.com</a>."
|
69 |
+
|
70 |
+
#: polldaddy-org.php:223
|
71 |
+
#: polldaddy.php:262
|
72 |
+
#: polldaddy.php:4251
|
73 |
+
msgid "PollDaddy Email Address"
|
74 |
+
msgstr "Adres email konta PollDaddy"
|
75 |
+
|
76 |
+
#: polldaddy-org.php:231
|
77 |
+
#: polldaddy.php:270
|
78 |
+
#: polldaddy.php:4261
|
79 |
+
msgid "PollDaddy Password"
|
80 |
+
msgstr "Hasło do konta w PollDaddy"
|
81 |
+
|
82 |
+
#: polldaddy-org.php:244
|
83 |
+
msgid "Use SSL to Log in"
|
84 |
+
msgstr "Użyj szyfrowanego połączenia do logowania"
|
85 |
+
|
86 |
+
#: polldaddy-org.php:248
|
87 |
+
msgid "This ensures a secure login to your PollDaddy account. Only uncheck if you are having problems logging in."
|
88 |
+
msgstr "Ta opcja zapewnia szyfrowane logowanie do Twojego konta w PollDaddy. Odznacz tylko w przypadku problemów z logowaniem."
|
89 |
+
|
90 |
+
#: polldaddy-org.php:258
|
91 |
+
#: polldaddy.php:282
|
92 |
+
msgid "Submit"
|
93 |
+
msgstr "Zaakceptuj"
|
94 |
+
|
95 |
+
#: polldaddy-org.php:274
|
96 |
+
msgid "Multiple PollDaddy Accounts"
|
97 |
+
msgstr "Wiele kont PollDaddy"
|
98 |
+
|
99 |
+
#: polldaddy-org.php:280
|
100 |
+
msgid "This setting will allow each blog user to import a PollDaddy account."
|
101 |
+
msgstr "Ta opcja umożliwia każdemu użytkownikowi bloga na zimportowanie swojego konta PollDaddy."
|
102 |
+
|
103 |
+
#: polldaddy-org.php:287
|
104 |
+
msgid "Sync Ratings Account"
|
105 |
+
msgstr "Zsynchronizuj konto ocen"
|
106 |
+
|
107 |
+
#: polldaddy-org.php:293
|
108 |
+
msgid "This will synchronize your ratings PollDaddy account."
|
109 |
+
msgstr "Ta opcja umozliwi synchronizację Twojego konta ocen w PollDaddy."
|
110 |
+
|
111 |
+
#: polldaddy-org.php:453
|
112 |
+
msgid "A list of your top rated posts, pages or comments."
|
113 |
+
msgstr "Lista najwyżej ocenianych postów, stron czy komentarzy."
|
114 |
+
|
115 |
+
#: polldaddy-org.php:462
|
116 |
+
msgid "Top Rated"
|
117 |
+
msgstr "Najwyżej oceniane"
|
118 |
+
|
119 |
+
#: polldaddy-org.php:498
|
120 |
+
#: polldaddy.php:4059
|
121 |
+
msgid "Title"
|
122 |
+
msgstr "Tytuł"
|
123 |
+
|
124 |
+
#: polldaddy-org.php:507
|
125 |
+
msgid "Show for posts"
|
126 |
+
msgstr "Pokaż dla postów"
|
127 |
+
|
128 |
+
#: polldaddy-org.php:518
|
129 |
+
msgid "Show for pages"
|
130 |
+
msgstr "Pokaż dla stron"
|
131 |
+
|
132 |
+
#: polldaddy-org.php:529
|
133 |
+
msgid "Show for comments"
|
134 |
+
msgstr "Pokaż dla komentarzy"
|
135 |
+
|
136 |
+
#: polldaddy-org.php:533
|
137 |
+
msgid "How many items would you like to display?"
|
138 |
+
msgstr "Ile pozycji ma zostać wyświetlone?"
|
139 |
+
|
140 |
+
#: polldaddy.php:72
|
141 |
+
#: polldaddy.php:74
|
142 |
+
#: polldaddy.php:90
|
143 |
+
#: polldaddy.php:92
|
144 |
+
msgid "Ratings"
|
145 |
+
msgstr "Oceny"
|
146 |
+
|
147 |
+
#: polldaddy.php:79
|
148 |
+
#: polldaddy.php:81
|
149 |
+
#: polldaddy.php:97
|
150 |
+
#: polldaddy.php:99
|
151 |
+
#: polldaddy.php:111
|
152 |
+
#: polldaddy.php:1148
|
153 |
+
msgid "Polls"
|
154 |
+
msgstr "Sondy"
|
155 |
+
|
156 |
+
#: polldaddy.php:104
|
157 |
+
msgid "Ratings – Settings"
|
158 |
+
msgstr "Oceny – Ustawienia"
|
159 |
+
|
160 |
+
#: polldaddy.php:104
|
161 |
+
msgid "Settings"
|
162 |
+
msgstr "Ustawienia"
|
163 |
+
|
164 |
+
#: polldaddy.php:105
|
165 |
+
#: polldaddy.php:108
|
166 |
+
msgid "Ratings – Reports"
|
167 |
+
msgstr "Oceny – Raporty"
|
168 |
+
|
169 |
+
#: polldaddy.php:105
|
170 |
+
#: polldaddy.php:108
|
171 |
+
msgid "Reports"
|
172 |
+
msgstr "Raporty"
|
173 |
+
|
174 |
+
#: polldaddy.php:111
|
175 |
+
#: polldaddy.php:1280
|
176 |
+
#: polldaddy.php:2164
|
177 |
+
msgid "Edit"
|
178 |
+
msgstr "Edytuj"
|
179 |
+
|
180 |
+
#: polldaddy.php:114
|
181 |
+
msgid "Add New Poll"
|
182 |
+
msgstr "Dodaj nową sondę"
|
183 |
+
|
184 |
+
#: polldaddy.php:114
|
185 |
+
msgid "Add New"
|
186 |
+
msgstr "Dodaj"
|
187 |
+
|
188 |
+
#: polldaddy.php:115
|
189 |
+
#: polldaddy.php:1113
|
190 |
+
#: polldaddy.php:1369
|
191 |
+
#: polldaddy.php:1804
|
192 |
+
#: polldaddy.php:1918
|
193 |
+
#: polldaddy.php:3093
|
194 |
+
#: polldaddy.php:3761
|
195 |
+
#: polldaddy.php:4142
|
196 |
+
msgid "Custom Styles"
|
197 |
+
msgstr "Style niestandardowe"
|
198 |
+
|
199 |
+
#: polldaddy.php:116
|
200 |
+
#: polldaddy.php:4236
|
201 |
+
msgid "Options"
|
202 |
+
msgstr "Opcje"
|
203 |
+
|
204 |
+
#: polldaddy.php:192
|
205 |
+
msgid "Invalid Account"
|
206 |
+
msgstr "Nieprawidlowe konto"
|
207 |
+
|
208 |
+
#: polldaddy.php:214
|
209 |
+
#, php-format
|
210 |
+
msgid "Obsolete PollDaddy User API Key: <a href=\"%s\">Sign in again to re-authenticate</a>"
|
211 |
+
msgstr "Przestarzały klucz użytkownika PollDaddy: <a href=\"%s\">Zaloguj się aby potwierdzić ponownie informacje o koncie</a>"
|
212 |
+
|
213 |
+
#: polldaddy.php:291
|
214 |
+
msgid "Add Poll"
|
215 |
+
msgstr "Dodaj sondę"
|
216 |
+
|
217 |
+
#: polldaddy.php:363
|
218 |
+
msgid "Star Colors"
|
219 |
+
msgstr "Kolor gwiazdek"
|
220 |
+
|
221 |
+
#: polldaddy.php:363
|
222 |
+
#: polldaddy.php:3526
|
223 |
+
msgid "Star Size"
|
224 |
+
msgstr "Wielkość gwiazdek"
|
225 |
+
|
226 |
+
#: polldaddy.php:364
|
227 |
+
msgid "Nero Type"
|
228 |
+
msgstr "Typ Nero"
|
229 |
+
|
230 |
+
#: polldaddy.php:364
|
231 |
+
msgid "Nero Size"
|
232 |
+
msgstr "Wielkość Nero"
|
233 |
+
|
234 |
+
#: polldaddy.php:457
|
235 |
+
msgid "You are not allowed to delete this poll."
|
236 |
+
msgstr "Nie masz uprawnień do usunięcia tej sondy"
|
237 |
+
|
238 |
+
#: polldaddy.php:465
|
239 |
+
#: polldaddy.php:501
|
240 |
+
#: polldaddy.php:537
|
241 |
+
#: polldaddy.php:571
|
242 |
+
msgid "Invalid Poll Author"
|
243 |
+
msgstr "Niepoprawny autor sondy"
|
244 |
+
|
245 |
+
#: polldaddy.php:493
|
246 |
+
msgid "You are not allowed to open this poll."
|
247 |
+
msgstr "Nie masz uprawnień do otwarcia tej sondy."
|
248 |
+
|
249 |
+
#: polldaddy.php:529
|
250 |
+
msgid "You are not allowed to close this poll."
|
251 |
+
msgstr "Nie masz uprawnień do zamknięcia tej sondy."
|
252 |
+
|
253 |
+
#: polldaddy.php:562
|
254 |
+
#: polldaddy.php:1394
|
255 |
+
msgid "You are not allowed to edit this poll."
|
256 |
+
msgstr "Nie masz uprawnień do edycji tej sondy."
|
257 |
+
|
258 |
+
#: polldaddy.php:578
|
259 |
+
msgid "Poll not found"
|
260 |
+
msgstr "Nie znaleziono sondy"
|
261 |
+
|
262 |
+
#: polldaddy.php:605
|
263 |
+
msgid "Invalid answers"
|
264 |
+
msgstr "Niepoprawne odpowiedzi"
|
265 |
+
|
266 |
+
#: polldaddy.php:621
|
267 |
+
msgid "You must include at least 2 answers"
|
268 |
+
msgstr "Sonda musi mieć przynajmniej 2 odpowiedzi"
|
269 |
+
|
270 |
+
#: polldaddy.php:632
|
271 |
+
#: polldaddy.php:709
|
272 |
+
msgid "Please choose a poll style"
|
273 |
+
msgstr "Wybierz styl sondy"
|
274 |
+
|
275 |
+
#: polldaddy.php:654
|
276 |
+
msgid "Poll could not be updated"
|
277 |
+
msgstr "Nie udało się zaktualizować sondy"
|
278 |
+
|
279 |
+
#: polldaddy.php:728
|
280 |
+
msgid "Poll could not be created"
|
281 |
+
msgstr "Nie udało się stworzyć sondy"
|
282 |
+
|
283 |
+
#: polldaddy.php:783
|
284 |
+
msgid "Style could not be updated"
|
285 |
+
msgstr "Nie udalo się zaktualizować stylu"
|
286 |
+
|
287 |
+
#: polldaddy.php:813
|
288 |
+
msgid "Style could not be created"
|
289 |
+
msgstr "Nie udalo się stworzyć stylu"
|
290 |
+
|
291 |
+
#: polldaddy.php:944
|
292 |
+
msgid "Account could not be imported. Are your email address and password correct?"
|
293 |
+
msgstr "Nie udało się zimportować konta. Sprawdź poprawność adresu email i hasła."
|
294 |
+
|
295 |
+
#: polldaddy.php:962
|
296 |
+
msgid "Poll deleted."
|
297 |
+
msgstr "Usunięto sondę."
|
298 |
+
|
299 |
+
#: polldaddy.php:964
|
300 |
+
#, php-format
|
301 |
+
msgid "%s Poll Deleted."
|
302 |
+
msgstr "Sonda %s usunięta."
|
303 |
+
|
304 |
+
#: polldaddy.php:969
|
305 |
+
msgid "Poll opened."
|
306 |
+
msgstr "Sonda została otwarta."
|
307 |
+
|
308 |
+
#: polldaddy.php:971
|
309 |
+
#, php-format
|
310 |
+
msgid "%s Poll Opened."
|
311 |
+
msgstr "%s Polls Opened."
|
312 |
+
|
313 |
+
#: polldaddy.php:976
|
314 |
+
msgid "Poll closed."
|
315 |
+
msgstr "Sonda została zamknięta."
|
316 |
+
|
317 |
+
#: polldaddy.php:978
|
318 |
+
#, php-format
|
319 |
+
msgid "%s Poll Closed."
|
320 |
+
msgstr "%s Polls Closed."
|
321 |
+
|
322 |
+
#: polldaddy.php:981
|
323 |
+
msgid "Poll updated."
|
324 |
+
msgstr "Sonda została zaktualizowana."
|
325 |
+
|
326 |
+
#: polldaddy.php:984
|
327 |
+
msgid "Poll created."
|
328 |
+
msgstr "Sonda została utworzona."
|
329 |
+
|
330 |
+
#: polldaddy.php:986
|
331 |
+
#: polldaddy.php:1427
|
332 |
+
msgid "Send to Editor"
|
333 |
+
msgstr "Wyślij redaktorowi"
|
334 |
+
|
335 |
+
#: polldaddy.php:989
|
336 |
+
msgid "Custom Style updated."
|
337 |
+
msgstr "Styl niestandardowy zaktualizowany."
|
338 |
+
|
339 |
+
#: polldaddy.php:992
|
340 |
+
msgid "Custom Style created."
|
341 |
+
msgstr "Styl niestandardowy stworzony."
|
342 |
+
|
343 |
+
#: polldaddy.php:997
|
344 |
+
msgid "Custom Style deleted."
|
345 |
+
msgstr "Styl niestandardowy usunięty."
|
346 |
+
|
347 |
+
#: polldaddy.php:999
|
348 |
+
#, php-format
|
349 |
+
msgid "%s Style Deleted."
|
350 |
+
msgstr "%s Custom Styles Deleted."
|
351 |
+
|
352 |
+
#: polldaddy.php:1002
|
353 |
+
msgid "Account Imported."
|
354 |
+
msgstr "Konto zaimportowane."
|
355 |
+
|
356 |
+
#: polldaddy.php:1005
|
357 |
+
msgid "Options Updated."
|
358 |
+
msgstr "Opcja zaktualizowane."
|
359 |
+
|
360 |
+
#: polldaddy.php:1010
|
361 |
+
msgid "Rating deleted."
|
362 |
+
msgstr "Oceny usunięte."
|
363 |
+
|
364 |
+
#: polldaddy.php:1012
|
365 |
+
#, php-format
|
366 |
+
msgid "%s Rating Deleted."
|
367 |
+
msgstr "%s Ratings Deleted."
|
368 |
+
|
369 |
+
#: polldaddy.php:1021
|
370 |
+
msgid "Error: An error has occurred; Poll not created."
|
371 |
+
msgstr "Błąd: Wystąpił błąd; nie utworzono sondy."
|
372 |
+
|
373 |
+
#: polldaddy.php:1024
|
374 |
+
msgid "Error: An error has occurred; Poll not updated."
|
375 |
+
msgstr "Błąd: Wystąpił błąd; nie zaktualizowano sondy."
|
376 |
+
|
377 |
+
#: polldaddy.php:1028
|
378 |
+
msgid "Error: An error has occurred; Account could not be imported. Perhaps your email address or password is incorrect?"
|
379 |
+
msgstr "Błąd: Wystąpił błąd; nie można było zaimportować konta. Być może email lub hasło są niepoprawne."
|
380 |
+
|
381 |
+
#: polldaddy.php:1030
|
382 |
+
msgid "Error: An error has occurred; Account could not be created."
|
383 |
+
msgstr "Błąd: Wystąpił błąd; nie udało się stworzyć konta."
|
384 |
+
|
385 |
+
#: polldaddy.php:1067
|
386 |
+
#, php-format
|
387 |
+
msgid "Poll Preview (<a href=\"%s\">Edit Poll</a>, <a href=\"%s\">List Polls</a>)"
|
388 |
+
msgstr "Podgląd sond (<a href=\"%s\">Edytuj sondę</a>, <a href=\"%s\">Wyświetl sondy</a>)"
|
389 |
+
|
390 |
+
#: polldaddy.php:1071
|
391 |
+
#, php-format
|
392 |
+
msgid "Poll Preview (<a href=\"%s\">List Polls</a>)"
|
393 |
+
msgstr "Podgląd sond (<a href=\"%s\">Pokaż sondy</a>)"
|
394 |
+
|
395 |
+
#: polldaddy.php:1081
|
396 |
+
#, php-format
|
397 |
+
msgid "Poll Results (<a href=\"%s\">Edit Poll</a>)"
|
398 |
+
msgstr "Wyniki sond (<a href=\"%s\">Edytuj sondę</a>)"
|
399 |
+
|
400 |
+
#: polldaddy.php:1083
|
401 |
+
#, php-format
|
402 |
+
msgid "Poll Results (<a href=\"%s\">List Polls</a>)"
|
403 |
+
msgstr "Wyniki sond (<a href=\"%s\">Wyświetl sondy</a>)"
|
404 |
+
|
405 |
+
#: polldaddy.php:1092
|
406 |
+
#, php-format
|
407 |
+
msgid "Edit Poll (<a href=\"%s\">List Polls</a>)"
|
408 |
+
msgstr "Edytuj sondę (<a href=\"%s\">Wyświetl sondy</a>)"
|
409 |
+
|
410 |
+
#: polldaddy.php:1101
|
411 |
+
#, php-format
|
412 |
+
msgid "Create Poll (<a href=\"%s\">List Polls</a>)"
|
413 |
+
msgstr "Stwórz sondę (<a href=\"%s\">Wyświetl sondy</a>)"
|
414 |
+
|
415 |
+
#: polldaddy.php:1111
|
416 |
+
#, php-format
|
417 |
+
msgid "Custom Styles (<a href=\"%s\">Add New</a>)"
|
418 |
+
msgstr "Style niestandardowe (<a href=\"%s\">Dodaj nowy</a>)"
|
419 |
+
|
420 |
+
#: polldaddy.php:1121
|
421 |
+
#, php-format
|
422 |
+
msgid "Edit Style (<a href=\"%s\">List Styles</a>)"
|
423 |
+
msgstr "Edytuj styl (<a href=\"%s\">Wyświetl style</a>)"
|
424 |
+
|
425 |
+
#: polldaddy.php:1130
|
426 |
+
#, php-format
|
427 |
+
msgid "Create Style (<a href=\"%s\">List Styles</a>)"
|
428 |
+
msgstr "Stwórz styl (<a href=\"%s\">Wyświetl style</a>)"
|
429 |
+
|
430 |
+
#: polldaddy.php:1146
|
431 |
+
#, php-format
|
432 |
+
msgid "Polls (<a href=\"%s\">Add New</a>)"
|
433 |
+
msgstr "Sondy (<a href=\"%s\">Dodaj nową</a>)"
|
434 |
+
|
435 |
+
#: polldaddy.php:1211
|
436 |
+
msgid "All Blog's Polls"
|
437 |
+
msgstr "Wszystkie sondy bloga."
|
438 |
+
|
439 |
+
#: polldaddy.php:1212
|
440 |
+
msgid "All My Polls"
|
441 |
+
msgstr "Wszystkie moje sondy"
|
442 |
+
|
443 |
+
#: polldaddy.php:1220
|
444 |
+
#: polldaddy.php:2127
|
445 |
+
#: polldaddy.php:4015
|
446 |
+
msgid "Actions"
|
447 |
+
msgstr "Akcje"
|
448 |
+
|
449 |
+
#: polldaddy.php:1221
|
450 |
+
#: polldaddy.php:1287
|
451 |
+
#: polldaddy.php:2128
|
452 |
+
#: polldaddy.php:2169
|
453 |
+
#: polldaddy.php:4016
|
454 |
+
#: polldaddy.php:4079
|
455 |
+
msgid "Delete"
|
456 |
+
msgstr "Usuń"
|
457 |
+
|
458 |
+
#: polldaddy.php:1222
|
459 |
+
#: polldaddy.php:1294
|
460 |
+
msgid "Close"
|
461 |
+
msgstr "Zamknij"
|
462 |
+
|
463 |
+
#: polldaddy.php:1223
|
464 |
+
#: polldaddy.php:1291
|
465 |
+
msgid "Open"
|
466 |
+
msgstr "Otwórz"
|
467 |
+
|
468 |
+
#: polldaddy.php:1225
|
469 |
+
#: polldaddy.php:2130
|
470 |
+
#: polldaddy.php:4019
|
471 |
+
msgid "Apply"
|
472 |
+
msgstr "Zatwierdź"
|
473 |
+
|
474 |
+
#: polldaddy.php:1236
|
475 |
+
msgid "Poll"
|
476 |
+
msgstr "Sonda"
|
477 |
+
|
478 |
+
#: polldaddy.php:1237
|
479 |
+
#: polldaddy.php:2031
|
480 |
+
#: polldaddy.php:2076
|
481 |
+
#: polldaddy.php:3451
|
482 |
+
#: polldaddy.php:4062
|
483 |
+
msgid "Votes"
|
484 |
+
msgstr "Oceny"
|
485 |
+
|
486 |
+
#: polldaddy.php:1238
|
487 |
+
msgid "Created"
|
488 |
+
msgstr "Stworzona"
|
489 |
+
|
490 |
+
#: polldaddy.php:1285
|
491 |
+
msgid "Results"
|
492 |
+
msgstr "Wyniki"
|
493 |
+
|
494 |
+
#: polldaddy.php:1297
|
495 |
+
#: polldaddy.php:1303
|
496 |
+
#: polldaddy.php:3434
|
497 |
+
msgid "Preview"
|
498 |
+
msgstr "Podgląd"
|
499 |
+
|
500 |
+
#: polldaddy.php:1299
|
501 |
+
msgid "Send to editor"
|
502 |
+
msgstr "Wyślij redaktorowi"
|
503 |
+
|
504 |
+
#: polldaddy.php:1305
|
505 |
+
msgid "Share-Embed"
|
506 |
+
msgstr "Podziel się/Umieść"
|
507 |
+
|
508 |
+
#: polldaddy.php:1310
|
509 |
+
#: polldaddy.php:2171
|
510 |
+
#: polldaddy.php:4087
|
511 |
+
msgid "Y/m/d g:i:s A"
|
512 |
+
msgstr "d.m.Y G:i:s"
|
513 |
+
|
514 |
+
#: polldaddy.php:1310
|
515 |
+
#: polldaddy.php:2171
|
516 |
+
msgid "Y/m/d"
|
517 |
+
msgstr "d.m.Y"
|
518 |
+
|
519 |
+
#: polldaddy.php:1314
|
520 |
+
msgid "WordPress Shortcode"
|
521 |
+
msgstr "Krótki kod Wordpressa"
|
522 |
+
|
523 |
+
#: polldaddy.php:1317
|
524 |
+
msgid "JavaScript"
|
525 |
+
msgstr "JavaScript"
|
526 |
+
|
527 |
+
#: polldaddy.php:1324
|
528 |
+
msgid "Short URL (Good for Twitter etc.)"
|
529 |
+
msgstr "Krótki adres"
|
530 |
+
|
531 |
+
#: polldaddy.php:1326
|
532 |
+
msgid "Facebook URL"
|
533 |
+
msgstr "Adres Facebook'owy"
|
534 |
+
|
535 |
+
#: polldaddy.php:1337
|
536 |
+
#, php-format
|
537 |
+
msgid "What are you doing here? <a href=\"%s\">Go back</a>."
|
538 |
+
msgstr "Co tu robisz? <a href=\"%s\">Wróć</a>."
|
539 |
+
|
540 |
+
#: polldaddy.php:1347
|
541 |
+
#, php-format
|
542 |
+
msgid "No polls yet. <a href=\"%s\">Create one</a>"
|
543 |
+
msgstr "Na razie brak sond. <a href=\"%s\">Stwórz pierwszą</a>"
|
544 |
+
|
545 |
+
#: polldaddy.php:1349
|
546 |
+
msgid "No polls yet."
|
547 |
+
msgstr "Na razie brak sond."
|
548 |
+
|
549 |
+
#: polldaddy.php:1364
|
550 |
+
#: polldaddy.php:1913
|
551 |
+
#: polldaddy.php:3088
|
552 |
+
#: polldaddy.php:3756
|
553 |
+
#: polldaddy.php:4137
|
554 |
+
#, php-format
|
555 |
+
msgid "Are you sure you want to delete the rating for \"%s\"?"
|
556 |
+
msgstr "Czy jesteś pewny, że chcesz usunąć oceny dla \"%s\"?"
|
557 |
+
|
558 |
+
#: polldaddy.php:1365
|
559 |
+
#: polldaddy.php:1914
|
560 |
+
#: polldaddy.php:3089
|
561 |
+
#: polldaddy.php:3757
|
562 |
+
#: polldaddy.php:4138
|
563 |
+
#, php-format
|
564 |
+
msgid "Are you sure you want to delete \"%s\"?"
|
565 |
+
msgstr "Czy jesteś pewny, że chcesz usunąć \"%s\"?"
|
566 |
+
|
567 |
+
#: polldaddy.php:1366
|
568 |
+
#: polldaddy.php:1915
|
569 |
+
#: polldaddy.php:3090
|
570 |
+
#: polldaddy.php:3758
|
571 |
+
#: polldaddy.php:4139
|
572 |
+
msgid "Are you sure you want to delete this answer?"
|
573 |
+
msgstr "Czy jesteś pewny, że chcesz usunąć tą odpowiedź?"
|
574 |
+
|
575 |
+
#: polldaddy.php:1367
|
576 |
+
#: polldaddy.php:1916
|
577 |
+
#: polldaddy.php:3091
|
578 |
+
#: polldaddy.php:3759
|
579 |
+
#: polldaddy.php:4140
|
580 |
+
msgid "delete this answer"
|
581 |
+
msgstr "Usuń tą odpowiedź"
|
582 |
+
|
583 |
+
#: polldaddy.php:1368
|
584 |
+
#: polldaddy.php:1917
|
585 |
+
#: polldaddy.php:3092
|
586 |
+
#: polldaddy.php:3760
|
587 |
+
#: polldaddy.php:4141
|
588 |
+
msgid "Standard Styles"
|
589 |
+
msgstr "Style standardowe"
|
590 |
+
|
591 |
+
#: polldaddy.php:1416
|
592 |
+
msgid "Publish"
|
593 |
+
msgstr "Opublikuj"
|
594 |
+
|
595 |
+
#: polldaddy.php:1423
|
596 |
+
msgid "Save Poll"
|
597 |
+
msgstr "Zapisz sondę"
|
598 |
+
|
599 |
+
#: polldaddy.php:1438
|
600 |
+
#: polldaddy.php:4319
|
601 |
+
msgid "Poll results"
|
602 |
+
msgstr "Wyniki sondy"
|
603 |
+
|
604 |
+
#: polldaddy.php:1443
|
605 |
+
msgid "Show results to voters"
|
606 |
+
msgstr "Pokaż wyniki głosującym"
|
607 |
+
|
608 |
+
#: polldaddy.php:1443
|
609 |
+
msgid "Only show percentages"
|
610 |
+
msgstr "Pokaż tylko wartości procentowe"
|
611 |
+
|
612 |
+
#: polldaddy.php:1443
|
613 |
+
msgid "Hide all results"
|
614 |
+
msgstr "Ukryj wszystkie wyniki"
|
615 |
+
|
616 |
+
#: polldaddy.php:1461
|
617 |
+
#: polldaddy.php:4336
|
618 |
+
msgid "Block repeat voters"
|
619 |
+
msgstr "Blokuj głosujących wielokrotnie"
|
620 |
+
|
621 |
+
#: polldaddy.php:1466
|
622 |
+
msgid "Don't block repeat voters"
|
623 |
+
msgstr "Nie blokuj głosujących wielokrotnie"
|
624 |
+
|
625 |
+
#: polldaddy.php:1466
|
626 |
+
msgid "Block by cookie (recommended)"
|
627 |
+
msgstr "Blokuj przy pomocy ciasteczka (zalecane)"
|
628 |
+
|
629 |
+
#: polldaddy.php:1466
|
630 |
+
msgid "Block by cookie and by IP address"
|
631 |
+
msgstr "Blokuj przy pomocy ciasteczka i adresu IP"
|
632 |
+
|
633 |
+
#: polldaddy.php:1481
|
634 |
+
msgid "Expires: "
|
635 |
+
msgstr "Wygasa:"
|
636 |
+
|
637 |
+
#: polldaddy.php:1483
|
638 |
+
#: polldaddy.php:4341
|
639 |
+
msgid "Never"
|
640 |
+
msgstr "Nigdy"
|
641 |
+
|
642 |
+
#: polldaddy.php:1484
|
643 |
+
#: polldaddy.php:4342
|
644 |
+
#, php-format
|
645 |
+
msgid "%d hour"
|
646 |
+
msgstr "%d godzina"
|
647 |
+
|
648 |
+
#: polldaddy.php:1485
|
649 |
+
#: polldaddy.php:1486
|
650 |
+
#: polldaddy.php:1487
|
651 |
+
#: polldaddy.php:4343
|
652 |
+
#: polldaddy.php:4344
|
653 |
+
#: polldaddy.php:4345
|
654 |
+
#, php-format
|
655 |
+
msgid "%d hours"
|
656 |
+
msgstr "%d godziny"
|
657 |
+
|
658 |
+
#: polldaddy.php:1488
|
659 |
+
#: polldaddy.php:4346
|
660 |
+
#, php-format
|
661 |
+
msgid "%d day"
|
662 |
+
msgstr "%d dzień"
|
663 |
+
|
664 |
+
#: polldaddy.php:1489
|
665 |
+
#: polldaddy.php:4347
|
666 |
+
#, php-format
|
667 |
+
msgid "%d week"
|
668 |
+
msgstr "%d tydzień"
|
669 |
+
|
670 |
+
#: polldaddy.php:1490
|
671 |
+
#: polldaddy.php:4348
|
672 |
+
#, php-format
|
673 |
+
msgid "%d month"
|
674 |
+
msgstr "%d miesiąc"
|
675 |
+
|
676 |
+
#: polldaddy.php:1492
|
677 |
+
msgid "Note: Blocking by cookie and IP address can be problematic for some voters."
|
678 |
+
msgstr "Uwaga: Blokowanie przy pomocy ciasteczka i adresu IP może sprawiać kłopoty niektórym głosującym."
|
679 |
+
|
680 |
+
#: polldaddy.php:1507
|
681 |
+
#: polldaddy.php:2300
|
682 |
+
msgid "Answers"
|
683 |
+
msgstr "Odpowiedzi"
|
684 |
+
|
685 |
+
#: polldaddy.php:1553
|
686 |
+
msgid "Add another"
|
687 |
+
msgstr "Dodaj kolejną"
|
688 |
+
|
689 |
+
#: polldaddy.php:1559
|
690 |
+
msgid "Multiple choice"
|
691 |
+
msgstr "Możliwość wielokrotnego wyboru"
|
692 |
+
|
693 |
+
#: polldaddy.php:1559
|
694 |
+
msgid "Randomize answer order"
|
695 |
+
msgstr "Losuj kolejność odpowiedzi"
|
696 |
+
|
697 |
+
#: polldaddy.php:1559
|
698 |
+
msgid "Allow other answers"
|
699 |
+
msgstr "Zezwól na inne odpowiedzi"
|
700 |
+
|
701 |
+
#: polldaddy.php:1559
|
702 |
+
msgid "'Share This' link"
|
703 |
+
msgstr "Link 'Podziel się'"
|
704 |
+
|
705 |
+
#: polldaddy.php:1608
|
706 |
+
#: polldaddy.php:4163
|
707 |
+
msgid "Aluminum Narrow"
|
708 |
+
msgstr "Aluminium wąski"
|
709 |
+
|
710 |
+
#: polldaddy.php:1609
|
711 |
+
#: polldaddy.php:4164
|
712 |
+
msgid "Aluminum Medium"
|
713 |
+
msgstr "Aluminium średni"
|
714 |
+
|
715 |
+
#: polldaddy.php:1610
|
716 |
+
#: polldaddy.php:4165
|
717 |
+
msgid "Aluminum Wide"
|
718 |
+
msgstr "Aluminium szeroki"
|
719 |
+
|
720 |
+
#: polldaddy.php:1611
|
721 |
+
#: polldaddy.php:4166
|
722 |
+
msgid "Plain White Narrow"
|
723 |
+
msgstr "Prosty biały wąski"
|
724 |
+
|
725 |
+
#: polldaddy.php:1612
|
726 |
+
#: polldaddy.php:4167
|
727 |
+
msgid "Plain White Medium"
|
728 |
+
msgstr "Prosty biały średni"
|
729 |
+
|
730 |
+
#: polldaddy.php:1613
|
731 |
+
#: polldaddy.php:4168
|
732 |
+
msgid "Plain White Wide"
|
733 |
+
msgstr "Prosty biały szeroki"
|
734 |
+
|
735 |
+
#: polldaddy.php:1614
|
736 |
+
#: polldaddy.php:4169
|
737 |
+
msgid "Plain Black Narrow"
|
738 |
+
msgstr "Prosty czarny wąski"
|
739 |
+
|
740 |
+
#: polldaddy.php:1615
|
741 |
+
#: polldaddy.php:4170
|
742 |
+
msgid "Plain Black Medium"
|
743 |
+
msgstr "Prosty czarny średni"
|
744 |
+
|
745 |
+
#: polldaddy.php:1616
|
746 |
+
#: polldaddy.php:4171
|
747 |
+
msgid "Plain Black Wide"
|
748 |
+
msgstr "Prosty czarny szeroki"
|
749 |
+
|
750 |
+
#: polldaddy.php:1617
|
751 |
+
#: polldaddy.php:4172
|
752 |
+
msgid "Paper Narrow"
|
753 |
+
msgstr "Papierowy wąski"
|
754 |
+
|
755 |
+
#: polldaddy.php:1618
|
756 |
+
#: polldaddy.php:4173
|
757 |
+
msgid "Paper Medium"
|
758 |
+
msgstr "Papierowy średni"
|
759 |
+
|
760 |
+
#: polldaddy.php:1619
|
761 |
+
#: polldaddy.php:4174
|
762 |
+
msgid "Paper Wide"
|
763 |
+
msgstr "Papierowy szeroki"
|
764 |
+
|
765 |
+
#: polldaddy.php:1620
|
766 |
+
#: polldaddy.php:4175
|
767 |
+
msgid "Skull Dark Narrow"
|
768 |
+
msgstr "Motyw czaszki (ciemny) wąski"
|
769 |
+
|
770 |
+
#: polldaddy.php:1621
|
771 |
+
#: polldaddy.php:4176
|
772 |
+
msgid "Skull Dark Medium"
|
773 |
+
msgstr "Motyw czaszki (ciemny) sredni"
|
774 |
+
|
775 |
+
#: polldaddy.php:1622
|
776 |
+
#: polldaddy.php:4177
|
777 |
+
msgid "Skull Dark Wide"
|
778 |
+
msgstr "Motyw czaszki (ciemny) szeroki"
|
779 |
+
|
780 |
+
#: polldaddy.php:1623
|
781 |
+
#: polldaddy.php:4178
|
782 |
+
msgid "Skull Light Narrow"
|
783 |
+
msgstr "Motyw czaszki (jasny) wąski"
|
784 |
+
|
785 |
+
#: polldaddy.php:1624
|
786 |
+
#: polldaddy.php:4179
|
787 |
+
msgid "Skull Light Medium"
|
788 |
+
msgstr "Motyw czaszki (jasny) średni"
|
789 |
+
|
790 |
+
#: polldaddy.php:1625
|
791 |
+
#: polldaddy.php:4180
|
792 |
+
msgid "Skull Light Wide"
|
793 |
+
msgstr "Motyw czaszki (jasny) szeroki"
|
794 |
+
|
795 |
+
#: polldaddy.php:1626
|
796 |
+
#: polldaddy.php:1948
|
797 |
+
#: polldaddy.php:2284
|
798 |
+
#: polldaddy.php:4181
|
799 |
+
msgid "Micro"
|
800 |
+
msgstr "Mikro"
|
801 |
+
|
802 |
+
#: polldaddy.php:1627
|
803 |
+
#: polldaddy.php:4182
|
804 |
+
msgid "Plastic White Narrow"
|
805 |
+
msgstr "Plastikowy biały wąski"
|
806 |
+
|
807 |
+
#: polldaddy.php:1628
|
808 |
+
#: polldaddy.php:4183
|
809 |
+
msgid "Plastic White Medium"
|
810 |
+
msgstr "Plastikowy biały średni"
|
811 |
+
|
812 |
+
#: polldaddy.php:1629
|
813 |
+
#: polldaddy.php:4184
|
814 |
+
msgid "Plastic White Wide"
|
815 |
+
msgstr "Plastikowy biały szeroki"
|
816 |
+
|
817 |
+
#: polldaddy.php:1630
|
818 |
+
#: polldaddy.php:4185
|
819 |
+
msgid "Plastic Grey Narrow"
|
820 |
+
msgstr "Plastikowy szary wąski"
|
821 |
+
|
822 |
+
#: polldaddy.php:1631
|
823 |
+
#: polldaddy.php:4186
|
824 |
+
msgid "Plastic Grey Medium"
|
825 |
+
msgstr "Plastikowy szary średni"
|
826 |
+
|
827 |
+
#: polldaddy.php:1632
|
828 |
+
#: polldaddy.php:4187
|
829 |
+
msgid "Plastic Grey Wide"
|
830 |
+
msgstr "Plastikowy szary szeroki"
|
831 |
+
|
832 |
+
#: polldaddy.php:1633
|
833 |
+
#: polldaddy.php:4188
|
834 |
+
msgid "Plastic Black Narrow"
|
835 |
+
msgstr "Plastikowy czarny wąski"
|
836 |
+
|
837 |
+
#: polldaddy.php:1634
|
838 |
+
#: polldaddy.php:4189
|
839 |
+
msgid "Plastic Black Medium"
|
840 |
+
msgstr "Plastikowy czarny średni"
|
841 |
+
|
842 |
+
#: polldaddy.php:1635
|
843 |
+
#: polldaddy.php:4190
|
844 |
+
msgid "Plastic Black Wide"
|
845 |
+
msgstr "Plastikowy czarny szeroki"
|
846 |
+
|
847 |
+
#: polldaddy.php:1636
|
848 |
+
#: polldaddy.php:4191
|
849 |
+
msgid "Manga Narrow"
|
850 |
+
msgstr "Manga wąski"
|
851 |
+
|
852 |
+
#: polldaddy.php:1637
|
853 |
+
#: polldaddy.php:4192
|
854 |
+
msgid "Manga Medium"
|
855 |
+
msgstr "Manga średni"
|
856 |
+
|
857 |
+
#: polldaddy.php:1638
|
858 |
+
#: polldaddy.php:4193
|
859 |
+
msgid "Manga Wide"
|
860 |
+
msgstr "Manga szeroki"
|
861 |
+
|
862 |
+
#: polldaddy.php:1639
|
863 |
+
#: polldaddy.php:4194
|
864 |
+
msgid "Tech Dark Narrow"
|
865 |
+
msgstr "Techniczny ciemny wąski"
|
866 |
+
|
867 |
+
#: polldaddy.php:1640
|
868 |
+
#: polldaddy.php:4195
|
869 |
+
msgid "Tech Dark Medium"
|
870 |
+
msgstr "Techniczny ciemny średni"
|
871 |
+
|
872 |
+
#: polldaddy.php:1641
|
873 |
+
#: polldaddy.php:4196
|
874 |
+
msgid "Tech Dark Wide"
|
875 |
+
msgstr "Techniczny ciemny szeroki"
|
876 |
+
|
877 |
+
#: polldaddy.php:1642
|
878 |
+
#: polldaddy.php:4197
|
879 |
+
msgid "Tech Grey Narrow"
|
880 |
+
msgstr "Techniczny szary wąski"
|
881 |
+
|
882 |
+
#: polldaddy.php:1643
|
883 |
+
#: polldaddy.php:4198
|
884 |
+
msgid "Tech Grey Medium"
|
885 |
+
msgstr "Techniczny szary średni"
|
886 |
+
|
887 |
+
#: polldaddy.php:1644
|
888 |
+
#: polldaddy.php:4199
|
889 |
+
msgid "Tech Grey Wide"
|
890 |
+
msgstr "Techniczny szary szeroki"
|
891 |
+
|
892 |
+
#: polldaddy.php:1645
|
893 |
+
#: polldaddy.php:4200
|
894 |
+
msgid "Tech Light Narrow"
|
895 |
+
msgstr "Techniczny jasny wąski"
|
896 |
+
|
897 |
+
#: polldaddy.php:1646
|
898 |
+
#: polldaddy.php:4201
|
899 |
+
msgid "Tech Light Medium"
|
900 |
+
msgstr "Techniczny jasny średni"
|
901 |
+
|
902 |
+
#: polldaddy.php:1647
|
903 |
+
#: polldaddy.php:4202
|
904 |
+
msgid "Tech Light Wide"
|
905 |
+
msgstr "Techniczny jasny szeroki"
|
906 |
+
|
907 |
+
#: polldaddy.php:1648
|
908 |
+
#: polldaddy.php:4203
|
909 |
+
msgid "Working Male Narrow"
|
910 |
+
msgstr "Pracujący mężczyzna wąski"
|
911 |
+
|
912 |
+
#: polldaddy.php:1649
|
913 |
+
#: polldaddy.php:4204
|
914 |
+
msgid "Working Male Medium"
|
915 |
+
msgstr "Pracujący mężczyzna średni"
|
916 |
+
|
917 |
+
#: polldaddy.php:1650
|
918 |
+
#: polldaddy.php:4205
|
919 |
+
msgid "Working Male Wide"
|
920 |
+
msgstr "Pracujący mężczyzna szeroki"
|
921 |
+
|
922 |
+
#: polldaddy.php:1651
|
923 |
+
#: polldaddy.php:4206
|
924 |
+
msgid "Working Female Narrow"
|
925 |
+
msgstr "Pracująca kobieta wąski"
|
926 |
+
|
927 |
+
#: polldaddy.php:1652
|
928 |
+
#: polldaddy.php:4207
|
929 |
+
msgid "Working Female Medium"
|
930 |
+
msgstr "Pracująca kobieta średni"
|
931 |
+
|
932 |
+
#: polldaddy.php:1653
|
933 |
+
#: polldaddy.php:4208
|
934 |
+
msgid "Working Female Wide"
|
935 |
+
msgstr "Pracująca kobieta szeroki"
|
936 |
+
|
937 |
+
#: polldaddy.php:1654
|
938 |
+
#: polldaddy.php:4209
|
939 |
+
msgid "Thinking Male Narrow"
|
940 |
+
msgstr "Zadumany mężczyzna waski"
|
941 |
+
|
942 |
+
#: polldaddy.php:1655
|
943 |
+
#: polldaddy.php:4210
|
944 |
+
msgid "Thinking Male Medium"
|
945 |
+
msgstr "Zadumany mężczyzna średni"
|
946 |
+
|
947 |
+
#: polldaddy.php:1656
|
948 |
+
#: polldaddy.php:4211
|
949 |
+
msgid "Thinking Male Wide"
|
950 |
+
msgstr "Zadumany mężczyzna szeroki"
|
951 |
+
|
952 |
+
#: polldaddy.php:1657
|
953 |
+
#: polldaddy.php:4212
|
954 |
+
msgid "Thinking Female Narrow"
|
955 |
+
msgstr "Zadumana kobieta wąski"
|
956 |
+
|
957 |
+
#: polldaddy.php:1658
|
958 |
+
#: polldaddy.php:4213
|
959 |
+
msgid "Thinking Female Medium"
|
960 |
+
msgstr "Zadumana kobieta średni"
|
961 |
+
|
962 |
+
#: polldaddy.php:1659
|
963 |
+
#: polldaddy.php:4214
|
964 |
+
msgid "Thinking Female Wide"
|
965 |
+
msgstr "Zadumana kobieta szeroki"
|
966 |
+
|
967 |
+
#: polldaddy.php:1660
|
968 |
+
#: polldaddy.php:4215
|
969 |
+
msgid "Sunset Narrow"
|
970 |
+
msgstr "Zachód słońca wąski"
|
971 |
+
|
972 |
+
#: polldaddy.php:1661
|
973 |
+
#: polldaddy.php:4216
|
974 |
+
msgid "Sunset Medium"
|
975 |
+
msgstr "Zachód słońca średni"
|
976 |
+
|
977 |
+
#: polldaddy.php:1662
|
978 |
+
#: polldaddy.php:4217
|
979 |
+
msgid "Sunset Wide"
|
980 |
+
msgstr "Zachód słońca szeroki"
|
981 |
+
|
982 |
+
#: polldaddy.php:1663
|
983 |
+
#: polldaddy.php:4218
|
984 |
+
msgid "Music Medium"
|
985 |
+
msgstr "Muzyka średni"
|
986 |
+
|
987 |
+
#: polldaddy.php:1664
|
988 |
+
#: polldaddy.php:4219
|
989 |
+
msgid "Music Wide"
|
990 |
+
msgstr "Muzyka szeroki"
|
991 |
+
|
992 |
+
#: polldaddy.php:1688
|
993 |
+
msgid "Design"
|
994 |
+
msgstr "Styl"
|
995 |
+
|
996 |
+
#: polldaddy.php:1769
|
997 |
+
#: polldaddy.php:1824
|
998 |
+
msgid "Custom Style"
|
999 |
+
msgstr "Styl niestandardowy"
|
1000 |
+
|
1001 |
+
#: polldaddy.php:1782
|
1002 |
+
#: polldaddy.php:1878
|
1003 |
+
msgid "Please choose a custom style..."
|
1004 |
+
msgstr "Wybierz styl niestandardowy"
|
1005 |
+
|
1006 |
+
#: polldaddy.php:1788
|
1007 |
+
#: polldaddy.php:1884
|
1008 |
+
msgid "Please choose a style."
|
1009 |
+
msgstr "Proszę wybrać styl."
|
1010 |
+
|
1011 |
+
#: polldaddy.php:1791
|
1012 |
+
#: polldaddy.php:1887
|
1013 |
+
msgid "You currently have no custom styles created."
|
1014 |
+
msgstr "W tej chwili nie masz stworzonych żadnych styli niestandardowych."
|
1015 |
+
|
1016 |
+
#: polldaddy.php:1793
|
1017 |
+
#: polldaddy.php:1889
|
1018 |
+
#, php-format
|
1019 |
+
msgid "Did you know we have a new editor for building your own custom poll styles? Find out more <a href=\"%s\" target=\"_blank\">here</a>."
|
1020 |
+
msgstr "Czy wiesz, że usostępniamy nowy edytor do tworzenia własnych styli sond? Więcej dowiesz się <a href=\"%s\" target=\"_blank\">tutaj</a>."
|
1021 |
+
|
1022 |
+
#: polldaddy.php:1816
|
1023 |
+
msgid "PollDaddy Style"
|
1024 |
+
msgstr "Styl PollDaddy"
|
1025 |
+
|
1026 |
+
#: polldaddy.php:1930
|
1027 |
+
#: polldaddy.php:2278
|
1028 |
+
msgid "Aluminum"
|
1029 |
+
msgstr "Aluminium"
|
1030 |
+
|
1031 |
+
#: polldaddy.php:1933
|
1032 |
+
#: polldaddy.php:2279
|
1033 |
+
msgid "Plain White"
|
1034 |
+
msgstr "Prosty biały"
|
1035 |
+
|
1036 |
+
#: polldaddy.php:1936
|
1037 |
+
#: polldaddy.php:2280
|
1038 |
+
msgid "Plain Black"
|
1039 |
+
msgstr "Prosty czarny"
|
1040 |
+
|
1041 |
+
#: polldaddy.php:1939
|
1042 |
+
#: polldaddy.php:2281
|
1043 |
+
msgid "Paper"
|
1044 |
+
msgstr "Papierowy"
|
1045 |
+
|
1046 |
+
#: polldaddy.php:1942
|
1047 |
+
#: polldaddy.php:2282
|
1048 |
+
msgid "Skull Dark"
|
1049 |
+
msgstr "Motyw czaszki (ciemny)"
|
1050 |
+
|
1051 |
+
#: polldaddy.php:1945
|
1052 |
+
#: polldaddy.php:2283
|
1053 |
+
msgid "Skull Light"
|
1054 |
+
msgstr "Motyw czaszki (jasny)"
|
1055 |
+
|
1056 |
+
#: polldaddy.php:1949
|
1057 |
+
#: polldaddy.php:1999
|
1058 |
+
msgid "Width 150px, the micro style is useful when space is tight."
|
1059 |
+
msgstr "Szerokość 150 pikseli, styl mikro jest wyjątkowo przydatny, gdy masz mało miejsca."
|
1060 |
+
|
1061 |
+
#: polldaddy.php:1952
|
1062 |
+
msgid "Plastic White"
|
1063 |
+
msgstr "Plastikowy biały"
|
1064 |
+
|
1065 |
+
#: polldaddy.php:1955
|
1066 |
+
msgid "Plastic Grey"
|
1067 |
+
msgstr "Plastikowy szary"
|
1068 |
+
|
1069 |
+
#: polldaddy.php:1958
|
1070 |
+
msgid "Plastic Black"
|
1071 |
+
msgstr "Plastikowy czarny"
|
1072 |
+
|
1073 |
+
#: polldaddy.php:1961
|
1074 |
+
msgid "Manga"
|
1075 |
+
msgstr "Manga"
|
1076 |
+
|
1077 |
+
#: polldaddy.php:1964
|
1078 |
+
msgid "Tech Dark"
|
1079 |
+
msgstr "Techniczny ciemny"
|
1080 |
+
|
1081 |
+
#: polldaddy.php:1967
|
1082 |
+
msgid "Tech Grey"
|
1083 |
+
msgstr "Techniczny szary"
|
1084 |
+
|
1085 |
+
#: polldaddy.php:1970
|
1086 |
+
msgid "Tech Light"
|
1087 |
+
msgstr "Techniczny jasny"
|
1088 |
+
|
1089 |
+
#: polldaddy.php:1973
|
1090 |
+
msgid "Working Male"
|
1091 |
+
msgstr "Pracujący mężczyzna"
|
1092 |
+
|
1093 |
+
#: polldaddy.php:1976
|
1094 |
+
msgid "Working Female"
|
1095 |
+
msgstr "Pracująca kobieta"
|
1096 |
+
|
1097 |
+
#: polldaddy.php:1979
|
1098 |
+
msgid "Thinking Male"
|
1099 |
+
msgstr "Zadumany mężczyzna"
|
1100 |
+
|
1101 |
+
#: polldaddy.php:1982
|
1102 |
+
msgid "Thinking Female"
|
1103 |
+
msgstr "Zadumana kobieta"
|
1104 |
+
|
1105 |
+
#: polldaddy.php:1985
|
1106 |
+
msgid "Sunset"
|
1107 |
+
msgstr "Zachód słońca"
|
1108 |
+
|
1109 |
+
#: polldaddy.php:1988
|
1110 |
+
msgid "Music"
|
1111 |
+
msgstr "Muzyka"
|
1112 |
+
|
1113 |
+
#: polldaddy.php:1993
|
1114 |
+
msgid "Wide"
|
1115 |
+
msgstr "Szeroki"
|
1116 |
+
|
1117 |
+
#: polldaddy.php:1994
|
1118 |
+
#: polldaddy.php:3529
|
1119 |
+
msgid "Medium"
|
1120 |
+
msgstr "Średni"
|
1121 |
+
|
1122 |
+
#: polldaddy.php:1995
|
1123 |
+
msgid "Narrow"
|
1124 |
+
msgstr "Wąski"
|
1125 |
+
|
1126 |
+
#: polldaddy.php:1996
|
1127 |
+
msgid "Width: 630px, the wide style is good for blog posts."
|
1128 |
+
msgstr "Szerokość: 630 pikseli, styl szeroki, w sam raz do umieszczenia w treści postów."
|
1129 |
+
|
1130 |
+
#: polldaddy.php:1997
|
1131 |
+
msgid "Width: 300px, the medium style is good for general use."
|
1132 |
+
msgstr "Szerokość: 300 pikseli, styl średni, uniwersalny."
|
1133 |
+
|
1134 |
+
#: polldaddy.php:1998
|
1135 |
+
msgid "Width 150px, the narrow style is good for sidebars etc."
|
1136 |
+
msgstr "Szerokość: 150 pikseli, styl wąski, w sam raz do paneli bocznych."
|
1137 |
+
|
1138 |
+
#: polldaddy.php:2030
|
1139 |
+
msgid "Answer"
|
1140 |
+
msgstr "Odpowiedź"
|
1141 |
+
|
1142 |
+
#: polldaddy.php:2045
|
1143 |
+
#, php-format
|
1144 |
+
msgid "Other (<a href=\"%s\">see below</a>)"
|
1145 |
+
msgstr "Inne (<a href=\"%s\">zobacz niżej</a>)"
|
1146 |
+
|
1147 |
+
#: polldaddy.php:2075
|
1148 |
+
#: polldaddy.php:4307
|
1149 |
+
msgid "Other Answer"
|
1150 |
+
msgstr "Inne odpowiedzi"
|
1151 |
+
|
1152 |
+
#: polldaddy.php:2140
|
1153 |
+
#: polldaddy.php:2525
|
1154 |
+
msgid "Style"
|
1155 |
+
msgstr "Styl"
|
1156 |
+
|
1157 |
+
#: polldaddy.php:2141
|
1158 |
+
msgid "Last Modified"
|
1159 |
+
msgstr "Ostatnia modyfikacja"
|
1160 |
+
|
1161 |
+
#: polldaddy.php:2181
|
1162 |
+
#, php-format
|
1163 |
+
msgid "No custom styles yet. <a href=\"%s\">Create one</a>"
|
1164 |
+
msgstr "Brak niestandardowych styli. <a href=\"%s\">Stwórz pierwszy</a>"
|
1165 |
+
|
1166 |
+
#: polldaddy.php:2257
|
1167 |
+
msgid "Style Name"
|
1168 |
+
msgstr "Nazwa stylu"
|
1169 |
+
|
1170 |
+
#: polldaddy.php:2272
|
1171 |
+
msgid "Preload Basic Style"
|
1172 |
+
msgstr "Załaduj styl podstawowy"
|
1173 |
+
|
1174 |
+
#: polldaddy.php:2286
|
1175 |
+
msgid "Load Style"
|
1176 |
+
msgstr "Załaduj styl"
|
1177 |
+
|
1178 |
+
#: polldaddy.php:2292
|
1179 |
+
msgid "Choose a part to edit..."
|
1180 |
+
msgstr "Wybierz część, którą chciałbyś edytować"
|
1181 |
+
|
1182 |
+
#: polldaddy.php:2296
|
1183 |
+
msgid "Poll Box"
|
1184 |
+
msgstr "\"Opakowanie\" sondy"
|
1185 |
+
|
1186 |
+
#: polldaddy.php:2297
|
1187 |
+
msgid "Question"
|
1188 |
+
msgstr "Pytanie"
|
1189 |
+
|
1190 |
+
#: polldaddy.php:2298
|
1191 |
+
msgid "Answer Group"
|
1192 |
+
msgstr "Grupa odpowiedzi"
|
1193 |
+
|
1194 |
+
#: polldaddy.php:2299
|
1195 |
+
msgid "Answer Check"
|
1196 |
+
msgstr "Przycisk odpowiedzi"
|
1197 |
+
|
1198 |
+
#: polldaddy.php:2301
|
1199 |
+
msgid "Other Input"
|
1200 |
+
msgstr "Pole własnej odpowiedzi"
|
1201 |
+
|
1202 |
+
#: polldaddy.php:2302
|
1203 |
+
msgid "Vote Button"
|
1204 |
+
msgstr "Przycisk głosowania"
|
1205 |
+
|
1206 |
+
#: polldaddy.php:2303
|
1207 |
+
msgid "Links"
|
1208 |
+
msgstr "Linki"
|
1209 |
+
|
1210 |
+
#: polldaddy.php:2304
|
1211 |
+
msgid "Result Background"
|
1212 |
+
msgstr "Tło wyników"
|
1213 |
+
|
1214 |
+
#: polldaddy.php:2305
|
1215 |
+
msgid "Result Bar"
|
1216 |
+
msgstr "Pasek wyniku"
|
1217 |
+
|
1218 |
+
#: polldaddy.php:2306
|
1219 |
+
#: polldaddy.php:3047
|
1220 |
+
msgid "Total Votes"
|
1221 |
+
msgstr "Łączna ilość głosów"
|
1222 |
+
|
1223 |
+
#: polldaddy.php:2318
|
1224 |
+
#: polldaddy.php:3602
|
1225 |
+
msgid "Font"
|
1226 |
+
msgstr "Czcionka"
|
1227 |
+
|
1228 |
+
#: polldaddy.php:2321
|
1229 |
+
msgid "Background"
|
1230 |
+
msgstr "Tło"
|
1231 |
+
|
1232 |
+
#: polldaddy.php:2324
|
1233 |
+
msgid "Border"
|
1234 |
+
msgstr "Ramka"
|
1235 |
+
|
1236 |
+
#: polldaddy.php:2327
|
1237 |
+
msgid "Margin"
|
1238 |
+
msgstr "Margines"
|
1239 |
+
|
1240 |
+
#: polldaddy.php:2330
|
1241 |
+
msgid "Padding"
|
1242 |
+
msgstr "Dopełnienie (wewnętrzny margines)"
|
1243 |
+
|
1244 |
+
#: polldaddy.php:2333
|
1245 |
+
#: polldaddy.php:2487
|
1246 |
+
#: polldaddy.php:2901
|
1247 |
+
msgid "Width"
|
1248 |
+
msgstr "Szerokość"
|
1249 |
+
|
1250 |
+
#: polldaddy.php:2336
|
1251 |
+
#: polldaddy.php:2917
|
1252 |
+
msgid "Height"
|
1253 |
+
msgstr "Wysokość"
|
1254 |
+
|
1255 |
+
#: polldaddy.php:2349
|
1256 |
+
#: polldaddy.php:2371
|
1257 |
+
msgid "Font Size"
|
1258 |
+
msgstr "Rozmiar czcionki"
|
1259 |
+
|
1260 |
+
#: polldaddy.php:2386
|
1261 |
+
#: polldaddy.php:2445
|
1262 |
+
#: polldaddy.php:2542
|
1263 |
+
#: polldaddy.php:3616
|
1264 |
+
msgid "Color"
|
1265 |
+
msgstr "Kolor"
|
1266 |
+
|
1267 |
+
#: polldaddy.php:2392
|
1268 |
+
#: polldaddy.php:3649
|
1269 |
+
msgid "Bold"
|
1270 |
+
msgstr "Pogrubienie"
|
1271 |
+
|
1272 |
+
#: polldaddy.php:2398
|
1273 |
+
#: polldaddy.php:3658
|
1274 |
+
msgid "Italic"
|
1275 |
+
msgstr "Pochylenie"
|
1276 |
+
|
1277 |
+
#: polldaddy.php:2404
|
1278 |
+
msgid "Underline"
|
1279 |
+
msgstr "Podkreślenie"
|
1280 |
+
|
1281 |
+
#: polldaddy.php:2410
|
1282 |
+
#: polldaddy.php:3635
|
1283 |
+
msgid "Line Height"
|
1284 |
+
msgstr "Interlinia"
|
1285 |
+
|
1286 |
+
#: polldaddy.php:2432
|
1287 |
+
#: polldaddy.php:3574
|
1288 |
+
msgid "Align"
|
1289 |
+
msgstr "Wyrównanie"
|
1290 |
+
|
1291 |
+
#: polldaddy.php:2435
|
1292 |
+
#: polldaddy.php:2705
|
1293 |
+
#: polldaddy.php:2860
|
1294 |
+
#: polldaddy.php:3577
|
1295 |
+
msgid "Left"
|
1296 |
+
msgstr "do lewej"
|
1297 |
+
|
1298 |
+
#: polldaddy.php:2436
|
1299 |
+
#: polldaddy.php:3577
|
1300 |
+
msgid "Center"
|
1301 |
+
msgstr "do środka"
|
1302 |
+
|
1303 |
+
#: polldaddy.php:2437
|
1304 |
+
#: polldaddy.php:2629
|
1305 |
+
#: polldaddy.php:2784
|
1306 |
+
#: polldaddy.php:3577
|
1307 |
+
#: polldaddy.php:3591
|
1308 |
+
msgid "Right"
|
1309 |
+
msgstr "do prawej"
|
1310 |
+
|
1311 |
+
#: polldaddy.php:2451
|
1312 |
+
msgid "Image URL"
|
1313 |
+
msgstr "Adres obrazka"
|
1314 |
+
|
1315 |
+
#: polldaddy.php:2451
|
1316 |
+
#: polldaddy.php:2901
|
1317 |
+
msgid "Click here for more information"
|
1318 |
+
msgstr "Kliknij tu po więcej informacji"
|
1319 |
+
|
1320 |
+
#: polldaddy.php:2457
|
1321 |
+
msgid "Image Repeat"
|
1322 |
+
msgstr "Powtarzanie obrazka"
|
1323 |
+
|
1324 |
+
#: polldaddy.php:2460
|
1325 |
+
msgid "repeat"
|
1326 |
+
msgstr "powtarzanie"
|
1327 |
+
|
1328 |
+
#: polldaddy.php:2461
|
1329 |
+
msgid "no-repeat"
|
1330 |
+
msgstr "brak powtarzania"
|
1331 |
+
|
1332 |
+
#: polldaddy.php:2462
|
1333 |
+
msgid "repeat-x"
|
1334 |
+
msgstr "powtarzanie w poziomie"
|
1335 |
+
|
1336 |
+
#: polldaddy.php:2463
|
1337 |
+
msgid "repeat-y"
|
1338 |
+
msgstr "powtarzanie w pionie"
|
1339 |
+
|
1340 |
+
#: polldaddy.php:2468
|
1341 |
+
msgid "Image Position"
|
1342 |
+
msgstr "Pozycja obrazka"
|
1343 |
+
|
1344 |
+
#: polldaddy.php:2471
|
1345 |
+
msgid "left top"
|
1346 |
+
msgstr "lewo i góra"
|
1347 |
+
|
1348 |
+
#: polldaddy.php:2472
|
1349 |
+
msgid "left center"
|
1350 |
+
msgstr "lewo i środek"
|
1351 |
+
|
1352 |
+
#: polldaddy.php:2473
|
1353 |
+
msgid "left bottom"
|
1354 |
+
msgstr "lewo i dół"
|
1355 |
+
|
1356 |
+
#: polldaddy.php:2474
|
1357 |
+
msgid "center top"
|
1358 |
+
msgstr "środek góra"
|
1359 |
+
|
1360 |
+
#: polldaddy.php:2475
|
1361 |
+
msgid "center center"
|
1362 |
+
msgstr "środek"
|
1363 |
+
|
1364 |
+
#: polldaddy.php:2476
|
1365 |
+
msgid "center bottom"
|
1366 |
+
msgstr "środek dół"
|
1367 |
+
|
1368 |
+
#: polldaddy.php:2477
|
1369 |
+
msgid "right top"
|
1370 |
+
msgstr "prawo góra"
|
1371 |
+
|
1372 |
+
#: polldaddy.php:2478
|
1373 |
+
msgid "right center"
|
1374 |
+
msgstr "prawo środek"
|
1375 |
+
|
1376 |
+
#: polldaddy.php:2479
|
1377 |
+
msgid "right bottom"
|
1378 |
+
msgstr "prawo dół"
|
1379 |
+
|
1380 |
+
#: polldaddy.php:2528
|
1381 |
+
msgid "none"
|
1382 |
+
msgstr "brak"
|
1383 |
+
|
1384 |
+
#: polldaddy.php:2529
|
1385 |
+
msgid "solid"
|
1386 |
+
msgstr "ciągła"
|
1387 |
+
|
1388 |
+
#: polldaddy.php:2530
|
1389 |
+
msgid "dotted"
|
1390 |
+
msgstr "kropkowana"
|
1391 |
+
|
1392 |
+
#: polldaddy.php:2531
|
1393 |
+
msgid "dashed"
|
1394 |
+
msgstr "kreskowana"
|
1395 |
+
|
1396 |
+
#: polldaddy.php:2532
|
1397 |
+
msgid "double"
|
1398 |
+
msgstr "podwójna"
|
1399 |
+
|
1400 |
+
#: polldaddy.php:2533
|
1401 |
+
msgid "groove"
|
1402 |
+
msgstr "fantazyjna"
|
1403 |
+
|
1404 |
+
#: polldaddy.php:2534
|
1405 |
+
msgid "inset"
|
1406 |
+
msgstr "3D wklęsła"
|
1407 |
+
|
1408 |
+
#: polldaddy.php:2535
|
1409 |
+
msgid "outset"
|
1410 |
+
msgstr "3D wypukła"
|
1411 |
+
|
1412 |
+
#: polldaddy.php:2536
|
1413 |
+
msgid "ridge"
|
1414 |
+
msgstr "3D ramka wypukła"
|
1415 |
+
|
1416 |
+
#: polldaddy.php:2537
|
1417 |
+
msgid "hidden"
|
1418 |
+
msgstr "ukryta"
|
1419 |
+
|
1420 |
+
#: polldaddy.php:2548
|
1421 |
+
msgid "Rounded Corners"
|
1422 |
+
msgstr "Zaokrąglone rogi"
|
1423 |
+
|
1424 |
+
#: polldaddy.php:2584
|
1425 |
+
msgid "Not supported in Internet Explorer."
|
1426 |
+
msgstr "Niewspierane w Internet Explorerze."
|
1427 |
+
|
1428 |
+
#: polldaddy.php:2591
|
1429 |
+
#: polldaddy.php:2746
|
1430 |
+
#: polldaddy.php:3591
|
1431 |
+
msgid "Top"
|
1432 |
+
msgstr "Góra"
|
1433 |
+
|
1434 |
+
#: polldaddy.php:2667
|
1435 |
+
#: polldaddy.php:2822
|
1436 |
+
#: polldaddy.php:3591
|
1437 |
+
msgid "Bottom"
|
1438 |
+
msgstr "Dół"
|
1439 |
+
|
1440 |
+
#: polldaddy.php:2909
|
1441 |
+
msgid "If you change the width of the<br/> poll you may also need to change<br/> the width of your answers."
|
1442 |
+
msgstr "Jeśli zmienisz szerokość<br/> sondy, być może będziesz musiał zmienić także<br/> szerokość odpowiedzi."
|
1443 |
+
|
1444 |
+
#: polldaddy.php:2944
|
1445 |
+
#: polldaddy.php:3098
|
1446 |
+
msgid "Do you mostly use the internet at work, in school or at home?"
|
1447 |
+
msgstr "Gdzie spędzasz najwięcej czasu w intenecie, w domu, w szkole, czy też w pracy?"
|
1448 |
+
|
1449 |
+
#: polldaddy.php:2957
|
1450 |
+
msgid "I use it in school."
|
1451 |
+
msgstr "W szkole."
|
1452 |
+
|
1453 |
+
#: polldaddy.php:2965
|
1454 |
+
#: polldaddy.php:3017
|
1455 |
+
msgid "I use it at home."
|
1456 |
+
msgstr "W domu"
|
1457 |
+
|
1458 |
+
#: polldaddy.php:2973
|
1459 |
+
#: polldaddy.php:3026
|
1460 |
+
msgid "I use it every where I go, at work and home and anywhere else that I can!"
|
1461 |
+
msgstr "Użwyam go, gdzie tylko się da."
|
1462 |
+
|
1463 |
+
#: polldaddy.php:2981
|
1464 |
+
#: polldaddy.php:3035
|
1465 |
+
msgid "Other"
|
1466 |
+
msgstr "Inna odpowiedź"
|
1467 |
+
|
1468 |
+
#: polldaddy.php:2993
|
1469 |
+
#: polldaddy.php:3447
|
1470 |
+
msgid "Vote"
|
1471 |
+
msgstr "Zagłosuj"
|
1472 |
+
|
1473 |
+
#: polldaddy.php:2995
|
1474 |
+
msgid "View Results"
|
1475 |
+
msgstr "Pokaż wyniki"
|
1476 |
+
|
1477 |
+
#: polldaddy.php:3008
|
1478 |
+
msgid "I use it in school!"
|
1479 |
+
msgstr "W szkole!"
|
1480 |
+
|
1481 |
+
#: polldaddy.php:3008
|
1482 |
+
#: polldaddy.php:3017
|
1483 |
+
#: polldaddy.php:3026
|
1484 |
+
#: polldaddy.php:3035
|
1485 |
+
#, php-format
|
1486 |
+
msgid "(%d votes)"
|
1487 |
+
msgstr "(głosów %d)"
|
1488 |
+
|
1489 |
+
#: polldaddy.php:3053
|
1490 |
+
#: polldaddy.php:3308
|
1491 |
+
#: polldaddy.php:4022
|
1492 |
+
msgid "Comments"
|
1493 |
+
msgstr "Komentarze"
|
1494 |
+
|
1495 |
+
#: polldaddy.php:3055
|
1496 |
+
msgid "Return To Poll"
|
1497 |
+
msgstr "Wróć do sondy"
|
1498 |
+
|
1499 |
+
#: polldaddy.php:3076
|
1500 |
+
msgid "Save Style"
|
1501 |
+
msgstr "Zapisz styl"
|
1502 |
+
|
1503 |
+
#: polldaddy.php:3078
|
1504 |
+
msgid "Check this box if you wish to update the polls that use this style."
|
1505 |
+
msgstr "Zaznacz tę opcję jeśli chcesz zaktualizować również sondy używające tego stylu."
|
1506 |
+
|
1507 |
+
#: polldaddy.php:3097
|
1508 |
+
msgid "Thank you for voting!"
|
1509 |
+
msgstr "Dziękujemy za oddanie głosu!"
|
1510 |
+
|
1511 |
+
#: polldaddy.php:3186
|
1512 |
+
#, php-format
|
1513 |
+
msgid "Sorry! There was an error creating your rating widget. Please contact <a href=\"%1$s\" %2$s>PollDaddy support</a> to fix this."
|
1514 |
+
msgstr "Przykro nam, ale wystąpił błąd w tworzenie widżeta Twoich Ocen. Proszę skontaktuj się ze <a href=\"%1$s\" %2$s>wsparciem PollDaddy</a> aby rozwiązać ten problem."
|
1515 |
+
|
1516 |
+
#: polldaddy.php:3286
|
1517 |
+
msgid "Rating Settings"
|
1518 |
+
msgstr "Ustawienia Ocen"
|
1519 |
+
|
1520 |
+
#: polldaddy.php:3288
|
1521 |
+
msgid "Rating updated"
|
1522 |
+
msgstr "Ocena zaktualizowana"
|
1523 |
+
|
1524 |
+
#: polldaddy.php:3300
|
1525 |
+
#: polldaddy.php:4022
|
1526 |
+
msgid "Posts"
|
1527 |
+
msgstr "Posty"
|
1528 |
+
|
1529 |
+
#: polldaddy.php:3304
|
1530 |
+
#: polldaddy.php:4022
|
1531 |
+
msgid "Pages"
|
1532 |
+
msgstr "Strony"
|
1533 |
+
|
1534 |
+
#: polldaddy.php:3319
|
1535 |
+
msgid "Enable for blog posts"
|
1536 |
+
msgstr "Aktywuj dla postów"
|
1537 |
+
|
1538 |
+
#: polldaddy.php:3323
|
1539 |
+
#: polldaddy.php:3341
|
1540 |
+
msgid "Above each blog post"
|
1541 |
+
msgstr "Nad każdym postem"
|
1542 |
+
|
1543 |
+
#: polldaddy.php:3323
|
1544 |
+
#: polldaddy.php:3341
|
1545 |
+
msgid "Below each blog post"
|
1546 |
+
msgstr "Pod każdym postem"
|
1547 |
+
|
1548 |
+
#: polldaddy.php:3337
|
1549 |
+
msgid "Enable for front page"
|
1550 |
+
msgstr "Aktywuj dla strony głównej"
|
1551 |
+
|
1552 |
+
#: polldaddy.php:3357
|
1553 |
+
msgid "Enable for pages"
|
1554 |
+
msgstr "Aktywuj dla stron"
|
1555 |
+
|
1556 |
+
#: polldaddy.php:3361
|
1557 |
+
msgid "Above each page"
|
1558 |
+
msgstr "Nad każdą stroną"
|
1559 |
+
|
1560 |
+
#: polldaddy.php:3361
|
1561 |
+
msgid "Below each page"
|
1562 |
+
msgstr "Pod każdą stroną"
|
1563 |
+
|
1564 |
+
#: polldaddy.php:3377
|
1565 |
+
msgid "Enable for comments"
|
1566 |
+
msgstr "Aktywuj dla komentarzy"
|
1567 |
+
|
1568 |
+
#: polldaddy.php:3381
|
1569 |
+
msgid "Above each comment"
|
1570 |
+
msgstr "Nad każdym komentarzem"
|
1571 |
+
|
1572 |
+
#: polldaddy.php:3381
|
1573 |
+
msgid "Below each comment"
|
1574 |
+
msgstr "Pod każdym komentarzem"
|
1575 |
+
|
1576 |
+
#: polldaddy.php:3396
|
1577 |
+
#: polldaddy.php:3427
|
1578 |
+
msgid "Save Changes"
|
1579 |
+
msgstr "Zapisz zmiany"
|
1580 |
+
|
1581 |
+
#: polldaddy.php:3407
|
1582 |
+
msgid "Advanced Settings"
|
1583 |
+
msgstr "Zaawansowane ustawienia"
|
1584 |
+
|
1585 |
+
#: polldaddy.php:3420
|
1586 |
+
msgid "Save"
|
1587 |
+
msgstr "Zapisz"
|
1588 |
+
|
1589 |
+
#: polldaddy.php:3436
|
1590 |
+
msgid "This is a demo of what your rating widget will look like"
|
1591 |
+
msgstr "To demonstracja tego, jak będzie wyglądał Twój widżet ocen"
|
1592 |
+
|
1593 |
+
#: polldaddy.php:3443
|
1594 |
+
msgid "Customize Labels"
|
1595 |
+
msgstr "Dostosuj etykiety"
|
1596 |
+
|
1597 |
+
#: polldaddy.php:3455
|
1598 |
+
msgid "Rate This"
|
1599 |
+
msgstr "Oceń"
|
1600 |
+
|
1601 |
+
#: polldaddy.php:3459
|
1602 |
+
#, php-format
|
1603 |
+
msgid "%d star"
|
1604 |
+
msgstr "%d gwiazdka"
|
1605 |
+
|
1606 |
+
#: polldaddy.php:3463
|
1607 |
+
#: polldaddy.php:3467
|
1608 |
+
#: polldaddy.php:3471
|
1609 |
+
#: polldaddy.php:3475
|
1610 |
+
#, php-format
|
1611 |
+
msgid "%d stars"
|
1612 |
+
msgstr "Gwiazdek %d"
|
1613 |
+
|
1614 |
+
#: polldaddy.php:3479
|
1615 |
+
msgid "Thank You"
|
1616 |
+
msgstr "Dziękuję"
|
1617 |
+
|
1618 |
+
#: polldaddy.php:3483
|
1619 |
+
msgid "Rate Up"
|
1620 |
+
msgstr "Podoba mi się"
|
1621 |
+
|
1622 |
+
#: polldaddy.php:3487
|
1623 |
+
msgid "Rate Down"
|
1624 |
+
msgstr "Nie podoba mi się"
|
1625 |
+
|
1626 |
+
#: polldaddy.php:3496
|
1627 |
+
msgid "Rating Type"
|
1628 |
+
msgstr "Typ Oceny"
|
1629 |
+
|
1630 |
+
#: polldaddy.php:3498
|
1631 |
+
msgid "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."
|
1632 |
+
msgstr "Tu mozesz wybrać jak ma być wyświetlany system oceniania. Pięciogwiazdkowy system jest bardziej popularny. Typ Nero natomiast znacząco upraszcza głosowanie."
|
1633 |
+
|
1634 |
+
#: polldaddy.php:3506
|
1635 |
+
#, php-format
|
1636 |
+
msgid "%d Star Rating"
|
1637 |
+
msgstr "Ocenianie %d-gwiazdkowe"
|
1638 |
+
|
1639 |
+
#: polldaddy.php:3515
|
1640 |
+
msgid "Nero Rating"
|
1641 |
+
msgstr "Ocenianie Nero"
|
1642 |
+
|
1643 |
+
#: polldaddy.php:3522
|
1644 |
+
msgid "Rating Style"
|
1645 |
+
msgstr "Styl Ocen"
|
1646 |
+
|
1647 |
+
#: polldaddy.php:3529
|
1648 |
+
msgid "Small"
|
1649 |
+
msgstr "Mały"
|
1650 |
+
|
1651 |
+
#: polldaddy.php:3529
|
1652 |
+
msgid "Large"
|
1653 |
+
msgstr "Duży"
|
1654 |
+
|
1655 |
+
#: polldaddy.php:3540
|
1656 |
+
msgid "Star Color"
|
1657 |
+
msgstr "Kolor gwiazdek"
|
1658 |
+
|
1659 |
+
#: polldaddy.php:3543
|
1660 |
+
msgid "Yellow"
|
1661 |
+
msgstr "Żółty"
|
1662 |
+
|
1663 |
+
#: polldaddy.php:3543
|
1664 |
+
msgid "Red"
|
1665 |
+
msgstr "Czerwony"
|
1666 |
+
|
1667 |
+
#: polldaddy.php:3543
|
1668 |
+
msgid "Blue"
|
1669 |
+
msgstr "Niebieski"
|
1670 |
+
|
1671 |
+
#: polldaddy.php:3543
|
1672 |
+
msgid "Green"
|
1673 |
+
msgstr "Zielony"
|
1674 |
+
|
1675 |
+
#: polldaddy.php:3543
|
1676 |
+
msgid "Grey"
|
1677 |
+
msgstr "Szary"
|
1678 |
+
|
1679 |
+
#: polldaddy.php:3552
|
1680 |
+
msgid "Hand"
|
1681 |
+
msgstr "Ręka"
|
1682 |
+
|
1683 |
+
#: polldaddy.php:3563
|
1684 |
+
msgid "Custom Image"
|
1685 |
+
msgstr "Własny obrazek"
|
1686 |
+
|
1687 |
+
#: polldaddy.php:3570
|
1688 |
+
msgid "Text Layout & Font"
|
1689 |
+
msgstr "Rozmieszczenie tekstu i czcionka"
|
1690 |
+
|
1691 |
+
#: polldaddy.php:3588
|
1692 |
+
msgid "Position"
|
1693 |
+
msgstr "Pozycja"
|
1694 |
+
|
1695 |
+
#: polldaddy.php:3605
|
1696 |
+
#: polldaddy.php:3624
|
1697 |
+
#: polldaddy.php:3638
|
1698 |
+
msgid "Inherit"
|
1699 |
+
msgstr "Wymuś odziedziczenie"
|
1700 |
+
|
1701 |
+
#: polldaddy.php:3621
|
1702 |
+
msgid "Size"
|
1703 |
+
msgstr "Wielkość"
|
1704 |
+
|
1705 |
+
#: polldaddy.php:3671
|
1706 |
+
#: polldaddy.php:3702
|
1707 |
+
#: polldaddy.php:3732
|
1708 |
+
msgid "Extra Settings"
|
1709 |
+
msgstr "Dodatkowe ustawienia"
|
1710 |
+
|
1711 |
+
#: polldaddy.php:3675
|
1712 |
+
#: polldaddy.php:3706
|
1713 |
+
#: polldaddy.php:3736
|
1714 |
+
msgid "Rating ID"
|
1715 |
+
msgstr "ID Oceny"
|
1716 |
+
|
1717 |
+
#: polldaddy.php:3681
|
1718 |
+
msgid "This is the rating ID used in posts"
|
1719 |
+
msgstr "To jest ID Oceny używane w postach"
|
1720 |
+
|
1721 |
+
#: polldaddy.php:3686
|
1722 |
+
msgid "Exclude Posts"
|
1723 |
+
msgstr "Wyklucz posty"
|
1724 |
+
|
1725 |
+
#: polldaddy.php:3692
|
1726 |
+
msgid "Enter the Post IDs where you want to exclude ratings from. Please use a comma-delimited list, eg. 1,2,3"
|
1727 |
+
msgstr "Wpisz identyfikatory postów, które chciałbyś wyłączyć z oceniania. Identyfikatory rozdziel przecinkami, np. 1,2,3"
|
1728 |
+
|
1729 |
+
#: polldaddy.php:3712
|
1730 |
+
msgid "This is the rating ID used in pages"
|
1731 |
+
msgstr "To jest ID Oceny używane na stronach"
|
1732 |
+
|
1733 |
+
#: polldaddy.php:3717
|
1734 |
+
msgid "Exclude Pages"
|
1735 |
+
msgstr "Wyklucz strony"
|
1736 |
+
|
1737 |
+
#: polldaddy.php:3723
|
1738 |
+
msgid "Enter the Page IDs where you want to exclude ratings from. Please use a comma-delimited list, eg. 1,2,3"
|
1739 |
+
msgstr "Wpisz identyfikatory stron, które chciałbyś wyłączyć z oceniania. Identyfikatory rozdziel przecinkami, np. 1,2,3"
|
1740 |
+
|
1741 |
+
#: polldaddy.php:3742
|
1742 |
+
msgid "This is the rating ID used in comments"
|
1743 |
+
msgstr "To jest ID Oceny używanej w komentarzach"
|
1744 |
+
|
1745 |
+
#: polldaddy.php:4002
|
1746 |
+
msgid "«"
|
1747 |
+
msgstr "«"
|
1748 |
+
|
1749 |
+
#: polldaddy.php:4003
|
1750 |
+
msgid "»"
|
1751 |
+
msgstr "»"
|
1752 |
+
|
1753 |
+
#: polldaddy.php:4009
|
1754 |
+
msgid "Rating Reports"
|
1755 |
+
msgstr "Raporty Ocen"
|
1756 |
+
|
1757 |
+
#: polldaddy.php:4031
|
1758 |
+
msgid "Last 24 hours"
|
1759 |
+
msgstr "Ostatnia doba"
|
1760 |
+
|
1761 |
+
#: polldaddy.php:4031
|
1762 |
+
msgid "Last 7 days"
|
1763 |
+
msgstr "Ostatni tydzień"
|
1764 |
+
|
1765 |
+
#: polldaddy.php:4031
|
1766 |
+
msgid "Last 31 days"
|
1767 |
+
msgstr "Ostatnie 31 dni"
|
1768 |
+
|
1769 |
+
#: polldaddy.php:4031
|
1770 |
+
msgid "Last 3 months"
|
1771 |
+
msgstr "Ostatni kwartał"
|
1772 |
+
|
1773 |
+
#: polldaddy.php:4031
|
1774 |
+
msgid "Last 12 months"
|
1775 |
+
msgstr "Ostatni rok"
|
1776 |
+
|
1777 |
+
#: polldaddy.php:4031
|
1778 |
+
msgid "All time"
|
1779 |
+
msgstr "Wszystkie"
|
1780 |
+
|
1781 |
+
#: polldaddy.php:4039
|
1782 |
+
msgid "Filter"
|
1783 |
+
msgstr "Filtr"
|
1784 |
+
|
1785 |
+
#: polldaddy.php:4052
|
1786 |
+
#, php-format
|
1787 |
+
msgid "No ratings have been collected for your %s yet."
|
1788 |
+
msgstr "Nikt jeszcze nie ocenił %s."
|
1789 |
+
|
1790 |
+
#: polldaddy.php:4060
|
1791 |
+
msgid "Unique ID"
|
1792 |
+
msgstr "Inikalny identyfikator"
|
1793 |
+
|
1794 |
+
#: polldaddy.php:4061
|
1795 |
+
msgid "Start Date"
|
1796 |
+
msgstr "Data rozpoczęcia"
|
1797 |
+
|
1798 |
+
#: polldaddy.php:4063
|
1799 |
+
msgid "Average Rating"
|
1800 |
+
msgstr "Średnia ocena"
|
1801 |
+
|
1802 |
+
#: polldaddy.php:4240
|
1803 |
+
msgid "PollDaddy Account Info"
|
1804 |
+
msgstr "Informacje konta PollDaddy"
|
1805 |
+
|
1806 |
+
#: polldaddy.php:4243
|
1807 |
+
msgid "This is the PollDadddy account you currently have imported into your WordPress account"
|
1808 |
+
msgstr "To jest konto PollDaddy aktualnie zaimportowane do Twojego konta WordPressa."
|
1809 |
+
|
1810 |
+
#: polldaddy.php:4274
|
1811 |
+
msgid "Import Account"
|
1812 |
+
msgstr "Zaimportuj konto"
|
1813 |
+
|
1814 |
+
#: polldaddy.php:4280
|
1815 |
+
msgid "General Settings"
|
1816 |
+
msgstr "Ogólne ustawnienia"
|
1817 |
+
|
1818 |
+
#: polldaddy.php:4288
|
1819 |
+
msgid "Default poll settings"
|
1820 |
+
msgstr "Domyślne ustawienia sond"
|
1821 |
+
|
1822 |
+
#: polldaddy.php:4297
|
1823 |
+
msgid "Multiple Choice"
|
1824 |
+
msgstr "Wielokrotny wybór"
|
1825 |
+
|
1826 |
+
#: polldaddy.php:4302
|
1827 |
+
msgid "Randomise Answers"
|
1828 |
+
msgstr "Losuj kolejność odp."
|
1829 |
+
|
1830 |
+
#: polldaddy.php:4312
|
1831 |
+
msgid "Sharing"
|
1832 |
+
msgstr "Dzielenie się"
|
1833 |
+
|
1834 |
+
#: polldaddy.php:4316
|
1835 |
+
msgid "Show"
|
1836 |
+
msgstr "Pokaż"
|
1837 |
+
|
1838 |
+
#: polldaddy.php:4317
|
1839 |
+
msgid "Hide"
|
1840 |
+
msgstr "Ukryj"
|
1841 |
+
|
1842 |
+
#: polldaddy.php:4318
|
1843 |
+
msgid "Percentages"
|
1844 |
+
msgstr "Wart. procentowe"
|
1845 |
+
|
1846 |
+
#: polldaddy.php:4328
|
1847 |
+
msgid "Poll style"
|
1848 |
+
msgstr "Styl sondy"
|
1849 |
+
|
1850 |
+
#: polldaddy.php:4333
|
1851 |
+
msgid "Off"
|
1852 |
+
msgstr "Wyłączona"
|
1853 |
+
|
1854 |
+
#: polldaddy.php:4334
|
1855 |
+
msgid "Cookie"
|
1856 |
+
msgstr "Ciasteczko"
|
1857 |
+
|
1858 |
+
#: polldaddy.php:4335
|
1859 |
+
msgid "Cookie & IP address"
|
1860 |
+
msgstr "Ciasteczko i adres IP"
|
1861 |
+
|
1862 |
+
#: polldaddy.php:4349
|
1863 |
+
msgid "Block expiration limit"
|
1864 |
+
msgstr "Zablokuj limit wygaśnięcia"
|
1865 |
+
|
1866 |
+
#: polldaddy.php:4361
|
1867 |
+
msgid "Save Options"
|
1868 |
+
msgstr "Zapisz zmiany"
|
1869 |
+
|
1870 |
+
#. Plugin Name of the plugin/theme
|
1871 |
+
msgid "PollDaddy Polls"
|
1872 |
+
msgstr "Sondy PollDaddy"
|
1873 |
+
|
1874 |
+
#. Description of the plugin/theme
|
1875 |
+
msgid "Create and manage PollDaddy polls and ratings in WordPress"
|
1876 |
+
msgstr "Twórz i zarządzaj sondami i ocenami PollDaddy przy pomocy WordPressa"
|
1877 |
+
|
1878 |
+
#. Author of the plugin/theme
|
1879 |
+
msgid "Automattic, Inc."
|
1880 |
+
msgstr "głoAutomattic"
|
1881 |
+
|
locale/{polldaddy-pt_br.mo → polldaddy-pt_BR.mo}
RENAMED
File without changes
|
locale/{polldaddy-pt_br.po → polldaddy-pt_BR.po}
RENAMED
File without changes
|
locale/polldaddy-sp.po
ADDED
@@ -0,0 +1,1124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of the WordPress plugin PollDaddy Polls 1.8.3 by Automattic, Inc..
|
2 |
+
# Copyright (C) 2010 Automattic, Inc.
|
3 |
+
# This file is distributed under the same license as the PollDaddy Polls package.
|
4 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
5 |
+
#
|
6 |
+
msgid ""
|
7 |
+
msgstr ""
|
8 |
+
"Project-Id-Version: PollDaddy Polls 1.8.3\n"
|
9 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/polldaddy\n"
|
10 |
+
"POT-Creation-Date: 2010-02-23 12:33+0000\n"
|
11 |
+
"PO-Revision-Date: 2010-03-06 16:37+0100\n"
|
12 |
+
"Last-Translator: Víctor Pimentel <victor.pimentel@gmail.com>\n"
|
13 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
+
"MIME-Version: 1.0\n"
|
15 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
16 |
+
"Content-Transfer-Encoding: 8bit\n"
|
17 |
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
18 |
+
|
19 |
+
#: polldaddy-org.php:134
|
20 |
+
#: polldaddy.php:128
|
21 |
+
#: polldaddy.php:892
|
22 |
+
msgid "Email address required"
|
23 |
+
msgstr "El email es obligatorio"
|
24 |
+
|
25 |
+
#: polldaddy-org.php:137
|
26 |
+
#: polldaddy.php:131
|
27 |
+
#: polldaddy.php:895
|
28 |
+
msgid "Password required"
|
29 |
+
msgstr "La contraseña es obligatoria"
|
30 |
+
|
31 |
+
#: polldaddy-org.php:169
|
32 |
+
msgid "Could not connect to PollDaddy API Key service"
|
33 |
+
msgstr "No se pudo conectar al servicio de claves para la API de PollDaddy"
|
34 |
+
|
35 |
+
#: polldaddy-org.php:183
|
36 |
+
#: polldaddy.php:161
|
37 |
+
msgid "Can't connect to PollDaddy.com"
|
38 |
+
msgstr "No se puede conectar con PollDaddy.com"
|
39 |
+
|
40 |
+
#: polldaddy-org.php:213
|
41 |
+
msgid "Login to PollDaddy failed. Double check your email address and password."
|
42 |
+
msgstr "Falló la autenticación con PollDaddy. Vuelve a verificar tu email y contraseña."
|
43 |
+
|
44 |
+
#: polldaddy-org.php:215
|
45 |
+
msgid "If your email address and password are correct, your host may not support secure logins."
|
46 |
+
msgstr "Si tu email y contraseña son correctos, puede que tu servidor de hosting no soporte autentificación segura."
|
47 |
+
|
48 |
+
#: polldaddy-org.php:216
|
49 |
+
msgid "In that case, you may be able to log in to PollDaddy by unchecking the \"Use SSL to Log in\" checkbox."
|
50 |
+
msgstr "En tal caso, puede que seas capaz de autenticarte en PollDaddy si deshabilitas la opción \"Usar SSL al entrar\""
|
51 |
+
|
52 |
+
#: polldaddy-org.php:227
|
53 |
+
#: polldaddy.php:198
|
54 |
+
msgid "Account could not be accessed. Are your email address and password correct?"
|
55 |
+
msgstr "La cuenta no está accesible. ¿Seguro que tu email y contraseña son correctos?"
|
56 |
+
|
57 |
+
#: polldaddy-org.php:241
|
58 |
+
#: polldaddy.php:249
|
59 |
+
msgid "PollDaddy Account"
|
60 |
+
msgstr "Cuenta de PollDaddy"
|
61 |
+
|
62 |
+
#: polldaddy-org.php:243
|
63 |
+
#: polldaddy.php:251
|
64 |
+
#, php-format
|
65 |
+
msgid "Before you can use the PollDaddy plugin, you need to enter your <a href=\"%s\">PollDaddy.com</a> account details."
|
66 |
+
msgstr "Antes de que uses el plugin de PollDaddy, necesitas rellenar tus datos de cuenta en <a href=\"%s\">PollDaddy.com</a>."
|
67 |
+
|
68 |
+
#: polldaddy-org.php:250
|
69 |
+
#: polldaddy.php:258
|
70 |
+
#: polldaddy.php:3867
|
71 |
+
msgid "PollDaddy Email Address"
|
72 |
+
msgstr "Email en PollDaddy"
|
73 |
+
|
74 |
+
#: polldaddy-org.php:258
|
75 |
+
#: polldaddy.php:266
|
76 |
+
#: polldaddy.php:3877
|
77 |
+
msgid "PollDaddy Password"
|
78 |
+
msgstr "Contraseña en PollDaddy"
|
79 |
+
|
80 |
+
#: polldaddy-org.php:271
|
81 |
+
msgid "Use SSL to Log in"
|
82 |
+
msgstr "Usar SSL al entrar"
|
83 |
+
|
84 |
+
#: polldaddy-org.php:275
|
85 |
+
msgid "This ensures a secure login to your PollDaddy account. Only uncheck if you are having problems logging in."
|
86 |
+
msgstr "Esto asegura una autentificación segura a tu cuenta de PollDaddy. Deselecciónalo solo si estás teniendo problemas al entrar."
|
87 |
+
|
88 |
+
#: polldaddy-org.php:285
|
89 |
+
#: polldaddy.php:278
|
90 |
+
msgid "Submit"
|
91 |
+
msgstr "Enviar"
|
92 |
+
|
93 |
+
#: polldaddy-org.php:301
|
94 |
+
msgid "Multiple PollDaddy Accounts"
|
95 |
+
msgstr "Varias cuentas de PollDaddy"
|
96 |
+
|
97 |
+
#: polldaddy-org.php:307
|
98 |
+
msgid "This setting will allow each blog user to import a PollDaddy account."
|
99 |
+
msgstr "Esta opción permitirá a cada usuario del blog importar una cuenta de PollDaddy."
|
100 |
+
|
101 |
+
#: polldaddy-org.php:314
|
102 |
+
msgid "Sync Ratings Account"
|
103 |
+
msgstr "Sincronizar votaciones con tu cuenta"
|
104 |
+
|
105 |
+
#: polldaddy-org.php:320
|
106 |
+
msgid "This will syncronize your ratings PollDaddy account."
|
107 |
+
msgstr "Esto sincronizará las votaciones con tu cuenta de PollDaddy."
|
108 |
+
|
109 |
+
#: polldaddy-org.php:327
|
110 |
+
msgid "Posts Rating ID"
|
111 |
+
msgstr "Identificador de votaciones de entradas"
|
112 |
+
|
113 |
+
#: polldaddy-org.php:333
|
114 |
+
msgid "This is the rating ID used in posts"
|
115 |
+
msgstr "Este es el identificador de las votaciones de entradas."
|
116 |
+
|
117 |
+
#: polldaddy-org.php:340
|
118 |
+
msgid "Pages Rating ID"
|
119 |
+
msgstr "Identificador de votaciones de páginas"
|
120 |
+
|
121 |
+
#: polldaddy-org.php:346
|
122 |
+
msgid "This is the rating ID used in pages"
|
123 |
+
msgstr "Este es el identificador de las votaciones de entradas."
|
124 |
+
|
125 |
+
#: polldaddy-org.php:353
|
126 |
+
msgid "Comments Rating ID"
|
127 |
+
msgstr "Identificador de votaciones de comentarios"
|
128 |
+
|
129 |
+
#: polldaddy-org.php:359
|
130 |
+
msgid "This is the rating ID used in comments"
|
131 |
+
msgstr "Este es el identificador de las votaciones de comentarios."
|
132 |
+
|
133 |
+
#: polldaddy-org.php:519
|
134 |
+
msgid "A list of your top rated posts, pages or comments."
|
135 |
+
msgstr "Una lista de tus entradas, páginas o comentarios más populares."
|
136 |
+
|
137 |
+
#: polldaddy-org.php:528
|
138 |
+
msgid "Top Rated"
|
139 |
+
msgstr "Más popular"
|
140 |
+
|
141 |
+
#: polldaddy-org.php:564
|
142 |
+
#: polldaddy.php:3693
|
143 |
+
msgid "Title"
|
144 |
+
msgstr "Título"
|
145 |
+
|
146 |
+
#: polldaddy-org.php:573
|
147 |
+
msgid "Show for posts"
|
148 |
+
msgstr "Mostrar en entradas"
|
149 |
+
|
150 |
+
#: polldaddy-org.php:584
|
151 |
+
msgid "Show for pages"
|
152 |
+
msgstr "Mostrar en páginas"
|
153 |
+
|
154 |
+
#: polldaddy-org.php:595
|
155 |
+
msgid "Show for comments"
|
156 |
+
msgstr "Mostrar en comentarios"
|
157 |
+
|
158 |
+
#: polldaddy-org.php:599
|
159 |
+
msgid "How many items would you like to display?"
|
160 |
+
msgstr "¿Cuántos elementos te gustaría mostrar?"
|
161 |
+
|
162 |
+
#: polldaddy.php:68
|
163 |
+
#: polldaddy.php:70
|
164 |
+
#: polldaddy.php:86
|
165 |
+
#: polldaddy.php:88
|
166 |
+
msgid "Ratings"
|
167 |
+
msgstr "Calificaciones"
|
168 |
+
|
169 |
+
#: polldaddy.php:75
|
170 |
+
#: polldaddy.php:77
|
171 |
+
#: polldaddy.php:93
|
172 |
+
#: polldaddy.php:95
|
173 |
+
#: polldaddy.php:107
|
174 |
+
#: polldaddy.php:1101
|
175 |
+
msgid "Polls"
|
176 |
+
msgstr "Encuestas"
|
177 |
+
|
178 |
+
#: polldaddy.php:100
|
179 |
+
msgid "Ratings – Settings"
|
180 |
+
msgstr "Calificaciones – Preferencias"
|
181 |
+
|
182 |
+
#: polldaddy.php:100
|
183 |
+
msgid "Settings"
|
184 |
+
msgstr "Preferencias"
|
185 |
+
|
186 |
+
#: polldaddy.php:101
|
187 |
+
#: polldaddy.php:104
|
188 |
+
msgid "Ratings – Reports"
|
189 |
+
msgstr "Calificaciones – Informes"
|
190 |
+
|
191 |
+
#: polldaddy.php:101
|
192 |
+
#: polldaddy.php:104
|
193 |
+
msgid "Reports"
|
194 |
+
msgstr "Informes"
|
195 |
+
|
196 |
+
#: polldaddy.php:107
|
197 |
+
#: polldaddy.php:1233
|
198 |
+
#: polldaddy.php:2010
|
199 |
+
msgid "Edit"
|
200 |
+
msgstr "Editar"
|
201 |
+
|
202 |
+
#: polldaddy.php:110
|
203 |
+
msgid "Add New Poll"
|
204 |
+
msgstr "Añadir nueva encuesta"
|
205 |
+
|
206 |
+
#: polldaddy.php:110
|
207 |
+
msgid "Add New"
|
208 |
+
msgstr "Añadir nueva"
|
209 |
+
|
210 |
+
#: polldaddy.php:111
|
211 |
+
#: polldaddy.php:1066
|
212 |
+
#: polldaddy.php:1739
|
213 |
+
msgid "Custom Styles"
|
214 |
+
msgstr "Estilos personalizados"
|
215 |
+
|
216 |
+
#: polldaddy.php:112
|
217 |
+
#: polldaddy.php:3852
|
218 |
+
msgid "Options"
|
219 |
+
msgstr "Opciones"
|
220 |
+
|
221 |
+
#: polldaddy.php:188
|
222 |
+
msgid "Invalid Account"
|
223 |
+
msgstr "Cuenta inválida"
|
224 |
+
|
225 |
+
#: polldaddy.php:210
|
226 |
+
#, php-format
|
227 |
+
msgid "Obsolete PollDaddy User API Key: <a href=\"%s\">Sign in again to re-authenticate</a>"
|
228 |
+
msgstr "Clave de usuario para la API caducada: <a href=\"%s\">Vuelve a entrar para autenticarte de nuevo</a>"
|
229 |
+
|
230 |
+
#: polldaddy.php:287
|
231 |
+
msgid "Add Poll"
|
232 |
+
msgstr "Añadir encuesta"
|
233 |
+
|
234 |
+
#: polldaddy.php:358
|
235 |
+
msgid "Star Colors"
|
236 |
+
msgstr "Colores de las estrellas"
|
237 |
+
|
238 |
+
#: polldaddy.php:358
|
239 |
+
#: polldaddy.php:3339
|
240 |
+
msgid "Star Size"
|
241 |
+
msgstr "Tamaño de las estrellas"
|
242 |
+
|
243 |
+
#: polldaddy.php:359
|
244 |
+
msgid "Nero Type"
|
245 |
+
msgstr "Tipo de Me gusta/No me gusta"
|
246 |
+
|
247 |
+
#: polldaddy.php:359
|
248 |
+
msgid "Nero Size"
|
249 |
+
msgstr "Tamaño de Me gusta/No me gusta"
|
250 |
+
|
251 |
+
#: polldaddy.php:452
|
252 |
+
msgid "You are not allowed to delete this poll."
|
253 |
+
msgstr "No se está permitido borrar esta encuesta."
|
254 |
+
|
255 |
+
#: polldaddy.php:460
|
256 |
+
#: polldaddy.php:496
|
257 |
+
#: polldaddy.php:532
|
258 |
+
#: polldaddy.php:566
|
259 |
+
msgid "Invalid Poll Author"
|
260 |
+
msgstr "Autor de encuesta inválido"
|
261 |
+
|
262 |
+
#: polldaddy.php:488
|
263 |
+
msgid "You are not allowed to open this poll."
|
264 |
+
msgstr "No se está permitido abrir esta encuesta."
|
265 |
+
|
266 |
+
#: polldaddy.php:524
|
267 |
+
msgid "You are not allowed to close this poll."
|
268 |
+
msgstr "No se está permitido cerrar esta encuesta."
|
269 |
+
|
270 |
+
#: polldaddy.php:557
|
271 |
+
#: polldaddy.php:1329
|
272 |
+
msgid "You are not allowed to edit this poll."
|
273 |
+
msgstr "No se está permitido editar esta encuesta."
|
274 |
+
|
275 |
+
#: polldaddy.php:573
|
276 |
+
msgid "Poll not found"
|
277 |
+
msgstr "Encuesta no encontrada"
|
278 |
+
|
279 |
+
#: polldaddy.php:600
|
280 |
+
msgid "Invalid answers"
|
281 |
+
msgstr "Respuestas inválidas"
|
282 |
+
|
283 |
+
#: polldaddy.php:616
|
284 |
+
msgid "You must include at least 2 answers"
|
285 |
+
msgstr "Debes incluir al menos dos respuestas"
|
286 |
+
|
287 |
+
#: polldaddy.php:627
|
288 |
+
#: polldaddy.php:704
|
289 |
+
msgid "Please choose a poll style"
|
290 |
+
msgstr "Elige un estilo para la encuesta"
|
291 |
+
|
292 |
+
#: polldaddy.php:649
|
293 |
+
msgid "Poll could not be updated"
|
294 |
+
msgstr "La encuesta no se pudo actualizar"
|
295 |
+
|
296 |
+
#: polldaddy.php:723
|
297 |
+
msgid "Poll could not be created"
|
298 |
+
msgstr "La encuesta no se pudo crear"
|
299 |
+
|
300 |
+
#: polldaddy.php:775
|
301 |
+
msgid "Style could not be updated"
|
302 |
+
msgstr "El estilo no se pudo actualizar"
|
303 |
+
|
304 |
+
#: polldaddy.php:805
|
305 |
+
msgid "Style could not be created"
|
306 |
+
msgstr "El estilo no se pudo crear"
|
307 |
+
|
308 |
+
#: polldaddy.php:904
|
309 |
+
msgid "Account could not be imported. Are your email address and password correct?"
|
310 |
+
msgstr "La cuenta no se pudo importar. ¿Seguro que tu email y contraseña son correctos?"
|
311 |
+
|
312 |
+
#: polldaddy.php:922
|
313 |
+
msgid "Poll deleted."
|
314 |
+
msgstr "Encuesta borrada."
|
315 |
+
|
316 |
+
#: polldaddy.php:924
|
317 |
+
#, php-format
|
318 |
+
msgid "%s Poll Deleted."
|
319 |
+
msgid_plural "%s Polls Deleted."
|
320 |
+
msgstr[0] "Encuesta %s borrada."
|
321 |
+
msgstr[1] "Encuestas %s borradas."
|
322 |
+
|
323 |
+
#: polldaddy.php:929
|
324 |
+
msgid "Poll opened."
|
325 |
+
msgstr "Encuesta abierta."
|
326 |
+
|
327 |
+
#: polldaddy.php:931
|
328 |
+
#, php-format
|
329 |
+
msgid "%s Poll Opened."
|
330 |
+
msgid_plural "%s Polls Opened."
|
331 |
+
msgstr[0] "Encuesta %s abierta."
|
332 |
+
msgstr[1] "Encuestas %s abiertas."
|
333 |
+
|
334 |
+
#: polldaddy.php:936
|
335 |
+
msgid "Poll closed."
|
336 |
+
msgstr "Encuesta borrada."
|
337 |
+
|
338 |
+
#: polldaddy.php:938
|
339 |
+
#, php-format
|
340 |
+
msgid "%s Poll Closed."
|
341 |
+
msgid_plural "%s Polls Closed."
|
342 |
+
msgstr[0] "Encuesta %s cerrada."
|
343 |
+
msgstr[1] "Encuestas %s cerrada."
|
344 |
+
|
345 |
+
#: polldaddy.php:941
|
346 |
+
msgid "Poll updated."
|
347 |
+
msgstr "Encuesta actualizada."
|
348 |
+
|
349 |
+
#: polldaddy.php:944
|
350 |
+
msgid "Poll created."
|
351 |
+
msgstr "Encuesta creada."
|
352 |
+
|
353 |
+
#: polldaddy.php:946
|
354 |
+
#: polldaddy.php:1362
|
355 |
+
msgid "Send to Editor"
|
356 |
+
msgstr "Enviar al editor"
|
357 |
+
|
358 |
+
#: polldaddy.php:949
|
359 |
+
msgid "Custom Style updated."
|
360 |
+
msgstr "Estilo personalizado actualizado."
|
361 |
+
|
362 |
+
#: polldaddy.php:952
|
363 |
+
msgid "Custom Style created."
|
364 |
+
msgstr "Estilo personalizado creado."
|
365 |
+
|
366 |
+
#: polldaddy.php:957
|
367 |
+
msgid "Custom Style deleted."
|
368 |
+
msgstr "Estilo personalizado borrado."
|
369 |
+
|
370 |
+
#: polldaddy.php:959
|
371 |
+
#, php-format
|
372 |
+
msgid "%s Style Deleted."
|
373 |
+
msgid_plural "%s Custom Styles Deleted."
|
374 |
+
msgstr[0] "Estilo personalizado %s borrado."
|
375 |
+
msgstr[1] "Estilos personalizados %s borrados."
|
376 |
+
|
377 |
+
#: polldaddy.php:962
|
378 |
+
msgid "Account Imported."
|
379 |
+
msgstr "Cuenta importada."
|
380 |
+
|
381 |
+
#: polldaddy.php:965
|
382 |
+
msgid "Options Updated."
|
383 |
+
msgstr "Opciones actualizadas."
|
384 |
+
|
385 |
+
#: polldaddy.php:974
|
386 |
+
msgid "Error: An error has occurred; Poll not created."
|
387 |
+
msgstr "Error: ha ocurrido un error; La encuesta no se creó."
|
388 |
+
|
389 |
+
#: polldaddy.php:977
|
390 |
+
msgid "Error: An error has occurred; Poll not updated."
|
391 |
+
msgstr "Error: ha ocurrido un error; La encuesta no se actualizó."
|
392 |
+
|
393 |
+
#: polldaddy.php:981
|
394 |
+
msgid "Error: An error has occurred; Account could not be imported. Perhaps your email address or password is incorrect?"
|
395 |
+
msgstr "Error: ha ocurrido un error; La encuesta no se pudo importar. Quizás tu email o contraseña son incorrectas."
|
396 |
+
|
397 |
+
#: polldaddy.php:983
|
398 |
+
msgid "Error: An error has occurred; Account could not be created."
|
399 |
+
msgstr "Error: ha ocurrido un error; La encuesta no se pudo crear."
|
400 |
+
|
401 |
+
#: polldaddy.php:1020
|
402 |
+
#, php-format
|
403 |
+
msgid "Poll Preview (<a href=\"%s\">Edit Poll</a>, <a href=\"%s\">List Polls</a>)"
|
404 |
+
msgstr "Vista previa de encuesta (<a href=\"%s\">Editar encuesta</a>, <a href=\"%s\">Mostrar encuestas</a>)"
|
405 |
+
|
406 |
+
#: polldaddy.php:1024
|
407 |
+
#, php-format
|
408 |
+
msgid "Poll Preview (<a href=\"%s\">List Polls</a>)"
|
409 |
+
msgstr "Vista previa de encuesta (<a href=\"%s\">Mostrar encuestas</a>)"
|
410 |
+
|
411 |
+
#: polldaddy.php:1034
|
412 |
+
#, php-format
|
413 |
+
msgid "Poll Results (<a href=\"%s\">Edit Poll</a>)"
|
414 |
+
msgstr "Resultados de la encuesta (<a href=\"%s\">Editar encuesta</a>)"
|
415 |
+
|
416 |
+
#: polldaddy.php:1036
|
417 |
+
#, php-format
|
418 |
+
msgid "Poll Results (<a href=\"%s\">List Polls</a>)"
|
419 |
+
msgstr "Resultados de la encuesta (<a href=\"%s\">Mostrar encuestas</a>)"
|
420 |
+
|
421 |
+
#: polldaddy.php:1045
|
422 |
+
#, php-format
|
423 |
+
msgid "Edit Poll (<a href=\"%s\">List Polls</a>)"
|
424 |
+
msgstr "Editar encuesta (<a href=\"%s\">Mostrar encuestas</a>)"
|
425 |
+
|
426 |
+
#: polldaddy.php:1054
|
427 |
+
#, php-format
|
428 |
+
msgid "Create Poll (<a href=\"%s\">List Polls</a>)"
|
429 |
+
msgstr "Crear encuesta (<a href=\"%s\">Mostrar encuestas</a>)"
|
430 |
+
|
431 |
+
#: polldaddy.php:1064
|
432 |
+
#, php-format
|
433 |
+
msgid "Custom Styles (<a href=\"%s\">Add New</a>)"
|
434 |
+
msgstr "Estilos personalizados (<a href=\"%s\">Añadir nuevo</a>)"
|
435 |
+
|
436 |
+
#: polldaddy.php:1074
|
437 |
+
#, php-format
|
438 |
+
msgid "Edit Style (<a href=\"%s\">List Styles</a>)"
|
439 |
+
msgstr "Editar estilo (<a href=\"%s\">Mostrar estilos</a>)"
|
440 |
+
|
441 |
+
#: polldaddy.php:1083
|
442 |
+
#, php-format
|
443 |
+
msgid "Create Style (<a href=\"%s\">List Styles</a>)"
|
444 |
+
msgstr "Crear estilo (<a href=\"%s\">Mostrar estilos</a>)"
|
445 |
+
|
446 |
+
#: polldaddy.php:1099
|
447 |
+
#, php-format
|
448 |
+
msgid "Polls (<a href=\"%s\">Add New</a>)"
|
449 |
+
msgstr "Encuestas (<a href=\"%s\">Añadir nueva</a>)"
|
450 |
+
|
451 |
+
#: polldaddy.php:1164
|
452 |
+
msgid "All Blog's Polls"
|
453 |
+
msgstr "Todas las encuestas del blog"
|
454 |
+
|
455 |
+
#: polldaddy.php:1165
|
456 |
+
msgid "All My Polls"
|
457 |
+
msgstr "Todas mis encuestas"
|
458 |
+
|
459 |
+
#: polldaddy.php:1173
|
460 |
+
#: polldaddy.php:1973
|
461 |
+
msgid "Actions"
|
462 |
+
msgstr "Acciones"
|
463 |
+
|
464 |
+
#: polldaddy.php:1174
|
465 |
+
#: polldaddy.php:1239
|
466 |
+
#: polldaddy.php:1974
|
467 |
+
#: polldaddy.php:2015
|
468 |
+
msgid "Delete"
|
469 |
+
msgstr "Borrar"
|
470 |
+
|
471 |
+
#: polldaddy.php:1175
|
472 |
+
#: polldaddy.php:1246
|
473 |
+
msgid "Close"
|
474 |
+
msgstr "Cerrar"
|
475 |
+
|
476 |
+
#: polldaddy.php:1176
|
477 |
+
#: polldaddy.php:1243
|
478 |
+
msgid "Open"
|
479 |
+
msgstr "Abrir"
|
480 |
+
|
481 |
+
#: polldaddy.php:1178
|
482 |
+
#: polldaddy.php:1976
|
483 |
+
msgid "Apply"
|
484 |
+
msgstr "Aplicar"
|
485 |
+
|
486 |
+
#: polldaddy.php:1189
|
487 |
+
msgid "Poll"
|
488 |
+
msgstr "Encuesta"
|
489 |
+
|
490 |
+
#: polldaddy.php:1190
|
491 |
+
#: polldaddy.php:1877
|
492 |
+
#: polldaddy.php:1922
|
493 |
+
#: polldaddy.php:3694
|
494 |
+
msgid "Votes"
|
495 |
+
msgstr "Votos"
|
496 |
+
|
497 |
+
#: polldaddy.php:1191
|
498 |
+
msgid "Created"
|
499 |
+
msgstr "Creado"
|
500 |
+
|
501 |
+
#: polldaddy.php:1237
|
502 |
+
msgid "Results"
|
503 |
+
msgstr "Resultados"
|
504 |
+
|
505 |
+
#: polldaddy.php:1249
|
506 |
+
#: polldaddy.php:1255
|
507 |
+
#: polldaddy.php:3251
|
508 |
+
msgid "Preview"
|
509 |
+
msgstr "Vista previa"
|
510 |
+
|
511 |
+
#: polldaddy.php:1251
|
512 |
+
msgid "Send to editor"
|
513 |
+
msgstr "Enviar al editor"
|
514 |
+
|
515 |
+
#: polldaddy.php:1257
|
516 |
+
msgid "HTML code"
|
517 |
+
msgstr "Código HTML"
|
518 |
+
|
519 |
+
#: polldaddy.php:1261
|
520 |
+
#: polldaddy.php:2017
|
521 |
+
msgid "Y/m/d g:i:s A"
|
522 |
+
msgstr "d/m/Y g:i:s A"
|
523 |
+
|
524 |
+
#: polldaddy.php:1261
|
525 |
+
#: polldaddy.php:2017
|
526 |
+
msgid "Y/m/d"
|
527 |
+
msgstr "d/m/Y"
|
528 |
+
|
529 |
+
#: polldaddy.php:1265
|
530 |
+
msgid "Shortcode"
|
531 |
+
msgstr "Abreviatura"
|
532 |
+
|
533 |
+
#: polldaddy.php:1268
|
534 |
+
msgid "JavaScript"
|
535 |
+
msgstr "JavaScript"
|
536 |
+
|
537 |
+
#: polldaddy.php:1284
|
538 |
+
#, php-format
|
539 |
+
msgid "What are you doing here? <a href=\"%s\">Go back</a>."
|
540 |
+
msgstr "¿Cómo has llegado hasta aquí <a href=\"%s\">Vuelve atrás</a>."
|
541 |
+
|
542 |
+
#: polldaddy.php:1294
|
543 |
+
#, php-format
|
544 |
+
msgid "No polls yet. <a href=\"%s\">Create one</a>"
|
545 |
+
msgstr "No existe ninguna encuesta aún. <a href=\"%s\">Crear una</a>"
|
546 |
+
|
547 |
+
#: polldaddy.php:1296
|
548 |
+
msgid "No polls yet."
|
549 |
+
msgstr "No existe ninguna encuesta aún."
|
550 |
+
|
551 |
+
#: polldaddy.php:1351
|
552 |
+
msgid "Publish"
|
553 |
+
msgstr "Publicar"
|
554 |
+
|
555 |
+
#: polldaddy.php:1358
|
556 |
+
msgid "Save Poll"
|
557 |
+
msgstr "Guardar encuesta"
|
558 |
+
|
559 |
+
#: polldaddy.php:1373
|
560 |
+
#: polldaddy.php:3935
|
561 |
+
msgid "Poll results"
|
562 |
+
msgstr "Resultados de la encuesta"
|
563 |
+
|
564 |
+
#: polldaddy.php:1378
|
565 |
+
msgid "Show results to voters"
|
566 |
+
msgstr "Mostrar resultados a los votantes"
|
567 |
+
|
568 |
+
#: polldaddy.php:1378
|
569 |
+
msgid "Only show percentages"
|
570 |
+
msgstr "Mostrar solo porcentajes"
|
571 |
+
|
572 |
+
#: polldaddy.php:1378
|
573 |
+
msgid "Hide all results"
|
574 |
+
msgstr "Esconder todos los resultados"
|
575 |
+
|
576 |
+
#: polldaddy.php:1396
|
577 |
+
#: polldaddy.php:3952
|
578 |
+
msgid "Block repeat voters"
|
579 |
+
msgstr "Bloquear votantes repetidos"
|
580 |
+
|
581 |
+
#: polldaddy.php:1401
|
582 |
+
msgid "Don't block repeat voters"
|
583 |
+
msgstr "No bloquear votantes repetidos"
|
584 |
+
|
585 |
+
#: polldaddy.php:1401
|
586 |
+
msgid "Block by cookie (recommended)"
|
587 |
+
msgstr "Bloquear usando cookies (recomendado)"
|
588 |
+
|
589 |
+
#: polldaddy.php:1401
|
590 |
+
msgid "Block by cookie and by IP address"
|
591 |
+
msgstr "Bloquear usando cookies y direcciones IP"
|
592 |
+
|
593 |
+
#: polldaddy.php:1416
|
594 |
+
msgid "Expires: "
|
595 |
+
msgstr "Expira: "
|
596 |
+
|
597 |
+
#: polldaddy.php:1418
|
598 |
+
#: polldaddy.php:3957
|
599 |
+
msgid "Never"
|
600 |
+
msgstr "Nunca"
|
601 |
+
|
602 |
+
#: polldaddy.php:1419
|
603 |
+
#: polldaddy.php:3958
|
604 |
+
#, php-format
|
605 |
+
msgid "%d hour"
|
606 |
+
msgstr "%d hora"
|
607 |
+
|
608 |
+
#: polldaddy.php:1420
|
609 |
+
#: polldaddy.php:1421
|
610 |
+
#: polldaddy.php:1422
|
611 |
+
#: polldaddy.php:3959
|
612 |
+
#: polldaddy.php:3960
|
613 |
+
#: polldaddy.php:3961
|
614 |
+
#, php-format
|
615 |
+
msgid "%d hours"
|
616 |
+
msgstr "%d horas"
|
617 |
+
|
618 |
+
#: polldaddy.php:1423
|
619 |
+
#: polldaddy.php:3962
|
620 |
+
#, php-format
|
621 |
+
msgid "%d day"
|
622 |
+
msgstr "%d día"
|
623 |
+
|
624 |
+
#: polldaddy.php:1424
|
625 |
+
#: polldaddy.php:3963
|
626 |
+
#, php-format
|
627 |
+
msgid "%d week"
|
628 |
+
msgstr "%d semana"
|
629 |
+
|
630 |
+
#: polldaddy.php:1425
|
631 |
+
#: polldaddy.php:3964
|
632 |
+
#, php-format
|
633 |
+
msgid "%d month"
|
634 |
+
msgstr "%d mes"
|
635 |
+
|
636 |
+
#: polldaddy.php:1427
|
637 |
+
msgid "Note: Blocking by cookie and IP address can be problematic for some voters."
|
638 |
+
msgstr "Nota: Bloquear usando cookies y direcciones IP puede acarrear problemas a algunos usuarios."
|
639 |
+
|
640 |
+
#: polldaddy.php:1442
|
641 |
+
msgid "Answers"
|
642 |
+
msgstr "Respuestas"
|
643 |
+
|
644 |
+
#: polldaddy.php:1488
|
645 |
+
msgid "Add another"
|
646 |
+
msgstr "Añadir otra"
|
647 |
+
|
648 |
+
#: polldaddy.php:1494
|
649 |
+
msgid "Multiple choice"
|
650 |
+
msgstr "Multirespuesta"
|
651 |
+
|
652 |
+
#: polldaddy.php:1494
|
653 |
+
msgid "Randomize answer order"
|
654 |
+
msgstr "Aleatorizar el orden de las respuestas"
|
655 |
+
|
656 |
+
#: polldaddy.php:1494
|
657 |
+
msgid "Allow other answers"
|
658 |
+
msgstr "Permitir otras encuestas"
|
659 |
+
|
660 |
+
#: polldaddy.php:1494
|
661 |
+
msgid "'Share This' link"
|
662 |
+
msgstr "Enlace 'Compartir'"
|
663 |
+
|
664 |
+
#: polldaddy.php:1623
|
665 |
+
msgid "Design"
|
666 |
+
msgstr "Diseño"
|
667 |
+
|
668 |
+
#: polldaddy.php:1704
|
669 |
+
#: polldaddy.php:1759
|
670 |
+
msgid "Custom Style"
|
671 |
+
msgstr "Estilo personalizado"
|
672 |
+
|
673 |
+
#: polldaddy.php:1717
|
674 |
+
#: polldaddy.php:1813
|
675 |
+
msgid "Please choose a custom style..."
|
676 |
+
msgstr "Elige un estilo personalizado..."
|
677 |
+
|
678 |
+
#: polldaddy.php:1723
|
679 |
+
#: polldaddy.php:1819
|
680 |
+
msgid "Please choose a style."
|
681 |
+
msgstr "Elige un estilo."
|
682 |
+
|
683 |
+
#: polldaddy.php:1728
|
684 |
+
#: polldaddy.php:1824
|
685 |
+
#, php-format
|
686 |
+
msgid "Did you know we have a new editor for building your own custom poll styles? Find out more <a href=\"%s\" target=\"_blank\">here</a>."
|
687 |
+
msgstr "¿Sabías que tenemos un nuevo editor para construir tus propios estilos para encuestas? Entérate de más <a href=\"%s\" target=\"_blank\">aquí</a>."
|
688 |
+
|
689 |
+
#: polldaddy.php:1751
|
690 |
+
msgid "PollDaddy Style"
|
691 |
+
msgstr "Estilo de PollDaddy"
|
692 |
+
|
693 |
+
#: polldaddy.php:1876
|
694 |
+
msgid "Answer"
|
695 |
+
msgstr "Respuesta"
|
696 |
+
|
697 |
+
#: polldaddy.php:1891
|
698 |
+
#, php-format
|
699 |
+
msgid "Other (<a href=\"%s\">see below</a>)"
|
700 |
+
msgstr "Otra (<a href=\"%s\">ver debajo</a>)"
|
701 |
+
|
702 |
+
#: polldaddy.php:1921
|
703 |
+
#: polldaddy.php:3923
|
704 |
+
msgid "Other Answer"
|
705 |
+
msgstr "Otra respuesta"
|
706 |
+
|
707 |
+
#: polldaddy.php:1986
|
708 |
+
msgid "Style"
|
709 |
+
msgstr "Esilo"
|
710 |
+
|
711 |
+
#: polldaddy.php:1987
|
712 |
+
msgid "Last Modified"
|
713 |
+
msgstr "Modificado en"
|
714 |
+
|
715 |
+
#: polldaddy.php:2027
|
716 |
+
#, php-format
|
717 |
+
msgid "No custom styles yet. <a href=\"%s\">Create one</a>"
|
718 |
+
msgstr "No existen estilos personalizados aún. <a href=\"%s\">Crear uno</a>"
|
719 |
+
|
720 |
+
#: polldaddy.php:2103
|
721 |
+
msgid "Style Name"
|
722 |
+
msgstr "Nombre de estilo"
|
723 |
+
|
724 |
+
#: polldaddy.php:2118
|
725 |
+
msgid "Preload Basic Style"
|
726 |
+
msgstr "Precargar el estilo básico"
|
727 |
+
|
728 |
+
#: polldaddy.php:2132
|
729 |
+
msgid "Load Style"
|
730 |
+
msgstr "Cargar estilo"
|
731 |
+
|
732 |
+
#: polldaddy.php:2921
|
733 |
+
msgid "Save Style"
|
734 |
+
msgstr "Guardar estilo"
|
735 |
+
|
736 |
+
#: polldaddy.php:3064
|
737 |
+
#, php-format
|
738 |
+
msgid "Sorry! There was an error creating your rating widget. Please contact <a href=\"%1$s\" %2$s>PollDaddy support</a> to fix this."
|
739 |
+
msgstr "¡Glups! Ha ocurrido un error creando tu widget de votacón. Contacta con<a href=\"%1$s\" %2$s>el soporte de PollDaddy</a> para arreglarlo."
|
740 |
+
|
741 |
+
#: polldaddy.php:3103
|
742 |
+
msgid "Rating Settings"
|
743 |
+
msgstr "Preferencias de votaciones"
|
744 |
+
|
745 |
+
#: polldaddy.php:3105
|
746 |
+
msgid "Rating updated"
|
747 |
+
msgstr "Calificación actualizada"
|
748 |
+
|
749 |
+
#: polldaddy.php:3117
|
750 |
+
#: polldaddy.php:3653
|
751 |
+
msgid "Posts"
|
752 |
+
msgstr "Entradas"
|
753 |
+
|
754 |
+
#: polldaddy.php:3121
|
755 |
+
#: polldaddy.php:3653
|
756 |
+
msgid "Pages"
|
757 |
+
msgstr "Páginas"
|
758 |
+
|
759 |
+
#: polldaddy.php:3125
|
760 |
+
#: polldaddy.php:3653
|
761 |
+
msgid "Comments"
|
762 |
+
msgstr "Comentarios"
|
763 |
+
|
764 |
+
#: polldaddy.php:3136
|
765 |
+
msgid "Enable for blog posts"
|
766 |
+
msgstr "Habilitar en entradas"
|
767 |
+
|
768 |
+
#: polldaddy.php:3140
|
769 |
+
#: polldaddy.php:3158
|
770 |
+
msgid "Above each blog post"
|
771 |
+
msgstr "Encima de cada entrada"
|
772 |
+
|
773 |
+
#: polldaddy.php:3140
|
774 |
+
#: polldaddy.php:3158
|
775 |
+
msgid "Below each blog post"
|
776 |
+
msgstr "Debajo de cada entrada"
|
777 |
+
|
778 |
+
#: polldaddy.php:3154
|
779 |
+
msgid "Enable for front page"
|
780 |
+
msgstr "Habilitar en la portada"
|
781 |
+
|
782 |
+
#: polldaddy.php:3174
|
783 |
+
msgid "Enable for pages"
|
784 |
+
msgstr "Habilitar en páginas"
|
785 |
+
|
786 |
+
#: polldaddy.php:3178
|
787 |
+
msgid "Above each page"
|
788 |
+
msgstr "Encima de cada página"
|
789 |
+
|
790 |
+
#: polldaddy.php:3178
|
791 |
+
msgid "Below each page"
|
792 |
+
msgstr "Debajo de cada página"
|
793 |
+
|
794 |
+
#: polldaddy.php:3194
|
795 |
+
msgid "Enable for comments"
|
796 |
+
msgstr "Habilitar en comentarios"
|
797 |
+
|
798 |
+
#: polldaddy.php:3198
|
799 |
+
msgid "Above each comment"
|
800 |
+
msgstr "Encima de cada comentario"
|
801 |
+
|
802 |
+
#: polldaddy.php:3198
|
803 |
+
msgid "Below each comment"
|
804 |
+
msgstr "Debajo de cada comentario"
|
805 |
+
|
806 |
+
#: polldaddy.php:3213
|
807 |
+
#: polldaddy.php:3244
|
808 |
+
msgid "Save Changes"
|
809 |
+
msgstr "Guardar cambios"
|
810 |
+
|
811 |
+
#: polldaddy.php:3224
|
812 |
+
msgid "Advanced Settings"
|
813 |
+
msgstr "Preferencias avanzadas"
|
814 |
+
|
815 |
+
#: polldaddy.php:3237
|
816 |
+
msgid "Save"
|
817 |
+
msgstr "Guardar"
|
818 |
+
|
819 |
+
#: polldaddy.php:3253
|
820 |
+
msgid "This is a demo of what your rating widget will look like"
|
821 |
+
msgstr "Esta es una prueba para mostrar cómo aparecerá tu widget"
|
822 |
+
|
823 |
+
#: polldaddy.php:3260
|
824 |
+
msgid "Customize Labels"
|
825 |
+
msgstr "Personalizar etiquetas"
|
826 |
+
|
827 |
+
#: polldaddy.php:3264
|
828 |
+
msgid "votes"
|
829 |
+
msgstr "votos"
|
830 |
+
|
831 |
+
#: polldaddy.php:3268
|
832 |
+
msgid "rate this"
|
833 |
+
msgstr "calificar"
|
834 |
+
|
835 |
+
#: polldaddy.php:3272
|
836 |
+
#, php-format
|
837 |
+
msgid "%d star"
|
838 |
+
msgstr "%d estrella"
|
839 |
+
|
840 |
+
#: polldaddy.php:3276
|
841 |
+
#: polldaddy.php:3280
|
842 |
+
#: polldaddy.php:3284
|
843 |
+
#: polldaddy.php:3288
|
844 |
+
#, php-format
|
845 |
+
msgid "%d stars"
|
846 |
+
msgstr "%s estrellas"
|
847 |
+
|
848 |
+
#: polldaddy.php:3292
|
849 |
+
msgid "Thank You"
|
850 |
+
msgstr "Gracias"
|
851 |
+
|
852 |
+
#: polldaddy.php:3296
|
853 |
+
msgid "Rate Up"
|
854 |
+
msgstr "Me gusta"
|
855 |
+
|
856 |
+
#: polldaddy.php:3300
|
857 |
+
msgid "Rate Down"
|
858 |
+
msgstr "No me gusta"
|
859 |
+
|
860 |
+
#: polldaddy.php:3309
|
861 |
+
msgid "Rating Type"
|
862 |
+
msgstr "Tipo de votación"
|
863 |
+
|
864 |
+
#: polldaddy.php:3311
|
865 |
+
msgid "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."
|
866 |
+
msgstr "Aquí puedes elegir cómo quieres que las votaciones se muestren. El sistema de 5 estrellas es el más usado. El sistema Sí/No es útil para mantener las cosas simples."
|
867 |
+
|
868 |
+
#: polldaddy.php:3319
|
869 |
+
#, php-format
|
870 |
+
msgid "%d Star Rating"
|
871 |
+
msgstr "%d Votación con estrellas"
|
872 |
+
|
873 |
+
#: polldaddy.php:3328
|
874 |
+
msgid "Nero Rating"
|
875 |
+
msgstr "Votación Sí/No"
|
876 |
+
|
877 |
+
#: polldaddy.php:3335
|
878 |
+
msgid "Rating Style"
|
879 |
+
msgstr "Estilo de votación"
|
880 |
+
|
881 |
+
#: polldaddy.php:3342
|
882 |
+
msgid "Small"
|
883 |
+
msgstr "Pequeño"
|
884 |
+
|
885 |
+
#: polldaddy.php:3342
|
886 |
+
msgid "Medium"
|
887 |
+
msgstr "Mediano"
|
888 |
+
|
889 |
+
#: polldaddy.php:3342
|
890 |
+
msgid "Large"
|
891 |
+
msgstr "Grande"
|
892 |
+
|
893 |
+
#: polldaddy.php:3353
|
894 |
+
msgid "Star Color"
|
895 |
+
msgstr "Color de las estrellas"
|
896 |
+
|
897 |
+
#: polldaddy.php:3356
|
898 |
+
msgid "Yellow"
|
899 |
+
msgstr "Amarillo"
|
900 |
+
|
901 |
+
#: polldaddy.php:3356
|
902 |
+
msgid "Red"
|
903 |
+
msgstr "Rojo"
|
904 |
+
|
905 |
+
#: polldaddy.php:3356
|
906 |
+
msgid "Blue"
|
907 |
+
msgstr "Azul"
|
908 |
+
|
909 |
+
#: polldaddy.php:3356
|
910 |
+
msgid "Green"
|
911 |
+
msgstr "Verde"
|
912 |
+
|
913 |
+
#: polldaddy.php:3356
|
914 |
+
msgid "Grey"
|
915 |
+
msgstr "Gris"
|
916 |
+
|
917 |
+
#: polldaddy.php:3365
|
918 |
+
msgid "Hand"
|
919 |
+
msgstr "Carne"
|
920 |
+
|
921 |
+
#: polldaddy.php:3376
|
922 |
+
msgid "Custom Image"
|
923 |
+
msgstr "Imagen personalizada"
|
924 |
+
|
925 |
+
#: polldaddy.php:3383
|
926 |
+
msgid "Text Layout & Font"
|
927 |
+
msgstr "Disposición del texto y tipografía"
|
928 |
+
|
929 |
+
#: polldaddy.php:3387
|
930 |
+
msgid "Align"
|
931 |
+
msgstr "Alinear"
|
932 |
+
|
933 |
+
#: polldaddy.php:3390
|
934 |
+
msgid "Left"
|
935 |
+
msgstr "Izquierda"
|
936 |
+
|
937 |
+
#: polldaddy.php:3390
|
938 |
+
msgid "Center"
|
939 |
+
msgstr "Centro"
|
940 |
+
|
941 |
+
#: polldaddy.php:3390
|
942 |
+
#: polldaddy.php:3404
|
943 |
+
msgid "Right"
|
944 |
+
msgstr "Derecha"
|
945 |
+
|
946 |
+
#: polldaddy.php:3401
|
947 |
+
msgid "Position"
|
948 |
+
msgstr "Posición"
|
949 |
+
|
950 |
+
#: polldaddy.php:3404
|
951 |
+
msgid "Top"
|
952 |
+
msgstr "Arriba"
|
953 |
+
|
954 |
+
#: polldaddy.php:3404
|
955 |
+
msgid "Bottom"
|
956 |
+
msgstr "Abajo"
|
957 |
+
|
958 |
+
#: polldaddy.php:3415
|
959 |
+
msgid "Font"
|
960 |
+
msgstr "Tipografía"
|
961 |
+
|
962 |
+
#: polldaddy.php:3418
|
963 |
+
#: polldaddy.php:3437
|
964 |
+
#: polldaddy.php:3451
|
965 |
+
msgid "Inherit"
|
966 |
+
msgstr "Heredar"
|
967 |
+
|
968 |
+
#: polldaddy.php:3429
|
969 |
+
msgid "Color"
|
970 |
+
msgstr "Color"
|
971 |
+
|
972 |
+
#: polldaddy.php:3434
|
973 |
+
msgid "Size"
|
974 |
+
msgstr "Tamaño"
|
975 |
+
|
976 |
+
#: polldaddy.php:3448
|
977 |
+
msgid "Line Height"
|
978 |
+
msgstr "Tamaño de línea"
|
979 |
+
|
980 |
+
#: polldaddy.php:3462
|
981 |
+
msgid "Bold"
|
982 |
+
msgstr "Negrita"
|
983 |
+
|
984 |
+
#: polldaddy.php:3471
|
985 |
+
msgid "Italic"
|
986 |
+
msgstr "Cursiva"
|
987 |
+
|
988 |
+
#: polldaddy.php:3640
|
989 |
+
msgid "«"
|
990 |
+
msgstr "«"
|
991 |
+
|
992 |
+
#: polldaddy.php:3641
|
993 |
+
msgid "»"
|
994 |
+
msgstr "»"
|
995 |
+
|
996 |
+
#: polldaddy.php:3647
|
997 |
+
msgid "Rating Reports"
|
998 |
+
msgstr "Informes de votación"
|
999 |
+
|
1000 |
+
#: polldaddy.php:3662
|
1001 |
+
msgid "View Report"
|
1002 |
+
msgstr "Ver informe"
|
1003 |
+
|
1004 |
+
#: polldaddy.php:3664
|
1005 |
+
msgid "Last 24 hours"
|
1006 |
+
msgstr "Últimos 24 horas"
|
1007 |
+
|
1008 |
+
#: polldaddy.php:3664
|
1009 |
+
msgid "Last 7 days"
|
1010 |
+
msgstr "Últimos 7 días"
|
1011 |
+
|
1012 |
+
#: polldaddy.php:3664
|
1013 |
+
msgid "Last 31 days"
|
1014 |
+
msgstr "Últimos 31 días"
|
1015 |
+
|
1016 |
+
#: polldaddy.php:3664
|
1017 |
+
msgid "Last 3 months"
|
1018 |
+
msgstr "Últimos 3 meses"
|
1019 |
+
|
1020 |
+
#: polldaddy.php:3664
|
1021 |
+
msgid "Last 12 months"
|
1022 |
+
msgstr "Últimos 12 meses"
|
1023 |
+
|
1024 |
+
#: polldaddy.php:3664
|
1025 |
+
msgid "All time"
|
1026 |
+
msgstr "Todo el tiempo"
|
1027 |
+
|
1028 |
+
#: polldaddy.php:3672
|
1029 |
+
msgid "Filter Report"
|
1030 |
+
msgstr "Informe de filtros"
|
1031 |
+
|
1032 |
+
#: polldaddy.php:3686
|
1033 |
+
#, php-format
|
1034 |
+
msgid "No ratings have been collected for your %s yet."
|
1035 |
+
msgstr "Nadie ha calificado %s todavía."
|
1036 |
+
|
1037 |
+
#: polldaddy.php:3692
|
1038 |
+
msgid "Start Date"
|
1039 |
+
msgstr "Fecha de inicio"
|
1040 |
+
|
1041 |
+
#: polldaddy.php:3695
|
1042 |
+
msgid "Average Rating"
|
1043 |
+
msgstr "Calificación media"
|
1044 |
+
|
1045 |
+
#: polldaddy.php:3856
|
1046 |
+
msgid "PollDaddy Account Info"
|
1047 |
+
msgstr "Información de la cuenta de PollDaddy"
|
1048 |
+
|
1049 |
+
#: polldaddy.php:3859
|
1050 |
+
msgid "This is the PollDadddy account you currently have imported into your WordPress account"
|
1051 |
+
msgstr "Esta es la cuenta de PollDaddy que tienes importada en tu cuenta de WordPress"
|
1052 |
+
|
1053 |
+
#: polldaddy.php:3890
|
1054 |
+
msgid "Import Account"
|
1055 |
+
msgstr "Importar cuenta"
|
1056 |
+
|
1057 |
+
#: polldaddy.php:3896
|
1058 |
+
msgid "General Settings"
|
1059 |
+
msgstr "Preferencias generales"
|
1060 |
+
|
1061 |
+
#: polldaddy.php:3904
|
1062 |
+
msgid "Default poll settings"
|
1063 |
+
msgstr "Preferencias de encuesta por defecto"
|
1064 |
+
|
1065 |
+
#: polldaddy.php:3913
|
1066 |
+
msgid "Multiple Choice"
|
1067 |
+
msgstr "Multirespuesta"
|
1068 |
+
|
1069 |
+
#: polldaddy.php:3918
|
1070 |
+
msgid "Randomise Answers"
|
1071 |
+
msgstr "Aleatorizar respuestas"
|
1072 |
+
|
1073 |
+
#: polldaddy.php:3928
|
1074 |
+
msgid "Sharing"
|
1075 |
+
msgstr "Compartir"
|
1076 |
+
|
1077 |
+
#: polldaddy.php:3932
|
1078 |
+
msgid "Show"
|
1079 |
+
msgstr "Mostrar"
|
1080 |
+
|
1081 |
+
#: polldaddy.php:3933
|
1082 |
+
msgid "Hide"
|
1083 |
+
msgstr "Ocultar"
|
1084 |
+
|
1085 |
+
#: polldaddy.php:3934
|
1086 |
+
msgid "Percentages"
|
1087 |
+
msgstr "Porcentajes"
|
1088 |
+
|
1089 |
+
#: polldaddy.php:3944
|
1090 |
+
msgid "Poll style"
|
1091 |
+
msgstr "Estilo de encuesta"
|
1092 |
+
|
1093 |
+
#: polldaddy.php:3949
|
1094 |
+
msgid "Off"
|
1095 |
+
msgstr "Apagado"
|
1096 |
+
|
1097 |
+
#: polldaddy.php:3950
|
1098 |
+
msgid "Cookie"
|
1099 |
+
msgstr "Cookie"
|
1100 |
+
|
1101 |
+
#: polldaddy.php:3951
|
1102 |
+
msgid "Cookie & IP address"
|
1103 |
+
msgstr "Cookie y dirección IP"
|
1104 |
+
|
1105 |
+
#: polldaddy.php:3965
|
1106 |
+
msgid "Block expiration limit"
|
1107 |
+
msgstr "Bloquear límite de expiración"
|
1108 |
+
|
1109 |
+
#: polldaddy.php:3977
|
1110 |
+
msgid "Save Options"
|
1111 |
+
msgstr "Guardar opciones"
|
1112 |
+
|
1113 |
+
#. Plugin Name of an extension
|
1114 |
+
msgid "PollDaddy Polls"
|
1115 |
+
msgstr "Encuestas de PollDaddy"
|
1116 |
+
|
1117 |
+
#. Description of an extension
|
1118 |
+
msgid "Create and manage PollDaddy polls and ratings in WordPress"
|
1119 |
+
msgstr "Crear y administrar las encuestas y votaciones de PollDaddy en WordPress"
|
1120 |
+
|
1121 |
+
#. Author of an extension
|
1122 |
+
msgid "Automattic, Inc."
|
1123 |
+
msgstr "Automattic, Inc."
|
1124 |
+
|
locale/polldaddy-tr_TR.mo
ADDED
Binary file
|
locale/polldaddy-tr_TR.po
ADDED
@@ -0,0 +1,1147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/env php
|
2 |
+
# Translation of the WordPress plugin PollDaddy Polls 1.8.5 by Automattic, Inc..
|
3 |
+
# Copyright (C) 2010 Automattic, Inc.
|
4 |
+
# This file is distributed under the same license as the PollDaddy Polls package.
|
5 |
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
|
6 |
+
#
|
7 |
+
msgid ""
|
8 |
+
msgstr ""
|
9 |
+
"Project-Id-Version: PollDaddy Polls 1.8.5\n"
|
10 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/polldaddy\n"
|
11 |
+
"POT-Creation-Date: 2010-03-16 14:42+0000\n"
|
12 |
+
"PO-Revision-Date: 2010-12-31 20:18+0200\n"
|
13 |
+
"Last-Translator: Arvantis <gbarin@gmail.com>\n"
|
14 |
+
"Language-Team: Arvanitis <gbarin@gmail.com>\n"
|
15 |
+
"MIME-Version: 1.0\n"
|
16 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
+
"Content-Transfer-Encoding: 8bit\n"
|
18 |
+
"X-Poedit-Language: Turkish\n"
|
19 |
+
"X-Poedit-Country: TURKEY\n"
|
20 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
21 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
22 |
+
|
23 |
+
#: polldaddy-org.php:107
|
24 |
+
#: polldaddy.php:132
|
25 |
+
#: polldaddy.php:896
|
26 |
+
msgid "Email address required"
|
27 |
+
msgstr "E-posta adresi gereklidir"
|
28 |
+
|
29 |
+
#: polldaddy-org.php:110
|
30 |
+
#: polldaddy.php:135
|
31 |
+
#: polldaddy.php:899
|
32 |
+
msgid "Password required"
|
33 |
+
msgstr "Şifre gereklidir"
|
34 |
+
|
35 |
+
#: polldaddy-org.php:142
|
36 |
+
msgid "Could not connect to PollDaddy API Key service"
|
37 |
+
msgstr "PollDaddy API Anahtarı hizmeti ile bağlantı kurulamadı"
|
38 |
+
|
39 |
+
#: polldaddy-org.php:156
|
40 |
+
#: polldaddy.php:165
|
41 |
+
msgid "Can't connect to PollDaddy.com"
|
42 |
+
msgstr "PollDaddy.com ile bağlantı kurulamıyor."
|
43 |
+
|
44 |
+
#: polldaddy-org.php:186
|
45 |
+
msgid "Login to PollDaddy failed. Double check your email address and password."
|
46 |
+
msgstr "PollDaddy girişiniz başarısız. E-posta adresinizi ve şifrenizi birkez daha kontrol edin."
|
47 |
+
|
48 |
+
#: polldaddy-org.php:188
|
49 |
+
msgid "If your email address and password are correct, your host may not support secure logins."
|
50 |
+
msgstr "E-posta adresiniz ve şifreniz doğru ise sunucunuz güvenli girişi desteklemiyor olabilir."
|
51 |
+
|
52 |
+
#: polldaddy-org.php:189
|
53 |
+
msgid "In that case, you may be able to log in to PollDaddy by unchecking the \"Use SSL to Log in\" checkbox."
|
54 |
+
msgstr "Bu durumda \"Giriş için SSL kullan\" kutusundaki işareti kadırarak PollDaddy'ye giriş yapabilirsiniz."
|
55 |
+
|
56 |
+
#: polldaddy-org.php:200
|
57 |
+
#: polldaddy.php:202
|
58 |
+
msgid "Account could not be accessed. Are your email address and password correct?"
|
59 |
+
msgstr "Heasbınıza erişilemedi. E-posta adresiniz ve şifreniz doğru mu?"
|
60 |
+
|
61 |
+
#: polldaddy-org.php:214
|
62 |
+
#: polldaddy.php:253
|
63 |
+
msgid "PollDaddy Account"
|
64 |
+
msgstr "PollDaddy Hesabı"
|
65 |
+
|
66 |
+
#: polldaddy-org.php:216
|
67 |
+
#: polldaddy.php:255
|
68 |
+
#, php-format
|
69 |
+
msgid "Before you can use the PollDaddy plugin, you need to enter your <a href=\"%s\">PollDaddy.com</a> account details."
|
70 |
+
msgstr "PollDaddy eklentisini kullanmadan önce <a href=\"%s\">PollDaddy.com</a>'da hesap detaylarınızı girmeniz gereklidir."
|
71 |
+
|
72 |
+
#: polldaddy-org.php:223
|
73 |
+
#: polldaddy.php:262
|
74 |
+
#: polldaddy.php:4034
|
75 |
+
msgid "PollDaddy Email Address"
|
76 |
+
msgstr "PollDaddy E-posta Adresi"
|
77 |
+
|
78 |
+
#: polldaddy-org.php:231
|
79 |
+
#: polldaddy.php:270
|
80 |
+
#: polldaddy.php:4044
|
81 |
+
msgid "PollDaddy Password"
|
82 |
+
msgstr "PollDaddy Şifre"
|
83 |
+
|
84 |
+
#: polldaddy-org.php:244
|
85 |
+
msgid "Use SSL to Log in"
|
86 |
+
msgstr "Giriş için SSL kullan"
|
87 |
+
|
88 |
+
#: polldaddy-org.php:248
|
89 |
+
msgid "This ensures a secure login to your PollDaddy account. Only uncheck if you are having problems logging in."
|
90 |
+
msgstr "Bu sizin PollDaddy hesabınıza güvenli girişinizi sağlar. Giriş sorunları yaşıyorsanız ,sadece işareti kaldırın."
|
91 |
+
|
92 |
+
#: polldaddy-org.php:258
|
93 |
+
#: polldaddy.php:282
|
94 |
+
msgid "Submit"
|
95 |
+
msgstr "Yolla"
|
96 |
+
|
97 |
+
#: polldaddy-org.php:274
|
98 |
+
msgid "Multiple PollDaddy Accounts"
|
99 |
+
msgstr "Çoklu PollDaddy Hesabı"
|
100 |
+
|
101 |
+
#: polldaddy-org.php:280
|
102 |
+
msgid "This setting will allow each blog user to import a PollDaddy account."
|
103 |
+
msgstr "Bu ayar her blog kullanıcısına PollDaddy hesabı almayı sağlayacaktır."
|
104 |
+
|
105 |
+
#: polldaddy-org.php:287
|
106 |
+
msgid "Sync Ratings Account"
|
107 |
+
msgstr "Derecelendirme Hesabını Eşleme"
|
108 |
+
|
109 |
+
#: polldaddy-org.php:293
|
110 |
+
msgid "This will syncronize your ratings PollDaddy account."
|
111 |
+
msgstr "Bu PollDaddy hesabınızdaki derecelendirmeleri eşleştirecektir."
|
112 |
+
|
113 |
+
#: polldaddy-org.php:453
|
114 |
+
msgid "A list of your top rated posts, pages or comments."
|
115 |
+
msgstr "Sizin zirvedeki yazı, sayfa veya yorumlarınızın listesi."
|
116 |
+
|
117 |
+
#: polldaddy-org.php:462
|
118 |
+
msgid "Top Rated"
|
119 |
+
msgstr "Zirveki Derecelendirmeler"
|
120 |
+
|
121 |
+
#: polldaddy-org.php:498
|
122 |
+
#: polldaddy.php:3860
|
123 |
+
msgid "Title"
|
124 |
+
msgstr "Başlık"
|
125 |
+
|
126 |
+
#: polldaddy-org.php:507
|
127 |
+
msgid "Show for posts"
|
128 |
+
msgstr "Yazılarda göster"
|
129 |
+
|
130 |
+
#: polldaddy-org.php:518
|
131 |
+
msgid "Show for pages"
|
132 |
+
msgstr "Sayfalarda göster"
|
133 |
+
|
134 |
+
#: polldaddy-org.php:529
|
135 |
+
msgid "Show for comments"
|
136 |
+
msgstr "Yorumlarda göster"
|
137 |
+
|
138 |
+
#: polldaddy-org.php:533
|
139 |
+
msgid "How many items would you like to display?"
|
140 |
+
msgstr "Kaç madde görüntülemek istiyorsunuz?"
|
141 |
+
|
142 |
+
#: polldaddy.php:72
|
143 |
+
#: polldaddy.php:74
|
144 |
+
#: polldaddy.php:90
|
145 |
+
#: polldaddy.php:92
|
146 |
+
msgid "Ratings"
|
147 |
+
msgstr "Derecelendirmeler"
|
148 |
+
|
149 |
+
#: polldaddy.php:79
|
150 |
+
#: polldaddy.php:81
|
151 |
+
#: polldaddy.php:97
|
152 |
+
#: polldaddy.php:99
|
153 |
+
#: polldaddy.php:111
|
154 |
+
#: polldaddy.php:1105
|
155 |
+
msgid "Polls"
|
156 |
+
msgstr "Anketler"
|
157 |
+
|
158 |
+
#: polldaddy.php:104
|
159 |
+
msgid "Ratings – Settings"
|
160 |
+
msgstr "Derecelendirme – Ayarları"
|
161 |
+
|
162 |
+
#: polldaddy.php:104
|
163 |
+
msgid "Settings"
|
164 |
+
msgstr "Ayarlar"
|
165 |
+
|
166 |
+
#: polldaddy.php:105
|
167 |
+
#: polldaddy.php:108
|
168 |
+
msgid "Ratings – Reports"
|
169 |
+
msgstr "Derecelendirme – Raporlar"
|
170 |
+
|
171 |
+
#: polldaddy.php:105
|
172 |
+
#: polldaddy.php:108
|
173 |
+
msgid "Reports"
|
174 |
+
msgstr "Raporlar"
|
175 |
+
|
176 |
+
#: polldaddy.php:111
|
177 |
+
#: polldaddy.php:1237
|
178 |
+
#: polldaddy.php:2014
|
179 |
+
msgid "Edit"
|
180 |
+
msgstr "Düzenle"
|
181 |
+
|
182 |
+
#: polldaddy.php:114
|
183 |
+
msgid "Add New Poll"
|
184 |
+
msgstr "Yeni Anket Ekle"
|
185 |
+
|
186 |
+
#: polldaddy.php:114
|
187 |
+
msgid "Add New"
|
188 |
+
msgstr "Yeni ekle"
|
189 |
+
|
190 |
+
#: polldaddy.php:115
|
191 |
+
#: polldaddy.php:1070
|
192 |
+
#: polldaddy.php:1743
|
193 |
+
msgid "Custom Styles"
|
194 |
+
msgstr "Özel Biçim"
|
195 |
+
|
196 |
+
#: polldaddy.php:116
|
197 |
+
#: polldaddy.php:4019
|
198 |
+
msgid "Options"
|
199 |
+
msgstr "Seçenekler"
|
200 |
+
|
201 |
+
#: polldaddy.php:192
|
202 |
+
msgid "Invalid Account"
|
203 |
+
msgstr "Geçersiz Hesap"
|
204 |
+
|
205 |
+
#: polldaddy.php:214
|
206 |
+
#, php-format
|
207 |
+
msgid "Obsolete PollDaddy User API Key: <a href=\"%s\">Sign in again to re-authenticate</a>"
|
208 |
+
msgstr "Eski PollDaddy Kullanıcı API Anahtarı: <a href=\"%s\">Tekrar yetkilendirme için yeniden oturum açın</ a>"
|
209 |
+
|
210 |
+
#: polldaddy.php:291
|
211 |
+
msgid "Add Poll"
|
212 |
+
msgstr "Anket Ekle"
|
213 |
+
|
214 |
+
#: polldaddy.php:362
|
215 |
+
msgid "Star Colors"
|
216 |
+
msgstr "Yıldız Renkleri"
|
217 |
+
|
218 |
+
#: polldaddy.php:362
|
219 |
+
#: polldaddy.php:3344
|
220 |
+
msgid "Star Size"
|
221 |
+
msgstr "Yıldız Boyutu"
|
222 |
+
|
223 |
+
#: polldaddy.php:363
|
224 |
+
msgid "Nero Type"
|
225 |
+
msgstr "Nero Tipi"
|
226 |
+
|
227 |
+
#: polldaddy.php:363
|
228 |
+
msgid "Nero Size"
|
229 |
+
msgstr "Nero Boyutu"
|
230 |
+
|
231 |
+
#: polldaddy.php:456
|
232 |
+
msgid "You are not allowed to delete this poll."
|
233 |
+
msgstr "Bu anketi silmenize izin verilmedi."
|
234 |
+
|
235 |
+
#: polldaddy.php:464
|
236 |
+
#: polldaddy.php:500
|
237 |
+
#: polldaddy.php:536
|
238 |
+
#: polldaddy.php:570
|
239 |
+
msgid "Invalid Poll Author"
|
240 |
+
msgstr "Geçersiz Anket Yazarı"
|
241 |
+
|
242 |
+
#: polldaddy.php:492
|
243 |
+
msgid "You are not allowed to open this poll."
|
244 |
+
msgstr "Bu anketi açmanıza izin verilmedi."
|
245 |
+
|
246 |
+
#: polldaddy.php:528
|
247 |
+
msgid "You are not allowed to close this poll."
|
248 |
+
msgstr "Bu anketi kapatmanıza izin verilmedi."
|
249 |
+
|
250 |
+
#: polldaddy.php:561
|
251 |
+
#: polldaddy.php:1333
|
252 |
+
msgid "You are not allowed to edit this poll."
|
253 |
+
msgstr "Bu anketi düzenlemenize izin verilmedi."
|
254 |
+
|
255 |
+
#: polldaddy.php:577
|
256 |
+
msgid "Poll not found"
|
257 |
+
msgstr "Anket bulunamadı"
|
258 |
+
|
259 |
+
#: polldaddy.php:604
|
260 |
+
msgid "Invalid answers"
|
261 |
+
msgstr "Geçersiz yanıtlar"
|
262 |
+
|
263 |
+
#: polldaddy.php:620
|
264 |
+
msgid "You must include at least 2 answers"
|
265 |
+
msgstr "En az 2 yanıt içermelidir"
|
266 |
+
|
267 |
+
#: polldaddy.php:631
|
268 |
+
#: polldaddy.php:708
|
269 |
+
msgid "Please choose a poll style"
|
270 |
+
msgstr "Lütfen anket biçimini seç"
|
271 |
+
|
272 |
+
#: polldaddy.php:653
|
273 |
+
msgid "Poll could not be updated"
|
274 |
+
msgstr "Anket güncellenemedi"
|
275 |
+
|
276 |
+
#: polldaddy.php:727
|
277 |
+
msgid "Poll could not be created"
|
278 |
+
msgstr "Anket oluşturulamadı"
|
279 |
+
|
280 |
+
#: polldaddy.php:779
|
281 |
+
msgid "Style could not be updated"
|
282 |
+
msgstr "Biçim güncellenemedi"
|
283 |
+
|
284 |
+
#: polldaddy.php:809
|
285 |
+
msgid "Style could not be created"
|
286 |
+
msgstr "Biçim oluşturulamadı"
|
287 |
+
|
288 |
+
#: polldaddy.php:908
|
289 |
+
msgid "Account could not be imported. Are your email address and password correct?"
|
290 |
+
msgstr "Hesap alınamadı. E-posta adresiniz ve şifreniz doğru mu?"
|
291 |
+
|
292 |
+
#: polldaddy.php:926
|
293 |
+
msgid "Poll deleted."
|
294 |
+
msgstr "Anket silindi."
|
295 |
+
|
296 |
+
#: polldaddy.php:928
|
297 |
+
#, php-format
|
298 |
+
msgid "%s Poll Deleted."
|
299 |
+
msgid_plural "%s Polls Deleted."
|
300 |
+
msgstr[0] "%s Anket Silindi."
|
301 |
+
msgstr[1] "%s Anketler Silindi."
|
302 |
+
|
303 |
+
#: polldaddy.php:933
|
304 |
+
msgid "Poll opened."
|
305 |
+
msgstr "Anket açıldı."
|
306 |
+
|
307 |
+
#: polldaddy.php:935
|
308 |
+
#, php-format
|
309 |
+
msgid "%s Poll Opened."
|
310 |
+
msgid_plural "%s Polls Opened."
|
311 |
+
msgstr[0] "%s Anket Açıldı."
|
312 |
+
msgstr[1] "%s Anketler Açıldı."
|
313 |
+
|
314 |
+
#: polldaddy.php:940
|
315 |
+
msgid "Poll closed."
|
316 |
+
msgstr "Anket kapandı."
|
317 |
+
|
318 |
+
#: polldaddy.php:942
|
319 |
+
#, php-format
|
320 |
+
msgid "%s Poll Closed."
|
321 |
+
msgid_plural "%s Polls Closed."
|
322 |
+
msgstr[0] "%s Anket Kapandı."
|
323 |
+
msgstr[1] "%s Anketler Kapandı."
|
324 |
+
|
325 |
+
#: polldaddy.php:945
|
326 |
+
msgid "Poll updated."
|
327 |
+
msgstr "Anket güncellendi."
|
328 |
+
|
329 |
+
#: polldaddy.php:948
|
330 |
+
msgid "Poll created."
|
331 |
+
msgstr "Anket oluşturuldu."
|
332 |
+
|
333 |
+
#: polldaddy.php:950
|
334 |
+
#: polldaddy.php:1366
|
335 |
+
msgid "Send to Editor"
|
336 |
+
msgstr "Düzenleyiciye Yolla"
|
337 |
+
|
338 |
+
#: polldaddy.php:953
|
339 |
+
msgid "Custom Style updated."
|
340 |
+
msgstr "Özel Biçim güncellendi."
|
341 |
+
|
342 |
+
#: polldaddy.php:956
|
343 |
+
msgid "Custom Style created."
|
344 |
+
msgstr "Özel Biçim oluşturuldu."
|
345 |
+
|
346 |
+
#: polldaddy.php:961
|
347 |
+
msgid "Custom Style deleted."
|
348 |
+
msgstr "Özel Biçim silindi."
|
349 |
+
|
350 |
+
#: polldaddy.php:963
|
351 |
+
#, php-format
|
352 |
+
msgid "%s Style Deleted."
|
353 |
+
msgid_plural "%s Styles Deleted."
|
354 |
+
msgstr[0] "%s Biçim Silindi"
|
355 |
+
msgstr[1] "%s Biçim Silindi"
|
356 |
+
|
357 |
+
#: polldaddy.php:966
|
358 |
+
msgid "Account Imported."
|
359 |
+
msgstr "Hesap Aktarıldı."
|
360 |
+
|
361 |
+
#: polldaddy.php:969
|
362 |
+
msgid "Options Updated."
|
363 |
+
msgstr "Seçenekler Güncellendi."
|
364 |
+
|
365 |
+
#: polldaddy.php:978
|
366 |
+
msgid "Error: An error has occurred; Poll not created."
|
367 |
+
msgstr "Hata: Bir hata oluştu; Anket oluşturulamadı."
|
368 |
+
|
369 |
+
#: polldaddy.php:981
|
370 |
+
msgid "Error: An error has occurred; Poll not updated."
|
371 |
+
msgstr "Hata: Bir hata oluştu; Anket güncellenmedi."
|
372 |
+
|
373 |
+
#: polldaddy.php:985
|
374 |
+
msgid "Error: An error has occurred; Account could not be imported. Perhaps your email address or password is incorrect?"
|
375 |
+
msgstr "Hata: Bir hata oluştu; Hesap alınamadı. Belki e-posta adresiniz veya şifreniz yanlıştır?"
|
376 |
+
|
377 |
+
#: polldaddy.php:987
|
378 |
+
msgid "Error: An error has occurred; Account could not be created."
|
379 |
+
msgstr "Hata: Bir hata oluştu; Hesap oluşturulamadı."
|
380 |
+
|
381 |
+
#: polldaddy.php:1024
|
382 |
+
#, php-format
|
383 |
+
msgid "Poll Preview (<a href=\"%s\">Edit Poll</a>, <a href=\"%s\">List Polls</a>)"
|
384 |
+
msgstr "Anket Ön İzleme (<a href=\"%s\">Anketi Düzenle</a>, <a href=\"%s\">Anketler Listesi</a>)"
|
385 |
+
|
386 |
+
#: polldaddy.php:1028
|
387 |
+
#, php-format
|
388 |
+
msgid "Poll Preview (<a href=\"%s\">List Polls</a>)"
|
389 |
+
msgstr "Anket Ön İzleme (<a href=\"%s\">Anketler Listesi</a>)"
|
390 |
+
|
391 |
+
#: polldaddy.php:1038
|
392 |
+
#, php-format
|
393 |
+
msgid "Poll Results (<a href=\"%s\">Edit Poll</a>)"
|
394 |
+
msgstr "Anket Sonuçları(<a href=\"%s\">Anketi Düzenle</a>)"
|
395 |
+
|
396 |
+
#: polldaddy.php:1040
|
397 |
+
#, php-format
|
398 |
+
msgid "Poll Results (<a href=\"%s\">List Polls</a>)"
|
399 |
+
msgstr "Anket Sonuçları (<a href=\"%s\">Anketler Listesi</a>)"
|
400 |
+
|
401 |
+
#: polldaddy.php:1049
|
402 |
+
#, php-format
|
403 |
+
msgid "Edit Poll (<a href=\"%s\">List Polls</a>)"
|
404 |
+
msgstr "Anket Düzenle (<a href=\"%s\">Anketler Listesi</a>) "
|
405 |
+
|
406 |
+
#: polldaddy.php:1058
|
407 |
+
#, php-format
|
408 |
+
msgid "Create Poll (<a href=\"%s\">List Polls</a>)"
|
409 |
+
msgstr "Anket Oluştur (<a href=\"%s\">Anketler Listesi</a>)"
|
410 |
+
|
411 |
+
#: polldaddy.php:1068
|
412 |
+
#, php-format
|
413 |
+
msgid "Custom Styles (<a href=\"%s\">Add New</a>)"
|
414 |
+
msgstr "Özel Biçimler (<a href=\"%s\">Yeni Ekle</a>)"
|
415 |
+
|
416 |
+
#: polldaddy.php:1078
|
417 |
+
#, php-format
|
418 |
+
msgid "Edit Style (<a href=\"%s\">List Styles</a>)"
|
419 |
+
msgstr "Biçimi düzenle (<a href=\"%s\">Biçim Listesi</a>)"
|
420 |
+
|
421 |
+
#: polldaddy.php:1087
|
422 |
+
#, php-format
|
423 |
+
msgid "Create Style (<a href=\"%s\">List Styles</a>)"
|
424 |
+
msgstr "Biçim Oluştur (<a href=\"%s\">Biçim Listesi</a>)"
|
425 |
+
|
426 |
+
#: polldaddy.php:1103
|
427 |
+
#, php-format
|
428 |
+
msgid "Polls (<a href=\"%s\">Add New</a>)"
|
429 |
+
msgstr "Anketler (<a href=\"%s\">Yeni Ekle</a>) "
|
430 |
+
|
431 |
+
#: polldaddy.php:1168
|
432 |
+
msgid "All Blog's Polls"
|
433 |
+
msgstr "Bütün Blogun Anketleri"
|
434 |
+
|
435 |
+
#: polldaddy.php:1169
|
436 |
+
msgid "All My Polls"
|
437 |
+
msgstr "Bütün Anketlerim"
|
438 |
+
|
439 |
+
#: polldaddy.php:1177
|
440 |
+
#: polldaddy.php:1977
|
441 |
+
msgid "Actions"
|
442 |
+
msgstr "Eylemler"
|
443 |
+
|
444 |
+
#: polldaddy.php:1178
|
445 |
+
#: polldaddy.php:1243
|
446 |
+
#: polldaddy.php:1978
|
447 |
+
#: polldaddy.php:2019
|
448 |
+
msgid "Delete"
|
449 |
+
msgstr "Sil"
|
450 |
+
|
451 |
+
#: polldaddy.php:1179
|
452 |
+
#: polldaddy.php:1250
|
453 |
+
msgid "Close"
|
454 |
+
msgstr "Kapat"
|
455 |
+
|
456 |
+
#: polldaddy.php:1180
|
457 |
+
#: polldaddy.php:1247
|
458 |
+
msgid "Open"
|
459 |
+
msgstr "Aç"
|
460 |
+
|
461 |
+
#: polldaddy.php:1182
|
462 |
+
#: polldaddy.php:1980
|
463 |
+
msgid "Apply"
|
464 |
+
msgstr "Ekle"
|
465 |
+
|
466 |
+
#: polldaddy.php:1193
|
467 |
+
msgid "Poll"
|
468 |
+
msgstr "Anket"
|
469 |
+
|
470 |
+
#: polldaddy.php:1194
|
471 |
+
#: polldaddy.php:1881
|
472 |
+
#: polldaddy.php:1926
|
473 |
+
#: polldaddy.php:3861
|
474 |
+
msgid "Votes"
|
475 |
+
msgstr "Oylar"
|
476 |
+
|
477 |
+
#: polldaddy.php:1195
|
478 |
+
msgid "Created"
|
479 |
+
msgstr "Oluşturuldu"
|
480 |
+
|
481 |
+
#: polldaddy.php:1241
|
482 |
+
msgid "Results"
|
483 |
+
msgstr "Sonuçlar"
|
484 |
+
|
485 |
+
#: polldaddy.php:1253
|
486 |
+
#: polldaddy.php:1259
|
487 |
+
#: polldaddy.php:3256
|
488 |
+
msgid "Preview"
|
489 |
+
msgstr "Ön İzleme"
|
490 |
+
|
491 |
+
#: polldaddy.php:1255
|
492 |
+
msgid "Send to editor"
|
493 |
+
msgstr "Düzenleyiciye gönder"
|
494 |
+
|
495 |
+
#: polldaddy.php:1261
|
496 |
+
msgid "HTML code"
|
497 |
+
msgstr "HTML kodu"
|
498 |
+
|
499 |
+
#: polldaddy.php:1265
|
500 |
+
#: polldaddy.php:2021
|
501 |
+
msgid "Y/m/d g:i:s A"
|
502 |
+
msgstr "d.m.Y H:i"
|
503 |
+
|
504 |
+
#: polldaddy.php:1265
|
505 |
+
#: polldaddy.php:2021
|
506 |
+
msgid "Y/m/d"
|
507 |
+
msgstr "d.m.Y"
|
508 |
+
|
509 |
+
#: polldaddy.php:1269
|
510 |
+
msgid "Shortcode"
|
511 |
+
msgstr "Kısakodlar"
|
512 |
+
|
513 |
+
#: polldaddy.php:1272
|
514 |
+
msgid "JavaScript"
|
515 |
+
msgstr "JavaScript"
|
516 |
+
|
517 |
+
#: polldaddy.php:1288
|
518 |
+
#, php-format
|
519 |
+
msgid "What are you doing here? <a href=\"%s\">Go back</a>."
|
520 |
+
msgstr "Burada ne yapıyorsunuz? <a href=\"%s\">Geri dön</a>."
|
521 |
+
|
522 |
+
#: polldaddy.php:1298
|
523 |
+
#, php-format
|
524 |
+
msgid "No polls yet. <a href=\"%s\">Create one</a>"
|
525 |
+
msgstr "Henüz anket yok. <a href=\"%s\">Bir tane oluştur</a>"
|
526 |
+
|
527 |
+
#: polldaddy.php:1300
|
528 |
+
msgid "No polls yet."
|
529 |
+
msgstr "Henüz anket yok."
|
530 |
+
|
531 |
+
#: polldaddy.php:1355
|
532 |
+
msgid "Publish"
|
533 |
+
msgstr "Yayınla"
|
534 |
+
|
535 |
+
#: polldaddy.php:1362
|
536 |
+
msgid "Save Poll"
|
537 |
+
msgstr "Anketi Kaydet"
|
538 |
+
|
539 |
+
#: polldaddy.php:1377
|
540 |
+
#: polldaddy.php:4102
|
541 |
+
msgid "Poll results"
|
542 |
+
msgstr "Anket sonuçları"
|
543 |
+
|
544 |
+
#: polldaddy.php:1382
|
545 |
+
msgid "Show results to voters"
|
546 |
+
msgstr "Sonuçları oy verenlere göster"
|
547 |
+
|
548 |
+
#: polldaddy.php:1382
|
549 |
+
msgid "Only show percentages"
|
550 |
+
msgstr "Sadece yüzde göster"
|
551 |
+
|
552 |
+
#: polldaddy.php:1382
|
553 |
+
msgid "Hide all results"
|
554 |
+
msgstr "Bütün sonuçları gizle"
|
555 |
+
|
556 |
+
#: polldaddy.php:1400
|
557 |
+
#: polldaddy.php:4119
|
558 |
+
msgid "Block repeat voters"
|
559 |
+
msgstr "Oy verenlerin tekrarlamasını engelle"
|
560 |
+
|
561 |
+
#: polldaddy.php:1405
|
562 |
+
msgid "Don't block repeat voters"
|
563 |
+
msgstr "Oy verenlerin tekrarlamasını engelleme"
|
564 |
+
|
565 |
+
#: polldaddy.php:1405
|
566 |
+
msgid "Block by cookie (recommended)"
|
567 |
+
msgstr "Çerezle engelle (tavsiye edilen)"
|
568 |
+
|
569 |
+
#: polldaddy.php:1405
|
570 |
+
msgid "Block by cookie and by IP address"
|
571 |
+
msgstr "Çerez ve IP adresi ile engelle"
|
572 |
+
|
573 |
+
#: polldaddy.php:1420
|
574 |
+
msgid "Expires: "
|
575 |
+
msgstr "Geçerlilik:"
|
576 |
+
|
577 |
+
#: polldaddy.php:1422
|
578 |
+
#: polldaddy.php:4124
|
579 |
+
msgid "Never"
|
580 |
+
msgstr "Asla"
|
581 |
+
|
582 |
+
#: polldaddy.php:1423
|
583 |
+
#: polldaddy.php:4125
|
584 |
+
#, php-format
|
585 |
+
msgid "%d hour"
|
586 |
+
msgstr "%d saat"
|
587 |
+
|
588 |
+
#: polldaddy.php:1424
|
589 |
+
#: polldaddy.php:1425
|
590 |
+
#: polldaddy.php:1426
|
591 |
+
#: polldaddy.php:4126
|
592 |
+
#: polldaddy.php:4127
|
593 |
+
#: polldaddy.php:4128
|
594 |
+
#, php-format
|
595 |
+
msgid "%d hours"
|
596 |
+
msgstr "%d saat"
|
597 |
+
|
598 |
+
#: polldaddy.php:1427
|
599 |
+
#: polldaddy.php:4129
|
600 |
+
#, php-format
|
601 |
+
msgid "%d day"
|
602 |
+
msgstr "%d gün"
|
603 |
+
|
604 |
+
#: polldaddy.php:1428
|
605 |
+
#: polldaddy.php:4130
|
606 |
+
#, php-format
|
607 |
+
msgid "%d week"
|
608 |
+
msgstr "%d hafta"
|
609 |
+
|
610 |
+
#: polldaddy.php:1429
|
611 |
+
#: polldaddy.php:4131
|
612 |
+
#, php-format
|
613 |
+
msgid "%d month"
|
614 |
+
msgstr "%d ay"
|
615 |
+
|
616 |
+
#: polldaddy.php:1431
|
617 |
+
msgid "Note: Blocking by cookie and IP address can be problematic for some voters."
|
618 |
+
msgstr "Not: Çerez ve IP adresi engelleme bazı oy verenler için sorunlu olabilir."
|
619 |
+
|
620 |
+
#: polldaddy.php:1446
|
621 |
+
msgid "Answers"
|
622 |
+
msgstr "Yanıtlar"
|
623 |
+
|
624 |
+
#: polldaddy.php:1492
|
625 |
+
msgid "Add another"
|
626 |
+
msgstr "Diğerini ekle"
|
627 |
+
|
628 |
+
#: polldaddy.php:1498
|
629 |
+
msgid "Multiple choice"
|
630 |
+
msgstr "Çoklu seçim"
|
631 |
+
|
632 |
+
#: polldaddy.php:1498
|
633 |
+
msgid "Randomize answer order"
|
634 |
+
msgstr "Rasgele yanıt düzeni"
|
635 |
+
|
636 |
+
#: polldaddy.php:1498
|
637 |
+
msgid "Allow other answers"
|
638 |
+
msgstr "Diğer yanıtlara izin ver"
|
639 |
+
|
640 |
+
#: polldaddy.php:1498
|
641 |
+
msgid "'Share This' link"
|
642 |
+
msgstr "'Bunu Paylaş' bağlantısı"
|
643 |
+
|
644 |
+
#: polldaddy.php:1627
|
645 |
+
msgid "Design"
|
646 |
+
msgstr "Tasarım"
|
647 |
+
|
648 |
+
#: polldaddy.php:1708
|
649 |
+
#: polldaddy.php:1763
|
650 |
+
msgid "Custom Style"
|
651 |
+
msgstr "Özel Biçim"
|
652 |
+
|
653 |
+
#: polldaddy.php:1721
|
654 |
+
#: polldaddy.php:1817
|
655 |
+
msgid "Please choose a custom style..."
|
656 |
+
msgstr "Özel biçim seçiniz..."
|
657 |
+
|
658 |
+
#: polldaddy.php:1727
|
659 |
+
#: polldaddy.php:1823
|
660 |
+
msgid "Please choose a style."
|
661 |
+
msgstr "Lütfen bir biçim seç."
|
662 |
+
|
663 |
+
#: polldaddy.php:1732
|
664 |
+
#: polldaddy.php:1828
|
665 |
+
#, php-format
|
666 |
+
msgid "Did you know we have a new editor for building your own custom poll styles? Find out more <a href=\"%s\" target=\"_blank\">here</a>."
|
667 |
+
msgstr "Kendi özel anket tarzınızı oluşturmak için bizim yeni bir editörümüz var biliyor muydunuz? <a href=\"%s\" Burada</a> target=\"_blank\"> daha fazlasını bulabilirsiniz."
|
668 |
+
|
669 |
+
#: polldaddy.php:1755
|
670 |
+
msgid "PollDaddy Style"
|
671 |
+
msgstr "PollDaddy Biçimi"
|
672 |
+
|
673 |
+
#: polldaddy.php:1880
|
674 |
+
msgid "Answer"
|
675 |
+
msgstr "Yanıtlar"
|
676 |
+
|
677 |
+
#: polldaddy.php:1895
|
678 |
+
#, php-format
|
679 |
+
msgid "Other (<a href=\"%s\">see below</a>)"
|
680 |
+
msgstr "Diğeri (<a href=\"%s\">Aşağıya bakın</a>)"
|
681 |
+
|
682 |
+
#: polldaddy.php:1925
|
683 |
+
#: polldaddy.php:4090
|
684 |
+
msgid "Other Answer"
|
685 |
+
msgstr "Diğer Yanıtlar"
|
686 |
+
|
687 |
+
#: polldaddy.php:1990
|
688 |
+
msgid "Style"
|
689 |
+
msgstr "Biçim"
|
690 |
+
|
691 |
+
#: polldaddy.php:1991
|
692 |
+
msgid "Last Modified"
|
693 |
+
msgstr "Son Değiştirme"
|
694 |
+
|
695 |
+
#: polldaddy.php:2031
|
696 |
+
#, php-format
|
697 |
+
msgid "No custom styles yet. <a href=\"%s\">Create one</a>"
|
698 |
+
msgstr "Henüz özel biçim yok. <a href=\"%s\">Bir tane oluştur</a>"
|
699 |
+
|
700 |
+
#: polldaddy.php:2107
|
701 |
+
msgid "Style Name"
|
702 |
+
msgstr "Biçim Adı"
|
703 |
+
|
704 |
+
#: polldaddy.php:2122
|
705 |
+
msgid "Preload Basic Style"
|
706 |
+
msgstr "Önceden Yüklü Temel Biçim"
|
707 |
+
|
708 |
+
#: polldaddy.php:2136
|
709 |
+
msgid "Load Style"
|
710 |
+
msgstr "Biçim Yükle"
|
711 |
+
|
712 |
+
#: polldaddy.php:2925
|
713 |
+
msgid "Save Style"
|
714 |
+
msgstr "Biçimi Kaydet"
|
715 |
+
|
716 |
+
#: polldaddy.php:3069
|
717 |
+
#, php-format
|
718 |
+
msgid "Sorry! There was an error creating your rating widget. Please contact <a href=\"%1$s\" %2$s>PollDaddy support</a> to fix this."
|
719 |
+
msgstr "Üzgünüm! Derecelendirme bileşeninizi oluştururken bir hata oluştu. Bunu düzeltmek için <a href=\"%1$s\" %2$s>PollDaddy desteğine</a> başvurun."
|
720 |
+
|
721 |
+
#: polldaddy.php:3108
|
722 |
+
msgid "Rating Settings"
|
723 |
+
msgstr "Derecelendirme Ayarları"
|
724 |
+
|
725 |
+
#: polldaddy.php:3110
|
726 |
+
msgid "Rating updated"
|
727 |
+
msgstr "Derecelendirme güncellendi"
|
728 |
+
|
729 |
+
#: polldaddy.php:3122
|
730 |
+
#: polldaddy.php:3820
|
731 |
+
msgid "Posts"
|
732 |
+
msgstr "Yazılar"
|
733 |
+
|
734 |
+
#: polldaddy.php:3126
|
735 |
+
#: polldaddy.php:3820
|
736 |
+
msgid "Pages"
|
737 |
+
msgstr "Sayfalar"
|
738 |
+
|
739 |
+
#: polldaddy.php:3130
|
740 |
+
#: polldaddy.php:3820
|
741 |
+
msgid "Comments"
|
742 |
+
msgstr "Yorumlar"
|
743 |
+
|
744 |
+
#: polldaddy.php:3141
|
745 |
+
msgid "Enable for blog posts"
|
746 |
+
msgstr "Blog yazıları için etkinleştir"
|
747 |
+
|
748 |
+
#: polldaddy.php:3145
|
749 |
+
#: polldaddy.php:3163
|
750 |
+
msgid "Above each blog post"
|
751 |
+
msgstr "Her blog yazısının üstünde"
|
752 |
+
|
753 |
+
#: polldaddy.php:3145
|
754 |
+
#: polldaddy.php:3163
|
755 |
+
msgid "Below each blog post"
|
756 |
+
msgstr "Her blog yazısının altında"
|
757 |
+
|
758 |
+
#: polldaddy.php:3159
|
759 |
+
msgid "Enable for front page"
|
760 |
+
msgstr "Ana sayfa için etkinleştir"
|
761 |
+
|
762 |
+
#: polldaddy.php:3179
|
763 |
+
msgid "Enable for pages"
|
764 |
+
msgstr "Sayfalar için etkinleştir"
|
765 |
+
|
766 |
+
#: polldaddy.php:3183
|
767 |
+
msgid "Above each page"
|
768 |
+
msgstr "Her sayfanın üstünde"
|
769 |
+
|
770 |
+
#: polldaddy.php:3183
|
771 |
+
msgid "Below each page"
|
772 |
+
msgstr "Her sayfanın altında"
|
773 |
+
|
774 |
+
#: polldaddy.php:3199
|
775 |
+
msgid "Enable for comments"
|
776 |
+
msgstr "Yorumlar için etkinleştir"
|
777 |
+
|
778 |
+
#: polldaddy.php:3203
|
779 |
+
msgid "Above each comment"
|
780 |
+
msgstr "Her yorumun üstünde"
|
781 |
+
|
782 |
+
#: polldaddy.php:3203
|
783 |
+
msgid "Below each comment"
|
784 |
+
msgstr "Her yorumun altında"
|
785 |
+
|
786 |
+
#: polldaddy.php:3218
|
787 |
+
#: polldaddy.php:3249
|
788 |
+
msgid "Save Changes"
|
789 |
+
msgstr "Değişiklikleri Kaydet"
|
790 |
+
|
791 |
+
#: polldaddy.php:3229
|
792 |
+
msgid "Advanced Settings"
|
793 |
+
msgstr "İleri Düzey Ayarlar"
|
794 |
+
|
795 |
+
#: polldaddy.php:3242
|
796 |
+
msgid "Save"
|
797 |
+
msgstr "Kaydet"
|
798 |
+
|
799 |
+
#: polldaddy.php:3258
|
800 |
+
msgid "This is a demo of what your rating widget will look like"
|
801 |
+
msgstr "Bu sizin derecelendirme bileşeninizin nasıl görüneceğinin bir gösterimidir"
|
802 |
+
|
803 |
+
#: polldaddy.php:3265
|
804 |
+
msgid "Customize Labels"
|
805 |
+
msgstr "Etiketleri Kişiselleştir "
|
806 |
+
|
807 |
+
#: polldaddy.php:3269
|
808 |
+
msgid "votes"
|
809 |
+
msgstr "oylar"
|
810 |
+
|
811 |
+
#: polldaddy.php:3273
|
812 |
+
msgid "rate this"
|
813 |
+
msgstr "bunu derecelendir"
|
814 |
+
|
815 |
+
#: polldaddy.php:3277
|
816 |
+
#, php-format
|
817 |
+
msgid "%d star"
|
818 |
+
msgstr "%d yıldız"
|
819 |
+
|
820 |
+
#: polldaddy.php:3281
|
821 |
+
#: polldaddy.php:3285
|
822 |
+
#: polldaddy.php:3289
|
823 |
+
#: polldaddy.php:3293
|
824 |
+
#, php-format
|
825 |
+
msgid "%d stars"
|
826 |
+
msgstr "%d yıldızlar"
|
827 |
+
|
828 |
+
#: polldaddy.php:3297
|
829 |
+
msgid "Thank You"
|
830 |
+
msgstr "Teşekkürler"
|
831 |
+
|
832 |
+
#: polldaddy.php:3301
|
833 |
+
msgid "Rate Up"
|
834 |
+
msgstr "Olumlu"
|
835 |
+
|
836 |
+
#: polldaddy.php:3305
|
837 |
+
msgid "Rate Down"
|
838 |
+
msgstr "Olumsuz"
|
839 |
+
|
840 |
+
#: polldaddy.php:3314
|
841 |
+
msgid "Rating Type"
|
842 |
+
msgstr "Derecelendirme Tipi"
|
843 |
+
|
844 |
+
#: polldaddy.php:3316
|
845 |
+
msgid "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."
|
846 |
+
msgstr "Burada derecelendirmenizi nasıl görüntülemek istediğinizi seçebilirsiniz. 5 yıldız çok sık kullanılır. Nero derecelendirmeyi basit tutmak için yararlıdır."
|
847 |
+
|
848 |
+
#: polldaddy.php:3324
|
849 |
+
#, php-format
|
850 |
+
msgid "%d Star Rating"
|
851 |
+
msgstr "%d Yıldız Derecelendirme"
|
852 |
+
|
853 |
+
#: polldaddy.php:3333
|
854 |
+
msgid "Nero Rating"
|
855 |
+
msgstr "Nero Derecelendirme"
|
856 |
+
|
857 |
+
#: polldaddy.php:3340
|
858 |
+
msgid "Rating Style"
|
859 |
+
msgstr "Derecelendirme Biçimi"
|
860 |
+
|
861 |
+
#: polldaddy.php:3347
|
862 |
+
msgid "Small"
|
863 |
+
msgstr "Küçük"
|
864 |
+
|
865 |
+
#: polldaddy.php:3347
|
866 |
+
msgid "Medium"
|
867 |
+
msgstr "Orta"
|
868 |
+
|
869 |
+
#: polldaddy.php:3347
|
870 |
+
msgid "Large"
|
871 |
+
msgstr "Geniş"
|
872 |
+
|
873 |
+
#: polldaddy.php:3358
|
874 |
+
msgid "Star Color"
|
875 |
+
msgstr "Yıldız Renkleri"
|
876 |
+
|
877 |
+
#: polldaddy.php:3361
|
878 |
+
msgid "Yellow"
|
879 |
+
msgstr "Sarı"
|
880 |
+
|
881 |
+
#: polldaddy.php:3361
|
882 |
+
msgid "Red"
|
883 |
+
msgstr "Kırmızı"
|
884 |
+
|
885 |
+
#: polldaddy.php:3361
|
886 |
+
msgid "Blue"
|
887 |
+
msgstr "Mavi"
|
888 |
+
|
889 |
+
#: polldaddy.php:3361
|
890 |
+
msgid "Green"
|
891 |
+
msgstr "Yeşil"
|
892 |
+
|
893 |
+
#: polldaddy.php:3361
|
894 |
+
msgid "Grey"
|
895 |
+
msgstr "Gri"
|
896 |
+
|
897 |
+
#: polldaddy.php:3370
|
898 |
+
msgid "Hand"
|
899 |
+
msgstr "El"
|
900 |
+
|
901 |
+
#: polldaddy.php:3381
|
902 |
+
msgid "Custom Image"
|
903 |
+
msgstr "Özel Resim"
|
904 |
+
|
905 |
+
#: polldaddy.php:3388
|
906 |
+
msgid "Text Layout & Font"
|
907 |
+
msgstr "Metin Düzeni & Yazı Tipi"
|
908 |
+
|
909 |
+
#: polldaddy.php:3392
|
910 |
+
msgid "Align"
|
911 |
+
msgstr "Hizalama"
|
912 |
+
|
913 |
+
#: polldaddy.php:3395
|
914 |
+
msgid "Left"
|
915 |
+
msgstr "Sol"
|
916 |
+
|
917 |
+
#: polldaddy.php:3395
|
918 |
+
msgid "Center"
|
919 |
+
msgstr "Ortalı"
|
920 |
+
|
921 |
+
#: polldaddy.php:3395
|
922 |
+
#: polldaddy.php:3409
|
923 |
+
msgid "Right"
|
924 |
+
msgstr "Sağ"
|
925 |
+
|
926 |
+
#: polldaddy.php:3406
|
927 |
+
msgid "Position"
|
928 |
+
msgstr "Yerleştirme"
|
929 |
+
|
930 |
+
#: polldaddy.php:3409
|
931 |
+
msgid "Top"
|
932 |
+
msgstr "Üst"
|
933 |
+
|
934 |
+
#: polldaddy.php:3409
|
935 |
+
msgid "Bottom"
|
936 |
+
msgstr "Alt"
|
937 |
+
|
938 |
+
#: polldaddy.php:3420
|
939 |
+
msgid "Font"
|
940 |
+
msgstr "Yazı Tipi"
|
941 |
+
|
942 |
+
#: polldaddy.php:3423
|
943 |
+
#: polldaddy.php:3442
|
944 |
+
#: polldaddy.php:3456
|
945 |
+
msgid "Inherit"
|
946 |
+
msgstr "Devral"
|
947 |
+
|
948 |
+
#: polldaddy.php:3434
|
949 |
+
msgid "Color"
|
950 |
+
msgstr "Renk"
|
951 |
+
|
952 |
+
#: polldaddy.php:3439
|
953 |
+
msgid "Size"
|
954 |
+
msgstr "Boyut"
|
955 |
+
|
956 |
+
#: polldaddy.php:3453
|
957 |
+
msgid "Line Height"
|
958 |
+
msgstr "Satır Yüksekliği"
|
959 |
+
|
960 |
+
#: polldaddy.php:3467
|
961 |
+
msgid "Bold"
|
962 |
+
msgstr "Koyu"
|
963 |
+
|
964 |
+
#: polldaddy.php:3476
|
965 |
+
msgid "Italic"
|
966 |
+
msgstr "Yatık"
|
967 |
+
|
968 |
+
#: polldaddy.php:3489
|
969 |
+
#: polldaddy.php:3520
|
970 |
+
#: polldaddy.php:3550
|
971 |
+
msgid "Extra Settings"
|
972 |
+
msgstr "Ek Ayarlar"
|
973 |
+
|
974 |
+
#: polldaddy.php:3493
|
975 |
+
#: polldaddy.php:3524
|
976 |
+
#: polldaddy.php:3554
|
977 |
+
msgid "Rating ID"
|
978 |
+
msgstr "Derecelendirme Kimliği"
|
979 |
+
|
980 |
+
#: polldaddy.php:3499
|
981 |
+
msgid "This is the rating ID used in posts"
|
982 |
+
msgstr "Bu yazılarda kullanılan derecelendirme kimliğidir"
|
983 |
+
|
984 |
+
#: polldaddy.php:3504
|
985 |
+
msgid "Exclude Posts"
|
986 |
+
msgstr "Hariç Yazılar"
|
987 |
+
|
988 |
+
#: polldaddy.php:3510
|
989 |
+
msgid "Enter the Post IDs where you want to exclude ratings from. Please use a comma-delimited list, eg. 1,2,3"
|
990 |
+
msgstr "Derecelendirmede hariç tutmak istediğiniz Yazı kimliklerini girin. Virgülle ayrılmış liste kullanın. , örneğin: 1,2,3 gibi."
|
991 |
+
|
992 |
+
#: polldaddy.php:3530
|
993 |
+
msgid "This is the rating ID used in pages"
|
994 |
+
msgstr "Bu sayfalarda kullanılan derecelendirme kimliğidir"
|
995 |
+
|
996 |
+
#: polldaddy.php:3535
|
997 |
+
msgid "Exclude Pages"
|
998 |
+
msgstr "Hariç Sayfalar"
|
999 |
+
|
1000 |
+
#: polldaddy.php:3541
|
1001 |
+
msgid "Enter the Page IDs where you want to exclude ratings from. Please use a comma-delimited list, eg. 1,2,3"
|
1002 |
+
msgstr "Derecelendirmede hariç tutmak istediğiniz Sayfa kimliklerini girin. Virgülle ayrılmış liste kullanın. , örneğin: 1,2,3 gibi."
|
1003 |
+
|
1004 |
+
#: polldaddy.php:3560
|
1005 |
+
msgid "This is the rating ID used in comments"
|
1006 |
+
msgstr "Bu yorumlarda kullanılan derecelendirme kimliğidir."
|
1007 |
+
|
1008 |
+
#: polldaddy.php:3807
|
1009 |
+
msgid "«"
|
1010 |
+
msgstr "«"
|
1011 |
+
|
1012 |
+
#: polldaddy.php:3808
|
1013 |
+
msgid "»"
|
1014 |
+
msgstr "»"
|
1015 |
+
|
1016 |
+
#: polldaddy.php:3814
|
1017 |
+
msgid "Rating Reports"
|
1018 |
+
msgstr "Derecelendirme Raporları"
|
1019 |
+
|
1020 |
+
#: polldaddy.php:3829
|
1021 |
+
msgid "View Report"
|
1022 |
+
msgstr "Raporlara Bak"
|
1023 |
+
|
1024 |
+
#: polldaddy.php:3831
|
1025 |
+
msgid "Last 24 hours"
|
1026 |
+
msgstr "Son 24 saat"
|
1027 |
+
|
1028 |
+
#: polldaddy.php:3831
|
1029 |
+
msgid "Last 7 days"
|
1030 |
+
msgstr "Son 7 gün"
|
1031 |
+
|
1032 |
+
#: polldaddy.php:3831
|
1033 |
+
msgid "Last 31 days"
|
1034 |
+
msgstr "Son 31 gün"
|
1035 |
+
|
1036 |
+
#: polldaddy.php:3831
|
1037 |
+
msgid "Last 3 months"
|
1038 |
+
msgstr "Son 3 ay"
|
1039 |
+
|
1040 |
+
#: polldaddy.php:3831
|
1041 |
+
msgid "Last 12 months"
|
1042 |
+
msgstr "Son 12 ay"
|
1043 |
+
|
1044 |
+
#: polldaddy.php:3831
|
1045 |
+
msgid "All time"
|
1046 |
+
msgstr "Bütün zamanlar"
|
1047 |
+
|
1048 |
+
#: polldaddy.php:3839
|
1049 |
+
msgid "Filter Report"
|
1050 |
+
msgstr "Ayıklanmış Rapor"
|
1051 |
+
|
1052 |
+
#: polldaddy.php:3853
|
1053 |
+
#, php-format
|
1054 |
+
msgid "No ratings have been collected for your %s yet."
|
1055 |
+
msgstr "%s için henüz toplanmış derecelendirme yok."
|
1056 |
+
|
1057 |
+
#: polldaddy.php:3859
|
1058 |
+
msgid "Start Date"
|
1059 |
+
msgstr "Başlama Tarihi"
|
1060 |
+
|
1061 |
+
#: polldaddy.php:3862
|
1062 |
+
msgid "Average Rating"
|
1063 |
+
msgstr "Derecelendirme Ortalaması"
|
1064 |
+
|
1065 |
+
#: polldaddy.php:4023
|
1066 |
+
msgid "PollDaddy Account Info"
|
1067 |
+
msgstr "PollDaddy Hesap Bilgileri"
|
1068 |
+
|
1069 |
+
#: polldaddy.php:4026
|
1070 |
+
msgid "This is the PollDadddy account you currently have imported into your WordPress account"
|
1071 |
+
msgstr "Şu anda WordPress hesabınıza aktarılmış olan PollDaddy hesabınızdır."
|
1072 |
+
|
1073 |
+
#: polldaddy.php:4057
|
1074 |
+
msgid "Import Account"
|
1075 |
+
msgstr "Hesabı içe aktar"
|
1076 |
+
|
1077 |
+
#: polldaddy.php:4063
|
1078 |
+
msgid "General Settings"
|
1079 |
+
msgstr "Genel Ayarlar"
|
1080 |
+
|
1081 |
+
#: polldaddy.php:4071
|
1082 |
+
msgid "Default poll settings"
|
1083 |
+
msgstr "Varsayılan anket ayarları"
|
1084 |
+
|
1085 |
+
#: polldaddy.php:4080
|
1086 |
+
msgid "Multiple Choice"
|
1087 |
+
msgstr "Çoklu Seçim"
|
1088 |
+
|
1089 |
+
#: polldaddy.php:4085
|
1090 |
+
msgid "Randomise Answers"
|
1091 |
+
msgstr "Rasgele Yanıtlar"
|
1092 |
+
|
1093 |
+
#: polldaddy.php:4095
|
1094 |
+
msgid "Sharing"
|
1095 |
+
msgstr "Paylaşım"
|
1096 |
+
|
1097 |
+
#: polldaddy.php:4099
|
1098 |
+
msgid "Show"
|
1099 |
+
msgstr "Göster"
|
1100 |
+
|
1101 |
+
#: polldaddy.php:4100
|
1102 |
+
msgid "Hide"
|
1103 |
+
msgstr "Gizle"
|
1104 |
+
|
1105 |
+
#: polldaddy.php:4101
|
1106 |
+
msgid "Percentages"
|
1107 |
+
msgstr "Yüzdeler"
|
1108 |
+
|
1109 |
+
#: polldaddy.php:4111
|
1110 |
+
msgid "Poll style"
|
1111 |
+
msgstr "Anket biçimi"
|
1112 |
+
|
1113 |
+
#: polldaddy.php:4116
|
1114 |
+
msgid "Off"
|
1115 |
+
msgstr "Kapalı"
|
1116 |
+
|
1117 |
+
#: polldaddy.php:4117
|
1118 |
+
msgid "Cookie"
|
1119 |
+
msgstr "Çerez"
|
1120 |
+
|
1121 |
+
#: polldaddy.php:4118
|
1122 |
+
msgid "Cookie & IP address"
|
1123 |
+
msgstr "Çerez & IP adresi"
|
1124 |
+
|
1125 |
+
#: polldaddy.php:4132
|
1126 |
+
msgid "Block expiration limit"
|
1127 |
+
msgstr "Geçerlilik sınırlamasını engelle"
|
1128 |
+
|
1129 |
+
#: polldaddy.php:4144
|
1130 |
+
msgid "Save Options"
|
1131 |
+
msgstr "Seçenekleri Kaydet"
|
1132 |
+
|
1133 |
+
#. Plugin Name of the plugin/theme
|
1134 |
+
msgid "PollDaddy Polls"
|
1135 |
+
msgstr "PollDaddy Anketler"
|
1136 |
+
|
1137 |
+
#. Description of the plugin/theme
|
1138 |
+
msgid "Create and manage PollDaddy polls and ratings in WordPress"
|
1139 |
+
msgstr "WordPress'te PollDaddy anketler oluştur ve derecelendirmeleri yönet"
|
1140 |
+
|
1141 |
+
#. Author of the plugin/theme
|
1142 |
+
msgid "Automattic, Inc."
|
1143 |
+
msgstr "Automattic, A.Ş."
|
1144 |
+
|
1145 |
+
#~ msgid "Polls in WordPress"
|
1146 |
+
#~ msgstr "Afstemninger i WordPress"
|
1147 |
+
|
polldaddy-org.php
CHANGED
@@ -11,7 +11,7 @@ class WPORG_PollDaddy extends WP_PollDaddy {
|
|
11 |
|
12 |
function __construct() {
|
13 |
parent::__construct();
|
14 |
-
$this->version = '1.8.
|
15 |
$this->base_url = plugins_url() . '/' . dirname( plugin_basename( __FILE__ ) ) . '/';
|
16 |
$this->polldaddy_client_class = 'WPORG_PollDaddy_Client';
|
17 |
$this->use_ssl = (int) get_option( 'polldaddy_use_ssl' );
|
11 |
|
12 |
function __construct() {
|
13 |
parent::__construct();
|
14 |
+
$this->version = '1.8.9';
|
15 |
$this->base_url = plugins_url() . '/' . dirname( plugin_basename( __FILE__ ) ) . '/';
|
16 |
$this->polldaddy_client_class = 'WPORG_PollDaddy_Client';
|
17 |
$this->use_ssl = (int) get_option( 'polldaddy_use_ssl' );
|
polldaddy.php
CHANGED
@@ -5,7 +5,7 @@ Plugin Name: PollDaddy Polls
|
|
5 |
Description: Create and manage PollDaddy polls and ratings in WordPress
|
6 |
Author: Automattic, Inc.
|
7 |
Author URL: http://automattic.com/
|
8 |
-
Version: 1.8.
|
9 |
*/
|
10 |
|
11 |
// You can hardcode your PollDaddy PartnerGUID (API Key) here
|
@@ -333,7 +333,7 @@ class WP_PollDaddy {
|
|
333 |
break;
|
334 |
case 'edit-style' :
|
335 |
case 'create-style' :
|
336 |
-
wp_enqueue_script( 'polls-style', "http://i.polldaddy.com/js/style-editor.js", array(), $this->version
|
337 |
wp_enqueue_script( 'polls-style-color', "http://i.polldaddy.com/js/jquery/jscolor.js", array(), $this->version );
|
338 |
wp_enqueue_style( 'polls', "{$this->base_url}style-editor.css", array(), $this->version );
|
339 |
$plugin_page = 'polls&action=list-styles';
|
@@ -3271,7 +3271,10 @@ class WP_PollDaddy {
|
|
3271 |
|
3272 |
if ( !empty( $pd_rating ) ) {
|
3273 |
$settings_text = $pd_rating->settings;
|
3274 |
-
$settings = json_decode( $settings_text );
|
|
|
|
|
|
|
3275 |
$rating_type = 0;
|
3276 |
|
3277 |
if( $settings->type == 'stars' )
|
@@ -3442,50 +3445,120 @@ class WP_PollDaddy {
|
|
3442 |
<div class="postbox">
|
3443 |
<h3><?php _e('Customize Labels', 'polldaddy');?></h3>
|
3444 |
<div class="inside">
|
3445 |
-
<table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3446 |
<tr>
|
3447 |
-
<td
|
3448 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_vote" id="text_vote" value="<?php echo empty( $settings->text_vote ) ? 'Vote' : wp_specialchars( $settings->text_vote ); ?>" maxlength="20" />
|
3449 |
</tr>
|
3450 |
<tr>
|
3451 |
-
<td
|
3452 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_votes" id="text_votes" value="<?php echo( wp_specialchars( $settings->text_votes ) ); ?>" maxlength="20" />
|
3453 |
</tr>
|
3454 |
<tr>
|
3455 |
-
<td
|
3456 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_rate_this" id="text_rate_this" value="<?php echo( wp_specialchars( $settings->text_rate_this ) ); ?>" maxlength="20" />
|
3457 |
</tr>
|
3458 |
<tr>
|
3459 |
-
<td
|
3460 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_1_star" id="text_1_star" value="<?php echo( wp_specialchars( $settings->text_1_star ) ); ?>" maxlength="20" />
|
3461 |
</tr>
|
3462 |
<tr>
|
3463 |
-
<td
|
3464 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_2_star" id="text_2_star" value="<?php echo( wp_specialchars( $settings->text_2_star ) ); ?>" maxlength="20" />
|
3465 |
</tr>
|
3466 |
<tr>
|
3467 |
-
<td
|
3468 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_3_star" id="text_3_star" value="<?php echo( wp_specialchars( $settings->text_3_star ) ); ?>" maxlength="20" />
|
3469 |
</tr>
|
3470 |
<tr>
|
3471 |
-
<td
|
3472 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_4_star" id="text_4_star" value="<?php echo( wp_specialchars( $settings->text_4_star ) ); ?>" maxlength="20" />
|
3473 |
</tr>
|
3474 |
<tr>
|
3475 |
-
<td
|
3476 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_5_star" id="text_5_star" value="<?php echo( wp_specialchars( $settings->text_5_star ) ); ?>" maxlength="20" />
|
3477 |
</tr>
|
3478 |
<tr>
|
3479 |
-
<td
|
3480 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_thank_you" id="text_thank_you" value="<?php echo( wp_specialchars( $settings->text_thank_you ) ); ?>" maxlength="20" />
|
3481 |
</tr>
|
3482 |
<tr>
|
3483 |
-
<td
|
3484 |
-
<td><input onblur="pd_bind(this);" type="text" name="text_rate_up" id="text_rate_up" value="<?php echo( wp_specialchars( $settings->text_rate_up ) ); ?>" maxlength="20" />
|
3485 |
</tr>
|
3486 |
<tr>
|
3487 |
-
<td
|
3488 |
-
|
|
|
|
|
|
|
|
|
|
|
3489 |
</tr>
|
3490 |
</table>
|
3491 |
</div>
|
@@ -3665,12 +3738,24 @@ class WP_PollDaddy {
|
|
3665 |
</div>
|
3666 |
</div>
|
3667 |
<?php
|
3668 |
-
if ( $this->is_admin
|
3669 |
-
$exclude_post_ids = wp_specialchars( get_option( 'pd-rating-exclude-post-ids' ) ); ?>
|
3670 |
<div class="postbox">
|
3671 |
<h3><?php _e('Extra Settings', 'polldaddy');?></h3>
|
3672 |
<div class="inside">
|
3673 |
<table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3674 |
<tr>
|
3675 |
<td width="100" height="30"><?php _e('Rating ID', 'polldaddy');?></td>
|
3676 |
<td>
|
@@ -3692,16 +3777,9 @@ class WP_PollDaddy {
|
|
3692 |
<label for="exclude-post-ids"><?php _e( 'Enter the Post IDs where you want to exclude ratings from. Please use a comma-delimited list, eg. 1,2,3', 'polldaddy' ); ?></label>
|
3693 |
</span>
|
3694 |
</td>
|
3695 |
-
</tr
|
3696 |
-
|
3697 |
-
|
3698 |
-
</div><?php
|
3699 |
-
} else if ( $this->is_admin && $report_type == 'pages' ) {
|
3700 |
-
$exclude_page_ids = wp_specialchars( get_option( 'pd-rating-exclude-page-ids' ) ); ?>
|
3701 |
-
<div class="postbox">
|
3702 |
-
<h3><?php _e('Extra Settings', 'polldaddy');?></h3>
|
3703 |
-
<div class="inside">
|
3704 |
-
<table>
|
3705 |
<tr>
|
3706 |
<td width="100" height="30"><?php _e('Rating ID', 'polldaddy');?></td>
|
3707 |
<td>
|
@@ -3723,15 +3801,8 @@ class WP_PollDaddy {
|
|
3723 |
<label for="exclude-page-ids"><?php _e( 'Enter the Page IDs where you want to exclude ratings from. Please use a comma-delimited list, eg. 1,2,3', 'polldaddy' ); ?></label>
|
3724 |
</span>
|
3725 |
</td>
|
3726 |
-
</tr
|
3727 |
-
|
3728 |
-
</div>
|
3729 |
-
</div
|
3730 |
-
<?php } else if ( $this->is_admin && $report_type == 'comments' ) { ?>
|
3731 |
-
<div class="postbox">
|
3732 |
-
<h3><?php _e('Extra Settings', 'polldaddy');?></h3>
|
3733 |
-
<div class="inside">
|
3734 |
-
<table>
|
3735 |
<tr>
|
3736 |
<td width="100" height="30"><?php _e('Rating ID', 'polldaddy');?></td>
|
3737 |
<td>
|
@@ -3742,10 +3813,11 @@ class WP_PollDaddy {
|
|
3742 |
<label for="polldaddy-comment-rating-id"><?php _e( 'This is the rating ID used in comments', 'polldaddy' ); ?></label>
|
3743 |
</span>
|
3744 |
</td>
|
3745 |
-
</tr
|
|
|
3746 |
</table>
|
3747 |
</div>
|
3748 |
-
</div
|
3749 |
<?php } ?>
|
3750 |
</div>
|
3751 |
</div>
|
@@ -3801,7 +3873,7 @@ class WP_PollDaddy {
|
|
3801 |
$type = 'comments';
|
3802 |
} else{
|
3803 |
$new_rating_id = $rating_id;
|
3804 |
-
}
|
3805 |
|
3806 |
if( $rating_id > 0 && $rating_id == $new_rating_id ) {
|
3807 |
if( isset( $_REQUEST['rating_type'] ) && $_REQUEST['rating_type'] == 'stars' ) {
|
@@ -3847,6 +3919,20 @@ class WP_PollDaddy {
|
|
3847 |
$set->text_rate_down = wp_specialchars( $_REQUEST['text_rate_down'], 1 );
|
3848 |
$set->font_color = wp_specialchars( $_REQUEST['font_color'], 1 );
|
3849 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3850 |
$settings_text = json_encode( $set );
|
3851 |
|
3852 |
$polldaddy = $this->get_client( WP_POLLDADDY__PARTNERGUID, $this->rating_user_code );
|
5 |
Description: Create and manage PollDaddy polls and ratings in WordPress
|
6 |
Author: Automattic, Inc.
|
7 |
Author URL: http://automattic.com/
|
8 |
+
Version: 1.8.9
|
9 |
*/
|
10 |
|
11 |
// You can hardcode your PollDaddy PartnerGUID (API Key) here
|
333 |
break;
|
334 |
case 'edit-style' :
|
335 |
case 'create-style' :
|
336 |
+
wp_enqueue_script( 'polls-style', "http://i.polldaddy.com/js/style-editor.js", array(), $this->version );
|
337 |
wp_enqueue_script( 'polls-style-color', "http://i.polldaddy.com/js/jquery/jscolor.js", array(), $this->version );
|
338 |
wp_enqueue_style( 'polls', "{$this->base_url}style-editor.css", array(), $this->version );
|
339 |
$plugin_page = 'polls&action=list-styles';
|
3271 |
|
3272 |
if ( !empty( $pd_rating ) ) {
|
3273 |
$settings_text = $pd_rating->settings;
|
3274 |
+
$settings = json_decode( $settings_text );
|
3275 |
+
|
3276 |
+
$popup_disabled = ( isset( $settings->popup ) && $settings->popup == 'off' );
|
3277 |
+
|
3278 |
$rating_type = 0;
|
3279 |
|
3280 |
if( $settings->type == 'stars' )
|
3445 |
<div class="postbox">
|
3446 |
<h3><?php _e('Customize Labels', 'polldaddy');?></h3>
|
3447 |
<div class="inside">
|
3448 |
+
<table width="99.5%">
|
3449 |
+
<tr>
|
3450 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Vote', 'polldaddy');?></p></td>
|
3451 |
+
</tr>
|
3452 |
+
<tr>
|
3453 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_vote" id="text_vote" value="<?php echo empty( $settings->text_vote ) ? 'Vote' : wp_specialchars( $settings->text_vote ); ?>" maxlength="20" />
|
3454 |
+
</tr>
|
3455 |
+
<tr>
|
3456 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Votes', 'polldaddy');?></p></td>
|
3457 |
+
</tr>
|
3458 |
+
<tr>
|
3459 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_votes" id="text_votes" value="<?php echo empty( $settings->text_votes ) ? 'Votes' : wp_specialchars( $settings->text_votes ); ?>" maxlength="20" />
|
3460 |
+
</tr>
|
3461 |
+
<tr>
|
3462 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Rate This', 'polldaddy');?></p></td>
|
3463 |
+
</tr>
|
3464 |
+
<tr>
|
3465 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_rate_this" id="text_rate_this" value="<?php echo empty( $settings->text_rate_this ) ? 'Rate This' : wp_specialchars( $settings->text_rate_this ); ?>" maxlength="20" />
|
3466 |
+
</tr>
|
3467 |
+
<tr>
|
3468 |
+
<td><p style="margin-bottom: 0px;"><?php printf(__( '%d star', 'polldaddy' ), 1);?></p></td>
|
3469 |
+
</tr>
|
3470 |
+
<tr>
|
3471 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_1_star" id="text_1_star" value="<?php echo empty( $settings->text_1_star ) ? '1 star' : wp_specialchars( $settings->text_1_star ); ?>" maxlength="20" />
|
3472 |
+
</tr>
|
3473 |
+
<tr>
|
3474 |
+
<td><p style="margin-bottom: 0px;"><?php printf(__( '%d stars', 'polldaddy' ), 2);?></p></td>
|
3475 |
+
</tr>
|
3476 |
+
<tr>
|
3477 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_2_star" id="text_2_star" value="<?php echo empty( $settings->text_2_star ) ? '2 stars' : wp_specialchars( $settings->text_2_star ); ?>" maxlength="20" />
|
3478 |
+
</tr>
|
3479 |
+
<tr>
|
3480 |
+
<td><p style="margin-bottom: 0px;"><?php printf(__( '%d stars', 'polldaddy' ), 3);?></p></td>
|
3481 |
+
</tr>
|
3482 |
+
<tr>
|
3483 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_3_star" id="text_3_star" value="<?php echo empty( $settings->text_3_star ) ? '3 stars' : wp_specialchars( $settings->text_3_star ); ?>" maxlength="20" />
|
3484 |
+
</tr>
|
3485 |
+
<tr>
|
3486 |
+
<td><p style="margin-bottom: 0px;"><?php printf(__( '%d stars', 'polldaddy' ), 4);?></p></td>
|
3487 |
+
</tr>
|
3488 |
+
<tr>
|
3489 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_4_star" id="text_4_star" value="<?php echo empty( $settings->text_4_star ) ? '4 stars' : wp_specialchars( $settings->text_4_star ); ?>" maxlength="20" />
|
3490 |
+
</tr>
|
3491 |
+
<tr>
|
3492 |
+
<td><p style="margin-bottom: 0px;"><?php printf(__( '%d stars', 'polldaddy' ), 5);?></p></td>
|
3493 |
+
</tr>
|
3494 |
+
<tr>
|
3495 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_5_star" id="text_5_star" value="<?php echo empty( $settings->text_5_star ) ? '5 stars' : wp_specialchars( $settings->text_5_star ); ?>" maxlength="20" />
|
3496 |
+
</tr>
|
3497 |
+
<tr>
|
3498 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Thank You', 'polldaddy');?></p></td>
|
3499 |
+
</tr>
|
3500 |
+
<tr>
|
3501 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_thank_you" id="text_thank_you" value="<?php echo empty( $settings->text_thank_you ) ? 'Thank You' : wp_specialchars( $settings->text_thank_you ); ?>" maxlength="20" />
|
3502 |
+
</tr>
|
3503 |
+
<tr>
|
3504 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Rate Up', 'polldaddy');?></p></td>
|
3505 |
+
</tr>
|
3506 |
+
<tr>
|
3507 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_rate_up" id="text_rate_up" value="<?php echo empty( $settings->text_rate_up ) ? 'Rate Up' : wp_specialchars( $settings->text_rate_up ); ?>" maxlength="20" />
|
3508 |
+
</tr>
|
3509 |
+
<tr>
|
3510 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Rate Down', 'polldaddy');?></p></td>
|
3511 |
+
</tr>
|
3512 |
+
<tr>
|
3513 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_rate_down" id="text_rate_down" value="<?php echo empty( $settings->text_rate_down ) ? 'Rate Down' : wp_specialchars( $settings->text_rate_down ); ?>" maxlength="20" />
|
3514 |
+
</tr>
|
3515 |
+
<tr>
|
3516 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Most Popular Content', 'polldaddy');?></p></td>
|
3517 |
+
</tr>
|
3518 |
+
<tr>
|
3519 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_popcontent" id="text_popcontent" value="<?php echo empty( $settings->text_popcontent ) ? 'Most Popular Content' : wp_specialchars( $settings->text_popcontent ); ?>" maxlength="20" />
|
3520 |
+
</tr>
|
3521 |
+
<tr>
|
3522 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Close', 'polldaddy');?></p></td>
|
3523 |
+
</tr>
|
3524 |
<tr>
|
3525 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_close" id="text_close" value="<?php echo empty( $settings->text_close ) ? 'Close' : wp_specialchars( $settings->text_close ); ?>" maxlength="20" />
|
|
|
3526 |
</tr>
|
3527 |
<tr>
|
3528 |
+
<td><p style="margin-bottom: 0px;"><?php _e('All', 'polldaddy');?></p></td>
|
|
|
3529 |
</tr>
|
3530 |
<tr>
|
3531 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_all" id="text_all" value="<?php echo empty( $settings->text_all ) ? 'All' : wp_specialchars( $settings->text_all ); ?>" maxlength="20" />
|
|
|
3532 |
</tr>
|
3533 |
<tr>
|
3534 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Today', 'polldaddy');?></p></td>
|
|
|
3535 |
</tr>
|
3536 |
<tr>
|
3537 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_today" id="text_today" value="<?php echo empty( $settings->text_today ) ? 'Today' : wp_specialchars( $settings->text_today ); ?>" maxlength="20" />
|
|
|
3538 |
</tr>
|
3539 |
<tr>
|
3540 |
+
<td><p style="margin-bottom: 0px;"><?php _e('This Week', 'polldaddy');?></p></td>
|
|
|
3541 |
</tr>
|
3542 |
<tr>
|
3543 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_thisweek" id="text_thisweek" value="<?php echo empty( $settings->text_thisweek ) ? 'This Week' : wp_specialchars( $settings->text_thisweek ); ?>" maxlength="20" />
|
|
|
3544 |
</tr>
|
3545 |
<tr>
|
3546 |
+
<td><p style="margin-bottom: 0px;"><?php _e('This Month', 'polldaddy');?></p></td>
|
|
|
3547 |
</tr>
|
3548 |
<tr>
|
3549 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_thismonth" id="text_thismonth" value="<?php echo empty( $settings->text_thismonth ) ? 'This Month' : wp_specialchars( $settings->text_thismonth ); ?>" maxlength="20" />
|
|
|
3550 |
</tr>
|
3551 |
<tr>
|
3552 |
+
<td><p style="margin-bottom: 0px;"><?php _e('Rated', 'polldaddy');?></p></td>
|
|
|
3553 |
</tr>
|
3554 |
<tr>
|
3555 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_rated" id="text_rated" value="<?php echo empty( $settings->text_rated ) ? 'Rated' : wp_specialchars( $settings->text_rated ); ?>" maxlength="20" />
|
3556 |
+
</tr>
|
3557 |
+
<tr>
|
3558 |
+
<td><p style="margin-bottom: 0px;"><?php _e('There are no rated items for this period', 'polldaddy');?></p></td>
|
3559 |
+
</tr>
|
3560 |
+
<tr>
|
3561 |
+
<td><input onblur="pd_bind(this);" type="text" style="width: 100%;" name="text_noratings" id="text_noratings" value="<?php echo empty( $settings->text_noratings ) ? 'There are no rated items for this period' : wp_specialchars( $settings->text_noratings ); ?>" maxlength="50" />
|
3562 |
</tr>
|
3563 |
</table>
|
3564 |
</div>
|
3738 |
</div>
|
3739 |
</div>
|
3740 |
<?php
|
3741 |
+
if ( $this->is_admin ) { ?>
|
|
|
3742 |
<div class="postbox">
|
3743 |
<h3><?php _e('Extra Settings', 'polldaddy');?></h3>
|
3744 |
<div class="inside">
|
3745 |
<table>
|
3746 |
+
<tr>
|
3747 |
+
<td width="100" height="30"><?php _e('Results Popup', 'polldaddy');?></td>
|
3748 |
+
<td>
|
3749 |
+
<input type="checkbox" onchange="pd_bind(this);" value="on" name="polldaddy-rating-popup" id="polldaddy-rating-popup" <?php echo !$popup_disabled ? 'checked="checked"' : ''; ?> />
|
3750 |
+
</td>
|
3751 |
+
<td>
|
3752 |
+
<span class="description">
|
3753 |
+
<label for="polldaddy-rating-popup"><?php _e( 'Uncheck this box to disable the results popup', 'polldaddy' ); ?></label>
|
3754 |
+
</span>
|
3755 |
+
</td>
|
3756 |
+
</tr><?php
|
3757 |
+
if ( $report_type == 'posts' ) {
|
3758 |
+
$exclude_post_ids = wp_specialchars( get_option( 'pd-rating-exclude-post-ids' ) ); ?>
|
3759 |
<tr>
|
3760 |
<td width="100" height="30"><?php _e('Rating ID', 'polldaddy');?></td>
|
3761 |
<td>
|
3777 |
<label for="exclude-post-ids"><?php _e( 'Enter the Post IDs where you want to exclude ratings from. Please use a comma-delimited list, eg. 1,2,3', 'polldaddy' ); ?></label>
|
3778 |
</span>
|
3779 |
</td>
|
3780 |
+
</tr><?php
|
3781 |
+
} else if ( $report_type == 'pages' ) {
|
3782 |
+
$exclude_page_ids = wp_specialchars( get_option( 'pd-rating-exclude-page-ids' ) ); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3783 |
<tr>
|
3784 |
<td width="100" height="30"><?php _e('Rating ID', 'polldaddy');?></td>
|
3785 |
<td>
|
3801 |
<label for="exclude-page-ids"><?php _e( 'Enter the Page IDs where you want to exclude ratings from. Please use a comma-delimited list, eg. 1,2,3', 'polldaddy' ); ?></label>
|
3802 |
</span>
|
3803 |
</td>
|
3804 |
+
</tr><?php
|
3805 |
+
} else if ( $report_type == 'comments' ) { ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3806 |
<tr>
|
3807 |
<td width="100" height="30"><?php _e('Rating ID', 'polldaddy');?></td>
|
3808 |
<td>
|
3813 |
<label for="polldaddy-comment-rating-id"><?php _e( 'This is the rating ID used in comments', 'polldaddy' ); ?></label>
|
3814 |
</span>
|
3815 |
</td>
|
3816 |
+
</tr><?php
|
3817 |
+
} ?>
|
3818 |
</table>
|
3819 |
</div>
|
3820 |
+
</div>
|
3821 |
<?php } ?>
|
3822 |
</div>
|
3823 |
</div>
|
3873 |
$type = 'comments';
|
3874 |
} else{
|
3875 |
$new_rating_id = $rating_id;
|
3876 |
+
}
|
3877 |
|
3878 |
if( $rating_id > 0 && $rating_id == $new_rating_id ) {
|
3879 |
if( isset( $_REQUEST['rating_type'] ) && $_REQUEST['rating_type'] == 'stars' ) {
|
3919 |
$set->text_rate_down = wp_specialchars( $_REQUEST['text_rate_down'], 1 );
|
3920 |
$set->font_color = wp_specialchars( $_REQUEST['font_color'], 1 );
|
3921 |
|
3922 |
+
$set->text_popcontent= wp_specialchars( $_REQUEST['text_popcontent'], 1 );
|
3923 |
+
$set->text_close = wp_specialchars( $_REQUEST['text_close'], 1 );
|
3924 |
+
$set->text_all = wp_specialchars( $_REQUEST['text_all'], 1 );
|
3925 |
+
$set->text_today = wp_specialchars( $_REQUEST['text_today'], 1 );
|
3926 |
+
$set->text_thisweek = wp_specialchars( $_REQUEST['text_thisweek'], 1 );
|
3927 |
+
$set->text_thismonth = wp_specialchars( $_REQUEST['text_thismonth'], 1 );
|
3928 |
+
$set->text_rated = wp_specialchars( $_REQUEST['text_rated'], 1 );
|
3929 |
+
$set->text_noratings = wp_specialchars( $_REQUEST['text_noratings'], 1 );
|
3930 |
+
|
3931 |
+
|
3932 |
+
$set->popup = 'off';
|
3933 |
+
if( isset( $_REQUEST['polldaddy-rating-popup'] ) )
|
3934 |
+
$set->popup = ( $_REQUEST['polldaddy-rating-popup'] == 'on' ? 'on' : 'off' );
|
3935 |
+
|
3936 |
$settings_text = json_encode( $set );
|
3937 |
|
3938 |
$polldaddy = $this->get_client( WP_POLLDADDY__PARTNERGUID, $this->rating_user_code );
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: mdawaffe, eoigal
|
3 |
Tags: polls, poll, polldaddy, wppolls, vote, polling, surveys, rate, rating, ratings
|
4 |
Requires at least: 2.6
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.8.
|
7 |
|
8 |
Create and manage PollDaddy polls and ratings from within WordPress.
|
9 |
|
@@ -64,6 +64,9 @@ More info here - http://codex.wordpress.org/Theme_Development#Plugin_API_Hooks
|
|
64 |
You need to select the synchronize ratings account in the Options menu to make sure the ratings API key is valid.
|
65 |
|
66 |
== Change Log ==
|
|
|
|
|
|
|
67 |
= 1.8.8 =
|
68 |
* Updated style editor to catch some missing strings so they can be now be localised
|
69 |
* Added string maps to javascript files to allow them to be localised
|
2 |
Contributors: mdawaffe, eoigal
|
3 |
Tags: polls, poll, polldaddy, wppolls, vote, polling, surveys, rate, rating, ratings
|
4 |
Requires at least: 2.6
|
5 |
+
Tested up to: 3.0.1
|
6 |
+
Stable tag: 1.8.9
|
7 |
|
8 |
Create and manage PollDaddy polls and ratings from within WordPress.
|
9 |
|
64 |
You need to select the synchronize ratings account in the Options menu to make sure the ratings API key is valid.
|
65 |
|
66 |
== Change Log ==
|
67 |
+
= 1.8.9 =
|
68 |
+
* Added option to rating settings to disable ratings results popup
|
69 |
+
* Fixed bug in choosing rating text color
|
70 |
= 1.8.8 =
|
71 |
* Updated style editor to catch some missing strings so they can be now be localised
|
72 |
* Added string maps to javascript files to allow them to be localised
|