Version Description
- New feature: added auto insert for custom post types only (you will see this only if you use custom post types)
- Various bugfixes
Download this release
Release Info
Developer | Dudo |
Plugin | Yasr – Yet Another Stars Rating |
Version | 0.5.0 |
Comparing to | |
See all releases |
Code changes from version 0.4.9 to 0.5.0
- js/jquery.rateit.min.js +1 -3
- languages/yasr-de_DE.mo +0 -0
- languages/yasr-de_DE.po +306 -255
- languages/yasr-it_IT.mo +0 -0
- languages/yasr-it_IT.po +185 -170
- lib/yasr-db-functions.php +1 -0
- lib/yasr-functions.php +51 -11
- lib/yasr-settings-functions.php +45 -12
- lib/yasr-shortcode-functions.php +0 -19
- readme.txt +5 -1
- yasr-settings-page.php +11 -11
- yet-another-stars-rating.php +18 -2
js/jquery.rateit.min.js
CHANGED
@@ -2,6 +2,4 @@
|
|
2 |
http://rateit.codeplex.com | Twitter: @gjunge
|
3 |
*/
|
4 |
(function(n){function t(n){var u=n.originalEvent.changedTouches,t=u[0],i="",r;switch(n.type){case"touchmove":i="mousemove";break;case"touchend":i="mouseup";break;default:return}r=document.createEvent("MouseEvent");r.initMouseEvent(i,!0,!0,window,1,t.screenX,t.screenY,t.clientX,t.clientY,!1,!1,!1,!1,0,null);t.target.dispatchEvent(r);n.preventDefault()}n.rateit={aria:{resetLabel:"reset rating",ratingLabel:"rating"}};n.fn.rateit=function(i,r){var e=1,u={},o="init",s=function(n){return n.charAt(0).toUpperCase()+n.substr(1)},f;if(this.length===0)return this;if(f=n.type(i),f=="object"||i===undefined||i===null)u=n.extend({},n.fn.rateit.defaults,i);else{if(f=="string"&&i!=="reset"&&r===undefined)return this.data("rateit"+s(i));f=="string"&&(o="setvalue")}return this.each(function(){var c=n(this),f=function(n,t){if(t!=null){var i="aria-value"+(n=="value"?"now":n),r=c.find(".rateit-range");r.attr(i)!=undefined&&r.attr(i,t)}return arguments[0]="rateit"+s(n),c.data.apply(c,arguments)},p,w,v,h,b,g,nt,l,y,k,a;if(i=="reset"){p=f("init");for(w in p)c.data(w,p[w]);f("backingfld")&&(h=n(f("backingfld")),h.val(f("value")),h.trigger("change"),h[0].min&&(h[0].min=f("min")),h[0].max&&(h[0].max=f("max")),h[0].step&&(h[0].step=f("step")));c.trigger("reset")}if(c.hasClass("rateit")||c.addClass("rateit"),v=c.css("direction")!="rtl",o=="setvalue"){if(!f("init"))throw"Can't set value before init";i!="readonly"||r!=!0||f("readonly")||(c.find(".rateit-range").unbind(),f("wired",!1));i=="value"&&(r=r==null?f("min"):Math.max(f("min"),Math.min(f("max"),r)));f("backingfld")&&(h=n(f("backingfld")),i=="value"&&h.val(r),i=="min"&&h[0].min&&(h[0].min=r),i=="max"&&h[0].max&&(h[0].max=r),i=="step"&&h[0].step&&(h[0].step=r));f(i,r)}f("init")||(f("min",isNaN(f("min"))?u.min:f("min")),f("max",isNaN(f("max"))?u.max:f("max")),f("step",f("step")||u.step),f("readonly",f("readonly")!==undefined?f("readonly"):u.readonly),f("resetable",f("resetable")!==undefined?f("resetable"):u.resetable),f("backingfld",f("backingfld")||u.backingfld),f("starwidth",f("starwidth")||u.starwidth),f("starheight",f("starheight")||u.starheight),f("value",Math.max(f("min"),Math.min(f("max"),isNaN(f("value"))?isNaN(u.value)?u.min:u.value:f("value")))),f("ispreset",f("ispreset")!==undefined?f("ispreset"):u.ispreset),f("backingfld")&&(h=n(f("backingfld")).hide(),(h.attr("disabled")||h.attr("readonly"))&&f("readonly",!0),h[0].nodeName=="INPUT"&&(h[0].type=="range"||h[0].type=="text")&&(f("min",parseInt(h.attr("min"))||f("min")),f("max",parseInt(h.attr("max"))||f("max")),f("step",parseInt(h.attr("step"))||f("step"))),h[0].nodeName=="SELECT"&&h[0].options.length>1?(f("min",isNaN(f("min"))?Number(h[0].options[0].value):f("min")),f("max",Number(h[0].options[h[0].length-1].value)),f("step",Number(h[0].options[1].value)-Number(h[0].options[0].value)),b=h.find("option[selected]"),b.length==1&&f("value",b.val())):f("value",h.val())),g=c[0].nodeName=="DIV"?"div":"span",e++,nt='<button id="rateit-reset-{{index}}" type="button" data-role="none" class="rateit-reset" aria-label="'+n.rateit.aria.resetLabel+'" aria-controls="rateit-range-{{index}}"><\/button><{{element}} id="rateit-range-{{index}}" class="rateit-range" tabindex="0" role="slider" aria-label="'+n.rateit.aria.ratingLabel+'" aria-owns="rateit-reset-{{index}}" aria-valuemin="'+f("min")+'" aria-valuemax="'+f("max")+'" aria-valuenow="'+f("value")+'"><{{element}} class="rateit-selected" style="height:'+f("starheight")+'px"><\/{{element}}><{{element}} class="rateit-hover" style="height:'+f("starheight")+'px"><\/{{element}}><\/{{element}}>',c.append(nt.replace(/{{index}}/gi,e).replace(/{{element}}/gi,g)),v||(c.find(".rateit-reset").css("float","right"),c.find(".rateit-selected").addClass("rateit-selected-rtl"),c.find(".rateit-hover").addClass("rateit-hover-rtl")),f("init",JSON.parse(JSON.stringify(c.data()))));c.find(".rateit-selected, .rateit-hover").height(f("starheight"));l=c.find(".rateit-range");l.width(f("starwidth")*(f("max")-f("min"))).height(f("starheight"));y="rateit-preset"+(v?"":"-rtl");f("ispreset")?c.find(".rateit-selected").addClass(y):c.find(".rateit-selected").removeClass(y);f("value")!=null&&(k=(f("value")-f("min"))*f("starwidth"),c.find(".rateit-selected").width(k));a=c.find(".rateit-reset");a.data("wired")!==!0&&a.bind("click",function(t){t.preventDefault();a.blur();var i=n.Event("beforereset");if(c.trigger(i),i.isDefaultPrevented())return!1;c.rateit("value",null);c.trigger("reset")}).data("wired",!0);var tt=function(t,i){var u=i.changedTouches?i.changedTouches[0].pageX:i.pageX,r=u-n(t).offset().left;return v||(r=l.width()-r),r>l.width()&&(r=l.width()),r<0&&(r=0),k=Math.ceil(r/f("starwidth")*(1/f("step")))},it=function(n){var t=n*f("starwidth")*f("step"),r=l.find(".rateit-hover"),i;r.data("width")!=t&&(l.find(".rateit-selected").hide(),r.width(t).show().data("width",t),i=[n*f("step")+f("min")],c.trigger("hover",i).trigger("over",i))},d=function(t){var i=n.Event("beforerated");return(c.trigger(i,[t]),i.isDefaultPrevented())?!1:(f("value",t),f("backingfld")&&n(f("backingfld")).val(t).trigger("change"),f("ispreset")&&(l.find(".rateit-selected").removeClass(y),f("ispreset",!1)),l.find(".rateit-hover").hide(),l.find(".rateit-selected").width(t*f("starwidth")-f("min")*f("starwidth")).show(),c.trigger("hover",[null]).trigger("over",[null]).trigger("rated",[t]),!0)};f("readonly")?a.hide():(f("resetable")||a.hide(),f("wired")||(l.bind("touchmove touchend",t),l.mousemove(function(n){var t=tt(this,n);it(t)}),l.mouseleave(function(){l.find(".rateit-hover").hide().width(0).data("width","");c.trigger("hover",[null]).trigger("over",[null]);l.find(".rateit-selected").show()}),l.mouseup(function(n){var t=tt(this,n),i=t*f("step")+f("min");d(i);l.blur()}),l.keyup(function(n){(n.which==38||n.which==(v?39:37))&&d(Math.min(f("value")+f("step"),f("max")));(n.which==40||n.which==(v?37:39))&&d(Math.max(f("value")-f("step"),f("min")))}),f("wired",!0)),f("resetable")&&a.show());l.attr("aria-readonly",f("readonly"))})};n.fn.rateit.defaults={min:0,max:5,step:.5,starwidth:16,starheight:16,readonly:!1,resetable:!0,ispreset:!1};n(function(){n("div.rateit, span.rateit").rateit()})})(jQuery);
|
5 |
-
|
6 |
-
//# sourceMappingURL=jquery.rateit.min.js.map
|
7 |
-
*/
|
2 |
http://rateit.codeplex.com | Twitter: @gjunge
|
3 |
*/
|
4 |
(function(n){function t(n){var u=n.originalEvent.changedTouches,t=u[0],i="",r;switch(n.type){case"touchmove":i="mousemove";break;case"touchend":i="mouseup";break;default:return}r=document.createEvent("MouseEvent");r.initMouseEvent(i,!0,!0,window,1,t.screenX,t.screenY,t.clientX,t.clientY,!1,!1,!1,!1,0,null);t.target.dispatchEvent(r);n.preventDefault()}n.rateit={aria:{resetLabel:"reset rating",ratingLabel:"rating"}};n.fn.rateit=function(i,r){var e=1,u={},o="init",s=function(n){return n.charAt(0).toUpperCase()+n.substr(1)},f;if(this.length===0)return this;if(f=n.type(i),f=="object"||i===undefined||i===null)u=n.extend({},n.fn.rateit.defaults,i);else{if(f=="string"&&i!=="reset"&&r===undefined)return this.data("rateit"+s(i));f=="string"&&(o="setvalue")}return this.each(function(){var c=n(this),f=function(n,t){if(t!=null){var i="aria-value"+(n=="value"?"now":n),r=c.find(".rateit-range");r.attr(i)!=undefined&&r.attr(i,t)}return arguments[0]="rateit"+s(n),c.data.apply(c,arguments)},p,w,v,h,b,g,nt,l,y,k,a;if(i=="reset"){p=f("init");for(w in p)c.data(w,p[w]);f("backingfld")&&(h=n(f("backingfld")),h.val(f("value")),h.trigger("change"),h[0].min&&(h[0].min=f("min")),h[0].max&&(h[0].max=f("max")),h[0].step&&(h[0].step=f("step")));c.trigger("reset")}if(c.hasClass("rateit")||c.addClass("rateit"),v=c.css("direction")!="rtl",o=="setvalue"){if(!f("init"))throw"Can't set value before init";i!="readonly"||r!=!0||f("readonly")||(c.find(".rateit-range").unbind(),f("wired",!1));i=="value"&&(r=r==null?f("min"):Math.max(f("min"),Math.min(f("max"),r)));f("backingfld")&&(h=n(f("backingfld")),i=="value"&&h.val(r),i=="min"&&h[0].min&&(h[0].min=r),i=="max"&&h[0].max&&(h[0].max=r),i=="step"&&h[0].step&&(h[0].step=r));f(i,r)}f("init")||(f("min",isNaN(f("min"))?u.min:f("min")),f("max",isNaN(f("max"))?u.max:f("max")),f("step",f("step")||u.step),f("readonly",f("readonly")!==undefined?f("readonly"):u.readonly),f("resetable",f("resetable")!==undefined?f("resetable"):u.resetable),f("backingfld",f("backingfld")||u.backingfld),f("starwidth",f("starwidth")||u.starwidth),f("starheight",f("starheight")||u.starheight),f("value",Math.max(f("min"),Math.min(f("max"),isNaN(f("value"))?isNaN(u.value)?u.min:u.value:f("value")))),f("ispreset",f("ispreset")!==undefined?f("ispreset"):u.ispreset),f("backingfld")&&(h=n(f("backingfld")).hide(),(h.attr("disabled")||h.attr("readonly"))&&f("readonly",!0),h[0].nodeName=="INPUT"&&(h[0].type=="range"||h[0].type=="text")&&(f("min",parseInt(h.attr("min"))||f("min")),f("max",parseInt(h.attr("max"))||f("max")),f("step",parseInt(h.attr("step"))||f("step"))),h[0].nodeName=="SELECT"&&h[0].options.length>1?(f("min",isNaN(f("min"))?Number(h[0].options[0].value):f("min")),f("max",Number(h[0].options[h[0].length-1].value)),f("step",Number(h[0].options[1].value)-Number(h[0].options[0].value)),b=h.find("option[selected]"),b.length==1&&f("value",b.val())):f("value",h.val())),g=c[0].nodeName=="DIV"?"div":"span",e++,nt='<button id="rateit-reset-{{index}}" type="button" data-role="none" class="rateit-reset" aria-label="'+n.rateit.aria.resetLabel+'" aria-controls="rateit-range-{{index}}"><\/button><{{element}} id="rateit-range-{{index}}" class="rateit-range" tabindex="0" role="slider" aria-label="'+n.rateit.aria.ratingLabel+'" aria-owns="rateit-reset-{{index}}" aria-valuemin="'+f("min")+'" aria-valuemax="'+f("max")+'" aria-valuenow="'+f("value")+'"><{{element}} class="rateit-selected" style="height:'+f("starheight")+'px"><\/{{element}}><{{element}} class="rateit-hover" style="height:'+f("starheight")+'px"><\/{{element}}><\/{{element}}>',c.append(nt.replace(/{{index}}/gi,e).replace(/{{element}}/gi,g)),v||(c.find(".rateit-reset").css("float","right"),c.find(".rateit-selected").addClass("rateit-selected-rtl"),c.find(".rateit-hover").addClass("rateit-hover-rtl")),f("init",JSON.parse(JSON.stringify(c.data()))));c.find(".rateit-selected, .rateit-hover").height(f("starheight"));l=c.find(".rateit-range");l.width(f("starwidth")*(f("max")-f("min"))).height(f("starheight"));y="rateit-preset"+(v?"":"-rtl");f("ispreset")?c.find(".rateit-selected").addClass(y):c.find(".rateit-selected").removeClass(y);f("value")!=null&&(k=(f("value")-f("min"))*f("starwidth"),c.find(".rateit-selected").width(k));a=c.find(".rateit-reset");a.data("wired")!==!0&&a.bind("click",function(t){t.preventDefault();a.blur();var i=n.Event("beforereset");if(c.trigger(i),i.isDefaultPrevented())return!1;c.rateit("value",null);c.trigger("reset")}).data("wired",!0);var tt=function(t,i){var u=i.changedTouches?i.changedTouches[0].pageX:i.pageX,r=u-n(t).offset().left;return v||(r=l.width()-r),r>l.width()&&(r=l.width()),r<0&&(r=0),k=Math.ceil(r/f("starwidth")*(1/f("step")))},it=function(n){var t=n*f("starwidth")*f("step"),r=l.find(".rateit-hover"),i;r.data("width")!=t&&(l.find(".rateit-selected").hide(),r.width(t).show().data("width",t),i=[n*f("step")+f("min")],c.trigger("hover",i).trigger("over",i))},d=function(t){var i=n.Event("beforerated");return(c.trigger(i,[t]),i.isDefaultPrevented())?!1:(f("value",t),f("backingfld")&&n(f("backingfld")).val(t).trigger("change"),f("ispreset")&&(l.find(".rateit-selected").removeClass(y),f("ispreset",!1)),l.find(".rateit-hover").hide(),l.find(".rateit-selected").width(t*f("starwidth")-f("min")*f("starwidth")).show(),c.trigger("hover",[null]).trigger("over",[null]).trigger("rated",[t]),!0)};f("readonly")?a.hide():(f("resetable")||a.hide(),f("wired")||(l.bind("touchmove touchend",t),l.mousemove(function(n){var t=tt(this,n);it(t)}),l.mouseleave(function(){l.find(".rateit-hover").hide().width(0).data("width","");c.trigger("hover",[null]).trigger("over",[null]);l.find(".rateit-selected").show()}),l.mouseup(function(n){var t=tt(this,n),i=t*f("step")+f("min");d(i);l.blur()}),l.keyup(function(n){(n.which==38||n.which==(v?39:37))&&d(Math.min(f("value")+f("step"),f("max")));(n.which==40||n.which==(v?37:39))&&d(Math.max(f("value")-f("step"),f("min")))}),f("wired",!0)),f("resetable")&&a.show());l.attr("aria-readonly",f("readonly"))})};n.fn.rateit.defaults={min:0,max:5,step:.5,starwidth:16,starheight:16,readonly:!1,resetable:!0,ispreset:!1};n(function(){n("div.rateit, span.rateit").rateit()})})(jQuery);
|
5 |
+
|
|
|
|
languages/yasr-de_DE.mo
CHANGED
Binary file
|
languages/yasr-de_DE.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YASR lenguages\n"
|
4 |
-
"POT-Creation-Date: 2014-08-
|
5 |
-
"PO-Revision-Date: 2014-08-
|
6 |
-
"Last-Translator:
|
7 |
"Language-Team: \n"
|
8 |
"Language: de_DE\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
@@ -17,36 +17,41 @@ msgstr ""
|
|
17 |
"X-Poedit-SearchPath-1: ../lib\n"
|
18 |
|
19 |
#: ../yasr-settings-page.php:6 ../lib/yasr-functions.php:75
|
20 |
-
#: ../lib/yasr-ajax-functions.php:29 ../lib/yasr-ajax-functions.php:
|
21 |
-
#: ../lib/yasr-ajax-functions.php:
|
22 |
msgid "You do not have sufficient permissions to access this page."
|
23 |
msgstr ""
|
24 |
"Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
|
25 |
"zuzugreifen."
|
26 |
|
27 |
-
#: ../yasr-settings-page.php:
|
|
|
|
|
|
|
|
|
|
|
28 |
msgid "General Settings"
|
29 |
msgstr "Allgemeine Einstellungen"
|
30 |
|
31 |
-
#: ../yasr-settings-page.php:
|
32 |
msgid "Multi Sets"
|
33 |
msgstr "Multi-Sets"
|
34 |
|
35 |
-
#: ../yasr-settings-page.php:
|
36 |
msgid "Styles"
|
37 |
msgstr "Styles"
|
38 |
|
39 |
-
#: ../yasr-settings-page.php:
|
40 |
msgid "Save"
|
41 |
msgstr "Speichern"
|
42 |
|
43 |
-
#: ../yasr-settings-page.php:
|
44 |
-
#: ../yasr-settings-page.php:
|
45 |
msgid "Donations"
|
46 |
msgstr "Spenden"
|
47 |
|
48 |
-
#: ../yasr-settings-page.php:
|
49 |
-
#: ../yasr-settings-page.php:
|
50 |
msgid ""
|
51 |
"If you have found this plugin useful, please consider making a donation to "
|
52 |
"help support future development. Your support will be much appreciated. "
|
@@ -55,71 +60,71 @@ msgstr ""
|
|
55 |
"Weiterentwicklung mit einer kleinen Spende. Deine Unterstützung ist uns viel "
|
56 |
"Wert."
|
57 |
|
58 |
-
#: ../yasr-settings-page.php:
|
59 |
-
#: ../yasr-settings-page.php:
|
60 |
msgid "Thank you!"
|
61 |
msgstr "Herzlichen Dank!"
|
62 |
|
63 |
-
#: ../yasr-settings-page.php:
|
64 |
msgid "Import Gd Star Rating"
|
65 |
msgstr "Importiere Gd Star Rating Daten"
|
66 |
|
67 |
-
#: ../yasr-settings-page.php:
|
68 |
msgid "I've found a previous installation of Gd Star Rating."
|
69 |
msgstr "Es wurde eine Installation von Gd Star Rating gefunden."
|
70 |
|
71 |
-
#: ../yasr-settings-page.php:
|
72 |
msgid "Do you want proceed to import data?"
|
73 |
msgstr "Willst du mit dem Import der Daten fortfahren?"
|
74 |
|
75 |
-
#: ../yasr-settings-page.php:
|
76 |
msgid "Yes, Begin Import"
|
77 |
msgstr "Ja, Import starten"
|
78 |
|
79 |
-
#: ../yasr-settings-page.php:
|
80 |
msgid "Click on Proceed to import Gd Star Rating data."
|
81 |
msgstr "Klicke auf Fortfahren um die Gd Star Rating Daten zu importieren."
|
82 |
|
83 |
-
#: ../yasr-settings-page.php:
|
84 |
msgid "Proceed"
|
85 |
msgstr "Fortfahren"
|
86 |
|
87 |
-
#: ../yasr-settings-page.php:
|
88 |
msgid "Manage GD Star Data"
|
89 |
msgstr "Verwalte GD Star Rating Daten"
|
90 |
|
91 |
-
#: ../yasr-settings-page.php:
|
92 |
msgid "Gd Star Rating has been already imported."
|
93 |
msgstr "Gd Star Rating Daten wurden bereits importiert."
|
94 |
|
95 |
-
#: ../yasr-settings-page.php:
|
96 |
msgid "If you wish you can import it again, but"
|
97 |
msgstr "Du kannst die Daten erneut importieren, aber"
|
98 |
|
99 |
-
#: ../yasr-settings-page.php:
|
100 |
msgid "you will lose all data you've collect since the import!"
|
101 |
msgstr "dann gehen alle gesammelten Daten seit dem letzten Import verloren!"
|
102 |
|
103 |
-
#: ../yasr-settings-page.php:
|
104 |
msgid "Ok, Import Again"
|
105 |
msgstr "Ok, erneut importieren"
|
106 |
|
107 |
-
#: ../yasr-settings-page.php:
|
108 |
msgid ""
|
109 |
"Click on Proceed to import again Gd Star Rating data. This may take a while!"
|
110 |
msgstr ""
|
111 |
"Klicke auf Fortfahren um die Gd Star Rating Daten erneut zu importieren. Das "
|
112 |
"kann eine Weile dauern!"
|
113 |
|
114 |
-
#: ../yasr-settings-page.php:
|
115 |
msgid "Manage Multi Set"
|
116 |
msgstr "Multi-Sets verwalten"
|
117 |
|
118 |
-
#: ../yasr-settings-page.php:
|
119 |
msgid "What is a Multi Set?"
|
120 |
msgstr "Was ist ein Multi-Set?"
|
121 |
|
122 |
-
#: ../yasr-settings-page.php:
|
123 |
msgid ""
|
124 |
"Multi Set allows you to insert a rate for each aspect about the product / "
|
125 |
"local business / whetever you're reviewing, example in the image below."
|
@@ -128,7 +133,7 @@ msgstr ""
|
|
128 |
"Produkts / lokalen Geschäfts etc. abzugeben. Die nachfolgende Abbildung "
|
129 |
"zeigt ein Beispiel."
|
130 |
|
131 |
-
#: ../yasr-settings-page.php:
|
132 |
msgid ""
|
133 |
"You can create up to 99 different Multi Set and each one can contain up to 9 "
|
134 |
"different fields. Once you've saved it, you can insert the rates while "
|
@@ -140,7 +145,7 @@ msgstr ""
|
|
140 |
"deine Bewertung direkt unterhalb des Editors abgeben, wie am Bild unten "
|
141 |
"(klicken zum Vergrößern) zu sehen ist."
|
142 |
|
143 |
-
#: ../yasr-settings-page.php:
|
144 |
msgid ""
|
145 |
"In order to insert your Multi Sets into a post or page, you can either past "
|
146 |
"the short code that will appear at the bottom of the box or just click on "
|
@@ -150,7 +155,7 @@ msgstr ""
|
|
150 |
"entweder den angezeigten Shortcode am Ende der Box nutzen oder einfach auf "
|
151 |
"den Stern im Editor klicken und \"Insert Multi-Set\" wählen."
|
152 |
|
153 |
-
#: ../yasr-settings-page.php:
|
154 |
msgid "Close this message"
|
155 |
msgstr "Nachricht schließen"
|
156 |
|
@@ -159,7 +164,7 @@ msgid "Choose wich set you want to use"
|
|
159 |
msgstr "Wähle ein Multi-Set aus"
|
160 |
|
161 |
#: ../yasr-metabox-multiple-rating.php:26
|
162 |
-
#: ../lib/yasr-settings-functions.php:
|
163 |
msgid "Select"
|
164 |
msgstr "Auswählen"
|
165 |
|
@@ -168,7 +173,7 @@ msgid "Rate this article / item"
|
|
168 |
msgstr "Bewerte diesen Artikel / Gegenstand"
|
169 |
|
170 |
#: ../yasr-metabox-overall-rating.php:22
|
171 |
-
#: ../lib/yasr-shortcode-functions.php:
|
172 |
msgid "Loading, please wait"
|
173 |
msgstr "Wird geladen, bitte warten"
|
174 |
|
@@ -180,92 +185,110 @@ msgstr ""
|
|
180 |
"Füge den Shortcode <strong>[yasr_overall_rating]</strong> an der Position "
|
181 |
"ein, wo die Bewertung angezeigt werden soll."
|
182 |
|
183 |
-
#: ../lib/yasr-shortcode-functions.php:
|
184 |
-
#: ../lib/yasr-shortcode-functions.php:
|
185 |
-
#: ../lib/yasr-shortcode-functions.php:
|
186 |
-
#: ../lib/yasr-shortcode-functions.php:
|
187 |
-
#: ../lib/yasr-shortcode-functions.php:
|
188 |
-
#: ../lib/yasr-shortcode-functions.php:
|
189 |
-
#: ../lib/yasr-shortcode-functions.php:
|
190 |
-
#: ../lib/yasr-shortcode-functions.php:
|
191 |
-
#: ../lib/yasr-shortcode-functions.php:
|
192 |
-
#: ../lib/yasr-shortcode-functions.php:
|
193 |
-
#: ../lib/yasr-shortcode-functions.php:
|
194 |
-
#: ../lib/yasr-shortcode-functions.php:
|
195 |
-
#: ../lib/yasr-shortcode-functions.php:
|
196 |
-
#: ../lib/yasr-shortcode-functions.php:
|
197 |
-
#: ../lib/yasr-shortcode-functions.php:
|
198 |
-
#: ../lib/yasr-shortcode-functions.php:
|
199 |
-
#: ../lib/yasr-shortcode-functions.php:
|
200 |
-
#: ../lib/yasr-shortcode-functions.php:
|
201 |
-
#: ../lib/yasr-shortcode-functions.php:
|
202 |
-
#: ../lib/yasr-shortcode-functions.php:
|
203 |
-
#: ../lib/yasr-shortcode-functions.php:
|
204 |
-
#: ../lib/yasr-shortcode-functions.php:
|
205 |
-
#: ../lib/yasr-shortcode-functions.php:
|
206 |
-
#: ../lib/yasr-shortcode-functions.php:
|
207 |
-
#: ../lib/yasr-shortcode-functions.php:
|
208 |
-
#: ../lib/yasr-shortcode-functions.php:
|
209 |
-
#: ../lib/yasr-shortcode-functions.php:
|
210 |
-
#: ../lib/yasr-shortcode-functions.php:
|
211 |
-
#: ../lib/yasr-shortcode-functions.php:
|
212 |
-
#: ../lib/yasr-shortcode-functions.php:
|
213 |
-
#: ../lib/yasr-functions.php:
|
214 |
-
#: ../lib/yasr-functions.php:
|
215 |
-
#: ../lib/yasr-functions.php:
|
216 |
-
#: ../lib/yasr-functions.php:
|
217 |
-
#: ../lib/yasr-functions.php:
|
218 |
-
#: ../lib/yasr-functions.php:
|
219 |
-
#: ../lib/yasr-functions.php:430 ../lib/yasr-functions.php:435
|
220 |
-
#: ../lib/yasr-functions.php:456 ../lib/yasr-functions.php:465
|
221 |
-
#: ../lib/yasr-functions.php:471 ../lib/yasr-functions.php:485
|
222 |
-
#: ../lib/yasr-functions.php:491 ../lib/yasr-functions.php:516
|
223 |
-
#: ../lib/yasr-functions.php:528 ../lib/yasr-functions.php:533
|
224 |
-
#: ../lib/yasr-functions.php:546 ../lib/yasr-functions.php:551
|
225 |
-
#: ../lib/yasr-functions.php:572 ../lib/yasr-functions.php:581
|
226 |
-
#: ../lib/yasr-functions.php:587 ../lib/yasr-functions.php:601
|
227 |
-
#: ../lib/yasr-functions.php:607 ../lib/yasr-ajax-functions.php:993
|
228 |
-
#: ../lib/yasr-ajax-functions.php:1001 ../lib/yasr-ajax-functions.php:1009
|
229 |
-
#: ../lib/yasr-ajax-functions.php:1021 ../lib/yasr-ajax-functions.php:1029
|
230 |
-
#: ../lib/yasr-ajax-functions.php:1036 ../lib/yasr-ajax-functions.php:1126
|
231 |
-
#: ../lib/yasr-ajax-functions.php:1134 ../lib/yasr-ajax-functions.php:1142
|
232 |
-
#: ../lib/yasr-ajax-functions.php:1178 ../lib/yasr-ajax-functions.php:1184
|
233 |
-
#: ../lib/yasr-ajax-functions.php:1190 ../lib/yasr-ajax-functions.php:1199
|
234 |
msgid "Total: "
|
235 |
msgstr "Gesamt:"
|
236 |
|
237 |
-
#: ../lib/yasr-shortcode-functions.php:
|
238 |
-
#: ../lib/yasr-shortcode-functions.php:
|
239 |
-
#: ../lib/yasr-shortcode-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
#: ../lib/yasr-shortcode-functions.php:328
|
241 |
-
#: ../lib/yasr-shortcode-functions.php:
|
242 |
-
#: ../lib/yasr-shortcode-functions.php:
|
243 |
-
#: ../lib/yasr-
|
244 |
-
#: ../lib/yasr-
|
245 |
-
#: ../lib/yasr-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
msgid "You've already voted this article with"
|
247 |
msgstr "Du hast für diesen Artikel folgende Bewertung abgegeben: "
|
248 |
|
249 |
-
#: ../lib/yasr-shortcode-functions.php:
|
250 |
-
#: ../lib/yasr-shortcode-functions.php:
|
251 |
-
#: ../lib/yasr-shortcode-functions.php:
|
252 |
-
#: ../lib/yasr-
|
|
|
|
|
253 |
msgid "You must sign to vote"
|
254 |
msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
|
255 |
|
256 |
-
#: ../lib/yasr-shortcode-functions.php:
|
257 |
msgid "Rating"
|
258 |
msgstr "Bewertung"
|
259 |
|
260 |
-
#: ../lib/yasr-shortcode-functions.php:
|
261 |
msgid "You don't have any votes stored"
|
262 |
msgstr "Es sind keine Autoren-Bewertungen gespeichert"
|
263 |
|
264 |
-
#: ../lib/yasr-shortcode-functions.php:
|
265 |
msgid "Chart is loading, please wait"
|
266 |
msgstr "Wird geladen, bitte warten"
|
267 |
|
268 |
-
#: ../lib/yasr-shortcode-functions.php:
|
269 |
msgid ""
|
270 |
"Problem while retriving the top 5 most active reviewers. Did you published "
|
271 |
"any review?"
|
@@ -273,7 +296,7 @@ msgstr ""
|
|
273 |
"Es ist ein Problem beim Laden der 5 aktivsten Review-Autoren aufgetreten. "
|
274 |
"Hast du bereits ein Review veröffentlicht?"
|
275 |
|
276 |
-
#: ../lib/yasr-shortcode-functions.php:
|
277 |
msgid ""
|
278 |
"Problem while retriving the top 10 active users chart. Are you sure you have "
|
279 |
"votes to show?"
|
@@ -281,105 +304,119 @@ msgstr ""
|
|
281 |
"Es ist ein Problem beim Laden der Top 10 aktivsten Nutzer aufgetreten. Sind "
|
282 |
"Sie sicher das Bewertungen vorhanden sind?"
|
283 |
|
284 |
-
#: ../lib/yasr-settings-functions.php:
|
285 |
msgid "General settings"
|
286 |
msgstr "Allgemeine Einstellungen"
|
287 |
|
288 |
-
#: ../lib/yasr-settings-functions.php:
|
289 |
msgid "Auto insert options"
|
290 |
msgstr "Anzeigeoptionen"
|
291 |
|
292 |
-
#: ../lib/yasr-settings-functions.php:
|
293 |
msgid "Show \"Overall Rating\" in Home Page?"
|
294 |
msgstr "Gesamtbewertung auf der Startseite anzeigen?"
|
295 |
|
296 |
-
#: ../lib/yasr-settings-functions.php:
|
297 |
msgid "Insert custom text to show before / after stars"
|
298 |
msgstr ""
|
299 |
"Benutzerdefinierter Text der vor oder nach der Bewertung angezeigt wird"
|
300 |
|
301 |
-
#: ../lib/yasr-settings-functions.php:
|
302 |
msgid "Which color scheme do you want to use?"
|
303 |
msgstr "Welches Farbschema willst du nutzen?"
|
304 |
|
305 |
-
#: ../lib/yasr-settings-functions.php:
|
306 |
msgid "Allow only logged in user to vote?"
|
307 |
msgstr "Nur angemeldete Besucher dürfen abstimmen?"
|
308 |
|
309 |
-
#: ../lib/yasr-settings-functions.php:
|
310 |
msgid "Which rich snippets do you want to use?"
|
311 |
msgstr "Welches Rich Snippet willst du nutzen?"
|
312 |
|
313 |
-
#: ../lib/yasr-settings-functions.php:
|
314 |
msgid "Use Auto Insert?"
|
315 |
msgstr "Bewertung automatisch einfügen?"
|
316 |
|
317 |
-
#: ../lib/yasr-settings-functions.php:
|
318 |
-
#: ../lib/yasr-settings-functions.php:
|
319 |
-
#: ../lib/yasr-settings-functions.php:
|
320 |
-
#: ../lib/yasr-settings-functions.php:
|
|
|
321 |
msgid "Yes"
|
322 |
msgstr "Ja"
|
323 |
|
324 |
-
#: ../lib/yasr-settings-functions.php:
|
325 |
-
#: ../lib/yasr-settings-functions.php:
|
326 |
-
#: ../lib/yasr-settings-functions.php:
|
327 |
-
#: ../lib/yasr-settings-functions.php:
|
|
|
328 |
msgid "No"
|
329 |
msgstr "Nein"
|
330 |
|
331 |
-
#: ../lib/yasr-settings-functions.php:
|
332 |
msgid "What?"
|
333 |
msgstr "Was soll eingefügt werden?"
|
334 |
|
335 |
-
#: ../lib/yasr-settings-functions.php:
|
336 |
msgid "Overall Rating / Author Rating"
|
337 |
msgstr "Gesamtbewertung (Autorenbewertung)"
|
338 |
|
339 |
-
#: ../lib/yasr-settings-functions.php:
|
340 |
msgid "Visitor Votes"
|
341 |
msgstr "Besucherbewertung"
|
342 |
|
343 |
-
#: ../lib/yasr-settings-functions.php:
|
344 |
msgid "Both"
|
345 |
msgstr "Beides"
|
346 |
|
347 |
-
#: ../lib/yasr-settings-functions.php:
|
348 |
msgid "Where?"
|
349 |
msgstr "Wo soll es eingefügt werden?"
|
350 |
|
351 |
-
#: ../lib/yasr-settings-functions.php:
|
352 |
msgid "Before the post"
|
353 |
msgstr "Vor dem Artikel"
|
354 |
|
355 |
-
#: ../lib/yasr-settings-functions.php:
|
356 |
msgid "After the post"
|
357 |
msgstr "Nach dem Artikel"
|
358 |
|
359 |
-
#: ../lib/yasr-settings-functions.php:
|
360 |
msgid "Size"
|
361 |
msgstr "Größe"
|
362 |
|
363 |
-
#: ../lib/yasr-settings-functions.php:
|
364 |
-
#: ../lib/yasr-ajax-functions.php:
|
365 |
msgid "Small"
|
366 |
msgstr "Klein"
|
367 |
|
368 |
-
#: ../lib/yasr-settings-functions.php:
|
369 |
-
#: ../lib/yasr-ajax-functions.php:
|
370 |
msgid "Medium"
|
371 |
msgstr "Mittel"
|
372 |
|
373 |
-
#: ../lib/yasr-settings-functions.php:
|
374 |
-
#: ../lib/yasr-ajax-functions.php:
|
375 |
msgid "Large"
|
376 |
msgstr "Groß"
|
377 |
|
378 |
-
#: ../lib/yasr-settings-functions.php:
|
379 |
msgid "Exclude Pages?"
|
380 |
msgstr "Seiten ausschließen?"
|
381 |
|
382 |
-
#: ../lib/yasr-settings-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
383 |
msgid ""
|
384 |
"If you enable this, \"Overall Rating\" will be showed not only in the single "
|
385 |
"article or page, but also in pages like Home Page, category pages or "
|
@@ -389,61 +426,61 @@ msgstr ""
|
|
389 |
"Beiträgen oder Seiten angezeigt, sondern auch auf der Startseite, in den "
|
390 |
"Kategorien und im Archiv."
|
391 |
|
392 |
-
#: ../lib/yasr-settings-functions.php:
|
393 |
msgid "Custom text to display before Overall Rating"
|
394 |
msgstr "Benutzerdefinierter Text vor der Gesamtbewertung (Autorenbewertung)"
|
395 |
|
396 |
-
#: ../lib/yasr-settings-functions.php:
|
397 |
msgid "Custom text to display before Visitor Rating"
|
398 |
msgstr "Benutzerdefinierter Text vor der Besucherbewertung"
|
399 |
|
400 |
-
#: ../lib/yasr-settings-functions.php:
|
401 |
msgid "Custom text to display when a non logged user has already rated"
|
402 |
msgstr ""
|
403 |
"Benutzerdefinierter Text der angezeigt wird, wenn ein nicht angemeldeter "
|
404 |
"Besucher bereits eine Bewertung abgegeben hat"
|
405 |
|
406 |
-
#: ../lib/yasr-settings-functions.php:
|
407 |
msgid "Light"
|
408 |
msgstr "Hell"
|
409 |
|
410 |
-
#: ../lib/yasr-settings-functions.php:
|
411 |
msgid "Dark"
|
412 |
msgstr "Dunkel"
|
413 |
|
414 |
-
#: ../lib/yasr-settings-functions.php:
|
415 |
msgid "Preview"
|
416 |
msgstr "Vorschau"
|
417 |
|
418 |
-
#: ../lib/yasr-settings-functions.php:
|
419 |
msgid "Light theme"
|
420 |
msgstr "Helles Theme"
|
421 |
|
422 |
-
#: ../lib/yasr-settings-functions.php:
|
423 |
msgid "Dark Theme"
|
424 |
msgstr "Dunkles Theme"
|
425 |
|
426 |
-
#: ../lib/yasr-settings-functions.php:
|
427 |
msgid "Allow only logged-in users"
|
428 |
msgstr "Nur angemeldete Besucher erlauben"
|
429 |
|
430 |
-
#: ../lib/yasr-settings-functions.php:
|
431 |
msgid "Allow everybody (logged in and anonymous)"
|
432 |
msgstr "Jedem erlauben (angemeldete und anonyme Besucher)"
|
433 |
|
434 |
-
#: ../lib/yasr-settings-functions.php:
|
435 |
msgid "Review Rating"
|
436 |
msgstr "Review Rating (Autorenbewertung)"
|
437 |
|
438 |
-
#: ../lib/yasr-settings-functions.php:
|
439 |
msgid "Aggregate Rating"
|
440 |
msgstr "Aggregate Rating (Besucherbewertung)"
|
441 |
|
442 |
-
#: ../lib/yasr-settings-functions.php:
|
443 |
msgid "What is this?"
|
444 |
msgstr "Was ist das?"
|
445 |
|
446 |
-
#: ../lib/yasr-settings-functions.php:
|
447 |
msgid ""
|
448 |
"If you select \"Review Rating\", your site will be indexed from search "
|
449 |
"engines like this: "
|
@@ -451,7 +488,7 @@ msgstr ""
|
|
451 |
"Wenn du \"Review Rating\" wählst, dann wird dein Beitrag/Seite bei Google so "
|
452 |
"aussehen:"
|
453 |
|
454 |
-
#: ../lib/yasr-settings-functions.php:
|
455 |
msgid ""
|
456 |
"If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
|
457 |
"this"
|
@@ -459,11 +496,11 @@ msgstr ""
|
|
459 |
"Wenn du im Vergleich \"Aggregate Rating\" wählst, dann sieht das Ergebnis "
|
460 |
"wie folgt aus:"
|
461 |
|
462 |
-
#: ../lib/yasr-settings-functions.php:
|
463 |
msgid "Add New Multiple Set"
|
464 |
msgstr "Neues Multi-Set hinzufügen"
|
465 |
|
466 |
-
#: ../lib/yasr-settings-functions.php:
|
467 |
msgid ""
|
468 |
"Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
|
469 |
"characters"
|
@@ -471,48 +508,48 @@ msgstr ""
|
|
471 |
"Feldname, Element #1 und Element #2 MÜSSEN ausgefüllt und mindestens 3 "
|
472 |
"Zeichen lang sein"
|
473 |
|
474 |
-
#: ../lib/yasr-settings-functions.php:
|
475 |
msgid "Name"
|
476 |
msgstr "Name"
|
477 |
|
478 |
-
#: ../lib/yasr-settings-functions.php:
|
479 |
msgid "You can insert up to nine element"
|
480 |
msgstr "Du kannst bis zu 9 Elemente einfügen"
|
481 |
|
482 |
-
#: ../lib/yasr-settings-functions.php:
|
483 |
msgid "Element "
|
484 |
msgstr "Element"
|
485 |
|
486 |
-
#: ../lib/yasr-settings-functions.php:
|
487 |
msgid "Create New Set"
|
488 |
msgstr "Neues Multi-Set anlegen"
|
489 |
|
490 |
-
#: ../lib/yasr-settings-functions.php:
|
491 |
-
#: ../lib/yasr-settings-functions.php:
|
492 |
msgid "Manage Multiple Set"
|
493 |
msgstr "Verschiedene Multi-Sets verwalten"
|
494 |
|
495 |
-
#: ../lib/yasr-settings-functions.php:
|
496 |
msgid "Wich set do you want to edit or remove?"
|
497 |
msgstr "Welches Multi-Set möchtest du bearbeiten oder löschen?"
|
498 |
|
499 |
-
#: ../lib/yasr-settings-functions.php:
|
500 |
-
#: ../lib/yasr-settings-functions.php:
|
501 |
msgid "Field name"
|
502 |
msgstr "Feldname"
|
503 |
|
504 |
-
#: ../lib/yasr-settings-functions.php:
|
505 |
-
#: ../lib/yasr-settings-functions.php:
|
506 |
msgid "Remove"
|
507 |
msgstr "Entfernen"
|
508 |
|
509 |
-
#: ../lib/yasr-settings-functions.php:
|
510 |
-
#: ../lib/yasr-settings-functions.php:
|
511 |
msgid "Remove whole set?"
|
512 |
msgstr "Komplettes Multi-Set entfernen?"
|
513 |
|
514 |
-
#: ../lib/yasr-settings-functions.php:
|
515 |
-
#: ../lib/yasr-settings-functions.php:
|
516 |
msgid ""
|
517 |
"If you remove something you will remove all the votes for that set or field. "
|
518 |
"This operation CAN'T BE undone."
|
@@ -520,63 +557,63 @@ msgstr ""
|
|
520 |
"Wenn du etwas löscht, dann werden alle Bewertungen für dieses Multi-Set oder "
|
521 |
"Element gelöscht. Dies kann nicht rückgängig gemacht werden."
|
522 |
|
523 |
-
#: ../lib/yasr-settings-functions.php:
|
524 |
-
#: ../lib/yasr-settings-functions.php:
|
525 |
msgid "You can use up to 9 elements"
|
526 |
msgstr "Du kannst bist zu 9 Elementen nutzen"
|
527 |
|
528 |
-
#: ../lib/yasr-settings-functions.php:
|
529 |
-
#: ../lib/yasr-settings-functions.php:
|
530 |
msgid "Add element"
|
531 |
msgstr "Element hinzufügen"
|
532 |
|
533 |
-
#: ../lib/yasr-settings-functions.php:
|
534 |
-
#: ../lib/yasr-settings-functions.php:
|
535 |
msgid "Save changes"
|
536 |
msgstr "Änderungen speichern"
|
537 |
|
538 |
-
#: ../lib/yasr-settings-functions.php:
|
539 |
msgid "No Multiple Set were found"
|
540 |
msgstr "Keine Multi-Sets gefunden"
|
541 |
|
542 |
-
#: ../lib/yasr-settings-functions.php:
|
543 |
-
#: ../lib/yasr-settings-functions.php:
|
544 |
msgid "Settings Saved"
|
545 |
msgstr "Einstellungen gespeichert"
|
546 |
|
547 |
-
#: ../lib/yasr-settings-functions.php:
|
548 |
msgid "Something goes wrong trying insert set field name. Please report it"
|
549 |
msgstr ""
|
550 |
"Beim einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
|
551 |
"melde das Problem"
|
552 |
|
553 |
-
#: ../lib/yasr-settings-functions.php:
|
554 |
msgid "Something goes wrong trying insert Multi Set name. Please report it"
|
555 |
msgstr ""
|
556 |
"Beim Einfügen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
|
557 |
"Problem"
|
558 |
|
559 |
-
#: ../lib/yasr-settings-functions.php:
|
560 |
msgid "Something goes wrong trying to delete a Multi Set . Please report it"
|
561 |
msgstr ""
|
562 |
"Beim Löschen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
|
563 |
"Problem"
|
564 |
|
565 |
-
#: ../lib/yasr-settings-functions.php:
|
566 |
msgid ""
|
567 |
"Something goes wrong trying to delete a Multi Set's element. Please report it"
|
568 |
msgstr ""
|
569 |
"Beim Löschen des Multi-Set Elements ist etwas schief gelaufen. Bitte melde "
|
570 |
"das Problem"
|
571 |
|
572 |
-
#: ../lib/yasr-settings-functions.php:
|
573 |
msgid ""
|
574 |
"Something goes wrong trying to update a Multi Set's element. Please report it"
|
575 |
msgstr ""
|
576 |
"Bei der Aktualisierung des Multi-Set Elements ist etwas schief gelaufen. "
|
577 |
"Bitte melde das Problem"
|
578 |
|
579 |
-
#: ../lib/yasr-settings-functions.php:
|
580 |
msgid ""
|
581 |
"Something goes wrong trying to insert set field name in edit form. Please "
|
582 |
"report it"
|
@@ -584,15 +621,15 @@ msgstr ""
|
|
584 |
"Beim Einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
|
585 |
"melde das Problem"
|
586 |
|
587 |
-
#: ../lib/yasr-settings-functions.php:
|
588 |
msgid "Style Options"
|
589 |
msgstr "Style Optionen"
|
590 |
|
591 |
-
#: ../lib/yasr-settings-functions.php:
|
592 |
msgid "Custom CSS Styles"
|
593 |
msgstr "Benutzerdefiniertes CSS"
|
594 |
|
595 |
-
#: ../lib/yasr-settings-functions.php:
|
596 |
msgid ""
|
597 |
"Please use text area below to write your own CSS styles to override the "
|
598 |
"default ones."
|
@@ -600,27 +637,27 @@ msgstr ""
|
|
600 |
"Bitte nutze diesen Textbereich um die Standard CSS Styles mit deinem eigenen "
|
601 |
"CSS-Code zu überschreiben."
|
602 |
|
603 |
-
#: ../lib/yasr-settings-functions.php:
|
604 |
msgid "Leave it blank if you don't know what you're doing"
|
605 |
msgstr " Lasse diesen Bereich leer, wenn du nicht weißt was du tust."
|
606 |
|
607 |
-
#: ../lib/yasr-settings-functions.php:
|
608 |
msgid "No previous Gd Star Rating installation was found"
|
609 |
msgstr "Es wurde keine Gd Star Ratings Installation gefunden"
|
610 |
|
611 |
-
#: ../lib/yasr-db-functions.php:
|
612 |
msgid "No Recenet votes yet"
|
613 |
msgstr "Keine kürzlichen Bewertungen"
|
614 |
|
615 |
-
#: ../lib/yasr-db-functions.php:
|
616 |
msgid "anonymous"
|
617 |
msgstr "Anonym"
|
618 |
|
619 |
-
#: ../lib/yasr-db-functions.php:
|
620 |
msgid "Ip address"
|
621 |
msgstr "IP-Adresse"
|
622 |
|
623 |
-
#: ../lib/yasr-db-functions.php:
|
624 |
msgid "Pages"
|
625 |
msgstr "Seiten"
|
626 |
|
@@ -647,155 +684,166 @@ msgid "You don't have enought privileges to insert Multi Set"
|
|
647 |
msgstr ""
|
648 |
"Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
|
649 |
|
650 |
-
#: ../lib/yasr-functions.php:
|
651 |
msgid " reviewed by "
|
652 |
msgstr " bewertet von"
|
653 |
|
654 |
-
#: ../lib/yasr-functions.php:
|
655 |
msgid " on "
|
656 |
msgstr " mit"
|
657 |
|
658 |
-
#: ../lib/yasr-functions.php:
|
659 |
msgid " rated "
|
660 |
msgstr " ist bewertet mit "
|
661 |
|
662 |
-
#: ../lib/yasr-functions.php:
|
663 |
msgid " on 5.0"
|
664 |
msgstr " mit 5"
|
665 |
|
666 |
-
#: ../lib/yasr-functions.php:
|
667 |
-
|
668 |
-
|
|
|
669 |
|
670 |
-
#: ../lib/yasr-functions.php:
|
671 |
msgid " user ratings"
|
672 |
msgstr " Besucherbewertungen"
|
673 |
|
674 |
-
#: ../lib/yasr-ajax-functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
675 |
msgid "Choose a vote for each element"
|
676 |
msgstr "Wähle eine Bewertung für jedes Element"
|
677 |
|
678 |
-
#: ../lib/yasr-ajax-functions.php:
|
679 |
msgid "Remember to insert this shortcode"
|
680 |
msgstr "Diesen Shortcode"
|
681 |
|
682 |
-
#: ../lib/yasr-ajax-functions.php:
|
683 |
msgid "where you want to display this multi set"
|
684 |
msgstr "an der Stelle einfügen, wo das Multi-Set angezeigt werden soll."
|
685 |
|
686 |
-
#: ../lib/yasr-ajax-functions.php:
|
687 |
msgid "Choose a vote for every element"
|
688 |
msgstr "Wähle eine Bewertung für jedes Element"
|
689 |
|
690 |
-
#: ../lib/yasr-ajax-functions.php:
|
691 |
msgid "Main"
|
692 |
msgstr "Allgemein"
|
693 |
|
694 |
-
#: ../lib/yasr-ajax-functions.php:
|
695 |
msgid "Charts"
|
696 |
msgstr "Charts"
|
697 |
|
698 |
-
#: ../lib/yasr-ajax-functions.php:
|
699 |
msgid "Read the doc"
|
700 |
msgstr "Lese die Dokumentation"
|
701 |
|
702 |
-
#: ../lib/yasr-ajax-functions.php:
|
703 |
msgid "Overall Rating / Review"
|
704 |
msgstr "Gesamtbewertung (Autorenbewertung)"
|
705 |
|
706 |
-
#: ../lib/yasr-ajax-functions.php:
|
707 |
msgid "Insert Overall Rating"
|
708 |
msgstr "Gesamtbewertung einfügen"
|
709 |
|
710 |
-
#: ../lib/yasr-ajax-functions.php:
|
711 |
msgid "Insert Overall Rating / Review for this post"
|
712 |
msgstr "Gesamtbewertung der Review-Autoren einfügen"
|
713 |
|
714 |
-
#: ../lib/yasr-ajax-functions.php:
|
715 |
msgid "Choose Size"
|
716 |
msgstr "Größe wählen"
|
717 |
|
718 |
-
#: ../lib/yasr-ajax-functions.php:
|
719 |
msgid "Insert Visitor Votes"
|
720 |
msgstr "Besucherbewertung einfügen"
|
721 |
|
722 |
-
#: ../lib/yasr-ajax-functions.php:
|
723 |
msgid "Insert the ability for your visitor to vote"
|
724 |
msgstr "Besucher dürfen Bewertungen abgeben"
|
725 |
|
726 |
-
#: ../lib/yasr-ajax-functions.php:
|
727 |
msgid "If you want to insert a Multi Set, pick one:"
|
728 |
msgstr "Vorhandene Multi-Sets"
|
729 |
|
730 |
-
#: ../lib/yasr-ajax-functions.php:
|
731 |
msgid "Choose wich set you want to insert."
|
732 |
msgstr "Wähle das einzufügende Multi-Set."
|
733 |
|
734 |
-
#: ../lib/yasr-ajax-functions.php:
|
735 |
msgid "Insert Multiset:"
|
736 |
msgstr "Multi-Set einfügen:"
|
737 |
|
738 |
-
#: ../lib/yasr-ajax-functions.php:
|
739 |
msgid "Insert Multiple Set"
|
740 |
msgstr "Multi-Set einfügen"
|
741 |
|
742 |
-
#: ../lib/yasr-ajax-functions.php:
|
743 |
msgid "Insert multiple set in this post ?"
|
744 |
msgstr "Multi-Set in Artikel/Seite einfügen?"
|
745 |
|
746 |
-
#: ../lib/yasr-ajax-functions.php:
|
747 |
msgid "Top 10 Overall Ratings"
|
748 |
msgstr "Top 10 Gesamtbewertung"
|
749 |
|
750 |
-
#: ../lib/yasr-ajax-functions.php:
|
751 |
msgid "Insert Top 10 highest rated"
|
752 |
msgstr "Füge die Top 10 höchst bewerteten Artikel ein"
|
753 |
|
754 |
-
#: ../lib/yasr-ajax-functions.php:
|
755 |
msgid "Insert Top 10 highest rated by post author"
|
756 |
msgstr "Top 10 höchst bewerteten Artikel/Seiten von Review-Autoren"
|
757 |
|
758 |
-
#: ../lib/yasr-ajax-functions.php:
|
759 |
msgid "Top 10 Visitor Ratings"
|
760 |
msgstr "Top 10 Besucherbewertungen"
|
761 |
|
762 |
-
#: ../lib/yasr-ajax-functions.php:
|
763 |
msgid "Insert Top 10 posts by visitors"
|
764 |
msgstr "Füge die Top 10 Artikel ein"
|
765 |
|
766 |
-
#: ../lib/yasr-ajax-functions.php:
|
767 |
msgid "Insert Top 10 most or higher rated posts from visitors"
|
768 |
msgstr "Top 10 meist oder höchst bewertetsten Artikel/Seiten von Besuchern"
|
769 |
|
770 |
-
#: ../lib/yasr-ajax-functions.php:
|
771 |
msgid "Most active reviewers"
|
772 |
msgstr "Top 5 Aktivste Review-Autoren"
|
773 |
|
774 |
-
#: ../lib/yasr-ajax-functions.php:
|
775 |
msgid "Insert Top 5 most active reviewers"
|
776 |
msgstr "Top 5 aktivsten Review-Autoren"
|
777 |
|
778 |
-
#: ../lib/yasr-ajax-functions.php:
|
779 |
msgid "Insert Top 5 active reviewers"
|
780 |
msgstr "Füge die Top 5 aktivsten Review-Autoren ein"
|
781 |
|
782 |
-
#: ../lib/yasr-ajax-functions.php:
|
783 |
msgid "Most active users"
|
784 |
msgstr "Top 10 Aktivste Besucher"
|
785 |
|
786 |
-
#: ../lib/yasr-ajax-functions.php:
|
787 |
msgid "Insert Top 10 most active users"
|
788 |
msgstr "Füge die Top 10 aktivsten Besucher ein"
|
789 |
|
790 |
-
#: ../lib/yasr-ajax-functions.php:
|
791 |
msgid "Insert Top 10 active users in Visitor Ratings"
|
792 |
msgstr "Top 10 aktivsten Besucher"
|
793 |
|
794 |
-
#: ../lib/yasr-ajax-functions.php:
|
795 |
msgid "Reviews and Visitor Votes have been successfull imported."
|
796 |
msgstr "Autoren-Reviews und Bewertungen wurden erfolgreich importiert."
|
797 |
|
798 |
-
#: ../lib/yasr-ajax-functions.php:
|
799 |
msgid ""
|
800 |
"Step2: I will check if you used Multiple Sets and if so I will import them. "
|
801 |
"THIS MAY TAKE A WHILE!"
|
@@ -803,86 +851,89 @@ msgstr ""
|
|
803 |
"Schritt 2: Prüfe ob Multi-Sets verwendet wurden und importiere diese. DAS "
|
804 |
"KANN ETWAS DAUERN!"
|
805 |
|
806 |
-
#: ../lib/yasr-ajax-functions.php:
|
807 |
msgid "Proceed Step 2"
|
808 |
msgstr "Fortfahren mit Schritt 2"
|
809 |
|
810 |
-
#: ../lib/yasr-ajax-functions.php:
|
811 |
msgid "Something goes wrong! Refresh the page and try again!"
|
812 |
msgstr ""
|
813 |
"Hier ist etwas schief gelaufen. Bitte aktualisiere die Seite und versuche es "
|
814 |
"noch einmal!"
|
815 |
|
816 |
-
#: ../lib/yasr-ajax-functions.php:
|
817 |
msgid "I've found Multiple Set! Importing..."
|
818 |
msgstr "Es wurden verschiedene Multi-Sets gefunden. Starte Import..."
|
819 |
|
820 |
-
#: ../lib/yasr-ajax-functions.php:
|
821 |
msgid "Multi Set's name has been successfull imported."
|
822 |
msgstr "Multi-Set Namen wurden erfolgreich importiert."
|
823 |
|
824 |
-
#: ../lib/yasr-ajax-functions.php:
|
825 |
msgid "Now I'm going to import Multi Set data"
|
826 |
msgstr "Der Import der Multi-Set Daten wird gestartet"
|
827 |
|
828 |
-
#: ../lib/yasr-ajax-functions.php:
|
829 |
msgid "All votes has been successfull imported."
|
830 |
msgstr "Alle Bewertungen wurden erfolgreich importiert."
|
831 |
|
832 |
-
#: ../lib/yasr-ajax-functions.php:
|
833 |
msgid "Done"
|
834 |
msgstr "Fertig"
|
835 |
|
836 |
-
#: ../lib/yasr-ajax-functions.php:
|
837 |
msgid "I've found Multiple Set's votes but I couldn't insert into db"
|
838 |
msgstr ""
|
839 |
"Es wurden Multi-Set Bewertungen gefunden aber diese konnten nicht in der "
|
840 |
"Datenbank gespeichert werden."
|
841 |
|
842 |
-
#: ../lib/yasr-ajax-functions.php:
|
843 |
msgid "I've found Multi Set but with no data"
|
844 |
msgstr "Das Multi-Set wurde gefunden aber es sind keine Daten vorhanden"
|
845 |
|
846 |
-
#: ../lib/yasr-ajax-functions.php:
|
847 |
msgid "I've found Multi Sets names but I couldn't insert into db"
|
848 |
msgstr ""
|
849 |
"Multi-Set Namen wurde gefunden aber konnten nicht in die Datenbank "
|
850 |
"importiert werden"
|
851 |
|
852 |
-
#: ../lib/yasr-ajax-functions.php:
|
853 |
msgid "Multisets were not found. Imported is done!"
|
854 |
msgstr "Kein Multi-Set gefunden aber Import war erfolgreich!"
|
855 |
|
856 |
-
#: ../lib/yasr-ajax-functions.php:
|
857 |
-
#: ../lib/yasr-ajax-functions.php:
|
858 |
-
#: ../lib/yasr-ajax-functions.php:
|
859 |
msgid "Average rating"
|
860 |
msgstr "Durchschnittsbewertung"
|
861 |
|
862 |
-
#: ../lib/yasr-ajax-functions.php:
|
863 |
-
#: ../lib/yasr-ajax-functions.php:
|
864 |
-
#: ../lib/yasr-ajax-functions.php:
|
865 |
msgid "Vote Saved"
|
866 |
msgstr "Bewertung gespeichert"
|
867 |
|
868 |
-
#: ../lib/yasr-ajax-functions.php:
|
869 |
-
#: ../lib/yasr-ajax-functions.php:
|
870 |
msgid "Vote Updated"
|
871 |
msgstr "Bewertung aktualisiert"
|
872 |
|
873 |
-
#: ../lib/yasr-ajax-functions.php:
|
874 |
-
#: ../lib/yasr-ajax-functions.php:
|
875 |
msgid "Average "
|
876 |
msgstr "Durchschnitt"
|
877 |
|
878 |
-
#: ../lib/yasr-ajax-functions.php:
|
879 |
msgid "Total:"
|
880 |
msgstr "Gesamt:"
|
881 |
|
882 |
-
#: ../lib/yasr-ajax-functions.php:
|
883 |
msgid "Average"
|
884 |
msgstr "Durchschnitt"
|
885 |
|
|
|
|
|
|
|
886 |
#~ msgid " out of "
|
887 |
#~ msgstr " von "
|
888 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YASR lenguages\n"
|
4 |
+
"POT-Creation-Date: 2014-08-28 12:01+0100\n"
|
5 |
+
"PO-Revision-Date: 2014-08-28 12:01+0100\n"
|
6 |
+
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: de_DE\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.4\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
"X-Poedit-SearchPath-1: ../lib\n"
|
18 |
|
19 |
#: ../yasr-settings-page.php:6 ../lib/yasr-functions.php:75
|
20 |
+
#: ../lib/yasr-ajax-functions.php:29 ../lib/yasr-ajax-functions.php:97
|
21 |
+
#: ../lib/yasr-ajax-functions.php:236 ../lib/yasr-ajax-functions.php:760
|
22 |
msgid "You do not have sufficient permissions to access this page."
|
23 |
msgstr ""
|
24 |
"Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
|
25 |
"zuzugreifen."
|
26 |
|
27 |
+
#: ../yasr-settings-page.php:15
|
28 |
+
#, fuzzy
|
29 |
+
msgid "Settings"
|
30 |
+
msgstr "Einstellungen gespeichert"
|
31 |
+
|
32 |
+
#: ../yasr-settings-page.php:58
|
33 |
msgid "General Settings"
|
34 |
msgstr "Allgemeine Einstellungen"
|
35 |
|
36 |
+
#: ../yasr-settings-page.php:59
|
37 |
msgid "Multi Sets"
|
38 |
msgstr "Multi-Sets"
|
39 |
|
40 |
+
#: ../yasr-settings-page.php:60
|
41 |
msgid "Styles"
|
42 |
msgstr "Styles"
|
43 |
|
44 |
+
#: ../yasr-settings-page.php:76 ../yasr-settings-page.php:269
|
45 |
msgid "Save"
|
46 |
msgstr "Speichern"
|
47 |
|
48 |
+
#: ../yasr-settings-page.php:82 ../yasr-settings-page.php:239
|
49 |
+
#: ../yasr-settings-page.php:276 ../yasr-settings-page.php:300
|
50 |
msgid "Donations"
|
51 |
msgstr "Spenden"
|
52 |
|
53 |
+
#: ../yasr-settings-page.php:84 ../yasr-settings-page.php:241
|
54 |
+
#: ../yasr-settings-page.php:278 ../yasr-settings-page.php:302
|
55 |
msgid ""
|
56 |
"If you have found this plugin useful, please consider making a donation to "
|
57 |
"help support future development. Your support will be much appreciated. "
|
60 |
"Weiterentwicklung mit einer kleinen Spende. Deine Unterstützung ist uns viel "
|
61 |
"Wert."
|
62 |
|
63 |
+
#: ../yasr-settings-page.php:86 ../yasr-settings-page.php:243
|
64 |
+
#: ../yasr-settings-page.php:280 ../yasr-settings-page.php:304
|
65 |
msgid "Thank you!"
|
66 |
msgstr "Herzlichen Dank!"
|
67 |
|
68 |
+
#: ../yasr-settings-page.php:106
|
69 |
msgid "Import Gd Star Rating"
|
70 |
msgstr "Importiere Gd Star Rating Daten"
|
71 |
|
72 |
+
#: ../yasr-settings-page.php:107
|
73 |
msgid "I've found a previous installation of Gd Star Rating."
|
74 |
msgstr "Es wurde eine Installation von Gd Star Rating gefunden."
|
75 |
|
76 |
+
#: ../yasr-settings-page.php:107
|
77 |
msgid "Do you want proceed to import data?"
|
78 |
msgstr "Willst du mit dem Import der Daten fortfahren?"
|
79 |
|
80 |
+
#: ../yasr-settings-page.php:109
|
81 |
msgid "Yes, Begin Import"
|
82 |
msgstr "Ja, Import starten"
|
83 |
|
84 |
+
#: ../yasr-settings-page.php:113
|
85 |
msgid "Click on Proceed to import Gd Star Rating data."
|
86 |
msgstr "Klicke auf Fortfahren um die Gd Star Rating Daten zu importieren."
|
87 |
|
88 |
+
#: ../yasr-settings-page.php:116 ../yasr-settings-page.php:149
|
89 |
msgid "Proceed"
|
90 |
msgstr "Fortfahren"
|
91 |
|
92 |
+
#: ../yasr-settings-page.php:138
|
93 |
msgid "Manage GD Star Data"
|
94 |
msgstr "Verwalte GD Star Rating Daten"
|
95 |
|
96 |
+
#: ../yasr-settings-page.php:139
|
97 |
msgid "Gd Star Rating has been already imported."
|
98 |
msgstr "Gd Star Rating Daten wurden bereits importiert."
|
99 |
|
100 |
+
#: ../yasr-settings-page.php:140
|
101 |
msgid "If you wish you can import it again, but"
|
102 |
msgstr "Du kannst die Daten erneut importieren, aber"
|
103 |
|
104 |
+
#: ../yasr-settings-page.php:140
|
105 |
msgid "you will lose all data you've collect since the import!"
|
106 |
msgstr "dann gehen alle gesammelten Daten seit dem letzten Import verloren!"
|
107 |
|
108 |
+
#: ../yasr-settings-page.php:142
|
109 |
msgid "Ok, Import Again"
|
110 |
msgstr "Ok, erneut importieren"
|
111 |
|
112 |
+
#: ../yasr-settings-page.php:146
|
113 |
msgid ""
|
114 |
"Click on Proceed to import again Gd Star Rating data. This may take a while!"
|
115 |
msgstr ""
|
116 |
"Klicke auf Fortfahren um die Gd Star Rating Daten erneut zu importieren. Das "
|
117 |
"kann eine Weile dauern!"
|
118 |
|
119 |
+
#: ../yasr-settings-page.php:187
|
120 |
msgid "Manage Multi Set"
|
121 |
msgstr "Multi-Sets verwalten"
|
122 |
|
123 |
+
#: ../yasr-settings-page.php:191
|
124 |
msgid "What is a Multi Set?"
|
125 |
msgstr "Was ist ein Multi-Set?"
|
126 |
|
127 |
+
#: ../yasr-settings-page.php:196
|
128 |
msgid ""
|
129 |
"Multi Set allows you to insert a rate for each aspect about the product / "
|
130 |
"local business / whetever you're reviewing, example in the image below."
|
133 |
"Produkts / lokalen Geschäfts etc. abzugeben. Die nachfolgende Abbildung "
|
134 |
"zeigt ein Beispiel."
|
135 |
|
136 |
+
#: ../yasr-settings-page.php:200
|
137 |
msgid ""
|
138 |
"You can create up to 99 different Multi Set and each one can contain up to 9 "
|
139 |
"different fields. Once you've saved it, you can insert the rates while "
|
145 |
"deine Bewertung direkt unterhalb des Editors abgeben, wie am Bild unten "
|
146 |
"(klicken zum Vergrößern) zu sehen ist."
|
147 |
|
148 |
+
#: ../yasr-settings-page.php:204
|
149 |
msgid ""
|
150 |
"In order to insert your Multi Sets into a post or page, you can either past "
|
151 |
"the short code that will appear at the bottom of the box or just click on "
|
155 |
"entweder den angezeigten Shortcode am Ende der Box nutzen oder einfach auf "
|
156 |
"den Stern im Editor klicken und \"Insert Multi-Set\" wählen."
|
157 |
|
158 |
+
#: ../yasr-settings-page.php:210
|
159 |
msgid "Close this message"
|
160 |
msgstr "Nachricht schließen"
|
161 |
|
164 |
msgstr "Wähle ein Multi-Set aus"
|
165 |
|
166 |
#: ../yasr-metabox-multiple-rating.php:26
|
167 |
+
#: ../lib/yasr-settings-functions.php:399
|
168 |
msgid "Select"
|
169 |
msgstr "Auswählen"
|
170 |
|
173 |
msgstr "Bewerte diesen Artikel / Gegenstand"
|
174 |
|
175 |
#: ../yasr-metabox-overall-rating.php:22
|
176 |
+
#: ../lib/yasr-shortcode-functions.php:147
|
177 |
msgid "Loading, please wait"
|
178 |
msgstr "Wird geladen, bitte warten"
|
179 |
|
185 |
"Füge den Shortcode <strong>[yasr_overall_rating]</strong> an der Position "
|
186 |
"ein, wo die Bewertung angezeigt werden soll."
|
187 |
|
188 |
+
#: ../lib/yasr-shortcode-functions.php:178
|
189 |
+
#: ../lib/yasr-shortcode-functions.php:190
|
190 |
+
#: ../lib/yasr-shortcode-functions.php:195
|
191 |
+
#: ../lib/yasr-shortcode-functions.php:208
|
192 |
+
#: ../lib/yasr-shortcode-functions.php:213
|
193 |
+
#: ../lib/yasr-shortcode-functions.php:233
|
194 |
+
#: ../lib/yasr-shortcode-functions.php:242
|
195 |
+
#: ../lib/yasr-shortcode-functions.php:248
|
196 |
+
#: ../lib/yasr-shortcode-functions.php:262
|
197 |
+
#: ../lib/yasr-shortcode-functions.php:268
|
198 |
+
#: ../lib/yasr-shortcode-functions.php:293
|
199 |
+
#: ../lib/yasr-shortcode-functions.php:305
|
200 |
+
#: ../lib/yasr-shortcode-functions.php:310
|
201 |
+
#: ../lib/yasr-shortcode-functions.php:323
|
202 |
+
#: ../lib/yasr-shortcode-functions.php:328
|
203 |
+
#: ../lib/yasr-shortcode-functions.php:349
|
204 |
+
#: ../lib/yasr-shortcode-functions.php:358
|
205 |
+
#: ../lib/yasr-shortcode-functions.php:364
|
206 |
+
#: ../lib/yasr-shortcode-functions.php:378
|
207 |
+
#: ../lib/yasr-shortcode-functions.php:384
|
208 |
+
#: ../lib/yasr-shortcode-functions.php:409
|
209 |
+
#: ../lib/yasr-shortcode-functions.php:421
|
210 |
+
#: ../lib/yasr-shortcode-functions.php:426
|
211 |
+
#: ../lib/yasr-shortcode-functions.php:439
|
212 |
+
#: ../lib/yasr-shortcode-functions.php:444
|
213 |
+
#: ../lib/yasr-shortcode-functions.php:465
|
214 |
+
#: ../lib/yasr-shortcode-functions.php:474
|
215 |
+
#: ../lib/yasr-shortcode-functions.php:480
|
216 |
+
#: ../lib/yasr-shortcode-functions.php:494
|
217 |
+
#: ../lib/yasr-shortcode-functions.php:500 ../lib/yasr-ajax-functions.php:1001
|
218 |
+
#: ../lib/yasr-ajax-functions.php:1009 ../lib/yasr-ajax-functions.php:1017
|
219 |
+
#: ../lib/yasr-ajax-functions.php:1029 ../lib/yasr-ajax-functions.php:1037
|
220 |
+
#: ../lib/yasr-ajax-functions.php:1044 ../lib/yasr-ajax-functions.php:1134
|
221 |
+
#: ../lib/yasr-ajax-functions.php:1142 ../lib/yasr-ajax-functions.php:1150
|
222 |
+
#: ../lib/yasr-ajax-functions.php:1186 ../lib/yasr-ajax-functions.php:1192
|
223 |
+
#: ../lib/yasr-ajax-functions.php:1198 ../lib/yasr-ajax-functions.php:1207
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
msgid "Total: "
|
225 |
msgstr "Gesamt:"
|
226 |
|
227 |
+
#: ../lib/yasr-shortcode-functions.php:178
|
228 |
+
#: ../lib/yasr-shortcode-functions.php:190
|
229 |
+
#: ../lib/yasr-shortcode-functions.php:195
|
230 |
+
#: ../lib/yasr-shortcode-functions.php:208
|
231 |
+
#: ../lib/yasr-shortcode-functions.php:213
|
232 |
+
#: ../lib/yasr-shortcode-functions.php:233
|
233 |
+
#: ../lib/yasr-shortcode-functions.php:242
|
234 |
+
#: ../lib/yasr-shortcode-functions.php:248
|
235 |
+
#: ../lib/yasr-shortcode-functions.php:262
|
236 |
+
#: ../lib/yasr-shortcode-functions.php:268
|
237 |
+
#: ../lib/yasr-shortcode-functions.php:293
|
238 |
+
#: ../lib/yasr-shortcode-functions.php:305
|
239 |
+
#: ../lib/yasr-shortcode-functions.php:310
|
240 |
+
#: ../lib/yasr-shortcode-functions.php:323
|
241 |
#: ../lib/yasr-shortcode-functions.php:328
|
242 |
+
#: ../lib/yasr-shortcode-functions.php:349
|
243 |
+
#: ../lib/yasr-shortcode-functions.php:358
|
244 |
+
#: ../lib/yasr-shortcode-functions.php:364
|
245 |
+
#: ../lib/yasr-shortcode-functions.php:378
|
246 |
+
#: ../lib/yasr-shortcode-functions.php:384
|
247 |
+
#: ../lib/yasr-shortcode-functions.php:409
|
248 |
+
#: ../lib/yasr-shortcode-functions.php:421
|
249 |
+
#: ../lib/yasr-shortcode-functions.php:426
|
250 |
+
#: ../lib/yasr-shortcode-functions.php:439
|
251 |
+
#: ../lib/yasr-shortcode-functions.php:444
|
252 |
+
#: ../lib/yasr-shortcode-functions.php:465
|
253 |
+
#: ../lib/yasr-shortcode-functions.php:474
|
254 |
+
#: ../lib/yasr-shortcode-functions.php:480
|
255 |
+
#: ../lib/yasr-shortcode-functions.php:494
|
256 |
+
#: ../lib/yasr-shortcode-functions.php:500
|
257 |
+
#, fuzzy
|
258 |
+
msgid "Average: "
|
259 |
+
msgstr "Durchschnitt"
|
260 |
+
|
261 |
+
#: ../lib/yasr-shortcode-functions.php:179
|
262 |
+
#: ../lib/yasr-shortcode-functions.php:234
|
263 |
+
#: ../lib/yasr-shortcode-functions.php:294
|
264 |
+
#: ../lib/yasr-shortcode-functions.php:350
|
265 |
+
#: ../lib/yasr-shortcode-functions.php:410
|
266 |
+
#: ../lib/yasr-shortcode-functions.php:466
|
267 |
msgid "You've already voted this article with"
|
268 |
msgstr "Du hast für diesen Artikel folgende Bewertung abgegeben: "
|
269 |
|
270 |
+
#: ../lib/yasr-shortcode-functions.php:263
|
271 |
+
#: ../lib/yasr-shortcode-functions.php:269
|
272 |
+
#: ../lib/yasr-shortcode-functions.php:379
|
273 |
+
#: ../lib/yasr-shortcode-functions.php:385
|
274 |
+
#: ../lib/yasr-shortcode-functions.php:495
|
275 |
+
#: ../lib/yasr-shortcode-functions.php:501
|
276 |
msgid "You must sign to vote"
|
277 |
msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
|
278 |
|
279 |
+
#: ../lib/yasr-shortcode-functions.php:719
|
280 |
msgid "Rating"
|
281 |
msgstr "Bewertung"
|
282 |
|
283 |
+
#: ../lib/yasr-shortcode-functions.php:733
|
284 |
msgid "You don't have any votes stored"
|
285 |
msgstr "Es sind keine Autoren-Bewertungen gespeichert"
|
286 |
|
287 |
+
#: ../lib/yasr-shortcode-functions.php:747
|
288 |
msgid "Chart is loading, please wait"
|
289 |
msgstr "Wird geladen, bitte warten"
|
290 |
|
291 |
+
#: ../lib/yasr-shortcode-functions.php:876
|
292 |
msgid ""
|
293 |
"Problem while retriving the top 5 most active reviewers. Did you published "
|
294 |
"any review?"
|
296 |
"Es ist ein Problem beim Laden der 5 aktivsten Review-Autoren aufgetreten. "
|
297 |
"Hast du bereits ein Review veröffentlicht?"
|
298 |
|
299 |
+
#: ../lib/yasr-shortcode-functions.php:944
|
300 |
msgid ""
|
301 |
"Problem while retriving the top 10 active users chart. Are you sure you have "
|
302 |
"votes to show?"
|
304 |
"Es ist ein Problem beim Laden der Top 10 aktivsten Nutzer aufgetreten. Sind "
|
305 |
"Sie sicher das Bewertungen vorhanden sind?"
|
306 |
|
307 |
+
#: ../lib/yasr-settings-functions.php:32
|
308 |
msgid "General settings"
|
309 |
msgstr "Allgemeine Einstellungen"
|
310 |
|
311 |
+
#: ../lib/yasr-settings-functions.php:33
|
312 |
msgid "Auto insert options"
|
313 |
msgstr "Anzeigeoptionen"
|
314 |
|
315 |
+
#: ../lib/yasr-settings-functions.php:34
|
316 |
msgid "Show \"Overall Rating\" in Home Page?"
|
317 |
msgstr "Gesamtbewertung auf der Startseite anzeigen?"
|
318 |
|
319 |
+
#: ../lib/yasr-settings-functions.php:35
|
320 |
msgid "Insert custom text to show before / after stars"
|
321 |
msgstr ""
|
322 |
"Benutzerdefinierter Text der vor oder nach der Bewertung angezeigt wird"
|
323 |
|
324 |
+
#: ../lib/yasr-settings-functions.php:36
|
325 |
msgid "Which color scheme do you want to use?"
|
326 |
msgstr "Welches Farbschema willst du nutzen?"
|
327 |
|
328 |
+
#: ../lib/yasr-settings-functions.php:37
|
329 |
msgid "Allow only logged in user to vote?"
|
330 |
msgstr "Nur angemeldete Besucher dürfen abstimmen?"
|
331 |
|
332 |
+
#: ../lib/yasr-settings-functions.php:38
|
333 |
msgid "Which rich snippets do you want to use?"
|
334 |
msgstr "Welches Rich Snippet willst du nutzen?"
|
335 |
|
336 |
+
#: ../lib/yasr-settings-functions.php:52
|
337 |
msgid "Use Auto Insert?"
|
338 |
msgstr "Bewertung automatisch einfügen?"
|
339 |
|
340 |
+
#: ../lib/yasr-settings-functions.php:55
|
341 |
+
#: ../lib/yasr-settings-functions.php:124
|
342 |
+
#: ../lib/yasr-settings-functions.php:143
|
343 |
+
#: ../lib/yasr-settings-functions.php:176
|
344 |
+
#: ../lib/yasr-settings-functions.php:201
|
345 |
msgid "Yes"
|
346 |
msgstr "Ja"
|
347 |
|
348 |
+
#: ../lib/yasr-settings-functions.php:69
|
349 |
+
#: ../lib/yasr-settings-functions.php:129
|
350 |
+
#: ../lib/yasr-settings-functions.php:148
|
351 |
+
#: ../lib/yasr-settings-functions.php:181
|
352 |
+
#: ../lib/yasr-settings-functions.php:218
|
353 |
msgid "No"
|
354 |
msgstr "Nein"
|
355 |
|
356 |
+
#: ../lib/yasr-settings-functions.php:75
|
357 |
msgid "What?"
|
358 |
msgstr "Was soll eingefügt werden?"
|
359 |
|
360 |
+
#: ../lib/yasr-settings-functions.php:78
|
361 |
msgid "Overall Rating / Author Rating"
|
362 |
msgstr "Gesamtbewertung (Autorenbewertung)"
|
363 |
|
364 |
+
#: ../lib/yasr-settings-functions.php:82 ../lib/yasr-ajax-functions.php:363
|
365 |
msgid "Visitor Votes"
|
366 |
msgstr "Besucherbewertung"
|
367 |
|
368 |
+
#: ../lib/yasr-settings-functions.php:86
|
369 |
msgid "Both"
|
370 |
msgstr "Beides"
|
371 |
|
372 |
+
#: ../lib/yasr-settings-functions.php:90
|
373 |
msgid "Where?"
|
374 |
msgstr "Wo soll es eingefügt werden?"
|
375 |
|
376 |
+
#: ../lib/yasr-settings-functions.php:93
|
377 |
msgid "Before the post"
|
378 |
msgstr "Vor dem Artikel"
|
379 |
|
380 |
+
#: ../lib/yasr-settings-functions.php:97
|
381 |
msgid "After the post"
|
382 |
msgstr "Nach dem Artikel"
|
383 |
|
384 |
+
#: ../lib/yasr-settings-functions.php:102
|
385 |
msgid "Size"
|
386 |
msgstr "Größe"
|
387 |
|
388 |
+
#: ../lib/yasr-settings-functions.php:106 ../lib/yasr-ajax-functions.php:353
|
389 |
+
#: ../lib/yasr-ajax-functions.php:371
|
390 |
msgid "Small"
|
391 |
msgstr "Klein"
|
392 |
|
393 |
+
#: ../lib/yasr-settings-functions.php:111 ../lib/yasr-ajax-functions.php:354
|
394 |
+
#: ../lib/yasr-ajax-functions.php:372
|
395 |
msgid "Medium"
|
396 |
msgstr "Mittel"
|
397 |
|
398 |
+
#: ../lib/yasr-settings-functions.php:116 ../lib/yasr-ajax-functions.php:355
|
399 |
+
#: ../lib/yasr-ajax-functions.php:373
|
400 |
msgid "Large"
|
401 |
msgstr "Groß"
|
402 |
|
403 |
+
#: ../lib/yasr-settings-functions.php:121
|
404 |
msgid "Exclude Pages?"
|
405 |
msgstr "Seiten ausschließen?"
|
406 |
|
407 |
+
#: ../lib/yasr-settings-functions.php:140
|
408 |
+
msgid "Use only in custom post types?"
|
409 |
+
msgstr ""
|
410 |
+
|
411 |
+
#: ../lib/yasr-settings-functions.php:152
|
412 |
+
msgid "You see this because you use custom post types."
|
413 |
+
msgstr ""
|
414 |
+
|
415 |
+
#: ../lib/yasr-settings-functions.php:154
|
416 |
+
msgid "If you want to use auto insert only in custom post types, choose Yes"
|
417 |
+
msgstr ""
|
418 |
+
|
419 |
+
#: ../lib/yasr-settings-functions.php:185
|
420 |
msgid ""
|
421 |
"If you enable this, \"Overall Rating\" will be showed not only in the single "
|
422 |
"article or page, but also in pages like Home Page, category pages or "
|
426 |
"Beiträgen oder Seiten angezeigt, sondern auch auf der Startseite, in den "
|
427 |
"Kategorien und im Archiv."
|
428 |
|
429 |
+
#: ../lib/yasr-settings-functions.php:225
|
430 |
msgid "Custom text to display before Overall Rating"
|
431 |
msgstr "Benutzerdefinierter Text vor der Gesamtbewertung (Autorenbewertung)"
|
432 |
|
433 |
+
#: ../lib/yasr-settings-functions.php:230
|
434 |
msgid "Custom text to display before Visitor Rating"
|
435 |
msgstr "Benutzerdefinierter Text vor der Besucherbewertung"
|
436 |
|
437 |
+
#: ../lib/yasr-settings-functions.php:235
|
438 |
msgid "Custom text to display when a non logged user has already rated"
|
439 |
msgstr ""
|
440 |
"Benutzerdefinierter Text der angezeigt wird, wenn ein nicht angemeldeter "
|
441 |
"Besucher bereits eine Bewertung abgegeben hat"
|
442 |
|
443 |
+
#: ../lib/yasr-settings-functions.php:251
|
444 |
msgid "Light"
|
445 |
msgstr "Hell"
|
446 |
|
447 |
+
#: ../lib/yasr-settings-functions.php:256
|
448 |
msgid "Dark"
|
449 |
msgstr "Dunkel"
|
450 |
|
451 |
+
#: ../lib/yasr-settings-functions.php:261
|
452 |
msgid "Preview"
|
453 |
msgstr "Vorschau"
|
454 |
|
455 |
+
#: ../lib/yasr-settings-functions.php:266
|
456 |
msgid "Light theme"
|
457 |
msgstr "Helles Theme"
|
458 |
|
459 |
+
#: ../lib/yasr-settings-functions.php:271
|
460 |
msgid "Dark Theme"
|
461 |
msgstr "Dunkles Theme"
|
462 |
|
463 |
+
#: ../lib/yasr-settings-functions.php:289
|
464 |
msgid "Allow only logged-in users"
|
465 |
msgstr "Nur angemeldete Besucher erlauben"
|
466 |
|
467 |
+
#: ../lib/yasr-settings-functions.php:293
|
468 |
msgid "Allow everybody (logged in and anonymous)"
|
469 |
msgstr "Jedem erlauben (angemeldete und anonyme Besucher)"
|
470 |
|
471 |
+
#: ../lib/yasr-settings-functions.php:310
|
472 |
msgid "Review Rating"
|
473 |
msgstr "Review Rating (Autorenbewertung)"
|
474 |
|
475 |
+
#: ../lib/yasr-settings-functions.php:314
|
476 |
msgid "Aggregate Rating"
|
477 |
msgstr "Aggregate Rating (Besucherbewertung)"
|
478 |
|
479 |
+
#: ../lib/yasr-settings-functions.php:319
|
480 |
msgid "What is this?"
|
481 |
msgstr "Was ist das?"
|
482 |
|
483 |
+
#: ../lib/yasr-settings-functions.php:324
|
484 |
msgid ""
|
485 |
"If you select \"Review Rating\", your site will be indexed from search "
|
486 |
"engines like this: "
|
488 |
"Wenn du \"Review Rating\" wählst, dann wird dein Beitrag/Seite bei Google so "
|
489 |
"aussehen:"
|
490 |
|
491 |
+
#: ../lib/yasr-settings-functions.php:329
|
492 |
msgid ""
|
493 |
"If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
|
494 |
"this"
|
496 |
"Wenn du im Vergleich \"Aggregate Rating\" wählst, dann sieht das Ergebnis "
|
497 |
"wie folgt aus:"
|
498 |
|
499 |
+
#: ../lib/yasr-settings-functions.php:344
|
500 |
msgid "Add New Multiple Set"
|
501 |
msgstr "Neues Multi-Set hinzufügen"
|
502 |
|
503 |
+
#: ../lib/yasr-settings-functions.php:345
|
504 |
msgid ""
|
505 |
"Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
|
506 |
"characters"
|
508 |
"Feldname, Element #1 und Element #2 MÜSSEN ausgefüllt und mindestens 3 "
|
509 |
"Zeichen lang sein"
|
510 |
|
511 |
+
#: ../lib/yasr-settings-functions.php:348
|
512 |
msgid "Name"
|
513 |
msgstr "Name"
|
514 |
|
515 |
+
#: ../lib/yasr-settings-functions.php:353
|
516 |
msgid "You can insert up to nine element"
|
517 |
msgstr "Du kannst bis zu 9 Elemente einfügen"
|
518 |
|
519 |
+
#: ../lib/yasr-settings-functions.php:358
|
520 |
msgid "Element "
|
521 |
msgstr "Element"
|
522 |
|
523 |
+
#: ../lib/yasr-settings-functions.php:368
|
524 |
msgid "Create New Set"
|
525 |
msgstr "Neues Multi-Set anlegen"
|
526 |
|
527 |
+
#: ../lib/yasr-settings-functions.php:389
|
528 |
+
#: ../lib/yasr-settings-functions.php:421
|
529 |
msgid "Manage Multiple Set"
|
530 |
msgstr "Verschiedene Multi-Sets verwalten"
|
531 |
|
532 |
+
#: ../lib/yasr-settings-functions.php:391
|
533 |
msgid "Wich set do you want to edit or remove?"
|
534 |
msgstr "Welches Multi-Set möchtest du bearbeiten oder löschen?"
|
535 |
|
536 |
+
#: ../lib/yasr-settings-functions.php:431
|
537 |
+
#: ../lib/yasr-settings-functions.php:549
|
538 |
msgid "Field name"
|
539 |
msgstr "Feldname"
|
540 |
|
541 |
+
#: ../lib/yasr-settings-functions.php:435
|
542 |
+
#: ../lib/yasr-settings-functions.php:553
|
543 |
msgid "Remove"
|
544 |
msgstr "Entfernen"
|
545 |
|
546 |
+
#: ../lib/yasr-settings-functions.php:477
|
547 |
+
#: ../lib/yasr-settings-functions.php:595
|
548 |
msgid "Remove whole set?"
|
549 |
msgstr "Komplettes Multi-Set entfernen?"
|
550 |
|
551 |
+
#: ../lib/yasr-settings-functions.php:490
|
552 |
+
#: ../lib/yasr-settings-functions.php:608
|
553 |
msgid ""
|
554 |
"If you remove something you will remove all the votes for that set or field. "
|
555 |
"This operation CAN'T BE undone."
|
557 |
"Wenn du etwas löscht, dann werden alle Bewertungen für dieses Multi-Set oder "
|
558 |
"Element gelöscht. Dies kann nicht rückgängig gemacht werden."
|
559 |
|
560 |
+
#: ../lib/yasr-settings-functions.php:497
|
561 |
+
#: ../lib/yasr-settings-functions.php:615
|
562 |
msgid "You can use up to 9 elements"
|
563 |
msgstr "Du kannst bist zu 9 Elementen nutzen"
|
564 |
|
565 |
+
#: ../lib/yasr-settings-functions.php:499
|
566 |
+
#: ../lib/yasr-settings-functions.php:617
|
567 |
msgid "Add element"
|
568 |
msgstr "Element hinzufügen"
|
569 |
|
570 |
+
#: ../lib/yasr-settings-functions.php:501
|
571 |
+
#: ../lib/yasr-settings-functions.php:619
|
572 |
msgid "Save changes"
|
573 |
msgstr "Änderungen speichern"
|
574 |
|
575 |
+
#: ../lib/yasr-settings-functions.php:511
|
576 |
msgid "No Multiple Set were found"
|
577 |
msgstr "Keine Multi-Sets gefunden"
|
578 |
|
579 |
+
#: ../lib/yasr-settings-functions.php:761
|
580 |
+
#: ../lib/yasr-settings-functions.php:1029
|
581 |
msgid "Settings Saved"
|
582 |
msgstr "Einstellungen gespeichert"
|
583 |
|
584 |
+
#: ../lib/yasr-settings-functions.php:766
|
585 |
msgid "Something goes wrong trying insert set field name. Please report it"
|
586 |
msgstr ""
|
587 |
"Beim einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
|
588 |
"melde das Problem"
|
589 |
|
590 |
+
#: ../lib/yasr-settings-functions.php:772
|
591 |
msgid "Something goes wrong trying insert Multi Set name. Please report it"
|
592 |
msgstr ""
|
593 |
"Beim Einfügen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
|
594 |
"Problem"
|
595 |
|
596 |
+
#: ../lib/yasr-settings-functions.php:847
|
597 |
msgid "Something goes wrong trying to delete a Multi Set . Please report it"
|
598 |
msgstr ""
|
599 |
"Beim Löschen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
|
600 |
"Problem"
|
601 |
|
602 |
+
#: ../lib/yasr-settings-functions.php:893
|
603 |
msgid ""
|
604 |
"Something goes wrong trying to delete a Multi Set's element. Please report it"
|
605 |
msgstr ""
|
606 |
"Beim Löschen des Multi-Set Elements ist etwas schief gelaufen. Bitte melde "
|
607 |
"das Problem"
|
608 |
|
609 |
+
#: ../lib/yasr-settings-functions.php:957
|
610 |
msgid ""
|
611 |
"Something goes wrong trying to update a Multi Set's element. Please report it"
|
612 |
msgstr ""
|
613 |
"Bei der Aktualisierung des Multi-Set Elements ist etwas schief gelaufen. "
|
614 |
"Bitte melde das Problem"
|
615 |
|
616 |
+
#: ../lib/yasr-settings-functions.php:1014
|
617 |
msgid ""
|
618 |
"Something goes wrong trying to insert set field name in edit form. Please "
|
619 |
"report it"
|
621 |
"Beim Einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
|
622 |
"melde das Problem"
|
623 |
|
624 |
+
#: ../lib/yasr-settings-functions.php:1057
|
625 |
msgid "Style Options"
|
626 |
msgstr "Style Optionen"
|
627 |
|
628 |
+
#: ../lib/yasr-settings-functions.php:1058
|
629 |
msgid "Custom CSS Styles"
|
630 |
msgstr "Benutzerdefiniertes CSS"
|
631 |
|
632 |
+
#: ../lib/yasr-settings-functions.php:1063
|
633 |
msgid ""
|
634 |
"Please use text area below to write your own CSS styles to override the "
|
635 |
"default ones."
|
637 |
"Bitte nutze diesen Textbereich um die Standard CSS Styles mit deinem eigenen "
|
638 |
"CSS-Code zu überschreiben."
|
639 |
|
640 |
+
#: ../lib/yasr-settings-functions.php:1065
|
641 |
msgid "Leave it blank if you don't know what you're doing"
|
642 |
msgstr " Lasse diesen Bereich leer, wenn du nicht weißt was du tust."
|
643 |
|
644 |
+
#: ../lib/yasr-settings-functions.php:1098
|
645 |
msgid "No previous Gd Star Rating installation was found"
|
646 |
msgstr "Es wurde keine Gd Star Ratings Installation gefunden"
|
647 |
|
648 |
+
#: ../lib/yasr-db-functions.php:191 ../lib/yasr-ajax-functions.php:772
|
649 |
msgid "No Recenet votes yet"
|
650 |
msgstr "Keine kürzlichen Bewertungen"
|
651 |
|
652 |
+
#: ../lib/yasr-db-functions.php:206 ../lib/yasr-ajax-functions.php:785
|
653 |
msgid "anonymous"
|
654 |
msgstr "Anonym"
|
655 |
|
656 |
+
#: ../lib/yasr-db-functions.php:229 ../lib/yasr-ajax-functions.php:808
|
657 |
msgid "Ip address"
|
658 |
msgstr "IP-Adresse"
|
659 |
|
660 |
+
#: ../lib/yasr-db-functions.php:270 ../lib/yasr-ajax-functions.php:849
|
661 |
msgid "Pages"
|
662 |
msgstr "Seiten"
|
663 |
|
684 |
msgstr ""
|
685 |
"Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
|
686 |
|
687 |
+
#: ../lib/yasr-functions.php:256
|
688 |
msgid " reviewed by "
|
689 |
msgstr " bewertet von"
|
690 |
|
691 |
+
#: ../lib/yasr-functions.php:257
|
692 |
msgid " on "
|
693 |
msgstr " mit"
|
694 |
|
695 |
+
#: ../lib/yasr-functions.php:258
|
696 |
msgid " rated "
|
697 |
msgstr " ist bewertet mit "
|
698 |
|
699 |
+
#: ../lib/yasr-functions.php:258
|
700 |
msgid " on 5.0"
|
701 |
msgstr " mit 5"
|
702 |
|
703 |
+
#: ../lib/yasr-functions.php:302
|
704 |
+
#, fuzzy
|
705 |
+
msgid " average rating "
|
706 |
+
msgstr "Durchschnittsbewertung"
|
707 |
|
708 |
+
#: ../lib/yasr-functions.php:303
|
709 |
msgid " user ratings"
|
710 |
msgstr " Besucherbewertungen"
|
711 |
|
712 |
+
#: ../lib/yasr-ajax-functions.php:67
|
713 |
+
#, fuzzy
|
714 |
+
msgid "You've rated it "
|
715 |
+
msgstr " ist bewertet mit "
|
716 |
+
|
717 |
+
#: ../lib/yasr-ajax-functions.php:71
|
718 |
+
#, fuzzy
|
719 |
+
msgid "You've reset the vote"
|
720 |
+
msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
|
721 |
+
|
722 |
+
#: ../lib/yasr-ajax-functions.php:108
|
723 |
msgid "Choose a vote for each element"
|
724 |
msgstr "Wähle eine Bewertung für jedes Element"
|
725 |
|
726 |
+
#: ../lib/yasr-ajax-functions.php:164 ../lib/yasr-ajax-functions.php:207
|
727 |
msgid "Remember to insert this shortcode"
|
728 |
msgstr "Diesen Shortcode"
|
729 |
|
730 |
+
#: ../lib/yasr-ajax-functions.php:166 ../lib/yasr-ajax-functions.php:209
|
731 |
msgid "where you want to display this multi set"
|
732 |
msgstr "an der Stelle einfügen, wo das Multi-Set angezeigt werden soll."
|
733 |
|
734 |
+
#: ../lib/yasr-ajax-functions.php:174
|
735 |
msgid "Choose a vote for every element"
|
736 |
msgstr "Wähle eine Bewertung für jedes Element"
|
737 |
|
738 |
+
#: ../lib/yasr-ajax-functions.php:333
|
739 |
msgid "Main"
|
740 |
msgstr "Allgemein"
|
741 |
|
742 |
+
#: ../lib/yasr-ajax-functions.php:334
|
743 |
msgid "Charts"
|
744 |
msgstr "Charts"
|
745 |
|
746 |
+
#: ../lib/yasr-ajax-functions.php:336
|
747 |
msgid "Read the doc"
|
748 |
msgstr "Lese die Dokumentation"
|
749 |
|
750 |
+
#: ../lib/yasr-ajax-functions.php:345
|
751 |
msgid "Overall Rating / Review"
|
752 |
msgstr "Gesamtbewertung (Autorenbewertung)"
|
753 |
|
754 |
+
#: ../lib/yasr-ajax-functions.php:347
|
755 |
msgid "Insert Overall Rating"
|
756 |
msgstr "Gesamtbewertung einfügen"
|
757 |
|
758 |
+
#: ../lib/yasr-ajax-functions.php:348
|
759 |
msgid "Insert Overall Rating / Review for this post"
|
760 |
msgstr "Gesamtbewertung der Review-Autoren einfügen"
|
761 |
|
762 |
+
#: ../lib/yasr-ajax-functions.php:351 ../lib/yasr-ajax-functions.php:369
|
763 |
msgid "Choose Size"
|
764 |
msgstr "Größe wählen"
|
765 |
|
766 |
+
#: ../lib/yasr-ajax-functions.php:365
|
767 |
msgid "Insert Visitor Votes"
|
768 |
msgstr "Besucherbewertung einfügen"
|
769 |
|
770 |
+
#: ../lib/yasr-ajax-functions.php:366
|
771 |
msgid "Insert the ability for your visitor to vote"
|
772 |
msgstr "Besucher dürfen Bewertungen abgeben"
|
773 |
|
774 |
+
#: ../lib/yasr-ajax-functions.php:383
|
775 |
msgid "If you want to insert a Multi Set, pick one:"
|
776 |
msgstr "Vorhandene Multi-Sets"
|
777 |
|
778 |
+
#: ../lib/yasr-ajax-functions.php:389
|
779 |
msgid "Choose wich set you want to insert."
|
780 |
msgstr "Wähle das einzufügende Multi-Set."
|
781 |
|
782 |
+
#: ../lib/yasr-ajax-functions.php:397
|
783 |
msgid "Insert Multiset:"
|
784 |
msgstr "Multi-Set einfügen:"
|
785 |
|
786 |
+
#: ../lib/yasr-ajax-functions.php:400
|
787 |
msgid "Insert Multiple Set"
|
788 |
msgstr "Multi-Set einfügen"
|
789 |
|
790 |
+
#: ../lib/yasr-ajax-functions.php:401
|
791 |
msgid "Insert multiple set in this post ?"
|
792 |
msgstr "Multi-Set in Artikel/Seite einfügen?"
|
793 |
|
794 |
+
#: ../lib/yasr-ajax-functions.php:416
|
795 |
msgid "Top 10 Overall Ratings"
|
796 |
msgstr "Top 10 Gesamtbewertung"
|
797 |
|
798 |
+
#: ../lib/yasr-ajax-functions.php:417
|
799 |
msgid "Insert Top 10 highest rated"
|
800 |
msgstr "Füge die Top 10 höchst bewerteten Artikel ein"
|
801 |
|
802 |
+
#: ../lib/yasr-ajax-functions.php:418
|
803 |
msgid "Insert Top 10 highest rated by post author"
|
804 |
msgstr "Top 10 höchst bewerteten Artikel/Seiten von Review-Autoren"
|
805 |
|
806 |
+
#: ../lib/yasr-ajax-functions.php:422
|
807 |
msgid "Top 10 Visitor Ratings"
|
808 |
msgstr "Top 10 Besucherbewertungen"
|
809 |
|
810 |
+
#: ../lib/yasr-ajax-functions.php:423
|
811 |
msgid "Insert Top 10 posts by visitors"
|
812 |
msgstr "Füge die Top 10 Artikel ein"
|
813 |
|
814 |
+
#: ../lib/yasr-ajax-functions.php:424
|
815 |
msgid "Insert Top 10 most or higher rated posts from visitors"
|
816 |
msgstr "Top 10 meist oder höchst bewertetsten Artikel/Seiten von Besuchern"
|
817 |
|
818 |
+
#: ../lib/yasr-ajax-functions.php:428
|
819 |
msgid "Most active reviewers"
|
820 |
msgstr "Top 5 Aktivste Review-Autoren"
|
821 |
|
822 |
+
#: ../lib/yasr-ajax-functions.php:429
|
823 |
msgid "Insert Top 5 most active reviewers"
|
824 |
msgstr "Top 5 aktivsten Review-Autoren"
|
825 |
|
826 |
+
#: ../lib/yasr-ajax-functions.php:430
|
827 |
msgid "Insert Top 5 active reviewers"
|
828 |
msgstr "Füge die Top 5 aktivsten Review-Autoren ein"
|
829 |
|
830 |
+
#: ../lib/yasr-ajax-functions.php:434
|
831 |
msgid "Most active users"
|
832 |
msgstr "Top 10 Aktivste Besucher"
|
833 |
|
834 |
+
#: ../lib/yasr-ajax-functions.php:435
|
835 |
msgid "Insert Top 10 most active users"
|
836 |
msgstr "Füge die Top 10 aktivsten Besucher ein"
|
837 |
|
838 |
+
#: ../lib/yasr-ajax-functions.php:436
|
839 |
msgid "Insert Top 10 active users in Visitor Ratings"
|
840 |
msgstr "Top 10 aktivsten Besucher"
|
841 |
|
842 |
+
#: ../lib/yasr-ajax-functions.php:630
|
843 |
msgid "Reviews and Visitor Votes have been successfull imported."
|
844 |
msgstr "Autoren-Reviews und Bewertungen wurden erfolgreich importiert."
|
845 |
|
846 |
+
#: ../lib/yasr-ajax-functions.php:636
|
847 |
msgid ""
|
848 |
"Step2: I will check if you used Multiple Sets and if so I will import them. "
|
849 |
"THIS MAY TAKE A WHILE!"
|
851 |
"Schritt 2: Prüfe ob Multi-Sets verwendet wurden und importiere diese. DAS "
|
852 |
"KANN ETWAS DAUERN!"
|
853 |
|
854 |
+
#: ../lib/yasr-ajax-functions.php:638
|
855 |
msgid "Proceed Step 2"
|
856 |
msgstr "Fortfahren mit Schritt 2"
|
857 |
|
858 |
+
#: ../lib/yasr-ajax-functions.php:645
|
859 |
msgid "Something goes wrong! Refresh the page and try again!"
|
860 |
msgstr ""
|
861 |
"Hier ist etwas schief gelaufen. Bitte aktualisiere die Seite und versuche es "
|
862 |
"noch einmal!"
|
863 |
|
864 |
+
#: ../lib/yasr-ajax-functions.php:674
|
865 |
msgid "I've found Multiple Set! Importing..."
|
866 |
msgstr "Es wurden verschiedene Multi-Sets gefunden. Starte Import..."
|
867 |
|
868 |
+
#: ../lib/yasr-ajax-functions.php:683
|
869 |
msgid "Multi Set's name has been successfull imported."
|
870 |
msgstr "Multi-Set Namen wurden erfolgreich importiert."
|
871 |
|
872 |
+
#: ../lib/yasr-ajax-functions.php:685
|
873 |
msgid "Now I'm going to import Multi Set data"
|
874 |
msgstr "Der Import der Multi-Set Daten wird gestartet"
|
875 |
|
876 |
+
#: ../lib/yasr-ajax-functions.php:696
|
877 |
msgid "All votes has been successfull imported."
|
878 |
msgstr "Alle Bewertungen wurden erfolgreich importiert."
|
879 |
|
880 |
+
#: ../lib/yasr-ajax-functions.php:698
|
881 |
msgid "Done"
|
882 |
msgstr "Fertig"
|
883 |
|
884 |
+
#: ../lib/yasr-ajax-functions.php:703
|
885 |
msgid "I've found Multiple Set's votes but I couldn't insert into db"
|
886 |
msgstr ""
|
887 |
"Es wurden Multi-Set Bewertungen gefunden aber diese konnten nicht in der "
|
888 |
"Datenbank gespeichert werden."
|
889 |
|
890 |
+
#: ../lib/yasr-ajax-functions.php:711
|
891 |
msgid "I've found Multi Set but with no data"
|
892 |
msgstr "Das Multi-Set wurde gefunden aber es sind keine Daten vorhanden"
|
893 |
|
894 |
+
#: ../lib/yasr-ajax-functions.php:720
|
895 |
msgid "I've found Multi Sets names but I couldn't insert into db"
|
896 |
msgstr ""
|
897 |
"Multi-Set Namen wurde gefunden aber konnten nicht in die Datenbank "
|
898 |
"importiert werden"
|
899 |
|
900 |
+
#: ../lib/yasr-ajax-functions.php:728
|
901 |
msgid "Multisets were not found. Imported is done!"
|
902 |
msgstr "Kein Multi-Set gefunden aber Import war erfolgreich!"
|
903 |
|
904 |
+
#: ../lib/yasr-ajax-functions.php:1001 ../lib/yasr-ajax-functions.php:1009
|
905 |
+
#: ../lib/yasr-ajax-functions.php:1017 ../lib/yasr-ajax-functions.php:1029
|
906 |
+
#: ../lib/yasr-ajax-functions.php:1037 ../lib/yasr-ajax-functions.php:1044
|
907 |
msgid "Average rating"
|
908 |
msgstr "Durchschnittsbewertung"
|
909 |
|
910 |
+
#: ../lib/yasr-ajax-functions.php:1002 ../lib/yasr-ajax-functions.php:1010
|
911 |
+
#: ../lib/yasr-ajax-functions.php:1018 ../lib/yasr-ajax-functions.php:1030
|
912 |
+
#: ../lib/yasr-ajax-functions.php:1038 ../lib/yasr-ajax-functions.php:1045
|
913 |
msgid "Vote Saved"
|
914 |
msgstr "Bewertung gespeichert"
|
915 |
|
916 |
+
#: ../lib/yasr-ajax-functions.php:1135 ../lib/yasr-ajax-functions.php:1143
|
917 |
+
#: ../lib/yasr-ajax-functions.php:1151
|
918 |
msgid "Vote Updated"
|
919 |
msgstr "Bewertung aktualisiert"
|
920 |
|
921 |
+
#: ../lib/yasr-ajax-functions.php:1186 ../lib/yasr-ajax-functions.php:1192
|
922 |
+
#: ../lib/yasr-ajax-functions.php:1198 ../lib/yasr-ajax-functions.php:1207
|
923 |
msgid "Average "
|
924 |
msgstr "Durchschnitt"
|
925 |
|
926 |
+
#: ../lib/yasr-ajax-functions.php:1265 ../lib/yasr-ajax-functions.php:1300
|
927 |
msgid "Total:"
|
928 |
msgstr "Gesamt:"
|
929 |
|
930 |
+
#: ../lib/yasr-ajax-functions.php:1265 ../lib/yasr-ajax-functions.php:1300
|
931 |
msgid "Average"
|
932 |
msgstr "Durchschnitt"
|
933 |
|
934 |
+
#~ msgid " rating "
|
935 |
+
#~ msgstr " Bewertung"
|
936 |
+
|
937 |
#~ msgid " out of "
|
938 |
#~ msgstr " von "
|
939 |
|
languages/yasr-it_IT.mo
CHANGED
Binary file
|
languages/yasr-it_IT.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Yasr Translation\n"
|
4 |
-
"POT-Creation-Date: 2014-08-
|
5 |
-
"PO-Revision-Date: 2014-08-
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: it\n"
|
@@ -23,7 +23,7 @@ msgstr "Non hai permeessi sufficienti per accedere a questa pagina"
|
|
23 |
|
24 |
#: ../yasr-settings-page.php:15
|
25 |
msgid "Settings"
|
26 |
-
msgstr "Impostazioni
|
27 |
|
28 |
#: ../yasr-settings-page.php:58
|
29 |
msgid "General Settings"
|
@@ -161,7 +161,7 @@ msgid "Choose wich set you want to use"
|
|
161 |
msgstr "Scegli che set vuoi usare"
|
162 |
|
163 |
#: ../yasr-metabox-multiple-rating.php:26
|
164 |
-
#: ../lib/yasr-settings-functions.php:
|
165 |
msgid "Select"
|
166 |
msgstr "Seleziona"
|
167 |
|
@@ -170,7 +170,7 @@ msgid "Rate this article / item"
|
|
170 |
msgstr "Vota questo articolo / oggetto"
|
171 |
|
172 |
#: ../yasr-metabox-overall-rating.php:22
|
173 |
-
#: ../lib/yasr-shortcode-functions.php:
|
174 |
msgid "Loading, please wait"
|
175 |
msgstr "Caricamento, attendere prego"
|
176 |
|
@@ -182,36 +182,36 @@ msgstr ""
|
|
182 |
"Ricorda di inserire questo shortcode <strong>[yasr_overall_rating]</strong> "
|
183 |
"dove vuoi far apparire questo voto"
|
184 |
|
185 |
-
#: ../lib/yasr-shortcode-functions.php:
|
186 |
-
#: ../lib/yasr-shortcode-functions.php:
|
187 |
-
#: ../lib/yasr-shortcode-functions.php:
|
188 |
-
#: ../lib/yasr-shortcode-functions.php:
|
189 |
-
#: ../lib/yasr-shortcode-functions.php:
|
190 |
-
#: ../lib/yasr-shortcode-functions.php:
|
191 |
-
#: ../lib/yasr-shortcode-functions.php:
|
192 |
-
#: ../lib/yasr-shortcode-functions.php:
|
193 |
-
#: ../lib/yasr-shortcode-functions.php:
|
194 |
-
#: ../lib/yasr-shortcode-functions.php:
|
195 |
-
#: ../lib/yasr-shortcode-functions.php:
|
196 |
-
#: ../lib/yasr-shortcode-functions.php:
|
197 |
-
#: ../lib/yasr-shortcode-functions.php:
|
198 |
-
#: ../lib/yasr-shortcode-functions.php:
|
199 |
-
#: ../lib/yasr-shortcode-functions.php:
|
200 |
-
#: ../lib/yasr-shortcode-functions.php:
|
201 |
-
#: ../lib/yasr-shortcode-functions.php:
|
202 |
-
#: ../lib/yasr-shortcode-functions.php:
|
203 |
-
#: ../lib/yasr-shortcode-functions.php:
|
204 |
-
#: ../lib/yasr-shortcode-functions.php:
|
205 |
-
#: ../lib/yasr-shortcode-functions.php:
|
206 |
-
#: ../lib/yasr-shortcode-functions.php:
|
207 |
-
#: ../lib/yasr-shortcode-functions.php:
|
208 |
-
#: ../lib/yasr-shortcode-functions.php:
|
209 |
-
#: ../lib/yasr-shortcode-functions.php:
|
210 |
-
#: ../lib/yasr-shortcode-functions.php:
|
211 |
-
#: ../lib/yasr-shortcode-functions.php:
|
212 |
-
#: ../lib/yasr-shortcode-functions.php:
|
213 |
-
#: ../lib/yasr-shortcode-functions.php:
|
214 |
-
#: ../lib/yasr-shortcode-functions.php:
|
215 |
#: ../lib/yasr-ajax-functions.php:1009 ../lib/yasr-ajax-functions.php:1017
|
216 |
#: ../lib/yasr-ajax-functions.php:1029 ../lib/yasr-ajax-functions.php:1037
|
217 |
#: ../lib/yasr-ajax-functions.php:1044 ../lib/yasr-ajax-functions.php:1134
|
@@ -221,70 +221,70 @@ msgstr ""
|
|
221 |
msgid "Total: "
|
222 |
msgstr "Voti: "
|
223 |
|
224 |
-
#: ../lib/yasr-shortcode-functions.php:
|
225 |
-
#: ../lib/yasr-shortcode-functions.php:
|
226 |
-
#: ../lib/yasr-shortcode-functions.php:
|
227 |
-
#: ../lib/yasr-shortcode-functions.php:
|
228 |
-
#: ../lib/yasr-shortcode-functions.php:
|
229 |
-
#: ../lib/yasr-shortcode-functions.php:
|
230 |
-
#: ../lib/yasr-shortcode-functions.php:
|
231 |
-
#: ../lib/yasr-shortcode-functions.php:
|
232 |
-
#: ../lib/yasr-shortcode-functions.php:
|
233 |
-
#: ../lib/yasr-shortcode-functions.php:
|
234 |
-
#: ../lib/yasr-shortcode-functions.php:
|
235 |
-
#: ../lib/yasr-shortcode-functions.php:
|
236 |
-
#: ../lib/yasr-shortcode-functions.php:
|
237 |
-
#: ../lib/yasr-shortcode-functions.php:
|
238 |
-
#: ../lib/yasr-shortcode-functions.php:
|
239 |
-
#: ../lib/yasr-shortcode-functions.php:
|
240 |
-
#: ../lib/yasr-shortcode-functions.php:
|
241 |
-
#: ../lib/yasr-shortcode-functions.php:
|
242 |
-
#: ../lib/yasr-shortcode-functions.php:
|
243 |
-
#: ../lib/yasr-shortcode-functions.php:
|
244 |
-
#: ../lib/yasr-shortcode-functions.php:
|
245 |
-
#: ../lib/yasr-shortcode-functions.php:
|
246 |
-
#: ../lib/yasr-shortcode-functions.php:
|
247 |
-
#: ../lib/yasr-shortcode-functions.php:
|
248 |
-
#: ../lib/yasr-shortcode-functions.php:
|
249 |
-
#: ../lib/yasr-shortcode-functions.php:
|
250 |
-
#: ../lib/yasr-shortcode-functions.php:
|
251 |
-
#: ../lib/yasr-shortcode-functions.php:
|
252 |
-
#: ../lib/yasr-shortcode-functions.php:
|
253 |
-
#: ../lib/yasr-shortcode-functions.php:
|
254 |
msgid "Average: "
|
255 |
msgstr "Media Voto: "
|
256 |
|
257 |
-
#: ../lib/yasr-shortcode-functions.php:
|
258 |
-
#: ../lib/yasr-shortcode-functions.php:
|
259 |
-
#: ../lib/yasr-shortcode-functions.php:
|
260 |
-
#: ../lib/yasr-shortcode-functions.php:
|
261 |
-
#: ../lib/yasr-shortcode-functions.php:
|
262 |
-
#: ../lib/yasr-shortcode-functions.php:
|
263 |
msgid "You've already voted this article with"
|
264 |
msgstr "Hai già votato questo articolo con "
|
265 |
|
266 |
-
#: ../lib/yasr-shortcode-functions.php:
|
267 |
-
#: ../lib/yasr-shortcode-functions.php:
|
268 |
-
#: ../lib/yasr-shortcode-functions.php:
|
269 |
-
#: ../lib/yasr-shortcode-functions.php:
|
270 |
-
#: ../lib/yasr-shortcode-functions.php:
|
271 |
-
#: ../lib/yasr-shortcode-functions.php:
|
272 |
msgid "You must sign to vote"
|
273 |
msgstr "Devi fare il login per votare"
|
274 |
|
275 |
-
#: ../lib/yasr-shortcode-functions.php:
|
276 |
msgid "Rating"
|
277 |
msgstr "Voto"
|
278 |
|
279 |
-
#: ../lib/yasr-shortcode-functions.php:
|
280 |
msgid "You don't have any votes stored"
|
281 |
msgstr "Non hai alcun voto salvato"
|
282 |
|
283 |
-
#: ../lib/yasr-shortcode-functions.php:
|
284 |
msgid "Chart is loading, please wait"
|
285 |
msgstr "Caricamento classifica, attendere prego"
|
286 |
|
287 |
-
#: ../lib/yasr-shortcode-functions.php:
|
288 |
msgid ""
|
289 |
"Problem while retriving the top 5 most active reviewers. Did you published "
|
290 |
"any review?"
|
@@ -292,7 +292,7 @@ msgstr ""
|
|
292 |
"C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
|
293 |
"attivi. Hai pubblicato qualche recensione?"
|
294 |
|
295 |
-
#: ../lib/yasr-shortcode-functions.php:
|
296 |
msgid ""
|
297 |
"Problem while retriving the top 10 active users chart. Are you sure you have "
|
298 |
"votes to show?"
|
@@ -300,104 +300,119 @@ msgstr ""
|
|
300 |
"C'è stato un problema nell'ottenere la classifica dei 10 utenti più attivi. "
|
301 |
"Sei sicuro di avere voti da mostrare?"
|
302 |
|
303 |
-
#: ../lib/yasr-settings-functions.php:
|
304 |
msgid "General settings"
|
305 |
msgstr "Impostazioni Generali"
|
306 |
|
307 |
-
#: ../lib/yasr-settings-functions.php:
|
308 |
msgid "Auto insert options"
|
309 |
msgstr "Opzioni inserimento automatico"
|
310 |
|
311 |
-
#: ../lib/yasr-settings-functions.php:
|
312 |
msgid "Show \"Overall Rating\" in Home Page?"
|
313 |
msgstr "Mostrare il Voto Complessivo nella Home Page?"
|
314 |
|
315 |
-
#: ../lib/yasr-settings-functions.php:
|
316 |
msgid "Insert custom text to show before / after stars"
|
317 |
msgstr "Inserisci testo personalizzato da mostrare prima / dopo le stelle"
|
318 |
|
319 |
-
#: ../lib/yasr-settings-functions.php:
|
320 |
msgid "Which color scheme do you want to use?"
|
321 |
msgstr "Che schema di colori vuoi usare?"
|
322 |
|
323 |
-
#: ../lib/yasr-settings-functions.php:
|
324 |
msgid "Allow only logged in user to vote?"
|
325 |
msgstr "Permettere la votazione ai soli utenti loggati?"
|
326 |
|
327 |
-
#: ../lib/yasr-settings-functions.php:
|
328 |
msgid "Which rich snippets do you want to use?"
|
329 |
msgstr "Quale rich snippets vuoi usare?"
|
330 |
|
331 |
-
#: ../lib/yasr-settings-functions.php:
|
332 |
msgid "Use Auto Insert?"
|
333 |
msgstr "Usare l'inserimento automatico?"
|
334 |
|
335 |
-
#: ../lib/yasr-settings-functions.php:
|
336 |
-
#: ../lib/yasr-settings-functions.php:
|
337 |
#: ../lib/yasr-settings-functions.php:143
|
338 |
-
#: ../lib/yasr-settings-functions.php:
|
|
|
339 |
msgid "Yes"
|
340 |
msgstr "Si"
|
341 |
|
342 |
-
#: ../lib/yasr-settings-functions.php:
|
343 |
-
#: ../lib/yasr-settings-functions.php:
|
344 |
#: ../lib/yasr-settings-functions.php:148
|
345 |
-
#: ../lib/yasr-settings-functions.php:
|
|
|
346 |
msgid "No"
|
347 |
msgstr "No"
|
348 |
|
349 |
-
#: ../lib/yasr-settings-functions.php:
|
350 |
msgid "What?"
|
351 |
msgstr "Cosa?"
|
352 |
|
353 |
-
#: ../lib/yasr-settings-functions.php:
|
354 |
msgid "Overall Rating / Author Rating"
|
355 |
msgstr "Voto Complessivo / Voto Autore"
|
356 |
|
357 |
-
#: ../lib/yasr-settings-functions.php:
|
358 |
msgid "Visitor Votes"
|
359 |
msgstr "Voto Utenti"
|
360 |
|
361 |
-
#: ../lib/yasr-settings-functions.php:
|
362 |
msgid "Both"
|
363 |
msgstr "Entrambi"
|
364 |
|
365 |
-
#: ../lib/yasr-settings-functions.php:
|
366 |
msgid "Where?"
|
367 |
msgstr "Dove?"
|
368 |
|
369 |
-
#: ../lib/yasr-settings-functions.php:
|
370 |
msgid "Before the post"
|
371 |
msgstr "Prima del contenuto"
|
372 |
|
373 |
-
#: ../lib/yasr-settings-functions.php:
|
374 |
msgid "After the post"
|
375 |
msgstr "Dopo il contenuto"
|
376 |
|
377 |
-
#: ../lib/yasr-settings-functions.php:
|
378 |
msgid "Size"
|
379 |
msgstr "Grandezza"
|
380 |
|
381 |
-
#: ../lib/yasr-settings-functions.php:
|
382 |
#: ../lib/yasr-ajax-functions.php:371
|
383 |
msgid "Small"
|
384 |
msgstr "Piccolo"
|
385 |
|
386 |
-
#: ../lib/yasr-settings-functions.php:
|
387 |
#: ../lib/yasr-ajax-functions.php:372
|
388 |
msgid "Medium"
|
389 |
msgstr "Medio"
|
390 |
|
391 |
-
#: ../lib/yasr-settings-functions.php:
|
392 |
#: ../lib/yasr-ajax-functions.php:373
|
393 |
msgid "Large"
|
394 |
msgstr "Grande"
|
395 |
|
396 |
-
#: ../lib/yasr-settings-functions.php:
|
397 |
msgid "Exclude Pages?"
|
398 |
msgstr "Escludere pagine?"
|
399 |
|
|
|
|
|
|
|
|
|
400 |
#: ../lib/yasr-settings-functions.php:152
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
401 |
msgid ""
|
402 |
"If you enable this, \"Overall Rating\" will be showed not only in the single "
|
403 |
"article or page, but also in pages like Home Page, category pages or "
|
@@ -407,60 +422,60 @@ msgstr ""
|
|
407 |
"articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
|
408 |
"categorie o archivi"
|
409 |
|
410 |
-
#: ../lib/yasr-settings-functions.php:
|
411 |
msgid "Custom text to display before Overall Rating"
|
412 |
msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
|
413 |
|
414 |
-
#: ../lib/yasr-settings-functions.php:
|
415 |
msgid "Custom text to display before Visitor Rating"
|
416 |
msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
|
417 |
|
418 |
-
#: ../lib/yasr-settings-functions.php:
|
419 |
msgid "Custom text to display when a non logged user has already rated"
|
420 |
msgstr ""
|
421 |
"Testo personalizzato da mostrare quanto un utente non loggato ha già votato"
|
422 |
|
423 |
-
#: ../lib/yasr-settings-functions.php:
|
424 |
msgid "Light"
|
425 |
msgstr "Chiaro"
|
426 |
|
427 |
-
#: ../lib/yasr-settings-functions.php:
|
428 |
msgid "Dark"
|
429 |
msgstr "Scuro"
|
430 |
|
431 |
-
#: ../lib/yasr-settings-functions.php:
|
432 |
msgid "Preview"
|
433 |
msgstr "Anteprima"
|
434 |
|
435 |
-
#: ../lib/yasr-settings-functions.php:
|
436 |
msgid "Light theme"
|
437 |
msgstr "Tema chiaro"
|
438 |
|
439 |
-
#: ../lib/yasr-settings-functions.php:
|
440 |
msgid "Dark Theme"
|
441 |
msgstr "Tema scuro"
|
442 |
|
443 |
-
#: ../lib/yasr-settings-functions.php:
|
444 |
msgid "Allow only logged-in users"
|
445 |
msgstr "Permetti solo agli utenti loggati"
|
446 |
|
447 |
-
#: ../lib/yasr-settings-functions.php:
|
448 |
msgid "Allow everybody (logged in and anonymous)"
|
449 |
msgstr "Permetti a tutti (loggati ed anonimi)"
|
450 |
|
451 |
-
#: ../lib/yasr-settings-functions.php:
|
452 |
msgid "Review Rating"
|
453 |
msgstr "Voto Recensione"
|
454 |
|
455 |
-
#: ../lib/yasr-settings-functions.php:
|
456 |
msgid "Aggregate Rating"
|
457 |
msgstr "Media Voto Utenti"
|
458 |
|
459 |
-
#: ../lib/yasr-settings-functions.php:
|
460 |
msgid "What is this?"
|
461 |
msgstr "Cos'è questo?"
|
462 |
|
463 |
-
#: ../lib/yasr-settings-functions.php:
|
464 |
msgid ""
|
465 |
"If you select \"Review Rating\", your site will be indexed from search "
|
466 |
"engines like this: "
|
@@ -468,18 +483,18 @@ msgstr ""
|
|
468 |
"Se hai scelto \"Voto Recensione\", il sito verrà indicizzato dai motori di "
|
469 |
"ricerca così:"
|
470 |
|
471 |
-
#: ../lib/yasr-settings-functions.php:
|
472 |
msgid ""
|
473 |
"If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
|
474 |
"this"
|
475 |
msgstr ""
|
476 |
"Se, invece, hai scelto \"Media Voto Utenti\", il sito verrà indicizzato così"
|
477 |
|
478 |
-
#: ../lib/yasr-settings-functions.php:
|
479 |
msgid "Add New Multiple Set"
|
480 |
msgstr "Set Multipli"
|
481 |
|
482 |
-
#: ../lib/yasr-settings-functions.php:
|
483 |
msgid ""
|
484 |
"Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
|
485 |
"characters"
|
@@ -487,48 +502,48 @@ msgstr ""
|
|
487 |
"Nome, Elemento#1 e Elemento#2 DEVONO essere riempiti e devono essere lunghi "
|
488 |
"almeno 3 caratteri"
|
489 |
|
490 |
-
#: ../lib/yasr-settings-functions.php:
|
491 |
msgid "Name"
|
492 |
msgstr "Nome"
|
493 |
|
494 |
-
#: ../lib/yasr-settings-functions.php:
|
495 |
msgid "You can insert up to nine element"
|
496 |
msgstr "Puoi inserire fino a nove elementi"
|
497 |
|
498 |
-
#: ../lib/yasr-settings-functions.php:
|
499 |
msgid "Element "
|
500 |
msgstr "Elemento"
|
501 |
|
502 |
-
#: ../lib/yasr-settings-functions.php:
|
503 |
msgid "Create New Set"
|
504 |
msgstr "Crea Nuovo Set"
|
505 |
|
506 |
-
#: ../lib/yasr-settings-functions.php:
|
507 |
-
#: ../lib/yasr-settings-functions.php:
|
508 |
msgid "Manage Multiple Set"
|
509 |
msgstr "Gestisci Set Multiplo"
|
510 |
|
511 |
-
#: ../lib/yasr-settings-functions.php:
|
512 |
msgid "Wich set do you want to edit or remove?"
|
513 |
msgstr "Quale set vuoi modificare o rimuovere"
|
514 |
|
515 |
-
#: ../lib/yasr-settings-functions.php:
|
516 |
-
#: ../lib/yasr-settings-functions.php:
|
517 |
msgid "Field name"
|
518 |
msgstr "Nome campo"
|
519 |
|
520 |
-
#: ../lib/yasr-settings-functions.php:
|
521 |
-
#: ../lib/yasr-settings-functions.php:
|
522 |
msgid "Remove"
|
523 |
msgstr "Rimuovi"
|
524 |
|
525 |
-
#: ../lib/yasr-settings-functions.php:
|
526 |
-
#: ../lib/yasr-settings-functions.php:
|
527 |
msgid "Remove whole set?"
|
528 |
msgstr "Rimuovere l'intero set?"
|
529 |
|
530 |
-
#: ../lib/yasr-settings-functions.php:
|
531 |
-
#: ../lib/yasr-settings-functions.php:
|
532 |
msgid ""
|
533 |
"If you remove something you will remove all the votes for that set or field. "
|
534 |
"This operation CAN'T BE undone."
|
@@ -536,63 +551,63 @@ msgstr ""
|
|
536 |
"Se rimuovi qualcosa rimuoverai anche i voti per quel set o campo. Questa "
|
537 |
"operazione NON PUÒ ESSERE ANNULLATA"
|
538 |
|
539 |
-
#: ../lib/yasr-settings-functions.php:
|
540 |
-
#: ../lib/yasr-settings-functions.php:
|
541 |
msgid "You can use up to 9 elements"
|
542 |
msgstr "Puoi usare fino a 9 elementi"
|
543 |
|
544 |
-
#: ../lib/yasr-settings-functions.php:
|
545 |
-
#: ../lib/yasr-settings-functions.php:
|
546 |
msgid "Add element"
|
547 |
msgstr "Aggiungi elemento"
|
548 |
|
549 |
-
#: ../lib/yasr-settings-functions.php:
|
550 |
-
#: ../lib/yasr-settings-functions.php:
|
551 |
msgid "Save changes"
|
552 |
msgstr "Salva modifiche"
|
553 |
|
554 |
-
#: ../lib/yasr-settings-functions.php:
|
555 |
msgid "No Multiple Set were found"
|
556 |
msgstr "Nessun Set Multiplo trovato"
|
557 |
|
558 |
-
#: ../lib/yasr-settings-functions.php:
|
559 |
-
#: ../lib/yasr-settings-functions.php:
|
560 |
msgid "Settings Saved"
|
561 |
msgstr "Impostazioni Salvate"
|
562 |
|
563 |
-
#: ../lib/yasr-settings-functions.php:
|
564 |
msgid "Something goes wrong trying insert set field name. Please report it"
|
565 |
msgstr ""
|
566 |
"Qualcosa è andato storto cercando di inserire un elemento. Per favore "
|
567 |
"segnalalo"
|
568 |
|
569 |
-
#: ../lib/yasr-settings-functions.php:
|
570 |
msgid "Something goes wrong trying insert Multi Set name. Please report it"
|
571 |
msgstr ""
|
572 |
"Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
|
573 |
"favore segnalalo"
|
574 |
|
575 |
-
#: ../lib/yasr-settings-functions.php:
|
576 |
msgid "Something goes wrong trying to delete a Multi Set . Please report it"
|
577 |
msgstr ""
|
578 |
"Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
|
579 |
"favore segnalalo"
|
580 |
|
581 |
-
#: ../lib/yasr-settings-functions.php:
|
582 |
msgid ""
|
583 |
"Something goes wrong trying to delete a Multi Set's element. Please report it"
|
584 |
msgstr ""
|
585 |
"Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
|
586 |
"favore segnalalo"
|
587 |
|
588 |
-
#: ../lib/yasr-settings-functions.php:
|
589 |
msgid ""
|
590 |
"Something goes wrong trying to update a Multi Set's element. Please report it"
|
591 |
msgstr ""
|
592 |
"Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
|
593 |
"favore segnalalo"
|
594 |
|
595 |
-
#: ../lib/yasr-settings-functions.php:
|
596 |
msgid ""
|
597 |
"Something goes wrong trying to insert set field name in edit form. Please "
|
598 |
"report it"
|
@@ -600,15 +615,15 @@ msgstr ""
|
|
600 |
"Qualcosa è andato storto cercando di inserire il campo nel form di modifica. "
|
601 |
"Per favore segnalalo"
|
602 |
|
603 |
-
#: ../lib/yasr-settings-functions.php:
|
604 |
msgid "Style Options"
|
605 |
msgstr "Opzioni Stili"
|
606 |
|
607 |
-
#: ../lib/yasr-settings-functions.php:
|
608 |
msgid "Custom CSS Styles"
|
609 |
msgstr "Stili CSS Personalizzati"
|
610 |
|
611 |
-
#: ../lib/yasr-settings-functions.php:
|
612 |
msgid ""
|
613 |
"Please use text area below to write your own CSS styles to override the "
|
614 |
"default ones."
|
@@ -616,27 +631,27 @@ msgstr ""
|
|
616 |
"Usa l'area di testo sottostante per scrivere le tue regole CSS che "
|
617 |
"sovrascriveranno quelle di default"
|
618 |
|
619 |
-
#: ../lib/yasr-settings-functions.php:
|
620 |
msgid "Leave it blank if you don't know what you're doing"
|
621 |
msgstr "Lascialo vuoto se non stai cosa stai facendo"
|
622 |
|
623 |
-
#: ../lib/yasr-settings-functions.php:
|
624 |
msgid "No previous Gd Star Rating installation was found"
|
625 |
msgstr "Installazione precedente di Gd Star Rating non stata trovata"
|
626 |
|
627 |
-
#: ../lib/yasr-db-functions.php:
|
628 |
msgid "No Recenet votes yet"
|
629 |
msgstr "Ancora nessun voto recente"
|
630 |
|
631 |
-
#: ../lib/yasr-db-functions.php:
|
632 |
msgid "anonymous"
|
633 |
msgstr "anonimo"
|
634 |
|
635 |
-
#: ../lib/yasr-db-functions.php:
|
636 |
msgid "Ip address"
|
637 |
msgstr "Indirizzo Ip"
|
638 |
|
639 |
-
#: ../lib/yasr-db-functions.php:
|
640 |
msgid "Pages"
|
641 |
msgstr "Pagine"
|
642 |
|
@@ -660,27 +675,27 @@ msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
|
|
660 |
msgid "You don't have enought privileges to insert Multi Set"
|
661 |
msgstr "Non hai abbastanza permessi per inserire un Multi Set"
|
662 |
|
663 |
-
#: ../lib/yasr-functions.php:
|
664 |
msgid " reviewed by "
|
665 |
msgstr " recensito da "
|
666 |
|
667 |
-
#: ../lib/yasr-functions.php:
|
668 |
msgid " on "
|
669 |
msgstr " il "
|
670 |
|
671 |
-
#: ../lib/yasr-functions.php:
|
672 |
msgid " rated "
|
673 |
msgstr " votato "
|
674 |
|
675 |
-
#: ../lib/yasr-functions.php:
|
676 |
msgid " on 5.0"
|
677 |
msgstr " su 5.0 "
|
678 |
|
679 |
-
#: ../lib/yasr-functions.php:
|
680 |
msgid " average rating "
|
681 |
msgstr " media voto "
|
682 |
|
683 |
-
#: ../lib/yasr-functions.php:
|
684 |
msgid " user ratings"
|
685 |
msgstr " voti utenti "
|
686 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Yasr Translation\n"
|
4 |
+
"POT-Creation-Date: 2014-08-28 12:00+0100\n"
|
5 |
+
"PO-Revision-Date: 2014-08-28 12:01+0100\n"
|
6 |
"Last-Translator: Dario <thedudoworld@gmail.com>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: it\n"
|
23 |
|
24 |
#: ../yasr-settings-page.php:15
|
25 |
msgid "Settings"
|
26 |
+
msgstr "Impostazioni"
|
27 |
|
28 |
#: ../yasr-settings-page.php:58
|
29 |
msgid "General Settings"
|
161 |
msgstr "Scegli che set vuoi usare"
|
162 |
|
163 |
#: ../yasr-metabox-multiple-rating.php:26
|
164 |
+
#: ../lib/yasr-settings-functions.php:399
|
165 |
msgid "Select"
|
166 |
msgstr "Seleziona"
|
167 |
|
170 |
msgstr "Vota questo articolo / oggetto"
|
171 |
|
172 |
#: ../yasr-metabox-overall-rating.php:22
|
173 |
+
#: ../lib/yasr-shortcode-functions.php:147
|
174 |
msgid "Loading, please wait"
|
175 |
msgstr "Caricamento, attendere prego"
|
176 |
|
182 |
"Ricorda di inserire questo shortcode <strong>[yasr_overall_rating]</strong> "
|
183 |
"dove vuoi far apparire questo voto"
|
184 |
|
185 |
+
#: ../lib/yasr-shortcode-functions.php:178
|
186 |
+
#: ../lib/yasr-shortcode-functions.php:190
|
187 |
+
#: ../lib/yasr-shortcode-functions.php:195
|
188 |
+
#: ../lib/yasr-shortcode-functions.php:208
|
189 |
+
#: ../lib/yasr-shortcode-functions.php:213
|
190 |
+
#: ../lib/yasr-shortcode-functions.php:233
|
191 |
+
#: ../lib/yasr-shortcode-functions.php:242
|
192 |
+
#: ../lib/yasr-shortcode-functions.php:248
|
193 |
+
#: ../lib/yasr-shortcode-functions.php:262
|
194 |
+
#: ../lib/yasr-shortcode-functions.php:268
|
195 |
+
#: ../lib/yasr-shortcode-functions.php:293
|
196 |
+
#: ../lib/yasr-shortcode-functions.php:305
|
197 |
+
#: ../lib/yasr-shortcode-functions.php:310
|
198 |
+
#: ../lib/yasr-shortcode-functions.php:323
|
199 |
+
#: ../lib/yasr-shortcode-functions.php:328
|
200 |
+
#: ../lib/yasr-shortcode-functions.php:349
|
201 |
+
#: ../lib/yasr-shortcode-functions.php:358
|
202 |
+
#: ../lib/yasr-shortcode-functions.php:364
|
203 |
+
#: ../lib/yasr-shortcode-functions.php:378
|
204 |
+
#: ../lib/yasr-shortcode-functions.php:384
|
205 |
+
#: ../lib/yasr-shortcode-functions.php:409
|
206 |
+
#: ../lib/yasr-shortcode-functions.php:421
|
207 |
+
#: ../lib/yasr-shortcode-functions.php:426
|
208 |
+
#: ../lib/yasr-shortcode-functions.php:439
|
209 |
+
#: ../lib/yasr-shortcode-functions.php:444
|
210 |
+
#: ../lib/yasr-shortcode-functions.php:465
|
211 |
+
#: ../lib/yasr-shortcode-functions.php:474
|
212 |
+
#: ../lib/yasr-shortcode-functions.php:480
|
213 |
+
#: ../lib/yasr-shortcode-functions.php:494
|
214 |
+
#: ../lib/yasr-shortcode-functions.php:500 ../lib/yasr-ajax-functions.php:1001
|
215 |
#: ../lib/yasr-ajax-functions.php:1009 ../lib/yasr-ajax-functions.php:1017
|
216 |
#: ../lib/yasr-ajax-functions.php:1029 ../lib/yasr-ajax-functions.php:1037
|
217 |
#: ../lib/yasr-ajax-functions.php:1044 ../lib/yasr-ajax-functions.php:1134
|
221 |
msgid "Total: "
|
222 |
msgstr "Voti: "
|
223 |
|
224 |
+
#: ../lib/yasr-shortcode-functions.php:178
|
225 |
+
#: ../lib/yasr-shortcode-functions.php:190
|
226 |
+
#: ../lib/yasr-shortcode-functions.php:195
|
227 |
+
#: ../lib/yasr-shortcode-functions.php:208
|
228 |
+
#: ../lib/yasr-shortcode-functions.php:213
|
229 |
+
#: ../lib/yasr-shortcode-functions.php:233
|
230 |
+
#: ../lib/yasr-shortcode-functions.php:242
|
231 |
+
#: ../lib/yasr-shortcode-functions.php:248
|
232 |
+
#: ../lib/yasr-shortcode-functions.php:262
|
233 |
+
#: ../lib/yasr-shortcode-functions.php:268
|
234 |
+
#: ../lib/yasr-shortcode-functions.php:293
|
235 |
+
#: ../lib/yasr-shortcode-functions.php:305
|
236 |
+
#: ../lib/yasr-shortcode-functions.php:310
|
237 |
+
#: ../lib/yasr-shortcode-functions.php:323
|
238 |
+
#: ../lib/yasr-shortcode-functions.php:328
|
239 |
+
#: ../lib/yasr-shortcode-functions.php:349
|
240 |
+
#: ../lib/yasr-shortcode-functions.php:358
|
241 |
+
#: ../lib/yasr-shortcode-functions.php:364
|
242 |
+
#: ../lib/yasr-shortcode-functions.php:378
|
243 |
+
#: ../lib/yasr-shortcode-functions.php:384
|
244 |
+
#: ../lib/yasr-shortcode-functions.php:409
|
245 |
+
#: ../lib/yasr-shortcode-functions.php:421
|
246 |
+
#: ../lib/yasr-shortcode-functions.php:426
|
247 |
+
#: ../lib/yasr-shortcode-functions.php:439
|
248 |
+
#: ../lib/yasr-shortcode-functions.php:444
|
249 |
+
#: ../lib/yasr-shortcode-functions.php:465
|
250 |
+
#: ../lib/yasr-shortcode-functions.php:474
|
251 |
+
#: ../lib/yasr-shortcode-functions.php:480
|
252 |
+
#: ../lib/yasr-shortcode-functions.php:494
|
253 |
+
#: ../lib/yasr-shortcode-functions.php:500
|
254 |
msgid "Average: "
|
255 |
msgstr "Media Voto: "
|
256 |
|
257 |
+
#: ../lib/yasr-shortcode-functions.php:179
|
258 |
+
#: ../lib/yasr-shortcode-functions.php:234
|
259 |
+
#: ../lib/yasr-shortcode-functions.php:294
|
260 |
+
#: ../lib/yasr-shortcode-functions.php:350
|
261 |
+
#: ../lib/yasr-shortcode-functions.php:410
|
262 |
+
#: ../lib/yasr-shortcode-functions.php:466
|
263 |
msgid "You've already voted this article with"
|
264 |
msgstr "Hai già votato questo articolo con "
|
265 |
|
266 |
+
#: ../lib/yasr-shortcode-functions.php:263
|
267 |
+
#: ../lib/yasr-shortcode-functions.php:269
|
268 |
+
#: ../lib/yasr-shortcode-functions.php:379
|
269 |
+
#: ../lib/yasr-shortcode-functions.php:385
|
270 |
+
#: ../lib/yasr-shortcode-functions.php:495
|
271 |
+
#: ../lib/yasr-shortcode-functions.php:501
|
272 |
msgid "You must sign to vote"
|
273 |
msgstr "Devi fare il login per votare"
|
274 |
|
275 |
+
#: ../lib/yasr-shortcode-functions.php:719
|
276 |
msgid "Rating"
|
277 |
msgstr "Voto"
|
278 |
|
279 |
+
#: ../lib/yasr-shortcode-functions.php:733
|
280 |
msgid "You don't have any votes stored"
|
281 |
msgstr "Non hai alcun voto salvato"
|
282 |
|
283 |
+
#: ../lib/yasr-shortcode-functions.php:747
|
284 |
msgid "Chart is loading, please wait"
|
285 |
msgstr "Caricamento classifica, attendere prego"
|
286 |
|
287 |
+
#: ../lib/yasr-shortcode-functions.php:876
|
288 |
msgid ""
|
289 |
"Problem while retriving the top 5 most active reviewers. Did you published "
|
290 |
"any review?"
|
292 |
"C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
|
293 |
"attivi. Hai pubblicato qualche recensione?"
|
294 |
|
295 |
+
#: ../lib/yasr-shortcode-functions.php:944
|
296 |
msgid ""
|
297 |
"Problem while retriving the top 10 active users chart. Are you sure you have "
|
298 |
"votes to show?"
|
300 |
"C'è stato un problema nell'ottenere la classifica dei 10 utenti più attivi. "
|
301 |
"Sei sicuro di avere voti da mostrare?"
|
302 |
|
303 |
+
#: ../lib/yasr-settings-functions.php:32
|
304 |
msgid "General settings"
|
305 |
msgstr "Impostazioni Generali"
|
306 |
|
307 |
+
#: ../lib/yasr-settings-functions.php:33
|
308 |
msgid "Auto insert options"
|
309 |
msgstr "Opzioni inserimento automatico"
|
310 |
|
311 |
+
#: ../lib/yasr-settings-functions.php:34
|
312 |
msgid "Show \"Overall Rating\" in Home Page?"
|
313 |
msgstr "Mostrare il Voto Complessivo nella Home Page?"
|
314 |
|
315 |
+
#: ../lib/yasr-settings-functions.php:35
|
316 |
msgid "Insert custom text to show before / after stars"
|
317 |
msgstr "Inserisci testo personalizzato da mostrare prima / dopo le stelle"
|
318 |
|
319 |
+
#: ../lib/yasr-settings-functions.php:36
|
320 |
msgid "Which color scheme do you want to use?"
|
321 |
msgstr "Che schema di colori vuoi usare?"
|
322 |
|
323 |
+
#: ../lib/yasr-settings-functions.php:37
|
324 |
msgid "Allow only logged in user to vote?"
|
325 |
msgstr "Permettere la votazione ai soli utenti loggati?"
|
326 |
|
327 |
+
#: ../lib/yasr-settings-functions.php:38
|
328 |
msgid "Which rich snippets do you want to use?"
|
329 |
msgstr "Quale rich snippets vuoi usare?"
|
330 |
|
331 |
+
#: ../lib/yasr-settings-functions.php:52
|
332 |
msgid "Use Auto Insert?"
|
333 |
msgstr "Usare l'inserimento automatico?"
|
334 |
|
335 |
+
#: ../lib/yasr-settings-functions.php:55
|
336 |
+
#: ../lib/yasr-settings-functions.php:124
|
337 |
#: ../lib/yasr-settings-functions.php:143
|
338 |
+
#: ../lib/yasr-settings-functions.php:176
|
339 |
+
#: ../lib/yasr-settings-functions.php:201
|
340 |
msgid "Yes"
|
341 |
msgstr "Si"
|
342 |
|
343 |
+
#: ../lib/yasr-settings-functions.php:69
|
344 |
+
#: ../lib/yasr-settings-functions.php:129
|
345 |
#: ../lib/yasr-settings-functions.php:148
|
346 |
+
#: ../lib/yasr-settings-functions.php:181
|
347 |
+
#: ../lib/yasr-settings-functions.php:218
|
348 |
msgid "No"
|
349 |
msgstr "No"
|
350 |
|
351 |
+
#: ../lib/yasr-settings-functions.php:75
|
352 |
msgid "What?"
|
353 |
msgstr "Cosa?"
|
354 |
|
355 |
+
#: ../lib/yasr-settings-functions.php:78
|
356 |
msgid "Overall Rating / Author Rating"
|
357 |
msgstr "Voto Complessivo / Voto Autore"
|
358 |
|
359 |
+
#: ../lib/yasr-settings-functions.php:82 ../lib/yasr-ajax-functions.php:363
|
360 |
msgid "Visitor Votes"
|
361 |
msgstr "Voto Utenti"
|
362 |
|
363 |
+
#: ../lib/yasr-settings-functions.php:86
|
364 |
msgid "Both"
|
365 |
msgstr "Entrambi"
|
366 |
|
367 |
+
#: ../lib/yasr-settings-functions.php:90
|
368 |
msgid "Where?"
|
369 |
msgstr "Dove?"
|
370 |
|
371 |
+
#: ../lib/yasr-settings-functions.php:93
|
372 |
msgid "Before the post"
|
373 |
msgstr "Prima del contenuto"
|
374 |
|
375 |
+
#: ../lib/yasr-settings-functions.php:97
|
376 |
msgid "After the post"
|
377 |
msgstr "Dopo il contenuto"
|
378 |
|
379 |
+
#: ../lib/yasr-settings-functions.php:102
|
380 |
msgid "Size"
|
381 |
msgstr "Grandezza"
|
382 |
|
383 |
+
#: ../lib/yasr-settings-functions.php:106 ../lib/yasr-ajax-functions.php:353
|
384 |
#: ../lib/yasr-ajax-functions.php:371
|
385 |
msgid "Small"
|
386 |
msgstr "Piccolo"
|
387 |
|
388 |
+
#: ../lib/yasr-settings-functions.php:111 ../lib/yasr-ajax-functions.php:354
|
389 |
#: ../lib/yasr-ajax-functions.php:372
|
390 |
msgid "Medium"
|
391 |
msgstr "Medio"
|
392 |
|
393 |
+
#: ../lib/yasr-settings-functions.php:116 ../lib/yasr-ajax-functions.php:355
|
394 |
#: ../lib/yasr-ajax-functions.php:373
|
395 |
msgid "Large"
|
396 |
msgstr "Grande"
|
397 |
|
398 |
+
#: ../lib/yasr-settings-functions.php:121
|
399 |
msgid "Exclude Pages?"
|
400 |
msgstr "Escludere pagine?"
|
401 |
|
402 |
+
#: ../lib/yasr-settings-functions.php:140
|
403 |
+
msgid "Use only in custom post types?"
|
404 |
+
msgstr "Usare solo nei custom post type?"
|
405 |
+
|
406 |
#: ../lib/yasr-settings-functions.php:152
|
407 |
+
msgid "You see this because you use custom post types."
|
408 |
+
msgstr "Vedi questo perché usi i custom post type."
|
409 |
+
|
410 |
+
#: ../lib/yasr-settings-functions.php:154
|
411 |
+
msgid "If you want to use auto insert only in custom post types, choose Yes"
|
412 |
+
msgstr ""
|
413 |
+
"Se vuoi usare l'inserimento automatico solo nei custom post type, spunta Si"
|
414 |
+
|
415 |
+
#: ../lib/yasr-settings-functions.php:185
|
416 |
msgid ""
|
417 |
"If you enable this, \"Overall Rating\" will be showed not only in the single "
|
418 |
"article or page, but also in pages like Home Page, category pages or "
|
422 |
"articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
|
423 |
"categorie o archivi"
|
424 |
|
425 |
+
#: ../lib/yasr-settings-functions.php:225
|
426 |
msgid "Custom text to display before Overall Rating"
|
427 |
msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
|
428 |
|
429 |
+
#: ../lib/yasr-settings-functions.php:230
|
430 |
msgid "Custom text to display before Visitor Rating"
|
431 |
msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
|
432 |
|
433 |
+
#: ../lib/yasr-settings-functions.php:235
|
434 |
msgid "Custom text to display when a non logged user has already rated"
|
435 |
msgstr ""
|
436 |
"Testo personalizzato da mostrare quanto un utente non loggato ha già votato"
|
437 |
|
438 |
+
#: ../lib/yasr-settings-functions.php:251
|
439 |
msgid "Light"
|
440 |
msgstr "Chiaro"
|
441 |
|
442 |
+
#: ../lib/yasr-settings-functions.php:256
|
443 |
msgid "Dark"
|
444 |
msgstr "Scuro"
|
445 |
|
446 |
+
#: ../lib/yasr-settings-functions.php:261
|
447 |
msgid "Preview"
|
448 |
msgstr "Anteprima"
|
449 |
|
450 |
+
#: ../lib/yasr-settings-functions.php:266
|
451 |
msgid "Light theme"
|
452 |
msgstr "Tema chiaro"
|
453 |
|
454 |
+
#: ../lib/yasr-settings-functions.php:271
|
455 |
msgid "Dark Theme"
|
456 |
msgstr "Tema scuro"
|
457 |
|
458 |
+
#: ../lib/yasr-settings-functions.php:289
|
459 |
msgid "Allow only logged-in users"
|
460 |
msgstr "Permetti solo agli utenti loggati"
|
461 |
|
462 |
+
#: ../lib/yasr-settings-functions.php:293
|
463 |
msgid "Allow everybody (logged in and anonymous)"
|
464 |
msgstr "Permetti a tutti (loggati ed anonimi)"
|
465 |
|
466 |
+
#: ../lib/yasr-settings-functions.php:310
|
467 |
msgid "Review Rating"
|
468 |
msgstr "Voto Recensione"
|
469 |
|
470 |
+
#: ../lib/yasr-settings-functions.php:314
|
471 |
msgid "Aggregate Rating"
|
472 |
msgstr "Media Voto Utenti"
|
473 |
|
474 |
+
#: ../lib/yasr-settings-functions.php:319
|
475 |
msgid "What is this?"
|
476 |
msgstr "Cos'è questo?"
|
477 |
|
478 |
+
#: ../lib/yasr-settings-functions.php:324
|
479 |
msgid ""
|
480 |
"If you select \"Review Rating\", your site will be indexed from search "
|
481 |
"engines like this: "
|
483 |
"Se hai scelto \"Voto Recensione\", il sito verrà indicizzato dai motori di "
|
484 |
"ricerca così:"
|
485 |
|
486 |
+
#: ../lib/yasr-settings-functions.php:329
|
487 |
msgid ""
|
488 |
"If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
|
489 |
"this"
|
490 |
msgstr ""
|
491 |
"Se, invece, hai scelto \"Media Voto Utenti\", il sito verrà indicizzato così"
|
492 |
|
493 |
+
#: ../lib/yasr-settings-functions.php:344
|
494 |
msgid "Add New Multiple Set"
|
495 |
msgstr "Set Multipli"
|
496 |
|
497 |
+
#: ../lib/yasr-settings-functions.php:345
|
498 |
msgid ""
|
499 |
"Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
|
500 |
"characters"
|
502 |
"Nome, Elemento#1 e Elemento#2 DEVONO essere riempiti e devono essere lunghi "
|
503 |
"almeno 3 caratteri"
|
504 |
|
505 |
+
#: ../lib/yasr-settings-functions.php:348
|
506 |
msgid "Name"
|
507 |
msgstr "Nome"
|
508 |
|
509 |
+
#: ../lib/yasr-settings-functions.php:353
|
510 |
msgid "You can insert up to nine element"
|
511 |
msgstr "Puoi inserire fino a nove elementi"
|
512 |
|
513 |
+
#: ../lib/yasr-settings-functions.php:358
|
514 |
msgid "Element "
|
515 |
msgstr "Elemento"
|
516 |
|
517 |
+
#: ../lib/yasr-settings-functions.php:368
|
518 |
msgid "Create New Set"
|
519 |
msgstr "Crea Nuovo Set"
|
520 |
|
521 |
+
#: ../lib/yasr-settings-functions.php:389
|
522 |
+
#: ../lib/yasr-settings-functions.php:421
|
523 |
msgid "Manage Multiple Set"
|
524 |
msgstr "Gestisci Set Multiplo"
|
525 |
|
526 |
+
#: ../lib/yasr-settings-functions.php:391
|
527 |
msgid "Wich set do you want to edit or remove?"
|
528 |
msgstr "Quale set vuoi modificare o rimuovere"
|
529 |
|
530 |
+
#: ../lib/yasr-settings-functions.php:431
|
531 |
+
#: ../lib/yasr-settings-functions.php:549
|
532 |
msgid "Field name"
|
533 |
msgstr "Nome campo"
|
534 |
|
535 |
+
#: ../lib/yasr-settings-functions.php:435
|
536 |
+
#: ../lib/yasr-settings-functions.php:553
|
537 |
msgid "Remove"
|
538 |
msgstr "Rimuovi"
|
539 |
|
540 |
+
#: ../lib/yasr-settings-functions.php:477
|
541 |
+
#: ../lib/yasr-settings-functions.php:595
|
542 |
msgid "Remove whole set?"
|
543 |
msgstr "Rimuovere l'intero set?"
|
544 |
|
545 |
+
#: ../lib/yasr-settings-functions.php:490
|
546 |
+
#: ../lib/yasr-settings-functions.php:608
|
547 |
msgid ""
|
548 |
"If you remove something you will remove all the votes for that set or field. "
|
549 |
"This operation CAN'T BE undone."
|
551 |
"Se rimuovi qualcosa rimuoverai anche i voti per quel set o campo. Questa "
|
552 |
"operazione NON PUÒ ESSERE ANNULLATA"
|
553 |
|
554 |
+
#: ../lib/yasr-settings-functions.php:497
|
555 |
+
#: ../lib/yasr-settings-functions.php:615
|
556 |
msgid "You can use up to 9 elements"
|
557 |
msgstr "Puoi usare fino a 9 elementi"
|
558 |
|
559 |
+
#: ../lib/yasr-settings-functions.php:499
|
560 |
+
#: ../lib/yasr-settings-functions.php:617
|
561 |
msgid "Add element"
|
562 |
msgstr "Aggiungi elemento"
|
563 |
|
564 |
+
#: ../lib/yasr-settings-functions.php:501
|
565 |
+
#: ../lib/yasr-settings-functions.php:619
|
566 |
msgid "Save changes"
|
567 |
msgstr "Salva modifiche"
|
568 |
|
569 |
+
#: ../lib/yasr-settings-functions.php:511
|
570 |
msgid "No Multiple Set were found"
|
571 |
msgstr "Nessun Set Multiplo trovato"
|
572 |
|
573 |
+
#: ../lib/yasr-settings-functions.php:761
|
574 |
+
#: ../lib/yasr-settings-functions.php:1029
|
575 |
msgid "Settings Saved"
|
576 |
msgstr "Impostazioni Salvate"
|
577 |
|
578 |
+
#: ../lib/yasr-settings-functions.php:766
|
579 |
msgid "Something goes wrong trying insert set field name. Please report it"
|
580 |
msgstr ""
|
581 |
"Qualcosa è andato storto cercando di inserire un elemento. Per favore "
|
582 |
"segnalalo"
|
583 |
|
584 |
+
#: ../lib/yasr-settings-functions.php:772
|
585 |
msgid "Something goes wrong trying insert Multi Set name. Please report it"
|
586 |
msgstr ""
|
587 |
"Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
|
588 |
"favore segnalalo"
|
589 |
|
590 |
+
#: ../lib/yasr-settings-functions.php:847
|
591 |
msgid "Something goes wrong trying to delete a Multi Set . Please report it"
|
592 |
msgstr ""
|
593 |
"Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
|
594 |
"favore segnalalo"
|
595 |
|
596 |
+
#: ../lib/yasr-settings-functions.php:893
|
597 |
msgid ""
|
598 |
"Something goes wrong trying to delete a Multi Set's element. Please report it"
|
599 |
msgstr ""
|
600 |
"Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
|
601 |
"favore segnalalo"
|
602 |
|
603 |
+
#: ../lib/yasr-settings-functions.php:957
|
604 |
msgid ""
|
605 |
"Something goes wrong trying to update a Multi Set's element. Please report it"
|
606 |
msgstr ""
|
607 |
"Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
|
608 |
"favore segnalalo"
|
609 |
|
610 |
+
#: ../lib/yasr-settings-functions.php:1014
|
611 |
msgid ""
|
612 |
"Something goes wrong trying to insert set field name in edit form. Please "
|
613 |
"report it"
|
615 |
"Qualcosa è andato storto cercando di inserire il campo nel form di modifica. "
|
616 |
"Per favore segnalalo"
|
617 |
|
618 |
+
#: ../lib/yasr-settings-functions.php:1057
|
619 |
msgid "Style Options"
|
620 |
msgstr "Opzioni Stili"
|
621 |
|
622 |
+
#: ../lib/yasr-settings-functions.php:1058
|
623 |
msgid "Custom CSS Styles"
|
624 |
msgstr "Stili CSS Personalizzati"
|
625 |
|
626 |
+
#: ../lib/yasr-settings-functions.php:1063
|
627 |
msgid ""
|
628 |
"Please use text area below to write your own CSS styles to override the "
|
629 |
"default ones."
|
631 |
"Usa l'area di testo sottostante per scrivere le tue regole CSS che "
|
632 |
"sovrascriveranno quelle di default"
|
633 |
|
634 |
+
#: ../lib/yasr-settings-functions.php:1065
|
635 |
msgid "Leave it blank if you don't know what you're doing"
|
636 |
msgstr "Lascialo vuoto se non stai cosa stai facendo"
|
637 |
|
638 |
+
#: ../lib/yasr-settings-functions.php:1098
|
639 |
msgid "No previous Gd Star Rating installation was found"
|
640 |
msgstr "Installazione precedente di Gd Star Rating non stata trovata"
|
641 |
|
642 |
+
#: ../lib/yasr-db-functions.php:191 ../lib/yasr-ajax-functions.php:772
|
643 |
msgid "No Recenet votes yet"
|
644 |
msgstr "Ancora nessun voto recente"
|
645 |
|
646 |
+
#: ../lib/yasr-db-functions.php:206 ../lib/yasr-ajax-functions.php:785
|
647 |
msgid "anonymous"
|
648 |
msgstr "anonimo"
|
649 |
|
650 |
+
#: ../lib/yasr-db-functions.php:229 ../lib/yasr-ajax-functions.php:808
|
651 |
msgid "Ip address"
|
652 |
msgstr "Indirizzo Ip"
|
653 |
|
654 |
+
#: ../lib/yasr-db-functions.php:270 ../lib/yasr-ajax-functions.php:849
|
655 |
msgid "Pages"
|
656 |
msgstr "Pagine"
|
657 |
|
675 |
msgid "You don't have enought privileges to insert Multi Set"
|
676 |
msgstr "Non hai abbastanza permessi per inserire un Multi Set"
|
677 |
|
678 |
+
#: ../lib/yasr-functions.php:256
|
679 |
msgid " reviewed by "
|
680 |
msgstr " recensito da "
|
681 |
|
682 |
+
#: ../lib/yasr-functions.php:257
|
683 |
msgid " on "
|
684 |
msgstr " il "
|
685 |
|
686 |
+
#: ../lib/yasr-functions.php:258
|
687 |
msgid " rated "
|
688 |
msgstr " votato "
|
689 |
|
690 |
+
#: ../lib/yasr-functions.php:258
|
691 |
msgid " on 5.0"
|
692 |
msgstr " su 5.0 "
|
693 |
|
694 |
+
#: ../lib/yasr-functions.php:302
|
695 |
msgid " average rating "
|
696 |
msgstr " media voto "
|
697 |
|
698 |
+
#: ../lib/yasr-functions.php:303
|
699 |
msgid " user ratings"
|
700 |
msgstr " voti utenti "
|
701 |
|
lib/yasr-db-functions.php
CHANGED
@@ -83,6 +83,7 @@ function yasr_install() {
|
|
83 |
$option['auto_insert_where'] = 'top';
|
84 |
$option['auto_insert_size']='large';
|
85 |
$option['auto_insert_exclude_pages'] = 'yes';
|
|
|
86 |
$option['show_overall_in_loop'] = 'disabled';
|
87 |
$option['text_before_stars'] = 0;
|
88 |
$option['snippet'] = 'overall_rating';
|
83 |
$option['auto_insert_where'] = 'top';
|
84 |
$option['auto_insert_size']='large';
|
85 |
$option['auto_insert_exclude_pages'] = 'yes';
|
86 |
+
$option['auto_insert_custom_post_only'] = 'no';
|
87 |
$option['show_overall_in_loop'] = 'disabled';
|
88 |
$option['text_before_stars'] = 0;
|
89 |
$option['snippet'] = 'overall_rating';
|
lib/yasr-functions.php
CHANGED
@@ -26,7 +26,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
|
|
26 |
wp_add_inline_style( 'yasrcss', YASR_CUSTOM_CSS_RULES );
|
27 |
}
|
28 |
|
29 |
-
wp_enqueue_script( 'rateit', YASR_JS_DIR . 'jquery.rateit.min.js' , array('jquery'), '1.0.
|
30 |
wp_enqueue_script( 'cookie', YASR_JS_DIR . 'jquery-cookie.min.js' , array('jquery', 'rateit'), '1.4.0', TRUE );
|
31 |
}
|
32 |
|
@@ -154,11 +154,11 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
|
|
154 |
if (YASR_AUTO_INSERT_WHAT==='overall_rating') {
|
155 |
switch (YASR_AUTO_INSERT_WHERE) {
|
156 |
case 'top':
|
157 |
-
|
158 |
break;
|
159 |
|
160 |
case 'bottom':
|
161 |
-
|
162 |
break;
|
163 |
} //End Switch
|
164 |
} //end YASR_AUTO_INSERT_WHAT overall rating
|
@@ -166,11 +166,11 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
|
|
166 |
elseif (YASR_AUTO_INSERT_WHAT==='visitor_rating') {
|
167 |
switch (YASR_AUTO_INSERT_WHERE) {
|
168 |
case 'top':
|
169 |
-
|
170 |
break;
|
171 |
|
172 |
case 'bottom':
|
173 |
-
|
174 |
break;
|
175 |
} //End Switch
|
176 |
}
|
@@ -178,19 +178,52 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
|
|
178 |
elseif (YASR_AUTO_INSERT_WHAT==='both') {
|
179 |
switch (YASR_AUTO_INSERT_WHERE) {
|
180 |
case 'top':
|
181 |
-
|
182 |
break;
|
183 |
|
184 |
case 'bottom':
|
185 |
-
|
186 |
break;
|
187 |
} //End Switch
|
188 |
}
|
189 |
|
190 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
|
192 |
} //End if (YASR_AUTO_INSERT_ENABLED
|
193 |
|
|
|
194 |
else {
|
195 |
|
196 |
return $content;
|
@@ -322,10 +355,12 @@ add_action('admin_init', 'yasr_shortcode_button_init');
|
|
322 |
}
|
323 |
|
324 |
|
325 |
-
/****** Return the custom post type if exists
|
|
|
|
|
326 |
|
327 |
add_action( 'admin_init', 'yasr_get_custom_post_type');
|
328 |
-
function yasr_get_custom_post_type() {
|
329 |
|
330 |
$args = array(
|
331 |
'public' => true,
|
@@ -338,7 +373,12 @@ add_action( 'admin_init', 'yasr_get_custom_post_type');
|
|
338 |
$post_types = get_post_types( $args, $output, $operator );
|
339 |
|
340 |
if ($post_types) {
|
341 |
-
|
|
|
|
|
|
|
|
|
|
|
342 |
}
|
343 |
|
344 |
else {
|
26 |
wp_add_inline_style( 'yasrcss', YASR_CUSTOM_CSS_RULES );
|
27 |
}
|
28 |
|
29 |
+
wp_enqueue_script( 'rateit', YASR_JS_DIR . 'jquery.rateit.min.js' , array('jquery'), '1.0.22', TRUE );
|
30 |
wp_enqueue_script( 'cookie', YASR_JS_DIR . 'jquery-cookie.min.js' , array('jquery', 'rateit'), '1.4.0', TRUE );
|
31 |
}
|
32 |
|
154 |
if (YASR_AUTO_INSERT_WHAT==='overall_rating') {
|
155 |
switch (YASR_AUTO_INSERT_WHERE) {
|
156 |
case 'top':
|
157 |
+
$content_and_stars = $overall_rating_code . $content;
|
158 |
break;
|
159 |
|
160 |
case 'bottom':
|
161 |
+
$content_and_stars = $content . $overall_rating_code;
|
162 |
break;
|
163 |
} //End Switch
|
164 |
} //end YASR_AUTO_INSERT_WHAT overall rating
|
166 |
elseif (YASR_AUTO_INSERT_WHAT==='visitor_rating') {
|
167 |
switch (YASR_AUTO_INSERT_WHERE) {
|
168 |
case 'top':
|
169 |
+
$content_and_stars = $visitor_votes_code . $content;
|
170 |
break;
|
171 |
|
172 |
case 'bottom':
|
173 |
+
$content_and_stars = $content . $visitor_votes_code;
|
174 |
break;
|
175 |
} //End Switch
|
176 |
}
|
178 |
elseif (YASR_AUTO_INSERT_WHAT==='both') {
|
179 |
switch (YASR_AUTO_INSERT_WHERE) {
|
180 |
case 'top':
|
181 |
+
$content_and_stars = $overall_rating_code . $visitor_votes_code . $content;
|
182 |
break;
|
183 |
|
184 |
case 'bottom':
|
185 |
+
$content_and_stars = $content . $overall_rating_code . $visitor_votes_code;
|
186 |
break;
|
187 |
} //End Switch
|
188 |
}
|
189 |
|
190 |
+
//IF auto insert must work only in custom post type
|
191 |
+
if (YASR_AUTO_INSERT_CUSTOM_POST_ONLY === 'yes') {
|
192 |
+
|
193 |
+
$custom_post_types = yasr_get_custom_post_type();
|
194 |
+
|
195 |
+
//If is a post type return content and stars
|
196 |
+
if (is_singular($custom_post_types)) {
|
197 |
+
return $content_and_stars;
|
198 |
+
}
|
199 |
+
|
200 |
+
//else return just content
|
201 |
+
else {
|
202 |
+
return $content;
|
203 |
+
}
|
204 |
+
|
205 |
+
}
|
206 |
+
|
207 |
+
//If page are not excluded
|
208 |
+
if (YASR_AUTO_INSERT_EXCLUDE_PAGES === 'no') {
|
209 |
+
return $content_and_stars;
|
210 |
+
}
|
211 |
+
|
212 |
+
//else return only if it is not a page
|
213 |
+
elseif (YASR_AUTO_INSERT_EXCLUDE_PAGES === 'yes') {
|
214 |
+
if ( !is_page() ) {
|
215 |
+
return $content_and_stars;
|
216 |
+
}
|
217 |
+
//If is a page return the content without stars
|
218 |
+
else {
|
219 |
+
return $content;
|
220 |
+
}
|
221 |
+
}
|
222 |
+
|
223 |
|
224 |
} //End if (YASR_AUTO_INSERT_ENABLED
|
225 |
|
226 |
+
//Return if auto insert is off
|
227 |
else {
|
228 |
|
229 |
return $content;
|
355 |
}
|
356 |
|
357 |
|
358 |
+
/****** Return the custom post type if exists
|
359 |
+
Argument is to set what to return, if array or boolean value.
|
360 |
+
Default: array******/
|
361 |
|
362 |
add_action( 'admin_init', 'yasr_get_custom_post_type');
|
363 |
+
function yasr_get_custom_post_type($exit='array') {
|
364 |
|
365 |
$args = array(
|
366 |
'public' => true,
|
373 |
$post_types = get_post_types( $args, $output, $operator );
|
374 |
|
375 |
if ($post_types) {
|
376 |
+
if ($exit == 'array') {
|
377 |
+
return ($post_types);
|
378 |
+
}
|
379 |
+
else {
|
380 |
+
return TRUE;
|
381 |
+
}
|
382 |
}
|
383 |
|
384 |
else {
|
lib/yasr-settings-functions.php
CHANGED
@@ -19,6 +19,7 @@
|
|
19 |
$option['auto_insert_where']='top';
|
20 |
$option['auto_insert_exclude_pages']='yes';
|
21 |
$option['auto_insert_size']='large';
|
|
|
22 |
}
|
23 |
|
24 |
//This is to avoid undefined offset
|
@@ -73,26 +74,26 @@
|
|
73 |
|
74 |
<strong><?php _e('What?', 'yasr'); ?></strong>
|
75 |
<br />
|
76 |
-
<input type="radio" name="yasr_general_options[auto_insert_what]" value="overall_rating" class="
|
77 |
<?php _e('Overall Rating / Author Rating', 'yasr') ?>
|
78 |
<br />
|
79 |
|
80 |
-
<input type="radio" name="yasr_general_options[auto_insert_what]" value="visitor_rating" class="
|
81 |
<?php _e('Visitor Votes', 'yasr')?>
|
82 |
<br />
|
83 |
|
84 |
-
<input type="radio" name="yasr_general_options[auto_insert_what]" value="both" class="
|
85 |
<?php _e('Both', 'yasr')?>
|
86 |
|
87 |
<p> </p>
|
88 |
|
89 |
<strong><?php _e('Where?', 'yasr'); ?></strong>
|
90 |
<br />
|
91 |
-
<input type="radio" name="yasr_general_options[auto_insert_where]" value="top" class="
|
92 |
<?php _e('Before the post', 'yasr')?>
|
93 |
<br />
|
94 |
|
95 |
-
<input type="radio" name="yasr_general_options[auto_insert_where]" value="bottom" class="
|
96 |
<?php _e('After the post', 'yasr')?>
|
97 |
<br />
|
98 |
|
@@ -101,17 +102,17 @@
|
|
101 |
<strong><?php _e('Size', 'yasr'); ?></strong>
|
102 |
<br />
|
103 |
<div class="yasr-option-size">
|
104 |
-
<input type="radio" name="yasr_general_options[auto_insert_size]" value="small" class="
|
105 |
<img src="<?php echo YASR_IMG_DIR . "yasr-stars-small.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Small', 'yasr')?></span>
|
106 |
</div>
|
107 |
|
108 |
<div class="yasr-option-size">
|
109 |
-
<input type="radio" name="yasr_general_options[auto_insert_size]" value="medium" class="
|
110 |
<img src="<?php echo YASR_IMG_DIR . "yasr-stars-medium.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Medium', 'yasr')?></span>
|
111 |
</div>
|
112 |
|
113 |
<div class="yasr-option-size">
|
114 |
-
<input type="radio" name="yasr_general_options[auto_insert_size]" value="large" class="
|
115 |
<img src="<?php echo YASR_IMG_DIR . "yasr-stars-large.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Large', 'yasr')?></span>
|
116 |
</div>
|
117 |
|
@@ -119,15 +120,47 @@
|
|
119 |
|
120 |
<strong><?php _e('Exclude Pages?', 'yasr'); ?></strong>
|
121 |
<br />
|
122 |
-
<input type="radio" name="yasr_general_options[auto_insert_exclude_pages]" value="yes" class="
|
123 |
-
<?php _e('Yes', 'yasr')?>
|
124 |
|
125 |
|
126 |
|
127 |
-
<input type="radio" name="yasr_general_options[auto_insert_exclude_pages]" value="no" class="
|
128 |
-
<?php _e('No', 'yasr')?>
|
129 |
<br />
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
<hr />
|
132 |
|
133 |
|
19 |
$option['auto_insert_where']='top';
|
20 |
$option['auto_insert_exclude_pages']='yes';
|
21 |
$option['auto_insert_size']='large';
|
22 |
+
$option['auto_insert_custom_post_only']='no';
|
23 |
}
|
24 |
|
25 |
//This is to avoid undefined offset
|
74 |
|
75 |
<strong><?php _e('What?', 'yasr'); ?></strong>
|
76 |
<br />
|
77 |
+
<input type="radio" name="yasr_general_options[auto_insert_what]" value="overall_rating" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_what']==='overall_rating') echo " checked=\"checked\" "; ?> >
|
78 |
<?php _e('Overall Rating / Author Rating', 'yasr') ?>
|
79 |
<br />
|
80 |
|
81 |
+
<input type="radio" name="yasr_general_options[auto_insert_what]" value="visitor_rating" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_what']==='visitor_rating') echo " checked=\"checked\" "; ?> >
|
82 |
<?php _e('Visitor Votes', 'yasr')?>
|
83 |
<br />
|
84 |
|
85 |
+
<input type="radio" name="yasr_general_options[auto_insert_what]" value="both" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_what']==='both') echo " checked=\"checked\" "; ?> >
|
86 |
<?php _e('Both', 'yasr')?>
|
87 |
|
88 |
<p> </p>
|
89 |
|
90 |
<strong><?php _e('Where?', 'yasr'); ?></strong>
|
91 |
<br />
|
92 |
+
<input type="radio" name="yasr_general_options[auto_insert_where]" value="top" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_where']==='top' ) echo " checked=\"checked\" "; ?> >
|
93 |
<?php _e('Before the post', 'yasr')?>
|
94 |
<br />
|
95 |
|
96 |
+
<input type="radio" name="yasr_general_options[auto_insert_where]" value="bottom" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_where']==='bottom') echo " checked=\"checked\" "; ?> >
|
97 |
<?php _e('After the post', 'yasr')?>
|
98 |
<br />
|
99 |
|
102 |
<strong><?php _e('Size', 'yasr'); ?></strong>
|
103 |
<br />
|
104 |
<div class="yasr-option-size">
|
105 |
+
<input type="radio" name="yasr_general_options[auto_insert_size]" value="small" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_size']==='small' ) echo " checked=\"checked\" "; ?> >
|
106 |
<img src="<?php echo YASR_IMG_DIR . "yasr-stars-small.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Small', 'yasr')?></span>
|
107 |
</div>
|
108 |
|
109 |
<div class="yasr-option-size">
|
110 |
+
<input type="radio" name="yasr_general_options[auto_insert_size]" value="medium" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_size']==='medium' ) echo " checked=\"checked\" "; ?> >
|
111 |
<img src="<?php echo YASR_IMG_DIR . "yasr-stars-medium.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Medium', 'yasr')?></span>
|
112 |
</div>
|
113 |
|
114 |
<div class="yasr-option-size">
|
115 |
+
<input type="radio" name="yasr_general_options[auto_insert_size]" value="large" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_size']==='large' ) echo " checked=\"checked\" "; ?> >
|
116 |
<img src="<?php echo YASR_IMG_DIR . "yasr-stars-large.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Large', 'yasr')?></span>
|
117 |
</div>
|
118 |
|
120 |
|
121 |
<strong><?php _e('Exclude Pages?', 'yasr'); ?></strong>
|
122 |
<br />
|
123 |
+
<input type="radio" name="yasr_general_options[auto_insert_exclude_pages]" value="yes" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_exclude_pages']==='yes' ) echo " checked=\"checked\" "; ?> >
|
124 |
+
<?php _e('Yes', 'yasr'); ?>
|
125 |
|
126 |
|
127 |
|
128 |
+
<input type="radio" name="yasr_general_options[auto_insert_exclude_pages]" value="no" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_exclude_pages']==='no') echo " checked=\"checked\" "; ?> >
|
129 |
+
<?php _e('No', 'yasr'); ?>
|
130 |
<br />
|
131 |
|
132 |
+
<p> </p>
|
133 |
+
|
134 |
+
|
135 |
+
<?php
|
136 |
+
|
137 |
+
$custom_post_types = yasr_get_custom_post_type('bool');
|
138 |
+
|
139 |
+
if ($custom_post_types) { ?>
|
140 |
+
<strong><?php _e('Use only in custom post types?', 'yasr'); ?></strong>
|
141 |
+
<br />
|
142 |
+
<input type="radio" name="yasr_general_options[auto_insert_custom_post_only]" value="yes" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_custom_post_only']==='yes' ) echo " checked=\"checked\" "; ?> >
|
143 |
+
<?php _e('Yes', 'yasr'); ?>
|
144 |
+
|
145 |
+
|
146 |
+
|
147 |
+
<input type="radio" name="yasr_general_options[auto_insert_custom_post_only]" value="no" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_custom_post_only']==='no') echo " checked=\"checked\" "; ?> >
|
148 |
+
<?php _e('No', 'yasr'); ?>
|
149 |
+
|
150 |
+
<p>
|
151 |
+
|
152 |
+
<?php _e("You see this because you use custom post types.", "yasr"); ?>
|
153 |
+
<br/>
|
154 |
+
<?php _e("If you want to use auto insert only in custom post types, choose Yes", "yasr"); ?>
|
155 |
+
|
156 |
+
<p> </p>
|
157 |
+
|
158 |
+
<?php
|
159 |
+
}
|
160 |
+
|
161 |
+
?>
|
162 |
+
|
163 |
+
|
164 |
<hr />
|
165 |
|
166 |
|
lib/yasr-shortcode-functions.php
CHANGED
@@ -628,27 +628,8 @@ function shortcode_visitor_votes_callback ($atts) {
|
|
628 |
|
629 |
<?php
|
630 |
|
631 |
-
if (YASR_AUTO_INSERT_ENABLED == 1) {
|
632 |
-
|
633 |
-
if (YASR_AUTO_INSERT_EXCLUDE_PAGES === 'no') {
|
634 |
-
return $shortcode_html; //Return everywehere
|
635 |
-
}
|
636 |
-
|
637 |
-
elseif (YASR_AUTO_INSERT_EXCLUDE_PAGES === 'yes') {
|
638 |
-
if ( !is_page() ) {
|
639 |
-
return $shortcode_html; //Return only if it is not a page
|
640 |
-
}
|
641 |
-
}
|
642 |
-
|
643 |
-
}
|
644 |
-
|
645 |
-
else {
|
646 |
-
|
647 |
return $shortcode_html;
|
648 |
|
649 |
-
}
|
650 |
-
|
651 |
-
|
652 |
} //End if is singular
|
653 |
|
654 |
//} //End if auto_insert_enabled
|
628 |
|
629 |
<?php
|
630 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
631 |
return $shortcode_html;
|
632 |
|
|
|
|
|
|
|
633 |
} //End if is singular
|
634 |
|
635 |
//} //End if auto_insert_enabled
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
3 |
Tags: 5 star, admin, administrator, AJAX, five-star, javascript, jquery, post rating, posts, rate, rating, rating platform, rating system, ratings, review, reviews, rich snippets, seo, star, star rating, stars, vote, Votes, voting, voting contest, schema, serp
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 3.9.1
|
6 |
-
Stable tag: 0.
|
7 |
License: GPL2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -83,6 +83,10 @@ Of course not: you can easily add it on the visual editor just by clicking on th
|
|
83 |
|
84 |
== Changelog ==
|
85 |
|
|
|
|
|
|
|
|
|
86 |
= 0.4.9 =
|
87 |
* Fixed bug in rich snippet
|
88 |
* Under the hood changes and code cleanup
|
3 |
Tags: 5 star, admin, administrator, AJAX, five-star, javascript, jquery, post rating, posts, rate, rating, rating platform, rating system, ratings, review, reviews, rich snippets, seo, star, star rating, stars, vote, Votes, voting, voting contest, schema, serp
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 3.9.1
|
6 |
+
Stable tag: 0.5.0
|
7 |
License: GPL2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
83 |
|
84 |
== Changelog ==
|
85 |
|
86 |
+
= 0.5.0 =
|
87 |
+
* New feature: added auto insert for custom post types only (you will see this only if you use custom post types)
|
88 |
+
* Various bugfixes
|
89 |
+
|
90 |
= 0.4.9 =
|
91 |
* Fixed bug in rich snippet
|
92 |
* Under the hood changes and code cleanup
|
yasr-settings-page.php
CHANGED
@@ -330,16 +330,16 @@ $n_multi_set = NULL;
|
|
330 |
if (active_tab == 'general_settings') {
|
331 |
|
332 |
if (auto_insert_enabled == 0) {
|
333 |
-
jQuery('.
|
334 |
}
|
335 |
|
336 |
//First Div
|
337 |
jQuery('#yasr_auto_insert_radio_on').on('click', function(){
|
338 |
-
jQuery('.
|
339 |
});
|
340 |
|
341 |
jQuery('#yasr_auto_insert_radio_off').on('click', function(){
|
342 |
-
jQuery('.
|
343 |
});
|
344 |
|
345 |
jQuery('#yasr_text_before_star_on').on('click', function(){
|
@@ -428,15 +428,15 @@ $n_multi_set = NULL;
|
|
428 |
return false;
|
429 |
}
|
430 |
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
|
439 |
-
|
440 |
|
441 |
|
442 |
} //End if ($n_multi_set == 1)
|
330 |
if (active_tab == 'general_settings') {
|
331 |
|
332 |
if (auto_insert_enabled == 0) {
|
333 |
+
jQuery('.yasr-auto-insert-options-class').prop('disabled', true);
|
334 |
}
|
335 |
|
336 |
//First Div
|
337 |
jQuery('#yasr_auto_insert_radio_on').on('click', function(){
|
338 |
+
jQuery('.yasr-auto-insert-options-class').prop('disabled', false);
|
339 |
});
|
340 |
|
341 |
jQuery('#yasr_auto_insert_radio_off').on('click', function(){
|
342 |
+
jQuery('.yasr-auto-insert-options-class').prop('disabled', true);
|
343 |
});
|
344 |
|
345 |
jQuery('#yasr_text_before_star_on').on('click', function(){
|
428 |
return false;
|
429 |
}
|
430 |
|
431 |
+
var newTextBoxDiv = jQuery(document.createElement('tr'))
|
432 |
+
|
433 |
+
newTextBoxDiv.html('<td colspan="2">Element #' + counter + ' <input type="text" name="edit-multi-set-element-' + counter + '" value="" ></td>');
|
434 |
+
|
435 |
+
newTextBoxDiv.appendTo("#yasr-table-form-edit-multi-set");
|
436 |
+
|
437 |
+
counter++;
|
438 |
|
439 |
+
});
|
440 |
|
441 |
|
442 |
} //End if ($n_multi_set == 1)
|
yet-another-stars-rating.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Yet Another Stars Rating
|
4 |
* Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
|
5 |
* Description: Rating system with rich snippets
|
6 |
-
* Version: 0.
|
7 |
* Author: Dario Curvino
|
8 |
* Author URI: http://profiles.wordpress.org/dudo/
|
9 |
* License: GPL2
|
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
|
28 |
*/
|
29 |
|
30 |
|
31 |
-
define('YASR_VERSION_NUM', '0.
|
32 |
|
33 |
//Plugin absolute path
|
34 |
define( "YASR_ABSOLUTE_PATH", dirname(__FILE__) );
|
@@ -95,6 +95,16 @@ if ($version_installed && $version_installed < '0.4.1') {
|
|
95 |
|
96 |
}
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
if ($version_installed != YASR_VERSION_NUM) {
|
99 |
|
100 |
update_option('yasr-version', YASR_VERSION_NUM);
|
@@ -112,6 +122,12 @@ if ( YASR_AUTO_INSERT_ENABLED == 1 ) {
|
|
112 |
define ("YASR_AUTO_INSERT_SIZE", $stored_options['auto_insert_size']);
|
113 |
define ("YASR_AUTO_INSERT_EXCLUDE_PAGES", $stored_options['auto_insert_exclude_pages']);
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
}
|
116 |
|
117 |
define ("YASR_SHOW_OVERALL_IN_LOOP", $stored_options['show_overall_in_loop']);
|
3 |
* Plugin Name: Yet Another Stars Rating
|
4 |
* Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
|
5 |
* Description: Rating system with rich snippets
|
6 |
+
* Version: 0.5.0
|
7 |
* Author: Dario Curvino
|
8 |
* Author URI: http://profiles.wordpress.org/dudo/
|
9 |
* License: GPL2
|
28 |
*/
|
29 |
|
30 |
|
31 |
+
define('YASR_VERSION_NUM', '0.5.0');
|
32 |
|
33 |
//Plugin absolute path
|
34 |
define( "YASR_ABSOLUTE_PATH", dirname(__FILE__) );
|
95 |
|
96 |
}
|
97 |
|
98 |
+
if ($version_installed && $version_installed < '0.5.0') {
|
99 |
+
|
100 |
+
$option = get_option( 'yasr_general_options' );
|
101 |
+
|
102 |
+
$option['auto_insert_custom_post_only'] = 'no';
|
103 |
+
|
104 |
+
update_option("yasr_general_options", $option);
|
105 |
+
|
106 |
+
}
|
107 |
+
|
108 |
if ($version_installed != YASR_VERSION_NUM) {
|
109 |
|
110 |
update_option('yasr-version', YASR_VERSION_NUM);
|
122 |
define ("YASR_AUTO_INSERT_SIZE", $stored_options['auto_insert_size']);
|
123 |
define ("YASR_AUTO_INSERT_EXCLUDE_PAGES", $stored_options['auto_insert_exclude_pages']);
|
124 |
|
125 |
+
if (!$stored_options['auto_insert_custom_post_only']) {
|
126 |
+
$stored_options['auto_insert_custom_post_only'] = 0;
|
127 |
+
}
|
128 |
+
|
129 |
+
define ("YASR_AUTO_INSERT_CUSTOM_POST_ONLY", $stored_options['auto_insert_custom_post_only']);
|
130 |
+
|
131 |
}
|
132 |
|
133 |
define ("YASR_SHOW_OVERALL_IN_LOOP", $stored_options['show_overall_in_loop']);
|