Yasr – Yet Another Stars Rating - Version 1.2.2

Version Description

  • NEW FEATURE: by default Multi Set show now a newline with average rating: it's possible to hide this simply adding the attriute show_average='no' in the shortcode
  • TWEAKED: google support now json-ld for reviews: so microdata have been removed from yasr, that now use only json-ld. Further this, all blogposting error have been fixed
  • FIXED: Multi Set cache didn't get when it was edited
  • TWEAK: code cleanup and bugfix
Download this release

Release Info

Developer Dudo
Plugin Icon 128x128 Yasr – Yet Another Stars Rating
Version 1.2.2
Comparing to
See all releases

Code changes from version 1.2.1 to 1.2.2

css/yasr.css CHANGED
@@ -88,7 +88,7 @@ div.medium .rateit-range
88
  {
89
  /*White*/
90
  background: url('../img/stars24.png') left 0px;
91
- width: 24px;
92
  height: 24px;
93
  }
94
 
@@ -96,7 +96,7 @@ div.medium .rateit-hover
96
  {
97
  /*Red*/
98
  background: url('../img/stars24.png') left -29px;
99
- width: 24px;
100
  height: 24px;
101
  display: none
102
 
@@ -106,7 +106,7 @@ div.medium .rateit-selected
106
  {
107
  /*Yellow*/
108
  background: url('../img/stars24.png') left -58px ;
109
- width: 24px;
110
  height: 24px;
111
  }
112
 
@@ -115,16 +115,16 @@ div.medium .rateit-selected
115
  div.bigstars .rateit-range
116
  {
117
  /*White*/
118
- background: url('../img/stars32.png') left 0px ;
119
- width: 32px;
120
  height: 32px;
121
  }
122
 
123
  div.bigstars .rateit-hover
124
  {
125
  /*red*/
126
- background: url('../img/stars32.png') left -74px ;
127
- width: 32px;
128
  height: 32px;
129
  display: none
130
  }
@@ -132,8 +132,8 @@ div.bigstars .rateit-hover
132
  div.bigstars .rateit-selected
133
  {
134
  /*Gold*/
135
- background: url('../img/stars32.png') left -37px ;
136
- width: 32px;
137
  height: 32px;
138
  }
139
 
@@ -201,7 +201,7 @@ div.bigstars .rateit-selected
201
  .yasr-dashicons-visitor-stats {
202
  vertical-align: bottom !important;
203
  text-decoration: none;
204
- cursor: pointer;
205
  cursor: hand;
206
  }
207
 
@@ -223,7 +223,11 @@ div.bigstars .rateit-selected
223
  display: none;
224
  }
225
 
226
- /*** Progress bar, this class are used in
 
 
 
 
227
  yasr_pro_comment_reviews_stats shortcode too***/
228
 
229
  .yasr-progress-bars-container {
@@ -278,4 +282,4 @@ yasr_pro_comment_reviews_stats shortcode too***/
278
  width: 300px;
279
  }
280
 
281
- /*** Tooltip ***/
88
  {
89
  /*White*/
90
  background: url('../img/stars24.png') left 0px;
91
+ width: 24px;
92
  height: 24px;
93
  }
94
 
96
  {
97
  /*Red*/
98
  background: url('../img/stars24.png') left -29px;
99
+ width: 24px;
100
  height: 24px;
101
  display: none
102
 
106
  {
107
  /*Yellow*/
108
  background: url('../img/stars24.png') left -58px ;
109
+ width: 24px;
110
  height: 24px;
111
  }
112
 
115
  div.bigstars .rateit-range
116
  {
117
  /*White*/
118
+ background: url('../img/stars32.png') left 0px ;
119
+ width: 32px;
120
  height: 32px;
121
  }
122
 
123
  div.bigstars .rateit-hover
124
  {
125
  /*red*/
126
+ background: url('../img/stars32.png') left -74px ;
127
+ width: 32px;
128
  height: 32px;
129
  display: none
130
  }
132
  div.bigstars .rateit-selected
133
  {
134
  /*Gold*/
135
+ background: url('../img/stars32.png') left -37px ;
136
+ width: 32px;
137
  height: 32px;
138
  }
139
 
201
  .yasr-dashicons-visitor-stats {
202
  vertical-align: bottom !important;
203
  text-decoration: none;
204
+ cursor: pointer;
205
  cursor: hand;
206
  }
207
 
223
  display: none;
224
  }
225
 
226
+ .yasr-multiset-average {
227
+ text-align: center;
228
+ }
229
+
230
+ /*** Progress bar, this class are used in
231
  yasr_pro_comment_reviews_stats shortcode too***/
232
 
233
  .yasr-progress-bars-container {
282
  width: 300px;
283
  }
284
 
285
+ /*** Tooltip ***/
js/yasr-admin.js CHANGED
@@ -369,6 +369,35 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
369
  });
370
 
371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  //Second div code
373
 
374
  //On click show proceed button
@@ -653,6 +682,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
653
  jQuery('#yasr-insert-multiset-select').on("click", function(){
654
  var setType = jQuery("input:radio[name=yasr_tinymce_pick_set]:checked" ).val();
655
  var visitorSet = jQuery("#yasr-allow-vote-multiset").is(':checked');
 
656
 
657
  if (!visitorSet) {
658
 
@@ -666,7 +696,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
666
 
667
  }
668
 
669
- shortcode += setType;
 
 
 
 
 
 
 
 
670
  shortcode += ']';
671
  // inserts the shortcode into the active editor
672
  tinyMCE.activeEditor.execCommand('mceInsertContent', 0, shortcode);
@@ -681,6 +719,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
681
  //Add shortcode for single set (if only 1 are found)
682
  jQuery('#yasr-single-set').on("click", function(){
683
  var setType = jQuery('#yasr-single-set').val();
 
684
 
685
  var visitorSet = jQuery("#yasr-allow-vote-multiset").is(':checked');
686
 
@@ -696,7 +735,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
696
 
697
  }
698
 
699
- shortcode += setType;
 
 
 
 
 
 
 
700
  shortcode += ']';
701
  // inserts the shortcode into the active editor
702
  tinyMCE.activeEditor.execCommand('mceInsertContent', 0, shortcode);
369
  });
370
 
371
 
372
+ /*//If on document ready "BlogPosting" is checked show the additional fields
373
+ if (jQuery('#yasr_choose_snippet_blogposting').is(':checked')) {
374
+ jQuery('#yasr-blogPosting-additional-info').show();
375
+ jQuery('.yasr-blogPosting-additional-info-inputs').prop('disabled', false);
376
+ }
377
+
378
+ //On change show or hide the additional fields
379
+ jQuery('#yasr-choose-snippet-type input[type=radio]').change(function(){
380
+ var snippet_type = jQuery(this).val();
381
+
382
+ if (snippet_type === 'Other') {
383
+
384
+ jQuery('#yasr-blogPosting-additional-info').show();
385
+ jQuery('.yasr-blogPosting-additional-info-inputs').prop('disabled', false);
386
+
387
+ }
388
+
389
+ else {
390
+ jQuery('.yasr-blogPosting-additional-info-inputs').prop('disabled', true);
391
+ jQuery('#yasr-blogPosting-additional-info').hide();
392
+
393
+ }
394
+
395
+ return false;
396
+
397
+ });*/
398
+
399
+
400
+
401
  //Second div code
402
 
403
  //On click show proceed button
682
  jQuery('#yasr-insert-multiset-select').on("click", function(){
683
  var setType = jQuery("input:radio[name=yasr_tinymce_pick_set]:checked" ).val();
684
  var visitorSet = jQuery("#yasr-allow-vote-multiset").is(':checked');
685
+ var showAverage = jQuery("#yasr-hide-average-multiset").is(':checked');
686
 
687
  if (!visitorSet) {
688
 
696
 
697
  }
698
 
699
+ shortcode += setType;
700
+
701
+ if (showAverage) {
702
+
703
+ shortcode += ' show_average=\'no\'';
704
+
705
+ }
706
+
707
+
708
  shortcode += ']';
709
  // inserts the shortcode into the active editor
710
  tinyMCE.activeEditor.execCommand('mceInsertContent', 0, shortcode);
719
  //Add shortcode for single set (if only 1 are found)
720
  jQuery('#yasr-single-set').on("click", function(){
721
  var setType = jQuery('#yasr-single-set').val();
722
+ var showAverage = jQuery("#yasr-hide-average-multiset").is(':checked');
723
 
724
  var visitorSet = jQuery("#yasr-allow-vote-multiset").is(':checked');
725
 
735
 
736
  }
737
 
738
+ shortcode += setType;
739
+
740
+ if (showAverage) {
741
+
742
+ shortcode += ' show_average=\'no\'';
743
+
744
+ }
745
+
746
  shortcode += ']';
747
  // inserts the shortcode into the active editor
748
  tinyMCE.activeEditor.execCommand('mceInsertContent', 0, shortcode);
languages/yet-another-stars-rating-de_DE.mo CHANGED
Binary file
languages/yet-another-stars-rating-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating v0.6.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-10 11:39+0100\n"
6
- "PO-Revision-Date: 2015-09-10 11:39+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
@@ -25,8 +25,8 @@ msgid "Rate this article / item"
25
  msgstr "Gib eine Bewertung ab"
26
 
27
  # @ yasr
28
- #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
29
- #: ../lib/yasr-shortcode-functions.php:546
30
  msgid "Loading, please wait"
31
  msgstr "Wird geladen, bitte warten"
32
 
@@ -40,19 +40,15 @@ msgstr "Abstimmung Speichern"
40
  msgid "This review is about a..."
41
  msgstr ""
42
 
43
- #: ../yasr-metabox-top-right.php:181
44
- msgid "Product, Place, Other"
45
- msgstr ""
46
-
47
  # @ default
48
  # @ yasr
49
- #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
50
- #: ../lib/yasr-settings-functions.php:542
51
  msgid "Select"
52
  msgstr "Auswählen"
53
 
54
  # @ yasr
55
- #: ../yasr-metabox-top-right.php:234
56
  msgid ""
57
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
58
  "where you want to display this rating"
@@ -61,103 +57,104 @@ msgstr ""
61
  "ein, wo die Bewertung angezeigt werden soll."
62
 
63
  # @ yasr
64
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
65
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
66
- #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
 
67
  msgid "You do not have sufficient permissions to access this page."
68
  msgstr ""
69
  "Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
70
  "zuzugreifen."
71
 
72
  # @ yasr
73
- #: ../yasr-settings-page.php:37
74
  #, fuzzy
75
  msgid "Settings"
76
  msgstr "Einstellungen gespeichert"
77
 
78
  # @ yasr
79
- #: ../yasr-settings-page.php:80
80
  msgid "General Settings"
81
  msgstr "Allgemeine Einstellungen"
82
 
83
  # @ yasr
84
- #: ../yasr-settings-page.php:81
85
  msgid "Multi Sets"
86
  msgstr "Multi-Sets"
87
 
88
  # @ yasr
89
- #: ../yasr-settings-page.php:82
90
- msgid "Styles"
91
- msgstr "Styles"
 
92
 
93
- # @ yasr
94
- #: ../yasr-settings-page.php:83
95
- msgid "Pro Features!"
96
- msgstr "Pro Funktionen!"
97
 
98
  # @ default
99
- #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
100
- #: ../yasr-settings-page.php:297
101
  msgid "Save"
102
  msgstr "Speichern"
103
 
104
  # @ yasr
105
- #: ../yasr-settings-page.php:125
106
  msgid "Import Gd Star Rating"
107
  msgstr "Importiere Gd Star Rating Daten"
108
 
109
  # @ yasr
110
- #: ../yasr-settings-page.php:126
111
  msgid "I've found a previous installation of Gd Star Rating."
112
  msgstr "Es wurde eine Installation von Gd Star Rating gefunden."
113
 
114
  # @ yasr
115
- #: ../yasr-settings-page.php:126
116
  msgid "Do you want proceed to import data?"
117
  msgstr "Willst du mit dem Import der Daten fortfahren?"
118
 
119
  # @ yasr
120
- #: ../yasr-settings-page.php:128
121
  msgid "Yes, Begin Import"
122
  msgstr "Ja, Import starten"
123
 
124
  # @ default
125
- #: ../yasr-settings-page.php:132
126
  msgid "Click on Proceed to import Gd Star Rating data."
127
  msgstr "Klicke auf Fortfahren um die Gd Star Rating Daten zu importieren."
128
 
129
  # @ yasr
130
- #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
131
  msgid "Proceed"
132
  msgstr "Fortfahren"
133
 
134
  # @ yasr
135
- #: ../yasr-settings-page.php:157
136
  msgid "Manage GD Star Data"
137
  msgstr "Verwalte GD Star Rating Daten"
138
 
139
  # @ default
140
- #: ../yasr-settings-page.php:158
141
  msgid "Gd Star Rating has been already imported."
142
  msgstr "Gd Star Rating Daten wurden bereits importiert."
143
 
144
  # @ yasr
145
- #: ../yasr-settings-page.php:159
146
  msgid "If you wish you can import it again, but"
147
  msgstr "Du kannst die Daten erneut importieren, aber"
148
 
149
  # @ yasr
150
- #: ../yasr-settings-page.php:159
151
  msgid "you will lose all data you've collect since the import!"
152
  msgstr "dann gehen alle gesammelten Daten seit dem letzten Import verloren!"
153
 
154
  # @ default
155
- #: ../yasr-settings-page.php:161
156
  msgid "Ok, Import Again"
157
  msgstr "Ok, erneut importieren"
158
 
159
  # @ default
160
- #: ../yasr-settings-page.php:165
161
  msgid ""
162
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
163
  msgstr ""
@@ -213,107 +210,130 @@ msgstr ""
213
  msgid "Close this message"
214
  msgstr "Nachricht schließen"
215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  # @ default
217
  #: ../yasr-metabox-multiple-rating.php:35
218
  msgid "Choose wich set you want to use"
219
  msgstr "Wähle ein Multi-Set aus"
220
 
221
  # @ yasr
222
- #: ../lib/yasr-shortcode-functions.php:202
223
- #: ../lib/yasr-shortcode-functions.php:223
224
- #: ../lib/yasr-shortcode-functions.php:253
225
  msgid "You've already voted this article with"
226
  msgstr "Du hast hier bewertet mit "
227
 
228
  # @ yasr
229
- #: ../lib/yasr-shortcode-functions.php:264
230
- #: ../lib/yasr-shortcode-functions.php:574
231
- msgid "You must sign to vote"
 
232
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
233
 
234
  # @ yasr
235
- #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
236
- #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
237
  msgid "Total: "
238
  msgstr "Gesamt:"
239
 
240
  # @ yasr
241
- #: ../lib/yasr-shortcode-functions.php:306
242
  msgid "Average: "
243
  msgstr "Durchschnitt: "
244
 
245
- #: ../lib/yasr-shortcode-functions.php:322
246
- msgid "bad, poor, ok, good, super"
247
  msgstr ""
248
 
249
  # @ yasr
250
- #: ../lib/yasr-shortcode-functions.php:553
251
  #, fuzzy
252
  msgid "Thank you for voting! "
253
  msgstr "Herzlichen Dank!"
254
 
255
- #: ../lib/yasr-shortcode-functions.php:564
256
- #: ../lib/yasr-shortcode-functions.php:572
257
- #: ../lib/yasr-shortcode-functions.php:584
258
- msgid "Submit!"
259
- msgstr ""
260
-
261
  # @ yasr
262
- #: ../lib/yasr-shortcode-functions.php:761
263
  msgid "Rating"
264
  msgstr "Bewertung"
265
 
266
  # @ yasr
267
- #: ../lib/yasr-shortcode-functions.php:775
268
  msgid "You don't have any votes stored"
269
  msgstr "Es sind keine Autoren-Bewertungen gespeichert"
270
 
271
- #: ../lib/yasr-shortcode-functions.php:811
272
- #: ../lib/yasr-shortcode-functions.php:850
273
  msgid "Post / Page"
274
  msgstr "Beitrag / Seite"
275
 
276
- #: ../lib/yasr-shortcode-functions.php:812
277
- #: ../lib/yasr-shortcode-functions.php:851
278
  msgid "Order By"
279
  msgstr "sortieren nach"
280
 
281
  # @ yasr
282
- #: ../lib/yasr-shortcode-functions.php:812
283
- #: ../lib/yasr-shortcode-functions.php:851
284
  msgid "Most Rated"
285
  msgstr "meist bewertet"
286
 
287
  # @ yasr
288
- #: ../lib/yasr-shortcode-functions.php:812
289
- #: ../lib/yasr-shortcode-functions.php:851
290
  msgid "Highest Rated"
291
  msgstr "höchste Bewertung"
292
 
293
  # @ yasr
294
- #: ../lib/yasr-shortcode-functions.php:830
295
- #: ../lib/yasr-shortcode-functions.php:865
296
  msgid "Total:"
297
  msgstr "Gesamt:"
298
 
299
  # @ yasr
300
- #: ../lib/yasr-shortcode-functions.php:830
301
- #: ../lib/yasr-shortcode-functions.php:865
302
  msgid "Average"
303
  msgstr "Durchschnitt: "
304
 
305
  # @ yasr
306
- #: ../lib/yasr-shortcode-functions.php:842
307
  msgid "You've not enough data"
308
  msgstr "Sie haben nicht genügend Daten"
309
 
310
  # @ yasr
311
- #: ../lib/yasr-shortcode-functions.php:877
312
  msgid "You've not enought data"
313
  msgstr "Sie haben nicht genug Daten"
314
 
315
  # @ default
316
- #: ../lib/yasr-shortcode-functions.php:962
317
  msgid ""
318
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
319
  "any review?"
@@ -322,7 +342,7 @@ msgstr ""
322
  "Bewertung veröffentlicht"
323
 
324
  # @ default
325
- #: ../lib/yasr-shortcode-functions.php:1030
326
  msgid ""
327
  "Problem while retrieving the top 10 active users chart. Are you sure you "
328
  "have votes to show?"
@@ -330,160 +350,166 @@ msgstr ""
330
  "Problem beim Abrufen der Top 10 von aktiven Nutzern anzuzeigen.. Sind Sie "
331
  "sicher, dass Sie auch Stimmen, zum anzeigen haben?"
332
 
 
 
 
 
 
333
  # @ yasr
334
- #: ../lib/yasr-settings-functions.php:52
335
  msgid "General settings"
336
  msgstr "Allgemeine Einstellungen"
337
 
338
  # @ yasr
339
- #: ../lib/yasr-settings-functions.php:53
340
  msgid "Auto insert options"
341
  msgstr "Anzeigeoptionen"
342
 
343
  # @ yasr
344
- #: ../lib/yasr-settings-functions.php:54
345
  #, fuzzy
346
  msgid "Show \"Overall Rating\" in Archive Page?"
347
  msgstr "Gesamtbewertung auf der Startseite anzeigen?"
348
 
349
- #: ../lib/yasr-settings-functions.php:55
350
  msgid "Show \"Visitor Votes\" in Archive Page?"
351
  msgstr ""
352
 
353
  # @ yasr
354
- #: ../lib/yasr-settings-functions.php:56
355
  msgid "Insert custom text to show before / after stars"
356
  msgstr ""
357
  "Benutzerdefinierter Text der vor oder nach der Bewertung angezeigt wird"
358
 
359
  # @ yasr
360
- #: ../lib/yasr-settings-functions.php:57
361
  msgid "Do you want show stats for visitors votes?"
362
  msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
363
 
364
  # @ yasr
365
- #: ../lib/yasr-settings-functions.php:58
366
  msgid "Allow only logged in user to vote?"
367
  msgstr "Nur angemeldete Besucher dürfen abstimmen?"
368
 
369
  # @ yasr
370
- #: ../lib/yasr-settings-functions.php:59
371
- msgid "Which rich snippets do you want to use?"
372
- msgstr "Welches Rich Snippet willst du nutzen?"
 
373
 
374
  # @ yasr
375
- #: ../lib/yasr-settings-functions.php:60
376
  msgid "How do you want to rate \"Overall Rating\"?"
377
  msgstr "Wie möchten Sie bewerten \\ \\\"Gesamtbewertung \"?"
378
 
379
  # @ yasr
380
- #: ../lib/yasr-settings-functions.php:74
381
  msgid "Use Auto Insert?"
382
  msgstr "Bewertung automatisch einfügen?"
383
 
384
  # @ yasr
385
- #: ../lib/yasr-settings-functions.php:77
386
- #: ../lib/yasr-settings-functions.php:146
387
- #: ../lib/yasr-settings-functions.php:164
388
- #: ../lib/yasr-settings-functions.php:206
389
- #: ../lib/yasr-settings-functions.php:232
390
- #: ../lib/yasr-settings-functions.php:266
391
- #: ../lib/yasr-settings-functions.php:321
392
  msgid "Yes"
393
  msgstr "Ja"
394
 
395
  # @ yasr
396
- #: ../lib/yasr-settings-functions.php:91
397
- #: ../lib/yasr-settings-functions.php:151
398
- #: ../lib/yasr-settings-functions.php:169
399
- #: ../lib/yasr-settings-functions.php:211
400
- #: ../lib/yasr-settings-functions.php:237
401
- #: ../lib/yasr-settings-functions.php:271
402
- #: ../lib/yasr-settings-functions.php:326
403
  msgid "No"
404
  msgstr "Nein"
405
 
406
  # @ yasr
407
- #: ../lib/yasr-settings-functions.php:97
408
  msgid "What?"
409
  msgstr "Was soll eingefügt werden?"
410
 
411
  # @ yasr
412
- #: ../lib/yasr-settings-functions.php:100
413
  msgid "Overall Rating / Author Rating"
414
  msgstr "Gesamtbewertung (Autorenbewertung)"
415
 
416
  # @ yasr
417
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
418
  msgid "Visitor Votes"
419
  msgstr "Besucherbewertung"
420
 
421
  # @ yasr
422
- #: ../lib/yasr-settings-functions.php:108
423
  msgid "Both"
424
  msgstr "Beides"
425
 
426
  # @ yasr
427
- #: ../lib/yasr-settings-functions.php:112
428
  msgid "Where?"
429
  msgstr "Wo soll es eingefügt werden?"
430
 
431
  # @ yasr
432
- #: ../lib/yasr-settings-functions.php:115
433
  msgid "Before the post"
434
  msgstr "Vor dem Artikel"
435
 
436
  # @ yasr
437
- #: ../lib/yasr-settings-functions.php:119
438
  msgid "After the post"
439
  msgstr "Nach dem Artikel"
440
 
441
  # @ yasr
442
- #: ../lib/yasr-settings-functions.php:124
443
  msgid "Size"
444
  msgstr "Größe"
445
 
446
  # @ yasr
447
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
448
- #: ../lib/yasr-ajax-functions.php:508
449
  msgid "Small"
450
  msgstr "Klein"
451
 
452
  # @ yasr
453
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
454
- #: ../lib/yasr-ajax-functions.php:509
455
  msgid "Medium"
456
  msgstr "Mittel"
457
 
458
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
459
- #: ../lib/yasr-ajax-functions.php:510
460
  msgid "Large"
461
  msgstr "Groß"
462
 
463
  # @ yasr
464
- #: ../lib/yasr-settings-functions.php:143
465
  msgid "Exclude Pages?"
466
  msgstr "Seiten ausschließen?"
467
 
468
  # @ yasr
469
- #: ../lib/yasr-settings-functions.php:161
470
  msgid "Use only in custom post types?"
471
  msgstr "Verwenden Sie nur in benutzerdefinierte Post-Typen?"
472
 
473
  # @ yasr
474
- #: ../lib/yasr-settings-functions.php:173
475
  msgid "You see this because you use custom post types."
476
  msgstr "Sie sehen dies, weil Sie benutzerdefinierte Post-Typen verwenden."
477
 
478
  # @ yasr
479
- #: ../lib/yasr-settings-functions.php:175
480
  msgid "If you want to use auto insert only in custom post types, choose Yes"
481
  msgstr ""
482
  "Wenn Sie Auto-Insert nur in benutzerdefinierten Post-Typen verwenden "
483
  "möchten, wählen Sie Ja."
484
 
485
  # @ yasr
486
- #: ../lib/yasr-settings-functions.php:215
487
  msgid ""
488
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
489
  "article or page, but also in pages like Home Page, category pages or "
@@ -494,7 +520,7 @@ msgstr ""
494
  "Kategorien und im Archiv."
495
 
496
  # @ yasr
497
- #: ../lib/yasr-settings-functions.php:241
498
  #, fuzzy
499
  msgid ""
500
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
@@ -506,72 +532,78 @@ msgstr ""
506
  "Kategorien und im Archiv."
507
 
508
  # @ yasr
509
- #: ../lib/yasr-settings-functions.php:276
510
  msgid "Custom text to display before Overall Rating"
511
  msgstr "Benutzerdefinierter Text vor der Gesamtbewertung (Autorenbewertung)"
512
 
513
  # @ yasr
514
- #: ../lib/yasr-settings-functions.php:281
515
  #, fuzzy
516
  msgid "Custom text to display BEFORE Visitor Rating"
517
  msgstr "Benutzerdefinierter Text vor der Besucherbewertung"
518
 
519
  # @ yasr
520
- #: ../lib/yasr-settings-functions.php:287
521
  #, fuzzy
522
  msgid "Custom text to display AFTER Visitor Rating"
523
  msgstr "Benutzerdefinierter Text vor der Besucherbewertung"
524
 
525
  # @ yasr
526
- #: ../lib/yasr-settings-functions.php:292
527
  msgid "Custom text to display when a non logged user has already rated"
528
  msgstr ""
529
  "Benutzerdefinierter Text der angezeigt wird, wenn ein nicht angemeldeter "
530
  "Besucher bereits eine Bewertung abgegeben hat"
531
 
532
- #: ../lib/yasr-settings-functions.php:297
533
  msgid "Help"
534
  msgstr ""
535
 
536
- #: ../lib/yasr-settings-functions.php:301
537
  msgid ""
538
  "In the first field you can use %overall_rating% pattern to show the overall "
539
  "rating."
540
  msgstr ""
541
 
542
- #: ../lib/yasr-settings-functions.php:305
543
  msgid ""
544
  "In the Second and Third fields you can use %total_count% pattern to show the "
545
  "total count, and %average% pattern to show the average"
546
  msgstr ""
547
 
548
  # @ yasr
549
- #: ../lib/yasr-settings-functions.php:344
550
  msgid "Allow only logged-in users"
551
  msgstr "Nur angemeldete Besucher erlauben"
552
 
553
  # @ yasr
554
- #: ../lib/yasr-settings-functions.php:348
555
  msgid "Allow everybody (logged in and anonymous)"
556
  msgstr "Jedem erlauben (angemeldete und anonyme Besucher)"
557
 
558
  # @ yasr
559
- #: ../lib/yasr-settings-functions.php:365
 
 
 
 
 
 
560
  msgid "Review Rating"
561
  msgstr "Review Rating (Autorenbewertung)"
562
 
563
  # @ yasr
564
- #: ../lib/yasr-settings-functions.php:369
565
  msgid "Aggregate Rating"
566
  msgstr "Aggregate Rating (Besucherbewertung)"
567
 
568
  # @ yasr
569
- #: ../lib/yasr-settings-functions.php:374
570
  msgid "What is this?"
571
  msgstr "Was ist das?"
572
 
573
  # @ yasr
574
- #: ../lib/yasr-settings-functions.php:379
575
  msgid ""
576
  "If you select \"Review Rating\", your site will be indexed from search "
577
  "engines like this: "
@@ -580,7 +612,7 @@ msgstr ""
580
  "aussehen:"
581
 
582
  # @ yasr
583
- #: ../lib/yasr-settings-functions.php:384
584
  msgid ""
585
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
586
  "this"
@@ -588,54 +620,67 @@ msgstr ""
588
  "Wenn du im Vergleich \"Aggregate Rating\" wählst, dann sieht das Ergebnis "
589
  "wie folgt aus:"
590
 
591
- # @ yasr
592
- #: ../lib/yasr-settings-functions.php:402
593
- msgid "Stars"
594
- msgstr "Sterne"
595
 
596
- # @ yasr
597
- #: ../lib/yasr-settings-functions.php:406
598
- msgid "Numbers"
599
- msgstr "Zahlen"
600
 
601
- # @ yasr
602
- #: ../lib/yasr-settings-functions.php:431
603
- msgid "Which color scheme do you want to use?"
604
- msgstr "Welches Farbschema willst du nutzen?"
605
 
606
- # @ yasr
607
- #: ../lib/yasr-settings-functions.php:452
608
- msgid "Light"
609
- msgstr "Hell"
610
 
611
- # @ yasr
612
  #: ../lib/yasr-settings-functions.php:457
613
- msgid "Dark"
614
- msgstr "Dunkel"
615
 
616
- # @ yasr
617
- #: ../lib/yasr-settings-functions.php:462
618
- msgid "Preview"
619
- msgstr "Vorschau"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
620
 
621
  # @ yasr
622
- #: ../lib/yasr-settings-functions.php:467
623
- msgid "Light theme"
624
- msgstr "Helles Theme"
625
 
626
  # @ yasr
627
- #: ../lib/yasr-settings-functions.php:472
628
- #, fuzzy
629
- msgid "Dark theme"
630
- msgstr "Dunkles Theme"
631
 
632
  # @ yasr
633
- #: ../lib/yasr-settings-functions.php:487
634
  msgid "Add New Multiple Set"
635
  msgstr "Neues Multi-Set hinzufügen"
636
 
637
  # @ yasr
638
- #: ../lib/yasr-settings-functions.php:488
639
  msgid ""
640
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
641
  "characters"
@@ -644,57 +689,57 @@ msgstr ""
644
  "Zeichen lang sein"
645
 
646
  # @ yasr
647
- #: ../lib/yasr-settings-functions.php:491
648
  msgid "Name"
649
  msgstr "Name"
650
 
651
  # @ yasr
652
- #: ../lib/yasr-settings-functions.php:496
653
  msgid "You can insert up to nine elements"
654
  msgstr "Sie können bis zu neun Elemente einfügen"
655
 
656
  # @ yasr
657
- #: ../lib/yasr-settings-functions.php:501
658
  msgid "Element "
659
  msgstr "Element"
660
 
661
  # @ yasr
662
- #: ../lib/yasr-settings-functions.php:511
663
  msgid "Create New Set"
664
  msgstr "Neues Multi-Set anlegen"
665
 
666
  # @ yasr
667
- #: ../lib/yasr-settings-functions.php:532
668
- #: ../lib/yasr-settings-functions.php:565
669
  msgid "Manage Multiple Set"
670
  msgstr "Verschiedene Multi-Sets verwalten"
671
 
672
  # @ yasr
673
- #: ../lib/yasr-settings-functions.php:534
674
  msgid "Wich set do you want to edit or remove?"
675
  msgstr "Welches Multi-Set möchtest du bearbeiten oder löschen?"
676
 
677
  # @ yasr
678
- #: ../lib/yasr-settings-functions.php:575
679
- #: ../lib/yasr-settings-functions.php:693
680
  msgid "Field name"
681
  msgstr "Feldname"
682
 
683
  # @ yasr
684
- #: ../lib/yasr-settings-functions.php:579
685
- #: ../lib/yasr-settings-functions.php:697
686
  msgid "Remove"
687
  msgstr "Entfernen"
688
 
689
  # @ yasr
690
- #: ../lib/yasr-settings-functions.php:621
691
- #: ../lib/yasr-settings-functions.php:739
692
  msgid "Remove whole set?"
693
  msgstr "Komplettes Multi-Set entfernen?"
694
 
695
  # @ yasr
696
- #: ../lib/yasr-settings-functions.php:634
697
- #: ../lib/yasr-settings-functions.php:752
698
  msgid ""
699
  "If you remove something you will remove all the votes for that set or field. "
700
  "This operation CAN'T BE undone."
@@ -703,57 +748,57 @@ msgstr ""
703
  "Element gelöscht. Dies kann nicht rückgängig gemacht werden."
704
 
705
  # @ yasr
706
- #: ../lib/yasr-settings-functions.php:641
707
- #: ../lib/yasr-settings-functions.php:759
708
  msgid "You can use up to 9 elements"
709
  msgstr "Du kannst bist zu 9 Elementen nutzen"
710
 
711
  # @ yasr
712
- #: ../lib/yasr-settings-functions.php:643
713
- #: ../lib/yasr-settings-functions.php:761
714
  msgid "Add element"
715
  msgstr "Element hinzufügen"
716
 
717
  # @ yasr
718
- #: ../lib/yasr-settings-functions.php:645
719
- #: ../lib/yasr-settings-functions.php:763
720
  msgid "Save changes"
721
  msgstr "Änderungen speichern"
722
 
723
  # @ yasr
724
- #: ../lib/yasr-settings-functions.php:655
725
  msgid "No Multiple Set were found"
726
  msgstr "Keine Multi-Sets gefunden"
727
 
728
  # @ yasr
729
- #: ../lib/yasr-settings-functions.php:904
730
- #: ../lib/yasr-settings-functions.php:1172
731
  msgid "Settings Saved"
732
  msgstr "Einstellungen gespeichert"
733
 
734
  # @ yasr
735
- #: ../lib/yasr-settings-functions.php:909
736
  msgid "Something goes wrong trying insert set field name. Please report it"
737
  msgstr ""
738
  "Beim einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
739
  "melde das Problem"
740
 
741
  # @ yasr
742
- #: ../lib/yasr-settings-functions.php:915
743
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
744
  msgstr ""
745
  "Beim Einfügen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
746
  "Problem"
747
 
748
  # @ yasr
749
- #: ../lib/yasr-settings-functions.php:990
750
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
751
  msgstr ""
752
  "Beim Löschen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
753
  "Problem"
754
 
755
  # @ yasr
756
- #: ../lib/yasr-settings-functions.php:1036
757
  msgid ""
758
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
759
  msgstr ""
@@ -761,7 +806,7 @@ msgstr ""
761
  "das Problem"
762
 
763
  # @ yasr
764
- #: ../lib/yasr-settings-functions.php:1100
765
  msgid ""
766
  "Something goes wrong trying to update a Multi Set's element. Please report it"
767
  msgstr ""
@@ -769,7 +814,7 @@ msgstr ""
769
  "Bitte melde das Problem"
770
 
771
  # @ yasr
772
- #: ../lib/yasr-settings-functions.php:1157
773
  msgid ""
774
  "Something goes wrong trying to insert set field name in edit form. Please "
775
  "report it"
@@ -778,134 +823,106 @@ msgstr ""
778
  "melde das Problem"
779
 
780
  # @ yasr
781
- #: ../lib/yasr-settings-functions.php:1202
782
  msgid "Style Options"
783
  msgstr "Style Optionen"
784
 
785
  # @ yasr
786
- #: ../lib/yasr-settings-functions.php:1203
787
- msgid "Custom CSS Styles"
788
- msgstr "Benutzerdefiniertes CSS"
789
 
790
- # @ yasr
791
- #: ../lib/yasr-settings-functions.php:1208
792
- msgid ""
793
- "Please use text area below to write your own CSS styles to override the "
794
- "default ones."
795
  msgstr ""
796
- "Bitte nutze diesen Textbereich um die Standard CSS Styles mit deinem eigenen "
797
- "CSS-Code zu überschreiben."
798
 
799
  # @ yasr
800
- #: ../lib/yasr-settings-functions.php:1210
801
- msgid "Leave it blank if you don't know what you're doing"
802
- msgstr " Lasse diesen Bereich leer, wenn du nicht weißt was du tust."
 
803
 
804
  # @ yasr
805
- #: ../lib/yasr-settings-functions.php:1233
806
- msgid "Looking for more features?"
807
- msgstr "Auf der Suche nach mehr Funktionen?"
808
-
809
- #: ../lib/yasr-settings-functions.php:1234
810
- msgid "Upgrade to yasr pro!"
811
- msgstr "Zu Yasr Pro wechseln!"
812
-
813
- #: ../lib/yasr-settings-functions.php:1250
814
- msgid "Unlimited ratings and votes"
815
- msgstr ""
816
-
817
- #: ../lib/yasr-settings-functions.php:1256
818
- msgid "Works with shortcodes"
819
- msgstr ""
820
 
821
  # @ yasr
822
- #: ../lib/yasr-settings-functions.php:1262
823
- #, fuzzy
824
- msgid "Multi Set Support"
825
- msgstr "Multi-Sets"
826
 
827
  # @ yasr
828
- #: ../lib/yasr-settings-functions.php:1267
829
- #, fuzzy
830
- msgid "Logs and stats for visitors votes"
831
- msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
832
-
833
- #: ../lib/yasr-settings-functions.php:1272
834
- msgid "Localization (.po and .mo files included)"
835
- msgstr ""
836
 
837
  # @ yasr
838
- #: ../lib/yasr-settings-functions.php:1277
839
- #, fuzzy
840
- msgid "Rich Snippet Support"
841
- msgstr "Multi-Sets"
842
-
843
- #: ../lib/yasr-settings-functions.php:1282
844
- msgid "Rankings for reviews, votes and users"
845
- msgstr ""
846
-
847
- #: ../lib/yasr-settings-functions.php:1287
848
- msgid "Rankings Customization"
849
- msgstr ""
850
 
851
- #: ../lib/yasr-settings-functions.php:1292
852
- msgid "Stars Customization"
853
- msgstr ""
 
854
 
855
  # @ yasr
856
- #: ../lib/yasr-settings-functions.php:1293
857
  #, fuzzy
858
- msgid "Size Only"
859
- msgstr "Größe"
860
 
861
- #: ../lib/yasr-settings-functions.php:1294
 
862
  msgid ""
863
- "Users can choose different ready to use sets or can upload their own images."
864
- msgstr ""
865
-
866
- #: ../lib/yasr-settings-functions.php:1297
867
- msgid "Users can review in comments"
868
  msgstr ""
 
 
869
 
870
- #: ../lib/yasr-settings-functions.php:1308
871
- msgid "Not avaible yet"
872
- msgstr ""
 
 
873
 
874
- #: ../lib/yasr-settings-functions.php:1367
875
  msgid "Keep in touch!"
876
  msgstr ""
877
 
878
- #: ../lib/yasr-settings-functions.php:1409
879
  #, php-format
880
  msgid ""
881
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
882
  msgstr ""
883
 
884
- #: ../lib/yasr-settings-functions.php:1411
885
  msgid "Can I ask a favor?"
886
  msgstr ""
887
 
888
- #: ../lib/yasr-settings-functions.php:1413
889
  msgid "Can you please rate YASR 5 stars on"
890
  msgstr ""
891
 
892
- #: ../lib/yasr-settings-functions.php:1415
893
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
894
  msgstr ""
895
 
896
- #: ../lib/yasr-settings-functions.php:1421
897
  msgid "Ok, I'm glad to help!"
898
  msgstr ""
899
 
900
- #: ../lib/yasr-settings-functions.php:1422
901
  msgid "Remind me later!"
902
  msgstr ""
903
 
904
- #: ../lib/yasr-settings-functions.php:1423
905
  msgid "Don't need to ask, I already did it!"
906
  msgstr ""
907
 
908
- #: ../lib/yasr-settings-functions.php:1456
909
  #, php-format
910
  msgid ""
911
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
@@ -914,119 +931,95 @@ msgid ""
914
  msgstr ""
915
 
916
  # @ yasr
917
- #: ../lib/yasr-settings-functions.php:1501
918
  msgid "No previous Gd Star Rating installation was found"
919
  msgstr "Es wurde keine Gd Star Ratings Installation gefunden"
920
 
921
  # @ yasr
922
- #: ../lib/yasr-db-functions.php:310
923
  msgid "No recenet votes yet"
924
  msgstr "Keine aktuellen Bewertungen vorhanden"
925
 
926
  # @ default
927
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
928
  msgid "anonymous"
929
  msgstr "Anonym"
930
 
931
- #: ../lib/yasr-db-functions.php:334
932
  #, php-format
933
  msgid "Vote %d from %s on "
934
  msgstr ""
935
 
936
  # @ yasr
937
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
 
938
  msgid "Ip address"
939
  msgstr "IP-Adresse"
940
 
941
  # @ yasr
942
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
 
943
  msgid "Pages"
944
  msgstr "Seiten"
945
 
946
  # @ yasr
947
- #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
 
 
 
 
 
 
 
 
 
 
948
  msgid "Yet Another Stars Rating: Settings"
949
  msgstr "Yet Another Stars Rating"
950
 
951
  # @ yasr
952
- #: ../lib/yasr-functions.php:148
953
  msgid "Yet Another Stars Rating: Multiple set"
954
  msgstr "Yet Another Stars Rating: Multi-Sets"
955
 
956
  # @ default
957
- #: ../lib/yasr-functions.php:159
958
  msgid "You don't have enought privileges to insert Overall Rating"
959
  msgstr ""
960
  "Du hast nicht die notwendigen Berechtigungen um eine Gesamtbewertung "
961
  "einzufügen"
962
 
963
  # @ default
964
- #: ../lib/yasr-functions.php:169
965
- msgid "You don't have enought privileges to insert Multi Set"
966
- msgstr ""
967
- "Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
968
-
969
- # @ yasr
970
- #: ../lib/yasr-functions.php:298
971
  #, fuzzy
972
- msgid "reviewed by"
973
- msgstr " geschrieben von "
974
-
975
- # @ yasr
976
- #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
977
- msgid " on "
978
- msgstr " am"
979
-
980
- # @ yasr
981
- #: ../lib/yasr-functions.php:314
982
- #, fuzzy
983
- msgid "reviewed on"
984
- msgstr " geschrieben von "
985
-
986
- #: ../lib/yasr-functions.php:315
987
- msgid "by "
988
  msgstr ""
 
989
 
990
- # @ yasr
991
- #: ../lib/yasr-functions.php:319
992
- #, fuzzy
993
- msgid "rated"
994
- msgstr " ist bewertet mit "
995
-
996
- #: ../lib/yasr-functions.php:319
997
- msgid "of"
998
  msgstr ""
999
 
1000
  # @ yasr
1001
- #: ../lib/yasr-functions.php:376
1002
- msgid " written by "
1003
- msgstr " geschrieben von "
1004
-
1005
- # @ yasr
1006
- #: ../lib/yasr-functions.php:379
1007
- #, fuzzy
1008
- msgid " average rating "
1009
- msgstr " Durchschnittsbewertung"
1010
-
1011
- # @ yasr
1012
- #: ../lib/yasr-functions.php:380
1013
- msgid " user ratings"
1014
- msgstr " Besucherbewertungen"
1015
-
1016
- # @ yasr
1017
- #: ../lib/yasr-ajax-functions.php:102
1018
  #, fuzzy
1019
  msgid "You've rated it "
1020
  msgstr " ist bewertet mit "
1021
 
1022
  # @ yasr
1023
- #: ../lib/yasr-ajax-functions.php:106
1024
  #, fuzzy
1025
  msgid "You've reset the vote"
1026
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
1027
 
1028
  # @ yasr
1029
- #: ../lib/yasr-ajax-functions.php:188
 
 
 
 
 
 
1030
  msgid ""
1031
  "There was an error while trying to insert the review type. Please report it"
1032
  msgstr ""
@@ -1034,175 +1027,175 @@ msgstr ""
1034
  "melden Sie es."
1035
 
1036
  # @ yasr
1037
- #: ../lib/yasr-ajax-functions.php:223
1038
  msgid "Choose a vote for each element"
1039
  msgstr "Wähle eine Bewertung für jedes Element"
1040
 
1041
  # @ yasr
1042
- #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
1043
  #, fuzzy
1044
  msgid "If you want to insert this multiset, paste this shortcode "
1045
  msgstr "Vorhandene Multi-Sets"
1046
 
1047
- #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
1048
  msgid ""
1049
  "If, instead, you want allow your visitor to vote on this multiset, use this "
1050
  "shortcode"
1051
  msgstr ""
1052
 
1053
  # @ yasr
1054
- #: ../lib/yasr-ajax-functions.php:297
1055
  msgid "Choose a vote for every element"
1056
  msgstr "Wähle eine Bewertung für jedes Element"
1057
 
1058
  # @ yasr
1059
- #: ../lib/yasr-ajax-functions.php:470
1060
  msgid "Main"
1061
  msgstr "Allgemein"
1062
 
1063
  # @ yasr
1064
- #: ../lib/yasr-ajax-functions.php:471
1065
  msgid "Charts"
1066
  msgstr "Charts"
1067
 
1068
  # @ yasr
1069
- #: ../lib/yasr-ajax-functions.php:473
1070
  msgid "Read the doc"
1071
  msgstr "Lese die Dokumentation"
1072
 
1073
  # @ yasr
1074
- #: ../lib/yasr-ajax-functions.php:482
1075
  msgid "Overall Rating / Review"
1076
  msgstr "Gesamtbewertung (Autorenbewertung)"
1077
 
1078
  # @ yasr
1079
- #: ../lib/yasr-ajax-functions.php:484
1080
  msgid "Insert Overall Rating"
1081
  msgstr "Gesamtbewertung einfügen"
1082
 
1083
  # @ yasr
1084
- #: ../lib/yasr-ajax-functions.php:485
1085
  msgid "Insert Overall Rating / Review for this post"
1086
  msgstr "Gesamtbewertung der Review-Autoren einfügen"
1087
 
1088
  # @ yasr
1089
- #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
1090
  msgid "Choose Size"
1091
  msgstr "Größe wählen"
1092
 
1093
  # @ yasr
1094
- #: ../lib/yasr-ajax-functions.php:502
1095
  msgid "Insert Visitor Votes"
1096
  msgstr "Besucherbewertung einfügen"
1097
 
1098
  # @ yasr
1099
- #: ../lib/yasr-ajax-functions.php:503
1100
  msgid "Insert the ability for your visitor to vote"
1101
  msgstr "Besucher dürfen Bewertungen abgeben"
1102
 
1103
  # @ yasr
1104
- #: ../lib/yasr-ajax-functions.php:520
1105
  msgid "If you want to insert a Multi Set, pick one:"
1106
  msgstr "Vorhandene Multi-Sets"
1107
 
1108
  # @ yasr
1109
- #: ../lib/yasr-ajax-functions.php:526
1110
  msgid "Choose wich set you want to insert."
1111
  msgstr "Wähle das einzufügende Multi-Set."
1112
 
1113
- #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
1114
  msgid "Readonly?"
1115
  msgstr ""
1116
 
1117
- #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
1118
  msgid ""
1119
  "If Readonly is checked, only you can insert the votes (in the box above the "
1120
  "editor)"
1121
  msgstr ""
1122
 
1123
  # @ yasr
1124
- #: ../lib/yasr-ajax-functions.php:531
1125
  #, fuzzy
1126
  msgid "Insert Multi Set"
1127
  msgstr "Multi-Set einfügen"
1128
 
1129
  # @ yasr
1130
- #: ../lib/yasr-ajax-functions.php:540
1131
  msgid "Insert Multiset:"
1132
  msgstr "Multi-Set einfügen:"
1133
 
1134
  # @ yasr
1135
- #: ../lib/yasr-ajax-functions.php:543
1136
  msgid "Insert Multiple Set"
1137
  msgstr "Multi-Set einfügen"
1138
 
1139
  # @ yasr
1140
- #: ../lib/yasr-ajax-functions.php:561
1141
  msgid "Ranking reviews"
1142
  msgstr "Rang Bewertungen"
1143
 
1144
  # @ yasr
1145
- #: ../lib/yasr-ajax-functions.php:562
1146
  msgid "Insert Ranking reviews"
1147
  msgstr "Rang Bewertungen einfügen"
1148
 
1149
  # @ yasr
1150
- #: ../lib/yasr-ajax-functions.php:563
1151
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1152
  msgstr "Top 10 Bewertung für [yasr_overall_rating] shortcode einfügen."
1153
 
1154
  # @ yasr
1155
- #: ../lib/yasr-ajax-functions.php:567
1156
  msgid "Users' ranking"
1157
  msgstr "Benutzer-Rangliste"
1158
 
1159
  # @ yasr
1160
- #: ../lib/yasr-ajax-functions.php:568
1161
  msgid "Insert Users ranking"
1162
  msgstr "Benutzer-Rangliste einfügen"
1163
 
1164
  # @ yasr
1165
- #: ../lib/yasr-ajax-functions.php:569
1166
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1167
  msgstr "Top 10 Wertung für [yasr_visitor_votes] shortcode einfügen"
1168
 
1169
  # @ yasr
1170
- #: ../lib/yasr-ajax-functions.php:573
1171
  msgid "Most active reviewers"
1172
  msgstr "Top 5 Aktivste Review-Autoren"
1173
 
1174
  # @ yasr
1175
- #: ../lib/yasr-ajax-functions.php:574
1176
  msgid "Insert Most Active Reviewers"
1177
  msgstr "meist aktivste Bewertungen einfügen"
1178
 
1179
  # @ yasr
1180
- #: ../lib/yasr-ajax-functions.php:575
1181
  msgid "Insert Top 5 active reviewers"
1182
  msgstr "Füge die Top 5 aktivsten Review-Autoren ein"
1183
 
1184
  # @ yasr
1185
- #: ../lib/yasr-ajax-functions.php:579
1186
  msgid "Most Active Users"
1187
  msgstr "meist aktivste Benutzer"
1188
 
1189
  # @ yasr
1190
- #: ../lib/yasr-ajax-functions.php:580
1191
  msgid "Insert Most Active Users"
1192
  msgstr "Aktivste Benutzer einfügen."
1193
 
1194
  # @ yasr
1195
- #: ../lib/yasr-ajax-functions.php:581
1196
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1197
  msgstr "Top 10 Abstimmer [yasr_visitor_votes] Shortcode einfügen"
1198
 
1199
  # @ yasr
1200
- #: ../lib/yasr-ajax-functions.php:652
1201
  msgid "Reviews and Visitor Votes have been successfull imported."
1202
  msgstr "Autoren-Reviews und Bewertungen wurden erfolgreich importiert."
1203
 
1204
  # @ yasr
1205
- #: ../lib/yasr-ajax-functions.php:658
1206
  msgid ""
1207
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1208
  "THIS MAY TAKE A WHILE!"
@@ -1211,119 +1204,180 @@ msgstr ""
1211
  "KANN ETWAS DAUERN!"
1212
 
1213
  # @ yasr
1214
- #: ../lib/yasr-ajax-functions.php:660
1215
  msgid "Proceed Step 2"
1216
  msgstr "Fortfahren mit Schritt 2"
1217
 
1218
  # @ yasr
1219
- #: ../lib/yasr-ajax-functions.php:667
1220
  msgid "Something goes wrong! Refresh the page and try again!"
1221
  msgstr ""
1222
  "Hier ist etwas schief gelaufen. Bitte aktualisiere die Seite und versuche es "
1223
  "noch einmal!"
1224
 
1225
  # @ yasr
1226
- #: ../lib/yasr-ajax-functions.php:696
1227
  msgid "I've found Multiple Set! Importing..."
1228
  msgstr "Es wurden verschiedene Multi-Sets gefunden. Starte Import..."
1229
 
1230
  # @ yasr
1231
- #: ../lib/yasr-ajax-functions.php:705
1232
  msgid "Multi Set's name has been successfull imported."
1233
  msgstr "Multi-Set Namen wurden erfolgreich importiert."
1234
 
1235
  # @ yasr
1236
- #: ../lib/yasr-ajax-functions.php:707
1237
  msgid "Now I'm going to import Multi Set data"
1238
  msgstr "Der Import der Multi-Set Daten wird gestartet"
1239
 
1240
  # @ yasr
1241
- #: ../lib/yasr-ajax-functions.php:718
1242
  msgid "All votes has been successfull imported."
1243
  msgstr "Alle Bewertungen wurden erfolgreich importiert."
1244
 
1245
  # @ yasr
1246
- #: ../lib/yasr-ajax-functions.php:720
1247
  msgid "Done"
1248
  msgstr "Fertig"
1249
 
1250
  # @ yasr
1251
- #: ../lib/yasr-ajax-functions.php:725
1252
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1253
  msgstr ""
1254
  "Es wurden Multi-Set Bewertungen gefunden aber diese konnten nicht in der "
1255
  "Datenbank gespeichert werden."
1256
 
1257
  # @ yasr
1258
- #: ../lib/yasr-ajax-functions.php:733
1259
  msgid "I've found Multi Set but with no data"
1260
  msgstr "Das Multi-Set wurde gefunden aber es sind keine Daten vorhanden"
1261
 
1262
  # @ yasr
1263
- #: ../lib/yasr-ajax-functions.php:742
1264
  msgid "I've found Multi Sets names but I couldn't insert into db"
1265
  msgstr ""
1266
  "Multi-Set Namen wurde gefunden aber konnten nicht in die Datenbank "
1267
  "importiert werden"
1268
 
1269
  # @ yasr
1270
- #: ../lib/yasr-ajax-functions.php:750
1271
  msgid "Multisets were not found. Imported is done!"
1272
  msgstr "Kein Multi-Set gefunden aber Import war erfolgreich!"
1273
 
1274
  # @ yasr
1275
- #: ../lib/yasr-ajax-functions.php:793
1276
  msgid "No Recenet votes yet"
1277
  msgstr "Keine kürzlichen Bewertungen"
1278
 
1279
- #: ../lib/yasr-ajax-functions.php:815
1280
  #, php-format
1281
  msgid "Vote %d from %s on"
1282
  msgstr ""
1283
 
1284
  # @ yasr
1285
- #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1286
  msgid "Error: you can't vote 0"
1287
  msgstr "Fehler: Sie können nicht 0 wählen!"
1288
 
1289
  # @ yasr
1290
- #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1291
- #, fuzzy
1292
  msgid "Average:"
1293
  msgstr "Durchschnitt: "
1294
 
1295
  # @ yasr
1296
- #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1297
  msgid "Vote Saved"
1298
  msgstr "Bewertung gespeichert"
1299
 
1300
  # @ yasr
1301
- #: ../lib/yasr-ajax-functions.php:1264
1302
  msgid "Vote updated"
1303
  msgstr "Bewertung aktualisiert"
1304
 
1305
  # @ yasr
1306
- #: ../lib/yasr-ajax-functions.php:1409
1307
  #, fuzzy
1308
  msgid "Rating saved!"
1309
  msgstr "Einstellungen gespeichert"
1310
 
1311
- #: ../lib/yasr-ajax-functions.php:1415
1312
  msgid "Rating not saved. Please Try again"
1313
  msgstr ""
1314
 
1315
  # @ yasr
1316
- #: ../lib/yasr-ajax-functions.php:1508
1317
  #, fuzzy
1318
  msgid "stars"
1319
  msgstr "Sterne"
1320
 
1321
  # @ yasr
1322
- #: ../lib/yasr-ajax-functions.php:1513
1323
  #, fuzzy
1324
  msgid "star"
1325
  msgstr "Sterne"
1326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1327
  # @ yasr
1328
  #~ msgid "Donations"
1329
  #~ msgstr "Spenden"
@@ -1531,11 +1585,6 @@ msgstr "Sterne"
1531
  #~ msgid "Yasr Pro General Options"
1532
  #~ msgstr "Allgemeine Einstellungen"
1533
 
1534
- # @ yasr
1535
- #, fuzzy
1536
- #~ msgid "Choose Stars Set"
1537
- #~ msgstr "Größe wählen"
1538
-
1539
  # @ yasr
1540
  #, fuzzy
1541
  #~ msgid "Use auto insert?"
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating v0.6.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-08 13:39+0100\n"
6
+ "PO-Revision-Date: 2016-02-08 13:47+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
25
  msgstr "Gib eine Bewertung ab"
26
 
27
  # @ yasr
28
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:504
29
+ #: ../lib/yasr-functions.php:55
30
  msgid "Loading, please wait"
31
  msgstr "Wird geladen, bitte warten"
32
 
40
  msgid "This review is about a..."
41
  msgstr ""
42
 
 
 
 
 
43
  # @ default
44
  # @ yasr
45
+ #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
46
+ #: ../lib/yasr-settings-functions.php:656
47
  msgid "Select"
48
  msgstr "Auswählen"
49
 
50
  # @ yasr
51
+ #: ../yasr-metabox-top-right.php:199
52
  msgid ""
53
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
54
  "where you want to display this rating"
57
  "ein, wo die Bewertung angezeigt werden soll."
58
 
59
  # @ yasr
60
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:147
61
+ #: ../lib/yasr-ajax-functions.php:45 ../lib/yasr-ajax-functions.php:142
62
+ #: ../lib/yasr-ajax-functions.php:228 ../lib/yasr-ajax-functions.php:386
63
+ #: ../lib/yasr-ajax-functions.php:797 ../lib/yasr-ajax-functions.php:1111
64
  msgid "You do not have sufficient permissions to access this page."
65
  msgstr ""
66
  "Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
67
  "zuzugreifen."
68
 
69
  # @ yasr
70
+ #: ../yasr-settings-page.php:38
71
  #, fuzzy
72
  msgid "Settings"
73
  msgstr "Einstellungen gespeichert"
74
 
75
  # @ yasr
76
+ #: ../yasr-settings-page.php:82
77
  msgid "General Settings"
78
  msgstr "Allgemeine Einstellungen"
79
 
80
  # @ yasr
81
+ #: ../yasr-settings-page.php:83
82
  msgid "Multi Sets"
83
  msgstr "Multi-Sets"
84
 
85
  # @ yasr
86
+ #: ../yasr-settings-page.php:84
87
+ #, fuzzy
88
+ msgid "Aspect & Styles"
89
+ msgstr "Benutzerdefiniertes CSS"
90
 
91
+ #: ../yasr-settings-page.php:86
92
+ msgid "Extensions"
93
+ msgstr ""
 
94
 
95
  # @ default
96
+ #: ../yasr-settings-page.php:103 ../yasr-settings-page.php:263
97
+ #: ../yasr-settings-page.php:294
98
  msgid "Save"
99
  msgstr "Speichern"
100
 
101
  # @ yasr
102
+ #: ../yasr-settings-page.php:128
103
  msgid "Import Gd Star Rating"
104
  msgstr "Importiere Gd Star Rating Daten"
105
 
106
  # @ yasr
107
+ #: ../yasr-settings-page.php:129
108
  msgid "I've found a previous installation of Gd Star Rating."
109
  msgstr "Es wurde eine Installation von Gd Star Rating gefunden."
110
 
111
  # @ yasr
112
+ #: ../yasr-settings-page.php:129
113
  msgid "Do you want proceed to import data?"
114
  msgstr "Willst du mit dem Import der Daten fortfahren?"
115
 
116
  # @ yasr
117
+ #: ../yasr-settings-page.php:131
118
  msgid "Yes, Begin Import"
119
  msgstr "Ja, Import starten"
120
 
121
  # @ default
122
+ #: ../yasr-settings-page.php:135
123
  msgid "Click on Proceed to import Gd Star Rating data."
124
  msgstr "Klicke auf Fortfahren um die Gd Star Rating Daten zu importieren."
125
 
126
  # @ yasr
127
+ #: ../yasr-settings-page.php:138 ../yasr-settings-page.php:171
128
  msgid "Proceed"
129
  msgstr "Fortfahren"
130
 
131
  # @ yasr
132
+ #: ../yasr-settings-page.php:160
133
  msgid "Manage GD Star Data"
134
  msgstr "Verwalte GD Star Rating Daten"
135
 
136
  # @ default
137
+ #: ../yasr-settings-page.php:161
138
  msgid "Gd Star Rating has been already imported."
139
  msgstr "Gd Star Rating Daten wurden bereits importiert."
140
 
141
  # @ yasr
142
+ #: ../yasr-settings-page.php:162
143
  msgid "If you wish you can import it again, but"
144
  msgstr "Du kannst die Daten erneut importieren, aber"
145
 
146
  # @ yasr
147
+ #: ../yasr-settings-page.php:162
148
  msgid "you will lose all data you've collect since the import!"
149
  msgstr "dann gehen alle gesammelten Daten seit dem letzten Import verloren!"
150
 
151
  # @ default
152
+ #: ../yasr-settings-page.php:164
153
  msgid "Ok, Import Again"
154
  msgstr "Ok, erneut importieren"
155
 
156
  # @ default
157
+ #: ../yasr-settings-page.php:168
158
  msgid ""
159
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
160
  msgstr ""
210
  msgid "Close this message"
211
  msgstr "Nachricht schließen"
212
 
213
+ # @ yasr
214
+ #: ../yasr-settings-page.php:320
215
+ #, fuzzy
216
+ msgid "Extensions for Yet Another Stars Rating"
217
+ msgstr "Yet Another Stars Rating"
218
+
219
+ #: ../yasr-settings-page.php:323
220
+ msgid "Extensions add functionality to your Yasr installation"
221
+ msgstr ""
222
+
223
+ #: ../yasr-settings-page.php:338
224
+ msgid ""
225
+ "Start accepting reviews and ratings for your post or pages using Yasr User "
226
+ "Reviews extension."
227
+ msgstr ""
228
+
229
+ #: ../yasr-settings-page.php:356 ../yasr-settings-page.php:394
230
+ #: ../yasr-settings-page.php:432
231
+ msgid "Get this extension"
232
+ msgstr ""
233
+
234
+ #: ../yasr-settings-page.php:376
235
+ msgid "Choose between ready to use image or upload your own!"
236
+ msgstr ""
237
+
238
+ #: ../yasr-settings-page.php:414
239
+ msgid "Unleash all the power of your rankings with just a click!"
240
+ msgstr ""
241
+
242
  # @ default
243
  #: ../yasr-metabox-multiple-rating.php:35
244
  msgid "Choose wich set you want to use"
245
  msgstr "Wähle ein Multi-Set aus"
246
 
247
  # @ yasr
248
+ #: ../lib/yasr-shortcode-functions.php:187
249
+ #: ../lib/yasr-shortcode-functions.php:212
 
250
  msgid "You've already voted this article with"
251
  msgstr "Du hast hier bewertet mit "
252
 
253
  # @ yasr
254
+ #: ../lib/yasr-shortcode-functions.php:237
255
+ #: ../lib/yasr-shortcode-functions.php:533
256
+ #, fuzzy
257
+ msgid "You must sign in to vote"
258
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
259
 
260
  # @ yasr
261
+ #: ../lib/yasr-shortcode-functions.php:279 ../lib/yasr-ajax-functions.php:1300
262
+ #: ../lib/yasr-ajax-functions.php:1308 ../lib/yasr-ajax-functions.php:1447
263
  msgid "Total: "
264
  msgstr "Gesamt:"
265
 
266
  # @ yasr
267
+ #: ../lib/yasr-shortcode-functions.php:279
268
  msgid "Average: "
269
  msgstr "Durchschnitt: "
270
 
271
+ #: ../lib/yasr-shortcode-functions.php:506
272
+ msgid "Submit!"
273
  msgstr ""
274
 
275
  # @ yasr
276
+ #: ../lib/yasr-shortcode-functions.php:512
277
  #, fuzzy
278
  msgid "Thank you for voting! "
279
  msgstr "Herzlichen Dank!"
280
 
 
 
 
 
 
 
281
  # @ yasr
282
+ #: ../lib/yasr-shortcode-functions.php:721
283
  msgid "Rating"
284
  msgstr "Bewertung"
285
 
286
  # @ yasr
287
+ #: ../lib/yasr-shortcode-functions.php:735
288
  msgid "You don't have any votes stored"
289
  msgstr "Es sind keine Autoren-Bewertungen gespeichert"
290
 
291
+ #: ../lib/yasr-shortcode-functions.php:771
292
+ #: ../lib/yasr-shortcode-functions.php:810
293
  msgid "Post / Page"
294
  msgstr "Beitrag / Seite"
295
 
296
+ #: ../lib/yasr-shortcode-functions.php:772
297
+ #: ../lib/yasr-shortcode-functions.php:811
298
  msgid "Order By"
299
  msgstr "sortieren nach"
300
 
301
  # @ yasr
302
+ #: ../lib/yasr-shortcode-functions.php:772
303
+ #: ../lib/yasr-shortcode-functions.php:811
304
  msgid "Most Rated"
305
  msgstr "meist bewertet"
306
 
307
  # @ yasr
308
+ #: ../lib/yasr-shortcode-functions.php:772
309
+ #: ../lib/yasr-shortcode-functions.php:811
310
  msgid "Highest Rated"
311
  msgstr "höchste Bewertung"
312
 
313
  # @ yasr
314
+ #: ../lib/yasr-shortcode-functions.php:790
315
+ #: ../lib/yasr-shortcode-functions.php:825
316
  msgid "Total:"
317
  msgstr "Gesamt:"
318
 
319
  # @ yasr
320
+ #: ../lib/yasr-shortcode-functions.php:790
321
+ #: ../lib/yasr-shortcode-functions.php:825
322
  msgid "Average"
323
  msgstr "Durchschnitt: "
324
 
325
  # @ yasr
326
+ #: ../lib/yasr-shortcode-functions.php:802
327
  msgid "You've not enough data"
328
  msgstr "Sie haben nicht genügend Daten"
329
 
330
  # @ yasr
331
+ #: ../lib/yasr-shortcode-functions.php:837
332
  msgid "You've not enought data"
333
  msgstr "Sie haben nicht genug Daten"
334
 
335
  # @ default
336
+ #: ../lib/yasr-shortcode-functions.php:922
337
  msgid ""
338
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
339
  "any review?"
342
  "Bewertung veröffentlicht"
343
 
344
  # @ default
345
+ #: ../lib/yasr-shortcode-functions.php:990
346
  msgid ""
347
  "Problem while retrieving the top 10 active users chart. Are you sure you "
348
  "have votes to show?"
350
  "Problem beim Abrufen der Top 10 von aktiven Nutzern anzuzeigen.. Sind Sie "
351
  "sicher, dass Sie auch Stimmen, zum anzeigen haben?"
352
 
353
+ #: ../lib/yasr-shortcode-functions.php:1027
354
+ #, php-format
355
+ msgid "based on %d votes"
356
+ msgstr ""
357
+
358
  # @ yasr
359
+ #: ../lib/yasr-settings-functions.php:68
360
  msgid "General settings"
361
  msgstr "Allgemeine Einstellungen"
362
 
363
  # @ yasr
364
+ #: ../lib/yasr-settings-functions.php:69
365
  msgid "Auto insert options"
366
  msgstr "Anzeigeoptionen"
367
 
368
  # @ yasr
369
+ #: ../lib/yasr-settings-functions.php:70
370
  #, fuzzy
371
  msgid "Show \"Overall Rating\" in Archive Page?"
372
  msgstr "Gesamtbewertung auf der Startseite anzeigen?"
373
 
374
+ #: ../lib/yasr-settings-functions.php:71
375
  msgid "Show \"Visitor Votes\" in Archive Page?"
376
  msgstr ""
377
 
378
  # @ yasr
379
+ #: ../lib/yasr-settings-functions.php:72
380
  msgid "Insert custom text to show before / after stars"
381
  msgstr ""
382
  "Benutzerdefinierter Text der vor oder nach der Bewertung angezeigt wird"
383
 
384
  # @ yasr
385
+ #: ../lib/yasr-settings-functions.php:73
386
  msgid "Do you want show stats for visitors votes?"
387
  msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
388
 
389
  # @ yasr
390
+ #: ../lib/yasr-settings-functions.php:74
391
  msgid "Allow only logged in user to vote?"
392
  msgstr "Nur angemeldete Besucher dürfen abstimmen?"
393
 
394
  # @ yasr
395
+ #: ../lib/yasr-settings-functions.php:75
396
+ #, fuzzy
397
+ msgid "Rich snippet options"
398
+ msgstr "Multi-Sets"
399
 
400
  # @ yasr
401
+ #: ../lib/yasr-settings-functions.php:76
402
  msgid "How do you want to rate \"Overall Rating\"?"
403
  msgstr "Wie möchten Sie bewerten \\ \\\"Gesamtbewertung \"?"
404
 
405
  # @ yasr
406
+ #: ../lib/yasr-settings-functions.php:90
407
  msgid "Use Auto Insert?"
408
  msgstr "Bewertung automatisch einfügen?"
409
 
410
  # @ yasr
411
+ #: ../lib/yasr-settings-functions.php:96
412
+ #: ../lib/yasr-settings-functions.php:180
413
+ #: ../lib/yasr-settings-functions.php:200
414
+ #: ../lib/yasr-settings-functions.php:244
415
+ #: ../lib/yasr-settings-functions.php:270
416
+ #: ../lib/yasr-settings-functions.php:304
417
+ #: ../lib/yasr-settings-functions.php:359
418
  msgid "Yes"
419
  msgstr "Ja"
420
 
421
  # @ yasr
422
+ #: ../lib/yasr-settings-functions.php:110
423
+ #: ../lib/yasr-settings-functions.php:185
424
+ #: ../lib/yasr-settings-functions.php:205
425
+ #: ../lib/yasr-settings-functions.php:249
426
+ #: ../lib/yasr-settings-functions.php:275
427
+ #: ../lib/yasr-settings-functions.php:309
428
+ #: ../lib/yasr-settings-functions.php:364
429
  msgid "No"
430
  msgstr "Nein"
431
 
432
  # @ yasr
433
+ #: ../lib/yasr-settings-functions.php:118
434
  msgid "What?"
435
  msgstr "Was soll eingefügt werden?"
436
 
437
  # @ yasr
438
+ #: ../lib/yasr-settings-functions.php:123
439
  msgid "Overall Rating / Author Rating"
440
  msgstr "Gesamtbewertung (Autorenbewertung)"
441
 
442
  # @ yasr
443
+ #: ../lib/yasr-settings-functions.php:127 ../lib/yasr-ajax-functions.php:524
444
  msgid "Visitor Votes"
445
  msgstr "Besucherbewertung"
446
 
447
  # @ yasr
448
+ #: ../lib/yasr-settings-functions.php:131
449
  msgid "Both"
450
  msgstr "Beides"
451
 
452
  # @ yasr
453
+ #: ../lib/yasr-settings-functions.php:137
454
  msgid "Where?"
455
  msgstr "Wo soll es eingefügt werden?"
456
 
457
  # @ yasr
458
+ #: ../lib/yasr-settings-functions.php:142
459
  msgid "Before the post"
460
  msgstr "Vor dem Artikel"
461
 
462
  # @ yasr
463
+ #: ../lib/yasr-settings-functions.php:146
464
  msgid "After the post"
465
  msgstr "Nach dem Artikel"
466
 
467
  # @ yasr
468
+ #: ../lib/yasr-settings-functions.php:153
469
  msgid "Size"
470
  msgstr "Größe"
471
 
472
  # @ yasr
473
+ #: ../lib/yasr-settings-functions.php:159 ../lib/yasr-ajax-functions.php:514
474
+ #: ../lib/yasr-ajax-functions.php:532
475
  msgid "Small"
476
  msgstr "Klein"
477
 
478
  # @ yasr
479
+ #: ../lib/yasr-settings-functions.php:164 ../lib/yasr-ajax-functions.php:515
480
+ #: ../lib/yasr-ajax-functions.php:533
481
  msgid "Medium"
482
  msgstr "Mittel"
483
 
484
+ #: ../lib/yasr-settings-functions.php:169 ../lib/yasr-ajax-functions.php:516
485
+ #: ../lib/yasr-ajax-functions.php:534
486
  msgid "Large"
487
  msgstr "Groß"
488
 
489
  # @ yasr
490
+ #: ../lib/yasr-settings-functions.php:176
491
  msgid "Exclude Pages?"
492
  msgstr "Seiten ausschließen?"
493
 
494
  # @ yasr
495
+ #: ../lib/yasr-settings-functions.php:197
496
  msgid "Use only in custom post types?"
497
  msgstr "Verwenden Sie nur in benutzerdefinierte Post-Typen?"
498
 
499
  # @ yasr
500
+ #: ../lib/yasr-settings-functions.php:209
501
  msgid "You see this because you use custom post types."
502
  msgstr "Sie sehen dies, weil Sie benutzerdefinierte Post-Typen verwenden."
503
 
504
  # @ yasr
505
+ #: ../lib/yasr-settings-functions.php:211
506
  msgid "If you want to use auto insert only in custom post types, choose Yes"
507
  msgstr ""
508
  "Wenn Sie Auto-Insert nur in benutzerdefinierten Post-Typen verwenden "
509
  "möchten, wählen Sie Ja."
510
 
511
  # @ yasr
512
+ #: ../lib/yasr-settings-functions.php:253
513
  msgid ""
514
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
515
  "article or page, but also in pages like Home Page, category pages or "
520
  "Kategorien und im Archiv."
521
 
522
  # @ yasr
523
+ #: ../lib/yasr-settings-functions.php:279
524
  #, fuzzy
525
  msgid ""
526
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
532
  "Kategorien und im Archiv."
533
 
534
  # @ yasr
535
+ #: ../lib/yasr-settings-functions.php:314
536
  msgid "Custom text to display before Overall Rating"
537
  msgstr "Benutzerdefinierter Text vor der Gesamtbewertung (Autorenbewertung)"
538
 
539
  # @ yasr
540
+ #: ../lib/yasr-settings-functions.php:319
541
  #, fuzzy
542
  msgid "Custom text to display BEFORE Visitor Rating"
543
  msgstr "Benutzerdefinierter Text vor der Besucherbewertung"
544
 
545
  # @ yasr
546
+ #: ../lib/yasr-settings-functions.php:325
547
  #, fuzzy
548
  msgid "Custom text to display AFTER Visitor Rating"
549
  msgstr "Benutzerdefinierter Text vor der Besucherbewertung"
550
 
551
  # @ yasr
552
+ #: ../lib/yasr-settings-functions.php:330
553
  msgid "Custom text to display when a non logged user has already rated"
554
  msgstr ""
555
  "Benutzerdefinierter Text der angezeigt wird, wenn ein nicht angemeldeter "
556
  "Besucher bereits eine Bewertung abgegeben hat"
557
 
558
+ #: ../lib/yasr-settings-functions.php:335
559
  msgid "Help"
560
  msgstr ""
561
 
562
+ #: ../lib/yasr-settings-functions.php:339
563
  msgid ""
564
  "In the first field you can use %overall_rating% pattern to show the overall "
565
  "rating."
566
  msgstr ""
567
 
568
+ #: ../lib/yasr-settings-functions.php:343
569
  msgid ""
570
  "In the Second and Third fields you can use %total_count% pattern to show the "
571
  "total count, and %average% pattern to show the average"
572
  msgstr ""
573
 
574
  # @ yasr
575
+ #: ../lib/yasr-settings-functions.php:382
576
  msgid "Allow only logged-in users"
577
  msgstr "Nur angemeldete Besucher erlauben"
578
 
579
  # @ yasr
580
+ #: ../lib/yasr-settings-functions.php:386
581
  msgid "Allow everybody (logged in and anonymous)"
582
  msgstr "Jedem erlauben (angemeldete und anonyme Besucher)"
583
 
584
  # @ yasr
585
+ #: ../lib/yasr-settings-functions.php:406
586
+ #, fuzzy
587
+ msgid "Which rich snippet do you want to use?"
588
+ msgstr "Welches Rich Snippet willst du nutzen?"
589
+
590
+ # @ yasr
591
+ #: ../lib/yasr-settings-functions.php:410
592
  msgid "Review Rating"
593
  msgstr "Review Rating (Autorenbewertung)"
594
 
595
  # @ yasr
596
+ #: ../lib/yasr-settings-functions.php:414
597
  msgid "Aggregate Rating"
598
  msgstr "Aggregate Rating (Besucherbewertung)"
599
 
600
  # @ yasr
601
+ #: ../lib/yasr-settings-functions.php:419
602
  msgid "What is this?"
603
  msgstr "Was ist das?"
604
 
605
  # @ yasr
606
+ #: ../lib/yasr-settings-functions.php:424
607
  msgid ""
608
  "If you select \"Review Rating\", your site will be indexed from search "
609
  "engines like this: "
612
  "aussehen:"
613
 
614
  # @ yasr
615
+ #: ../lib/yasr-settings-functions.php:429
616
  msgid ""
617
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
618
  "this"
620
  "Wenn du im Vergleich \"Aggregate Rating\" wählst, dann sieht das Ergebnis "
621
  "wie folgt aus:"
622
 
623
+ #: ../lib/yasr-settings-functions.php:440
624
+ msgid "Select default item type for all post or pages"
625
+ msgstr ""
 
626
 
627
+ #: ../lib/yasr-settings-functions.php:445
628
+ msgid "Product"
629
+ msgstr ""
 
630
 
631
+ #: ../lib/yasr-settings-functions.php:449
632
+ msgid "Place"
633
+ msgstr ""
 
634
 
635
+ #: ../lib/yasr-settings-functions.php:453
636
+ msgid "Recipe"
637
+ msgstr ""
 
638
 
 
639
  #: ../lib/yasr-settings-functions.php:457
640
+ msgid "BlogPosting"
641
+ msgstr ""
642
 
643
+ #: ../lib/yasr-settings-functions.php:463
644
+ msgid ""
645
+ "If you need to use BlogPosting as item type, even for just one post or page, "
646
+ "please fill these forms"
647
+ msgstr ""
648
+
649
+ #: ../lib/yasr-settings-functions.php:468
650
+ msgid "Publisher name (e.g. Google)"
651
+ msgstr ""
652
+
653
+ #: ../lib/yasr-settings-functions.php:473
654
+ msgid "Logo Url (if empty siteicon will be used instead)"
655
+ msgstr ""
656
+
657
+ #: ../lib/yasr-settings-functions.php:480
658
+ msgid "You can always change it in the single post or page."
659
+ msgstr ""
660
+
661
+ #: ../lib/yasr-settings-functions.php:482
662
+ msgid ""
663
+ "This will affect only the post/page where you didn't change manually the "
664
+ "itemtype yet."
665
+ msgstr ""
666
 
667
  # @ yasr
668
+ #: ../lib/yasr-settings-functions.php:521
669
+ msgid "Stars"
670
+ msgstr "Sterne"
671
 
672
  # @ yasr
673
+ #: ../lib/yasr-settings-functions.php:525
674
+ msgid "Numbers"
675
+ msgstr "Zahlen"
 
676
 
677
  # @ yasr
678
+ #: ../lib/yasr-settings-functions.php:601
679
  msgid "Add New Multiple Set"
680
  msgstr "Neues Multi-Set hinzufügen"
681
 
682
  # @ yasr
683
+ #: ../lib/yasr-settings-functions.php:602
684
  msgid ""
685
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
686
  "characters"
689
  "Zeichen lang sein"
690
 
691
  # @ yasr
692
+ #: ../lib/yasr-settings-functions.php:605
693
  msgid "Name"
694
  msgstr "Name"
695
 
696
  # @ yasr
697
+ #: ../lib/yasr-settings-functions.php:610
698
  msgid "You can insert up to nine elements"
699
  msgstr "Sie können bis zu neun Elemente einfügen"
700
 
701
  # @ yasr
702
+ #: ../lib/yasr-settings-functions.php:615
703
  msgid "Element "
704
  msgstr "Element"
705
 
706
  # @ yasr
707
+ #: ../lib/yasr-settings-functions.php:625
708
  msgid "Create New Set"
709
  msgstr "Neues Multi-Set anlegen"
710
 
711
  # @ yasr
712
+ #: ../lib/yasr-settings-functions.php:646
713
+ #: ../lib/yasr-settings-functions.php:679
714
  msgid "Manage Multiple Set"
715
  msgstr "Verschiedene Multi-Sets verwalten"
716
 
717
  # @ yasr
718
+ #: ../lib/yasr-settings-functions.php:648
719
  msgid "Wich set do you want to edit or remove?"
720
  msgstr "Welches Multi-Set möchtest du bearbeiten oder löschen?"
721
 
722
  # @ yasr
723
+ #: ../lib/yasr-settings-functions.php:689
724
+ #: ../lib/yasr-settings-functions.php:807
725
  msgid "Field name"
726
  msgstr "Feldname"
727
 
728
  # @ yasr
729
+ #: ../lib/yasr-settings-functions.php:693
730
+ #: ../lib/yasr-settings-functions.php:811
731
  msgid "Remove"
732
  msgstr "Entfernen"
733
 
734
  # @ yasr
735
+ #: ../lib/yasr-settings-functions.php:735
736
+ #: ../lib/yasr-settings-functions.php:853
737
  msgid "Remove whole set?"
738
  msgstr "Komplettes Multi-Set entfernen?"
739
 
740
  # @ yasr
741
+ #: ../lib/yasr-settings-functions.php:748
742
+ #: ../lib/yasr-settings-functions.php:866
743
  msgid ""
744
  "If you remove something you will remove all the votes for that set or field. "
745
  "This operation CAN'T BE undone."
748
  "Element gelöscht. Dies kann nicht rückgängig gemacht werden."
749
 
750
  # @ yasr
751
+ #: ../lib/yasr-settings-functions.php:755
752
+ #: ../lib/yasr-settings-functions.php:873
753
  msgid "You can use up to 9 elements"
754
  msgstr "Du kannst bist zu 9 Elementen nutzen"
755
 
756
  # @ yasr
757
+ #: ../lib/yasr-settings-functions.php:757
758
+ #: ../lib/yasr-settings-functions.php:875
759
  msgid "Add element"
760
  msgstr "Element hinzufügen"
761
 
762
  # @ yasr
763
+ #: ../lib/yasr-settings-functions.php:759
764
+ #: ../lib/yasr-settings-functions.php:877
765
  msgid "Save changes"
766
  msgstr "Änderungen speichern"
767
 
768
  # @ yasr
769
+ #: ../lib/yasr-settings-functions.php:769
770
  msgid "No Multiple Set were found"
771
  msgstr "Keine Multi-Sets gefunden"
772
 
773
  # @ yasr
774
+ #: ../lib/yasr-settings-functions.php:1018
775
+ #: ../lib/yasr-settings-functions.php:1318
776
  msgid "Settings Saved"
777
  msgstr "Einstellungen gespeichert"
778
 
779
  # @ yasr
780
+ #: ../lib/yasr-settings-functions.php:1023
781
  msgid "Something goes wrong trying insert set field name. Please report it"
782
  msgstr ""
783
  "Beim einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
784
  "melde das Problem"
785
 
786
  # @ yasr
787
+ #: ../lib/yasr-settings-functions.php:1029
788
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
789
  msgstr ""
790
  "Beim Einfügen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
791
  "Problem"
792
 
793
  # @ yasr
794
+ #: ../lib/yasr-settings-functions.php:1104
795
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
796
  msgstr ""
797
  "Beim Löschen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
798
  "Problem"
799
 
800
  # @ yasr
801
+ #: ../lib/yasr-settings-functions.php:1150
802
  msgid ""
803
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
804
  msgstr ""
806
  "das Problem"
807
 
808
  # @ yasr
809
+ #: ../lib/yasr-settings-functions.php:1214
810
  msgid ""
811
  "Something goes wrong trying to update a Multi Set's element. Please report it"
812
  msgstr ""
814
  "Bitte melde das Problem"
815
 
816
  # @ yasr
817
+ #: ../lib/yasr-settings-functions.php:1303
818
  msgid ""
819
  "Something goes wrong trying to insert set field name in edit form. Please "
820
  "report it"
823
  "melde das Problem"
824
 
825
  # @ yasr
826
+ #: ../lib/yasr-settings-functions.php:1351
827
  msgid "Style Options"
828
  msgstr "Style Optionen"
829
 
830
  # @ yasr
831
+ #: ../lib/yasr-settings-functions.php:1352
832
+ msgid "Which color scheme do you want to use?"
833
+ msgstr "Welches Farbschema willst du nutzen?"
834
 
835
+ #: ../lib/yasr-settings-functions.php:1370
836
+ msgid "Select the set you've uploaded"
 
 
 
837
  msgstr ""
 
 
838
 
839
  # @ yasr
840
+ #: ../lib/yasr-settings-functions.php:1371
841
+ #, fuzzy
842
+ msgid "Choose Stars Set"
843
+ msgstr "Größe wählen"
844
 
845
  # @ yasr
846
+ #: ../lib/yasr-settings-functions.php:1375
847
+ msgid "Custom CSS Styles"
848
+ msgstr "Benutzerdefiniertes CSS"
 
 
 
 
 
 
 
 
 
 
 
 
849
 
850
  # @ yasr
851
+ #: ../lib/yasr-settings-functions.php:1390
852
+ msgid "Light"
853
+ msgstr "Hell"
 
854
 
855
  # @ yasr
856
+ #: ../lib/yasr-settings-functions.php:1395
857
+ msgid "Dark"
858
+ msgstr "Dunkel"
 
 
 
 
 
859
 
860
  # @ yasr
861
+ #: ../lib/yasr-settings-functions.php:1400
862
+ msgid "Preview"
863
+ msgstr "Vorschau"
 
 
 
 
 
 
 
 
 
864
 
865
+ # @ yasr
866
+ #: ../lib/yasr-settings-functions.php:1405
867
+ msgid "Light theme"
868
+ msgstr "Helles Theme"
869
 
870
  # @ yasr
871
+ #: ../lib/yasr-settings-functions.php:1410
872
  #, fuzzy
873
+ msgid "Dark theme"
874
+ msgstr "Dunkles Theme"
875
 
876
+ # @ yasr
877
+ #: ../lib/yasr-settings-functions.php:1422
878
  msgid ""
879
+ "Please use text area below to write your own CSS styles to override the "
880
+ "default ones."
 
 
 
881
  msgstr ""
882
+ "Bitte nutze diesen Textbereich um die Standard CSS Styles mit deinem eigenen "
883
+ "CSS-Code zu überschreiben."
884
 
885
+ # @ yasr
886
+ #: ../lib/yasr-settings-functions.php:1424
887
+ #, fuzzy
888
+ msgid "Leave it blank if you don't know what you're doing."
889
+ msgstr " Lasse diesen Bereich leer, wenn du nicht weißt was du tust."
890
 
891
+ #: ../lib/yasr-settings-functions.php:1495
892
  msgid "Keep in touch!"
893
  msgstr ""
894
 
895
+ #: ../lib/yasr-settings-functions.php:1538
896
  #, php-format
897
  msgid ""
898
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
899
  msgstr ""
900
 
901
+ #: ../lib/yasr-settings-functions.php:1540
902
  msgid "Can I ask a favor?"
903
  msgstr ""
904
 
905
+ #: ../lib/yasr-settings-functions.php:1542
906
  msgid "Can you please rate YASR 5 stars on"
907
  msgstr ""
908
 
909
+ #: ../lib/yasr-settings-functions.php:1544
910
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
911
  msgstr ""
912
 
913
+ #: ../lib/yasr-settings-functions.php:1550
914
  msgid "Ok, I'm glad to help!"
915
  msgstr ""
916
 
917
+ #: ../lib/yasr-settings-functions.php:1551
918
  msgid "Remind me later!"
919
  msgstr ""
920
 
921
+ #: ../lib/yasr-settings-functions.php:1552
922
  msgid "Don't need to ask, I already did it!"
923
  msgstr ""
924
 
925
+ #: ../lib/yasr-settings-functions.php:1585
926
  #, php-format
927
  msgid ""
928
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
931
  msgstr ""
932
 
933
  # @ yasr
934
+ #: ../lib/yasr-settings-functions.php:1630
935
  msgid "No previous Gd Star Rating installation was found"
936
  msgstr "Es wurde keine Gd Star Ratings Installation gefunden"
937
 
938
  # @ yasr
939
+ #: ../lib/yasr-db-functions.php:426 ../lib/yasr-db-functions.php:569
940
  msgid "No recenet votes yet"
941
  msgstr "Keine aktuellen Bewertungen vorhanden"
942
 
943
  # @ default
944
+ #: ../lib/yasr-db-functions.php:441 ../lib/yasr-ajax-functions.php:833
945
  msgid "anonymous"
946
  msgstr "Anonym"
947
 
948
+ #: ../lib/yasr-db-functions.php:450
949
  #, php-format
950
  msgid "Vote %d from %s on "
951
  msgstr ""
952
 
953
  # @ yasr
954
+ #: ../lib/yasr-db-functions.php:466 ../lib/yasr-db-functions.php:599
955
+ #: ../lib/yasr-ajax-functions.php:858 ../lib/yasr-ajax-functions.php:1007
956
  msgid "Ip address"
957
  msgstr "IP-Adresse"
958
 
959
  # @ yasr
960
+ #: ../lib/yasr-db-functions.php:487 ../lib/yasr-db-functions.php:620
961
+ #: ../lib/yasr-ajax-functions.php:876 ../lib/yasr-ajax-functions.php:1026
962
  msgid "Pages"
963
  msgstr "Seiten"
964
 
965
  # @ yasr
966
+ #: ../lib/yasr-db-functions.php:583 ../lib/yasr-ajax-functions.php:991
967
+ #, fuzzy, php-format
968
+ msgid "You rated %s on "
969
+ msgstr " ist bewertet mit "
970
+
971
+ #: ../lib/yasr-functions.php:57
972
+ msgid "bad, poor, ok, good, super"
973
+ msgstr ""
974
+
975
+ # @ yasr
976
+ #: ../lib/yasr-functions.php:134 ../lib/yasr-functions.php:135
977
  msgid "Yet Another Stars Rating: Settings"
978
  msgstr "Yet Another Stars Rating"
979
 
980
  # @ yasr
981
+ #: ../lib/yasr-functions.php:184
982
  msgid "Yet Another Stars Rating: Multiple set"
983
  msgstr "Yet Another Stars Rating: Multi-Sets"
984
 
985
  # @ default
986
+ #: ../lib/yasr-functions.php:195
987
  msgid "You don't have enought privileges to insert Overall Rating"
988
  msgstr ""
989
  "Du hast nicht die notwendigen Berechtigungen um eine Gesamtbewertung "
990
  "einzufügen"
991
 
992
  # @ default
993
+ #: ../lib/yasr-functions.php:205
 
 
 
 
 
 
994
  #, fuzzy
995
+ msgid "You don't have enough privileges to insert a Multi Set"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
996
  msgstr ""
997
+ "Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
998
 
999
+ #: ../lib/yasr-functions.php:660
1000
+ msgid "Product, Place, Recipe, BlogPosting"
 
 
 
 
 
 
1001
  msgstr ""
1002
 
1003
  # @ yasr
1004
+ #: ../lib/yasr-ajax-functions.php:109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1005
  #, fuzzy
1006
  msgid "You've rated it "
1007
  msgstr " ist bewertet mit "
1008
 
1009
  # @ yasr
1010
+ #: ../lib/yasr-ajax-functions.php:113
1011
  #, fuzzy
1012
  msgid "You've reset the vote"
1013
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
1014
 
1015
  # @ yasr
1016
+ #: ../lib/yasr-ajax-functions.php:201
1017
+ #, fuzzy
1018
+ msgid "Type Saved"
1019
+ msgstr "Bewertung gespeichert"
1020
+
1021
+ # @ yasr
1022
+ #: ../lib/yasr-ajax-functions.php:204
1023
  msgid ""
1024
  "There was an error while trying to insert the review type. Please report it"
1025
  msgstr ""
1027
  "melden Sie es."
1028
 
1029
  # @ yasr
1030
+ #: ../lib/yasr-ajax-functions.php:243
1031
  msgid "Choose a vote for each element"
1032
  msgstr "Wähle eine Bewertung für jedes Element"
1033
 
1034
  # @ yasr
1035
+ #: ../lib/yasr-ajax-functions.php:306 ../lib/yasr-ajax-functions.php:350
1036
  #, fuzzy
1037
  msgid "If you want to insert this multiset, paste this shortcode "
1038
  msgstr "Vorhandene Multi-Sets"
1039
 
1040
+ #: ../lib/yasr-ajax-functions.php:308 ../lib/yasr-ajax-functions.php:352
1041
  msgid ""
1042
  "If, instead, you want allow your visitor to vote on this multiset, use this "
1043
  "shortcode"
1044
  msgstr ""
1045
 
1046
  # @ yasr
1047
+ #: ../lib/yasr-ajax-functions.php:317
1048
  msgid "Choose a vote for every element"
1049
  msgstr "Wähle eine Bewertung für jedes Element"
1050
 
1051
  # @ yasr
1052
+ #: ../lib/yasr-ajax-functions.php:493
1053
  msgid "Main"
1054
  msgstr "Allgemein"
1055
 
1056
  # @ yasr
1057
+ #: ../lib/yasr-ajax-functions.php:494
1058
  msgid "Charts"
1059
  msgstr "Charts"
1060
 
1061
  # @ yasr
1062
+ #: ../lib/yasr-ajax-functions.php:497
1063
  msgid "Read the doc"
1064
  msgstr "Lese die Dokumentation"
1065
 
1066
  # @ yasr
1067
+ #: ../lib/yasr-ajax-functions.php:506
1068
  msgid "Overall Rating / Review"
1069
  msgstr "Gesamtbewertung (Autorenbewertung)"
1070
 
1071
  # @ yasr
1072
+ #: ../lib/yasr-ajax-functions.php:508
1073
  msgid "Insert Overall Rating"
1074
  msgstr "Gesamtbewertung einfügen"
1075
 
1076
  # @ yasr
1077
+ #: ../lib/yasr-ajax-functions.php:509
1078
  msgid "Insert Overall Rating / Review for this post"
1079
  msgstr "Gesamtbewertung der Review-Autoren einfügen"
1080
 
1081
  # @ yasr
1082
+ #: ../lib/yasr-ajax-functions.php:512 ../lib/yasr-ajax-functions.php:530
1083
  msgid "Choose Size"
1084
  msgstr "Größe wählen"
1085
 
1086
  # @ yasr
1087
+ #: ../lib/yasr-ajax-functions.php:526
1088
  msgid "Insert Visitor Votes"
1089
  msgstr "Besucherbewertung einfügen"
1090
 
1091
  # @ yasr
1092
+ #: ../lib/yasr-ajax-functions.php:527
1093
  msgid "Insert the ability for your visitor to vote"
1094
  msgstr "Besucher dürfen Bewertungen abgeben"
1095
 
1096
  # @ yasr
1097
+ #: ../lib/yasr-ajax-functions.php:544
1098
  msgid "If you want to insert a Multi Set, pick one:"
1099
  msgstr "Vorhandene Multi-Sets"
1100
 
1101
  # @ yasr
1102
+ #: ../lib/yasr-ajax-functions.php:550
1103
  msgid "Choose wich set you want to insert."
1104
  msgstr "Wähle das einzufügende Multi-Set."
1105
 
1106
+ #: ../lib/yasr-ajax-functions.php:552 ../lib/yasr-ajax-functions.php:569
1107
  msgid "Readonly?"
1108
  msgstr ""
1109
 
1110
+ #: ../lib/yasr-ajax-functions.php:554 ../lib/yasr-ajax-functions.php:570
1111
  msgid ""
1112
  "If Readonly is checked, only you can insert the votes (in the box above the "
1113
  "editor)"
1114
  msgstr ""
1115
 
1116
  # @ yasr
1117
+ #: ../lib/yasr-ajax-functions.php:555
1118
  #, fuzzy
1119
  msgid "Insert Multi Set"
1120
  msgstr "Multi-Set einfügen"
1121
 
1122
  # @ yasr
1123
+ #: ../lib/yasr-ajax-functions.php:564
1124
  msgid "Insert Multiset:"
1125
  msgstr "Multi-Set einfügen:"
1126
 
1127
  # @ yasr
1128
+ #: ../lib/yasr-ajax-functions.php:567
1129
  msgid "Insert Multiple Set"
1130
  msgstr "Multi-Set einfügen"
1131
 
1132
  # @ yasr
1133
+ #: ../lib/yasr-ajax-functions.php:585
1134
  msgid "Ranking reviews"
1135
  msgstr "Rang Bewertungen"
1136
 
1137
  # @ yasr
1138
+ #: ../lib/yasr-ajax-functions.php:586
1139
  msgid "Insert Ranking reviews"
1140
  msgstr "Rang Bewertungen einfügen"
1141
 
1142
  # @ yasr
1143
+ #: ../lib/yasr-ajax-functions.php:587
1144
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1145
  msgstr "Top 10 Bewertung für [yasr_overall_rating] shortcode einfügen."
1146
 
1147
  # @ yasr
1148
+ #: ../lib/yasr-ajax-functions.php:591
1149
  msgid "Users' ranking"
1150
  msgstr "Benutzer-Rangliste"
1151
 
1152
  # @ yasr
1153
+ #: ../lib/yasr-ajax-functions.php:592
1154
  msgid "Insert Users ranking"
1155
  msgstr "Benutzer-Rangliste einfügen"
1156
 
1157
  # @ yasr
1158
+ #: ../lib/yasr-ajax-functions.php:593
1159
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1160
  msgstr "Top 10 Wertung für [yasr_visitor_votes] shortcode einfügen"
1161
 
1162
  # @ yasr
1163
+ #: ../lib/yasr-ajax-functions.php:597
1164
  msgid "Most active reviewers"
1165
  msgstr "Top 5 Aktivste Review-Autoren"
1166
 
1167
  # @ yasr
1168
+ #: ../lib/yasr-ajax-functions.php:598
1169
  msgid "Insert Most Active Reviewers"
1170
  msgstr "meist aktivste Bewertungen einfügen"
1171
 
1172
  # @ yasr
1173
+ #: ../lib/yasr-ajax-functions.php:599
1174
  msgid "Insert Top 5 active reviewers"
1175
  msgstr "Füge die Top 5 aktivsten Review-Autoren ein"
1176
 
1177
  # @ yasr
1178
+ #: ../lib/yasr-ajax-functions.php:603
1179
  msgid "Most Active Users"
1180
  msgstr "meist aktivste Benutzer"
1181
 
1182
  # @ yasr
1183
+ #: ../lib/yasr-ajax-functions.php:604
1184
  msgid "Insert Most Active Users"
1185
  msgstr "Aktivste Benutzer einfügen."
1186
 
1187
  # @ yasr
1188
+ #: ../lib/yasr-ajax-functions.php:605
1189
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1190
  msgstr "Top 10 Abstimmer [yasr_visitor_votes] Shortcode einfügen"
1191
 
1192
  # @ yasr
1193
+ #: ../lib/yasr-ajax-functions.php:678
1194
  msgid "Reviews and Visitor Votes have been successfull imported."
1195
  msgstr "Autoren-Reviews und Bewertungen wurden erfolgreich importiert."
1196
 
1197
  # @ yasr
1198
+ #: ../lib/yasr-ajax-functions.php:684
1199
  msgid ""
1200
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1201
  "THIS MAY TAKE A WHILE!"
1204
  "KANN ETWAS DAUERN!"
1205
 
1206
  # @ yasr
1207
+ #: ../lib/yasr-ajax-functions.php:686
1208
  msgid "Proceed Step 2"
1209
  msgstr "Fortfahren mit Schritt 2"
1210
 
1211
  # @ yasr
1212
+ #: ../lib/yasr-ajax-functions.php:693
1213
  msgid "Something goes wrong! Refresh the page and try again!"
1214
  msgstr ""
1215
  "Hier ist etwas schief gelaufen. Bitte aktualisiere die Seite und versuche es "
1216
  "noch einmal!"
1217
 
1218
  # @ yasr
1219
+ #: ../lib/yasr-ajax-functions.php:722
1220
  msgid "I've found Multiple Set! Importing..."
1221
  msgstr "Es wurden verschiedene Multi-Sets gefunden. Starte Import..."
1222
 
1223
  # @ yasr
1224
+ #: ../lib/yasr-ajax-functions.php:731
1225
  msgid "Multi Set's name has been successfull imported."
1226
  msgstr "Multi-Set Namen wurden erfolgreich importiert."
1227
 
1228
  # @ yasr
1229
+ #: ../lib/yasr-ajax-functions.php:733
1230
  msgid "Now I'm going to import Multi Set data"
1231
  msgstr "Der Import der Multi-Set Daten wird gestartet"
1232
 
1233
  # @ yasr
1234
+ #: ../lib/yasr-ajax-functions.php:744
1235
  msgid "All votes has been successfull imported."
1236
  msgstr "Alle Bewertungen wurden erfolgreich importiert."
1237
 
1238
  # @ yasr
1239
+ #: ../lib/yasr-ajax-functions.php:746
1240
  msgid "Done"
1241
  msgstr "Fertig"
1242
 
1243
  # @ yasr
1244
+ #: ../lib/yasr-ajax-functions.php:751
1245
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1246
  msgstr ""
1247
  "Es wurden Multi-Set Bewertungen gefunden aber diese konnten nicht in der "
1248
  "Datenbank gespeichert werden."
1249
 
1250
  # @ yasr
1251
+ #: ../lib/yasr-ajax-functions.php:759
1252
  msgid "I've found Multi Set but with no data"
1253
  msgstr "Das Multi-Set wurde gefunden aber es sind keine Daten vorhanden"
1254
 
1255
  # @ yasr
1256
+ #: ../lib/yasr-ajax-functions.php:768
1257
  msgid "I've found Multi Sets names but I couldn't insert into db"
1258
  msgstr ""
1259
  "Multi-Set Namen wurde gefunden aber konnten nicht in die Datenbank "
1260
  "importiert werden"
1261
 
1262
  # @ yasr
1263
+ #: ../lib/yasr-ajax-functions.php:776
1264
  msgid "Multisets were not found. Imported is done!"
1265
  msgstr "Kein Multi-Set gefunden aber Import war erfolgreich!"
1266
 
1267
  # @ yasr
1268
+ #: ../lib/yasr-ajax-functions.php:820 ../lib/yasr-ajax-functions.php:979
1269
  msgid "No Recenet votes yet"
1270
  msgstr "Keine kürzlichen Bewertungen"
1271
 
1272
+ #: ../lib/yasr-ajax-functions.php:842
1273
  #, php-format
1274
  msgid "Vote %d from %s on"
1275
  msgstr ""
1276
 
1277
  # @ yasr
1278
+ #: ../lib/yasr-ajax-functions.php:1191 ../lib/yasr-ajax-functions.php:1349
1279
  msgid "Error: you can't vote 0"
1280
  msgstr "Fehler: Sie können nicht 0 wählen!"
1281
 
1282
  # @ yasr
1283
+ #: ../lib/yasr-ajax-functions.php:1300 ../lib/yasr-ajax-functions.php:1308
 
1284
  msgid "Average:"
1285
  msgstr "Durchschnitt: "
1286
 
1287
  # @ yasr
1288
+ #: ../lib/yasr-ajax-functions.php:1301 ../lib/yasr-ajax-functions.php:1309
1289
  msgid "Vote Saved"
1290
  msgstr "Bewertung gespeichert"
1291
 
1292
  # @ yasr
1293
+ #: ../lib/yasr-ajax-functions.php:1450
1294
  msgid "Vote updated"
1295
  msgstr "Bewertung aktualisiert"
1296
 
1297
  # @ yasr
1298
+ #: ../lib/yasr-ajax-functions.php:1595
1299
  #, fuzzy
1300
  msgid "Rating saved!"
1301
  msgstr "Einstellungen gespeichert"
1302
 
1303
+ #: ../lib/yasr-ajax-functions.php:1601
1304
  msgid "Rating not saved. Please Try again"
1305
  msgstr ""
1306
 
1307
  # @ yasr
1308
+ #: ../lib/yasr-ajax-functions.php:1694
1309
  #, fuzzy
1310
  msgid "stars"
1311
  msgstr "Sterne"
1312
 
1313
  # @ yasr
1314
+ #: ../lib/yasr-ajax-functions.php:1699
1315
  #, fuzzy
1316
  msgid "star"
1317
  msgstr "Sterne"
1318
 
1319
+ # @ yasr
1320
+ #~ msgid "Styles"
1321
+ #~ msgstr "Styles"
1322
+
1323
+ # @ yasr
1324
+ #~ msgid "Pro Features!"
1325
+ #~ msgstr "Pro Funktionen!"
1326
+
1327
+ # @ yasr
1328
+ #~ msgid "Looking for more features?"
1329
+ #~ msgstr "Auf der Suche nach mehr Funktionen?"
1330
+
1331
+ #~ msgid "Upgrade to yasr pro!"
1332
+ #~ msgstr "Zu Yasr Pro wechseln!"
1333
+
1334
+ # @ yasr
1335
+ #, fuzzy
1336
+ #~ msgid "Multi Set Support"
1337
+ #~ msgstr "Multi-Sets"
1338
+
1339
+ # @ yasr
1340
+ #, fuzzy
1341
+ #~ msgid "Logs and stats for visitors votes"
1342
+ #~ msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
1343
+
1344
+ # @ yasr
1345
+ #, fuzzy
1346
+ #~ msgid "Size Only"
1347
+ #~ msgstr "Größe"
1348
+
1349
+ # @ yasr
1350
+ #, fuzzy
1351
+ #~ msgid "reviewed by"
1352
+ #~ msgstr " geschrieben von "
1353
+
1354
+ # @ yasr
1355
+ #~ msgid " on "
1356
+ #~ msgstr " am"
1357
+
1358
+ # @ yasr
1359
+ #, fuzzy
1360
+ #~ msgid "reviewed on"
1361
+ #~ msgstr " geschrieben von "
1362
+
1363
+ # @ yasr
1364
+ #, fuzzy
1365
+ #~ msgid "rated"
1366
+ #~ msgstr " ist bewertet mit "
1367
+
1368
+ # @ yasr
1369
+ #~ msgid " written by "
1370
+ #~ msgstr " geschrieben von "
1371
+
1372
+ # @ yasr
1373
+ #, fuzzy
1374
+ #~ msgid " average rating "
1375
+ #~ msgstr " Durchschnittsbewertung"
1376
+
1377
+ # @ yasr
1378
+ #~ msgid " user ratings"
1379
+ #~ msgstr " Besucherbewertungen"
1380
+
1381
  # @ yasr
1382
  #~ msgid "Donations"
1383
  #~ msgstr "Spenden"
1585
  #~ msgid "Yasr Pro General Options"
1586
  #~ msgstr "Allgemeine Einstellungen"
1587
 
 
 
 
 
 
1588
  # @ yasr
1589
  #, fuzzy
1590
  #~ msgid "Use auto insert?"
languages/yet-another-stars-rating-es_ES.mo CHANGED
Binary file
languages/yet-another-stars-rating-es_ES.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating\n"
4
- "POT-Creation-Date: 2015-09-10 11:39+0100\n"
5
- "PO-Revision-Date: 2015-09-10 11:39+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: Cglevel.com <tusitio@cglevel.com>\n"
8
  "Language: es_ES\n"
@@ -23,8 +23,8 @@ msgstr ""
23
  msgid "Rate this article / item"
24
  msgstr "Califica este artículo / artículo"
25
 
26
- #: yasr-metabox-top-right.php:81 lib/yasr-shortcode-functions.php:149
27
- #: lib/yasr-shortcode-functions.php:546
28
  msgid "Loading, please wait"
29
  msgstr "Cargando por favor espere"
30
 
@@ -36,16 +36,12 @@ msgstr "Calificación Guardada"
36
  msgid "This review is about a..."
37
  msgstr "Esta crítica es sobre una ..."
38
 
39
- #: yasr-metabox-top-right.php:181
40
- msgid "Product, Place, Other"
41
- msgstr "Producto, lugar, otros"
42
-
43
- #: yasr-metabox-top-right.php:216 yasr-metabox-multiple-rating.php:46
44
- #: lib/yasr-settings-functions.php:542
45
  msgid "Select"
46
  msgstr "Seleccionar"
47
 
48
- #: yasr-metabox-top-right.php:234
49
  msgid ""
50
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
51
  "where you want to display this rating"
@@ -53,82 +49,84 @@ msgstr ""
53
  "Recuerde insertar este código corto <strong>[yasr_overall_rating]</strong> "
54
  "donde quieras mostrar este calificación"
55
 
56
- #: yasr-settings-page.php:24 lib/yasr-functions.php:111
57
- #: lib/yasr-ajax-functions.php:44 lib/yasr-ajax-functions.php:211
58
- #: lib/yasr-ajax-functions.php:365 lib/yasr-ajax-functions.php:781
 
59
  msgid "You do not have sufficient permissions to access this page."
60
  msgstr "No tiene los permisos necesarios para acceder a esta página."
61
 
62
- #: yasr-settings-page.php:37
63
  msgid "Settings"
64
  msgstr "Opciones"
65
 
66
- #: yasr-settings-page.php:80
67
  msgid "General Settings"
68
  msgstr "Configuración general"
69
 
70
- #: yasr-settings-page.php:81
71
  msgid "Multi Sets"
72
  msgstr "Conjunto multiple"
73
 
74
- #: yasr-settings-page.php:82
75
- msgid "Styles"
76
- msgstr "Estilos"
 
77
 
78
- #: yasr-settings-page.php:83
79
- msgid "Pro Features!"
80
- msgstr "Características Pro"
81
 
82
- #: yasr-settings-page.php:100 yasr-settings-page.php:263
83
- #: yasr-settings-page.php:297
84
  msgid "Save"
85
  msgstr "Guardar"
86
 
87
- #: yasr-settings-page.php:125
88
  msgid "Import Gd Star Rating"
89
  msgstr "Importación GD Star Rating"
90
 
91
- #: yasr-settings-page.php:126
92
  msgid "I've found a previous installation of Gd Star Rating."
93
  msgstr "He encontrado una instalación anterior de Gd Star Rating."
94
 
95
- #: yasr-settings-page.php:126
96
  msgid "Do you want proceed to import data?"
97
  msgstr "¿Deseas continuar con la importación de los datos?"
98
 
99
- #: yasr-settings-page.php:128
100
  msgid "Yes, Begin Import"
101
  msgstr "Si, comenzar importación"
102
 
103
- #: yasr-settings-page.php:132
104
  msgid "Click on Proceed to import Gd Star Rating data."
105
  msgstr "Haga clic en Continuar para importar datos de Gd Star Rating."
106
 
107
- #: yasr-settings-page.php:135 yasr-settings-page.php:168
108
  msgid "Proceed"
109
  msgstr "Proceder"
110
 
111
- #: yasr-settings-page.php:157
112
  msgid "Manage GD Star Data"
113
  msgstr "Administrar GD Star Data"
114
 
115
- #: yasr-settings-page.php:158
116
  msgid "Gd Star Rating has been already imported."
117
  msgstr "Gd Star Rating ya ha sido importado."
118
 
119
- #: yasr-settings-page.php:159
120
  msgid "If you wish you can import it again, but"
121
  msgstr "Si lo desea, puede importarlo de nuevo, pero"
122
 
123
- #: yasr-settings-page.php:159
124
  msgid "you will lose all data you've collect since the import!"
125
  msgstr "perderá todos los datos coleccionados desde la importación!"
126
 
127
- #: yasr-settings-page.php:161
128
  msgid "Ok, Import Again"
129
  msgstr "Ok, Importar de nuevo"
130
 
131
- #: yasr-settings-page.php:165
132
  msgid ""
133
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
134
  msgstr ""
@@ -179,82 +177,108 @@ msgstr ""
179
  msgid "Close this message"
180
  msgstr "Cerrar este mensaje"
181
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  #: yasr-metabox-multiple-rating.php:35
183
  msgid "Choose wich set you want to use"
184
  msgstr "Elegir qué conjunto desea utilizar."
185
 
186
- #: lib/yasr-shortcode-functions.php:202 lib/yasr-shortcode-functions.php:223
187
- #: lib/yasr-shortcode-functions.php:253
188
  msgid "You've already voted this article with"
189
  msgstr "Usted ya ha calificado este artículo con"
190
 
191
- #: lib/yasr-shortcode-functions.php:264 lib/yasr-shortcode-functions.php:574
192
- msgid "You must sign to vote"
 
193
  msgstr "Usted debe iniciar para calificar"
194
 
195
- #: lib/yasr-shortcode-functions.php:306 lib/yasr-ajax-functions.php:1118
196
- #: lib/yasr-ajax-functions.php:1126 lib/yasr-ajax-functions.php:1261
197
  msgid "Total: "
198
  msgstr "Total:"
199
 
200
- #: lib/yasr-shortcode-functions.php:306
201
  msgid "Average: "
202
  msgstr "Promedio:"
203
 
204
- #: lib/yasr-shortcode-functions.php:322
205
- msgid "bad, poor, ok, good, super"
206
- msgstr "mala, pobre, ok, buena, super"
207
 
208
- #: lib/yasr-shortcode-functions.php:553
209
  msgid "Thank you for voting! "
210
  msgstr "Gracias por estar calificando!"
211
 
212
- #: lib/yasr-shortcode-functions.php:564 lib/yasr-shortcode-functions.php:572
213
- #: lib/yasr-shortcode-functions.php:584
214
- msgid "Submit!"
215
- msgstr ""
216
-
217
- #: lib/yasr-shortcode-functions.php:761
218
  msgid "Rating"
219
  msgstr "Calificación"
220
 
221
- #: lib/yasr-shortcode-functions.php:775
222
  msgid "You don't have any votes stored"
223
  msgstr "Usted no tiene Calificaciónes almacenadas"
224
 
225
- #: lib/yasr-shortcode-functions.php:811 lib/yasr-shortcode-functions.php:850
226
  msgid "Post / Page"
227
  msgstr "Entrada / Página"
228
 
229
- #: lib/yasr-shortcode-functions.php:812 lib/yasr-shortcode-functions.php:851
230
  msgid "Order By"
231
  msgstr "Ordenar por"
232
 
233
- #: lib/yasr-shortcode-functions.php:812 lib/yasr-shortcode-functions.php:851
234
  msgid "Most Rated"
235
  msgstr "Más valorado"
236
 
237
- #: lib/yasr-shortcode-functions.php:812 lib/yasr-shortcode-functions.php:851
238
  msgid "Highest Rated"
239
  msgstr "Calificación más alta"
240
 
241
- #: lib/yasr-shortcode-functions.php:830 lib/yasr-shortcode-functions.php:865
242
  msgid "Total:"
243
  msgstr "Total:"
244
 
245
- #: lib/yasr-shortcode-functions.php:830 lib/yasr-shortcode-functions.php:865
246
  msgid "Average"
247
  msgstr "Promedio"
248
 
249
- #: lib/yasr-shortcode-functions.php:842
250
  msgid "You've not enough data"
251
  msgstr "No tienes suficientes datos"
252
 
253
- #: lib/yasr-shortcode-functions.php:877
254
  msgid "You've not enought data"
255
  msgstr "No tienes suficientes datos"
256
 
257
- #: lib/yasr-shortcode-functions.php:962
258
  msgid ""
259
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
260
  "any review?"
@@ -262,7 +286,7 @@ msgstr ""
262
  "Problema al recuperar los 5 mejores los colaboradores más activos. ¿ Usted "
263
  "publiquo cualquier calificación?"
264
 
265
- #: lib/yasr-shortcode-functions.php:1030
266
  msgid ""
267
  "Problem while retrieving the top 10 active users chart. Are you sure you "
268
  "have votes to show?"
@@ -270,127 +294,133 @@ msgstr ""
270
  "Problema al recuperar los 10 usuarios activos. ¿Seguro que tiene "
271
  "calificación a mostrar?"
272
 
273
- #: lib/yasr-settings-functions.php:52
 
 
 
 
 
274
  msgid "General settings"
275
  msgstr "Ajustes generales"
276
 
277
- #: lib/yasr-settings-functions.php:53
278
  msgid "Auto insert options"
279
  msgstr "Opciones de inserción automática"
280
 
281
- #: lib/yasr-settings-functions.php:54
282
  msgid "Show \"Overall Rating\" in Archive Page?"
283
  msgstr "Mostrar \"Punuación General\" en página de archivo?"
284
 
285
- #: lib/yasr-settings-functions.php:55
286
  msgid "Show \"Visitor Votes\" in Archive Page?"
287
  msgstr "Mostrar \"Calificación de Visitantes\" en Archivar página?"
288
 
289
- #: lib/yasr-settings-functions.php:56
290
  msgid "Insert custom text to show before / after stars"
291
  msgstr ""
292
  "Introduzca el texto personalizado para mostrar antes / después de estrellas"
293
 
294
- #: lib/yasr-settings-functions.php:57
295
  msgid "Do you want show stats for visitors votes?"
296
  msgstr "¿Desea mostrar las estadísticas de calificación de los visitantes "
297
 
298
- #: lib/yasr-settings-functions.php:58
299
  msgid "Allow only logged in user to vote?"
300
  msgstr "Permitir sólo usuario registrado para calificar?"
301
 
302
- #: lib/yasr-settings-functions.php:59
303
- msgid "Which rich snippets do you want to use?"
304
- msgstr "¿Qué fragmentos enriquecidos desea utilizar?"
 
305
 
306
- #: lib/yasr-settings-functions.php:60
307
  msgid "How do you want to rate \"Overall Rating\"?"
308
  msgstr "¿Cómo quiere puntuar \"Puntuación global\"?"
309
 
310
- #: lib/yasr-settings-functions.php:74
311
  msgid "Use Auto Insert?"
312
  msgstr "Utilice la inserción automáticamente?"
313
 
314
- #: lib/yasr-settings-functions.php:77 lib/yasr-settings-functions.php:146
315
- #: lib/yasr-settings-functions.php:164 lib/yasr-settings-functions.php:206
316
- #: lib/yasr-settings-functions.php:232 lib/yasr-settings-functions.php:266
317
- #: lib/yasr-settings-functions.php:321
318
  msgid "Yes"
319
  msgstr "Sí"
320
 
321
- #: lib/yasr-settings-functions.php:91 lib/yasr-settings-functions.php:151
322
- #: lib/yasr-settings-functions.php:169 lib/yasr-settings-functions.php:211
323
- #: lib/yasr-settings-functions.php:237 lib/yasr-settings-functions.php:271
324
- #: lib/yasr-settings-functions.php:326
325
  msgid "No"
326
  msgstr "No"
327
 
328
- #: lib/yasr-settings-functions.php:97
329
  msgid "What?"
330
  msgstr "¿Qué?"
331
 
332
- #: lib/yasr-settings-functions.php:100
333
  msgid "Overall Rating / Author Rating"
334
  msgstr "Clasificación general / Autor Puntuación"
335
 
336
- #: lib/yasr-settings-functions.php:104 lib/yasr-ajax-functions.php:500
337
  msgid "Visitor Votes"
338
  msgstr "Calificación de los visitantes"
339
 
340
- #: lib/yasr-settings-functions.php:108
341
  msgid "Both"
342
  msgstr "Ambos"
343
 
344
- #: lib/yasr-settings-functions.php:112
345
  msgid "Where?"
346
  msgstr "¿Dónde?"
347
 
348
- #: lib/yasr-settings-functions.php:115
349
  msgid "Before the post"
350
  msgstr "Antes de las entradas"
351
 
352
- #: lib/yasr-settings-functions.php:119
353
  msgid "After the post"
354
  msgstr "Después de las entradas"
355
 
356
- #: lib/yasr-settings-functions.php:124
357
  msgid "Size"
358
  msgstr "Tamaño"
359
 
360
- #: lib/yasr-settings-functions.php:128 lib/yasr-ajax-functions.php:490
361
- #: lib/yasr-ajax-functions.php:508
362
  msgid "Small"
363
  msgstr "Pequeño"
364
 
365
- #: lib/yasr-settings-functions.php:133 lib/yasr-ajax-functions.php:491
366
- #: lib/yasr-ajax-functions.php:509
367
  msgid "Medium"
368
  msgstr "Medio"
369
 
370
- #: lib/yasr-settings-functions.php:138 lib/yasr-ajax-functions.php:492
371
- #: lib/yasr-ajax-functions.php:510
372
  msgid "Large"
373
  msgstr "Grande"
374
 
375
- #: lib/yasr-settings-functions.php:143
376
  msgid "Exclude Pages?"
377
  msgstr "Excluir páginas?"
378
 
379
- #: lib/yasr-settings-functions.php:161
380
  msgid "Use only in custom post types?"
381
  msgstr "Utilizar sólo en tipos de entradas personalizadas?"
382
 
383
- #: lib/yasr-settings-functions.php:173
384
  msgid "You see this because you use custom post types."
385
  msgstr "Usted ve esto porque utiliza tipos de entradas personalizadas."
386
 
387
- #: lib/yasr-settings-functions.php:175
388
  msgid "If you want to use auto insert only in custom post types, choose Yes"
389
  msgstr ""
390
  "Si desea utilizar inserción automática sólo en tipos de entradas "
391
  "personalizadas, elija Sí"
392
 
393
- #: lib/yasr-settings-functions.php:215
394
  msgid ""
395
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
396
  "article or page, but also in pages like Home Page, category pages or "
@@ -400,7 +430,7 @@ msgstr ""
400
  "una página, sino también en páginas como página inicial, las páginas de "
401
  "categorías o archivos."
402
 
403
- #: lib/yasr-settings-functions.php:241
404
  msgid ""
405
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
406
  "article or page, but also in pages like Home Page, category pages or "
@@ -410,30 +440,30 @@ msgstr ""
410
  "artículo único o una página, sino también en páginas como página inicial, "
411
  "las páginas de categorías o archivos."
412
 
413
- #: lib/yasr-settings-functions.php:276
414
  msgid "Custom text to display before Overall Rating"
415
  msgstr "Texto personalizado para que aparece antes de la Clasificación general"
416
 
417
- #: lib/yasr-settings-functions.php:281
418
  msgid "Custom text to display BEFORE Visitor Rating"
419
  msgstr "Texto personalizado para que aparece antes de la Clasificación"
420
 
421
- #: lib/yasr-settings-functions.php:287
422
  msgid "Custom text to display AFTER Visitor Rating"
423
  msgstr ""
424
  "Texto personalizado para mostrar después de la calificación del visitante"
425
 
426
- #: lib/yasr-settings-functions.php:292
427
  msgid "Custom text to display when a non logged user has already rated"
428
  msgstr ""
429
  "Texto personalizado para que aparezca cuando un usuario no conectados ha "
430
  "clasificado"
431
 
432
- #: lib/yasr-settings-functions.php:297
433
  msgid "Help"
434
  msgstr "Ayuda"
435
 
436
- #: lib/yasr-settings-functions.php:301
437
  msgid ""
438
  "In the first field you can use %overall_rating% pattern to show the overall "
439
  "rating."
@@ -441,7 +471,7 @@ msgstr ""
441
  "En el primer campo puede utilizar % overall_rating % patrón para mostrar la "
442
  "calificación global."
443
 
444
- #: lib/yasr-settings-functions.php:305
445
  msgid ""
446
  "In the Second and Third fields you can use %total_count% pattern to show the "
447
  "total count, and %average% pattern to show the average"
@@ -450,27 +480,32 @@ msgstr ""
450
  "mostrar el recuento total y el patrón de promedio %average% para mostrar el "
451
  "promedio"
452
 
453
- #: lib/yasr-settings-functions.php:344
454
  msgid "Allow only logged-in users"
455
  msgstr "Permitir sólo usuarios registrados"
456
 
457
- #: lib/yasr-settings-functions.php:348
458
  msgid "Allow everybody (logged in and anonymous)"
459
  msgstr "Permitir a todo el mundo (conectado y anónimo)"
460
 
461
- #: lib/yasr-settings-functions.php:365
 
 
 
 
 
462
  msgid "Review Rating"
463
  msgstr "Revisar Puntuación"
464
 
465
- #: lib/yasr-settings-functions.php:369
466
  msgid "Aggregate Rating"
467
  msgstr "Agregar Puntuación"
468
 
469
- #: lib/yasr-settings-functions.php:374
470
  msgid "What is this?"
471
  msgstr "¿Qué es esto?"
472
 
473
- #: lib/yasr-settings-functions.php:379
474
  msgid ""
475
  "If you select \"Review Rating\", your site will be indexed from search "
476
  "engines like this: "
@@ -478,50 +513,70 @@ msgstr ""
478
  "Si selecciona \"Revisar Puntuación\", su sitio será indexado en los motores "
479
  "de búsqueda como esto:"
480
 
481
- #: lib/yasr-settings-functions.php:384
482
  msgid ""
483
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
484
  "this"
485
  msgstr ""
486
  "Si, en cambio, elige \"Agregar puntuación\",su sitio será indexado como este"
487
 
488
- #: lib/yasr-settings-functions.php:402
489
- msgid "Stars"
490
- msgstr "Estrellas"
491
 
492
- #: lib/yasr-settings-functions.php:406
493
- msgid "Numbers"
494
- msgstr "Números"
495
 
496
- #: lib/yasr-settings-functions.php:431
497
- msgid "Which color scheme do you want to use?"
498
- msgstr "¿Qué combinación de colores desea utilizar?"
499
 
500
- #: lib/yasr-settings-functions.php:452
501
- msgid "Light"
502
- msgstr "Claro"
503
 
504
  #: lib/yasr-settings-functions.php:457
505
- msgid "Dark"
506
- msgstr "Oscuro"
507
 
508
- #: lib/yasr-settings-functions.php:462
509
- msgid "Preview"
510
- msgstr "Previsualizar"
 
 
511
 
512
- #: lib/yasr-settings-functions.php:467
513
- msgid "Light theme"
514
- msgstr "Tema claro"
515
 
516
- #: lib/yasr-settings-functions.php:472
517
- msgid "Dark theme"
518
- msgstr "Tema oscuro"
519
 
520
- #: lib/yasr-settings-functions.php:487
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
521
  msgid "Add New Multiple Set"
522
  msgstr "Añadir un nuevo conjuntos múltiples"
523
 
524
- #: lib/yasr-settings-functions.php:488
525
  msgid ""
526
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
527
  "characters"
@@ -529,43 +584,43 @@ msgstr ""
529
  "Nombre, el elemento # 1 y el elemento # 2 debe ser llenado y debe ser largas "
530
  "al menos 3 caracteres"
531
 
532
- #: lib/yasr-settings-functions.php:491
533
  msgid "Name"
534
  msgstr "Nombre"
535
 
536
- #: lib/yasr-settings-functions.php:496
537
  msgid "You can insert up to nine elements"
538
  msgstr "Puede insertar hasta nueve elementos"
539
 
540
- #: lib/yasr-settings-functions.php:501
541
  msgid "Element "
542
  msgstr "Elemento"
543
 
544
- #: lib/yasr-settings-functions.php:511
545
  msgid "Create New Set"
546
  msgstr "Crear nuevo conjunto"
547
 
548
- #: lib/yasr-settings-functions.php:532 lib/yasr-settings-functions.php:565
549
  msgid "Manage Multiple Set"
550
  msgstr "Administrar Conjuntos Multiples"
551
 
552
- #: lib/yasr-settings-functions.php:534
553
  msgid "Wich set do you want to edit or remove?"
554
  msgstr "Cual Conjunto desea editar o eliminar?"
555
 
556
- #: lib/yasr-settings-functions.php:575 lib/yasr-settings-functions.php:693
557
  msgid "Field name"
558
  msgstr "Nombre"
559
 
560
- #: lib/yasr-settings-functions.php:579 lib/yasr-settings-functions.php:697
561
  msgid "Remove"
562
  msgstr "Eliminar"
563
 
564
- #: lib/yasr-settings-functions.php:621 lib/yasr-settings-functions.php:739
565
  msgid "Remove whole set?"
566
  msgstr "Retire Conjunto entero?"
567
 
568
- #: lib/yasr-settings-functions.php:634 lib/yasr-settings-functions.php:752
569
  msgid ""
570
  "If you remove something you will remove all the votes for that set or field. "
571
  "This operation CAN'T BE undone."
@@ -573,58 +628,58 @@ msgstr ""
573
  "Si elimina algo que va a eliminar todas las calificaciones para ese grupo o "
574
  "campo. Esta operación no se puede deshacer."
575
 
576
- #: lib/yasr-settings-functions.php:641 lib/yasr-settings-functions.php:759
577
  msgid "You can use up to 9 elements"
578
  msgstr "Puede utilizar un máximo de 9 elementos"
579
 
580
- #: lib/yasr-settings-functions.php:643 lib/yasr-settings-functions.php:761
581
  msgid "Add element"
582
  msgstr "Añadir Elemento"
583
 
584
- #: lib/yasr-settings-functions.php:645 lib/yasr-settings-functions.php:763
585
  msgid "Save changes"
586
  msgstr "Guardas cambios"
587
 
588
- #: lib/yasr-settings-functions.php:655
589
  msgid "No Multiple Set were found"
590
  msgstr "No se hallaron Conjuntos Múltiples"
591
 
592
- #: lib/yasr-settings-functions.php:904 lib/yasr-settings-functions.php:1172
593
  msgid "Settings Saved"
594
  msgstr "Configuración guardada"
595
 
596
- #: lib/yasr-settings-functions.php:909
597
  msgid "Something goes wrong trying insert set field name. Please report it"
598
  msgstr ""
599
  "Algo va mal intentando establecer el nombre del campo de los Conjuntos "
600
  "Multiples . Por favor repórtelo"
601
 
602
- #: lib/yasr-settings-functions.php:915
603
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
604
  msgstr ""
605
  "Algo va mal insertando el nombre de los Conjuntos Multiples.. Por favor "
606
  "repórtelo"
607
 
608
- #: lib/yasr-settings-functions.php:990
609
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
610
  msgstr ""
611
  "Algo va mal tratando de eliminar un conjuntos múltiples. Por favor repórtelo"
612
 
613
- #: lib/yasr-settings-functions.php:1036
614
  msgid ""
615
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
616
  msgstr ""
617
  "Algo va mal tratando de eliminar un elemento de Multi Set. Por favor "
618
  "repórtelo"
619
 
620
- #: lib/yasr-settings-functions.php:1100
621
  msgid ""
622
  "Something goes wrong trying to update a Multi Set's element. Please report it"
623
  msgstr ""
624
  "Algo va mal tratando de actualizar un elemento de Conjuntos Multiples. Por "
625
  "favor repórtelo"
626
 
627
- #: lib/yasr-settings-functions.php:1157
628
  msgid ""
629
  "Something goes wrong trying to insert set field name in edit form. Please "
630
  "report it"
@@ -632,124 +687,95 @@ msgstr ""
632
  "Algo va mal tratando de insertar el nombre del conjunto en el campo de la "
633
  "forma de edición. Por favor repórtelo"
634
 
635
- #: lib/yasr-settings-functions.php:1202
636
  msgid "Style Options"
637
  msgstr "Opciones de estilo"
638
 
639
- #: lib/yasr-settings-functions.php:1203
640
- msgid "Custom CSS Styles"
641
- msgstr "Estilos CSS personalizado"
642
 
643
- #: lib/yasr-settings-functions.php:1208
644
- msgid ""
645
- "Please use text area below to write your own CSS styles to override the "
646
- "default ones."
647
  msgstr ""
648
- "Por favor, utilice el área de texto de abajo para escribir sus propios "
649
- "estilos CSS para reemplazar los que esta por defecto."
650
-
651
- #: lib/yasr-settings-functions.php:1210
652
- msgid "Leave it blank if you don't know what you're doing"
653
- msgstr "Déjelo en blanco si no sabes lo que estás haciendo"
654
-
655
- #: lib/yasr-settings-functions.php:1233
656
- msgid "Looking for more features?"
657
- msgstr "¿Estás buscando más características?"
658
 
659
- #: lib/yasr-settings-functions.php:1234
660
- msgid "Upgrade to yasr pro!"
661
- msgstr "Actualizar a yasr pro!"
662
-
663
- #: lib/yasr-settings-functions.php:1250
664
- msgid "Unlimited ratings and votes"
665
- msgstr "Calificaciones ilimitadas y puntuaciones"
666
-
667
- #: lib/yasr-settings-functions.php:1256
668
- msgid "Works with shortcodes"
669
- msgstr "Funciona con códigos cortos"
670
-
671
- #: lib/yasr-settings-functions.php:1262
672
- msgid "Multi Set Support"
673
- msgstr "Soporte conjunto multiple"
674
-
675
- #: lib/yasr-settings-functions.php:1267
676
- msgid "Logs and stats for visitors votes"
677
- msgstr "Registros y estadísticas para calificaciones de visitantes"
678
 
679
- #: lib/yasr-settings-functions.php:1272
680
- msgid "Localization (.po and .mo files included)"
681
- msgstr "Localización (.po y archivos .mo incluidos)"
682
 
683
- #: lib/yasr-settings-functions.php:1277
684
- msgid "Rich Snippet Support"
685
- msgstr "Soporte Rich Snippet"
686
 
687
- #: lib/yasr-settings-functions.php:1282
688
- msgid "Rankings for reviews, votes and users"
689
- msgstr "Rankings en los comentarios, Calificaciones y usuarios"
690
 
691
- #: lib/yasr-settings-functions.php:1287
692
- msgid "Rankings Customization"
693
- msgstr "Personalización puntuación"
694
 
695
- #: lib/yasr-settings-functions.php:1292
696
- msgid "Stars Customization"
697
- msgstr "Personalizaciónde estrellas"
698
 
699
- #: lib/yasr-settings-functions.php:1293
700
- msgid "Size Only"
701
- msgstr "Tamaño"
702
 
703
- #: lib/yasr-settings-functions.php:1294
704
  msgid ""
705
- "Users can choose different ready to use sets or can upload their own images."
 
706
  msgstr ""
707
- "Los usuarios pueden elegir diferentes listas para usar conjuntos o pueden "
708
- "subir sus propias imágenes."
709
-
710
- #: lib/yasr-settings-functions.php:1297
711
- msgid "Users can review in comments"
712
- msgstr "Los usuarios pueden revisar en los comentarios"
713
 
714
- #: lib/yasr-settings-functions.php:1308
715
- msgid "Not avaible yet"
716
- msgstr "No disponibles, aún,"
 
717
 
718
- #: lib/yasr-settings-functions.php:1367
719
  msgid "Keep in touch!"
720
  msgstr ""
721
 
722
- #: lib/yasr-settings-functions.php:1409
723
  #, php-format
724
  msgid ""
725
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
726
  msgstr ""
727
 
728
- #: lib/yasr-settings-functions.php:1411
729
  msgid "Can I ask a favor?"
730
  msgstr ""
731
 
732
- #: lib/yasr-settings-functions.php:1413
733
  msgid "Can you please rate YASR 5 stars on"
734
  msgstr ""
735
 
736
- #: lib/yasr-settings-functions.php:1415
737
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
738
  msgstr ""
739
 
740
- #: lib/yasr-settings-functions.php:1421
741
  msgid "Ok, I'm glad to help!"
742
  msgstr ""
743
 
744
- #: lib/yasr-settings-functions.php:1422
745
  msgid "Remind me later!"
746
  msgstr ""
747
 
748
- #: lib/yasr-settings-functions.php:1423
749
  msgid "Don't need to ask, I already did it!"
750
  msgstr ""
751
 
752
- #: lib/yasr-settings-functions.php:1456
753
  #, php-format
754
  msgid ""
755
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
@@ -757,113 +783,95 @@ msgid ""
757
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
758
  msgstr ""
759
 
760
- #: lib/yasr-settings-functions.php:1501
761
  msgid "No previous Gd Star Rating installation was found"
762
  msgstr "No se encontró ninguna instalación previade GD Star Rating"
763
 
764
- #: lib/yasr-db-functions.php:310
765
  msgid "No recenet votes yet"
766
  msgstr "No hay calificación reciente"
767
 
768
- #: lib/yasr-db-functions.php:325 lib/yasr-ajax-functions.php:806
769
  msgid "anonymous"
770
  msgstr "anónimo"
771
 
772
- #: lib/yasr-db-functions.php:334
773
  #, php-format
774
  msgid "Vote %d from %s on "
775
  msgstr "Calificado %d from %s s en"
776
 
777
- #: lib/yasr-db-functions.php:350 lib/yasr-ajax-functions.php:831
 
778
  msgid "Ip address"
779
  msgstr "dirección IP,"
780
 
781
- #: lib/yasr-db-functions.php:391 lib/yasr-ajax-functions.php:872
 
782
  msgid "Pages"
783
  msgstr "Páginas"
784
 
785
- #: lib/yasr-functions.php:99 lib/yasr-functions.php:100
 
 
 
 
 
 
 
 
 
786
  msgid "Yet Another Stars Rating: Settings"
787
  msgstr "Yet Another Stars Rating: Configuración"
788
 
789
- #: lib/yasr-functions.php:148
790
  msgid "Yet Another Stars Rating: Multiple set"
791
  msgstr "Yet Another Stars Rating: Conjuntos Multiples"
792
 
793
- #: lib/yasr-functions.php:159
794
  msgid "You don't have enought privileges to insert Overall Rating"
795
  msgstr ""
796
  "Usted no tiene privilegios suficientes para insertar Puntuación general"
797
 
798
- #: lib/yasr-functions.php:169
799
- msgid "You don't have enought privileges to insert Multi Set"
800
- msgstr ""
801
- "Usted no tiene privilegios suficientes para insertar Conjuntos Multiples"
802
-
803
- #: lib/yasr-functions.php:298
804
- #, fuzzy
805
- msgid "reviewed by"
806
- msgstr " Revisado por: "
807
-
808
- #: lib/yasr-functions.php:300 lib/yasr-functions.php:368
809
- msgid " on "
810
- msgstr " el "
811
-
812
- #: lib/yasr-functions.php:314
813
  #, fuzzy
814
- msgid "reviewed on"
815
- msgstr " Revisado por: "
816
-
817
- #: lib/yasr-functions.php:315
818
- msgid "by "
819
  msgstr ""
 
820
 
821
- #: lib/yasr-functions.php:319
822
- #, fuzzy
823
- msgid "rated"
824
- msgstr " Calificado "
825
-
826
- #: lib/yasr-functions.php:319
827
  #, fuzzy
828
- msgid "of"
829
- msgstr " de "
830
-
831
- #: lib/yasr-functions.php:376
832
- msgid " written by "
833
- msgstr " scrito por: "
834
-
835
- #: lib/yasr-functions.php:379
836
- msgid " average rating "
837
- msgstr ""
838
-
839
- #: lib/yasr-functions.php:380
840
- msgid " user ratings"
841
- msgstr " Puntuación de los usuarios "
842
 
843
- #: lib/yasr-ajax-functions.php:102
844
  msgid "You've rated it "
845
  msgstr "Has Calificado esto"
846
 
847
- #: lib/yasr-ajax-functions.php:106
848
  msgid "You've reset the vote"
849
  msgstr "Has restablecido la Calificación"
850
 
851
- #: lib/yasr-ajax-functions.php:188
 
 
 
 
 
852
  msgid ""
853
  "There was an error while trying to insert the review type. Please report it"
854
  msgstr ""
855
  "Se produjo un error al intentar insertar el tipo de revición. Por favor "
856
  "repórtelo"
857
 
858
- #: lib/yasr-ajax-functions.php:223
859
  msgid "Choose a vote for each element"
860
  msgstr "Elegir una calificación por cada elemento"
861
 
862
- #: lib/yasr-ajax-functions.php:286 lib/yasr-ajax-functions.php:330
863
  msgid "If you want to insert this multiset, paste this shortcode "
864
  msgstr "Si desea insertar este multiset, pegar este código corto"
865
 
866
- #: lib/yasr-ajax-functions.php:288 lib/yasr-ajax-functions.php:332
867
  msgid ""
868
  "If, instead, you want allow your visitor to vote on this multiset, use this "
869
  "shortcode"
@@ -871,59 +879,59 @@ msgstr ""
871
  "Si, en cambio, desea permitir su visita a votar sobre este multiset, utilice "
872
  "este código corto"
873
 
874
- #: lib/yasr-ajax-functions.php:297
875
  msgid "Choose a vote for every element"
876
  msgstr "Elegir una calinicación por cada elemento"
877
 
878
- #: lib/yasr-ajax-functions.php:470
879
  msgid "Main"
880
  msgstr "Principal"
881
 
882
- #: lib/yasr-ajax-functions.php:471
883
  msgid "Charts"
884
  msgstr "Tablas"
885
 
886
- #: lib/yasr-ajax-functions.php:473
887
  msgid "Read the doc"
888
  msgstr "Lea el documento"
889
 
890
- #: lib/yasr-ajax-functions.php:482
891
  msgid "Overall Rating / Review"
892
  msgstr "Puntuación general / Revisión"
893
 
894
- #: lib/yasr-ajax-functions.php:484
895
  msgid "Insert Overall Rating"
896
  msgstr "Inserte Puntuación general"
897
 
898
- #: lib/yasr-ajax-functions.php:485
899
  msgid "Insert Overall Rating / Review for this post"
900
  msgstr "Inserte Puntuación General / Revisión para esta entrada"
901
 
902
- #: lib/yasr-ajax-functions.php:488 lib/yasr-ajax-functions.php:506
903
  msgid "Choose Size"
904
  msgstr "Elija Tamaño"
905
 
906
- #: lib/yasr-ajax-functions.php:502
907
  msgid "Insert Visitor Votes"
908
  msgstr "Inserte Calificación de los visitantes"
909
 
910
- #: lib/yasr-ajax-functions.php:503
911
  msgid "Insert the ability for your visitor to vote"
912
  msgstr "Inserte la capacidad para que su visitante pueda calificar"
913
 
914
- #: lib/yasr-ajax-functions.php:520
915
  msgid "If you want to insert a Multi Set, pick one:"
916
  msgstr "Si desea insertar un Conjunto Multiple, escoger uno:"
917
 
918
- #: lib/yasr-ajax-functions.php:526
919
  msgid "Choose wich set you want to insert."
920
  msgstr "Elija cual conjunto desee insertar."
921
 
922
- #: lib/yasr-ajax-functions.php:528 lib/yasr-ajax-functions.php:545
923
  msgid "Readonly?"
924
  msgstr "¿Solo es de lectura ?"
925
 
926
- #: lib/yasr-ajax-functions.php:530 lib/yasr-ajax-functions.php:546
927
  msgid ""
928
  "If Readonly is checked, only you can insert the votes (in the box above the "
929
  "editor)"
@@ -931,73 +939,73 @@ msgstr ""
931
  "Si sólo lectura está activada, sólo se pueden insertar los votos (en el "
932
  "cuadro sobre el editor)"
933
 
934
- #: lib/yasr-ajax-functions.php:531
935
  msgid "Insert Multi Set"
936
  msgstr "Inserte conjunto Multiple"
937
 
938
- #: lib/yasr-ajax-functions.php:540
939
  msgid "Insert Multiset:"
940
  msgstr "Inserte Conjunto Múltiple"
941
 
942
- #: lib/yasr-ajax-functions.php:543
943
  msgid "Insert Multiple Set"
944
  msgstr "Inserte Conjuntos Múltiples"
945
 
946
- #: lib/yasr-ajax-functions.php:561
947
  msgid "Ranking reviews"
948
  msgstr "reviciones Rango"
949
 
950
- #: lib/yasr-ajax-functions.php:562
951
  msgid "Insert Ranking reviews"
952
  msgstr "Inserte Reviciones de rango"
953
 
954
- #: lib/yasr-ajax-functions.php:563
955
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
956
  msgstr "Inserte el rango Top 10 de [yasr_overall_rating] codigo corto"
957
 
958
- #: lib/yasr-ajax-functions.php:567
959
  msgid "Users' ranking"
960
  msgstr "Rango de Usuarios"
961
 
962
- #: lib/yasr-ajax-functions.php:568
963
  msgid "Insert Users ranking"
964
  msgstr "Inserte rango de Usuarios "
965
 
966
- #: lib/yasr-ajax-functions.php:569
967
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
968
  msgstr "Inserte el rango Top 10 de [yasr_visitor_votes] codigo corto"
969
 
970
- #: lib/yasr-ajax-functions.php:573
971
  msgid "Most active reviewers"
972
  msgstr "Los colaboradores más activos"
973
 
974
- #: lib/yasr-ajax-functions.php:574
975
  msgid "Insert Most Active Reviewers"
976
  msgstr "Inserte Revisores más activas"
977
 
978
- #: lib/yasr-ajax-functions.php:575
979
  msgid "Insert Top 5 active reviewers"
980
  msgstr "Inserte el Top 5 Puntuaciones activas"
981
 
982
- #: lib/yasr-ajax-functions.php:579
983
  msgid "Most Active Users"
984
  msgstr "Usuarios más activos"
985
 
986
- #: lib/yasr-ajax-functions.php:580
987
  msgid "Insert Most Active Users"
988
  msgstr "Inserte Usuarios más activos"
989
 
990
- #: lib/yasr-ajax-functions.php:581
991
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
992
  msgstr ""
993
  "Inserte el Top 10 de las calificaciones [yasr_visitor_votes] codigo corto"
994
 
995
- #: lib/yasr-ajax-functions.php:652
996
  msgid "Reviews and Visitor Votes have been successfull imported."
997
  msgstr ""
998
  "Comentarios y Calificaciones de los visitantes han sido exitoso importado."
999
 
1000
- #: lib/yasr-ajax-functions.php:658
1001
  msgid ""
1002
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1003
  "THIS MAY TAKE A WHILE!"
@@ -1005,95 +1013,165 @@ msgstr ""
1005
  "Paso 2: voy a comprobar si se ha utilizado conjuntos multiples y si es así "
1006
  "yo los importaré. ESTO PUEDE TARDAR UN POCO!"
1007
 
1008
- #: lib/yasr-ajax-functions.php:660
1009
  msgid "Proceed Step 2"
1010
  msgstr "Proceder Paso 2"
1011
 
1012
- #: lib/yasr-ajax-functions.php:667
1013
  msgid "Something goes wrong! Refresh the page and try again!"
1014
  msgstr "Algo va mal! Actualiza la página y vuelve a intentarlo!"
1015
 
1016
- #: lib/yasr-ajax-functions.php:696
1017
  msgid "I've found Multiple Set! Importing..."
1018
  msgstr "He encontrado conjuntos multiples! Importación ..."
1019
 
1020
- #: lib/yasr-ajax-functions.php:705
1021
  msgid "Multi Set's name has been successfull imported."
1022
  msgstr "El nombre de conjuntos multiples ha sido exitosamente importado."
1023
 
1024
- #: lib/yasr-ajax-functions.php:707
1025
  msgid "Now I'm going to import Multi Set data"
1026
  msgstr "Ahora voy a importar conjuntos multiples de datos"
1027
 
1028
- #: lib/yasr-ajax-functions.php:718
1029
  msgid "All votes has been successfull imported."
1030
  msgstr "Todas las calificaciones han sido importado exitosamente"
1031
 
1032
- #: lib/yasr-ajax-functions.php:720
1033
  msgid "Done"
1034
  msgstr "Hecho"
1035
 
1036
- #: lib/yasr-ajax-functions.php:725
1037
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1038
  msgstr ""
1039
  "He encontrado las calificaciones de los conjunto múltiple pero no pude "
1040
  "insertar en la base de datos"
1041
 
1042
- #: lib/yasr-ajax-functions.php:733
1043
  msgid "I've found Multi Set but with no data"
1044
  msgstr "He encontrado conjuntos multiples pero sin datos"
1045
 
1046
- #: lib/yasr-ajax-functions.php:742
1047
  msgid "I've found Multi Sets names but I couldn't insert into db"
1048
  msgstr ""
1049
  "He encontrado los nombres de conjuntos multiples pero no pude insertar en la "
1050
  "base de datos"
1051
 
1052
- #: lib/yasr-ajax-functions.php:750
1053
  msgid "Multisets were not found. Imported is done!"
1054
  msgstr "No se encontraron conjuntos múltiples. Importado está listo!"
1055
 
1056
- #: lib/yasr-ajax-functions.php:793
1057
  msgid "No Recenet votes yet"
1058
  msgstr "No hay calificación reciente"
1059
 
1060
- #: lib/yasr-ajax-functions.php:815
1061
  #, php-format
1062
  msgid "Vote %d from %s on"
1063
  msgstr "Votar %d de %s en"
1064
 
1065
- #: lib/yasr-ajax-functions.php:1013 lib/yasr-ajax-functions.php:1168
1066
  msgid "Error: you can't vote 0"
1067
  msgstr "Error: no se puede votar 0"
1068
 
1069
- #: lib/yasr-ajax-functions.php:1118 lib/yasr-ajax-functions.php:1126
1070
  msgid "Average:"
1071
  msgstr "Promedio:"
1072
 
1073
- #: lib/yasr-ajax-functions.php:1119 lib/yasr-ajax-functions.php:1127
1074
  msgid "Vote Saved"
1075
  msgstr "Calificación guardada"
1076
 
1077
- #: lib/yasr-ajax-functions.php:1264
1078
  msgid "Vote updated"
1079
  msgstr "Calificación actualizada"
1080
 
1081
- #: lib/yasr-ajax-functions.php:1409
1082
  msgid "Rating saved!"
1083
  msgstr "Calificación guardada"
1084
 
1085
- #: lib/yasr-ajax-functions.php:1415
1086
  msgid "Rating not saved. Please Try again"
1087
  msgstr "Calificación no guardado. Por favor intentelo nuevamente"
1088
 
1089
- #: lib/yasr-ajax-functions.php:1508
1090
  msgid "stars"
1091
  msgstr "Estrellas"
1092
 
1093
- #: lib/yasr-ajax-functions.php:1513
1094
  msgid "star"
1095
  msgstr "estrella"
1096
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1097
  #~ msgid "Donations"
1098
  #~ msgstr "Donaciones”."
1099
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating\n"
4
+ "POT-Creation-Date: 2016-02-08 13:40+0100\n"
5
+ "PO-Revision-Date: 2016-02-08 13:40+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: Cglevel.com <tusitio@cglevel.com>\n"
8
  "Language: es_ES\n"
23
  msgid "Rate this article / item"
24
  msgstr "Califica este artículo / artículo"
25
 
26
+ #: yasr-metabox-top-right.php:81 lib/yasr-shortcode-functions.php:504
27
+ #: lib/yasr-functions.php:55
28
  msgid "Loading, please wait"
29
  msgstr "Cargando por favor espere"
30
 
36
  msgid "This review is about a..."
37
  msgstr "Esta crítica es sobre una ..."
38
 
39
+ #: yasr-metabox-top-right.php:181 yasr-metabox-multiple-rating.php:46
40
+ #: lib/yasr-settings-functions.php:656
 
 
 
 
41
  msgid "Select"
42
  msgstr "Seleccionar"
43
 
44
+ #: yasr-metabox-top-right.php:199
45
  msgid ""
46
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
47
  "where you want to display this rating"
49
  "Recuerde insertar este código corto <strong>[yasr_overall_rating]</strong> "
50
  "donde quieras mostrar este calificación"
51
 
52
+ #: yasr-settings-page.php:24 lib/yasr-functions.php:147
53
+ #: lib/yasr-ajax-functions.php:45 lib/yasr-ajax-functions.php:142
54
+ #: lib/yasr-ajax-functions.php:228 lib/yasr-ajax-functions.php:386
55
+ #: lib/yasr-ajax-functions.php:797 lib/yasr-ajax-functions.php:1111
56
  msgid "You do not have sufficient permissions to access this page."
57
  msgstr "No tiene los permisos necesarios para acceder a esta página."
58
 
59
+ #: yasr-settings-page.php:38
60
  msgid "Settings"
61
  msgstr "Opciones"
62
 
63
+ #: yasr-settings-page.php:82
64
  msgid "General Settings"
65
  msgstr "Configuración general"
66
 
67
+ #: yasr-settings-page.php:83
68
  msgid "Multi Sets"
69
  msgstr "Conjunto multiple"
70
 
71
+ #: yasr-settings-page.php:84
72
+ #, fuzzy
73
+ msgid "Aspect & Styles"
74
+ msgstr "Estilos CSS personalizado"
75
 
76
+ #: yasr-settings-page.php:86
77
+ msgid "Extensions"
78
+ msgstr ""
79
 
80
+ #: yasr-settings-page.php:103 yasr-settings-page.php:263
81
+ #: yasr-settings-page.php:294
82
  msgid "Save"
83
  msgstr "Guardar"
84
 
85
+ #: yasr-settings-page.php:128
86
  msgid "Import Gd Star Rating"
87
  msgstr "Importación GD Star Rating"
88
 
89
+ #: yasr-settings-page.php:129
90
  msgid "I've found a previous installation of Gd Star Rating."
91
  msgstr "He encontrado una instalación anterior de Gd Star Rating."
92
 
93
+ #: yasr-settings-page.php:129
94
  msgid "Do you want proceed to import data?"
95
  msgstr "¿Deseas continuar con la importación de los datos?"
96
 
97
+ #: yasr-settings-page.php:131
98
  msgid "Yes, Begin Import"
99
  msgstr "Si, comenzar importación"
100
 
101
+ #: yasr-settings-page.php:135
102
  msgid "Click on Proceed to import Gd Star Rating data."
103
  msgstr "Haga clic en Continuar para importar datos de Gd Star Rating."
104
 
105
+ #: yasr-settings-page.php:138 yasr-settings-page.php:171
106
  msgid "Proceed"
107
  msgstr "Proceder"
108
 
109
+ #: yasr-settings-page.php:160
110
  msgid "Manage GD Star Data"
111
  msgstr "Administrar GD Star Data"
112
 
113
+ #: yasr-settings-page.php:161
114
  msgid "Gd Star Rating has been already imported."
115
  msgstr "Gd Star Rating ya ha sido importado."
116
 
117
+ #: yasr-settings-page.php:162
118
  msgid "If you wish you can import it again, but"
119
  msgstr "Si lo desea, puede importarlo de nuevo, pero"
120
 
121
+ #: yasr-settings-page.php:162
122
  msgid "you will lose all data you've collect since the import!"
123
  msgstr "perderá todos los datos coleccionados desde la importación!"
124
 
125
+ #: yasr-settings-page.php:164
126
  msgid "Ok, Import Again"
127
  msgstr "Ok, Importar de nuevo"
128
 
129
+ #: yasr-settings-page.php:168
130
  msgid ""
131
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
132
  msgstr ""
177
  msgid "Close this message"
178
  msgstr "Cerrar este mensaje"
179
 
180
+ #: yasr-settings-page.php:320
181
+ #, fuzzy
182
+ msgid "Extensions for Yet Another Stars Rating"
183
+ msgstr "Yet Another Stars Rating: Configuración"
184
+
185
+ #: yasr-settings-page.php:323
186
+ msgid "Extensions add functionality to your Yasr installation"
187
+ msgstr ""
188
+
189
+ #: yasr-settings-page.php:338
190
+ msgid ""
191
+ "Start accepting reviews and ratings for your post or pages using Yasr User "
192
+ "Reviews extension."
193
+ msgstr ""
194
+
195
+ #: yasr-settings-page.php:356 yasr-settings-page.php:394
196
+ #: yasr-settings-page.php:432
197
+ msgid "Get this extension"
198
+ msgstr ""
199
+
200
+ #: yasr-settings-page.php:376
201
+ #, fuzzy
202
+ msgid "Choose between ready to use image or upload your own!"
203
+ msgstr ""
204
+ "Los usuarios pueden elegir diferentes listas para usar conjuntos o pueden "
205
+ "subir sus propias imágenes."
206
+
207
+ #: yasr-settings-page.php:414
208
+ msgid "Unleash all the power of your rankings with just a click!"
209
+ msgstr ""
210
+
211
  #: yasr-metabox-multiple-rating.php:35
212
  msgid "Choose wich set you want to use"
213
  msgstr "Elegir qué conjunto desea utilizar."
214
 
215
+ #: lib/yasr-shortcode-functions.php:187 lib/yasr-shortcode-functions.php:212
 
216
  msgid "You've already voted this article with"
217
  msgstr "Usted ya ha calificado este artículo con"
218
 
219
+ #: lib/yasr-shortcode-functions.php:237 lib/yasr-shortcode-functions.php:533
220
+ #, fuzzy
221
+ msgid "You must sign in to vote"
222
  msgstr "Usted debe iniciar para calificar"
223
 
224
+ #: lib/yasr-shortcode-functions.php:279 lib/yasr-ajax-functions.php:1300
225
+ #: lib/yasr-ajax-functions.php:1308 lib/yasr-ajax-functions.php:1447
226
  msgid "Total: "
227
  msgstr "Total:"
228
 
229
+ #: lib/yasr-shortcode-functions.php:279
230
  msgid "Average: "
231
  msgstr "Promedio:"
232
 
233
+ #: lib/yasr-shortcode-functions.php:506
234
+ msgid "Submit!"
235
+ msgstr ""
236
 
237
+ #: lib/yasr-shortcode-functions.php:512
238
  msgid "Thank you for voting! "
239
  msgstr "Gracias por estar calificando!"
240
 
241
+ #: lib/yasr-shortcode-functions.php:721
 
 
 
 
 
242
  msgid "Rating"
243
  msgstr "Calificación"
244
 
245
+ #: lib/yasr-shortcode-functions.php:735
246
  msgid "You don't have any votes stored"
247
  msgstr "Usted no tiene Calificaciónes almacenadas"
248
 
249
+ #: lib/yasr-shortcode-functions.php:771 lib/yasr-shortcode-functions.php:810
250
  msgid "Post / Page"
251
  msgstr "Entrada / Página"
252
 
253
+ #: lib/yasr-shortcode-functions.php:772 lib/yasr-shortcode-functions.php:811
254
  msgid "Order By"
255
  msgstr "Ordenar por"
256
 
257
+ #: lib/yasr-shortcode-functions.php:772 lib/yasr-shortcode-functions.php:811
258
  msgid "Most Rated"
259
  msgstr "Más valorado"
260
 
261
+ #: lib/yasr-shortcode-functions.php:772 lib/yasr-shortcode-functions.php:811
262
  msgid "Highest Rated"
263
  msgstr "Calificación más alta"
264
 
265
+ #: lib/yasr-shortcode-functions.php:790 lib/yasr-shortcode-functions.php:825
266
  msgid "Total:"
267
  msgstr "Total:"
268
 
269
+ #: lib/yasr-shortcode-functions.php:790 lib/yasr-shortcode-functions.php:825
270
  msgid "Average"
271
  msgstr "Promedio"
272
 
273
+ #: lib/yasr-shortcode-functions.php:802
274
  msgid "You've not enough data"
275
  msgstr "No tienes suficientes datos"
276
 
277
+ #: lib/yasr-shortcode-functions.php:837
278
  msgid "You've not enought data"
279
  msgstr "No tienes suficientes datos"
280
 
281
+ #: lib/yasr-shortcode-functions.php:922
282
  msgid ""
283
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
284
  "any review?"
286
  "Problema al recuperar los 5 mejores los colaboradores más activos. ¿ Usted "
287
  "publiquo cualquier calificación?"
288
 
289
+ #: lib/yasr-shortcode-functions.php:990
290
  msgid ""
291
  "Problem while retrieving the top 10 active users chart. Are you sure you "
292
  "have votes to show?"
294
  "Problema al recuperar los 10 usuarios activos. ¿Seguro que tiene "
295
  "calificación a mostrar?"
296
 
297
+ #: lib/yasr-shortcode-functions.php:1027
298
+ #, php-format
299
+ msgid "based on %d votes"
300
+ msgstr ""
301
+
302
+ #: lib/yasr-settings-functions.php:68
303
  msgid "General settings"
304
  msgstr "Ajustes generales"
305
 
306
+ #: lib/yasr-settings-functions.php:69
307
  msgid "Auto insert options"
308
  msgstr "Opciones de inserción automática"
309
 
310
+ #: lib/yasr-settings-functions.php:70
311
  msgid "Show \"Overall Rating\" in Archive Page?"
312
  msgstr "Mostrar \"Punuación General\" en página de archivo?"
313
 
314
+ #: lib/yasr-settings-functions.php:71
315
  msgid "Show \"Visitor Votes\" in Archive Page?"
316
  msgstr "Mostrar \"Calificación de Visitantes\" en Archivar página?"
317
 
318
+ #: lib/yasr-settings-functions.php:72
319
  msgid "Insert custom text to show before / after stars"
320
  msgstr ""
321
  "Introduzca el texto personalizado para mostrar antes / después de estrellas"
322
 
323
+ #: lib/yasr-settings-functions.php:73
324
  msgid "Do you want show stats for visitors votes?"
325
  msgstr "¿Desea mostrar las estadísticas de calificación de los visitantes "
326
 
327
+ #: lib/yasr-settings-functions.php:74
328
  msgid "Allow only logged in user to vote?"
329
  msgstr "Permitir sólo usuario registrado para calificar?"
330
 
331
+ #: lib/yasr-settings-functions.php:75
332
+ #, fuzzy
333
+ msgid "Rich snippet options"
334
+ msgstr "Soporte Rich Snippet"
335
 
336
+ #: lib/yasr-settings-functions.php:76
337
  msgid "How do you want to rate \"Overall Rating\"?"
338
  msgstr "¿Cómo quiere puntuar \"Puntuación global\"?"
339
 
340
+ #: lib/yasr-settings-functions.php:90
341
  msgid "Use Auto Insert?"
342
  msgstr "Utilice la inserción automáticamente?"
343
 
344
+ #: lib/yasr-settings-functions.php:96 lib/yasr-settings-functions.php:180
345
+ #: lib/yasr-settings-functions.php:200 lib/yasr-settings-functions.php:244
346
+ #: lib/yasr-settings-functions.php:270 lib/yasr-settings-functions.php:304
347
+ #: lib/yasr-settings-functions.php:359
348
  msgid "Yes"
349
  msgstr "Sí"
350
 
351
+ #: lib/yasr-settings-functions.php:110 lib/yasr-settings-functions.php:185
352
+ #: lib/yasr-settings-functions.php:205 lib/yasr-settings-functions.php:249
353
+ #: lib/yasr-settings-functions.php:275 lib/yasr-settings-functions.php:309
354
+ #: lib/yasr-settings-functions.php:364
355
  msgid "No"
356
  msgstr "No"
357
 
358
+ #: lib/yasr-settings-functions.php:118
359
  msgid "What?"
360
  msgstr "¿Qué?"
361
 
362
+ #: lib/yasr-settings-functions.php:123
363
  msgid "Overall Rating / Author Rating"
364
  msgstr "Clasificación general / Autor Puntuación"
365
 
366
+ #: lib/yasr-settings-functions.php:127 lib/yasr-ajax-functions.php:524
367
  msgid "Visitor Votes"
368
  msgstr "Calificación de los visitantes"
369
 
370
+ #: lib/yasr-settings-functions.php:131
371
  msgid "Both"
372
  msgstr "Ambos"
373
 
374
+ #: lib/yasr-settings-functions.php:137
375
  msgid "Where?"
376
  msgstr "¿Dónde?"
377
 
378
+ #: lib/yasr-settings-functions.php:142
379
  msgid "Before the post"
380
  msgstr "Antes de las entradas"
381
 
382
+ #: lib/yasr-settings-functions.php:146
383
  msgid "After the post"
384
  msgstr "Después de las entradas"
385
 
386
+ #: lib/yasr-settings-functions.php:153
387
  msgid "Size"
388
  msgstr "Tamaño"
389
 
390
+ #: lib/yasr-settings-functions.php:159 lib/yasr-ajax-functions.php:514
391
+ #: lib/yasr-ajax-functions.php:532
392
  msgid "Small"
393
  msgstr "Pequeño"
394
 
395
+ #: lib/yasr-settings-functions.php:164 lib/yasr-ajax-functions.php:515
396
+ #: lib/yasr-ajax-functions.php:533
397
  msgid "Medium"
398
  msgstr "Medio"
399
 
400
+ #: lib/yasr-settings-functions.php:169 lib/yasr-ajax-functions.php:516
401
+ #: lib/yasr-ajax-functions.php:534
402
  msgid "Large"
403
  msgstr "Grande"
404
 
405
+ #: lib/yasr-settings-functions.php:176
406
  msgid "Exclude Pages?"
407
  msgstr "Excluir páginas?"
408
 
409
+ #: lib/yasr-settings-functions.php:197
410
  msgid "Use only in custom post types?"
411
  msgstr "Utilizar sólo en tipos de entradas personalizadas?"
412
 
413
+ #: lib/yasr-settings-functions.php:209
414
  msgid "You see this because you use custom post types."
415
  msgstr "Usted ve esto porque utiliza tipos de entradas personalizadas."
416
 
417
+ #: lib/yasr-settings-functions.php:211
418
  msgid "If you want to use auto insert only in custom post types, choose Yes"
419
  msgstr ""
420
  "Si desea utilizar inserción automática sólo en tipos de entradas "
421
  "personalizadas, elija Sí"
422
 
423
+ #: lib/yasr-settings-functions.php:253
424
  msgid ""
425
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
426
  "article or page, but also in pages like Home Page, category pages or "
430
  "una página, sino también en páginas como página inicial, las páginas de "
431
  "categorías o archivos."
432
 
433
+ #: lib/yasr-settings-functions.php:279
434
  msgid ""
435
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
436
  "article or page, but also in pages like Home Page, category pages or "
440
  "artículo único o una página, sino también en páginas como página inicial, "
441
  "las páginas de categorías o archivos."
442
 
443
+ #: lib/yasr-settings-functions.php:314
444
  msgid "Custom text to display before Overall Rating"
445
  msgstr "Texto personalizado para que aparece antes de la Clasificación general"
446
 
447
+ #: lib/yasr-settings-functions.php:319
448
  msgid "Custom text to display BEFORE Visitor Rating"
449
  msgstr "Texto personalizado para que aparece antes de la Clasificación"
450
 
451
+ #: lib/yasr-settings-functions.php:325
452
  msgid "Custom text to display AFTER Visitor Rating"
453
  msgstr ""
454
  "Texto personalizado para mostrar después de la calificación del visitante"
455
 
456
+ #: lib/yasr-settings-functions.php:330
457
  msgid "Custom text to display when a non logged user has already rated"
458
  msgstr ""
459
  "Texto personalizado para que aparezca cuando un usuario no conectados ha "
460
  "clasificado"
461
 
462
+ #: lib/yasr-settings-functions.php:335
463
  msgid "Help"
464
  msgstr "Ayuda"
465
 
466
+ #: lib/yasr-settings-functions.php:339
467
  msgid ""
468
  "In the first field you can use %overall_rating% pattern to show the overall "
469
  "rating."
471
  "En el primer campo puede utilizar % overall_rating % patrón para mostrar la "
472
  "calificación global."
473
 
474
+ #: lib/yasr-settings-functions.php:343
475
  msgid ""
476
  "In the Second and Third fields you can use %total_count% pattern to show the "
477
  "total count, and %average% pattern to show the average"
480
  "mostrar el recuento total y el patrón de promedio %average% para mostrar el "
481
  "promedio"
482
 
483
+ #: lib/yasr-settings-functions.php:382
484
  msgid "Allow only logged-in users"
485
  msgstr "Permitir sólo usuarios registrados"
486
 
487
+ #: lib/yasr-settings-functions.php:386
488
  msgid "Allow everybody (logged in and anonymous)"
489
  msgstr "Permitir a todo el mundo (conectado y anónimo)"
490
 
491
+ #: lib/yasr-settings-functions.php:406
492
+ #, fuzzy
493
+ msgid "Which rich snippet do you want to use?"
494
+ msgstr "¿Qué fragmentos enriquecidos desea utilizar?"
495
+
496
+ #: lib/yasr-settings-functions.php:410
497
  msgid "Review Rating"
498
  msgstr "Revisar Puntuación"
499
 
500
+ #: lib/yasr-settings-functions.php:414
501
  msgid "Aggregate Rating"
502
  msgstr "Agregar Puntuación"
503
 
504
+ #: lib/yasr-settings-functions.php:419
505
  msgid "What is this?"
506
  msgstr "¿Qué es esto?"
507
 
508
+ #: lib/yasr-settings-functions.php:424
509
  msgid ""
510
  "If you select \"Review Rating\", your site will be indexed from search "
511
  "engines like this: "
513
  "Si selecciona \"Revisar Puntuación\", su sitio será indexado en los motores "
514
  "de búsqueda como esto:"
515
 
516
+ #: lib/yasr-settings-functions.php:429
517
  msgid ""
518
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
519
  "this"
520
  msgstr ""
521
  "Si, en cambio, elige \"Agregar puntuación\",su sitio será indexado como este"
522
 
523
+ #: lib/yasr-settings-functions.php:440
524
+ msgid "Select default item type for all post or pages"
525
+ msgstr ""
526
 
527
+ #: lib/yasr-settings-functions.php:445
528
+ msgid "Product"
529
+ msgstr ""
530
 
531
+ #: lib/yasr-settings-functions.php:449
532
+ msgid "Place"
533
+ msgstr ""
534
 
535
+ #: lib/yasr-settings-functions.php:453
536
+ msgid "Recipe"
537
+ msgstr ""
538
 
539
  #: lib/yasr-settings-functions.php:457
540
+ msgid "BlogPosting"
541
+ msgstr ""
542
 
543
+ #: lib/yasr-settings-functions.php:463
544
+ msgid ""
545
+ "If you need to use BlogPosting as item type, even for just one post or page, "
546
+ "please fill these forms"
547
+ msgstr ""
548
 
549
+ #: lib/yasr-settings-functions.php:468
550
+ msgid "Publisher name (e.g. Google)"
551
+ msgstr ""
552
 
553
+ #: lib/yasr-settings-functions.php:473
554
+ msgid "Logo Url (if empty siteicon will be used instead)"
555
+ msgstr ""
556
 
557
+ #: lib/yasr-settings-functions.php:480
558
+ msgid "You can always change it in the single post or page."
559
+ msgstr ""
560
+
561
+ #: lib/yasr-settings-functions.php:482
562
+ msgid ""
563
+ "This will affect only the post/page where you didn't change manually the "
564
+ "itemtype yet."
565
+ msgstr ""
566
+
567
+ #: lib/yasr-settings-functions.php:521
568
+ msgid "Stars"
569
+ msgstr "Estrellas"
570
+
571
+ #: lib/yasr-settings-functions.php:525
572
+ msgid "Numbers"
573
+ msgstr "Números"
574
+
575
+ #: lib/yasr-settings-functions.php:601
576
  msgid "Add New Multiple Set"
577
  msgstr "Añadir un nuevo conjuntos múltiples"
578
 
579
+ #: lib/yasr-settings-functions.php:602
580
  msgid ""
581
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
582
  "characters"
584
  "Nombre, el elemento # 1 y el elemento # 2 debe ser llenado y debe ser largas "
585
  "al menos 3 caracteres"
586
 
587
+ #: lib/yasr-settings-functions.php:605
588
  msgid "Name"
589
  msgstr "Nombre"
590
 
591
+ #: lib/yasr-settings-functions.php:610
592
  msgid "You can insert up to nine elements"
593
  msgstr "Puede insertar hasta nueve elementos"
594
 
595
+ #: lib/yasr-settings-functions.php:615
596
  msgid "Element "
597
  msgstr "Elemento"
598
 
599
+ #: lib/yasr-settings-functions.php:625
600
  msgid "Create New Set"
601
  msgstr "Crear nuevo conjunto"
602
 
603
+ #: lib/yasr-settings-functions.php:646 lib/yasr-settings-functions.php:679
604
  msgid "Manage Multiple Set"
605
  msgstr "Administrar Conjuntos Multiples"
606
 
607
+ #: lib/yasr-settings-functions.php:648
608
  msgid "Wich set do you want to edit or remove?"
609
  msgstr "Cual Conjunto desea editar o eliminar?"
610
 
611
+ #: lib/yasr-settings-functions.php:689 lib/yasr-settings-functions.php:807
612
  msgid "Field name"
613
  msgstr "Nombre"
614
 
615
+ #: lib/yasr-settings-functions.php:693 lib/yasr-settings-functions.php:811
616
  msgid "Remove"
617
  msgstr "Eliminar"
618
 
619
+ #: lib/yasr-settings-functions.php:735 lib/yasr-settings-functions.php:853
620
  msgid "Remove whole set?"
621
  msgstr "Retire Conjunto entero?"
622
 
623
+ #: lib/yasr-settings-functions.php:748 lib/yasr-settings-functions.php:866
624
  msgid ""
625
  "If you remove something you will remove all the votes for that set or field. "
626
  "This operation CAN'T BE undone."
628
  "Si elimina algo que va a eliminar todas las calificaciones para ese grupo o "
629
  "campo. Esta operación no se puede deshacer."
630
 
631
+ #: lib/yasr-settings-functions.php:755 lib/yasr-settings-functions.php:873
632
  msgid "You can use up to 9 elements"
633
  msgstr "Puede utilizar un máximo de 9 elementos"
634
 
635
+ #: lib/yasr-settings-functions.php:757 lib/yasr-settings-functions.php:875
636
  msgid "Add element"
637
  msgstr "Añadir Elemento"
638
 
639
+ #: lib/yasr-settings-functions.php:759 lib/yasr-settings-functions.php:877
640
  msgid "Save changes"
641
  msgstr "Guardas cambios"
642
 
643
+ #: lib/yasr-settings-functions.php:769
644
  msgid "No Multiple Set were found"
645
  msgstr "No se hallaron Conjuntos Múltiples"
646
 
647
+ #: lib/yasr-settings-functions.php:1018 lib/yasr-settings-functions.php:1318
648
  msgid "Settings Saved"
649
  msgstr "Configuración guardada"
650
 
651
+ #: lib/yasr-settings-functions.php:1023
652
  msgid "Something goes wrong trying insert set field name. Please report it"
653
  msgstr ""
654
  "Algo va mal intentando establecer el nombre del campo de los Conjuntos "
655
  "Multiples . Por favor repórtelo"
656
 
657
+ #: lib/yasr-settings-functions.php:1029
658
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
659
  msgstr ""
660
  "Algo va mal insertando el nombre de los Conjuntos Multiples.. Por favor "
661
  "repórtelo"
662
 
663
+ #: lib/yasr-settings-functions.php:1104
664
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
665
  msgstr ""
666
  "Algo va mal tratando de eliminar un conjuntos múltiples. Por favor repórtelo"
667
 
668
+ #: lib/yasr-settings-functions.php:1150
669
  msgid ""
670
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
671
  msgstr ""
672
  "Algo va mal tratando de eliminar un elemento de Multi Set. Por favor "
673
  "repórtelo"
674
 
675
+ #: lib/yasr-settings-functions.php:1214
676
  msgid ""
677
  "Something goes wrong trying to update a Multi Set's element. Please report it"
678
  msgstr ""
679
  "Algo va mal tratando de actualizar un elemento de Conjuntos Multiples. Por "
680
  "favor repórtelo"
681
 
682
+ #: lib/yasr-settings-functions.php:1303
683
  msgid ""
684
  "Something goes wrong trying to insert set field name in edit form. Please "
685
  "report it"
687
  "Algo va mal tratando de insertar el nombre del conjunto en el campo de la "
688
  "forma de edición. Por favor repórtelo"
689
 
690
+ #: lib/yasr-settings-functions.php:1351
691
  msgid "Style Options"
692
  msgstr "Opciones de estilo"
693
 
694
+ #: lib/yasr-settings-functions.php:1352
695
+ msgid "Which color scheme do you want to use?"
696
+ msgstr "¿Qué combinación de colores desea utilizar?"
697
 
698
+ #: lib/yasr-settings-functions.php:1370
699
+ msgid "Select the set you've uploaded"
 
 
700
  msgstr ""
 
 
 
 
 
 
 
 
 
 
701
 
702
+ #: lib/yasr-settings-functions.php:1371
703
+ #, fuzzy
704
+ msgid "Choose Stars Set"
705
+ msgstr "Elija Tamaño"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
706
 
707
+ #: lib/yasr-settings-functions.php:1375
708
+ msgid "Custom CSS Styles"
709
+ msgstr "Estilos CSS personalizado"
710
 
711
+ #: lib/yasr-settings-functions.php:1390
712
+ msgid "Light"
713
+ msgstr "Claro"
714
 
715
+ #: lib/yasr-settings-functions.php:1395
716
+ msgid "Dark"
717
+ msgstr "Oscuro"
718
 
719
+ #: lib/yasr-settings-functions.php:1400
720
+ msgid "Preview"
721
+ msgstr "Previsualizar"
722
 
723
+ #: lib/yasr-settings-functions.php:1405
724
+ msgid "Light theme"
725
+ msgstr "Tema claro"
726
 
727
+ #: lib/yasr-settings-functions.php:1410
728
+ msgid "Dark theme"
729
+ msgstr "Tema oscuro"
730
 
731
+ #: lib/yasr-settings-functions.php:1422
732
  msgid ""
733
+ "Please use text area below to write your own CSS styles to override the "
734
+ "default ones."
735
  msgstr ""
736
+ "Por favor, utilice el área de texto de abajo para escribir sus propios "
737
+ "estilos CSS para reemplazar los que esta por defecto."
 
 
 
 
738
 
739
+ #: lib/yasr-settings-functions.php:1424
740
+ #, fuzzy
741
+ msgid "Leave it blank if you don't know what you're doing."
742
+ msgstr "Déjelo en blanco si no sabes lo que estás haciendo"
743
 
744
+ #: lib/yasr-settings-functions.php:1495
745
  msgid "Keep in touch!"
746
  msgstr ""
747
 
748
+ #: lib/yasr-settings-functions.php:1538
749
  #, php-format
750
  msgid ""
751
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
752
  msgstr ""
753
 
754
+ #: lib/yasr-settings-functions.php:1540
755
  msgid "Can I ask a favor?"
756
  msgstr ""
757
 
758
+ #: lib/yasr-settings-functions.php:1542
759
  msgid "Can you please rate YASR 5 stars on"
760
  msgstr ""
761
 
762
+ #: lib/yasr-settings-functions.php:1544
763
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
764
  msgstr ""
765
 
766
+ #: lib/yasr-settings-functions.php:1550
767
  msgid "Ok, I'm glad to help!"
768
  msgstr ""
769
 
770
+ #: lib/yasr-settings-functions.php:1551
771
  msgid "Remind me later!"
772
  msgstr ""
773
 
774
+ #: lib/yasr-settings-functions.php:1552
775
  msgid "Don't need to ask, I already did it!"
776
  msgstr ""
777
 
778
+ #: lib/yasr-settings-functions.php:1585
779
  #, php-format
780
  msgid ""
781
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
783
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
784
  msgstr ""
785
 
786
+ #: lib/yasr-settings-functions.php:1630
787
  msgid "No previous Gd Star Rating installation was found"
788
  msgstr "No se encontró ninguna instalación previade GD Star Rating"
789
 
790
+ #: lib/yasr-db-functions.php:426 lib/yasr-db-functions.php:569
791
  msgid "No recenet votes yet"
792
  msgstr "No hay calificación reciente"
793
 
794
+ #: lib/yasr-db-functions.php:441 lib/yasr-ajax-functions.php:833
795
  msgid "anonymous"
796
  msgstr "anónimo"
797
 
798
+ #: lib/yasr-db-functions.php:450
799
  #, php-format
800
  msgid "Vote %d from %s on "
801
  msgstr "Calificado %d from %s s en"
802
 
803
+ #: lib/yasr-db-functions.php:466 lib/yasr-db-functions.php:599
804
+ #: lib/yasr-ajax-functions.php:858 lib/yasr-ajax-functions.php:1007
805
  msgid "Ip address"
806
  msgstr "dirección IP,"
807
 
808
+ #: lib/yasr-db-functions.php:487 lib/yasr-db-functions.php:620
809
+ #: lib/yasr-ajax-functions.php:876 lib/yasr-ajax-functions.php:1026
810
  msgid "Pages"
811
  msgstr "Páginas"
812
 
813
+ #: lib/yasr-db-functions.php:583 lib/yasr-ajax-functions.php:991
814
+ #, fuzzy, php-format
815
+ msgid "You rated %s on "
816
+ msgstr "Has Calificado esto"
817
+
818
+ #: lib/yasr-functions.php:57
819
+ msgid "bad, poor, ok, good, super"
820
+ msgstr "mala, pobre, ok, buena, super"
821
+
822
+ #: lib/yasr-functions.php:134 lib/yasr-functions.php:135
823
  msgid "Yet Another Stars Rating: Settings"
824
  msgstr "Yet Another Stars Rating: Configuración"
825
 
826
+ #: lib/yasr-functions.php:184
827
  msgid "Yet Another Stars Rating: Multiple set"
828
  msgstr "Yet Another Stars Rating: Conjuntos Multiples"
829
 
830
+ #: lib/yasr-functions.php:195
831
  msgid "You don't have enought privileges to insert Overall Rating"
832
  msgstr ""
833
  "Usted no tiene privilegios suficientes para insertar Puntuación general"
834
 
835
+ #: lib/yasr-functions.php:205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
836
  #, fuzzy
837
+ msgid "You don't have enough privileges to insert a Multi Set"
 
 
 
 
838
  msgstr ""
839
+ "Usted no tiene privilegios suficientes para insertar Conjuntos Multiples"
840
 
841
+ #: lib/yasr-functions.php:660
 
 
 
 
 
842
  #, fuzzy
843
+ msgid "Product, Place, Recipe, BlogPosting"
844
+ msgstr "Producto, lugar, otros"
 
 
 
 
 
 
 
 
 
 
 
 
845
 
846
+ #: lib/yasr-ajax-functions.php:109
847
  msgid "You've rated it "
848
  msgstr "Has Calificado esto"
849
 
850
+ #: lib/yasr-ajax-functions.php:113
851
  msgid "You've reset the vote"
852
  msgstr "Has restablecido la Calificación"
853
 
854
+ #: lib/yasr-ajax-functions.php:201
855
+ #, fuzzy
856
+ msgid "Type Saved"
857
+ msgstr "Calificación guardada"
858
+
859
+ #: lib/yasr-ajax-functions.php:204
860
  msgid ""
861
  "There was an error while trying to insert the review type. Please report it"
862
  msgstr ""
863
  "Se produjo un error al intentar insertar el tipo de revición. Por favor "
864
  "repórtelo"
865
 
866
+ #: lib/yasr-ajax-functions.php:243
867
  msgid "Choose a vote for each element"
868
  msgstr "Elegir una calificación por cada elemento"
869
 
870
+ #: lib/yasr-ajax-functions.php:306 lib/yasr-ajax-functions.php:350
871
  msgid "If you want to insert this multiset, paste this shortcode "
872
  msgstr "Si desea insertar este multiset, pegar este código corto"
873
 
874
+ #: lib/yasr-ajax-functions.php:308 lib/yasr-ajax-functions.php:352
875
  msgid ""
876
  "If, instead, you want allow your visitor to vote on this multiset, use this "
877
  "shortcode"
879
  "Si, en cambio, desea permitir su visita a votar sobre este multiset, utilice "
880
  "este código corto"
881
 
882
+ #: lib/yasr-ajax-functions.php:317
883
  msgid "Choose a vote for every element"
884
  msgstr "Elegir una calinicación por cada elemento"
885
 
886
+ #: lib/yasr-ajax-functions.php:493
887
  msgid "Main"
888
  msgstr "Principal"
889
 
890
+ #: lib/yasr-ajax-functions.php:494
891
  msgid "Charts"
892
  msgstr "Tablas"
893
 
894
+ #: lib/yasr-ajax-functions.php:497
895
  msgid "Read the doc"
896
  msgstr "Lea el documento"
897
 
898
+ #: lib/yasr-ajax-functions.php:506
899
  msgid "Overall Rating / Review"
900
  msgstr "Puntuación general / Revisión"
901
 
902
+ #: lib/yasr-ajax-functions.php:508
903
  msgid "Insert Overall Rating"
904
  msgstr "Inserte Puntuación general"
905
 
906
+ #: lib/yasr-ajax-functions.php:509
907
  msgid "Insert Overall Rating / Review for this post"
908
  msgstr "Inserte Puntuación General / Revisión para esta entrada"
909
 
910
+ #: lib/yasr-ajax-functions.php:512 lib/yasr-ajax-functions.php:530
911
  msgid "Choose Size"
912
  msgstr "Elija Tamaño"
913
 
914
+ #: lib/yasr-ajax-functions.php:526
915
  msgid "Insert Visitor Votes"
916
  msgstr "Inserte Calificación de los visitantes"
917
 
918
+ #: lib/yasr-ajax-functions.php:527
919
  msgid "Insert the ability for your visitor to vote"
920
  msgstr "Inserte la capacidad para que su visitante pueda calificar"
921
 
922
+ #: lib/yasr-ajax-functions.php:544
923
  msgid "If you want to insert a Multi Set, pick one:"
924
  msgstr "Si desea insertar un Conjunto Multiple, escoger uno:"
925
 
926
+ #: lib/yasr-ajax-functions.php:550
927
  msgid "Choose wich set you want to insert."
928
  msgstr "Elija cual conjunto desee insertar."
929
 
930
+ #: lib/yasr-ajax-functions.php:552 lib/yasr-ajax-functions.php:569
931
  msgid "Readonly?"
932
  msgstr "¿Solo es de lectura ?"
933
 
934
+ #: lib/yasr-ajax-functions.php:554 lib/yasr-ajax-functions.php:570
935
  msgid ""
936
  "If Readonly is checked, only you can insert the votes (in the box above the "
937
  "editor)"
939
  "Si sólo lectura está activada, sólo se pueden insertar los votos (en el "
940
  "cuadro sobre el editor)"
941
 
942
+ #: lib/yasr-ajax-functions.php:555
943
  msgid "Insert Multi Set"
944
  msgstr "Inserte conjunto Multiple"
945
 
946
+ #: lib/yasr-ajax-functions.php:564
947
  msgid "Insert Multiset:"
948
  msgstr "Inserte Conjunto Múltiple"
949
 
950
+ #: lib/yasr-ajax-functions.php:567
951
  msgid "Insert Multiple Set"
952
  msgstr "Inserte Conjuntos Múltiples"
953
 
954
+ #: lib/yasr-ajax-functions.php:585
955
  msgid "Ranking reviews"
956
  msgstr "reviciones Rango"
957
 
958
+ #: lib/yasr-ajax-functions.php:586
959
  msgid "Insert Ranking reviews"
960
  msgstr "Inserte Reviciones de rango"
961
 
962
+ #: lib/yasr-ajax-functions.php:587
963
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
964
  msgstr "Inserte el rango Top 10 de [yasr_overall_rating] codigo corto"
965
 
966
+ #: lib/yasr-ajax-functions.php:591
967
  msgid "Users' ranking"
968
  msgstr "Rango de Usuarios"
969
 
970
+ #: lib/yasr-ajax-functions.php:592
971
  msgid "Insert Users ranking"
972
  msgstr "Inserte rango de Usuarios "
973
 
974
+ #: lib/yasr-ajax-functions.php:593
975
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
976
  msgstr "Inserte el rango Top 10 de [yasr_visitor_votes] codigo corto"
977
 
978
+ #: lib/yasr-ajax-functions.php:597
979
  msgid "Most active reviewers"
980
  msgstr "Los colaboradores más activos"
981
 
982
+ #: lib/yasr-ajax-functions.php:598
983
  msgid "Insert Most Active Reviewers"
984
  msgstr "Inserte Revisores más activas"
985
 
986
+ #: lib/yasr-ajax-functions.php:599
987
  msgid "Insert Top 5 active reviewers"
988
  msgstr "Inserte el Top 5 Puntuaciones activas"
989
 
990
+ #: lib/yasr-ajax-functions.php:603
991
  msgid "Most Active Users"
992
  msgstr "Usuarios más activos"
993
 
994
+ #: lib/yasr-ajax-functions.php:604
995
  msgid "Insert Most Active Users"
996
  msgstr "Inserte Usuarios más activos"
997
 
998
+ #: lib/yasr-ajax-functions.php:605
999
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1000
  msgstr ""
1001
  "Inserte el Top 10 de las calificaciones [yasr_visitor_votes] codigo corto"
1002
 
1003
+ #: lib/yasr-ajax-functions.php:678
1004
  msgid "Reviews and Visitor Votes have been successfull imported."
1005
  msgstr ""
1006
  "Comentarios y Calificaciones de los visitantes han sido exitoso importado."
1007
 
1008
+ #: lib/yasr-ajax-functions.php:684
1009
  msgid ""
1010
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1011
  "THIS MAY TAKE A WHILE!"
1013
  "Paso 2: voy a comprobar si se ha utilizado conjuntos multiples y si es así "
1014
  "yo los importaré. ESTO PUEDE TARDAR UN POCO!"
1015
 
1016
+ #: lib/yasr-ajax-functions.php:686
1017
  msgid "Proceed Step 2"
1018
  msgstr "Proceder Paso 2"
1019
 
1020
+ #: lib/yasr-ajax-functions.php:693
1021
  msgid "Something goes wrong! Refresh the page and try again!"
1022
  msgstr "Algo va mal! Actualiza la página y vuelve a intentarlo!"
1023
 
1024
+ #: lib/yasr-ajax-functions.php:722
1025
  msgid "I've found Multiple Set! Importing..."
1026
  msgstr "He encontrado conjuntos multiples! Importación ..."
1027
 
1028
+ #: lib/yasr-ajax-functions.php:731
1029
  msgid "Multi Set's name has been successfull imported."
1030
  msgstr "El nombre de conjuntos multiples ha sido exitosamente importado."
1031
 
1032
+ #: lib/yasr-ajax-functions.php:733
1033
  msgid "Now I'm going to import Multi Set data"
1034
  msgstr "Ahora voy a importar conjuntos multiples de datos"
1035
 
1036
+ #: lib/yasr-ajax-functions.php:744
1037
  msgid "All votes has been successfull imported."
1038
  msgstr "Todas las calificaciones han sido importado exitosamente"
1039
 
1040
+ #: lib/yasr-ajax-functions.php:746
1041
  msgid "Done"
1042
  msgstr "Hecho"
1043
 
1044
+ #: lib/yasr-ajax-functions.php:751
1045
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1046
  msgstr ""
1047
  "He encontrado las calificaciones de los conjunto múltiple pero no pude "
1048
  "insertar en la base de datos"
1049
 
1050
+ #: lib/yasr-ajax-functions.php:759
1051
  msgid "I've found Multi Set but with no data"
1052
  msgstr "He encontrado conjuntos multiples pero sin datos"
1053
 
1054
+ #: lib/yasr-ajax-functions.php:768
1055
  msgid "I've found Multi Sets names but I couldn't insert into db"
1056
  msgstr ""
1057
  "He encontrado los nombres de conjuntos multiples pero no pude insertar en la "
1058
  "base de datos"
1059
 
1060
+ #: lib/yasr-ajax-functions.php:776
1061
  msgid "Multisets were not found. Imported is done!"
1062
  msgstr "No se encontraron conjuntos múltiples. Importado está listo!"
1063
 
1064
+ #: lib/yasr-ajax-functions.php:820 lib/yasr-ajax-functions.php:979
1065
  msgid "No Recenet votes yet"
1066
  msgstr "No hay calificación reciente"
1067
 
1068
+ #: lib/yasr-ajax-functions.php:842
1069
  #, php-format
1070
  msgid "Vote %d from %s on"
1071
  msgstr "Votar %d de %s en"
1072
 
1073
+ #: lib/yasr-ajax-functions.php:1191 lib/yasr-ajax-functions.php:1349
1074
  msgid "Error: you can't vote 0"
1075
  msgstr "Error: no se puede votar 0"
1076
 
1077
+ #: lib/yasr-ajax-functions.php:1300 lib/yasr-ajax-functions.php:1308
1078
  msgid "Average:"
1079
  msgstr "Promedio:"
1080
 
1081
+ #: lib/yasr-ajax-functions.php:1301 lib/yasr-ajax-functions.php:1309
1082
  msgid "Vote Saved"
1083
  msgstr "Calificación guardada"
1084
 
1085
+ #: lib/yasr-ajax-functions.php:1450
1086
  msgid "Vote updated"
1087
  msgstr "Calificación actualizada"
1088
 
1089
+ #: lib/yasr-ajax-functions.php:1595
1090
  msgid "Rating saved!"
1091
  msgstr "Calificación guardada"
1092
 
1093
+ #: lib/yasr-ajax-functions.php:1601
1094
  msgid "Rating not saved. Please Try again"
1095
  msgstr "Calificación no guardado. Por favor intentelo nuevamente"
1096
 
1097
+ #: lib/yasr-ajax-functions.php:1694
1098
  msgid "stars"
1099
  msgstr "Estrellas"
1100
 
1101
+ #: lib/yasr-ajax-functions.php:1699
1102
  msgid "star"
1103
  msgstr "estrella"
1104
 
1105
+ #~ msgid "Styles"
1106
+ #~ msgstr "Estilos"
1107
+
1108
+ #~ msgid "Pro Features!"
1109
+ #~ msgstr "Características Pro"
1110
+
1111
+ #~ msgid "Looking for more features?"
1112
+ #~ msgstr "¿Estás buscando más características?"
1113
+
1114
+ #~ msgid "Upgrade to yasr pro!"
1115
+ #~ msgstr "Actualizar a yasr pro!"
1116
+
1117
+ #~ msgid "Unlimited ratings and votes"
1118
+ #~ msgstr "Calificaciones ilimitadas y puntuaciones"
1119
+
1120
+ #~ msgid "Works with shortcodes"
1121
+ #~ msgstr "Funciona con códigos cortos"
1122
+
1123
+ #~ msgid "Multi Set Support"
1124
+ #~ msgstr "Soporte conjunto multiple"
1125
+
1126
+ #~ msgid "Logs and stats for visitors votes"
1127
+ #~ msgstr "Registros y estadísticas para calificaciones de visitantes"
1128
+
1129
+ #~ msgid "Localization (.po and .mo files included)"
1130
+ #~ msgstr "Localización (.po y archivos .mo incluidos)"
1131
+
1132
+ #~ msgid "Rankings for reviews, votes and users"
1133
+ #~ msgstr "Rankings en los comentarios, Calificaciones y usuarios"
1134
+
1135
+ #~ msgid "Rankings Customization"
1136
+ #~ msgstr "Personalización puntuación"
1137
+
1138
+ #~ msgid "Stars Customization"
1139
+ #~ msgstr "Personalizaciónde estrellas"
1140
+
1141
+ #~ msgid "Size Only"
1142
+ #~ msgstr "Tamaño"
1143
+
1144
+ #~ msgid "Users can review in comments"
1145
+ #~ msgstr "Los usuarios pueden revisar en los comentarios"
1146
+
1147
+ #~ msgid "Not avaible yet"
1148
+ #~ msgstr "No disponibles, aún,"
1149
+
1150
+ #, fuzzy
1151
+ #~ msgid "reviewed by"
1152
+ #~ msgstr " Revisado por: "
1153
+
1154
+ #~ msgid " on "
1155
+ #~ msgstr " el "
1156
+
1157
+ #, fuzzy
1158
+ #~ msgid "reviewed on"
1159
+ #~ msgstr " Revisado por: "
1160
+
1161
+ #, fuzzy
1162
+ #~ msgid "rated"
1163
+ #~ msgstr " Calificado "
1164
+
1165
+ #, fuzzy
1166
+ #~ msgid "of"
1167
+ #~ msgstr " de "
1168
+
1169
+ #~ msgid " written by "
1170
+ #~ msgstr " scrito por: "
1171
+
1172
+ #~ msgid " user ratings"
1173
+ #~ msgstr " Puntuación de los usuarios "
1174
+
1175
  #~ msgid "Donations"
1176
  #~ msgstr "Donaciones”."
1177
 
languages/yet-another-stars-rating-fa_IR.mo CHANGED
Binary file
languages/yet-another-stars-rating-fa_IR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-09-10 11:39+0100\n"
5
- "PO-Revision-Date: 2015-09-10 11:39+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fa_IR\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  msgid "Rate this article / item"
21
  msgstr "به این مقاله یا به این محصول رای دهید"
22
 
23
- #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
24
- #: ../lib/yasr-shortcode-functions.php:546
25
  msgid "Loading, please wait"
26
  msgstr "در حال بارگذاری, خواهشا صبر کنید"
27
 
@@ -33,16 +33,12 @@ msgstr "ذخیره رای"
33
  msgid "This review is about a..."
34
  msgstr "این مقاله درباره چیست؟"
35
 
36
- #: ../yasr-metabox-top-right.php:181
37
- msgid "Product, Place, Other"
38
- msgstr ""
39
-
40
- #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
41
- #: ../lib/yasr-settings-functions.php:542
42
  msgid "Select"
43
  msgstr "انتخاب"
44
 
45
- #: ../yasr-metabox-top-right.php:234
46
  msgid ""
47
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
48
  "where you want to display this rating"
@@ -51,82 +47,84 @@ msgstr ""
51
  "ازاین <strong>[yasr_overall_rating]</strong> شورت کات استفاده کنید و درون "
52
  "پست قرار دهید"
53
 
54
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
55
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
56
- #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
 
57
  msgid "You do not have sufficient permissions to access this page."
58
  msgstr "شما مجوز کافی برای دسترسی به این صفحه را ندارید."
59
 
60
- #: ../yasr-settings-page.php:37
61
  msgid "Settings"
62
  msgstr "تنظیمات"
63
 
64
- #: ../yasr-settings-page.php:80
65
  msgid "General Settings"
66
  msgstr "تنظیمات عمومی"
67
 
68
- #: ../yasr-settings-page.php:81
69
  msgid "Multi Sets"
70
  msgstr "نقد برسی چند گانه"
71
 
72
- #: ../yasr-settings-page.php:82
73
- msgid "Styles"
74
- msgstr "سبک و استایل"
 
75
 
76
- #: ../yasr-settings-page.php:83
77
- msgid "Pro Features!"
78
- msgstr "امکانات حرفه ای"
79
 
80
- #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
81
- #: ../yasr-settings-page.php:297
82
  msgid "Save"
83
  msgstr "ذخیره"
84
 
85
- #: ../yasr-settings-page.php:125
86
  msgid "Import Gd Star Rating"
87
  msgstr "اضافه کردن تنظیمات افزونه Gd Star Rating به این افزونه"
88
 
89
- #: ../yasr-settings-page.php:126
90
  msgid "I've found a previous installation of Gd Star Rating."
91
  msgstr "ما یک نسخه نصب شده قبلی از افزونه GD Star Rating پیدا کردیم."
92
 
93
- #: ../yasr-settings-page.php:126
94
  msgid "Do you want proceed to import data?"
95
  msgstr "آیا میخواهید این افزونه تنظیمات افزونه مورد نظر را دریافت کند؟"
96
 
97
- #: ../yasr-settings-page.php:128
98
  msgid "Yes, Begin Import"
99
  msgstr "بله دوباره شروع کن"
100
 
101
- #: ../yasr-settings-page.php:132
102
  msgid "Click on Proceed to import Gd Star Rating data."
103
  msgstr "روی گزینه ادامه بده کلیک کنید تا تنظیمات را از این افزونه دریافت کند."
104
 
105
- #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
106
  msgid "Proceed"
107
  msgstr "ادامه بده"
108
 
109
- #: ../yasr-settings-page.php:157
110
  msgid "Manage GD Star Data"
111
  msgstr "ویرایش اطلاعات GD Star"
112
 
113
- #: ../yasr-settings-page.php:158
114
  msgid "Gd Star Rating has been already imported."
115
  msgstr "تنظیمات افزونه Gd Star Rating ذخیره شد."
116
 
117
- #: ../yasr-settings-page.php:159
118
  msgid "If you wish you can import it again, but"
119
  msgstr "اگه دوست دارید میتونید دوباره تنظیمات را دریافت کنید, اما"
120
 
121
- #: ../yasr-settings-page.php:159
122
  msgid "you will lose all data you've collect since the import!"
123
  msgstr "ممکنه اطلاعاتی را که جمع آوری کرده ایم از دست بدیم!"
124
 
125
- #: ../yasr-settings-page.php:161
126
  msgid "Ok, Import Again"
127
  msgstr "باشه, دوباره دریافت کن"
128
 
129
- #: ../yasr-settings-page.php:165
130
  msgid ""
131
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
132
  msgstr ""
@@ -173,92 +171,115 @@ msgstr ""
173
  msgid "Close this message"
174
  msgstr "این پیغام را ببند"
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  #: ../yasr-metabox-multiple-rating.php:35
177
  msgid "Choose wich set you want to use"
178
  msgstr "یکی از گزینه های ساخته شده را انتخاب کنید"
179
 
180
- #: ../lib/yasr-shortcode-functions.php:202
181
- #: ../lib/yasr-shortcode-functions.php:223
182
- #: ../lib/yasr-shortcode-functions.php:253
183
  msgid "You've already voted this article with"
184
  msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
185
 
186
- #: ../lib/yasr-shortcode-functions.php:264
187
- #: ../lib/yasr-shortcode-functions.php:574
188
- msgid "You must sign to vote"
 
189
  msgstr "شما برای رای دادن باید وارد شوید"
190
 
191
- #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
192
- #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
193
  msgid "Total: "
194
  msgstr "تعداد: "
195
 
196
- #: ../lib/yasr-shortcode-functions.php:306
197
  msgid "Average: "
198
  msgstr "میانگین: "
199
 
200
- #: ../lib/yasr-shortcode-functions.php:322
201
- msgid "bad, poor, ok, good, super"
202
  msgstr ""
203
 
204
- #: ../lib/yasr-shortcode-functions.php:553
205
  #, fuzzy
206
  msgid "Thank you for voting! "
207
  msgstr "از حمایت شما متشکریم!"
208
 
209
- #: ../lib/yasr-shortcode-functions.php:564
210
- #: ../lib/yasr-shortcode-functions.php:572
211
- #: ../lib/yasr-shortcode-functions.php:584
212
- msgid "Submit!"
213
- msgstr ""
214
-
215
- #: ../lib/yasr-shortcode-functions.php:761
216
  msgid "Rating"
217
  msgstr "امتیاز ها"
218
 
219
- #: ../lib/yasr-shortcode-functions.php:775
220
  msgid "You don't have any votes stored"
221
  msgstr "شما رای ذخیره شده ای ندارید"
222
 
223
- #: ../lib/yasr-shortcode-functions.php:811
224
- #: ../lib/yasr-shortcode-functions.php:850
225
  msgid "Post / Page"
226
  msgstr "پست / صفحه"
227
 
228
- #: ../lib/yasr-shortcode-functions.php:812
229
- #: ../lib/yasr-shortcode-functions.php:851
230
  msgid "Order By"
231
  msgstr "سفارشی سازی بر اساس"
232
 
233
- #: ../lib/yasr-shortcode-functions.php:812
234
- #: ../lib/yasr-shortcode-functions.php:851
235
  msgid "Most Rated"
236
  msgstr "بیشترین امتیاز"
237
 
238
- #: ../lib/yasr-shortcode-functions.php:812
239
- #: ../lib/yasr-shortcode-functions.php:851
240
  msgid "Highest Rated"
241
  msgstr "بالاترین امتیاز"
242
 
243
- #: ../lib/yasr-shortcode-functions.php:830
244
- #: ../lib/yasr-shortcode-functions.php:865
245
  msgid "Total:"
246
  msgstr "تعداد:"
247
 
248
- #: ../lib/yasr-shortcode-functions.php:830
249
- #: ../lib/yasr-shortcode-functions.php:865
250
  msgid "Average"
251
  msgstr "میانگین"
252
 
253
- #: ../lib/yasr-shortcode-functions.php:842
254
  msgid "You've not enough data"
255
  msgstr "داده ای به اندازه کافی پیدا نشد!"
256
 
257
- #: ../lib/yasr-shortcode-functions.php:877
258
  msgid "You've not enought data"
259
  msgstr "داده ای به اندازه کافی پیدا نشد!"
260
 
261
- #: ../lib/yasr-shortcode-functions.php:962
262
  msgid ""
263
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
264
  "any review?"
@@ -266,7 +287,7 @@ msgstr ""
266
  "مشکلی در اجرای 5 نقد برسی برتر رخ داده است. آیا تا بحال نقد و برسی انجام "
267
  "داده و در پست انتشار داده اید؟"
268
 
269
- #: ../lib/yasr-shortcode-functions.php:1030
270
  msgid ""
271
  "Problem while retrieving the top 10 active users chart. Are you sure you "
272
  "have votes to show?"
@@ -274,132 +295,138 @@ msgstr ""
274
  "مشکلی در اجرای 10 کاربر فعال رخ داده است. آیا مطمینید رای برای نمایش وجود "
275
  "دارد؟"
276
 
277
- #: ../lib/yasr-settings-functions.php:52
 
 
 
 
 
278
  msgid "General settings"
279
  msgstr "تنظیمات عمومی"
280
 
281
- #: ../lib/yasr-settings-functions.php:53
282
  msgid "Auto insert options"
283
  msgstr "گزینه های درج خودکار"
284
 
285
- #: ../lib/yasr-settings-functions.php:54
286
  msgid "Show \"Overall Rating\" in Archive Page?"
287
  msgstr "رای کلی را در صفحات آرشیو نمایش بدم؟"
288
 
289
- #: ../lib/yasr-settings-functions.php:55
290
  msgid "Show \"Visitor Votes\" in Archive Page?"
291
  msgstr "رای کاربران را در صفحات آرشیو نمایش بدم؟"
292
 
293
- #: ../lib/yasr-settings-functions.php:56
294
  msgid "Insert custom text to show before / after stars"
295
  msgstr "می خواهید نوشته ای سفارسی برای قبل و بعد ستاره ها بنویسید؟"
296
 
297
- #: ../lib/yasr-settings-functions.php:57
298
  msgid "Do you want show stats for visitors votes?"
299
  msgstr "آیا میخواهید آماری از تعداد و شمارش امتیاز دهندگان نمایش داده شود ؟"
300
 
301
- #: ../lib/yasr-settings-functions.php:58
302
  msgid "Allow only logged in user to vote?"
303
  msgstr "چه کسانی مجاز به رای دادند هستند؟"
304
 
305
- #: ../lib/yasr-settings-functions.php:59
306
- msgid "Which rich snippets do you want to use?"
307
- msgstr "ستاره ها به چه صورت در گوگل ایندکس شوند؟"
 
308
 
309
- #: ../lib/yasr-settings-functions.php:60
310
  msgid "How do you want to rate \"Overall Rating\"?"
311
  msgstr "دوست دارید نمایش \"رای کلی\" به جه صورت باشد؟"
312
 
313
- #: ../lib/yasr-settings-functions.php:74
314
  msgid "Use Auto Insert?"
315
  msgstr "گذاشتن خودکار؟"
316
 
317
- #: ../lib/yasr-settings-functions.php:77
318
- #: ../lib/yasr-settings-functions.php:146
319
- #: ../lib/yasr-settings-functions.php:164
320
- #: ../lib/yasr-settings-functions.php:206
321
- #: ../lib/yasr-settings-functions.php:232
322
- #: ../lib/yasr-settings-functions.php:266
323
- #: ../lib/yasr-settings-functions.php:321
324
  msgid "Yes"
325
  msgstr "بله"
326
 
327
- #: ../lib/yasr-settings-functions.php:91
328
- #: ../lib/yasr-settings-functions.php:151
329
- #: ../lib/yasr-settings-functions.php:169
330
- #: ../lib/yasr-settings-functions.php:211
331
- #: ../lib/yasr-settings-functions.php:237
332
- #: ../lib/yasr-settings-functions.php:271
333
- #: ../lib/yasr-settings-functions.php:326
334
  msgid "No"
335
  msgstr "خیر"
336
 
337
- #: ../lib/yasr-settings-functions.php:97
338
  msgid "What?"
339
  msgstr "به چه صورت قرار بدم؟"
340
 
341
- #: ../lib/yasr-settings-functions.php:100
342
  msgid "Overall Rating / Author Rating"
343
  msgstr "رای کلی / رای نویسنده"
344
 
345
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
346
  msgid "Visitor Votes"
347
  msgstr "رای کاربران"
348
 
349
- #: ../lib/yasr-settings-functions.php:108
350
  msgid "Both"
351
  msgstr "هردو"
352
 
353
- #: ../lib/yasr-settings-functions.php:112
354
  msgid "Where?"
355
  msgstr "کجا بزارمش؟"
356
 
357
- #: ../lib/yasr-settings-functions.php:115
358
  msgid "Before the post"
359
  msgstr "قبل پست"
360
 
361
- #: ../lib/yasr-settings-functions.php:119
362
  msgid "After the post"
363
  msgstr "بعد پست"
364
 
365
- #: ../lib/yasr-settings-functions.php:124
366
  msgid "Size"
367
  msgstr "اندازه"
368
 
369
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
370
- #: ../lib/yasr-ajax-functions.php:508
371
  msgid "Small"
372
  msgstr "کوچک"
373
 
374
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
375
- #: ../lib/yasr-ajax-functions.php:509
376
  msgid "Medium"
377
  msgstr "متوسط"
378
 
379
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
380
- #: ../lib/yasr-ajax-functions.php:510
381
  msgid "Large"
382
  msgstr "بزرگ"
383
 
384
- #: ../lib/yasr-settings-functions.php:143
385
  msgid "Exclude Pages?"
386
  msgstr "در صفحات قرار ندم؟"
387
 
388
- #: ../lib/yasr-settings-functions.php:161
389
  msgid "Use only in custom post types?"
390
  msgstr "فقط از پست های سفارشی استفاده کن؟"
391
 
392
- #: ../lib/yasr-settings-functions.php:173
393
  msgid "You see this because you use custom post types."
394
  msgstr "شما این را می بینید چون از پست های سفارشی استفاده کرده اید."
395
 
396
- #: ../lib/yasr-settings-functions.php:175
397
  msgid "If you want to use auto insert only in custom post types, choose Yes"
398
  msgstr ""
399
  "اگر فقط میخواهید به صورت خودکار در پست های سفارشی استفاده کنید, بله را "
400
  "انتخاب کنید"
401
 
402
- #: ../lib/yasr-settings-functions.php:215
403
  msgid ""
404
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
405
  "article or page, but also in pages like Home Page, category pages or "
@@ -409,7 +436,7 @@ msgstr ""
409
  "شد. یعنی اینکه در صفحه اصلی, صفحات دسته بندی ها و صفحات آرشیو نیز نمایش داده "
410
  "میشود."
411
 
412
- #: ../lib/yasr-settings-functions.php:241
413
  msgid ""
414
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
415
  "article or page, but also in pages like Home Page, category pages or "
@@ -419,61 +446,66 @@ msgstr ""
419
  "نخواهد شد. یعنی اینکه در صفحه اصلی, صفحات دسته بندی ها و صفحات آرشیو نیز "
420
  "نمایش داده میشود."
421
 
422
- #: ../lib/yasr-settings-functions.php:276
423
  msgid "Custom text to display before Overall Rating"
424
  msgstr "این نوشته قبل از رای کلی نمایش داده میشود"
425
 
426
- #: ../lib/yasr-settings-functions.php:281
427
  #, fuzzy
428
  msgid "Custom text to display BEFORE Visitor Rating"
429
  msgstr "این نوشته قبل از رای کاربران نمایش داده میشود"
430
 
431
- #: ../lib/yasr-settings-functions.php:287
432
  #, fuzzy
433
  msgid "Custom text to display AFTER Visitor Rating"
434
  msgstr "این نوشته قبل از رای کاربران نمایش داده میشود"
435
 
436
- #: ../lib/yasr-settings-functions.php:292
437
  msgid "Custom text to display when a non logged user has already rated"
438
  msgstr "این قسمت موقعی نمایش داده میشود که کاربر ناشناسی قبلا رای داده باشد"
439
 
440
- #: ../lib/yasr-settings-functions.php:297
441
  msgid "Help"
442
  msgstr ""
443
 
444
- #: ../lib/yasr-settings-functions.php:301
445
  msgid ""
446
  "In the first field you can use %overall_rating% pattern to show the overall "
447
  "rating."
448
  msgstr ""
449
 
450
- #: ../lib/yasr-settings-functions.php:305
451
  msgid ""
452
  "In the Second and Third fields you can use %total_count% pattern to show the "
453
  "total count, and %average% pattern to show the average"
454
  msgstr ""
455
 
456
- #: ../lib/yasr-settings-functions.php:344
457
  msgid "Allow only logged-in users"
458
  msgstr "فقط کاربران ثبت نام شده"
459
 
460
- #: ../lib/yasr-settings-functions.php:348
461
  msgid "Allow everybody (logged in and anonymous)"
462
  msgstr "همه کس ( ثبت نام کرده و ناشناس )"
463
 
464
- #: ../lib/yasr-settings-functions.php:365
 
 
 
 
 
465
  msgid "Review Rating"
466
  msgstr "نمایش به صورت نقد برسی"
467
 
468
- #: ../lib/yasr-settings-functions.php:369
469
  msgid "Aggregate Rating"
470
  msgstr "نمایش به صورت رای کاربران و تعداد رای ها"
471
 
472
- #: ../lib/yasr-settings-functions.php:374
473
  msgid "What is this?"
474
  msgstr "این چی هست حالا ؟"
475
 
476
- #: ../lib/yasr-settings-functions.php:379
477
  msgid ""
478
  "If you select \"Review Rating\", your site will be indexed from search "
479
  "engines like this: "
@@ -481,7 +513,7 @@ msgstr ""
481
  "اگر شما \"به صورت نقد برسی\" را انتخاب کنید, در گوگل و موتور های جستجو به "
482
  "این صورت نمایش داده خواهد شد:"
483
 
484
- #: ../lib/yasr-settings-functions.php:384
485
  msgid ""
486
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
487
  "this"
@@ -489,44 +521,63 @@ msgstr ""
489
  "اگر شما \"رای کاربران و تعداد رای ها\" را انتخاب کنید, در گوگل و موتور های "
490
  "جستجو به این صورت نمایش داده خواهد شد:"
491
 
492
- #: ../lib/yasr-settings-functions.php:402
493
- msgid "Stars"
494
- msgstr "به صورت ستاره"
495
 
496
- #: ../lib/yasr-settings-functions.php:406
497
- msgid "Numbers"
498
- msgstr "به صورت اعداد"
499
 
500
- #: ../lib/yasr-settings-functions.php:431
501
- msgid "Which color scheme do you want to use?"
502
- msgstr "دوست دارید چه رنگی نمایش داده شود؟"
503
 
504
- #: ../lib/yasr-settings-functions.php:452
505
- msgid "Light"
506
- msgstr "روشن"
507
 
508
  #: ../lib/yasr-settings-functions.php:457
509
- msgid "Dark"
510
- msgstr "تیره"
511
 
512
- #: ../lib/yasr-settings-functions.php:462
513
- msgid "Preview"
514
- msgstr "پیش نمایش"
 
 
515
 
516
- #: ../lib/yasr-settings-functions.php:467
517
- msgid "Light theme"
518
- msgstr "قالب روشن"
519
 
520
- #: ../lib/yasr-settings-functions.php:472
521
- #, fuzzy
522
- msgid "Dark theme"
523
- msgstr "قالب تیره"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
 
525
- #: ../lib/yasr-settings-functions.php:487
526
  msgid "Add New Multiple Set"
527
  msgstr "1 نقد و برسی چند گانه بسازید"
528
 
529
- #: ../lib/yasr-settings-functions.php:488
530
  msgid ""
531
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
532
  "characters"
@@ -534,51 +585,51 @@ msgstr ""
534
  "اسم, المان 1 و المان 2 حتما باید پر شود و در فیلد ها حتما باید بیشتر از 3 "
535
  "کارکتر وارد کنید"
536
 
537
- #: ../lib/yasr-settings-functions.php:491
538
  msgid "Name"
539
  msgstr "اسم"
540
 
541
- #: ../lib/yasr-settings-functions.php:496
542
  msgid "You can insert up to nine elements"
543
  msgstr ""
544
  "شما میتوانید 9 المان ثبت کنید برای مثال فرض کنید گوشی اپل رو میخواهید برسی "
545
  "کنید به این صورت وارد کنید! دوربین, صفحه نمایش, صدا.... و اسم رو هم بزارید "
546
  "اپل تا پیدا کردنش راحت باشه براتون!"
547
 
548
- #: ../lib/yasr-settings-functions.php:501
549
  msgid "Element "
550
  msgstr "المان"
551
 
552
- #: ../lib/yasr-settings-functions.php:511
553
  msgid "Create New Set"
554
  msgstr "نقد و برسی من را بساز"
555
 
556
- #: ../lib/yasr-settings-functions.php:532
557
- #: ../lib/yasr-settings-functions.php:565
558
  msgid "Manage Multiple Set"
559
  msgstr "ویرایش نقد برسی های چند گانه"
560
 
561
- #: ../lib/yasr-settings-functions.php:534
562
  msgid "Wich set do you want to edit or remove?"
563
  msgstr "برای ویرایش و پاک کردن یکی را انتخاب کنید"
564
 
565
- #: ../lib/yasr-settings-functions.php:575
566
- #: ../lib/yasr-settings-functions.php:693
567
  msgid "Field name"
568
  msgstr "اسم فیلد ها"
569
 
570
- #: ../lib/yasr-settings-functions.php:579
571
- #: ../lib/yasr-settings-functions.php:697
572
  msgid "Remove"
573
  msgstr "پاک کردن"
574
 
575
- #: ../lib/yasr-settings-functions.php:621
576
- #: ../lib/yasr-settings-functions.php:739
577
  msgid "Remove whole set?"
578
  msgstr "همه را پاک کن؟!"
579
 
580
- #: ../lib/yasr-settings-functions.php:634
581
- #: ../lib/yasr-settings-functions.php:752
582
  msgid ""
583
  "If you remove something you will remove all the votes for that set or field. "
584
  "This operation CAN'T BE undone."
@@ -586,175 +637,149 @@ msgstr ""
586
  "اگر چیزی را پاک کنید امتیاز ها و رای ها هم پاک خواهند شد و قابل برگشت هم "
587
  "نیستند!"
588
 
589
- #: ../lib/yasr-settings-functions.php:641
590
- #: ../lib/yasr-settings-functions.php:759
591
  msgid "You can use up to 9 elements"
592
  msgstr "شما بیشتر از 9 المان نمیتوانید ثبت کنید"
593
 
594
- #: ../lib/yasr-settings-functions.php:643
595
- #: ../lib/yasr-settings-functions.php:761
596
  msgid "Add element"
597
  msgstr "المان های اضافه را ایجاد کن"
598
 
599
- #: ../lib/yasr-settings-functions.php:645
600
- #: ../lib/yasr-settings-functions.php:763
601
  msgid "Save changes"
602
  msgstr "ذخیره تنظیمات"
603
 
604
- #: ../lib/yasr-settings-functions.php:655
605
  msgid "No Multiple Set were found"
606
  msgstr "نقد و برسی پیدا نشد!"
607
 
608
- #: ../lib/yasr-settings-functions.php:904
609
- #: ../lib/yasr-settings-functions.php:1172
610
  msgid "Settings Saved"
611
  msgstr "تنظیمات ذخیره شد"
612
 
613
- #: ../lib/yasr-settings-functions.php:909
614
  msgid "Something goes wrong trying insert set field name. Please report it"
615
  msgstr "مشکلی در وارد کردن اسم فیلد رخ داده است. خواهشا گزارش دهید"
616
 
617
- #: ../lib/yasr-settings-functions.php:915
618
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
619
  msgstr ""
620
  "مشکلی در وارد کردن اسم نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
621
 
622
- #: ../lib/yasr-settings-functions.php:990
623
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
624
  msgstr "مشکلی در پاک کردن نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
625
 
626
- #: ../lib/yasr-settings-functions.php:1036
627
  msgid ""
628
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
629
  msgstr ""
630
  "مشکلی در پاک کردن المان نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
631
 
632
- #: ../lib/yasr-settings-functions.php:1100
633
  msgid ""
634
  "Something goes wrong trying to update a Multi Set's element. Please report it"
635
  msgstr "مشکلی در آپدیت المان برسی چند گانه رخ داده است. خواهشا گزارش دهید"
636
 
637
- #: ../lib/yasr-settings-functions.php:1157
638
  msgid ""
639
  "Something goes wrong trying to insert set field name in edit form. Please "
640
  "report it"
641
  msgstr ""
642
  "مشکلی در قرار دادن اسم فیلد در ویرایش فرم رخ داده است. خواهشا گزارش دهید"
643
 
644
- #: ../lib/yasr-settings-functions.php:1202
645
  msgid "Style Options"
646
  msgstr "تنظیمات سبک و استایل"
647
 
648
- #: ../lib/yasr-settings-functions.php:1203
649
- msgid "Custom CSS Styles"
650
- msgstr "وارد کردن CSS و استایل های سفارسی"
651
-
652
- #: ../lib/yasr-settings-functions.php:1208
653
- msgid ""
654
- "Please use text area below to write your own CSS styles to override the "
655
- "default ones."
656
- msgstr "در فیلد پایین استایل CSS سفارشی خود را وارد کنید."
657
-
658
- #: ../lib/yasr-settings-functions.php:1210
659
- msgid "Leave it blank if you don't know what you're doing"
660
- msgstr "اگه نمیدونید دارید چیکار می کنید این فیلد را خالی بزارید!!"
661
-
662
- #: ../lib/yasr-settings-functions.php:1233
663
- msgid "Looking for more features?"
664
- msgstr "به دنبال امکانات بیشتری می گردید ؟"
665
-
666
- #: ../lib/yasr-settings-functions.php:1234
667
- msgid "Upgrade to yasr pro!"
668
- msgstr "به yasr pro آپدیت کنید!"
669
-
670
- #: ../lib/yasr-settings-functions.php:1250
671
- msgid "Unlimited ratings and votes"
672
- msgstr "امتیاز و رای دادن نامحدود"
673
-
674
- #: ../lib/yasr-settings-functions.php:1256
675
- msgid "Works with shortcodes"
676
- msgstr "کار کردن با شورت کات ها"
677
 
678
- #: ../lib/yasr-settings-functions.php:1262
679
- msgid "Multi Set Support"
680
- msgstr "نقد و برسی چند گانه"
681
 
682
- #: ../lib/yasr-settings-functions.php:1267
683
- msgid "Logs and stats for visitors votes"
684
- msgstr "لوگ و آمارگیر برای رای بازدید کنندگان"
 
685
 
686
- #: ../lib/yasr-settings-functions.php:1272
687
- msgid "Localization (.po and .mo files included)"
688
- msgstr "فایل های .PO .MO برای ترجمه "
689
 
690
- #: ../lib/yasr-settings-functions.php:1277
691
- msgid "Rich Snippet Support"
692
- msgstr "قابلیت افزودن متا کد ها و ایندکس شدن در موتور های جستجو"
693
 
694
- #: ../lib/yasr-settings-functions.php:1282
695
- msgid "Rankings for reviews, votes and users"
696
- msgstr "رتبه بندی برای نقد و برسی, رای و کاربران"
697
 
698
- #: ../lib/yasr-settings-functions.php:1287
699
- msgid "Rankings Customization"
700
- msgstr "رتبه بندی سفارشی"
701
 
702
- #: ../lib/yasr-settings-functions.php:1292
703
- msgid "Stars Customization"
704
- msgstr "سفارشی سازی ستاره ها"
705
 
706
- #: ../lib/yasr-settings-functions.php:1293
707
- msgid "Size Only"
708
- msgstr "فقط اندازه"
 
709
 
710
- #: ../lib/yasr-settings-functions.php:1294
711
  msgid ""
712
- "Users can choose different ready to use sets or can upload their own images."
713
- msgstr "کاربر می توانید عکس و استایل ستاره ها را انتخاب و یا حتی آپلود کند"
714
-
715
- #: ../lib/yasr-settings-functions.php:1297
716
- msgid "Users can review in comments"
717
- msgstr "کاربران میتوانند در قسمت نظرات به صورت نقد و برسی نظر دهند"
718
 
719
- #: ../lib/yasr-settings-functions.php:1308
720
- msgid "Not avaible yet"
721
- msgstr " هنوز آماده نشده"
 
722
 
723
- #: ../lib/yasr-settings-functions.php:1367
724
  msgid "Keep in touch!"
725
  msgstr ""
726
 
727
- #: ../lib/yasr-settings-functions.php:1409
728
  #, php-format
729
  msgid ""
730
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
731
  msgstr ""
732
 
733
- #: ../lib/yasr-settings-functions.php:1411
734
  msgid "Can I ask a favor?"
735
  msgstr ""
736
 
737
- #: ../lib/yasr-settings-functions.php:1413
738
  msgid "Can you please rate YASR 5 stars on"
739
  msgstr ""
740
 
741
- #: ../lib/yasr-settings-functions.php:1415
742
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
743
  msgstr ""
744
 
745
- #: ../lib/yasr-settings-functions.php:1421
746
  msgid "Ok, I'm glad to help!"
747
  msgstr ""
748
 
749
- #: ../lib/yasr-settings-functions.php:1422
750
  msgid "Remind me later!"
751
  msgstr ""
752
 
753
- #: ../lib/yasr-settings-functions.php:1423
754
  msgid "Don't need to ask, I already did it!"
755
  msgstr ""
756
 
757
- #: ../lib/yasr-settings-functions.php:1456
758
  #, php-format
759
  msgid ""
760
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
@@ -762,243 +787,224 @@ msgid ""
762
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
763
  msgstr ""
764
 
765
- #: ../lib/yasr-settings-functions.php:1501
766
  msgid "No previous Gd Star Rating installation was found"
767
  msgstr "نسخه ای از افزونه Gd Star Rating که نصب شده باشد پیدا نشد"
768
 
769
- #: ../lib/yasr-db-functions.php:310
770
  msgid "No recenet votes yet"
771
  msgstr "رای هنوز ثبت نشده است"
772
 
773
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
774
  msgid "anonymous"
775
  msgstr "ناشناس"
776
 
777
- #: ../lib/yasr-db-functions.php:334
778
  #, php-format
779
  msgid "Vote %d from %s on "
780
  msgstr ""
781
 
782
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
 
783
  msgid "Ip address"
784
  msgstr "آی پی آدرس"
785
 
786
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
 
787
  msgid "Pages"
788
  msgstr "صفحات"
789
 
790
- #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
 
 
 
 
 
 
 
 
 
791
  msgid "Yet Another Stars Rating: Settings"
792
  msgstr "تنظیمات: Yet Another Stars Rating"
793
 
794
- #: ../lib/yasr-functions.php:148
795
  msgid "Yet Another Stars Rating: Multiple set"
796
  msgstr "افزودن نقد برسی های چند گانه به پست"
797
 
798
- #: ../lib/yasr-functions.php:159
799
  msgid "You don't have enought privileges to insert Overall Rating"
800
  msgstr "شما امتیاز کافی ندارید تا رای کلی را قرار دهید"
801
 
802
- #: ../lib/yasr-functions.php:169
803
- msgid "You don't have enought privileges to insert Multi Set"
804
- msgstr "شما امتیاز کافی ندارید تا نقد و برسی چند گانه قرار دهید"
805
-
806
- #: ../lib/yasr-functions.php:298
807
  #, fuzzy
808
- msgid "reviewed by"
809
- msgstr " نقد و برسی شده توسط "
810
-
811
- #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
812
- msgid " on "
813
- msgstr " در تاریخ "
814
-
815
- #: ../lib/yasr-functions.php:314
816
- #, fuzzy
817
- msgid "reviewed on"
818
- msgstr " نقد و برسی شده توسط "
819
 
820
- #: ../lib/yasr-functions.php:315
821
- msgid "by "
822
  msgstr ""
823
 
824
- #: ../lib/yasr-functions.php:319
825
- #, fuzzy
826
- msgid "rated"
827
- msgstr " امتیاز "
828
-
829
- #: ../lib/yasr-functions.php:319
830
- #, fuzzy
831
- msgid "of"
832
- msgstr " از"
833
-
834
- #: ../lib/yasr-functions.php:376
835
- msgid " written by "
836
- msgstr " نوشته شده توسط "
837
-
838
- #: ../lib/yasr-functions.php:379
839
- msgid " average rating "
840
- msgstr " میانگین امتیاز ها "
841
-
842
- #: ../lib/yasr-functions.php:380
843
- msgid " user ratings"
844
- msgstr " کاربر امتیاز داده اند"
845
-
846
- #: ../lib/yasr-ajax-functions.php:102
847
  msgid "You've rated it "
848
  msgstr "شما امتیاز داده شما "
849
 
850
- #: ../lib/yasr-ajax-functions.php:106
851
  msgid "You've reset the vote"
852
  msgstr "شما رای را مجدداً تنظیم کرده اید"
853
 
854
- #: ../lib/yasr-ajax-functions.php:188
 
 
 
 
 
855
  msgid ""
856
  "There was an error while trying to insert the review type. Please report it"
857
  msgstr ""
858
  "این مشکلی زمانی رخ می دهد که می خواهید نوع نقد و برسی را انتخاب کنید. خوهشا "
859
  "گزارش دهید"
860
 
861
- #: ../lib/yasr-ajax-functions.php:223
862
  msgid "Choose a vote for each element"
863
  msgstr "برای هر یک از المان ها یک امتیاز انتخاب کنید"
864
 
865
- #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
866
  #, fuzzy
867
  msgid "If you want to insert this multiset, paste this shortcode "
868
  msgstr "اگه میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید:"
869
 
870
- #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
871
  msgid ""
872
  "If, instead, you want allow your visitor to vote on this multiset, use this "
873
  "shortcode"
874
  msgstr ""
875
 
876
- #: ../lib/yasr-ajax-functions.php:297
877
  msgid "Choose a vote for every element"
878
  msgstr "برای هر آلمان رای انتخاب کنید"
879
 
880
- #: ../lib/yasr-ajax-functions.php:470
881
  msgid "Main"
882
  msgstr "اصلی"
883
 
884
- #: ../lib/yasr-ajax-functions.php:471
885
  msgid "Charts"
886
  msgstr "نمودار ها"
887
 
888
- #: ../lib/yasr-ajax-functions.php:473
889
  msgid "Read the doc"
890
  msgstr "این مقاله را بخوانید "
891
 
892
- #: ../lib/yasr-ajax-functions.php:482
893
  msgid "Overall Rating / Review"
894
  msgstr "امتیاز کلی / نقد و برسی"
895
 
896
- #: ../lib/yasr-ajax-functions.php:484
897
  msgid "Insert Overall Rating"
898
  msgstr "قرار دادن امتیاز دهی کلی"
899
 
900
- #: ../lib/yasr-ajax-functions.php:485
901
  msgid "Insert Overall Rating / Review for this post"
902
  msgstr "امتیاز کلی / نقد برسی را در این پست قرار بده"
903
 
904
- #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
905
  msgid "Choose Size"
906
  msgstr "انتخاب اندازه"
907
 
908
- #: ../lib/yasr-ajax-functions.php:502
909
  msgid "Insert Visitor Votes"
910
  msgstr "اضافه کردن امتیاز دهی کاربران"
911
 
912
- #: ../lib/yasr-ajax-functions.php:503
913
  msgid "Insert the ability for your visitor to vote"
914
  msgstr "قابلیت امتیاز دادن کاربران به این مقاله را اضافه کنید"
915
 
916
- #: ../lib/yasr-ajax-functions.php:520
917
  msgid "If you want to insert a Multi Set, pick one:"
918
  msgstr "اگه میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید:"
919
 
920
- #: ../lib/yasr-ajax-functions.php:526
921
  msgid "Choose wich set you want to insert."
922
  msgstr "مجموعه ای که می خواهید وارد کنید را انتخاب کنید."
923
 
924
- #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
925
  msgid "Readonly?"
926
  msgstr ""
927
 
928
- #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
929
  msgid ""
930
  "If Readonly is checked, only you can insert the votes (in the box above the "
931
  "editor)"
932
  msgstr ""
933
 
934
- #: ../lib/yasr-ajax-functions.php:531
935
  #, fuzzy
936
  msgid "Insert Multi Set"
937
  msgstr "مجموعه نقد و برسی های چند گانه"
938
 
939
- #: ../lib/yasr-ajax-functions.php:540
940
  msgid "Insert Multiset:"
941
  msgstr "قرار دادن نقد و برسی های چند گانه"
942
 
943
- #: ../lib/yasr-ajax-functions.php:543
944
  msgid "Insert Multiple Set"
945
  msgstr "مجموعه نقد و برسی های چند گانه"
946
 
947
- #: ../lib/yasr-ajax-functions.php:561
948
  msgid "Ranking reviews"
949
  msgstr "لیست امتیاز پست ها"
950
 
951
- #: ../lib/yasr-ajax-functions.php:562
952
  msgid "Insert Ranking reviews"
953
  msgstr "لیست پست ها را قرار بده"
954
 
955
- #: ../lib/yasr-ajax-functions.php:563
956
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
957
  msgstr ""
958
  "قرار دادن شورت کات [yasr_overall_rating] برای 10 تا از بیشترین پست های دارای "
959
  "امتیاز"
960
 
961
- #: ../lib/yasr-ajax-functions.php:567
962
  msgid "Users' ranking"
963
  msgstr "امتیاز های کاربران"
964
 
965
- #: ../lib/yasr-ajax-functions.php:568
966
  msgid "Insert Users ranking"
967
  msgstr "قرار دادن امتیاز کاربران"
968
 
969
- #: ../lib/yasr-ajax-functions.php:569
970
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
971
  msgstr "[yasr_most_or_highest_rated_posts]"
972
 
973
- #: ../lib/yasr-ajax-functions.php:573
974
  msgid "Most active reviewers"
975
  msgstr "فعال ترین افراد دارای نقد برسی چند گانه"
976
 
977
- #: ../lib/yasr-ajax-functions.php:574
978
  msgid "Insert Most Active Reviewers"
979
  msgstr "فعال ترین افراد دارای نقد برسی قرار بده"
980
 
981
- #: ../lib/yasr-ajax-functions.php:575
982
  msgid "Insert Top 5 active reviewers"
983
  msgstr "قرار دادن 5 نویسنده فعال دارای بیشترین نقد و برسی"
984
 
985
- #: ../lib/yasr-ajax-functions.php:579
986
  msgid "Most Active Users"
987
  msgstr "بیشترین کاربران فعال"
988
 
989
- #: ../lib/yasr-ajax-functions.php:580
990
  msgid "Insert Most Active Users"
991
  msgstr "فعال ترین کاربران امتیاز دهنده را قرار بده"
992
 
993
- #: ../lib/yasr-ajax-functions.php:581
994
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
995
  msgstr "برای قرار دادن 10 کاربر فعال از کد [yasr_visitor_votes] استفاده کنید"
996
 
997
- #: ../lib/yasr-ajax-functions.php:652
998
  msgid "Reviews and Visitor Votes have been successfull imported."
999
  msgstr "نقد و برسی ها و رای بازدید کننده ها با موفقیت اضافه شد"
1000
 
1001
- #: ../lib/yasr-ajax-functions.php:658
1002
  msgid ""
1003
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1004
  "THIS MAY TAKE A WHILE!"
@@ -1006,94 +1012,167 @@ msgstr ""
1006
  "گام دوم: من چک میکنم اگه نقد و برسی پیدا کردم آنها را اضافه میکنم. ممکنه کمی "
1007
  "زمان ببرد"
1008
 
1009
- #: ../lib/yasr-ajax-functions.php:660
1010
  msgid "Proceed Step 2"
1011
  msgstr "در حال اجرای گام دوم"
1012
 
1013
- #: ../lib/yasr-ajax-functions.php:667
1014
  msgid "Something goes wrong! Refresh the page and try again!"
1015
  msgstr "مشکلی رخ داده است! صفحه را رفرش کنید و دوباره امتحان کنید"
1016
 
1017
- #: ../lib/yasr-ajax-functions.php:696
1018
  msgid "I've found Multiple Set! Importing..."
1019
  msgstr "نقد برسی چند گانه ای پیدا شد! در حال اضافه کردن..."
1020
 
1021
- #: ../lib/yasr-ajax-functions.php:705
1022
  msgid "Multi Set's name has been successfull imported."
1023
  msgstr "نقد برسی چند گانه با موفقیت اضافه شد."
1024
 
1025
- #: ../lib/yasr-ajax-functions.php:707
1026
  msgid "Now I'm going to import Multi Set data"
1027
  msgstr "حالا در حال اضافه کردن داده های نقد برسی چند گانه هستم"
1028
 
1029
- #: ../lib/yasr-ajax-functions.php:718
1030
  msgid "All votes has been successfull imported."
1031
  msgstr "تمام رای ها با موفقیت اضافه شد."
1032
 
1033
- #: ../lib/yasr-ajax-functions.php:720
1034
  msgid "Done"
1035
  msgstr "انجام شد"
1036
 
1037
- #: ../lib/yasr-ajax-functions.php:725
1038
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1039
  msgstr "رای های نقد و برسی چند گانه پیدا شد اما نمیتوانم در دیتابیس قرارش دهم"
1040
 
1041
- #: ../lib/yasr-ajax-functions.php:733
1042
  msgid "I've found Multi Set but with no data"
1043
  msgstr "نقد و برسی چند گانه ای پیدا شد اما بدون داده ای"
1044
 
1045
- #: ../lib/yasr-ajax-functions.php:742
1046
  msgid "I've found Multi Sets names but I couldn't insert into db"
1047
  msgstr "اسم نقد و برسی چند گانه ای پیدا شد اما نیمی توانم در دیتابیس واردش کنم"
1048
 
1049
- #: ../lib/yasr-ajax-functions.php:750
1050
  msgid "Multisets were not found. Imported is done!"
1051
  msgstr "نقد و برسی چند گانه ای پیدا نشد. اضافه شدن انجام شد!"
1052
 
1053
- #: ../lib/yasr-ajax-functions.php:793
1054
  msgid "No Recenet votes yet"
1055
  msgstr "هیچ رای ثبت نشده است"
1056
 
1057
- #: ../lib/yasr-ajax-functions.php:815
1058
  #, php-format
1059
  msgid "Vote %d from %s on"
1060
  msgstr ""
1061
 
1062
- #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1063
  msgid "Error: you can't vote 0"
1064
  msgstr "ارور: شما امتیاز نمیتوانید رای 0 دهید"
1065
 
1066
- #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1067
  #, fuzzy
1068
  msgid "Average:"
1069
  msgstr "میانگین: "
1070
 
1071
- #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1072
  msgid "Vote Saved"
1073
  msgstr "رای شما ثبت شد"
1074
 
1075
- #: ../lib/yasr-ajax-functions.php:1264
1076
  msgid "Vote updated"
1077
  msgstr "رای شما تغیر یافت"
1078
 
1079
- #: ../lib/yasr-ajax-functions.php:1409
1080
  #, fuzzy
1081
  msgid "Rating saved!"
1082
  msgstr "تنظیمات ذخیره شد"
1083
 
1084
- #: ../lib/yasr-ajax-functions.php:1415
1085
  msgid "Rating not saved. Please Try again"
1086
  msgstr ""
1087
 
1088
- #: ../lib/yasr-ajax-functions.php:1508
1089
  msgid "stars"
1090
  msgstr "ستاره"
1091
 
1092
- #: ../lib/yasr-ajax-functions.php:1513
1093
  #, fuzzy
1094
  msgid "star"
1095
  msgstr "ستاره"
1096
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1097
  #~ msgid "Donations"
1098
  #~ msgstr "کمک کردن مالی"
1099
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2016-02-08 13:40+0100\n"
5
+ "PO-Revision-Date: 2016-02-08 13:40+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fa_IR\n"
20
  msgid "Rate this article / item"
21
  msgstr "به این مقاله یا به این محصول رای دهید"
22
 
23
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:504
24
+ #: ../lib/yasr-functions.php:55
25
  msgid "Loading, please wait"
26
  msgstr "در حال بارگذاری, خواهشا صبر کنید"
27
 
33
  msgid "This review is about a..."
34
  msgstr "این مقاله درباره چیست؟"
35
 
36
+ #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
37
+ #: ../lib/yasr-settings-functions.php:656
 
 
 
 
38
  msgid "Select"
39
  msgstr "انتخاب"
40
 
41
+ #: ../yasr-metabox-top-right.php:199
42
  msgid ""
43
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
44
  "where you want to display this rating"
47
  "ازاین <strong>[yasr_overall_rating]</strong> شورت کات استفاده کنید و درون "
48
  "پست قرار دهید"
49
 
50
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:147
51
+ #: ../lib/yasr-ajax-functions.php:45 ../lib/yasr-ajax-functions.php:142
52
+ #: ../lib/yasr-ajax-functions.php:228 ../lib/yasr-ajax-functions.php:386
53
+ #: ../lib/yasr-ajax-functions.php:797 ../lib/yasr-ajax-functions.php:1111
54
  msgid "You do not have sufficient permissions to access this page."
55
  msgstr "شما مجوز کافی برای دسترسی به این صفحه را ندارید."
56
 
57
+ #: ../yasr-settings-page.php:38
58
  msgid "Settings"
59
  msgstr "تنظیمات"
60
 
61
+ #: ../yasr-settings-page.php:82
62
  msgid "General Settings"
63
  msgstr "تنظیمات عمومی"
64
 
65
+ #: ../yasr-settings-page.php:83
66
  msgid "Multi Sets"
67
  msgstr "نقد برسی چند گانه"
68
 
69
+ #: ../yasr-settings-page.php:84
70
+ #, fuzzy
71
+ msgid "Aspect & Styles"
72
+ msgstr "وارد کردن CSS و استایل های سفارسی"
73
 
74
+ #: ../yasr-settings-page.php:86
75
+ msgid "Extensions"
76
+ msgstr ""
77
 
78
+ #: ../yasr-settings-page.php:103 ../yasr-settings-page.php:263
79
+ #: ../yasr-settings-page.php:294
80
  msgid "Save"
81
  msgstr "ذخیره"
82
 
83
+ #: ../yasr-settings-page.php:128
84
  msgid "Import Gd Star Rating"
85
  msgstr "اضافه کردن تنظیمات افزونه Gd Star Rating به این افزونه"
86
 
87
+ #: ../yasr-settings-page.php:129
88
  msgid "I've found a previous installation of Gd Star Rating."
89
  msgstr "ما یک نسخه نصب شده قبلی از افزونه GD Star Rating پیدا کردیم."
90
 
91
+ #: ../yasr-settings-page.php:129
92
  msgid "Do you want proceed to import data?"
93
  msgstr "آیا میخواهید این افزونه تنظیمات افزونه مورد نظر را دریافت کند؟"
94
 
95
+ #: ../yasr-settings-page.php:131
96
  msgid "Yes, Begin Import"
97
  msgstr "بله دوباره شروع کن"
98
 
99
+ #: ../yasr-settings-page.php:135
100
  msgid "Click on Proceed to import Gd Star Rating data."
101
  msgstr "روی گزینه ادامه بده کلیک کنید تا تنظیمات را از این افزونه دریافت کند."
102
 
103
+ #: ../yasr-settings-page.php:138 ../yasr-settings-page.php:171
104
  msgid "Proceed"
105
  msgstr "ادامه بده"
106
 
107
+ #: ../yasr-settings-page.php:160
108
  msgid "Manage GD Star Data"
109
  msgstr "ویرایش اطلاعات GD Star"
110
 
111
+ #: ../yasr-settings-page.php:161
112
  msgid "Gd Star Rating has been already imported."
113
  msgstr "تنظیمات افزونه Gd Star Rating ذخیره شد."
114
 
115
+ #: ../yasr-settings-page.php:162
116
  msgid "If you wish you can import it again, but"
117
  msgstr "اگه دوست دارید میتونید دوباره تنظیمات را دریافت کنید, اما"
118
 
119
+ #: ../yasr-settings-page.php:162
120
  msgid "you will lose all data you've collect since the import!"
121
  msgstr "ممکنه اطلاعاتی را که جمع آوری کرده ایم از دست بدیم!"
122
 
123
+ #: ../yasr-settings-page.php:164
124
  msgid "Ok, Import Again"
125
  msgstr "باشه, دوباره دریافت کن"
126
 
127
+ #: ../yasr-settings-page.php:168
128
  msgid ""
129
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
130
  msgstr ""
171
  msgid "Close this message"
172
  msgstr "این پیغام را ببند"
173
 
174
+ #: ../yasr-settings-page.php:320
175
+ #, fuzzy
176
+ msgid "Extensions for Yet Another Stars Rating"
177
+ msgstr "تنظیمات: Yet Another Stars Rating"
178
+
179
+ #: ../yasr-settings-page.php:323
180
+ msgid "Extensions add functionality to your Yasr installation"
181
+ msgstr ""
182
+
183
+ #: ../yasr-settings-page.php:338
184
+ msgid ""
185
+ "Start accepting reviews and ratings for your post or pages using Yasr User "
186
+ "Reviews extension."
187
+ msgstr ""
188
+
189
+ #: ../yasr-settings-page.php:356 ../yasr-settings-page.php:394
190
+ #: ../yasr-settings-page.php:432
191
+ msgid "Get this extension"
192
+ msgstr ""
193
+
194
+ #: ../yasr-settings-page.php:376
195
+ #, fuzzy
196
+ msgid "Choose between ready to use image or upload your own!"
197
+ msgstr "کاربر می توانید عکس و استایل ستاره ها را انتخاب و یا حتی آپلود کند"
198
+
199
+ #: ../yasr-settings-page.php:414
200
+ msgid "Unleash all the power of your rankings with just a click!"
201
+ msgstr ""
202
+
203
  #: ../yasr-metabox-multiple-rating.php:35
204
  msgid "Choose wich set you want to use"
205
  msgstr "یکی از گزینه های ساخته شده را انتخاب کنید"
206
 
207
+ #: ../lib/yasr-shortcode-functions.php:187
208
+ #: ../lib/yasr-shortcode-functions.php:212
 
209
  msgid "You've already voted this article with"
210
  msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
211
 
212
+ #: ../lib/yasr-shortcode-functions.php:237
213
+ #: ../lib/yasr-shortcode-functions.php:533
214
+ #, fuzzy
215
+ msgid "You must sign in to vote"
216
  msgstr "شما برای رای دادن باید وارد شوید"
217
 
218
+ #: ../lib/yasr-shortcode-functions.php:279 ../lib/yasr-ajax-functions.php:1300
219
+ #: ../lib/yasr-ajax-functions.php:1308 ../lib/yasr-ajax-functions.php:1447
220
  msgid "Total: "
221
  msgstr "تعداد: "
222
 
223
+ #: ../lib/yasr-shortcode-functions.php:279
224
  msgid "Average: "
225
  msgstr "میانگین: "
226
 
227
+ #: ../lib/yasr-shortcode-functions.php:506
228
+ msgid "Submit!"
229
  msgstr ""
230
 
231
+ #: ../lib/yasr-shortcode-functions.php:512
232
  #, fuzzy
233
  msgid "Thank you for voting! "
234
  msgstr "از حمایت شما متشکریم!"
235
 
236
+ #: ../lib/yasr-shortcode-functions.php:721
 
 
 
 
 
 
237
  msgid "Rating"
238
  msgstr "امتیاز ها"
239
 
240
+ #: ../lib/yasr-shortcode-functions.php:735
241
  msgid "You don't have any votes stored"
242
  msgstr "شما رای ذخیره شده ای ندارید"
243
 
244
+ #: ../lib/yasr-shortcode-functions.php:771
245
+ #: ../lib/yasr-shortcode-functions.php:810
246
  msgid "Post / Page"
247
  msgstr "پست / صفحه"
248
 
249
+ #: ../lib/yasr-shortcode-functions.php:772
250
+ #: ../lib/yasr-shortcode-functions.php:811
251
  msgid "Order By"
252
  msgstr "سفارشی سازی بر اساس"
253
 
254
+ #: ../lib/yasr-shortcode-functions.php:772
255
+ #: ../lib/yasr-shortcode-functions.php:811
256
  msgid "Most Rated"
257
  msgstr "بیشترین امتیاز"
258
 
259
+ #: ../lib/yasr-shortcode-functions.php:772
260
+ #: ../lib/yasr-shortcode-functions.php:811
261
  msgid "Highest Rated"
262
  msgstr "بالاترین امتیاز"
263
 
264
+ #: ../lib/yasr-shortcode-functions.php:790
265
+ #: ../lib/yasr-shortcode-functions.php:825
266
  msgid "Total:"
267
  msgstr "تعداد:"
268
 
269
+ #: ../lib/yasr-shortcode-functions.php:790
270
+ #: ../lib/yasr-shortcode-functions.php:825
271
  msgid "Average"
272
  msgstr "میانگین"
273
 
274
+ #: ../lib/yasr-shortcode-functions.php:802
275
  msgid "You've not enough data"
276
  msgstr "داده ای به اندازه کافی پیدا نشد!"
277
 
278
+ #: ../lib/yasr-shortcode-functions.php:837
279
  msgid "You've not enought data"
280
  msgstr "داده ای به اندازه کافی پیدا نشد!"
281
 
282
+ #: ../lib/yasr-shortcode-functions.php:922
283
  msgid ""
284
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
285
  "any review?"
287
  "مشکلی در اجرای 5 نقد برسی برتر رخ داده است. آیا تا بحال نقد و برسی انجام "
288
  "داده و در پست انتشار داده اید؟"
289
 
290
+ #: ../lib/yasr-shortcode-functions.php:990
291
  msgid ""
292
  "Problem while retrieving the top 10 active users chart. Are you sure you "
293
  "have votes to show?"
295
  "مشکلی در اجرای 10 کاربر فعال رخ داده است. آیا مطمینید رای برای نمایش وجود "
296
  "دارد؟"
297
 
298
+ #: ../lib/yasr-shortcode-functions.php:1027
299
+ #, php-format
300
+ msgid "based on %d votes"
301
+ msgstr ""
302
+
303
+ #: ../lib/yasr-settings-functions.php:68
304
  msgid "General settings"
305
  msgstr "تنظیمات عمومی"
306
 
307
+ #: ../lib/yasr-settings-functions.php:69
308
  msgid "Auto insert options"
309
  msgstr "گزینه های درج خودکار"
310
 
311
+ #: ../lib/yasr-settings-functions.php:70
312
  msgid "Show \"Overall Rating\" in Archive Page?"
313
  msgstr "رای کلی را در صفحات آرشیو نمایش بدم؟"
314
 
315
+ #: ../lib/yasr-settings-functions.php:71
316
  msgid "Show \"Visitor Votes\" in Archive Page?"
317
  msgstr "رای کاربران را در صفحات آرشیو نمایش بدم؟"
318
 
319
+ #: ../lib/yasr-settings-functions.php:72
320
  msgid "Insert custom text to show before / after stars"
321
  msgstr "می خواهید نوشته ای سفارسی برای قبل و بعد ستاره ها بنویسید؟"
322
 
323
+ #: ../lib/yasr-settings-functions.php:73
324
  msgid "Do you want show stats for visitors votes?"
325
  msgstr "آیا میخواهید آماری از تعداد و شمارش امتیاز دهندگان نمایش داده شود ؟"
326
 
327
+ #: ../lib/yasr-settings-functions.php:74
328
  msgid "Allow only logged in user to vote?"
329
  msgstr "چه کسانی مجاز به رای دادند هستند؟"
330
 
331
+ #: ../lib/yasr-settings-functions.php:75
332
+ #, fuzzy
333
+ msgid "Rich snippet options"
334
+ msgstr "قابلیت افزودن متا کد ها و ایندکس شدن در موتور های جستجو"
335
 
336
+ #: ../lib/yasr-settings-functions.php:76
337
  msgid "How do you want to rate \"Overall Rating\"?"
338
  msgstr "دوست دارید نمایش \"رای کلی\" به جه صورت باشد؟"
339
 
340
+ #: ../lib/yasr-settings-functions.php:90
341
  msgid "Use Auto Insert?"
342
  msgstr "گذاشتن خودکار؟"
343
 
344
+ #: ../lib/yasr-settings-functions.php:96
345
+ #: ../lib/yasr-settings-functions.php:180
346
+ #: ../lib/yasr-settings-functions.php:200
347
+ #: ../lib/yasr-settings-functions.php:244
348
+ #: ../lib/yasr-settings-functions.php:270
349
+ #: ../lib/yasr-settings-functions.php:304
350
+ #: ../lib/yasr-settings-functions.php:359
351
  msgid "Yes"
352
  msgstr "بله"
353
 
354
+ #: ../lib/yasr-settings-functions.php:110
355
+ #: ../lib/yasr-settings-functions.php:185
356
+ #: ../lib/yasr-settings-functions.php:205
357
+ #: ../lib/yasr-settings-functions.php:249
358
+ #: ../lib/yasr-settings-functions.php:275
359
+ #: ../lib/yasr-settings-functions.php:309
360
+ #: ../lib/yasr-settings-functions.php:364
361
  msgid "No"
362
  msgstr "خیر"
363
 
364
+ #: ../lib/yasr-settings-functions.php:118
365
  msgid "What?"
366
  msgstr "به چه صورت قرار بدم؟"
367
 
368
+ #: ../lib/yasr-settings-functions.php:123
369
  msgid "Overall Rating / Author Rating"
370
  msgstr "رای کلی / رای نویسنده"
371
 
372
+ #: ../lib/yasr-settings-functions.php:127 ../lib/yasr-ajax-functions.php:524
373
  msgid "Visitor Votes"
374
  msgstr "رای کاربران"
375
 
376
+ #: ../lib/yasr-settings-functions.php:131
377
  msgid "Both"
378
  msgstr "هردو"
379
 
380
+ #: ../lib/yasr-settings-functions.php:137
381
  msgid "Where?"
382
  msgstr "کجا بزارمش؟"
383
 
384
+ #: ../lib/yasr-settings-functions.php:142
385
  msgid "Before the post"
386
  msgstr "قبل پست"
387
 
388
+ #: ../lib/yasr-settings-functions.php:146
389
  msgid "After the post"
390
  msgstr "بعد پست"
391
 
392
+ #: ../lib/yasr-settings-functions.php:153
393
  msgid "Size"
394
  msgstr "اندازه"
395
 
396
+ #: ../lib/yasr-settings-functions.php:159 ../lib/yasr-ajax-functions.php:514
397
+ #: ../lib/yasr-ajax-functions.php:532
398
  msgid "Small"
399
  msgstr "کوچک"
400
 
401
+ #: ../lib/yasr-settings-functions.php:164 ../lib/yasr-ajax-functions.php:515
402
+ #: ../lib/yasr-ajax-functions.php:533
403
  msgid "Medium"
404
  msgstr "متوسط"
405
 
406
+ #: ../lib/yasr-settings-functions.php:169 ../lib/yasr-ajax-functions.php:516
407
+ #: ../lib/yasr-ajax-functions.php:534
408
  msgid "Large"
409
  msgstr "بزرگ"
410
 
411
+ #: ../lib/yasr-settings-functions.php:176
412
  msgid "Exclude Pages?"
413
  msgstr "در صفحات قرار ندم؟"
414
 
415
+ #: ../lib/yasr-settings-functions.php:197
416
  msgid "Use only in custom post types?"
417
  msgstr "فقط از پست های سفارشی استفاده کن؟"
418
 
419
+ #: ../lib/yasr-settings-functions.php:209
420
  msgid "You see this because you use custom post types."
421
  msgstr "شما این را می بینید چون از پست های سفارشی استفاده کرده اید."
422
 
423
+ #: ../lib/yasr-settings-functions.php:211
424
  msgid "If you want to use auto insert only in custom post types, choose Yes"
425
  msgstr ""
426
  "اگر فقط میخواهید به صورت خودکار در پست های سفارشی استفاده کنید, بله را "
427
  "انتخاب کنید"
428
 
429
+ #: ../lib/yasr-settings-functions.php:253
430
  msgid ""
431
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
432
  "article or page, but also in pages like Home Page, category pages or "
436
  "شد. یعنی اینکه در صفحه اصلی, صفحات دسته بندی ها و صفحات آرشیو نیز نمایش داده "
437
  "میشود."
438
 
439
+ #: ../lib/yasr-settings-functions.php:279
440
  msgid ""
441
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
442
  "article or page, but also in pages like Home Page, category pages or "
446
  "نخواهد شد. یعنی اینکه در صفحه اصلی, صفحات دسته بندی ها و صفحات آرشیو نیز "
447
  "نمایش داده میشود."
448
 
449
+ #: ../lib/yasr-settings-functions.php:314
450
  msgid "Custom text to display before Overall Rating"
451
  msgstr "این نوشته قبل از رای کلی نمایش داده میشود"
452
 
453
+ #: ../lib/yasr-settings-functions.php:319
454
  #, fuzzy
455
  msgid "Custom text to display BEFORE Visitor Rating"
456
  msgstr "این نوشته قبل از رای کاربران نمایش داده میشود"
457
 
458
+ #: ../lib/yasr-settings-functions.php:325
459
  #, fuzzy
460
  msgid "Custom text to display AFTER Visitor Rating"
461
  msgstr "این نوشته قبل از رای کاربران نمایش داده میشود"
462
 
463
+ #: ../lib/yasr-settings-functions.php:330
464
  msgid "Custom text to display when a non logged user has already rated"
465
  msgstr "این قسمت موقعی نمایش داده میشود که کاربر ناشناسی قبلا رای داده باشد"
466
 
467
+ #: ../lib/yasr-settings-functions.php:335
468
  msgid "Help"
469
  msgstr ""
470
 
471
+ #: ../lib/yasr-settings-functions.php:339
472
  msgid ""
473
  "In the first field you can use %overall_rating% pattern to show the overall "
474
  "rating."
475
  msgstr ""
476
 
477
+ #: ../lib/yasr-settings-functions.php:343
478
  msgid ""
479
  "In the Second and Third fields you can use %total_count% pattern to show the "
480
  "total count, and %average% pattern to show the average"
481
  msgstr ""
482
 
483
+ #: ../lib/yasr-settings-functions.php:382
484
  msgid "Allow only logged-in users"
485
  msgstr "فقط کاربران ثبت نام شده"
486
 
487
+ #: ../lib/yasr-settings-functions.php:386
488
  msgid "Allow everybody (logged in and anonymous)"
489
  msgstr "همه کس ( ثبت نام کرده و ناشناس )"
490
 
491
+ #: ../lib/yasr-settings-functions.php:406
492
+ #, fuzzy
493
+ msgid "Which rich snippet do you want to use?"
494
+ msgstr "ستاره ها به چه صورت در گوگل ایندکس شوند؟"
495
+
496
+ #: ../lib/yasr-settings-functions.php:410
497
  msgid "Review Rating"
498
  msgstr "نمایش به صورت نقد برسی"
499
 
500
+ #: ../lib/yasr-settings-functions.php:414
501
  msgid "Aggregate Rating"
502
  msgstr "نمایش به صورت رای کاربران و تعداد رای ها"
503
 
504
+ #: ../lib/yasr-settings-functions.php:419
505
  msgid "What is this?"
506
  msgstr "این چی هست حالا ؟"
507
 
508
+ #: ../lib/yasr-settings-functions.php:424
509
  msgid ""
510
  "If you select \"Review Rating\", your site will be indexed from search "
511
  "engines like this: "
513
  "اگر شما \"به صورت نقد برسی\" را انتخاب کنید, در گوگل و موتور های جستجو به "
514
  "این صورت نمایش داده خواهد شد:"
515
 
516
+ #: ../lib/yasr-settings-functions.php:429
517
  msgid ""
518
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
519
  "this"
521
  "اگر شما \"رای کاربران و تعداد رای ها\" را انتخاب کنید, در گوگل و موتور های "
522
  "جستجو به این صورت نمایش داده خواهد شد:"
523
 
524
+ #: ../lib/yasr-settings-functions.php:440
525
+ msgid "Select default item type for all post or pages"
526
+ msgstr ""
527
 
528
+ #: ../lib/yasr-settings-functions.php:445
529
+ msgid "Product"
530
+ msgstr ""
531
 
532
+ #: ../lib/yasr-settings-functions.php:449
533
+ msgid "Place"
534
+ msgstr ""
535
 
536
+ #: ../lib/yasr-settings-functions.php:453
537
+ msgid "Recipe"
538
+ msgstr ""
539
 
540
  #: ../lib/yasr-settings-functions.php:457
541
+ msgid "BlogPosting"
542
+ msgstr ""
543
 
544
+ #: ../lib/yasr-settings-functions.php:463
545
+ msgid ""
546
+ "If you need to use BlogPosting as item type, even for just one post or page, "
547
+ "please fill these forms"
548
+ msgstr ""
549
 
550
+ #: ../lib/yasr-settings-functions.php:468
551
+ msgid "Publisher name (e.g. Google)"
552
+ msgstr ""
553
 
554
+ #: ../lib/yasr-settings-functions.php:473
555
+ msgid "Logo Url (if empty siteicon will be used instead)"
556
+ msgstr ""
557
+
558
+ #: ../lib/yasr-settings-functions.php:480
559
+ msgid "You can always change it in the single post or page."
560
+ msgstr ""
561
+
562
+ #: ../lib/yasr-settings-functions.php:482
563
+ msgid ""
564
+ "This will affect only the post/page where you didn't change manually the "
565
+ "itemtype yet."
566
+ msgstr ""
567
+
568
+ #: ../lib/yasr-settings-functions.php:521
569
+ msgid "Stars"
570
+ msgstr "به صورت ستاره"
571
+
572
+ #: ../lib/yasr-settings-functions.php:525
573
+ msgid "Numbers"
574
+ msgstr "به صورت اعداد"
575
 
576
+ #: ../lib/yasr-settings-functions.php:601
577
  msgid "Add New Multiple Set"
578
  msgstr "1 نقد و برسی چند گانه بسازید"
579
 
580
+ #: ../lib/yasr-settings-functions.php:602
581
  msgid ""
582
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
583
  "characters"
585
  "اسم, المان 1 و المان 2 حتما باید پر شود و در فیلد ها حتما باید بیشتر از 3 "
586
  "کارکتر وارد کنید"
587
 
588
+ #: ../lib/yasr-settings-functions.php:605
589
  msgid "Name"
590
  msgstr "اسم"
591
 
592
+ #: ../lib/yasr-settings-functions.php:610
593
  msgid "You can insert up to nine elements"
594
  msgstr ""
595
  "شما میتوانید 9 المان ثبت کنید برای مثال فرض کنید گوشی اپل رو میخواهید برسی "
596
  "کنید به این صورت وارد کنید! دوربین, صفحه نمایش, صدا.... و اسم رو هم بزارید "
597
  "اپل تا پیدا کردنش راحت باشه براتون!"
598
 
599
+ #: ../lib/yasr-settings-functions.php:615
600
  msgid "Element "
601
  msgstr "المان"
602
 
603
+ #: ../lib/yasr-settings-functions.php:625
604
  msgid "Create New Set"
605
  msgstr "نقد و برسی من را بساز"
606
 
607
+ #: ../lib/yasr-settings-functions.php:646
608
+ #: ../lib/yasr-settings-functions.php:679
609
  msgid "Manage Multiple Set"
610
  msgstr "ویرایش نقد برسی های چند گانه"
611
 
612
+ #: ../lib/yasr-settings-functions.php:648
613
  msgid "Wich set do you want to edit or remove?"
614
  msgstr "برای ویرایش و پاک کردن یکی را انتخاب کنید"
615
 
616
+ #: ../lib/yasr-settings-functions.php:689
617
+ #: ../lib/yasr-settings-functions.php:807
618
  msgid "Field name"
619
  msgstr "اسم فیلد ها"
620
 
621
+ #: ../lib/yasr-settings-functions.php:693
622
+ #: ../lib/yasr-settings-functions.php:811
623
  msgid "Remove"
624
  msgstr "پاک کردن"
625
 
626
+ #: ../lib/yasr-settings-functions.php:735
627
+ #: ../lib/yasr-settings-functions.php:853
628
  msgid "Remove whole set?"
629
  msgstr "همه را پاک کن؟!"
630
 
631
+ #: ../lib/yasr-settings-functions.php:748
632
+ #: ../lib/yasr-settings-functions.php:866
633
  msgid ""
634
  "If you remove something you will remove all the votes for that set or field. "
635
  "This operation CAN'T BE undone."
637
  "اگر چیزی را پاک کنید امتیاز ها و رای ها هم پاک خواهند شد و قابل برگشت هم "
638
  "نیستند!"
639
 
640
+ #: ../lib/yasr-settings-functions.php:755
641
+ #: ../lib/yasr-settings-functions.php:873
642
  msgid "You can use up to 9 elements"
643
  msgstr "شما بیشتر از 9 المان نمیتوانید ثبت کنید"
644
 
645
+ #: ../lib/yasr-settings-functions.php:757
646
+ #: ../lib/yasr-settings-functions.php:875
647
  msgid "Add element"
648
  msgstr "المان های اضافه را ایجاد کن"
649
 
650
+ #: ../lib/yasr-settings-functions.php:759
651
+ #: ../lib/yasr-settings-functions.php:877
652
  msgid "Save changes"
653
  msgstr "ذخیره تنظیمات"
654
 
655
+ #: ../lib/yasr-settings-functions.php:769
656
  msgid "No Multiple Set were found"
657
  msgstr "نقد و برسی پیدا نشد!"
658
 
659
+ #: ../lib/yasr-settings-functions.php:1018
660
+ #: ../lib/yasr-settings-functions.php:1318
661
  msgid "Settings Saved"
662
  msgstr "تنظیمات ذخیره شد"
663
 
664
+ #: ../lib/yasr-settings-functions.php:1023
665
  msgid "Something goes wrong trying insert set field name. Please report it"
666
  msgstr "مشکلی در وارد کردن اسم فیلد رخ داده است. خواهشا گزارش دهید"
667
 
668
+ #: ../lib/yasr-settings-functions.php:1029
669
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
670
  msgstr ""
671
  "مشکلی در وارد کردن اسم نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
672
 
673
+ #: ../lib/yasr-settings-functions.php:1104
674
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
675
  msgstr "مشکلی در پاک کردن نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
676
 
677
+ #: ../lib/yasr-settings-functions.php:1150
678
  msgid ""
679
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
680
  msgstr ""
681
  "مشکلی در پاک کردن المان نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
682
 
683
+ #: ../lib/yasr-settings-functions.php:1214
684
  msgid ""
685
  "Something goes wrong trying to update a Multi Set's element. Please report it"
686
  msgstr "مشکلی در آپدیت المان برسی چند گانه رخ داده است. خواهشا گزارش دهید"
687
 
688
+ #: ../lib/yasr-settings-functions.php:1303
689
  msgid ""
690
  "Something goes wrong trying to insert set field name in edit form. Please "
691
  "report it"
692
  msgstr ""
693
  "مشکلی در قرار دادن اسم فیلد در ویرایش فرم رخ داده است. خواهشا گزارش دهید"
694
 
695
+ #: ../lib/yasr-settings-functions.php:1351
696
  msgid "Style Options"
697
  msgstr "تنظیمات سبک و استایل"
698
 
699
+ #: ../lib/yasr-settings-functions.php:1352
700
+ msgid "Which color scheme do you want to use?"
701
+ msgstr "دوست دارید چه رنگی نمایش داده شود؟"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
702
 
703
+ #: ../lib/yasr-settings-functions.php:1370
704
+ msgid "Select the set you've uploaded"
705
+ msgstr ""
706
 
707
+ #: ../lib/yasr-settings-functions.php:1371
708
+ #, fuzzy
709
+ msgid "Choose Stars Set"
710
+ msgstr "انتخاب اندازه"
711
 
712
+ #: ../lib/yasr-settings-functions.php:1375
713
+ msgid "Custom CSS Styles"
714
+ msgstr "وارد کردن CSS و استایل های سفارسی"
715
 
716
+ #: ../lib/yasr-settings-functions.php:1390
717
+ msgid "Light"
718
+ msgstr "روشن"
719
 
720
+ #: ../lib/yasr-settings-functions.php:1395
721
+ msgid "Dark"
722
+ msgstr "تیره"
723
 
724
+ #: ../lib/yasr-settings-functions.php:1400
725
+ msgid "Preview"
726
+ msgstr "پیش نمایش"
727
 
728
+ #: ../lib/yasr-settings-functions.php:1405
729
+ msgid "Light theme"
730
+ msgstr "قالب روشن"
731
 
732
+ #: ../lib/yasr-settings-functions.php:1410
733
+ #, fuzzy
734
+ msgid "Dark theme"
735
+ msgstr "قالب تیره"
736
 
737
+ #: ../lib/yasr-settings-functions.php:1422
738
  msgid ""
739
+ "Please use text area below to write your own CSS styles to override the "
740
+ "default ones."
741
+ msgstr "در فیلد پایین استایل CSS سفارشی خود را وارد کنید."
 
 
 
742
 
743
+ #: ../lib/yasr-settings-functions.php:1424
744
+ #, fuzzy
745
+ msgid "Leave it blank if you don't know what you're doing."
746
+ msgstr "اگه نمیدونید دارید چیکار می کنید این فیلد را خالی بزارید!!"
747
 
748
+ #: ../lib/yasr-settings-functions.php:1495
749
  msgid "Keep in touch!"
750
  msgstr ""
751
 
752
+ #: ../lib/yasr-settings-functions.php:1538
753
  #, php-format
754
  msgid ""
755
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
756
  msgstr ""
757
 
758
+ #: ../lib/yasr-settings-functions.php:1540
759
  msgid "Can I ask a favor?"
760
  msgstr ""
761
 
762
+ #: ../lib/yasr-settings-functions.php:1542
763
  msgid "Can you please rate YASR 5 stars on"
764
  msgstr ""
765
 
766
+ #: ../lib/yasr-settings-functions.php:1544
767
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
768
  msgstr ""
769
 
770
+ #: ../lib/yasr-settings-functions.php:1550
771
  msgid "Ok, I'm glad to help!"
772
  msgstr ""
773
 
774
+ #: ../lib/yasr-settings-functions.php:1551
775
  msgid "Remind me later!"
776
  msgstr ""
777
 
778
+ #: ../lib/yasr-settings-functions.php:1552
779
  msgid "Don't need to ask, I already did it!"
780
  msgstr ""
781
 
782
+ #: ../lib/yasr-settings-functions.php:1585
783
  #, php-format
784
  msgid ""
785
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
787
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
788
  msgstr ""
789
 
790
+ #: ../lib/yasr-settings-functions.php:1630
791
  msgid "No previous Gd Star Rating installation was found"
792
  msgstr "نسخه ای از افزونه Gd Star Rating که نصب شده باشد پیدا نشد"
793
 
794
+ #: ../lib/yasr-db-functions.php:426 ../lib/yasr-db-functions.php:569
795
  msgid "No recenet votes yet"
796
  msgstr "رای هنوز ثبت نشده است"
797
 
798
+ #: ../lib/yasr-db-functions.php:441 ../lib/yasr-ajax-functions.php:833
799
  msgid "anonymous"
800
  msgstr "ناشناس"
801
 
802
+ #: ../lib/yasr-db-functions.php:450
803
  #, php-format
804
  msgid "Vote %d from %s on "
805
  msgstr ""
806
 
807
+ #: ../lib/yasr-db-functions.php:466 ../lib/yasr-db-functions.php:599
808
+ #: ../lib/yasr-ajax-functions.php:858 ../lib/yasr-ajax-functions.php:1007
809
  msgid "Ip address"
810
  msgstr "آی پی آدرس"
811
 
812
+ #: ../lib/yasr-db-functions.php:487 ../lib/yasr-db-functions.php:620
813
+ #: ../lib/yasr-ajax-functions.php:876 ../lib/yasr-ajax-functions.php:1026
814
  msgid "Pages"
815
  msgstr "صفحات"
816
 
817
+ #: ../lib/yasr-db-functions.php:583 ../lib/yasr-ajax-functions.php:991
818
+ #, fuzzy, php-format
819
+ msgid "You rated %s on "
820
+ msgstr "شما امتیاز داده شما "
821
+
822
+ #: ../lib/yasr-functions.php:57
823
+ msgid "bad, poor, ok, good, super"
824
+ msgstr ""
825
+
826
+ #: ../lib/yasr-functions.php:134 ../lib/yasr-functions.php:135
827
  msgid "Yet Another Stars Rating: Settings"
828
  msgstr "تنظیمات: Yet Another Stars Rating"
829
 
830
+ #: ../lib/yasr-functions.php:184
831
  msgid "Yet Another Stars Rating: Multiple set"
832
  msgstr "افزودن نقد برسی های چند گانه به پست"
833
 
834
+ #: ../lib/yasr-functions.php:195
835
  msgid "You don't have enought privileges to insert Overall Rating"
836
  msgstr "شما امتیاز کافی ندارید تا رای کلی را قرار دهید"
837
 
838
+ #: ../lib/yasr-functions.php:205
 
 
 
 
839
  #, fuzzy
840
+ msgid "You don't have enough privileges to insert a Multi Set"
841
+ msgstr "شما امتیاز کافی ندارید تا نقد و برسی چند گانه قرار دهید"
 
 
 
 
 
 
 
 
 
842
 
843
+ #: ../lib/yasr-functions.php:660
844
+ msgid "Product, Place, Recipe, BlogPosting"
845
  msgstr ""
846
 
847
+ #: ../lib/yasr-ajax-functions.php:109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
848
  msgid "You've rated it "
849
  msgstr "شما امتیاز داده شما "
850
 
851
+ #: ../lib/yasr-ajax-functions.php:113
852
  msgid "You've reset the vote"
853
  msgstr "شما رای را مجدداً تنظیم کرده اید"
854
 
855
+ #: ../lib/yasr-ajax-functions.php:201
856
+ #, fuzzy
857
+ msgid "Type Saved"
858
+ msgstr "رای شما ثبت شد"
859
+
860
+ #: ../lib/yasr-ajax-functions.php:204
861
  msgid ""
862
  "There was an error while trying to insert the review type. Please report it"
863
  msgstr ""
864
  "این مشکلی زمانی رخ می دهد که می خواهید نوع نقد و برسی را انتخاب کنید. خوهشا "
865
  "گزارش دهید"
866
 
867
+ #: ../lib/yasr-ajax-functions.php:243
868
  msgid "Choose a vote for each element"
869
  msgstr "برای هر یک از المان ها یک امتیاز انتخاب کنید"
870
 
871
+ #: ../lib/yasr-ajax-functions.php:306 ../lib/yasr-ajax-functions.php:350
872
  #, fuzzy
873
  msgid "If you want to insert this multiset, paste this shortcode "
874
  msgstr "اگه میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید:"
875
 
876
+ #: ../lib/yasr-ajax-functions.php:308 ../lib/yasr-ajax-functions.php:352
877
  msgid ""
878
  "If, instead, you want allow your visitor to vote on this multiset, use this "
879
  "shortcode"
880
  msgstr ""
881
 
882
+ #: ../lib/yasr-ajax-functions.php:317
883
  msgid "Choose a vote for every element"
884
  msgstr "برای هر آلمان رای انتخاب کنید"
885
 
886
+ #: ../lib/yasr-ajax-functions.php:493
887
  msgid "Main"
888
  msgstr "اصلی"
889
 
890
+ #: ../lib/yasr-ajax-functions.php:494
891
  msgid "Charts"
892
  msgstr "نمودار ها"
893
 
894
+ #: ../lib/yasr-ajax-functions.php:497
895
  msgid "Read the doc"
896
  msgstr "این مقاله را بخوانید "
897
 
898
+ #: ../lib/yasr-ajax-functions.php:506
899
  msgid "Overall Rating / Review"
900
  msgstr "امتیاز کلی / نقد و برسی"
901
 
902
+ #: ../lib/yasr-ajax-functions.php:508
903
  msgid "Insert Overall Rating"
904
  msgstr "قرار دادن امتیاز دهی کلی"
905
 
906
+ #: ../lib/yasr-ajax-functions.php:509
907
  msgid "Insert Overall Rating / Review for this post"
908
  msgstr "امتیاز کلی / نقد برسی را در این پست قرار بده"
909
 
910
+ #: ../lib/yasr-ajax-functions.php:512 ../lib/yasr-ajax-functions.php:530
911
  msgid "Choose Size"
912
  msgstr "انتخاب اندازه"
913
 
914
+ #: ../lib/yasr-ajax-functions.php:526
915
  msgid "Insert Visitor Votes"
916
  msgstr "اضافه کردن امتیاز دهی کاربران"
917
 
918
+ #: ../lib/yasr-ajax-functions.php:527
919
  msgid "Insert the ability for your visitor to vote"
920
  msgstr "قابلیت امتیاز دادن کاربران به این مقاله را اضافه کنید"
921
 
922
+ #: ../lib/yasr-ajax-functions.php:544
923
  msgid "If you want to insert a Multi Set, pick one:"
924
  msgstr "اگه میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید:"
925
 
926
+ #: ../lib/yasr-ajax-functions.php:550
927
  msgid "Choose wich set you want to insert."
928
  msgstr "مجموعه ای که می خواهید وارد کنید را انتخاب کنید."
929
 
930
+ #: ../lib/yasr-ajax-functions.php:552 ../lib/yasr-ajax-functions.php:569
931
  msgid "Readonly?"
932
  msgstr ""
933
 
934
+ #: ../lib/yasr-ajax-functions.php:554 ../lib/yasr-ajax-functions.php:570
935
  msgid ""
936
  "If Readonly is checked, only you can insert the votes (in the box above the "
937
  "editor)"
938
  msgstr ""
939
 
940
+ #: ../lib/yasr-ajax-functions.php:555
941
  #, fuzzy
942
  msgid "Insert Multi Set"
943
  msgstr "مجموعه نقد و برسی های چند گانه"
944
 
945
+ #: ../lib/yasr-ajax-functions.php:564
946
  msgid "Insert Multiset:"
947
  msgstr "قرار دادن نقد و برسی های چند گانه"
948
 
949
+ #: ../lib/yasr-ajax-functions.php:567
950
  msgid "Insert Multiple Set"
951
  msgstr "مجموعه نقد و برسی های چند گانه"
952
 
953
+ #: ../lib/yasr-ajax-functions.php:585
954
  msgid "Ranking reviews"
955
  msgstr "لیست امتیاز پست ها"
956
 
957
+ #: ../lib/yasr-ajax-functions.php:586
958
  msgid "Insert Ranking reviews"
959
  msgstr "لیست پست ها را قرار بده"
960
 
961
+ #: ../lib/yasr-ajax-functions.php:587
962
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
963
  msgstr ""
964
  "قرار دادن شورت کات [yasr_overall_rating] برای 10 تا از بیشترین پست های دارای "
965
  "امتیاز"
966
 
967
+ #: ../lib/yasr-ajax-functions.php:591
968
  msgid "Users' ranking"
969
  msgstr "امتیاز های کاربران"
970
 
971
+ #: ../lib/yasr-ajax-functions.php:592
972
  msgid "Insert Users ranking"
973
  msgstr "قرار دادن امتیاز کاربران"
974
 
975
+ #: ../lib/yasr-ajax-functions.php:593
976
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
977
  msgstr "[yasr_most_or_highest_rated_posts]"
978
 
979
+ #: ../lib/yasr-ajax-functions.php:597
980
  msgid "Most active reviewers"
981
  msgstr "فعال ترین افراد دارای نقد برسی چند گانه"
982
 
983
+ #: ../lib/yasr-ajax-functions.php:598
984
  msgid "Insert Most Active Reviewers"
985
  msgstr "فعال ترین افراد دارای نقد برسی قرار بده"
986
 
987
+ #: ../lib/yasr-ajax-functions.php:599
988
  msgid "Insert Top 5 active reviewers"
989
  msgstr "قرار دادن 5 نویسنده فعال دارای بیشترین نقد و برسی"
990
 
991
+ #: ../lib/yasr-ajax-functions.php:603
992
  msgid "Most Active Users"
993
  msgstr "بیشترین کاربران فعال"
994
 
995
+ #: ../lib/yasr-ajax-functions.php:604
996
  msgid "Insert Most Active Users"
997
  msgstr "فعال ترین کاربران امتیاز دهنده را قرار بده"
998
 
999
+ #: ../lib/yasr-ajax-functions.php:605
1000
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1001
  msgstr "برای قرار دادن 10 کاربر فعال از کد [yasr_visitor_votes] استفاده کنید"
1002
 
1003
+ #: ../lib/yasr-ajax-functions.php:678
1004
  msgid "Reviews and Visitor Votes have been successfull imported."
1005
  msgstr "نقد و برسی ها و رای بازدید کننده ها با موفقیت اضافه شد"
1006
 
1007
+ #: ../lib/yasr-ajax-functions.php:684
1008
  msgid ""
1009
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1010
  "THIS MAY TAKE A WHILE!"
1012
  "گام دوم: من چک میکنم اگه نقد و برسی پیدا کردم آنها را اضافه میکنم. ممکنه کمی "
1013
  "زمان ببرد"
1014
 
1015
+ #: ../lib/yasr-ajax-functions.php:686
1016
  msgid "Proceed Step 2"
1017
  msgstr "در حال اجرای گام دوم"
1018
 
1019
+ #: ../lib/yasr-ajax-functions.php:693
1020
  msgid "Something goes wrong! Refresh the page and try again!"
1021
  msgstr "مشکلی رخ داده است! صفحه را رفرش کنید و دوباره امتحان کنید"
1022
 
1023
+ #: ../lib/yasr-ajax-functions.php:722
1024
  msgid "I've found Multiple Set! Importing..."
1025
  msgstr "نقد برسی چند گانه ای پیدا شد! در حال اضافه کردن..."
1026
 
1027
+ #: ../lib/yasr-ajax-functions.php:731
1028
  msgid "Multi Set's name has been successfull imported."
1029
  msgstr "نقد برسی چند گانه با موفقیت اضافه شد."
1030
 
1031
+ #: ../lib/yasr-ajax-functions.php:733
1032
  msgid "Now I'm going to import Multi Set data"
1033
  msgstr "حالا در حال اضافه کردن داده های نقد برسی چند گانه هستم"
1034
 
1035
+ #: ../lib/yasr-ajax-functions.php:744
1036
  msgid "All votes has been successfull imported."
1037
  msgstr "تمام رای ها با موفقیت اضافه شد."
1038
 
1039
+ #: ../lib/yasr-ajax-functions.php:746
1040
  msgid "Done"
1041
  msgstr "انجام شد"
1042
 
1043
+ #: ../lib/yasr-ajax-functions.php:751
1044
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1045
  msgstr "رای های نقد و برسی چند گانه پیدا شد اما نمیتوانم در دیتابیس قرارش دهم"
1046
 
1047
+ #: ../lib/yasr-ajax-functions.php:759
1048
  msgid "I've found Multi Set but with no data"
1049
  msgstr "نقد و برسی چند گانه ای پیدا شد اما بدون داده ای"
1050
 
1051
+ #: ../lib/yasr-ajax-functions.php:768
1052
  msgid "I've found Multi Sets names but I couldn't insert into db"
1053
  msgstr "اسم نقد و برسی چند گانه ای پیدا شد اما نیمی توانم در دیتابیس واردش کنم"
1054
 
1055
+ #: ../lib/yasr-ajax-functions.php:776
1056
  msgid "Multisets were not found. Imported is done!"
1057
  msgstr "نقد و برسی چند گانه ای پیدا نشد. اضافه شدن انجام شد!"
1058
 
1059
+ #: ../lib/yasr-ajax-functions.php:820 ../lib/yasr-ajax-functions.php:979
1060
  msgid "No Recenet votes yet"
1061
  msgstr "هیچ رای ثبت نشده است"
1062
 
1063
+ #: ../lib/yasr-ajax-functions.php:842
1064
  #, php-format
1065
  msgid "Vote %d from %s on"
1066
  msgstr ""
1067
 
1068
+ #: ../lib/yasr-ajax-functions.php:1191 ../lib/yasr-ajax-functions.php:1349
1069
  msgid "Error: you can't vote 0"
1070
  msgstr "ارور: شما امتیاز نمیتوانید رای 0 دهید"
1071
 
1072
+ #: ../lib/yasr-ajax-functions.php:1300 ../lib/yasr-ajax-functions.php:1308
1073
  #, fuzzy
1074
  msgid "Average:"
1075
  msgstr "میانگین: "
1076
 
1077
+ #: ../lib/yasr-ajax-functions.php:1301 ../lib/yasr-ajax-functions.php:1309
1078
  msgid "Vote Saved"
1079
  msgstr "رای شما ثبت شد"
1080
 
1081
+ #: ../lib/yasr-ajax-functions.php:1450
1082
  msgid "Vote updated"
1083
  msgstr "رای شما تغیر یافت"
1084
 
1085
+ #: ../lib/yasr-ajax-functions.php:1595
1086
  #, fuzzy
1087
  msgid "Rating saved!"
1088
  msgstr "تنظیمات ذخیره شد"
1089
 
1090
+ #: ../lib/yasr-ajax-functions.php:1601
1091
  msgid "Rating not saved. Please Try again"
1092
  msgstr ""
1093
 
1094
+ #: ../lib/yasr-ajax-functions.php:1694
1095
  msgid "stars"
1096
  msgstr "ستاره"
1097
 
1098
+ #: ../lib/yasr-ajax-functions.php:1699
1099
  #, fuzzy
1100
  msgid "star"
1101
  msgstr "ستاره"
1102
 
1103
+ #~ msgid "Styles"
1104
+ #~ msgstr "سبک و استایل"
1105
+
1106
+ #~ msgid "Pro Features!"
1107
+ #~ msgstr "امکانات حرفه ای"
1108
+
1109
+ #~ msgid "Looking for more features?"
1110
+ #~ msgstr "به دنبال امکانات بیشتری می گردید ؟"
1111
+
1112
+ #~ msgid "Upgrade to yasr pro!"
1113
+ #~ msgstr "به yasr pro آپدیت کنید!"
1114
+
1115
+ #~ msgid "Unlimited ratings and votes"
1116
+ #~ msgstr "امتیاز و رای دادن نامحدود"
1117
+
1118
+ #~ msgid "Works with shortcodes"
1119
+ #~ msgstr "کار کردن با شورت کات ها"
1120
+
1121
+ #~ msgid "Multi Set Support"
1122
+ #~ msgstr "نقد و برسی چند گانه"
1123
+
1124
+ #~ msgid "Logs and stats for visitors votes"
1125
+ #~ msgstr "لوگ و آمارگیر برای رای بازدید کنندگان"
1126
+
1127
+ #~ msgid "Localization (.po and .mo files included)"
1128
+ #~ msgstr "فایل های .PO .MO برای ترجمه "
1129
+
1130
+ #~ msgid "Rankings for reviews, votes and users"
1131
+ #~ msgstr "رتبه بندی برای نقد و برسی, رای و کاربران"
1132
+
1133
+ #~ msgid "Rankings Customization"
1134
+ #~ msgstr "رتبه بندی سفارشی"
1135
+
1136
+ #~ msgid "Stars Customization"
1137
+ #~ msgstr "سفارشی سازی ستاره ها"
1138
+
1139
+ #~ msgid "Size Only"
1140
+ #~ msgstr "فقط اندازه"
1141
+
1142
+ #~ msgid "Users can review in comments"
1143
+ #~ msgstr "کاربران میتوانند در قسمت نظرات به صورت نقد و برسی نظر دهند"
1144
+
1145
+ #~ msgid "Not avaible yet"
1146
+ #~ msgstr " هنوز آماده نشده"
1147
+
1148
+ #, fuzzy
1149
+ #~ msgid "reviewed by"
1150
+ #~ msgstr " نقد و برسی شده توسط "
1151
+
1152
+ #~ msgid " on "
1153
+ #~ msgstr " در تاریخ "
1154
+
1155
+ #, fuzzy
1156
+ #~ msgid "reviewed on"
1157
+ #~ msgstr " نقد و برسی شده توسط "
1158
+
1159
+ #, fuzzy
1160
+ #~ msgid "rated"
1161
+ #~ msgstr " امتیاز "
1162
+
1163
+ #, fuzzy
1164
+ #~ msgid "of"
1165
+ #~ msgstr " از"
1166
+
1167
+ #~ msgid " written by "
1168
+ #~ msgstr " نوشته شده توسط "
1169
+
1170
+ #~ msgid " average rating "
1171
+ #~ msgstr " میانگین امتیاز ها "
1172
+
1173
+ #~ msgid " user ratings"
1174
+ #~ msgstr " کاربر امتیاز داده اند"
1175
+
1176
  #~ msgid "Donations"
1177
  #~ msgstr "کمک کردن مالی"
1178
 
languages/yet-another-stars-rating-fr_FR.mo CHANGED
Binary file
languages/yet-another-stars-rating-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-09-10 11:39+0100\n"
5
- "PO-Revision-Date: 2015-09-10 11:39+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
@@ -19,8 +19,8 @@ msgstr ""
19
  msgid "Rate this article / item"
20
  msgstr "Evaluez cet article / ce produit"
21
 
22
- #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
23
- #: ../lib/yasr-shortcode-functions.php:546
24
  msgid "Loading, please wait"
25
  msgstr "Chargement, attendez s'il vous plait"
26
 
@@ -32,16 +32,12 @@ msgstr "Vote enregistré"
32
  msgid "This review is about a..."
33
  msgstr "Cette avis est pour un..."
34
 
35
- #: ../yasr-metabox-top-right.php:181
36
- msgid "Product, Place, Other"
37
- msgstr ""
38
-
39
- #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
40
- #: ../lib/yasr-settings-functions.php:542
41
  msgid "Select"
42
  msgstr "Sélection"
43
 
44
- #: ../yasr-metabox-top-right.php:234
45
  msgid ""
46
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
47
  "where you want to display this rating"
@@ -49,84 +45,85 @@ msgstr ""
49
  "N'oubliez pas d'insérer ce shortcode <strong> [yasr_overall_rating] </strong "
50
  "> ou vous désirez afficher ce vote"
51
 
52
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
53
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
54
- #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
 
55
  msgid "You do not have sufficient permissions to access this page."
56
  msgstr ""
57
  "Vous n'avez pas de permissions suffisantes pour avoir accès à cette page."
58
 
59
- #: ../yasr-settings-page.php:37
60
  msgid "Settings"
61
  msgstr "Réglages"
62
 
63
- #: ../yasr-settings-page.php:80
64
  msgid "General Settings"
65
  msgstr "Réglages générales"
66
 
67
- #: ../yasr-settings-page.php:81
68
  msgid "Multi Sets"
69
  msgstr "Votes Multiple"
70
 
71
- #: ../yasr-settings-page.php:82
72
- msgid "Styles"
73
- msgstr "Styles"
74
-
75
- #: ../yasr-settings-page.php:83
76
  #, fuzzy
77
- msgid "Pro Features!"
78
- msgstr "Diagramme Pro"
 
 
 
 
79
 
80
- #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
81
- #: ../yasr-settings-page.php:297
82
  msgid "Save"
83
  msgstr "Sauvegarder"
84
 
85
- #: ../yasr-settings-page.php:125
86
  msgid "Import Gd Star Rating"
87
  msgstr "Importer depuis Gd Star Rating"
88
 
89
- #: ../yasr-settings-page.php:126
90
  msgid "I've found a previous installation of Gd Star Rating."
91
  msgstr "J'ai trouvé une installation précédente de GD Star Rating."
92
 
93
- #: ../yasr-settings-page.php:126
94
  msgid "Do you want proceed to import data?"
95
  msgstr "Vous voulez commencer à importer des données ?"
96
 
97
- #: ../yasr-settings-page.php:128
98
  msgid "Yes, Begin Import"
99
  msgstr "Oui, commencez l'importation"
100
 
101
- #: ../yasr-settings-page.php:132
102
  msgid "Click on Proceed to import Gd Star Rating data."
103
  msgstr "Cliquez sur Continuer pour importer les données de Gd Star Rating"
104
 
105
- #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
106
  msgid "Proceed"
107
  msgstr "Continuer"
108
 
109
- #: ../yasr-settings-page.php:157
110
  msgid "Manage GD Star Data"
111
  msgstr "Gérer les données de Gd Star Rating"
112
 
113
- #: ../yasr-settings-page.php:158
114
  msgid "Gd Star Rating has been already imported."
115
  msgstr "Gd Star Rating à déja été importé."
116
 
117
- #: ../yasr-settings-page.php:159
118
  msgid "If you wish you can import it again, but"
119
  msgstr "Si vous souhaitez vous pouvez recommencer l'importation, mais"
120
 
121
- #: ../yasr-settings-page.php:159
122
  msgid "you will lose all data you've collect since the import!"
123
  msgstr "Vous risquez de perdre toutes vos données depuis l'importation!"
124
 
125
- #: ../yasr-settings-page.php:161
126
  msgid "Ok, Import Again"
127
  msgstr "D'accord, importez à nouveau"
128
 
129
- #: ../yasr-settings-page.php:165
130
  msgid ""
131
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
132
  msgstr ""
@@ -177,91 +174,113 @@ msgstr ""
177
  msgid "Close this message"
178
  msgstr "Choisissez ce message"
179
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  #: ../yasr-metabox-multiple-rating.php:35
181
  msgid "Choose wich set you want to use"
182
  msgstr "Choisissez quel ensemble vous voulez utiliser"
183
 
184
- #: ../lib/yasr-shortcode-functions.php:202
185
- #: ../lib/yasr-shortcode-functions.php:223
186
- #: ../lib/yasr-shortcode-functions.php:253
187
  msgid "You've already voted this article with"
188
  msgstr "Vous avez déjà voté (note : )"
189
 
190
- #: ../lib/yasr-shortcode-functions.php:264
191
- #: ../lib/yasr-shortcode-functions.php:574
192
- msgid "You must sign to vote"
 
193
  msgstr "Vous devez être connecté pour voter"
194
 
195
- #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
196
- #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
197
  msgid "Total: "
198
  msgstr "Total : "
199
 
200
- #: ../lib/yasr-shortcode-functions.php:306
201
  msgid "Average: "
202
  msgstr "Moyenne : "
203
 
204
- #: ../lib/yasr-shortcode-functions.php:322
205
- msgid "bad, poor, ok, good, super"
206
- msgstr "'Mauvais', 'faible', 'ok', 'bon', 'super'"
207
-
208
- #: ../lib/yasr-shortcode-functions.php:553
209
- msgid "Thank you for voting! "
210
  msgstr ""
211
 
212
- #: ../lib/yasr-shortcode-functions.php:564
213
- #: ../lib/yasr-shortcode-functions.php:572
214
- #: ../lib/yasr-shortcode-functions.php:584
215
- msgid "Submit!"
216
  msgstr ""
217
 
218
- #: ../lib/yasr-shortcode-functions.php:761
219
  msgid "Rating"
220
  msgstr "Évaluation"
221
 
222
- #: ../lib/yasr-shortcode-functions.php:775
223
  msgid "You don't have any votes stored"
224
  msgstr "Vous n'avez pas encore de votes"
225
 
226
- #: ../lib/yasr-shortcode-functions.php:811
227
- #: ../lib/yasr-shortcode-functions.php:850
228
  msgid "Post / Page"
229
  msgstr "Article / Page"
230
 
231
- #: ../lib/yasr-shortcode-functions.php:812
232
- #: ../lib/yasr-shortcode-functions.php:851
233
  msgid "Order By"
234
  msgstr "Trié par"
235
 
236
- #: ../lib/yasr-shortcode-functions.php:812
237
- #: ../lib/yasr-shortcode-functions.php:851
238
  msgid "Most Rated"
239
  msgstr "Le plus évalué"
240
 
241
- #: ../lib/yasr-shortcode-functions.php:812
242
- #: ../lib/yasr-shortcode-functions.php:851
243
  msgid "Highest Rated"
244
  msgstr "Les meilleurs notes"
245
 
246
- #: ../lib/yasr-shortcode-functions.php:830
247
- #: ../lib/yasr-shortcode-functions.php:865
248
  msgid "Total:"
249
  msgstr "Total :"
250
 
251
- #: ../lib/yasr-shortcode-functions.php:830
252
- #: ../lib/yasr-shortcode-functions.php:865
253
  msgid "Average"
254
  msgstr "Moyenne"
255
 
256
- #: ../lib/yasr-shortcode-functions.php:842
257
  msgid "You've not enough data"
258
  msgstr "Vous n'avez pas assez de vote"
259
 
260
- #: ../lib/yasr-shortcode-functions.php:877
261
  msgid "You've not enought data"
262
  msgstr "Vous n'avez pas assez de vote"
263
 
264
- #: ../lib/yasr-shortcode-functions.php:962
265
  msgid ""
266
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
267
  "any review?"
@@ -269,7 +288,7 @@ msgstr ""
269
  "Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
270
  "Avez-vous publié un vote ?"
271
 
272
- #: ../lib/yasr-shortcode-functions.php:1030
273
  msgid ""
274
  "Problem while retrieving the top 10 active users chart. Are you sure you "
275
  "have votes to show?"
@@ -277,133 +296,139 @@ msgstr ""
277
  "Nous avons rencontrer un problème en affichant les 10 plus actifs "
278
  "utilisateurs. Etes vous sur que les votes ont été fait?"
279
 
280
- #: ../lib/yasr-settings-functions.php:52
 
 
 
 
 
281
  msgid "General settings"
282
  msgstr "Réglage général"
283
 
284
- #: ../lib/yasr-settings-functions.php:53
285
  msgid "Auto insert options"
286
  msgstr "Options d'insertion automatique"
287
 
288
- #: ../lib/yasr-settings-functions.php:54
289
  #, fuzzy
290
  msgid "Show \"Overall Rating\" in Archive Page?"
291
  msgstr "Afficher \"Vote Général\" sur la page d'accueil"
292
 
293
- #: ../lib/yasr-settings-functions.php:55
294
  msgid "Show \"Visitor Votes\" in Archive Page?"
295
  msgstr ""
296
 
297
- #: ../lib/yasr-settings-functions.php:56
298
  msgid "Insert custom text to show before / after stars"
299
  msgstr "Insérez le texte personnalisé avant / après les étoiles"
300
 
301
- #: ../lib/yasr-settings-functions.php:57
302
  msgid "Do you want show stats for visitors votes?"
303
  msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
304
 
305
- #: ../lib/yasr-settings-functions.php:58
306
  msgid "Allow only logged in user to vote?"
307
  msgstr "Seul les utilisateurs connectés peuvent voter ?"
308
 
309
- #: ../lib/yasr-settings-functions.php:59
310
- msgid "Which rich snippets do you want to use?"
311
- msgstr "Quels extraits voulez vous utiliser ? "
 
312
 
313
- #: ../lib/yasr-settings-functions.php:60
314
  msgid "How do you want to rate \"Overall Rating\"?"
315
  msgstr "Comment voulez vous mesurer le \"vote général \" ?"
316
 
317
- #: ../lib/yasr-settings-functions.php:74
318
  msgid "Use Auto Insert?"
319
  msgstr "Utilisez l'insersion automatique ?"
320
 
321
- #: ../lib/yasr-settings-functions.php:77
322
- #: ../lib/yasr-settings-functions.php:146
323
- #: ../lib/yasr-settings-functions.php:164
324
- #: ../lib/yasr-settings-functions.php:206
325
- #: ../lib/yasr-settings-functions.php:232
326
- #: ../lib/yasr-settings-functions.php:266
327
- #: ../lib/yasr-settings-functions.php:321
328
  msgid "Yes"
329
  msgstr "Oui"
330
 
331
- #: ../lib/yasr-settings-functions.php:91
332
- #: ../lib/yasr-settings-functions.php:151
333
- #: ../lib/yasr-settings-functions.php:169
334
- #: ../lib/yasr-settings-functions.php:211
335
- #: ../lib/yasr-settings-functions.php:237
336
- #: ../lib/yasr-settings-functions.php:271
337
- #: ../lib/yasr-settings-functions.php:326
338
  msgid "No"
339
  msgstr "No"
340
 
341
- #: ../lib/yasr-settings-functions.php:97
342
  msgid "What?"
343
  msgstr "Que voulez-vous ?"
344
 
345
- #: ../lib/yasr-settings-functions.php:100
346
  msgid "Overall Rating / Author Rating"
347
  msgstr "Vote administrateur / Vote Auteur"
348
 
349
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
350
  msgid "Visitor Votes"
351
  msgstr "Vote visiteur"
352
 
353
- #: ../lib/yasr-settings-functions.php:108
354
  msgid "Both"
355
  msgstr "Tous les deux"
356
 
357
- #: ../lib/yasr-settings-functions.php:112
358
  msgid "Where?"
359
  msgstr "ou ?"
360
 
361
- #: ../lib/yasr-settings-functions.php:115
362
  msgid "Before the post"
363
  msgstr "Avant l'article"
364
 
365
- #: ../lib/yasr-settings-functions.php:119
366
  msgid "After the post"
367
  msgstr "Après l'article"
368
 
369
- #: ../lib/yasr-settings-functions.php:124
370
  msgid "Size"
371
  msgstr "Taille"
372
 
373
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
374
- #: ../lib/yasr-ajax-functions.php:508
375
  msgid "Small"
376
  msgstr "Petit"
377
 
378
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
379
- #: ../lib/yasr-ajax-functions.php:509
380
  msgid "Medium"
381
  msgstr "Moyen"
382
 
383
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
384
- #: ../lib/yasr-ajax-functions.php:510
385
  msgid "Large"
386
  msgstr "Large"
387
 
388
- #: ../lib/yasr-settings-functions.php:143
389
  msgid "Exclude Pages?"
390
  msgstr "Pages à exclures ?"
391
 
392
- #: ../lib/yasr-settings-functions.php:161
393
  msgid "Use only in custom post types?"
394
  msgstr "Utilisez seulement en configuration personalisée ?"
395
 
396
- #: ../lib/yasr-settings-functions.php:173
397
  msgid "You see this because you use custom post types."
398
  msgstr "Vous voyez ceci car vous utilisez une configuration personalisé."
399
 
400
- #: ../lib/yasr-settings-functions.php:175
401
  msgid "If you want to use auto insert only in custom post types, choose Yes"
402
  msgstr ""
403
  "Si vous voulez utiliser le mode automatique et le mode personalisé; "
404
  "choisissez Oui"
405
 
406
- #: ../lib/yasr-settings-functions.php:215
407
  msgid ""
408
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
409
  "article or page, but also in pages like Home Page, category pages or "
@@ -413,7 +438,7 @@ msgstr ""
413
  "l'article ou la page, mais aussi sur la page d'accueil, les catégories de la "
414
  "page et les archives."
415
 
416
- #: ../lib/yasr-settings-functions.php:241
417
  #, fuzzy
418
  msgid ""
419
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
@@ -424,63 +449,68 @@ msgstr ""
424
  "l'article ou la page, mais aussi sur la page d'accueil, les catégories de la "
425
  "page et les archives."
426
 
427
- #: ../lib/yasr-settings-functions.php:276
428
  msgid "Custom text to display before Overall Rating"
429
  msgstr "Texte à personnalisé à afficher avant le vote général"
430
 
431
- #: ../lib/yasr-settings-functions.php:281
432
  #, fuzzy
433
  msgid "Custom text to display BEFORE Visitor Rating"
434
  msgstr "Texte à personalisé à afficher avant le vote visiteur"
435
 
436
- #: ../lib/yasr-settings-functions.php:287
437
  #, fuzzy
438
  msgid "Custom text to display AFTER Visitor Rating"
439
  msgstr "Texte à personalisé à afficher avant le vote visiteur"
440
 
441
- #: ../lib/yasr-settings-functions.php:292
442
  msgid "Custom text to display when a non logged user has already rated"
443
  msgstr ""
444
  "Texte à personnalisé pour afficher lorsqu'un utilisateur non enregistrée a "
445
  "déjà voté"
446
 
447
- #: ../lib/yasr-settings-functions.php:297
448
  msgid "Help"
449
  msgstr ""
450
 
451
- #: ../lib/yasr-settings-functions.php:301
452
  msgid ""
453
  "In the first field you can use %overall_rating% pattern to show the overall "
454
  "rating."
455
  msgstr ""
456
 
457
- #: ../lib/yasr-settings-functions.php:305
458
  msgid ""
459
  "In the Second and Third fields you can use %total_count% pattern to show the "
460
  "total count, and %average% pattern to show the average"
461
  msgstr ""
462
 
463
- #: ../lib/yasr-settings-functions.php:344
464
  msgid "Allow only logged-in users"
465
  msgstr "Seul les utilisateurs connectés sont autorisés"
466
 
467
- #: ../lib/yasr-settings-functions.php:348
468
  msgid "Allow everybody (logged in and anonymous)"
469
  msgstr "Permettre à chacun ( connecté et anonyme )"
470
 
471
- #: ../lib/yasr-settings-functions.php:365
 
 
 
 
 
472
  msgid "Review Rating"
473
  msgstr "Classement des avis"
474
 
475
- #: ../lib/yasr-settings-functions.php:369
476
  msgid "Aggregate Rating"
477
  msgstr "Note globale"
478
 
479
- #: ../lib/yasr-settings-functions.php:374
480
  msgid "What is this?"
481
  msgstr "Qu'est ce que c'est ?"
482
 
483
- #: ../lib/yasr-settings-functions.php:379
484
  msgid ""
485
  "If you select \"Review Rating\", your site will be indexed from search "
486
  "engines like this: "
@@ -488,7 +518,7 @@ msgstr ""
488
  "Si vous sélectionnez \" Classement des avis \" , votre site sera indexé par "
489
  "les moteurs de recherche comme ceci :"
490
 
491
- #: ../lib/yasr-settings-functions.php:384
492
  msgid ""
493
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
494
  "this"
@@ -496,44 +526,63 @@ msgstr ""
496
  "Si , à la place , vous choisissez \" note générale \" , votre site sera "
497
  "indexé comme ceci"
498
 
499
- #: ../lib/yasr-settings-functions.php:402
500
- msgid "Stars"
501
- msgstr "Etoiles"
502
 
503
- #: ../lib/yasr-settings-functions.php:406
504
- msgid "Numbers"
505
- msgstr "Nombres"
506
 
507
- #: ../lib/yasr-settings-functions.php:431
508
- msgid "Which color scheme do you want to use?"
509
- msgstr "Quel couleur voulez-vous utiliser ?"
510
 
511
- #: ../lib/yasr-settings-functions.php:452
512
- msgid "Light"
513
- msgstr "Clair"
514
 
515
  #: ../lib/yasr-settings-functions.php:457
516
- msgid "Dark"
517
- msgstr "Sombre"
518
 
519
- #: ../lib/yasr-settings-functions.php:462
520
- msgid "Preview"
521
- msgstr "Prévisualisation"
 
 
522
 
523
- #: ../lib/yasr-settings-functions.php:467
524
- msgid "Light theme"
525
- msgstr "Thème clair"
526
 
527
- #: ../lib/yasr-settings-functions.php:472
528
- #, fuzzy
529
- msgid "Dark theme"
530
- msgstr "Thème foncé"
531
 
532
- #: ../lib/yasr-settings-functions.php:487
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
533
  msgid "Add New Multiple Set"
534
  msgstr "Ajouter un nouveau vote multiple"
535
 
536
- #: ../lib/yasr-settings-functions.php:488
537
  msgid ""
538
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
539
  "characters"
@@ -541,48 +590,48 @@ msgstr ""
541
  "Nom , l'élément n ° 1 et n ° 2 doivent être rempli et doit être longueur "
542
  "minimum d'au moins 3 caractères"
543
 
544
- #: ../lib/yasr-settings-functions.php:491
545
  msgid "Name"
546
  msgstr "Nom"
547
 
548
- #: ../lib/yasr-settings-functions.php:496
549
  msgid "You can insert up to nine elements"
550
  msgstr "Vous pouvez insérer jusqu'à neuf éléments"
551
 
552
- #: ../lib/yasr-settings-functions.php:501
553
  msgid "Element "
554
  msgstr "Elément"
555
 
556
- #: ../lib/yasr-settings-functions.php:511
557
  msgid "Create New Set"
558
  msgstr "Créez un nouvel ensemble"
559
 
560
- #: ../lib/yasr-settings-functions.php:532
561
- #: ../lib/yasr-settings-functions.php:565
562
  msgid "Manage Multiple Set"
563
  msgstr "Gérez les votes multiples"
564
 
565
- #: ../lib/yasr-settings-functions.php:534
566
  msgid "Wich set do you want to edit or remove?"
567
  msgstr "Quel ensemble voulez-vous modifier ou supprimer ?"
568
 
569
- #: ../lib/yasr-settings-functions.php:575
570
- #: ../lib/yasr-settings-functions.php:693
571
  msgid "Field name"
572
  msgstr "Nom du champ"
573
 
574
- #: ../lib/yasr-settings-functions.php:579
575
- #: ../lib/yasr-settings-functions.php:697
576
  msgid "Remove"
577
  msgstr "Supprimer"
578
 
579
- #: ../lib/yasr-settings-functions.php:621
580
- #: ../lib/yasr-settings-functions.php:739
581
  msgid "Remove whole set?"
582
  msgstr "Suprimer tout ?"
583
 
584
- #: ../lib/yasr-settings-functions.php:634
585
- #: ../lib/yasr-settings-functions.php:752
586
  msgid ""
587
  "If you remove something you will remove all the votes for that set or field. "
588
  "This operation CAN'T BE undone."
@@ -590,63 +639,63 @@ msgstr ""
590
  "Si vous retirez quelque chose que vous allez supprimer tous les votes pour "
591
  "cet ensemble ou ce champ . Cette opération ne peut pas être annulée."
592
 
593
- #: ../lib/yasr-settings-functions.php:641
594
- #: ../lib/yasr-settings-functions.php:759
595
  msgid "You can use up to 9 elements"
596
  msgstr "Vous pouvez utiliser jusqu'à 9 éléments"
597
 
598
- #: ../lib/yasr-settings-functions.php:643
599
- #: ../lib/yasr-settings-functions.php:761
600
  msgid "Add element"
601
  msgstr "Ajoutez un élément"
602
 
603
- #: ../lib/yasr-settings-functions.php:645
604
- #: ../lib/yasr-settings-functions.php:763
605
  msgid "Save changes"
606
  msgstr "Sauvegardez les modifications"
607
 
608
- #: ../lib/yasr-settings-functions.php:655
609
  msgid "No Multiple Set were found"
610
  msgstr "Aucune vote multiple a été retrouvées"
611
 
612
- #: ../lib/yasr-settings-functions.php:904
613
- #: ../lib/yasr-settings-functions.php:1172
614
  msgid "Settings Saved"
615
  msgstr "Réglages sauvegardés"
616
 
617
- #: ../lib/yasr-settings-functions.php:909
618
  msgid "Something goes wrong trying insert set field name. Please report it"
619
  msgstr ""
620
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
621
  "enemble. Merci de le signaler"
622
 
623
- #: ../lib/yasr-settings-functions.php:915
624
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
625
  msgstr ""
626
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un vote "
627
  "multiple. Merci de le signaler"
628
 
629
- #: ../lib/yasr-settings-functions.php:990
630
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
631
  msgstr ""
632
  "Une erreur s'est produite quand vous avez essayer de supprilmer un vote "
633
  "multiple. Merci de le signaler"
634
 
635
- #: ../lib/yasr-settings-functions.php:1036
636
  msgid ""
637
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
638
  msgstr ""
639
  "Une erreur s'est produite quand vous avez de supprimer un élement d'un vote "
640
  "multiple. Merci de le signaler"
641
 
642
- #: ../lib/yasr-settings-functions.php:1100
643
  msgid ""
644
  "Something goes wrong trying to update a Multi Set's element. Please report it"
645
  msgstr ""
646
  "Une erreur s'est produite quand vous avez essayer de modifier un élément "
647
  "d'un vote multiple. Merci de le signaler"
648
 
649
- #: ../lib/yasr-settings-functions.php:1157
650
  msgid ""
651
  "Something goes wrong trying to insert set field name in edit form. Please "
652
  "report it"
@@ -654,126 +703,96 @@ msgstr ""
654
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
655
  "champ depuis l'éditeur. Merci de le signaler"
656
 
657
- #: ../lib/yasr-settings-functions.php:1202
658
  msgid "Style Options"
659
  msgstr "Options du style"
660
 
661
- #: ../lib/yasr-settings-functions.php:1203
662
- msgid "Custom CSS Styles"
663
- msgstr "Style Css personalisé"
664
-
665
- #: ../lib/yasr-settings-functions.php:1208
666
- msgid ""
667
- "Please use text area below to write your own CSS styles to override the "
668
- "default ones."
669
- msgstr ""
670
- "Merci d'utiliser la zone de texte ci-dessous pour écrire vos propres styles "
671
- "CSS afin d'outrepasser ceux par défaut ."
672
-
673
- #: ../lib/yasr-settings-functions.php:1210
674
- msgid "Leave it blank if you don't know what you're doing"
675
- msgstr "Laissez ce champ vide si vous ne savez pas ce que vous faites"
676
-
677
- #: ../lib/yasr-settings-functions.php:1233
678
- msgid "Looking for more features?"
679
- msgstr ""
680
-
681
- #: ../lib/yasr-settings-functions.php:1234
682
- msgid "Upgrade to yasr pro!"
683
- msgstr ""
684
 
685
- #: ../lib/yasr-settings-functions.php:1250
686
- msgid "Unlimited ratings and votes"
687
  msgstr ""
688
 
689
- #: ../lib/yasr-settings-functions.php:1256
690
- #, fuzzy
691
- msgid "Works with shortcodes"
692
- msgstr "Vos shortcodes enregistrés :"
693
-
694
- #: ../lib/yasr-settings-functions.php:1262
695
  #, fuzzy
696
- msgid "Multi Set Support"
697
- msgstr "Votes Multiple"
698
-
699
- #: ../lib/yasr-settings-functions.php:1267
700
- #, fuzzy
701
- msgid "Logs and stats for visitors votes"
702
- msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
703
 
704
- #: ../lib/yasr-settings-functions.php:1272
705
- msgid "Localization (.po and .mo files included)"
706
- msgstr ""
707
 
708
- #: ../lib/yasr-settings-functions.php:1277
709
- msgid "Rich Snippet Support"
710
- msgstr ""
711
 
712
- #: ../lib/yasr-settings-functions.php:1282
713
- msgid "Rankings for reviews, votes and users"
714
- msgstr ""
715
 
716
- #: ../lib/yasr-settings-functions.php:1287
717
- msgid "Rankings Customization"
718
- msgstr ""
719
 
720
- #: ../lib/yasr-settings-functions.php:1292
721
- msgid "Stars Customization"
722
- msgstr ""
723
 
724
- #: ../lib/yasr-settings-functions.php:1293
725
  #, fuzzy
726
- msgid "Size Only"
727
- msgstr "Taille"
728
 
729
- #: ../lib/yasr-settings-functions.php:1294
730
  msgid ""
731
- "Users can choose different ready to use sets or can upload their own images."
732
- msgstr ""
733
-
734
- #: ../lib/yasr-settings-functions.php:1297
735
- msgid "Users can review in comments"
736
  msgstr ""
 
 
737
 
738
- #: ../lib/yasr-settings-functions.php:1308
739
- msgid "Not avaible yet"
740
- msgstr ""
 
741
 
742
- #: ../lib/yasr-settings-functions.php:1367
743
  msgid "Keep in touch!"
744
  msgstr ""
745
 
746
- #: ../lib/yasr-settings-functions.php:1409
747
  #, php-format
748
  msgid ""
749
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
750
  msgstr ""
751
 
752
- #: ../lib/yasr-settings-functions.php:1411
753
  msgid "Can I ask a favor?"
754
  msgstr ""
755
 
756
- #: ../lib/yasr-settings-functions.php:1413
757
  msgid "Can you please rate YASR 5 stars on"
758
  msgstr ""
759
 
760
- #: ../lib/yasr-settings-functions.php:1415
761
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
762
  msgstr ""
763
 
764
- #: ../lib/yasr-settings-functions.php:1421
765
  msgid "Ok, I'm glad to help!"
766
  msgstr ""
767
 
768
- #: ../lib/yasr-settings-functions.php:1422
769
  msgid "Remind me later!"
770
  msgstr ""
771
 
772
- #: ../lib/yasr-settings-functions.php:1423
773
  msgid "Don't need to ask, I already did it!"
774
  msgstr ""
775
 
776
- #: ../lib/yasr-settings-functions.php:1456
777
  #, php-format
778
  msgid ""
779
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
@@ -781,241 +800,222 @@ msgid ""
781
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
782
  msgstr ""
783
 
784
- #: ../lib/yasr-settings-functions.php:1501
785
  msgid "No previous Gd Star Rating installation was found"
786
  msgstr "Aucune installation précédente de GD Rating n'a été trouvé"
787
 
788
- #: ../lib/yasr-db-functions.php:310
789
  msgid "No recenet votes yet"
790
  msgstr "Aucun vote récent"
791
 
792
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
793
  msgid "anonymous"
794
  msgstr "anonyme"
795
 
796
- #: ../lib/yasr-db-functions.php:334
797
  #, php-format
798
  msgid "Vote %d from %s on "
799
  msgstr ""
800
 
801
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
 
802
  msgid "Ip address"
803
  msgstr "Adresse IP"
804
 
805
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
 
806
  msgid "Pages"
807
  msgstr "Pages"
808
 
809
- #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
 
 
 
 
 
 
 
 
 
810
  msgid "Yet Another Stars Rating: Settings"
811
  msgstr "Yet Another Stars Rating : Réglages"
812
 
813
- #: ../lib/yasr-functions.php:148
814
  msgid "Yet Another Stars Rating: Multiple set"
815
  msgstr "Yet Another Stars Rating: Vote multiple"
816
 
817
- #: ../lib/yasr-functions.php:159
818
  msgid "You don't have enought privileges to insert Overall Rating"
819
  msgstr "Vous ne avez pas assez de privilèges pour donner une Note globale"
820
 
821
- #: ../lib/yasr-functions.php:169
822
- msgid "You don't have enought privileges to insert Multi Set"
823
- msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
824
-
825
- #: ../lib/yasr-functions.php:298
826
  #, fuzzy
827
- msgid "reviewed by"
828
- msgstr " evalué par"
829
-
830
- #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
831
- msgid " on "
832
- msgstr " sur"
833
-
834
- #: ../lib/yasr-functions.php:314
835
- #, fuzzy
836
- msgid "reviewed on"
837
- msgstr " evalué par"
838
 
839
- #: ../lib/yasr-functions.php:315
840
- msgid "by "
841
  msgstr ""
842
 
843
- #: ../lib/yasr-functions.php:319
844
- #, fuzzy
845
- msgid "rated"
846
- msgstr " evalué"
847
-
848
- #: ../lib/yasr-functions.php:319
849
- #, fuzzy
850
- msgid "of"
851
- msgstr " de "
852
-
853
- #: ../lib/yasr-functions.php:376
854
- msgid " written by "
855
- msgstr " ecris par"
856
-
857
- #: ../lib/yasr-functions.php:379
858
- msgid " average rating "
859
- msgstr " moyenne des votes"
860
-
861
- #: ../lib/yasr-functions.php:380
862
- msgid " user ratings"
863
- msgstr " evaluations visiteur"
864
-
865
- #: ../lib/yasr-ajax-functions.php:102
866
  msgid "You've rated it "
867
  msgstr "Vous l'avez évalué"
868
 
869
- #: ../lib/yasr-ajax-functions.php:106
870
  msgid "You've reset the vote"
871
  msgstr "Vous avez changer votre vote"
872
 
873
- #: ../lib/yasr-ajax-functions.php:188
 
 
 
 
 
874
  msgid ""
875
  "There was an error while trying to insert the review type. Please report it"
876
  msgstr ""
877
  "Il y avait une erreur en essayant d' insérer un avis. Merci de le signaler"
878
 
879
- #: ../lib/yasr-ajax-functions.php:223
880
  msgid "Choose a vote for each element"
881
  msgstr "Choisissez un vote pour chaque élément"
882
 
883
- #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
884
  #, fuzzy
885
  msgid "If you want to insert this multiset, paste this shortcode "
886
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
887
 
888
- #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
889
  msgid ""
890
  "If, instead, you want allow your visitor to vote on this multiset, use this "
891
  "shortcode"
892
  msgstr ""
893
 
894
- #: ../lib/yasr-ajax-functions.php:297
895
  msgid "Choose a vote for every element"
896
  msgstr "Choisissez un vote pour chaque élément"
897
 
898
- #: ../lib/yasr-ajax-functions.php:470
899
  msgid "Main"
900
  msgstr "Principal"
901
 
902
- #: ../lib/yasr-ajax-functions.php:471
903
  msgid "Charts"
904
  msgstr "Diagrammes"
905
 
906
- #: ../lib/yasr-ajax-functions.php:473
907
  msgid "Read the doc"
908
  msgstr "Lisez la documentation"
909
 
910
- #: ../lib/yasr-ajax-functions.php:482
911
  msgid "Overall Rating / Review"
912
  msgstr "Note globale / Examen"
913
 
914
- #: ../lib/yasr-ajax-functions.php:484
915
  msgid "Insert Overall Rating"
916
  msgstr "Insérer la note générale"
917
 
918
- #: ../lib/yasr-ajax-functions.php:485
919
  msgid "Insert Overall Rating / Review for this post"
920
  msgstr "Insérez une note générale / avis pour cette article"
921
 
922
- #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
923
  msgid "Choose Size"
924
  msgstr "Choisissez la taille"
925
 
926
- #: ../lib/yasr-ajax-functions.php:502
927
  msgid "Insert Visitor Votes"
928
  msgstr "Insérez les votes visiteurs"
929
 
930
- #: ../lib/yasr-ajax-functions.php:503
931
  msgid "Insert the ability for your visitor to vote"
932
  msgstr "Insérez la capacité pour votre visiteur à voter"
933
 
934
- #: ../lib/yasr-ajax-functions.php:520
935
  msgid "If you want to insert a Multi Set, pick one:"
936
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
937
 
938
- #: ../lib/yasr-ajax-functions.php:526
939
  msgid "Choose wich set you want to insert."
940
  msgstr "Choisissez quel ensemble vous voulez insérer"
941
 
942
- #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
943
  msgid "Readonly?"
944
  msgstr ""
945
 
946
- #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
947
  msgid ""
948
  "If Readonly is checked, only you can insert the votes (in the box above the "
949
  "editor)"
950
  msgstr ""
951
 
952
- #: ../lib/yasr-ajax-functions.php:531
953
  #, fuzzy
954
  msgid "Insert Multi Set"
955
  msgstr "Insérer un vote multiple"
956
 
957
- #: ../lib/yasr-ajax-functions.php:540
958
  msgid "Insert Multiset:"
959
  msgstr "Insérer un vote multiple :"
960
 
961
- #: ../lib/yasr-ajax-functions.php:543
962
  msgid "Insert Multiple Set"
963
  msgstr "Insérer un vote multiple"
964
 
965
- #: ../lib/yasr-ajax-functions.php:561
966
  msgid "Ranking reviews"
967
  msgstr "Classement des avis"
968
 
969
- #: ../lib/yasr-ajax-functions.php:562
970
  msgid "Insert Ranking reviews"
971
  msgstr "Insérez le classement des avis"
972
 
973
- #: ../lib/yasr-ajax-functions.php:563
974
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
975
  msgstr "Insérez le Top 10 classement pour [ yasr_overall_rating ] shortcode"
976
 
977
- #: ../lib/yasr-ajax-functions.php:567
978
  msgid "Users' ranking"
979
  msgstr "Le classement des utilisateurs"
980
 
981
- #: ../lib/yasr-ajax-functions.php:568
982
  msgid "Insert Users ranking"
983
  msgstr "Insérez le classement des utilisateurs"
984
 
985
- #: ../lib/yasr-ajax-functions.php:569
986
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
987
  msgstr "Insérez le Top 10 du classement pour [ yasr_visitor_votes ] shortcode"
988
 
989
- #: ../lib/yasr-ajax-functions.php:573
990
  msgid "Most active reviewers"
991
  msgstr "Examinateurs les plus actifs"
992
 
993
- #: ../lib/yasr-ajax-functions.php:574
994
  msgid "Insert Most Active Reviewers"
995
  msgstr "Insérez les examinateurs les plus actifs"
996
 
997
- #: ../lib/yasr-ajax-functions.php:575
998
  msgid "Insert Top 5 active reviewers"
999
  msgstr "Insérez le Top 5 des evaluateurs actifs"
1000
 
1001
- #: ../lib/yasr-ajax-functions.php:579
1002
  msgid "Most Active Users"
1003
  msgstr "Les utilisateurs les plus actifs"
1004
 
1005
- #: ../lib/yasr-ajax-functions.php:580
1006
  msgid "Insert Most Active Users"
1007
  msgstr "Insérer les plus actifs utlisateurs"
1008
 
1009
- #: ../lib/yasr-ajax-functions.php:581
1010
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1011
  msgstr ""
1012
  "Insérez le Top 10 des votes utilisateurs [ yasr_visitor_votes ] shortcode"
1013
 
1014
- #: ../lib/yasr-ajax-functions.php:652
1015
  msgid "Reviews and Visitor Votes have been successfull imported."
1016
  msgstr "Avis et Votes des visiteurs ont été importés avec succès ."
1017
 
1018
- #: ../lib/yasr-ajax-functions.php:658
1019
  msgid ""
1020
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1021
  "THIS MAY TAKE A WHILE!"
@@ -1023,100 +1023,151 @@ msgstr ""
1023
  "Etape 2: Je vais vérifier si vous avez utilisé de plusieurs vote multiple et "
1024
  "si je vais donc les importer. Cela peut prendre un certain temps!"
1025
 
1026
- #: ../lib/yasr-ajax-functions.php:660
1027
  msgid "Proceed Step 2"
1028
  msgstr "Procédez à l'étape 2"
1029
 
1030
- #: ../lib/yasr-ajax-functions.php:667
1031
  msgid "Something goes wrong! Refresh the page and try again!"
1032
  msgstr "Quelque chose ne va pas ! Rafraîchissez la page et essayez à nouveau !"
1033
 
1034
- #: ../lib/yasr-ajax-functions.php:696
1035
  msgid "I've found Multiple Set! Importing..."
1036
  msgstr "Je ai trouvé des votes multples! Importation .."
1037
 
1038
- #: ../lib/yasr-ajax-functions.php:705
1039
  msgid "Multi Set's name has been successfull imported."
1040
  msgstr "Le nom du vote multiple à été importé avec succès."
1041
 
1042
- #: ../lib/yasr-ajax-functions.php:707
1043
  msgid "Now I'm going to import Multi Set data"
1044
  msgstr "Maintenant, je vais importer les données des votes multiples"
1045
 
1046
- #: ../lib/yasr-ajax-functions.php:718
1047
  msgid "All votes has been successfull imported."
1048
  msgstr "Tous les vote ont été importé avec succès."
1049
 
1050
- #: ../lib/yasr-ajax-functions.php:720
1051
  msgid "Done"
1052
  msgstr "Effectué"
1053
 
1054
- #: ../lib/yasr-ajax-functions.php:725
1055
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1056
  msgstr ""
1057
  "Nous sommes dans l'impossibilité d'importer dans la base de données les "
1058
  "votes multiple trouvés"
1059
 
1060
- #: ../lib/yasr-ajax-functions.php:733
1061
  msgid "I've found Multi Set but with no data"
1062
  msgstr "Nous avons trouver des votes multiples mais sans données"
1063
 
1064
- #: ../lib/yasr-ajax-functions.php:742
1065
  msgid "I've found Multi Sets names but I couldn't insert into db"
1066
  msgstr ""
1067
  "Nous avons trouvé des noms de votes multiples, mais je ne pouvais pas "
1068
  "insérer dans la base de données"
1069
 
1070
- #: ../lib/yasr-ajax-functions.php:750
1071
  msgid "Multisets were not found. Imported is done!"
1072
  msgstr ""
1073
  "Les ensemble de vote multiples sont introuvable. L'importation est finie."
1074
 
1075
- #: ../lib/yasr-ajax-functions.php:793
1076
  msgid "No Recenet votes yet"
1077
  msgstr "Aucun vote encore"
1078
 
1079
- #: ../lib/yasr-ajax-functions.php:815
1080
  #, php-format
1081
  msgid "Vote %d from %s on"
1082
  msgstr ""
1083
 
1084
- #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1085
  msgid "Error: you can't vote 0"
1086
  msgstr "Erreur: Vous ne pouvez pas voter 0"
1087
 
1088
- #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1089
  #, fuzzy
1090
  msgid "Average:"
1091
  msgstr "Moyenne : "
1092
 
1093
- #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1094
  msgid "Vote Saved"
1095
  msgstr "Vote pris en compte"
1096
 
1097
- #: ../lib/yasr-ajax-functions.php:1264
1098
  msgid "Vote updated"
1099
  msgstr "Vote modifié"
1100
 
1101
- #: ../lib/yasr-ajax-functions.php:1409
1102
  #, fuzzy
1103
  msgid "Rating saved!"
1104
  msgstr "Réglages sauvegardés"
1105
 
1106
- #: ../lib/yasr-ajax-functions.php:1415
1107
  msgid "Rating not saved. Please Try again"
1108
  msgstr ""
1109
 
1110
- #: ../lib/yasr-ajax-functions.php:1508
1111
  #, fuzzy
1112
  msgid "stars"
1113
  msgstr "Etoiles"
1114
 
1115
- #: ../lib/yasr-ajax-functions.php:1513
1116
  #, fuzzy
1117
  msgid "star"
1118
  msgstr "Etoiles"
1119
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1120
  #~ msgid ""
1121
  #~ "Seems like you've imported gd star rating in the past, but then deleted "
1122
  #~ "the logs table. For now, you can't enable statistics"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2016-02-08 13:40+0100\n"
5
+ "PO-Revision-Date: 2016-02-08 13:40+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
19
  msgid "Rate this article / item"
20
  msgstr "Evaluez cet article / ce produit"
21
 
22
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:504
23
+ #: ../lib/yasr-functions.php:55
24
  msgid "Loading, please wait"
25
  msgstr "Chargement, attendez s'il vous plait"
26
 
32
  msgid "This review is about a..."
33
  msgstr "Cette avis est pour un..."
34
 
35
+ #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
36
+ #: ../lib/yasr-settings-functions.php:656
 
 
 
 
37
  msgid "Select"
38
  msgstr "Sélection"
39
 
40
+ #: ../yasr-metabox-top-right.php:199
41
  msgid ""
42
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
43
  "where you want to display this rating"
45
  "N'oubliez pas d'insérer ce shortcode <strong> [yasr_overall_rating] </strong "
46
  "> ou vous désirez afficher ce vote"
47
 
48
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:147
49
+ #: ../lib/yasr-ajax-functions.php:45 ../lib/yasr-ajax-functions.php:142
50
+ #: ../lib/yasr-ajax-functions.php:228 ../lib/yasr-ajax-functions.php:386
51
+ #: ../lib/yasr-ajax-functions.php:797 ../lib/yasr-ajax-functions.php:1111
52
  msgid "You do not have sufficient permissions to access this page."
53
  msgstr ""
54
  "Vous n'avez pas de permissions suffisantes pour avoir accès à cette page."
55
 
56
+ #: ../yasr-settings-page.php:38
57
  msgid "Settings"
58
  msgstr "Réglages"
59
 
60
+ #: ../yasr-settings-page.php:82
61
  msgid "General Settings"
62
  msgstr "Réglages générales"
63
 
64
+ #: ../yasr-settings-page.php:83
65
  msgid "Multi Sets"
66
  msgstr "Votes Multiple"
67
 
68
+ #: ../yasr-settings-page.php:84
 
 
 
 
69
  #, fuzzy
70
+ msgid "Aspect & Styles"
71
+ msgstr "Style Css personalisé"
72
+
73
+ #: ../yasr-settings-page.php:86
74
+ msgid "Extensions"
75
+ msgstr ""
76
 
77
+ #: ../yasr-settings-page.php:103 ../yasr-settings-page.php:263
78
+ #: ../yasr-settings-page.php:294
79
  msgid "Save"
80
  msgstr "Sauvegarder"
81
 
82
+ #: ../yasr-settings-page.php:128
83
  msgid "Import Gd Star Rating"
84
  msgstr "Importer depuis Gd Star Rating"
85
 
86
+ #: ../yasr-settings-page.php:129
87
  msgid "I've found a previous installation of Gd Star Rating."
88
  msgstr "J'ai trouvé une installation précédente de GD Star Rating."
89
 
90
+ #: ../yasr-settings-page.php:129
91
  msgid "Do you want proceed to import data?"
92
  msgstr "Vous voulez commencer à importer des données ?"
93
 
94
+ #: ../yasr-settings-page.php:131
95
  msgid "Yes, Begin Import"
96
  msgstr "Oui, commencez l'importation"
97
 
98
+ #: ../yasr-settings-page.php:135
99
  msgid "Click on Proceed to import Gd Star Rating data."
100
  msgstr "Cliquez sur Continuer pour importer les données de Gd Star Rating"
101
 
102
+ #: ../yasr-settings-page.php:138 ../yasr-settings-page.php:171
103
  msgid "Proceed"
104
  msgstr "Continuer"
105
 
106
+ #: ../yasr-settings-page.php:160
107
  msgid "Manage GD Star Data"
108
  msgstr "Gérer les données de Gd Star Rating"
109
 
110
+ #: ../yasr-settings-page.php:161
111
  msgid "Gd Star Rating has been already imported."
112
  msgstr "Gd Star Rating à déja été importé."
113
 
114
+ #: ../yasr-settings-page.php:162
115
  msgid "If you wish you can import it again, but"
116
  msgstr "Si vous souhaitez vous pouvez recommencer l'importation, mais"
117
 
118
+ #: ../yasr-settings-page.php:162
119
  msgid "you will lose all data you've collect since the import!"
120
  msgstr "Vous risquez de perdre toutes vos données depuis l'importation!"
121
 
122
+ #: ../yasr-settings-page.php:164
123
  msgid "Ok, Import Again"
124
  msgstr "D'accord, importez à nouveau"
125
 
126
+ #: ../yasr-settings-page.php:168
127
  msgid ""
128
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
129
  msgstr ""
174
  msgid "Close this message"
175
  msgstr "Choisissez ce message"
176
 
177
+ #: ../yasr-settings-page.php:320
178
+ #, fuzzy
179
+ msgid "Extensions for Yet Another Stars Rating"
180
+ msgstr "Yet Another Stars Rating : Réglages"
181
+
182
+ #: ../yasr-settings-page.php:323
183
+ msgid "Extensions add functionality to your Yasr installation"
184
+ msgstr ""
185
+
186
+ #: ../yasr-settings-page.php:338
187
+ msgid ""
188
+ "Start accepting reviews and ratings for your post or pages using Yasr User "
189
+ "Reviews extension."
190
+ msgstr ""
191
+
192
+ #: ../yasr-settings-page.php:356 ../yasr-settings-page.php:394
193
+ #: ../yasr-settings-page.php:432
194
+ msgid "Get this extension"
195
+ msgstr ""
196
+
197
+ #: ../yasr-settings-page.php:376
198
+ msgid "Choose between ready to use image or upload your own!"
199
+ msgstr ""
200
+
201
+ #: ../yasr-settings-page.php:414
202
+ msgid "Unleash all the power of your rankings with just a click!"
203
+ msgstr ""
204
+
205
  #: ../yasr-metabox-multiple-rating.php:35
206
  msgid "Choose wich set you want to use"
207
  msgstr "Choisissez quel ensemble vous voulez utiliser"
208
 
209
+ #: ../lib/yasr-shortcode-functions.php:187
210
+ #: ../lib/yasr-shortcode-functions.php:212
 
211
  msgid "You've already voted this article with"
212
  msgstr "Vous avez déjà voté (note : )"
213
 
214
+ #: ../lib/yasr-shortcode-functions.php:237
215
+ #: ../lib/yasr-shortcode-functions.php:533
216
+ #, fuzzy
217
+ msgid "You must sign in to vote"
218
  msgstr "Vous devez être connecté pour voter"
219
 
220
+ #: ../lib/yasr-shortcode-functions.php:279 ../lib/yasr-ajax-functions.php:1300
221
+ #: ../lib/yasr-ajax-functions.php:1308 ../lib/yasr-ajax-functions.php:1447
222
  msgid "Total: "
223
  msgstr "Total : "
224
 
225
+ #: ../lib/yasr-shortcode-functions.php:279
226
  msgid "Average: "
227
  msgstr "Moyenne : "
228
 
229
+ #: ../lib/yasr-shortcode-functions.php:506
230
+ msgid "Submit!"
 
 
 
 
231
  msgstr ""
232
 
233
+ #: ../lib/yasr-shortcode-functions.php:512
234
+ msgid "Thank you for voting! "
 
 
235
  msgstr ""
236
 
237
+ #: ../lib/yasr-shortcode-functions.php:721
238
  msgid "Rating"
239
  msgstr "Évaluation"
240
 
241
+ #: ../lib/yasr-shortcode-functions.php:735
242
  msgid "You don't have any votes stored"
243
  msgstr "Vous n'avez pas encore de votes"
244
 
245
+ #: ../lib/yasr-shortcode-functions.php:771
246
+ #: ../lib/yasr-shortcode-functions.php:810
247
  msgid "Post / Page"
248
  msgstr "Article / Page"
249
 
250
+ #: ../lib/yasr-shortcode-functions.php:772
251
+ #: ../lib/yasr-shortcode-functions.php:811
252
  msgid "Order By"
253
  msgstr "Trié par"
254
 
255
+ #: ../lib/yasr-shortcode-functions.php:772
256
+ #: ../lib/yasr-shortcode-functions.php:811
257
  msgid "Most Rated"
258
  msgstr "Le plus évalué"
259
 
260
+ #: ../lib/yasr-shortcode-functions.php:772
261
+ #: ../lib/yasr-shortcode-functions.php:811
262
  msgid "Highest Rated"
263
  msgstr "Les meilleurs notes"
264
 
265
+ #: ../lib/yasr-shortcode-functions.php:790
266
+ #: ../lib/yasr-shortcode-functions.php:825
267
  msgid "Total:"
268
  msgstr "Total :"
269
 
270
+ #: ../lib/yasr-shortcode-functions.php:790
271
+ #: ../lib/yasr-shortcode-functions.php:825
272
  msgid "Average"
273
  msgstr "Moyenne"
274
 
275
+ #: ../lib/yasr-shortcode-functions.php:802
276
  msgid "You've not enough data"
277
  msgstr "Vous n'avez pas assez de vote"
278
 
279
+ #: ../lib/yasr-shortcode-functions.php:837
280
  msgid "You've not enought data"
281
  msgstr "Vous n'avez pas assez de vote"
282
 
283
+ #: ../lib/yasr-shortcode-functions.php:922
284
  msgid ""
285
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
286
  "any review?"
288
  "Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
289
  "Avez-vous publié un vote ?"
290
 
291
+ #: ../lib/yasr-shortcode-functions.php:990
292
  msgid ""
293
  "Problem while retrieving the top 10 active users chart. Are you sure you "
294
  "have votes to show?"
296
  "Nous avons rencontrer un problème en affichant les 10 plus actifs "
297
  "utilisateurs. Etes vous sur que les votes ont été fait?"
298
 
299
+ #: ../lib/yasr-shortcode-functions.php:1027
300
+ #, php-format
301
+ msgid "based on %d votes"
302
+ msgstr ""
303
+
304
+ #: ../lib/yasr-settings-functions.php:68
305
  msgid "General settings"
306
  msgstr "Réglage général"
307
 
308
+ #: ../lib/yasr-settings-functions.php:69
309
  msgid "Auto insert options"
310
  msgstr "Options d'insertion automatique"
311
 
312
+ #: ../lib/yasr-settings-functions.php:70
313
  #, fuzzy
314
  msgid "Show \"Overall Rating\" in Archive Page?"
315
  msgstr "Afficher \"Vote Général\" sur la page d'accueil"
316
 
317
+ #: ../lib/yasr-settings-functions.php:71
318
  msgid "Show \"Visitor Votes\" in Archive Page?"
319
  msgstr ""
320
 
321
+ #: ../lib/yasr-settings-functions.php:72
322
  msgid "Insert custom text to show before / after stars"
323
  msgstr "Insérez le texte personnalisé avant / après les étoiles"
324
 
325
+ #: ../lib/yasr-settings-functions.php:73
326
  msgid "Do you want show stats for visitors votes?"
327
  msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
328
 
329
+ #: ../lib/yasr-settings-functions.php:74
330
  msgid "Allow only logged in user to vote?"
331
  msgstr "Seul les utilisateurs connectés peuvent voter ?"
332
 
333
+ #: ../lib/yasr-settings-functions.php:75
334
+ #, fuzzy
335
+ msgid "Rich snippet options"
336
+ msgstr "Options d'insertion automatique"
337
 
338
+ #: ../lib/yasr-settings-functions.php:76
339
  msgid "How do you want to rate \"Overall Rating\"?"
340
  msgstr "Comment voulez vous mesurer le \"vote général \" ?"
341
 
342
+ #: ../lib/yasr-settings-functions.php:90
343
  msgid "Use Auto Insert?"
344
  msgstr "Utilisez l'insersion automatique ?"
345
 
346
+ #: ../lib/yasr-settings-functions.php:96
347
+ #: ../lib/yasr-settings-functions.php:180
348
+ #: ../lib/yasr-settings-functions.php:200
349
+ #: ../lib/yasr-settings-functions.php:244
350
+ #: ../lib/yasr-settings-functions.php:270
351
+ #: ../lib/yasr-settings-functions.php:304
352
+ #: ../lib/yasr-settings-functions.php:359
353
  msgid "Yes"
354
  msgstr "Oui"
355
 
356
+ #: ../lib/yasr-settings-functions.php:110
357
+ #: ../lib/yasr-settings-functions.php:185
358
+ #: ../lib/yasr-settings-functions.php:205
359
+ #: ../lib/yasr-settings-functions.php:249
360
+ #: ../lib/yasr-settings-functions.php:275
361
+ #: ../lib/yasr-settings-functions.php:309
362
+ #: ../lib/yasr-settings-functions.php:364
363
  msgid "No"
364
  msgstr "No"
365
 
366
+ #: ../lib/yasr-settings-functions.php:118
367
  msgid "What?"
368
  msgstr "Que voulez-vous ?"
369
 
370
+ #: ../lib/yasr-settings-functions.php:123
371
  msgid "Overall Rating / Author Rating"
372
  msgstr "Vote administrateur / Vote Auteur"
373
 
374
+ #: ../lib/yasr-settings-functions.php:127 ../lib/yasr-ajax-functions.php:524
375
  msgid "Visitor Votes"
376
  msgstr "Vote visiteur"
377
 
378
+ #: ../lib/yasr-settings-functions.php:131
379
  msgid "Both"
380
  msgstr "Tous les deux"
381
 
382
+ #: ../lib/yasr-settings-functions.php:137
383
  msgid "Where?"
384
  msgstr "ou ?"
385
 
386
+ #: ../lib/yasr-settings-functions.php:142
387
  msgid "Before the post"
388
  msgstr "Avant l'article"
389
 
390
+ #: ../lib/yasr-settings-functions.php:146
391
  msgid "After the post"
392
  msgstr "Après l'article"
393
 
394
+ #: ../lib/yasr-settings-functions.php:153
395
  msgid "Size"
396
  msgstr "Taille"
397
 
398
+ #: ../lib/yasr-settings-functions.php:159 ../lib/yasr-ajax-functions.php:514
399
+ #: ../lib/yasr-ajax-functions.php:532
400
  msgid "Small"
401
  msgstr "Petit"
402
 
403
+ #: ../lib/yasr-settings-functions.php:164 ../lib/yasr-ajax-functions.php:515
404
+ #: ../lib/yasr-ajax-functions.php:533
405
  msgid "Medium"
406
  msgstr "Moyen"
407
 
408
+ #: ../lib/yasr-settings-functions.php:169 ../lib/yasr-ajax-functions.php:516
409
+ #: ../lib/yasr-ajax-functions.php:534
410
  msgid "Large"
411
  msgstr "Large"
412
 
413
+ #: ../lib/yasr-settings-functions.php:176
414
  msgid "Exclude Pages?"
415
  msgstr "Pages à exclures ?"
416
 
417
+ #: ../lib/yasr-settings-functions.php:197
418
  msgid "Use only in custom post types?"
419
  msgstr "Utilisez seulement en configuration personalisée ?"
420
 
421
+ #: ../lib/yasr-settings-functions.php:209
422
  msgid "You see this because you use custom post types."
423
  msgstr "Vous voyez ceci car vous utilisez une configuration personalisé."
424
 
425
+ #: ../lib/yasr-settings-functions.php:211
426
  msgid "If you want to use auto insert only in custom post types, choose Yes"
427
  msgstr ""
428
  "Si vous voulez utiliser le mode automatique et le mode personalisé; "
429
  "choisissez Oui"
430
 
431
+ #: ../lib/yasr-settings-functions.php:253
432
  msgid ""
433
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
434
  "article or page, but also in pages like Home Page, category pages or "
438
  "l'article ou la page, mais aussi sur la page d'accueil, les catégories de la "
439
  "page et les archives."
440
 
441
+ #: ../lib/yasr-settings-functions.php:279
442
  #, fuzzy
443
  msgid ""
444
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
449
  "l'article ou la page, mais aussi sur la page d'accueil, les catégories de la "
450
  "page et les archives."
451
 
452
+ #: ../lib/yasr-settings-functions.php:314
453
  msgid "Custom text to display before Overall Rating"
454
  msgstr "Texte à personnalisé à afficher avant le vote général"
455
 
456
+ #: ../lib/yasr-settings-functions.php:319
457
  #, fuzzy
458
  msgid "Custom text to display BEFORE Visitor Rating"
459
  msgstr "Texte à personalisé à afficher avant le vote visiteur"
460
 
461
+ #: ../lib/yasr-settings-functions.php:325
462
  #, fuzzy
463
  msgid "Custom text to display AFTER Visitor Rating"
464
  msgstr "Texte à personalisé à afficher avant le vote visiteur"
465
 
466
+ #: ../lib/yasr-settings-functions.php:330
467
  msgid "Custom text to display when a non logged user has already rated"
468
  msgstr ""
469
  "Texte à personnalisé pour afficher lorsqu'un utilisateur non enregistrée a "
470
  "déjà voté"
471
 
472
+ #: ../lib/yasr-settings-functions.php:335
473
  msgid "Help"
474
  msgstr ""
475
 
476
+ #: ../lib/yasr-settings-functions.php:339
477
  msgid ""
478
  "In the first field you can use %overall_rating% pattern to show the overall "
479
  "rating."
480
  msgstr ""
481
 
482
+ #: ../lib/yasr-settings-functions.php:343
483
  msgid ""
484
  "In the Second and Third fields you can use %total_count% pattern to show the "
485
  "total count, and %average% pattern to show the average"
486
  msgstr ""
487
 
488
+ #: ../lib/yasr-settings-functions.php:382
489
  msgid "Allow only logged-in users"
490
  msgstr "Seul les utilisateurs connectés sont autorisés"
491
 
492
+ #: ../lib/yasr-settings-functions.php:386
493
  msgid "Allow everybody (logged in and anonymous)"
494
  msgstr "Permettre à chacun ( connecté et anonyme )"
495
 
496
+ #: ../lib/yasr-settings-functions.php:406
497
+ #, fuzzy
498
+ msgid "Which rich snippet do you want to use?"
499
+ msgstr "Quels extraits voulez vous utiliser ? "
500
+
501
+ #: ../lib/yasr-settings-functions.php:410
502
  msgid "Review Rating"
503
  msgstr "Classement des avis"
504
 
505
+ #: ../lib/yasr-settings-functions.php:414
506
  msgid "Aggregate Rating"
507
  msgstr "Note globale"
508
 
509
+ #: ../lib/yasr-settings-functions.php:419
510
  msgid "What is this?"
511
  msgstr "Qu'est ce que c'est ?"
512
 
513
+ #: ../lib/yasr-settings-functions.php:424
514
  msgid ""
515
  "If you select \"Review Rating\", your site will be indexed from search "
516
  "engines like this: "
518
  "Si vous sélectionnez \" Classement des avis \" , votre site sera indexé par "
519
  "les moteurs de recherche comme ceci :"
520
 
521
+ #: ../lib/yasr-settings-functions.php:429
522
  msgid ""
523
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
524
  "this"
526
  "Si , à la place , vous choisissez \" note générale \" , votre site sera "
527
  "indexé comme ceci"
528
 
529
+ #: ../lib/yasr-settings-functions.php:440
530
+ msgid "Select default item type for all post or pages"
531
+ msgstr ""
532
 
533
+ #: ../lib/yasr-settings-functions.php:445
534
+ msgid "Product"
535
+ msgstr ""
536
 
537
+ #: ../lib/yasr-settings-functions.php:449
538
+ msgid "Place"
539
+ msgstr ""
540
 
541
+ #: ../lib/yasr-settings-functions.php:453
542
+ msgid "Recipe"
543
+ msgstr ""
544
 
545
  #: ../lib/yasr-settings-functions.php:457
546
+ msgid "BlogPosting"
547
+ msgstr ""
548
 
549
+ #: ../lib/yasr-settings-functions.php:463
550
+ msgid ""
551
+ "If you need to use BlogPosting as item type, even for just one post or page, "
552
+ "please fill these forms"
553
+ msgstr ""
554
 
555
+ #: ../lib/yasr-settings-functions.php:468
556
+ msgid "Publisher name (e.g. Google)"
557
+ msgstr ""
558
 
559
+ #: ../lib/yasr-settings-functions.php:473
560
+ msgid "Logo Url (if empty siteicon will be used instead)"
561
+ msgstr ""
 
562
 
563
+ #: ../lib/yasr-settings-functions.php:480
564
+ msgid "You can always change it in the single post or page."
565
+ msgstr ""
566
+
567
+ #: ../lib/yasr-settings-functions.php:482
568
+ msgid ""
569
+ "This will affect only the post/page where you didn't change manually the "
570
+ "itemtype yet."
571
+ msgstr ""
572
+
573
+ #: ../lib/yasr-settings-functions.php:521
574
+ msgid "Stars"
575
+ msgstr "Etoiles"
576
+
577
+ #: ../lib/yasr-settings-functions.php:525
578
+ msgid "Numbers"
579
+ msgstr "Nombres"
580
+
581
+ #: ../lib/yasr-settings-functions.php:601
582
  msgid "Add New Multiple Set"
583
  msgstr "Ajouter un nouveau vote multiple"
584
 
585
+ #: ../lib/yasr-settings-functions.php:602
586
  msgid ""
587
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
588
  "characters"
590
  "Nom , l'élément n ° 1 et n ° 2 doivent être rempli et doit être longueur "
591
  "minimum d'au moins 3 caractères"
592
 
593
+ #: ../lib/yasr-settings-functions.php:605
594
  msgid "Name"
595
  msgstr "Nom"
596
 
597
+ #: ../lib/yasr-settings-functions.php:610
598
  msgid "You can insert up to nine elements"
599
  msgstr "Vous pouvez insérer jusqu'à neuf éléments"
600
 
601
+ #: ../lib/yasr-settings-functions.php:615
602
  msgid "Element "
603
  msgstr "Elément"
604
 
605
+ #: ../lib/yasr-settings-functions.php:625
606
  msgid "Create New Set"
607
  msgstr "Créez un nouvel ensemble"
608
 
609
+ #: ../lib/yasr-settings-functions.php:646
610
+ #: ../lib/yasr-settings-functions.php:679
611
  msgid "Manage Multiple Set"
612
  msgstr "Gérez les votes multiples"
613
 
614
+ #: ../lib/yasr-settings-functions.php:648
615
  msgid "Wich set do you want to edit or remove?"
616
  msgstr "Quel ensemble voulez-vous modifier ou supprimer ?"
617
 
618
+ #: ../lib/yasr-settings-functions.php:689
619
+ #: ../lib/yasr-settings-functions.php:807
620
  msgid "Field name"
621
  msgstr "Nom du champ"
622
 
623
+ #: ../lib/yasr-settings-functions.php:693
624
+ #: ../lib/yasr-settings-functions.php:811
625
  msgid "Remove"
626
  msgstr "Supprimer"
627
 
628
+ #: ../lib/yasr-settings-functions.php:735
629
+ #: ../lib/yasr-settings-functions.php:853
630
  msgid "Remove whole set?"
631
  msgstr "Suprimer tout ?"
632
 
633
+ #: ../lib/yasr-settings-functions.php:748
634
+ #: ../lib/yasr-settings-functions.php:866
635
  msgid ""
636
  "If you remove something you will remove all the votes for that set or field. "
637
  "This operation CAN'T BE undone."
639
  "Si vous retirez quelque chose que vous allez supprimer tous les votes pour "
640
  "cet ensemble ou ce champ . Cette opération ne peut pas être annulée."
641
 
642
+ #: ../lib/yasr-settings-functions.php:755
643
+ #: ../lib/yasr-settings-functions.php:873
644
  msgid "You can use up to 9 elements"
645
  msgstr "Vous pouvez utiliser jusqu'à 9 éléments"
646
 
647
+ #: ../lib/yasr-settings-functions.php:757
648
+ #: ../lib/yasr-settings-functions.php:875
649
  msgid "Add element"
650
  msgstr "Ajoutez un élément"
651
 
652
+ #: ../lib/yasr-settings-functions.php:759
653
+ #: ../lib/yasr-settings-functions.php:877
654
  msgid "Save changes"
655
  msgstr "Sauvegardez les modifications"
656
 
657
+ #: ../lib/yasr-settings-functions.php:769
658
  msgid "No Multiple Set were found"
659
  msgstr "Aucune vote multiple a été retrouvées"
660
 
661
+ #: ../lib/yasr-settings-functions.php:1018
662
+ #: ../lib/yasr-settings-functions.php:1318
663
  msgid "Settings Saved"
664
  msgstr "Réglages sauvegardés"
665
 
666
+ #: ../lib/yasr-settings-functions.php:1023
667
  msgid "Something goes wrong trying insert set field name. Please report it"
668
  msgstr ""
669
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
670
  "enemble. Merci de le signaler"
671
 
672
+ #: ../lib/yasr-settings-functions.php:1029
673
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
674
  msgstr ""
675
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un vote "
676
  "multiple. Merci de le signaler"
677
 
678
+ #: ../lib/yasr-settings-functions.php:1104
679
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
680
  msgstr ""
681
  "Une erreur s'est produite quand vous avez essayer de supprilmer un vote "
682
  "multiple. Merci de le signaler"
683
 
684
+ #: ../lib/yasr-settings-functions.php:1150
685
  msgid ""
686
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
687
  msgstr ""
688
  "Une erreur s'est produite quand vous avez de supprimer un élement d'un vote "
689
  "multiple. Merci de le signaler"
690
 
691
+ #: ../lib/yasr-settings-functions.php:1214
692
  msgid ""
693
  "Something goes wrong trying to update a Multi Set's element. Please report it"
694
  msgstr ""
695
  "Une erreur s'est produite quand vous avez essayer de modifier un élément "
696
  "d'un vote multiple. Merci de le signaler"
697
 
698
+ #: ../lib/yasr-settings-functions.php:1303
699
  msgid ""
700
  "Something goes wrong trying to insert set field name in edit form. Please "
701
  "report it"
703
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
704
  "champ depuis l'éditeur. Merci de le signaler"
705
 
706
+ #: ../lib/yasr-settings-functions.php:1351
707
  msgid "Style Options"
708
  msgstr "Options du style"
709
 
710
+ #: ../lib/yasr-settings-functions.php:1352
711
+ msgid "Which color scheme do you want to use?"
712
+ msgstr "Quel couleur voulez-vous utiliser ?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
713
 
714
+ #: ../lib/yasr-settings-functions.php:1370
715
+ msgid "Select the set you've uploaded"
716
  msgstr ""
717
 
718
+ #: ../lib/yasr-settings-functions.php:1371
 
 
 
 
 
719
  #, fuzzy
720
+ msgid "Choose Stars Set"
721
+ msgstr "Choisissez la taille"
 
 
 
 
 
722
 
723
+ #: ../lib/yasr-settings-functions.php:1375
724
+ msgid "Custom CSS Styles"
725
+ msgstr "Style Css personalisé"
726
 
727
+ #: ../lib/yasr-settings-functions.php:1390
728
+ msgid "Light"
729
+ msgstr "Clair"
730
 
731
+ #: ../lib/yasr-settings-functions.php:1395
732
+ msgid "Dark"
733
+ msgstr "Sombre"
734
 
735
+ #: ../lib/yasr-settings-functions.php:1400
736
+ msgid "Preview"
737
+ msgstr "Prévisualisation"
738
 
739
+ #: ../lib/yasr-settings-functions.php:1405
740
+ msgid "Light theme"
741
+ msgstr "Thème clair"
742
 
743
+ #: ../lib/yasr-settings-functions.php:1410
744
  #, fuzzy
745
+ msgid "Dark theme"
746
+ msgstr "Thème foncé"
747
 
748
+ #: ../lib/yasr-settings-functions.php:1422
749
  msgid ""
750
+ "Please use text area below to write your own CSS styles to override the "
751
+ "default ones."
 
 
 
752
  msgstr ""
753
+ "Merci d'utiliser la zone de texte ci-dessous pour écrire vos propres styles "
754
+ "CSS afin d'outrepasser ceux par défaut ."
755
 
756
+ #: ../lib/yasr-settings-functions.php:1424
757
+ #, fuzzy
758
+ msgid "Leave it blank if you don't know what you're doing."
759
+ msgstr "Laissez ce champ vide si vous ne savez pas ce que vous faites"
760
 
761
+ #: ../lib/yasr-settings-functions.php:1495
762
  msgid "Keep in touch!"
763
  msgstr ""
764
 
765
+ #: ../lib/yasr-settings-functions.php:1538
766
  #, php-format
767
  msgid ""
768
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
769
  msgstr ""
770
 
771
+ #: ../lib/yasr-settings-functions.php:1540
772
  msgid "Can I ask a favor?"
773
  msgstr ""
774
 
775
+ #: ../lib/yasr-settings-functions.php:1542
776
  msgid "Can you please rate YASR 5 stars on"
777
  msgstr ""
778
 
779
+ #: ../lib/yasr-settings-functions.php:1544
780
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
781
  msgstr ""
782
 
783
+ #: ../lib/yasr-settings-functions.php:1550
784
  msgid "Ok, I'm glad to help!"
785
  msgstr ""
786
 
787
+ #: ../lib/yasr-settings-functions.php:1551
788
  msgid "Remind me later!"
789
  msgstr ""
790
 
791
+ #: ../lib/yasr-settings-functions.php:1552
792
  msgid "Don't need to ask, I already did it!"
793
  msgstr ""
794
 
795
+ #: ../lib/yasr-settings-functions.php:1585
796
  #, php-format
797
  msgid ""
798
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
800
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
801
  msgstr ""
802
 
803
+ #: ../lib/yasr-settings-functions.php:1630
804
  msgid "No previous Gd Star Rating installation was found"
805
  msgstr "Aucune installation précédente de GD Rating n'a été trouvé"
806
 
807
+ #: ../lib/yasr-db-functions.php:426 ../lib/yasr-db-functions.php:569
808
  msgid "No recenet votes yet"
809
  msgstr "Aucun vote récent"
810
 
811
+ #: ../lib/yasr-db-functions.php:441 ../lib/yasr-ajax-functions.php:833
812
  msgid "anonymous"
813
  msgstr "anonyme"
814
 
815
+ #: ../lib/yasr-db-functions.php:450
816
  #, php-format
817
  msgid "Vote %d from %s on "
818
  msgstr ""
819
 
820
+ #: ../lib/yasr-db-functions.php:466 ../lib/yasr-db-functions.php:599
821
+ #: ../lib/yasr-ajax-functions.php:858 ../lib/yasr-ajax-functions.php:1007
822
  msgid "Ip address"
823
  msgstr "Adresse IP"
824
 
825
+ #: ../lib/yasr-db-functions.php:487 ../lib/yasr-db-functions.php:620
826
+ #: ../lib/yasr-ajax-functions.php:876 ../lib/yasr-ajax-functions.php:1026
827
  msgid "Pages"
828
  msgstr "Pages"
829
 
830
+ #: ../lib/yasr-db-functions.php:583 ../lib/yasr-ajax-functions.php:991
831
+ #, fuzzy, php-format
832
+ msgid "You rated %s on "
833
+ msgstr "Vous l'avez évalué"
834
+
835
+ #: ../lib/yasr-functions.php:57
836
+ msgid "bad, poor, ok, good, super"
837
+ msgstr "'Mauvais', 'faible', 'ok', 'bon', 'super'"
838
+
839
+ #: ../lib/yasr-functions.php:134 ../lib/yasr-functions.php:135
840
  msgid "Yet Another Stars Rating: Settings"
841
  msgstr "Yet Another Stars Rating : Réglages"
842
 
843
+ #: ../lib/yasr-functions.php:184
844
  msgid "Yet Another Stars Rating: Multiple set"
845
  msgstr "Yet Another Stars Rating: Vote multiple"
846
 
847
+ #: ../lib/yasr-functions.php:195
848
  msgid "You don't have enought privileges to insert Overall Rating"
849
  msgstr "Vous ne avez pas assez de privilèges pour donner une Note globale"
850
 
851
+ #: ../lib/yasr-functions.php:205
 
 
 
 
852
  #, fuzzy
853
+ msgid "You don't have enough privileges to insert a Multi Set"
854
+ msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
 
 
 
 
 
 
 
 
 
855
 
856
+ #: ../lib/yasr-functions.php:660
857
+ msgid "Product, Place, Recipe, BlogPosting"
858
  msgstr ""
859
 
860
+ #: ../lib/yasr-ajax-functions.php:109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
861
  msgid "You've rated it "
862
  msgstr "Vous l'avez évalué"
863
 
864
+ #: ../lib/yasr-ajax-functions.php:113
865
  msgid "You've reset the vote"
866
  msgstr "Vous avez changer votre vote"
867
 
868
+ #: ../lib/yasr-ajax-functions.php:201
869
+ #, fuzzy
870
+ msgid "Type Saved"
871
+ msgstr "Vote pris en compte"
872
+
873
+ #: ../lib/yasr-ajax-functions.php:204
874
  msgid ""
875
  "There was an error while trying to insert the review type. Please report it"
876
  msgstr ""
877
  "Il y avait une erreur en essayant d' insérer un avis. Merci de le signaler"
878
 
879
+ #: ../lib/yasr-ajax-functions.php:243
880
  msgid "Choose a vote for each element"
881
  msgstr "Choisissez un vote pour chaque élément"
882
 
883
+ #: ../lib/yasr-ajax-functions.php:306 ../lib/yasr-ajax-functions.php:350
884
  #, fuzzy
885
  msgid "If you want to insert this multiset, paste this shortcode "
886
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
887
 
888
+ #: ../lib/yasr-ajax-functions.php:308 ../lib/yasr-ajax-functions.php:352
889
  msgid ""
890
  "If, instead, you want allow your visitor to vote on this multiset, use this "
891
  "shortcode"
892
  msgstr ""
893
 
894
+ #: ../lib/yasr-ajax-functions.php:317
895
  msgid "Choose a vote for every element"
896
  msgstr "Choisissez un vote pour chaque élément"
897
 
898
+ #: ../lib/yasr-ajax-functions.php:493
899
  msgid "Main"
900
  msgstr "Principal"
901
 
902
+ #: ../lib/yasr-ajax-functions.php:494
903
  msgid "Charts"
904
  msgstr "Diagrammes"
905
 
906
+ #: ../lib/yasr-ajax-functions.php:497
907
  msgid "Read the doc"
908
  msgstr "Lisez la documentation"
909
 
910
+ #: ../lib/yasr-ajax-functions.php:506
911
  msgid "Overall Rating / Review"
912
  msgstr "Note globale / Examen"
913
 
914
+ #: ../lib/yasr-ajax-functions.php:508
915
  msgid "Insert Overall Rating"
916
  msgstr "Insérer la note générale"
917
 
918
+ #: ../lib/yasr-ajax-functions.php:509
919
  msgid "Insert Overall Rating / Review for this post"
920
  msgstr "Insérez une note générale / avis pour cette article"
921
 
922
+ #: ../lib/yasr-ajax-functions.php:512 ../lib/yasr-ajax-functions.php:530
923
  msgid "Choose Size"
924
  msgstr "Choisissez la taille"
925
 
926
+ #: ../lib/yasr-ajax-functions.php:526
927
  msgid "Insert Visitor Votes"
928
  msgstr "Insérez les votes visiteurs"
929
 
930
+ #: ../lib/yasr-ajax-functions.php:527
931
  msgid "Insert the ability for your visitor to vote"
932
  msgstr "Insérez la capacité pour votre visiteur à voter"
933
 
934
+ #: ../lib/yasr-ajax-functions.php:544
935
  msgid "If you want to insert a Multi Set, pick one:"
936
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
937
 
938
+ #: ../lib/yasr-ajax-functions.php:550
939
  msgid "Choose wich set you want to insert."
940
  msgstr "Choisissez quel ensemble vous voulez insérer"
941
 
942
+ #: ../lib/yasr-ajax-functions.php:552 ../lib/yasr-ajax-functions.php:569
943
  msgid "Readonly?"
944
  msgstr ""
945
 
946
+ #: ../lib/yasr-ajax-functions.php:554 ../lib/yasr-ajax-functions.php:570
947
  msgid ""
948
  "If Readonly is checked, only you can insert the votes (in the box above the "
949
  "editor)"
950
  msgstr ""
951
 
952
+ #: ../lib/yasr-ajax-functions.php:555
953
  #, fuzzy
954
  msgid "Insert Multi Set"
955
  msgstr "Insérer un vote multiple"
956
 
957
+ #: ../lib/yasr-ajax-functions.php:564
958
  msgid "Insert Multiset:"
959
  msgstr "Insérer un vote multiple :"
960
 
961
+ #: ../lib/yasr-ajax-functions.php:567
962
  msgid "Insert Multiple Set"
963
  msgstr "Insérer un vote multiple"
964
 
965
+ #: ../lib/yasr-ajax-functions.php:585
966
  msgid "Ranking reviews"
967
  msgstr "Classement des avis"
968
 
969
+ #: ../lib/yasr-ajax-functions.php:586
970
  msgid "Insert Ranking reviews"
971
  msgstr "Insérez le classement des avis"
972
 
973
+ #: ../lib/yasr-ajax-functions.php:587
974
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
975
  msgstr "Insérez le Top 10 classement pour [ yasr_overall_rating ] shortcode"
976
 
977
+ #: ../lib/yasr-ajax-functions.php:591
978
  msgid "Users' ranking"
979
  msgstr "Le classement des utilisateurs"
980
 
981
+ #: ../lib/yasr-ajax-functions.php:592
982
  msgid "Insert Users ranking"
983
  msgstr "Insérez le classement des utilisateurs"
984
 
985
+ #: ../lib/yasr-ajax-functions.php:593
986
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
987
  msgstr "Insérez le Top 10 du classement pour [ yasr_visitor_votes ] shortcode"
988
 
989
+ #: ../lib/yasr-ajax-functions.php:597
990
  msgid "Most active reviewers"
991
  msgstr "Examinateurs les plus actifs"
992
 
993
+ #: ../lib/yasr-ajax-functions.php:598
994
  msgid "Insert Most Active Reviewers"
995
  msgstr "Insérez les examinateurs les plus actifs"
996
 
997
+ #: ../lib/yasr-ajax-functions.php:599
998
  msgid "Insert Top 5 active reviewers"
999
  msgstr "Insérez le Top 5 des evaluateurs actifs"
1000
 
1001
+ #: ../lib/yasr-ajax-functions.php:603
1002
  msgid "Most Active Users"
1003
  msgstr "Les utilisateurs les plus actifs"
1004
 
1005
+ #: ../lib/yasr-ajax-functions.php:604
1006
  msgid "Insert Most Active Users"
1007
  msgstr "Insérer les plus actifs utlisateurs"
1008
 
1009
+ #: ../lib/yasr-ajax-functions.php:605
1010
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1011
  msgstr ""
1012
  "Insérez le Top 10 des votes utilisateurs [ yasr_visitor_votes ] shortcode"
1013
 
1014
+ #: ../lib/yasr-ajax-functions.php:678
1015
  msgid "Reviews and Visitor Votes have been successfull imported."
1016
  msgstr "Avis et Votes des visiteurs ont été importés avec succès ."
1017
 
1018
+ #: ../lib/yasr-ajax-functions.php:684
1019
  msgid ""
1020
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1021
  "THIS MAY TAKE A WHILE!"
1023
  "Etape 2: Je vais vérifier si vous avez utilisé de plusieurs vote multiple et "
1024
  "si je vais donc les importer. Cela peut prendre un certain temps!"
1025
 
1026
+ #: ../lib/yasr-ajax-functions.php:686
1027
  msgid "Proceed Step 2"
1028
  msgstr "Procédez à l'étape 2"
1029
 
1030
+ #: ../lib/yasr-ajax-functions.php:693
1031
  msgid "Something goes wrong! Refresh the page and try again!"
1032
  msgstr "Quelque chose ne va pas ! Rafraîchissez la page et essayez à nouveau !"
1033
 
1034
+ #: ../lib/yasr-ajax-functions.php:722
1035
  msgid "I've found Multiple Set! Importing..."
1036
  msgstr "Je ai trouvé des votes multples! Importation .."
1037
 
1038
+ #: ../lib/yasr-ajax-functions.php:731
1039
  msgid "Multi Set's name has been successfull imported."
1040
  msgstr "Le nom du vote multiple à été importé avec succès."
1041
 
1042
+ #: ../lib/yasr-ajax-functions.php:733
1043
  msgid "Now I'm going to import Multi Set data"
1044
  msgstr "Maintenant, je vais importer les données des votes multiples"
1045
 
1046
+ #: ../lib/yasr-ajax-functions.php:744
1047
  msgid "All votes has been successfull imported."
1048
  msgstr "Tous les vote ont été importé avec succès."
1049
 
1050
+ #: ../lib/yasr-ajax-functions.php:746
1051
  msgid "Done"
1052
  msgstr "Effectué"
1053
 
1054
+ #: ../lib/yasr-ajax-functions.php:751
1055
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1056
  msgstr ""
1057
  "Nous sommes dans l'impossibilité d'importer dans la base de données les "
1058
  "votes multiple trouvés"
1059
 
1060
+ #: ../lib/yasr-ajax-functions.php:759
1061
  msgid "I've found Multi Set but with no data"
1062
  msgstr "Nous avons trouver des votes multiples mais sans données"
1063
 
1064
+ #: ../lib/yasr-ajax-functions.php:768
1065
  msgid "I've found Multi Sets names but I couldn't insert into db"
1066
  msgstr ""
1067
  "Nous avons trouvé des noms de votes multiples, mais je ne pouvais pas "
1068
  "insérer dans la base de données"
1069
 
1070
+ #: ../lib/yasr-ajax-functions.php:776
1071
  msgid "Multisets were not found. Imported is done!"
1072
  msgstr ""
1073
  "Les ensemble de vote multiples sont introuvable. L'importation est finie."
1074
 
1075
+ #: ../lib/yasr-ajax-functions.php:820 ../lib/yasr-ajax-functions.php:979
1076
  msgid "No Recenet votes yet"
1077
  msgstr "Aucun vote encore"
1078
 
1079
+ #: ../lib/yasr-ajax-functions.php:842
1080
  #, php-format
1081
  msgid "Vote %d from %s on"
1082
  msgstr ""
1083
 
1084
+ #: ../lib/yasr-ajax-functions.php:1191 ../lib/yasr-ajax-functions.php:1349
1085
  msgid "Error: you can't vote 0"
1086
  msgstr "Erreur: Vous ne pouvez pas voter 0"
1087
 
1088
+ #: ../lib/yasr-ajax-functions.php:1300 ../lib/yasr-ajax-functions.php:1308
1089
  #, fuzzy
1090
  msgid "Average:"
1091
  msgstr "Moyenne : "
1092
 
1093
+ #: ../lib/yasr-ajax-functions.php:1301 ../lib/yasr-ajax-functions.php:1309
1094
  msgid "Vote Saved"
1095
  msgstr "Vote pris en compte"
1096
 
1097
+ #: ../lib/yasr-ajax-functions.php:1450
1098
  msgid "Vote updated"
1099
  msgstr "Vote modifié"
1100
 
1101
+ #: ../lib/yasr-ajax-functions.php:1595
1102
  #, fuzzy
1103
  msgid "Rating saved!"
1104
  msgstr "Réglages sauvegardés"
1105
 
1106
+ #: ../lib/yasr-ajax-functions.php:1601
1107
  msgid "Rating not saved. Please Try again"
1108
  msgstr ""
1109
 
1110
+ #: ../lib/yasr-ajax-functions.php:1694
1111
  #, fuzzy
1112
  msgid "stars"
1113
  msgstr "Etoiles"
1114
 
1115
+ #: ../lib/yasr-ajax-functions.php:1699
1116
  #, fuzzy
1117
  msgid "star"
1118
  msgstr "Etoiles"
1119
 
1120
+ #~ msgid "Styles"
1121
+ #~ msgstr "Styles"
1122
+
1123
+ #, fuzzy
1124
+ #~ msgid "Pro Features!"
1125
+ #~ msgstr "Diagramme Pro"
1126
+
1127
+ #, fuzzy
1128
+ #~ msgid "Works with shortcodes"
1129
+ #~ msgstr "Vos shortcodes enregistrés :"
1130
+
1131
+ #, fuzzy
1132
+ #~ msgid "Multi Set Support"
1133
+ #~ msgstr "Votes Multiple"
1134
+
1135
+ #, fuzzy
1136
+ #~ msgid "Logs and stats for visitors votes"
1137
+ #~ msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
1138
+
1139
+ #, fuzzy
1140
+ #~ msgid "Size Only"
1141
+ #~ msgstr "Taille"
1142
+
1143
+ #, fuzzy
1144
+ #~ msgid "reviewed by"
1145
+ #~ msgstr " evalué par"
1146
+
1147
+ #~ msgid " on "
1148
+ #~ msgstr " sur"
1149
+
1150
+ #, fuzzy
1151
+ #~ msgid "reviewed on"
1152
+ #~ msgstr " evalué par"
1153
+
1154
+ #, fuzzy
1155
+ #~ msgid "rated"
1156
+ #~ msgstr " evalué"
1157
+
1158
+ #, fuzzy
1159
+ #~ msgid "of"
1160
+ #~ msgstr " de "
1161
+
1162
+ #~ msgid " written by "
1163
+ #~ msgstr " ecris par"
1164
+
1165
+ #~ msgid " average rating "
1166
+ #~ msgstr " moyenne des votes"
1167
+
1168
+ #~ msgid " user ratings"
1169
+ #~ msgstr " evaluations visiteur"
1170
+
1171
  #~ msgid ""
1172
  #~ "Seems like you've imported gd star rating in the past, but then deleted "
1173
  #~ "the logs table. For now, you can't enable statistics"
languages/yet-another-stars-rating-it_IT.mo CHANGED
Binary file
languages/yet-another-stars-rating-it_IT.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yasr Translation\n"
4
- "POT-Creation-Date: 2015-10-28 13:42+0100\n"
5
- "PO-Revision-Date: 2015-10-28 13:43+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  msgid "Rate this article / item"
21
  msgstr "Vota questo articolo / oggetto"
22
 
23
- #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:147
24
- #: ../lib/yasr-shortcode-functions.php:544
25
  msgid "Loading, please wait"
26
  msgstr "Caricamento, attendere prego"
27
 
@@ -34,7 +34,7 @@ msgid "This review is about a..."
34
  msgstr "Questa recensione è..."
35
 
36
  #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
37
- #: ../lib/yasr-settings-functions.php:624
38
  msgid "Select"
39
  msgstr "Seleziona"
40
 
@@ -46,97 +46,99 @@ msgstr ""
46
  "Ricorda di inserire questo shortcode <strong>[yasr_overall_rating]</strong> "
47
  "dove vuoi far apparire questo voto"
48
 
49
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
50
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:216
51
- #: ../lib/yasr-ajax-functions.php:370 ../lib/yasr-ajax-functions.php:786
 
52
  msgid "You do not have sufficient permissions to access this page."
53
  msgstr "Non hai permeessi sufficienti per accedere a questa pagina"
54
 
55
- #: ../yasr-settings-page.php:37
56
  msgid "Settings"
57
  msgstr "Impostazioni"
58
 
59
- #: ../yasr-settings-page.php:80
60
  msgid "General Settings"
61
  msgstr "Impostazioni generali"
62
 
63
- #: ../yasr-settings-page.php:81
64
  msgid "Multi Sets"
65
  msgstr "Set Multipli"
66
 
67
- #: ../yasr-settings-page.php:82
68
- msgid "Styles"
69
- msgstr "Stili"
 
70
 
71
- #: ../yasr-settings-page.php:83
72
- msgid "Pro Features!"
73
- msgstr "Funzioni Pro!"
74
 
75
- #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:260
76
- #: ../yasr-settings-page.php:291
77
  msgid "Save"
78
  msgstr "Salva"
79
 
80
- #: ../yasr-settings-page.php:125
81
  msgid "Import Gd Star Rating"
82
  msgstr "Importa Gd Star Rating"
83
 
84
- #: ../yasr-settings-page.php:126
85
  msgid "I've found a previous installation of Gd Star Rating."
86
  msgstr "Ho trovato un'installazione precedentedente di Gd Star Rating"
87
 
88
- #: ../yasr-settings-page.php:126
89
  msgid "Do you want proceed to import data?"
90
  msgstr "Vuoi procedere nell'importazione dei dati?"
91
 
92
- #: ../yasr-settings-page.php:128
93
  msgid "Yes, Begin Import"
94
  msgstr "Si, Inizia"
95
 
96
- #: ../yasr-settings-page.php:132
97
  msgid "Click on Proceed to import Gd Star Rating data."
98
  msgstr "Clicca su Procedi per importare i dati di Gd Star Rating"
99
 
100
- #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
101
  msgid "Proceed"
102
  msgstr "Procedi"
103
 
104
- #: ../yasr-settings-page.php:157
105
  msgid "Manage GD Star Data"
106
  msgstr "Gestisci dati di GD Star Rating"
107
 
108
- #: ../yasr-settings-page.php:158
109
  msgid "Gd Star Rating has been already imported."
110
  msgstr "Gd Star Rating è stato già importato"
111
 
112
- #: ../yasr-settings-page.php:159
113
  msgid "If you wish you can import it again, but"
114
  msgstr "Se vuoi lo puoi importare di nuovo, ma"
115
 
116
- #: ../yasr-settings-page.php:159
117
  msgid "you will lose all data you've collect since the import!"
118
  msgstr "perderai tutti i dati che hai realizzato dall'import in poi!"
119
 
120
- #: ../yasr-settings-page.php:161
121
  msgid "Ok, Import Again"
122
  msgstr "Ok, importa nuovamente"
123
 
124
- #: ../yasr-settings-page.php:165
125
  msgid ""
126
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
127
  msgstr ""
128
  "Clicca su Procedi per importare di nuovo i dati di Gd Star Rating. Potrebbe "
129
  "richiedere un pò di tempo!"
130
 
131
- #: ../yasr-settings-page.php:202
132
  msgid "Manage Multi Set"
133
  msgstr "Set Multipli"
134
 
135
- #: ../yasr-settings-page.php:206
136
  msgid "What is a Multi Set?"
137
  msgstr "Che cos'è un Set Multiplo?"
138
 
139
- #: ../yasr-settings-page.php:211
140
  msgid ""
141
  "Multi Set allows you to insert a rate for each aspect about the product / "
142
  "local business / whetever you're reviewing, example in the image below."
@@ -145,7 +147,7 @@ msgstr ""
145
  "prodotto / attività / qualsiasi cosa tua stia recensendo, esempio "
146
  "nell'immagine sottostante."
147
 
148
- #: ../yasr-settings-page.php:215
149
  msgid ""
150
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
151
  "different fields. Once you've saved it, you can insert the rates while "
@@ -157,7 +159,7 @@ msgstr ""
157
  "scrivendo il tuo articolo nel box sotto l'editor, come puoi vedere in questa "
158
  "immagine (clicca per allargare)"
159
 
160
- #: ../yasr-settings-page.php:219
161
  msgid ""
162
  "In order to insert your Multi Sets into a post or page, you can either past "
163
  "the short code that will appear at the bottom of the box or just click on "
@@ -168,95 +170,120 @@ msgstr ""
168
  "cliccare sulla stella presente nell'editor visuale e selezionare \"Inserisci "
169
  "Set Multiplo\""
170
 
171
- #: ../yasr-settings-page.php:225
172
  msgid "Close this message"
173
  msgstr "Chiudi questo messaggio"
174
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  #: ../yasr-metabox-multiple-rating.php:35
176
  msgid "Choose wich set you want to use"
177
  msgstr "Scegli che set vuoi usare"
178
 
179
- #: ../lib/yasr-shortcode-functions.php:200
180
- #: ../lib/yasr-shortcode-functions.php:221
181
- #: ../lib/yasr-shortcode-functions.php:251
182
  msgid "You've already voted this article with"
183
  msgstr "Hai già votato questo articolo con "
184
 
185
- #: ../lib/yasr-shortcode-functions.php:262
186
- #: ../lib/yasr-shortcode-functions.php:572
187
- msgid "You must sign to vote"
 
188
  msgstr "Devi fare il login per votare"
189
 
190
- #: ../lib/yasr-shortcode-functions.php:304 ../lib/yasr-ajax-functions.php:1124
191
- #: ../lib/yasr-ajax-functions.php:1132 ../lib/yasr-ajax-functions.php:1267
192
  msgid "Total: "
193
  msgstr "Voti: "
194
 
195
- #: ../lib/yasr-shortcode-functions.php:304
196
  msgid "Average: "
197
  msgstr "Media Voto: "
198
 
199
- #: ../lib/yasr-shortcode-functions.php:320
200
- msgid "bad, poor, ok, good, super"
201
- msgstr "pessimo, scarso, ok, buono, super"
202
 
203
- #: ../lib/yasr-shortcode-functions.php:551
204
  msgid "Thank you for voting! "
205
  msgstr "Grazie per aver votato!"
206
 
207
- #: ../lib/yasr-shortcode-functions.php:562
208
- #: ../lib/yasr-shortcode-functions.php:570
209
- #: ../lib/yasr-shortcode-functions.php:582
210
- msgid "Submit!"
211
- msgstr "Invia!"
212
-
213
- #: ../lib/yasr-shortcode-functions.php:759
214
  msgid "Rating"
215
  msgstr "Voto"
216
 
217
- #: ../lib/yasr-shortcode-functions.php:773
218
  msgid "You don't have any votes stored"
219
  msgstr "Non hai alcun voto salvato"
220
 
221
- #: ../lib/yasr-shortcode-functions.php:809
222
- #: ../lib/yasr-shortcode-functions.php:848
223
  msgid "Post / Page"
224
  msgstr "Post / Pagina"
225
 
226
- #: ../lib/yasr-shortcode-functions.php:810
227
- #: ../lib/yasr-shortcode-functions.php:849
228
  msgid "Order By"
229
  msgstr "Ordina per"
230
 
231
- #: ../lib/yasr-shortcode-functions.php:810
232
- #: ../lib/yasr-shortcode-functions.php:849
233
  msgid "Most Rated"
234
  msgstr "Più Votati"
235
 
236
- #: ../lib/yasr-shortcode-functions.php:810
237
- #: ../lib/yasr-shortcode-functions.php:849
238
  msgid "Highest Rated"
239
  msgstr "Voto più alto"
240
 
241
- #: ../lib/yasr-shortcode-functions.php:828
242
- #: ../lib/yasr-shortcode-functions.php:863
243
  msgid "Total:"
244
  msgstr "Voti:"
245
 
246
- #: ../lib/yasr-shortcode-functions.php:828
247
- #: ../lib/yasr-shortcode-functions.php:863
248
  msgid "Average"
249
  msgstr "Media"
250
 
251
- #: ../lib/yasr-shortcode-functions.php:840
252
  msgid "You've not enough data"
253
  msgstr "Non hai abbastanza dati"
254
 
255
- #: ../lib/yasr-shortcode-functions.php:875
256
  msgid "You've not enought data"
257
  msgstr "Non hai abbastanza dati"
258
 
259
- #: ../lib/yasr-shortcode-functions.php:960
260
  msgid ""
261
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
262
  "any review?"
@@ -264,7 +291,7 @@ msgstr ""
264
  "C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
265
  "attivi. Hai pubblicato qualche recensione?"
266
 
267
- #: ../lib/yasr-shortcode-functions.php:1028
268
  msgid ""
269
  "Problem while retrieving the top 10 active users chart. Are you sure you "
270
  "have votes to show?"
@@ -272,131 +299,136 @@ msgstr ""
272
  "C'è stato un problema nell'ottenere la classifica dei 10 utenti più attivi. "
273
  "Sei sicuro di avere voti da mostrare?"
274
 
275
- #: ../lib/yasr-settings-functions.php:52
 
 
 
 
 
276
  msgid "General settings"
277
  msgstr "Impostazioni Generali"
278
 
279
- #: ../lib/yasr-settings-functions.php:53
280
  msgid "Auto insert options"
281
  msgstr "Opzioni inserimento automatico"
282
 
283
- #: ../lib/yasr-settings-functions.php:54
284
  msgid "Show \"Overall Rating\" in Archive Page?"
285
  msgstr "Mostrare il \"Voto Complessivo\" nella Pagine Archivio?"
286
 
287
- #: ../lib/yasr-settings-functions.php:55
288
  msgid "Show \"Visitor Votes\" in Archive Page?"
289
  msgstr "Mostare il \"Voto Utenti\" nelle Pagine Archivio?"
290
 
291
- #: ../lib/yasr-settings-functions.php:56
292
  msgid "Insert custom text to show before / after stars"
293
  msgstr "Inserisci testo personalizzato da mostrare prima / dopo le stelle"
294
 
295
- #: ../lib/yasr-settings-functions.php:57
296
  msgid "Do you want show stats for visitors votes?"
297
  msgstr "Vuoi mostrare le statistiche per i voti utenti?"
298
 
299
- #: ../lib/yasr-settings-functions.php:58
300
  msgid "Allow only logged in user to vote?"
301
  msgstr "Permettere la votazione ai soli utenti loggati?"
302
 
303
- #: ../lib/yasr-settings-functions.php:59
304
  msgid "Rich snippet options"
305
  msgstr "Opzioni Rich Snippet"
306
 
307
- #: ../lib/yasr-settings-functions.php:60
308
  msgid "How do you want to rate \"Overall Rating\"?"
309
  msgstr "Cosa vuoi usare per inserire il \"Voto Complessivo\"?"
310
 
311
- #: ../lib/yasr-settings-functions.php:74
312
  msgid "Use Auto Insert?"
313
  msgstr "Usare l'inserimento automatico?"
314
 
315
- #: ../lib/yasr-settings-functions.php:80
316
- #: ../lib/yasr-settings-functions.php:164
317
- #: ../lib/yasr-settings-functions.php:184
318
- #: ../lib/yasr-settings-functions.php:228
319
- #: ../lib/yasr-settings-functions.php:254
320
- #: ../lib/yasr-settings-functions.php:288
321
- #: ../lib/yasr-settings-functions.php:343
322
  msgid "Yes"
323
  msgstr "Si"
324
 
325
- #: ../lib/yasr-settings-functions.php:94
326
- #: ../lib/yasr-settings-functions.php:169
327
- #: ../lib/yasr-settings-functions.php:189
328
- #: ../lib/yasr-settings-functions.php:233
329
- #: ../lib/yasr-settings-functions.php:259
330
- #: ../lib/yasr-settings-functions.php:293
331
- #: ../lib/yasr-settings-functions.php:348
332
  msgid "No"
333
  msgstr "No"
334
 
335
- #: ../lib/yasr-settings-functions.php:102
336
  msgid "What?"
337
  msgstr "Cosa?"
338
 
339
- #: ../lib/yasr-settings-functions.php:107
340
  msgid "Overall Rating / Author Rating"
341
  msgstr "Voto Complessivo / Voto Autore"
342
 
343
- #: ../lib/yasr-settings-functions.php:111 ../lib/yasr-ajax-functions.php:505
344
  msgid "Visitor Votes"
345
  msgstr "Voto Utenti"
346
 
347
- #: ../lib/yasr-settings-functions.php:115
348
  msgid "Both"
349
  msgstr "Entrambi"
350
 
351
- #: ../lib/yasr-settings-functions.php:121
352
  msgid "Where?"
353
  msgstr "Dove?"
354
 
355
- #: ../lib/yasr-settings-functions.php:126
356
  msgid "Before the post"
357
  msgstr "Prima del contenuto"
358
 
359
- #: ../lib/yasr-settings-functions.php:130
360
  msgid "After the post"
361
  msgstr "Dopo il contenuto"
362
 
363
- #: ../lib/yasr-settings-functions.php:137
364
  msgid "Size"
365
  msgstr "Grandezza"
366
 
367
- #: ../lib/yasr-settings-functions.php:143 ../lib/yasr-ajax-functions.php:495
368
- #: ../lib/yasr-ajax-functions.php:513
369
  msgid "Small"
370
  msgstr "Piccolo"
371
 
372
- #: ../lib/yasr-settings-functions.php:148 ../lib/yasr-ajax-functions.php:496
373
- #: ../lib/yasr-ajax-functions.php:514
374
  msgid "Medium"
375
  msgstr "Medio"
376
 
377
- #: ../lib/yasr-settings-functions.php:153 ../lib/yasr-ajax-functions.php:497
378
- #: ../lib/yasr-ajax-functions.php:515
379
  msgid "Large"
380
  msgstr "Grande"
381
 
382
- #: ../lib/yasr-settings-functions.php:160
383
  msgid "Exclude Pages?"
384
  msgstr "Escludere pagine?"
385
 
386
- #: ../lib/yasr-settings-functions.php:181
387
  msgid "Use only in custom post types?"
388
  msgstr "Usare solo nei custom post type?"
389
 
390
- #: ../lib/yasr-settings-functions.php:193
391
  msgid "You see this because you use custom post types."
392
  msgstr "Vedi questo perché usi i custom post type."
393
 
394
- #: ../lib/yasr-settings-functions.php:195
395
  msgid "If you want to use auto insert only in custom post types, choose Yes"
396
  msgstr ""
397
  "Se vuoi usare l'inserimento automatico solo nei custom post type, spunta Si"
398
 
399
- #: ../lib/yasr-settings-functions.php:237
400
  msgid ""
401
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
402
  "article or page, but also in pages like Home Page, category pages or "
@@ -406,7 +438,7 @@ msgstr ""
406
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
407
  "categorie o archivi"
408
 
409
- #: ../lib/yasr-settings-functions.php:263
410
  msgid ""
411
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
412
  "article or page, but also in pages like Home Page, category pages or "
@@ -416,28 +448,28 @@ msgstr ""
416
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
417
  "categorie o archivi"
418
 
419
- #: ../lib/yasr-settings-functions.php:298
420
  msgid "Custom text to display before Overall Rating"
421
  msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
422
 
423
- #: ../lib/yasr-settings-functions.php:303
424
  msgid "Custom text to display BEFORE Visitor Rating"
425
  msgstr "Testo personalizzato da visualizzare PRIMA del Voto Utenti"
426
 
427
- #: ../lib/yasr-settings-functions.php:309
428
  msgid "Custom text to display AFTER Visitor Rating"
429
  msgstr "Testo personalizzato da visualizzare dopo del Voto Utenti"
430
 
431
- #: ../lib/yasr-settings-functions.php:314
432
  msgid "Custom text to display when a non logged user has already rated"
433
  msgstr ""
434
  "Testo personalizzato da mostrare quanto un utente non loggato ha già votato"
435
 
436
- #: ../lib/yasr-settings-functions.php:319
437
  msgid "Help"
438
  msgstr "Aiuto"
439
 
440
- #: ../lib/yasr-settings-functions.php:323
441
  msgid ""
442
  "In the first field you can use %overall_rating% pattern to show the overall "
443
  "rating."
@@ -445,7 +477,7 @@ msgstr ""
445
  "Nel primo campo puoi usare la variabile %overall_rating% per mostrare il "
446
  "voto complessivo"
447
 
448
- #: ../lib/yasr-settings-functions.php:327
449
  msgid ""
450
  "In the Second and Third fields you can use %total_count% pattern to show the "
451
  "total count, and %average% pattern to show the average"
@@ -453,31 +485,31 @@ msgstr ""
453
  "Nel secondo e terzo campo puoi usare la variabile %total_count% per mostrare "
454
  "il numero dei voti, e %average% per mostare la media"
455
 
456
- #: ../lib/yasr-settings-functions.php:366
457
  msgid "Allow only logged-in users"
458
  msgstr "Permetti solo agli utenti loggati"
459
 
460
- #: ../lib/yasr-settings-functions.php:370
461
  msgid "Allow everybody (logged in and anonymous)"
462
  msgstr "Permetti a tutti (loggati ed anonimi)"
463
 
464
- #: ../lib/yasr-settings-functions.php:386
465
  msgid "Which rich snippet do you want to use?"
466
  msgstr "Quale rich snippets vuoi usare?"
467
 
468
- #: ../lib/yasr-settings-functions.php:390
469
  msgid "Review Rating"
470
  msgstr "Voto Recensione"
471
 
472
- #: ../lib/yasr-settings-functions.php:394
473
  msgid "Aggregate Rating"
474
  msgstr "Media Voto Utenti"
475
 
476
- #: ../lib/yasr-settings-functions.php:399
477
  msgid "What is this?"
478
  msgstr "Cos'è questo?"
479
 
480
- #: ../lib/yasr-settings-functions.php:404
481
  msgid ""
482
  "If you select \"Review Rating\", your site will be indexed from search "
483
  "engines like this: "
@@ -485,97 +517,71 @@ msgstr ""
485
  "Se hai scelto \"Voto Recensione\", il sito verrà indicizzato dai motori di "
486
  "ricerca così:"
487
 
488
- #: ../lib/yasr-settings-functions.php:409
489
  msgid ""
490
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
491
  "this"
492
  msgstr ""
493
  "Se, invece, hai scelto \"Media Voto Utenti\", il sito verrà indicizzato così"
494
 
495
- #: ../lib/yasr-settings-functions.php:420
496
  msgid "Select default item type for all post or pages"
497
  msgstr "Seleziona l'item type di default per tutti i post e le pagine"
498
 
499
- #: ../lib/yasr-settings-functions.php:425
500
  msgid "Product"
501
  msgstr "Prodotto"
502
 
503
- #: ../lib/yasr-settings-functions.php:429
504
  msgid "Place"
505
  msgstr "Posto"
506
 
507
- #: ../lib/yasr-settings-functions.php:433
508
  msgid "Recipe"
509
  msgstr "Ricetta"
510
 
511
- #: ../lib/yasr-settings-functions.php:437
512
  msgid "BlogPosting"
513
  msgstr "BlogPosting"
514
 
515
- #: ../lib/yasr-settings-functions.php:443
 
 
 
 
 
 
 
 
 
 
 
 
 
 
516
  msgid "You can always change it in the single post or page."
517
  msgstr "Puoi sempre cambiarlo nei singoli post o pagine"
518
 
519
- #: ../lib/yasr-settings-functions.php:445
520
  msgid ""
521
  "This will affect only the post/page where you didn't change manually the "
522
  "itemtype yet."
523
  msgstr ""
524
  "Funzionerà solo sui post/pagine dove non hai cambiato l'itemtype manualmente"
525
 
526
- #: ../lib/yasr-settings-functions.php:452
527
- msgid "Which format do you want to use?"
528
- msgstr "Che formato si vule usare?"
529
-
530
- #: ../lib/yasr-settings-functions.php:456
531
- msgid "Microdata"
532
- msgstr "Microdata"
533
-
534
- #: ../lib/yasr-settings-functions.php:460
535
- msgid "Json-ld"
536
- msgstr "Json-ld"
537
-
538
- #: ../lib/yasr-settings-functions.php:465
539
- msgid "Leave the default value if you don't know what this is"
540
- msgstr "Lascialo il valore di default se non sai di cosa si tratta"
541
-
542
- #: ../lib/yasr-settings-functions.php:484
543
  msgid "Stars"
544
  msgstr "Stelle"
545
 
546
- #: ../lib/yasr-settings-functions.php:488
547
  msgid "Numbers"
548
  msgstr "Numeri"
549
 
550
- #: ../lib/yasr-settings-functions.php:513
551
- msgid "Which color scheme do you want to use?"
552
- msgstr "Che schema di colori vuoi usare?"
553
-
554
- #: ../lib/yasr-settings-functions.php:534
555
- msgid "Light"
556
- msgstr "Chiaro"
557
-
558
- #: ../lib/yasr-settings-functions.php:539
559
- msgid "Dark"
560
- msgstr "Scuro"
561
-
562
- #: ../lib/yasr-settings-functions.php:544
563
- msgid "Preview"
564
- msgstr "Anteprima"
565
-
566
- #: ../lib/yasr-settings-functions.php:549
567
- msgid "Light theme"
568
- msgstr "Tema chiaro"
569
-
570
- #: ../lib/yasr-settings-functions.php:554
571
- msgid "Dark theme"
572
- msgstr "Tema scuro"
573
-
574
- #: ../lib/yasr-settings-functions.php:569
575
  msgid "Add New Multiple Set"
576
  msgstr "Set Multipli"
577
 
578
- #: ../lib/yasr-settings-functions.php:570
579
  msgid ""
580
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
581
  "characters"
@@ -583,48 +589,48 @@ msgstr ""
583
  "Nome, Elemento#1 e Elemento#2 DEVONO essere riempiti e devono essere lunghi "
584
  "almeno 3 caratteri"
585
 
586
- #: ../lib/yasr-settings-functions.php:573
587
  msgid "Name"
588
  msgstr "Nome"
589
 
590
- #: ../lib/yasr-settings-functions.php:578
591
  msgid "You can insert up to nine elements"
592
  msgstr "Puoi inserire fino a nove elementi"
593
 
594
- #: ../lib/yasr-settings-functions.php:583
595
  msgid "Element "
596
  msgstr "Elemento"
597
 
598
- #: ../lib/yasr-settings-functions.php:593
599
  msgid "Create New Set"
600
  msgstr "Crea Nuovo Set"
601
 
602
- #: ../lib/yasr-settings-functions.php:614
603
- #: ../lib/yasr-settings-functions.php:647
604
  msgid "Manage Multiple Set"
605
  msgstr "Gestisci Set Multiplo"
606
 
607
- #: ../lib/yasr-settings-functions.php:616
608
  msgid "Wich set do you want to edit or remove?"
609
  msgstr "Quale set vuoi modificare o rimuovere"
610
 
611
- #: ../lib/yasr-settings-functions.php:657
612
- #: ../lib/yasr-settings-functions.php:775
613
  msgid "Field name"
614
  msgstr "Nome campo"
615
 
616
- #: ../lib/yasr-settings-functions.php:661
617
- #: ../lib/yasr-settings-functions.php:779
618
  msgid "Remove"
619
  msgstr "Rimuovi"
620
 
621
- #: ../lib/yasr-settings-functions.php:703
622
- #: ../lib/yasr-settings-functions.php:821
623
  msgid "Remove whole set?"
624
  msgstr "Rimuovere l'intero set?"
625
 
626
- #: ../lib/yasr-settings-functions.php:716
627
- #: ../lib/yasr-settings-functions.php:834
628
  msgid ""
629
  "If you remove something you will remove all the votes for that set or field. "
630
  "This operation CAN'T BE undone."
@@ -632,63 +638,63 @@ msgstr ""
632
  "Se rimuovi qualcosa rimuoverai anche i voti per quel set o campo. Questa "
633
  "operazione NON PUÒ ESSERE ANNULLATA"
634
 
635
- #: ../lib/yasr-settings-functions.php:723
636
- #: ../lib/yasr-settings-functions.php:841
637
  msgid "You can use up to 9 elements"
638
  msgstr "Puoi usare fino a 9 elementi"
639
 
640
- #: ../lib/yasr-settings-functions.php:725
641
- #: ../lib/yasr-settings-functions.php:843
642
  msgid "Add element"
643
  msgstr "Aggiungi elemento"
644
 
645
- #: ../lib/yasr-settings-functions.php:727
646
- #: ../lib/yasr-settings-functions.php:845
647
  msgid "Save changes"
648
  msgstr "Salva modifiche"
649
 
650
- #: ../lib/yasr-settings-functions.php:737
651
  msgid "No Multiple Set were found"
652
  msgstr "Nessun Set Multiplo trovato"
653
 
654
- #: ../lib/yasr-settings-functions.php:986
655
- #: ../lib/yasr-settings-functions.php:1286
656
  msgid "Settings Saved"
657
  msgstr "Impostazioni Salvate"
658
 
659
- #: ../lib/yasr-settings-functions.php:991
660
  msgid "Something goes wrong trying insert set field name. Please report it"
661
  msgstr ""
662
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
663
  "segnalalo"
664
 
665
- #: ../lib/yasr-settings-functions.php:997
666
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
667
  msgstr ""
668
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
669
  "favore segnalalo"
670
 
671
- #: ../lib/yasr-settings-functions.php:1072
672
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
673
  msgstr ""
674
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
675
  "favore segnalalo"
676
 
677
- #: ../lib/yasr-settings-functions.php:1118
678
  msgid ""
679
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
680
  msgstr ""
681
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
682
  "favore segnalalo"
683
 
684
- #: ../lib/yasr-settings-functions.php:1182
685
  msgid ""
686
  "Something goes wrong trying to update a Multi Set's element. Please report it"
687
  msgstr ""
688
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
689
  "favore segnalalo"
690
 
691
- #: ../lib/yasr-settings-functions.php:1271
692
  msgid ""
693
  "Something goes wrong trying to insert set field name in edit form. Please "
694
  "report it"
@@ -696,125 +702,96 @@ msgstr ""
696
  "Qualcosa è andato storto cercando di inserire il campo nel form di modifica. "
697
  "Per favore segnalalo"
698
 
699
- #: ../lib/yasr-settings-functions.php:1316
700
  msgid "Style Options"
701
  msgstr "Opzioni Stili"
702
 
703
- #: ../lib/yasr-settings-functions.php:1317
704
- msgid "Custom CSS Styles"
705
- msgstr "Stili CSS Personalizzati"
706
-
707
- #: ../lib/yasr-settings-functions.php:1322
708
- msgid ""
709
- "Please use text area below to write your own CSS styles to override the "
710
- "default ones."
711
- msgstr ""
712
- "Usa l'area di testo sottostante per scrivere le tue regole CSS che "
713
- "sovrascriveranno quelle di default"
714
-
715
- #: ../lib/yasr-settings-functions.php:1324
716
- msgid "Leave it blank if you don't know what you're doing"
717
- msgstr "Lascialo vuoto se non stai cosa stai facendo"
718
-
719
- #: ../lib/yasr-settings-functions.php:1347
720
- msgid "Looking for more features?"
721
- msgstr "Hai bisogno di più funzioni?"
722
-
723
- #: ../lib/yasr-settings-functions.php:1348
724
- msgid "Upgrade to yasr pro!"
725
- msgstr "Passa a yasr pro!"
726
-
727
- #: ../lib/yasr-settings-functions.php:1364
728
- msgid "Unlimited ratings and votes"
729
- msgstr "Voti e recensioni illimitate"
730
 
731
  #: ../lib/yasr-settings-functions.php:1370
732
- msgid "Works with shortcodes"
733
- msgstr "Funziona con gli shortcodes"
734
-
735
- #: ../lib/yasr-settings-functions.php:1376
736
- msgid "Multi Set Support"
737
- msgstr "Supporto Set Multipli"
738
 
739
- #: ../lib/yasr-settings-functions.php:1381
740
- msgid "Logs and stats for visitors votes"
741
- msgstr "Log e statistiche per i voti utenti"
 
742
 
743
- #: ../lib/yasr-settings-functions.php:1386
744
- msgid "Localization (.po and .mo files included)"
745
- msgstr "Traducibile (files .po e .mo inclusi)"
746
 
747
- #: ../lib/yasr-settings-functions.php:1391
748
- msgid "Rich Snippet Support"
749
- msgstr "Supporto per Rich Snippet"
750
 
751
- #: ../lib/yasr-settings-functions.php:1396
752
- msgid "Rankings for reviews, votes and users"
753
- msgstr "Classifiche per recensioni, voti e utenti"
754
 
755
- #: ../lib/yasr-settings-functions.php:1401
756
- msgid "Rankings Customization"
757
- msgstr "Personalizzazione Classifiche"
758
 
759
- #: ../lib/yasr-settings-functions.php:1406
760
- msgid "Stars Customization"
761
- msgstr "Personalizzazione Stelle"
762
 
763
- #: ../lib/yasr-settings-functions.php:1407
764
- msgid "Size Only"
765
- msgstr "Solo la grandezza"
766
 
767
- #: ../lib/yasr-settings-functions.php:1408
768
  msgid ""
769
- "Users can choose different ready to use sets or can upload their own images."
 
770
  msgstr ""
771
- "È possibile scegliere diversi set pronti all'uso o caricare le proprie "
772
- "immagini"
773
-
774
- #: ../lib/yasr-settings-functions.php:1411
775
- msgid "Users can review in comments"
776
- msgstr "Gli utenti possono recensire nei commenti"
777
 
778
- #: ../lib/yasr-settings-functions.php:1422
779
- msgid "Not avaible yet"
780
- msgstr "Non ancora disponibile"
 
781
 
782
- #: ../lib/yasr-settings-functions.php:1481
783
  msgid "Keep in touch!"
784
  msgstr "Teniamoci in contatto!"
785
 
786
- #: ../lib/yasr-settings-functions.php:1523
787
  #, php-format
788
  msgid ""
789
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
790
  msgstr ""
791
  "Ciao, sembra che hai ottenuto %s voti sul tuo sito grazie a YASR! Ottimo!"
792
 
793
- #: ../lib/yasr-settings-functions.php:1525
794
  msgid "Can I ask a favor?"
795
  msgstr "Ti posso chiedere un favore?"
796
 
797
- #: ../lib/yasr-settings-functions.php:1527
798
  msgid "Can you please rate YASR 5 stars on"
799
  msgstr "Puoi dare 5 stelle a YASR su"
800
 
801
- #: ../lib/yasr-settings-functions.php:1529
802
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
803
  msgstr " Richiederà solo 1 minuto ma è un ENORME aiuto per me. Grazie!"
804
 
805
- #: ../lib/yasr-settings-functions.php:1535
806
  msgid "Ok, I'm glad to help!"
807
  msgstr "Ok, sono contento di aiutare!"
808
 
809
- #: ../lib/yasr-settings-functions.php:1536
810
  msgid "Remind me later!"
811
  msgstr "Ricordamelo dopo!"
812
 
813
- #: ../lib/yasr-settings-functions.php:1537
814
  msgid "Don't need to ask, I already did it!"
815
  msgstr "Non c'è bisogno di chiederlo, l'ho già fatto!"
816
 
817
- #: ../lib/yasr-settings-functions.php:1570
818
  #, php-format
819
  msgid ""
820
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
@@ -825,115 +802,91 @@ msgstr ""
825
  "a>. Per favore, <a href=\"%s\" target=\"_blank\">dagli</a> 5 stelle su <a "
826
  "href=\"%s\" target=\"_blank\">WordPress.org</a>"
827
 
828
- #: ../lib/yasr-settings-functions.php:1615
829
  msgid "No previous Gd Star Rating installation was found"
830
  msgstr "Installazione precedente di Gd Star Rating non stata trovata"
831
 
832
- #: ../lib/yasr-db-functions.php:319
833
  msgid "No recenet votes yet"
834
  msgstr "Ancora nessun voto recente"
835
 
836
- #: ../lib/yasr-db-functions.php:334 ../lib/yasr-ajax-functions.php:811
837
  msgid "anonymous"
838
  msgstr "anonimo"
839
 
840
- #: ../lib/yasr-db-functions.php:343
841
  #, php-format
842
  msgid "Vote %d from %s on "
843
  msgstr "Voto %d from %s on"
844
 
845
- #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:836
 
846
  msgid "Ip address"
847
  msgstr "Indirizzo Ip"
848
 
849
- #: ../lib/yasr-db-functions.php:400 ../lib/yasr-ajax-functions.php:877
 
850
  msgid "Pages"
851
  msgstr "Pagine"
852
 
853
- #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
 
 
 
 
 
 
 
 
 
854
  msgid "Yet Another Stars Rating: Settings"
855
  msgstr "Yet Another Stars Rating: Impostazioni"
856
 
857
- #: ../lib/yasr-functions.php:148
858
  msgid "Yet Another Stars Rating: Multiple set"
859
  msgstr "Yet Another Stars Rating: Set Multipli"
860
 
861
- #: ../lib/yasr-functions.php:159
862
  msgid "You don't have enought privileges to insert Overall Rating"
863
  msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
864
 
865
- #: ../lib/yasr-functions.php:169
866
- msgid "You don't have enought privileges to insert Multi Set"
 
867
  msgstr "Non hai abbastanza permessi per inserire un Multi Set"
868
 
869
- #: ../lib/yasr-functions.php:303
870
- msgid "reviewed by"
871
- msgstr "recensito da"
872
-
873
- #: ../lib/yasr-functions.php:305 ../lib/yasr-functions.php:387
874
- msgid " on "
875
- msgstr " il "
876
-
877
- #: ../lib/yasr-functions.php:323
878
- msgid "reviewed on"
879
- msgstr "recensito da"
880
-
881
- #: ../lib/yasr-functions.php:324
882
- msgid "by "
883
- msgstr "da"
884
-
885
- #: ../lib/yasr-functions.php:328
886
- msgid "rated"
887
- msgstr "votato"
888
-
889
- #: ../lib/yasr-functions.php:328
890
- msgid "of"
891
- msgstr "su"
892
-
893
- #: ../lib/yasr-functions.php:390
894
- msgid " written by "
895
- msgstr " scritto da "
896
-
897
- #: ../lib/yasr-functions.php:393
898
- msgid " average rating "
899
- msgstr " media voto "
900
-
901
- #: ../lib/yasr-functions.php:394
902
- msgid " user ratings"
903
- msgstr " voti utenti "
904
-
905
- #: ../lib/yasr-functions.php:589
906
  msgid "Product, Place, Recipe, BlogPosting"
907
  msgstr "Product, Posto, Ricetta, BlogPosting"
908
 
909
- #: ../lib/yasr-ajax-functions.php:102
910
  msgid "You've rated it "
911
  msgstr "Voto assegnato "
912
 
913
- #: ../lib/yasr-ajax-functions.php:106
914
  msgid "You've reset the vote"
915
  msgstr "Hai resettato il voto"
916
 
917
- #: ../lib/yasr-ajax-functions.php:190
918
  msgid "Type Saved"
919
  msgstr "Tipo Salvato"
920
 
921
- #: ../lib/yasr-ajax-functions.php:193
922
  msgid ""
923
  "There was an error while trying to insert the review type. Please report it"
924
  msgstr ""
925
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
926
  "segnalalo"
927
 
928
- #: ../lib/yasr-ajax-functions.php:228
929
  msgid "Choose a vote for each element"
930
  msgstr "Scegli un voto per ogni elemento"
931
 
932
- #: ../lib/yasr-ajax-functions.php:291 ../lib/yasr-ajax-functions.php:335
933
  msgid "If you want to insert this multiset, paste this shortcode "
934
  msgstr "Se vuoi inserire questo Set Multiplo, incolla questo shortcode "
935
 
936
- #: ../lib/yasr-ajax-functions.php:293 ../lib/yasr-ajax-functions.php:337
937
  msgid ""
938
  "If, instead, you want allow your visitor to vote on this multiset, use this "
939
  "shortcode"
@@ -941,59 +894,59 @@ msgstr ""
941
  "Se, invece, vuoi permettere al visitatore di votare su questo multiset, usa "
942
  "questo shortcode"
943
 
944
- #: ../lib/yasr-ajax-functions.php:302
945
  msgid "Choose a vote for every element"
946
  msgstr "Scegli un voto per ogni elemento"
947
 
948
- #: ../lib/yasr-ajax-functions.php:475
949
  msgid "Main"
950
  msgstr "Principale"
951
 
952
- #: ../lib/yasr-ajax-functions.php:476
953
  msgid "Charts"
954
  msgstr "Classifiche"
955
 
956
- #: ../lib/yasr-ajax-functions.php:478
957
  msgid "Read the doc"
958
  msgstr "Leggi la documentazione"
959
 
960
- #: ../lib/yasr-ajax-functions.php:487
961
  msgid "Overall Rating / Review"
962
  msgstr "Voto Complessivo"
963
 
964
- #: ../lib/yasr-ajax-functions.php:489
965
  msgid "Insert Overall Rating"
966
  msgstr "Inserisci Voto Complessivo"
967
 
968
- #: ../lib/yasr-ajax-functions.php:490
969
  msgid "Insert Overall Rating / Review for this post"
970
  msgstr "Inserisci Voto Complessivo / Recensione per questo post"
971
 
972
- #: ../lib/yasr-ajax-functions.php:493 ../lib/yasr-ajax-functions.php:511
973
  msgid "Choose Size"
974
  msgstr "Scegli la grandezza"
975
 
976
- #: ../lib/yasr-ajax-functions.php:507
977
  msgid "Insert Visitor Votes"
978
  msgstr "Inserisci Voti Utenti"
979
 
980
- #: ../lib/yasr-ajax-functions.php:508
981
  msgid "Insert the ability for your visitor to vote"
982
  msgstr "Permetti ai tuoi visitatori di votare"
983
 
984
- #: ../lib/yasr-ajax-functions.php:525
985
  msgid "If you want to insert a Multi Set, pick one:"
986
  msgstr "Se vuoi inserire un Set Multiplo, scegline uno:"
987
 
988
- #: ../lib/yasr-ajax-functions.php:531
989
  msgid "Choose wich set you want to insert."
990
  msgstr "Scegli quale Set Multiplo inserire"
991
 
992
- #: ../lib/yasr-ajax-functions.php:533 ../lib/yasr-ajax-functions.php:550
993
  msgid "Readonly?"
994
  msgstr "Sola lettura?"
995
 
996
- #: ../lib/yasr-ajax-functions.php:535 ../lib/yasr-ajax-functions.php:551
997
  msgid ""
998
  "If Readonly is checked, only you can insert the votes (in the box above the "
999
  "editor)"
@@ -1001,71 +954,71 @@ msgstr ""
1001
  "Se selezioni sola lettura, solo tu puoi inserire i voti (nel box sotto "
1002
  "l'editor)"
1003
 
1004
- #: ../lib/yasr-ajax-functions.php:536
1005
  msgid "Insert Multi Set"
1006
  msgstr "Inserisci Set Multiplo"
1007
 
1008
- #: ../lib/yasr-ajax-functions.php:545
1009
  msgid "Insert Multiset:"
1010
  msgstr "Inserisci Set Multiplo:"
1011
 
1012
- #: ../lib/yasr-ajax-functions.php:548
1013
  msgid "Insert Multiple Set"
1014
  msgstr "Inserisci Set Multiplo"
1015
 
1016
- #: ../lib/yasr-ajax-functions.php:566
1017
  msgid "Ranking reviews"
1018
  msgstr "Classifica recensioni"
1019
 
1020
- #: ../lib/yasr-ajax-functions.php:567
1021
  msgid "Insert Ranking reviews"
1022
  msgstr "Classifica recensioni"
1023
 
1024
- #: ../lib/yasr-ajax-functions.php:568
1025
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1026
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_overall_rating]"
1027
 
1028
- #: ../lib/yasr-ajax-functions.php:572
1029
  msgid "Users' ranking"
1030
  msgstr "Classifica degli utenti"
1031
 
1032
- #: ../lib/yasr-ajax-functions.php:573
1033
  msgid "Insert Users ranking"
1034
  msgstr "Inserisci Classifica Utenti"
1035
 
1036
- #: ../lib/yasr-ajax-functions.php:574
1037
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1038
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_visitor_votes]"
1039
 
1040
- #: ../lib/yasr-ajax-functions.php:578
1041
  msgid "Most active reviewers"
1042
  msgstr "Recensori più attivi"
1043
 
1044
- #: ../lib/yasr-ajax-functions.php:579
1045
  msgid "Insert Most Active Reviewers"
1046
  msgstr "Inserisci i 5 recensori più attivi"
1047
 
1048
- #: ../lib/yasr-ajax-functions.php:580
1049
  msgid "Insert Top 5 active reviewers"
1050
  msgstr "Inserisci i 5 recensori più attivi"
1051
 
1052
- #: ../lib/yasr-ajax-functions.php:584
1053
  msgid "Most Active Users"
1054
  msgstr "Utenti più attivi"
1055
 
1056
- #: ../lib/yasr-ajax-functions.php:585
1057
  msgid "Insert Most Active Users"
1058
  msgstr "Inserisci i 10 utenti più attivi"
1059
 
1060
- #: ../lib/yasr-ajax-functions.php:586
1061
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1062
  msgstr "Inserisci i 10 utenti più attivi in [yasr_visitor_votes]"
1063
 
1064
- #: ../lib/yasr-ajax-functions.php:657
1065
  msgid "Reviews and Visitor Votes have been successfull imported."
1066
  msgstr "Recensioni e Voti utenti sono stati importati con successo."
1067
 
1068
- #: ../lib/yasr-ajax-functions.php:663
1069
  msgid ""
1070
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1071
  "THIS MAY TAKE A WHILE!"
@@ -1073,91 +1026,178 @@ msgstr ""
1073
  "Step2: Contrellerò se hai usato Set Multipli e se li trovo l'importerò: PUÒ "
1074
  "RICHIEDERE UN PÒ DI TEMPO!"
1075
 
1076
- #: ../lib/yasr-ajax-functions.php:665
1077
  msgid "Proceed Step 2"
1078
  msgstr "Procedi Step 2"
1079
 
1080
- #: ../lib/yasr-ajax-functions.php:672
1081
  msgid "Something goes wrong! Refresh the page and try again!"
1082
  msgstr "Qualcosa è andato storto! Aggiorna la pagina e prova ancora!"
1083
 
1084
- #: ../lib/yasr-ajax-functions.php:701
1085
  msgid "I've found Multiple Set! Importing..."
1086
  msgstr "Set Multipli trovati! Importazione..."
1087
 
1088
- #: ../lib/yasr-ajax-functions.php:710
1089
  msgid "Multi Set's name has been successfull imported."
1090
  msgstr "I nomi dei Set Multipli sono stati importati con successo"
1091
 
1092
- #: ../lib/yasr-ajax-functions.php:712
1093
  msgid "Now I'm going to import Multi Set data"
1094
  msgstr "Ora importerò i dati dei Set Multipli"
1095
 
1096
- #: ../lib/yasr-ajax-functions.php:723
1097
  msgid "All votes has been successfull imported."
1098
  msgstr "Tutti i voti sono stati importati con successo"
1099
 
1100
- #: ../lib/yasr-ajax-functions.php:725
1101
  msgid "Done"
1102
  msgstr "Fatto"
1103
 
1104
- #: ../lib/yasr-ajax-functions.php:730
1105
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1106
  msgstr "Ho trovato i voti per i Set Multi ma non li ho potuti inserire nel db"
1107
 
1108
- #: ../lib/yasr-ajax-functions.php:738
1109
  msgid "I've found Multi Set but with no data"
1110
  msgstr "ho trovato Set Multipli ma senza dati"
1111
 
1112
- #: ../lib/yasr-ajax-functions.php:747
1113
  msgid "I've found Multi Sets names but I couldn't insert into db"
1114
  msgstr "Ho trovato Set Multipli ma non li ho potuti inserire nel db"
1115
 
1116
- #: ../lib/yasr-ajax-functions.php:755
1117
  msgid "Multisets were not found. Imported is done!"
1118
  msgstr "Set Multipli non trovati. Importazione dati conclusa!"
1119
 
1120
- #: ../lib/yasr-ajax-functions.php:798
1121
  msgid "No Recenet votes yet"
1122
  msgstr "Ancora nessun voto recente"
1123
 
1124
- #: ../lib/yasr-ajax-functions.php:820
1125
  #, php-format
1126
  msgid "Vote %d from %s on"
1127
  msgstr "Voto %d da %s su"
1128
 
1129
- #: ../lib/yasr-ajax-functions.php:1018 ../lib/yasr-ajax-functions.php:1174
1130
  msgid "Error: you can't vote 0"
1131
  msgstr "Errore: non puoi votare 0"
1132
 
1133
- #: ../lib/yasr-ajax-functions.php:1124 ../lib/yasr-ajax-functions.php:1132
1134
  msgid "Average:"
1135
  msgstr "Media:"
1136
 
1137
- #: ../lib/yasr-ajax-functions.php:1125 ../lib/yasr-ajax-functions.php:1133
1138
  msgid "Vote Saved"
1139
  msgstr "Voto Salvato"
1140
 
1141
- #: ../lib/yasr-ajax-functions.php:1270
1142
  msgid "Vote updated"
1143
  msgstr "Voto Aggiornato"
1144
 
1145
- #: ../lib/yasr-ajax-functions.php:1415
1146
  msgid "Rating saved!"
1147
  msgstr "Voto salvato!"
1148
 
1149
- #: ../lib/yasr-ajax-functions.php:1421
1150
  msgid "Rating not saved. Please Try again"
1151
  msgstr "Voto non salvato. Per favore riprova"
1152
 
1153
- #: ../lib/yasr-ajax-functions.php:1514
1154
  msgid "stars"
1155
  msgstr "stelle"
1156
 
1157
- #: ../lib/yasr-ajax-functions.php:1519
1158
  msgid "star"
1159
  msgstr "stella"
1160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1161
  #~ msgid "Other"
1162
  #~ msgstr "Altro"
1163
 
@@ -1264,9 +1304,6 @@ msgstr "stella"
1264
  #~ msgid " out of "
1265
  #~ msgstr " su "
1266
 
1267
- #~ msgid " based on "
1268
- #~ msgstr " basato su "
1269
-
1270
  #~ msgid ""
1271
  #~ "Something goes wrong trying to update a multi set element. Please report "
1272
  #~ "it"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yasr Translation\n"
4
+ "POT-Creation-Date: 2016-02-08 13:40+0100\n"
5
+ "PO-Revision-Date: 2016-02-08 13:41+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
20
  msgid "Rate this article / item"
21
  msgstr "Vota questo articolo / oggetto"
22
 
23
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:504
24
+ #: ../lib/yasr-functions.php:55
25
  msgid "Loading, please wait"
26
  msgstr "Caricamento, attendere prego"
27
 
34
  msgstr "Questa recensione è..."
35
 
36
  #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
37
+ #: ../lib/yasr-settings-functions.php:656
38
  msgid "Select"
39
  msgstr "Seleziona"
40
 
46
  "Ricorda di inserire questo shortcode <strong>[yasr_overall_rating]</strong> "
47
  "dove vuoi far apparire questo voto"
48
 
49
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:147
50
+ #: ../lib/yasr-ajax-functions.php:45 ../lib/yasr-ajax-functions.php:142
51
+ #: ../lib/yasr-ajax-functions.php:228 ../lib/yasr-ajax-functions.php:386
52
+ #: ../lib/yasr-ajax-functions.php:797 ../lib/yasr-ajax-functions.php:1111
53
  msgid "You do not have sufficient permissions to access this page."
54
  msgstr "Non hai permeessi sufficienti per accedere a questa pagina"
55
 
56
+ #: ../yasr-settings-page.php:38
57
  msgid "Settings"
58
  msgstr "Impostazioni"
59
 
60
+ #: ../yasr-settings-page.php:82
61
  msgid "General Settings"
62
  msgstr "Impostazioni generali"
63
 
64
+ #: ../yasr-settings-page.php:83
65
  msgid "Multi Sets"
66
  msgstr "Set Multipli"
67
 
68
+ #: ../yasr-settings-page.php:84
69
+ #, fuzzy
70
+ msgid "Aspect & Styles"
71
+ msgstr "Stili CSS Personalizzati"
72
 
73
+ #: ../yasr-settings-page.php:86
74
+ msgid "Extensions"
75
+ msgstr ""
76
 
77
+ #: ../yasr-settings-page.php:103 ../yasr-settings-page.php:263
78
+ #: ../yasr-settings-page.php:294
79
  msgid "Save"
80
  msgstr "Salva"
81
 
82
+ #: ../yasr-settings-page.php:128
83
  msgid "Import Gd Star Rating"
84
  msgstr "Importa Gd Star Rating"
85
 
86
+ #: ../yasr-settings-page.php:129
87
  msgid "I've found a previous installation of Gd Star Rating."
88
  msgstr "Ho trovato un'installazione precedentedente di Gd Star Rating"
89
 
90
+ #: ../yasr-settings-page.php:129
91
  msgid "Do you want proceed to import data?"
92
  msgstr "Vuoi procedere nell'importazione dei dati?"
93
 
94
+ #: ../yasr-settings-page.php:131
95
  msgid "Yes, Begin Import"
96
  msgstr "Si, Inizia"
97
 
98
+ #: ../yasr-settings-page.php:135
99
  msgid "Click on Proceed to import Gd Star Rating data."
100
  msgstr "Clicca su Procedi per importare i dati di Gd Star Rating"
101
 
102
+ #: ../yasr-settings-page.php:138 ../yasr-settings-page.php:171
103
  msgid "Proceed"
104
  msgstr "Procedi"
105
 
106
+ #: ../yasr-settings-page.php:160
107
  msgid "Manage GD Star Data"
108
  msgstr "Gestisci dati di GD Star Rating"
109
 
110
+ #: ../yasr-settings-page.php:161
111
  msgid "Gd Star Rating has been already imported."
112
  msgstr "Gd Star Rating è stato già importato"
113
 
114
+ #: ../yasr-settings-page.php:162
115
  msgid "If you wish you can import it again, but"
116
  msgstr "Se vuoi lo puoi importare di nuovo, ma"
117
 
118
+ #: ../yasr-settings-page.php:162
119
  msgid "you will lose all data you've collect since the import!"
120
  msgstr "perderai tutti i dati che hai realizzato dall'import in poi!"
121
 
122
+ #: ../yasr-settings-page.php:164
123
  msgid "Ok, Import Again"
124
  msgstr "Ok, importa nuovamente"
125
 
126
+ #: ../yasr-settings-page.php:168
127
  msgid ""
128
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
129
  msgstr ""
130
  "Clicca su Procedi per importare di nuovo i dati di Gd Star Rating. Potrebbe "
131
  "richiedere un pò di tempo!"
132
 
133
+ #: ../yasr-settings-page.php:205
134
  msgid "Manage Multi Set"
135
  msgstr "Set Multipli"
136
 
137
+ #: ../yasr-settings-page.php:209
138
  msgid "What is a Multi Set?"
139
  msgstr "Che cos'è un Set Multiplo?"
140
 
141
+ #: ../yasr-settings-page.php:214
142
  msgid ""
143
  "Multi Set allows you to insert a rate for each aspect about the product / "
144
  "local business / whetever you're reviewing, example in the image below."
147
  "prodotto / attività / qualsiasi cosa tua stia recensendo, esempio "
148
  "nell'immagine sottostante."
149
 
150
+ #: ../yasr-settings-page.php:218
151
  msgid ""
152
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
153
  "different fields. Once you've saved it, you can insert the rates while "
159
  "scrivendo il tuo articolo nel box sotto l'editor, come puoi vedere in questa "
160
  "immagine (clicca per allargare)"
161
 
162
+ #: ../yasr-settings-page.php:222
163
  msgid ""
164
  "In order to insert your Multi Sets into a post or page, you can either past "
165
  "the short code that will appear at the bottom of the box or just click on "
170
  "cliccare sulla stella presente nell'editor visuale e selezionare \"Inserisci "
171
  "Set Multiplo\""
172
 
173
+ #: ../yasr-settings-page.php:228
174
  msgid "Close this message"
175
  msgstr "Chiudi questo messaggio"
176
 
177
+ #: ../yasr-settings-page.php:320
178
+ #, fuzzy
179
+ msgid "Extensions for Yet Another Stars Rating"
180
+ msgstr "Yet Another Stars Rating: Impostazioni"
181
+
182
+ #: ../yasr-settings-page.php:323
183
+ msgid "Extensions add functionality to your Yasr installation"
184
+ msgstr ""
185
+
186
+ #: ../yasr-settings-page.php:338
187
+ msgid ""
188
+ "Start accepting reviews and ratings for your post or pages using Yasr User "
189
+ "Reviews extension."
190
+ msgstr ""
191
+
192
+ #: ../yasr-settings-page.php:356 ../yasr-settings-page.php:394
193
+ #: ../yasr-settings-page.php:432
194
+ msgid "Get this extension"
195
+ msgstr ""
196
+
197
+ #: ../yasr-settings-page.php:376
198
+ #, fuzzy
199
+ msgid "Choose between ready to use image or upload your own!"
200
+ msgstr ""
201
+ "È possibile scegliere diversi set pronti all'uso o caricare le proprie "
202
+ "immagini"
203
+
204
+ #: ../yasr-settings-page.php:414
205
+ msgid "Unleash all the power of your rankings with just a click!"
206
+ msgstr ""
207
+
208
  #: ../yasr-metabox-multiple-rating.php:35
209
  msgid "Choose wich set you want to use"
210
  msgstr "Scegli che set vuoi usare"
211
 
212
+ #: ../lib/yasr-shortcode-functions.php:187
213
+ #: ../lib/yasr-shortcode-functions.php:212
 
214
  msgid "You've already voted this article with"
215
  msgstr "Hai già votato questo articolo con "
216
 
217
+ #: ../lib/yasr-shortcode-functions.php:237
218
+ #: ../lib/yasr-shortcode-functions.php:533
219
+ #, fuzzy
220
+ msgid "You must sign in to vote"
221
  msgstr "Devi fare il login per votare"
222
 
223
+ #: ../lib/yasr-shortcode-functions.php:279 ../lib/yasr-ajax-functions.php:1300
224
+ #: ../lib/yasr-ajax-functions.php:1308 ../lib/yasr-ajax-functions.php:1447
225
  msgid "Total: "
226
  msgstr "Voti: "
227
 
228
+ #: ../lib/yasr-shortcode-functions.php:279
229
  msgid "Average: "
230
  msgstr "Media Voto: "
231
 
232
+ #: ../lib/yasr-shortcode-functions.php:506
233
+ msgid "Submit!"
234
+ msgstr "Invia!"
235
 
236
+ #: ../lib/yasr-shortcode-functions.php:512
237
  msgid "Thank you for voting! "
238
  msgstr "Grazie per aver votato!"
239
 
240
+ #: ../lib/yasr-shortcode-functions.php:721
 
 
 
 
 
 
241
  msgid "Rating"
242
  msgstr "Voto"
243
 
244
+ #: ../lib/yasr-shortcode-functions.php:735
245
  msgid "You don't have any votes stored"
246
  msgstr "Non hai alcun voto salvato"
247
 
248
+ #: ../lib/yasr-shortcode-functions.php:771
249
+ #: ../lib/yasr-shortcode-functions.php:810
250
  msgid "Post / Page"
251
  msgstr "Post / Pagina"
252
 
253
+ #: ../lib/yasr-shortcode-functions.php:772
254
+ #: ../lib/yasr-shortcode-functions.php:811
255
  msgid "Order By"
256
  msgstr "Ordina per"
257
 
258
+ #: ../lib/yasr-shortcode-functions.php:772
259
+ #: ../lib/yasr-shortcode-functions.php:811
260
  msgid "Most Rated"
261
  msgstr "Più Votati"
262
 
263
+ #: ../lib/yasr-shortcode-functions.php:772
264
+ #: ../lib/yasr-shortcode-functions.php:811
265
  msgid "Highest Rated"
266
  msgstr "Voto più alto"
267
 
268
+ #: ../lib/yasr-shortcode-functions.php:790
269
+ #: ../lib/yasr-shortcode-functions.php:825
270
  msgid "Total:"
271
  msgstr "Voti:"
272
 
273
+ #: ../lib/yasr-shortcode-functions.php:790
274
+ #: ../lib/yasr-shortcode-functions.php:825
275
  msgid "Average"
276
  msgstr "Media"
277
 
278
+ #: ../lib/yasr-shortcode-functions.php:802
279
  msgid "You've not enough data"
280
  msgstr "Non hai abbastanza dati"
281
 
282
+ #: ../lib/yasr-shortcode-functions.php:837
283
  msgid "You've not enought data"
284
  msgstr "Non hai abbastanza dati"
285
 
286
+ #: ../lib/yasr-shortcode-functions.php:922
287
  msgid ""
288
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
289
  "any review?"
291
  "C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
292
  "attivi. Hai pubblicato qualche recensione?"
293
 
294
+ #: ../lib/yasr-shortcode-functions.php:990
295
  msgid ""
296
  "Problem while retrieving the top 10 active users chart. Are you sure you "
297
  "have votes to show?"
299
  "C'è stato un problema nell'ottenere la classifica dei 10 utenti più attivi. "
300
  "Sei sicuro di avere voti da mostrare?"
301
 
302
+ #: ../lib/yasr-shortcode-functions.php:1027
303
+ #, fuzzy, php-format
304
+ msgid "based on %d votes"
305
+ msgstr " basato su "
306
+
307
+ #: ../lib/yasr-settings-functions.php:68
308
  msgid "General settings"
309
  msgstr "Impostazioni Generali"
310
 
311
+ #: ../lib/yasr-settings-functions.php:69
312
  msgid "Auto insert options"
313
  msgstr "Opzioni inserimento automatico"
314
 
315
+ #: ../lib/yasr-settings-functions.php:70
316
  msgid "Show \"Overall Rating\" in Archive Page?"
317
  msgstr "Mostrare il \"Voto Complessivo\" nella Pagine Archivio?"
318
 
319
+ #: ../lib/yasr-settings-functions.php:71
320
  msgid "Show \"Visitor Votes\" in Archive Page?"
321
  msgstr "Mostare il \"Voto Utenti\" nelle Pagine Archivio?"
322
 
323
+ #: ../lib/yasr-settings-functions.php:72
324
  msgid "Insert custom text to show before / after stars"
325
  msgstr "Inserisci testo personalizzato da mostrare prima / dopo le stelle"
326
 
327
+ #: ../lib/yasr-settings-functions.php:73
328
  msgid "Do you want show stats for visitors votes?"
329
  msgstr "Vuoi mostrare le statistiche per i voti utenti?"
330
 
331
+ #: ../lib/yasr-settings-functions.php:74
332
  msgid "Allow only logged in user to vote?"
333
  msgstr "Permettere la votazione ai soli utenti loggati?"
334
 
335
+ #: ../lib/yasr-settings-functions.php:75
336
  msgid "Rich snippet options"
337
  msgstr "Opzioni Rich Snippet"
338
 
339
+ #: ../lib/yasr-settings-functions.php:76
340
  msgid "How do you want to rate \"Overall Rating\"?"
341
  msgstr "Cosa vuoi usare per inserire il \"Voto Complessivo\"?"
342
 
343
+ #: ../lib/yasr-settings-functions.php:90
344
  msgid "Use Auto Insert?"
345
  msgstr "Usare l'inserimento automatico?"
346
 
347
+ #: ../lib/yasr-settings-functions.php:96
348
+ #: ../lib/yasr-settings-functions.php:180
349
+ #: ../lib/yasr-settings-functions.php:200
350
+ #: ../lib/yasr-settings-functions.php:244
351
+ #: ../lib/yasr-settings-functions.php:270
352
+ #: ../lib/yasr-settings-functions.php:304
353
+ #: ../lib/yasr-settings-functions.php:359
354
  msgid "Yes"
355
  msgstr "Si"
356
 
357
+ #: ../lib/yasr-settings-functions.php:110
358
+ #: ../lib/yasr-settings-functions.php:185
359
+ #: ../lib/yasr-settings-functions.php:205
360
+ #: ../lib/yasr-settings-functions.php:249
361
+ #: ../lib/yasr-settings-functions.php:275
362
+ #: ../lib/yasr-settings-functions.php:309
363
+ #: ../lib/yasr-settings-functions.php:364
364
  msgid "No"
365
  msgstr "No"
366
 
367
+ #: ../lib/yasr-settings-functions.php:118
368
  msgid "What?"
369
  msgstr "Cosa?"
370
 
371
+ #: ../lib/yasr-settings-functions.php:123
372
  msgid "Overall Rating / Author Rating"
373
  msgstr "Voto Complessivo / Voto Autore"
374
 
375
+ #: ../lib/yasr-settings-functions.php:127 ../lib/yasr-ajax-functions.php:524
376
  msgid "Visitor Votes"
377
  msgstr "Voto Utenti"
378
 
379
+ #: ../lib/yasr-settings-functions.php:131
380
  msgid "Both"
381
  msgstr "Entrambi"
382
 
383
+ #: ../lib/yasr-settings-functions.php:137
384
  msgid "Where?"
385
  msgstr "Dove?"
386
 
387
+ #: ../lib/yasr-settings-functions.php:142
388
  msgid "Before the post"
389
  msgstr "Prima del contenuto"
390
 
391
+ #: ../lib/yasr-settings-functions.php:146
392
  msgid "After the post"
393
  msgstr "Dopo il contenuto"
394
 
395
+ #: ../lib/yasr-settings-functions.php:153
396
  msgid "Size"
397
  msgstr "Grandezza"
398
 
399
+ #: ../lib/yasr-settings-functions.php:159 ../lib/yasr-ajax-functions.php:514
400
+ #: ../lib/yasr-ajax-functions.php:532
401
  msgid "Small"
402
  msgstr "Piccolo"
403
 
404
+ #: ../lib/yasr-settings-functions.php:164 ../lib/yasr-ajax-functions.php:515
405
+ #: ../lib/yasr-ajax-functions.php:533
406
  msgid "Medium"
407
  msgstr "Medio"
408
 
409
+ #: ../lib/yasr-settings-functions.php:169 ../lib/yasr-ajax-functions.php:516
410
+ #: ../lib/yasr-ajax-functions.php:534
411
  msgid "Large"
412
  msgstr "Grande"
413
 
414
+ #: ../lib/yasr-settings-functions.php:176
415
  msgid "Exclude Pages?"
416
  msgstr "Escludere pagine?"
417
 
418
+ #: ../lib/yasr-settings-functions.php:197
419
  msgid "Use only in custom post types?"
420
  msgstr "Usare solo nei custom post type?"
421
 
422
+ #: ../lib/yasr-settings-functions.php:209
423
  msgid "You see this because you use custom post types."
424
  msgstr "Vedi questo perché usi i custom post type."
425
 
426
+ #: ../lib/yasr-settings-functions.php:211
427
  msgid "If you want to use auto insert only in custom post types, choose Yes"
428
  msgstr ""
429
  "Se vuoi usare l'inserimento automatico solo nei custom post type, spunta Si"
430
 
431
+ #: ../lib/yasr-settings-functions.php:253
432
  msgid ""
433
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
434
  "article or page, but also in pages like Home Page, category pages or "
438
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
439
  "categorie o archivi"
440
 
441
+ #: ../lib/yasr-settings-functions.php:279
442
  msgid ""
443
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
444
  "article or page, but also in pages like Home Page, category pages or "
448
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
449
  "categorie o archivi"
450
 
451
+ #: ../lib/yasr-settings-functions.php:314
452
  msgid "Custom text to display before Overall Rating"
453
  msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
454
 
455
+ #: ../lib/yasr-settings-functions.php:319
456
  msgid "Custom text to display BEFORE Visitor Rating"
457
  msgstr "Testo personalizzato da visualizzare PRIMA del Voto Utenti"
458
 
459
+ #: ../lib/yasr-settings-functions.php:325
460
  msgid "Custom text to display AFTER Visitor Rating"
461
  msgstr "Testo personalizzato da visualizzare dopo del Voto Utenti"
462
 
463
+ #: ../lib/yasr-settings-functions.php:330
464
  msgid "Custom text to display when a non logged user has already rated"
465
  msgstr ""
466
  "Testo personalizzato da mostrare quanto un utente non loggato ha già votato"
467
 
468
+ #: ../lib/yasr-settings-functions.php:335
469
  msgid "Help"
470
  msgstr "Aiuto"
471
 
472
+ #: ../lib/yasr-settings-functions.php:339
473
  msgid ""
474
  "In the first field you can use %overall_rating% pattern to show the overall "
475
  "rating."
477
  "Nel primo campo puoi usare la variabile %overall_rating% per mostrare il "
478
  "voto complessivo"
479
 
480
+ #: ../lib/yasr-settings-functions.php:343
481
  msgid ""
482
  "In the Second and Third fields you can use %total_count% pattern to show the "
483
  "total count, and %average% pattern to show the average"
485
  "Nel secondo e terzo campo puoi usare la variabile %total_count% per mostrare "
486
  "il numero dei voti, e %average% per mostare la media"
487
 
488
+ #: ../lib/yasr-settings-functions.php:382
489
  msgid "Allow only logged-in users"
490
  msgstr "Permetti solo agli utenti loggati"
491
 
492
+ #: ../lib/yasr-settings-functions.php:386
493
  msgid "Allow everybody (logged in and anonymous)"
494
  msgstr "Permetti a tutti (loggati ed anonimi)"
495
 
496
+ #: ../lib/yasr-settings-functions.php:406
497
  msgid "Which rich snippet do you want to use?"
498
  msgstr "Quale rich snippets vuoi usare?"
499
 
500
+ #: ../lib/yasr-settings-functions.php:410
501
  msgid "Review Rating"
502
  msgstr "Voto Recensione"
503
 
504
+ #: ../lib/yasr-settings-functions.php:414
505
  msgid "Aggregate Rating"
506
  msgstr "Media Voto Utenti"
507
 
508
+ #: ../lib/yasr-settings-functions.php:419
509
  msgid "What is this?"
510
  msgstr "Cos'è questo?"
511
 
512
+ #: ../lib/yasr-settings-functions.php:424
513
  msgid ""
514
  "If you select \"Review Rating\", your site will be indexed from search "
515
  "engines like this: "
517
  "Se hai scelto \"Voto Recensione\", il sito verrà indicizzato dai motori di "
518
  "ricerca così:"
519
 
520
+ #: ../lib/yasr-settings-functions.php:429
521
  msgid ""
522
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
523
  "this"
524
  msgstr ""
525
  "Se, invece, hai scelto \"Media Voto Utenti\", il sito verrà indicizzato così"
526
 
527
+ #: ../lib/yasr-settings-functions.php:440
528
  msgid "Select default item type for all post or pages"
529
  msgstr "Seleziona l'item type di default per tutti i post e le pagine"
530
 
531
+ #: ../lib/yasr-settings-functions.php:445
532
  msgid "Product"
533
  msgstr "Prodotto"
534
 
535
+ #: ../lib/yasr-settings-functions.php:449
536
  msgid "Place"
537
  msgstr "Posto"
538
 
539
+ #: ../lib/yasr-settings-functions.php:453
540
  msgid "Recipe"
541
  msgstr "Ricetta"
542
 
543
+ #: ../lib/yasr-settings-functions.php:457
544
  msgid "BlogPosting"
545
  msgstr "BlogPosting"
546
 
547
+ #: ../lib/yasr-settings-functions.php:463
548
+ msgid ""
549
+ "If you need to use BlogPosting as item type, even for just one post or page, "
550
+ "please fill these forms"
551
+ msgstr ""
552
+
553
+ #: ../lib/yasr-settings-functions.php:468
554
+ msgid "Publisher name (e.g. Google)"
555
+ msgstr ""
556
+
557
+ #: ../lib/yasr-settings-functions.php:473
558
+ msgid "Logo Url (if empty siteicon will be used instead)"
559
+ msgstr ""
560
+
561
+ #: ../lib/yasr-settings-functions.php:480
562
  msgid "You can always change it in the single post or page."
563
  msgstr "Puoi sempre cambiarlo nei singoli post o pagine"
564
 
565
+ #: ../lib/yasr-settings-functions.php:482
566
  msgid ""
567
  "This will affect only the post/page where you didn't change manually the "
568
  "itemtype yet."
569
  msgstr ""
570
  "Funzionerà solo sui post/pagine dove non hai cambiato l'itemtype manualmente"
571
 
572
+ #: ../lib/yasr-settings-functions.php:521
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
573
  msgid "Stars"
574
  msgstr "Stelle"
575
 
576
+ #: ../lib/yasr-settings-functions.php:525
577
  msgid "Numbers"
578
  msgstr "Numeri"
579
 
580
+ #: ../lib/yasr-settings-functions.php:601
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
581
  msgid "Add New Multiple Set"
582
  msgstr "Set Multipli"
583
 
584
+ #: ../lib/yasr-settings-functions.php:602
585
  msgid ""
586
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
587
  "characters"
589
  "Nome, Elemento#1 e Elemento#2 DEVONO essere riempiti e devono essere lunghi "
590
  "almeno 3 caratteri"
591
 
592
+ #: ../lib/yasr-settings-functions.php:605
593
  msgid "Name"
594
  msgstr "Nome"
595
 
596
+ #: ../lib/yasr-settings-functions.php:610
597
  msgid "You can insert up to nine elements"
598
  msgstr "Puoi inserire fino a nove elementi"
599
 
600
+ #: ../lib/yasr-settings-functions.php:615
601
  msgid "Element "
602
  msgstr "Elemento"
603
 
604
+ #: ../lib/yasr-settings-functions.php:625
605
  msgid "Create New Set"
606
  msgstr "Crea Nuovo Set"
607
 
608
+ #: ../lib/yasr-settings-functions.php:646
609
+ #: ../lib/yasr-settings-functions.php:679
610
  msgid "Manage Multiple Set"
611
  msgstr "Gestisci Set Multiplo"
612
 
613
+ #: ../lib/yasr-settings-functions.php:648
614
  msgid "Wich set do you want to edit or remove?"
615
  msgstr "Quale set vuoi modificare o rimuovere"
616
 
617
+ #: ../lib/yasr-settings-functions.php:689
618
+ #: ../lib/yasr-settings-functions.php:807
619
  msgid "Field name"
620
  msgstr "Nome campo"
621
 
622
+ #: ../lib/yasr-settings-functions.php:693
623
+ #: ../lib/yasr-settings-functions.php:811
624
  msgid "Remove"
625
  msgstr "Rimuovi"
626
 
627
+ #: ../lib/yasr-settings-functions.php:735
628
+ #: ../lib/yasr-settings-functions.php:853
629
  msgid "Remove whole set?"
630
  msgstr "Rimuovere l'intero set?"
631
 
632
+ #: ../lib/yasr-settings-functions.php:748
633
+ #: ../lib/yasr-settings-functions.php:866
634
  msgid ""
635
  "If you remove something you will remove all the votes for that set or field. "
636
  "This operation CAN'T BE undone."
638
  "Se rimuovi qualcosa rimuoverai anche i voti per quel set o campo. Questa "
639
  "operazione NON PUÒ ESSERE ANNULLATA"
640
 
641
+ #: ../lib/yasr-settings-functions.php:755
642
+ #: ../lib/yasr-settings-functions.php:873
643
  msgid "You can use up to 9 elements"
644
  msgstr "Puoi usare fino a 9 elementi"
645
 
646
+ #: ../lib/yasr-settings-functions.php:757
647
+ #: ../lib/yasr-settings-functions.php:875
648
  msgid "Add element"
649
  msgstr "Aggiungi elemento"
650
 
651
+ #: ../lib/yasr-settings-functions.php:759
652
+ #: ../lib/yasr-settings-functions.php:877
653
  msgid "Save changes"
654
  msgstr "Salva modifiche"
655
 
656
+ #: ../lib/yasr-settings-functions.php:769
657
  msgid "No Multiple Set were found"
658
  msgstr "Nessun Set Multiplo trovato"
659
 
660
+ #: ../lib/yasr-settings-functions.php:1018
661
+ #: ../lib/yasr-settings-functions.php:1318
662
  msgid "Settings Saved"
663
  msgstr "Impostazioni Salvate"
664
 
665
+ #: ../lib/yasr-settings-functions.php:1023
666
  msgid "Something goes wrong trying insert set field name. Please report it"
667
  msgstr ""
668
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
669
  "segnalalo"
670
 
671
+ #: ../lib/yasr-settings-functions.php:1029
672
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
673
  msgstr ""
674
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
675
  "favore segnalalo"
676
 
677
+ #: ../lib/yasr-settings-functions.php:1104
678
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
679
  msgstr ""
680
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
681
  "favore segnalalo"
682
 
683
+ #: ../lib/yasr-settings-functions.php:1150
684
  msgid ""
685
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
686
  msgstr ""
687
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
688
  "favore segnalalo"
689
 
690
+ #: ../lib/yasr-settings-functions.php:1214
691
  msgid ""
692
  "Something goes wrong trying to update a Multi Set's element. Please report it"
693
  msgstr ""
694
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
695
  "favore segnalalo"
696
 
697
+ #: ../lib/yasr-settings-functions.php:1303
698
  msgid ""
699
  "Something goes wrong trying to insert set field name in edit form. Please "
700
  "report it"
702
  "Qualcosa è andato storto cercando di inserire il campo nel form di modifica. "
703
  "Per favore segnalalo"
704
 
705
+ #: ../lib/yasr-settings-functions.php:1351
706
  msgid "Style Options"
707
  msgstr "Opzioni Stili"
708
 
709
+ #: ../lib/yasr-settings-functions.php:1352
710
+ msgid "Which color scheme do you want to use?"
711
+ msgstr "Che schema di colori vuoi usare?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
712
 
713
  #: ../lib/yasr-settings-functions.php:1370
714
+ msgid "Select the set you've uploaded"
715
+ msgstr ""
 
 
 
 
716
 
717
+ #: ../lib/yasr-settings-functions.php:1371
718
+ #, fuzzy
719
+ msgid "Choose Stars Set"
720
+ msgstr "Scegli la grandezza"
721
 
722
+ #: ../lib/yasr-settings-functions.php:1375
723
+ msgid "Custom CSS Styles"
724
+ msgstr "Stili CSS Personalizzati"
725
 
726
+ #: ../lib/yasr-settings-functions.php:1390
727
+ msgid "Light"
728
+ msgstr "Chiaro"
729
 
730
+ #: ../lib/yasr-settings-functions.php:1395
731
+ msgid "Dark"
732
+ msgstr "Scuro"
733
 
734
+ #: ../lib/yasr-settings-functions.php:1400
735
+ msgid "Preview"
736
+ msgstr "Anteprima"
737
 
738
+ #: ../lib/yasr-settings-functions.php:1405
739
+ msgid "Light theme"
740
+ msgstr "Tema chiaro"
741
 
742
+ #: ../lib/yasr-settings-functions.php:1410
743
+ msgid "Dark theme"
744
+ msgstr "Tema scuro"
745
 
746
+ #: ../lib/yasr-settings-functions.php:1422
747
  msgid ""
748
+ "Please use text area below to write your own CSS styles to override the "
749
+ "default ones."
750
  msgstr ""
751
+ "Usa l'area di testo sottostante per scrivere le tue regole CSS che "
752
+ "sovrascriveranno quelle di default"
 
 
 
 
753
 
754
+ #: ../lib/yasr-settings-functions.php:1424
755
+ #, fuzzy
756
+ msgid "Leave it blank if you don't know what you're doing."
757
+ msgstr "Lascialo vuoto se non stai cosa stai facendo"
758
 
759
+ #: ../lib/yasr-settings-functions.php:1495
760
  msgid "Keep in touch!"
761
  msgstr "Teniamoci in contatto!"
762
 
763
+ #: ../lib/yasr-settings-functions.php:1538
764
  #, php-format
765
  msgid ""
766
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
767
  msgstr ""
768
  "Ciao, sembra che hai ottenuto %s voti sul tuo sito grazie a YASR! Ottimo!"
769
 
770
+ #: ../lib/yasr-settings-functions.php:1540
771
  msgid "Can I ask a favor?"
772
  msgstr "Ti posso chiedere un favore?"
773
 
774
+ #: ../lib/yasr-settings-functions.php:1542
775
  msgid "Can you please rate YASR 5 stars on"
776
  msgstr "Puoi dare 5 stelle a YASR su"
777
 
778
+ #: ../lib/yasr-settings-functions.php:1544
779
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
780
  msgstr " Richiederà solo 1 minuto ma è un ENORME aiuto per me. Grazie!"
781
 
782
+ #: ../lib/yasr-settings-functions.php:1550
783
  msgid "Ok, I'm glad to help!"
784
  msgstr "Ok, sono contento di aiutare!"
785
 
786
+ #: ../lib/yasr-settings-functions.php:1551
787
  msgid "Remind me later!"
788
  msgstr "Ricordamelo dopo!"
789
 
790
+ #: ../lib/yasr-settings-functions.php:1552
791
  msgid "Don't need to ask, I already did it!"
792
  msgstr "Non c'è bisogno di chiederlo, l'ho già fatto!"
793
 
794
+ #: ../lib/yasr-settings-functions.php:1585
795
  #, php-format
796
  msgid ""
797
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
802
  "a>. Per favore, <a href=\"%s\" target=\"_blank\">dagli</a> 5 stelle su <a "
803
  "href=\"%s\" target=\"_blank\">WordPress.org</a>"
804
 
805
+ #: ../lib/yasr-settings-functions.php:1630
806
  msgid "No previous Gd Star Rating installation was found"
807
  msgstr "Installazione precedente di Gd Star Rating non stata trovata"
808
 
809
+ #: ../lib/yasr-db-functions.php:426 ../lib/yasr-db-functions.php:569
810
  msgid "No recenet votes yet"
811
  msgstr "Ancora nessun voto recente"
812
 
813
+ #: ../lib/yasr-db-functions.php:441 ../lib/yasr-ajax-functions.php:833
814
  msgid "anonymous"
815
  msgstr "anonimo"
816
 
817
+ #: ../lib/yasr-db-functions.php:450
818
  #, php-format
819
  msgid "Vote %d from %s on "
820
  msgstr "Voto %d from %s on"
821
 
822
+ #: ../lib/yasr-db-functions.php:466 ../lib/yasr-db-functions.php:599
823
+ #: ../lib/yasr-ajax-functions.php:858 ../lib/yasr-ajax-functions.php:1007
824
  msgid "Ip address"
825
  msgstr "Indirizzo Ip"
826
 
827
+ #: ../lib/yasr-db-functions.php:487 ../lib/yasr-db-functions.php:620
828
+ #: ../lib/yasr-ajax-functions.php:876 ../lib/yasr-ajax-functions.php:1026
829
  msgid "Pages"
830
  msgstr "Pagine"
831
 
832
+ #: ../lib/yasr-db-functions.php:583 ../lib/yasr-ajax-functions.php:991
833
+ #, fuzzy, php-format
834
+ msgid "You rated %s on "
835
+ msgstr "Voto assegnato "
836
+
837
+ #: ../lib/yasr-functions.php:57
838
+ msgid "bad, poor, ok, good, super"
839
+ msgstr "pessimo, scarso, ok, buono, super"
840
+
841
+ #: ../lib/yasr-functions.php:134 ../lib/yasr-functions.php:135
842
  msgid "Yet Another Stars Rating: Settings"
843
  msgstr "Yet Another Stars Rating: Impostazioni"
844
 
845
+ #: ../lib/yasr-functions.php:184
846
  msgid "Yet Another Stars Rating: Multiple set"
847
  msgstr "Yet Another Stars Rating: Set Multipli"
848
 
849
+ #: ../lib/yasr-functions.php:195
850
  msgid "You don't have enought privileges to insert Overall Rating"
851
  msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
852
 
853
+ #: ../lib/yasr-functions.php:205
854
+ #, fuzzy
855
+ msgid "You don't have enough privileges to insert a Multi Set"
856
  msgstr "Non hai abbastanza permessi per inserire un Multi Set"
857
 
858
+ #: ../lib/yasr-functions.php:660
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
859
  msgid "Product, Place, Recipe, BlogPosting"
860
  msgstr "Product, Posto, Ricetta, BlogPosting"
861
 
862
+ #: ../lib/yasr-ajax-functions.php:109
863
  msgid "You've rated it "
864
  msgstr "Voto assegnato "
865
 
866
+ #: ../lib/yasr-ajax-functions.php:113
867
  msgid "You've reset the vote"
868
  msgstr "Hai resettato il voto"
869
 
870
+ #: ../lib/yasr-ajax-functions.php:201
871
  msgid "Type Saved"
872
  msgstr "Tipo Salvato"
873
 
874
+ #: ../lib/yasr-ajax-functions.php:204
875
  msgid ""
876
  "There was an error while trying to insert the review type. Please report it"
877
  msgstr ""
878
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
879
  "segnalalo"
880
 
881
+ #: ../lib/yasr-ajax-functions.php:243
882
  msgid "Choose a vote for each element"
883
  msgstr "Scegli un voto per ogni elemento"
884
 
885
+ #: ../lib/yasr-ajax-functions.php:306 ../lib/yasr-ajax-functions.php:350
886
  msgid "If you want to insert this multiset, paste this shortcode "
887
  msgstr "Se vuoi inserire questo Set Multiplo, incolla questo shortcode "
888
 
889
+ #: ../lib/yasr-ajax-functions.php:308 ../lib/yasr-ajax-functions.php:352
890
  msgid ""
891
  "If, instead, you want allow your visitor to vote on this multiset, use this "
892
  "shortcode"
894
  "Se, invece, vuoi permettere al visitatore di votare su questo multiset, usa "
895
  "questo shortcode"
896
 
897
+ #: ../lib/yasr-ajax-functions.php:317
898
  msgid "Choose a vote for every element"
899
  msgstr "Scegli un voto per ogni elemento"
900
 
901
+ #: ../lib/yasr-ajax-functions.php:493
902
  msgid "Main"
903
  msgstr "Principale"
904
 
905
+ #: ../lib/yasr-ajax-functions.php:494
906
  msgid "Charts"
907
  msgstr "Classifiche"
908
 
909
+ #: ../lib/yasr-ajax-functions.php:497
910
  msgid "Read the doc"
911
  msgstr "Leggi la documentazione"
912
 
913
+ #: ../lib/yasr-ajax-functions.php:506
914
  msgid "Overall Rating / Review"
915
  msgstr "Voto Complessivo"
916
 
917
+ #: ../lib/yasr-ajax-functions.php:508
918
  msgid "Insert Overall Rating"
919
  msgstr "Inserisci Voto Complessivo"
920
 
921
+ #: ../lib/yasr-ajax-functions.php:509
922
  msgid "Insert Overall Rating / Review for this post"
923
  msgstr "Inserisci Voto Complessivo / Recensione per questo post"
924
 
925
+ #: ../lib/yasr-ajax-functions.php:512 ../lib/yasr-ajax-functions.php:530
926
  msgid "Choose Size"
927
  msgstr "Scegli la grandezza"
928
 
929
+ #: ../lib/yasr-ajax-functions.php:526
930
  msgid "Insert Visitor Votes"
931
  msgstr "Inserisci Voti Utenti"
932
 
933
+ #: ../lib/yasr-ajax-functions.php:527
934
  msgid "Insert the ability for your visitor to vote"
935
  msgstr "Permetti ai tuoi visitatori di votare"
936
 
937
+ #: ../lib/yasr-ajax-functions.php:544
938
  msgid "If you want to insert a Multi Set, pick one:"
939
  msgstr "Se vuoi inserire un Set Multiplo, scegline uno:"
940
 
941
+ #: ../lib/yasr-ajax-functions.php:550
942
  msgid "Choose wich set you want to insert."
943
  msgstr "Scegli quale Set Multiplo inserire"
944
 
945
+ #: ../lib/yasr-ajax-functions.php:552 ../lib/yasr-ajax-functions.php:569
946
  msgid "Readonly?"
947
  msgstr "Sola lettura?"
948
 
949
+ #: ../lib/yasr-ajax-functions.php:554 ../lib/yasr-ajax-functions.php:570
950
  msgid ""
951
  "If Readonly is checked, only you can insert the votes (in the box above the "
952
  "editor)"
954
  "Se selezioni sola lettura, solo tu puoi inserire i voti (nel box sotto "
955
  "l'editor)"
956
 
957
+ #: ../lib/yasr-ajax-functions.php:555
958
  msgid "Insert Multi Set"
959
  msgstr "Inserisci Set Multiplo"
960
 
961
+ #: ../lib/yasr-ajax-functions.php:564
962
  msgid "Insert Multiset:"
963
  msgstr "Inserisci Set Multiplo:"
964
 
965
+ #: ../lib/yasr-ajax-functions.php:567
966
  msgid "Insert Multiple Set"
967
  msgstr "Inserisci Set Multiplo"
968
 
969
+ #: ../lib/yasr-ajax-functions.php:585
970
  msgid "Ranking reviews"
971
  msgstr "Classifica recensioni"
972
 
973
+ #: ../lib/yasr-ajax-functions.php:586
974
  msgid "Insert Ranking reviews"
975
  msgstr "Classifica recensioni"
976
 
977
+ #: ../lib/yasr-ajax-functions.php:587
978
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
979
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_overall_rating]"
980
 
981
+ #: ../lib/yasr-ajax-functions.php:591
982
  msgid "Users' ranking"
983
  msgstr "Classifica degli utenti"
984
 
985
+ #: ../lib/yasr-ajax-functions.php:592
986
  msgid "Insert Users ranking"
987
  msgstr "Inserisci Classifica Utenti"
988
 
989
+ #: ../lib/yasr-ajax-functions.php:593
990
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
991
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_visitor_votes]"
992
 
993
+ #: ../lib/yasr-ajax-functions.php:597
994
  msgid "Most active reviewers"
995
  msgstr "Recensori più attivi"
996
 
997
+ #: ../lib/yasr-ajax-functions.php:598
998
  msgid "Insert Most Active Reviewers"
999
  msgstr "Inserisci i 5 recensori più attivi"
1000
 
1001
+ #: ../lib/yasr-ajax-functions.php:599
1002
  msgid "Insert Top 5 active reviewers"
1003
  msgstr "Inserisci i 5 recensori più attivi"
1004
 
1005
+ #: ../lib/yasr-ajax-functions.php:603
1006
  msgid "Most Active Users"
1007
  msgstr "Utenti più attivi"
1008
 
1009
+ #: ../lib/yasr-ajax-functions.php:604
1010
  msgid "Insert Most Active Users"
1011
  msgstr "Inserisci i 10 utenti più attivi"
1012
 
1013
+ #: ../lib/yasr-ajax-functions.php:605
1014
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1015
  msgstr "Inserisci i 10 utenti più attivi in [yasr_visitor_votes]"
1016
 
1017
+ #: ../lib/yasr-ajax-functions.php:678
1018
  msgid "Reviews and Visitor Votes have been successfull imported."
1019
  msgstr "Recensioni e Voti utenti sono stati importati con successo."
1020
 
1021
+ #: ../lib/yasr-ajax-functions.php:684
1022
  msgid ""
1023
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1024
  "THIS MAY TAKE A WHILE!"
1026
  "Step2: Contrellerò se hai usato Set Multipli e se li trovo l'importerò: PUÒ "
1027
  "RICHIEDERE UN PÒ DI TEMPO!"
1028
 
1029
+ #: ../lib/yasr-ajax-functions.php:686
1030
  msgid "Proceed Step 2"
1031
  msgstr "Procedi Step 2"
1032
 
1033
+ #: ../lib/yasr-ajax-functions.php:693
1034
  msgid "Something goes wrong! Refresh the page and try again!"
1035
  msgstr "Qualcosa è andato storto! Aggiorna la pagina e prova ancora!"
1036
 
1037
+ #: ../lib/yasr-ajax-functions.php:722
1038
  msgid "I've found Multiple Set! Importing..."
1039
  msgstr "Set Multipli trovati! Importazione..."
1040
 
1041
+ #: ../lib/yasr-ajax-functions.php:731
1042
  msgid "Multi Set's name has been successfull imported."
1043
  msgstr "I nomi dei Set Multipli sono stati importati con successo"
1044
 
1045
+ #: ../lib/yasr-ajax-functions.php:733
1046
  msgid "Now I'm going to import Multi Set data"
1047
  msgstr "Ora importerò i dati dei Set Multipli"
1048
 
1049
+ #: ../lib/yasr-ajax-functions.php:744
1050
  msgid "All votes has been successfull imported."
1051
  msgstr "Tutti i voti sono stati importati con successo"
1052
 
1053
+ #: ../lib/yasr-ajax-functions.php:746
1054
  msgid "Done"
1055
  msgstr "Fatto"
1056
 
1057
+ #: ../lib/yasr-ajax-functions.php:751
1058
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1059
  msgstr "Ho trovato i voti per i Set Multi ma non li ho potuti inserire nel db"
1060
 
1061
+ #: ../lib/yasr-ajax-functions.php:759
1062
  msgid "I've found Multi Set but with no data"
1063
  msgstr "ho trovato Set Multipli ma senza dati"
1064
 
1065
+ #: ../lib/yasr-ajax-functions.php:768
1066
  msgid "I've found Multi Sets names but I couldn't insert into db"
1067
  msgstr "Ho trovato Set Multipli ma non li ho potuti inserire nel db"
1068
 
1069
+ #: ../lib/yasr-ajax-functions.php:776
1070
  msgid "Multisets were not found. Imported is done!"
1071
  msgstr "Set Multipli non trovati. Importazione dati conclusa!"
1072
 
1073
+ #: ../lib/yasr-ajax-functions.php:820 ../lib/yasr-ajax-functions.php:979
1074
  msgid "No Recenet votes yet"
1075
  msgstr "Ancora nessun voto recente"
1076
 
1077
+ #: ../lib/yasr-ajax-functions.php:842
1078
  #, php-format
1079
  msgid "Vote %d from %s on"
1080
  msgstr "Voto %d da %s su"
1081
 
1082
+ #: ../lib/yasr-ajax-functions.php:1191 ../lib/yasr-ajax-functions.php:1349
1083
  msgid "Error: you can't vote 0"
1084
  msgstr "Errore: non puoi votare 0"
1085
 
1086
+ #: ../lib/yasr-ajax-functions.php:1300 ../lib/yasr-ajax-functions.php:1308
1087
  msgid "Average:"
1088
  msgstr "Media:"
1089
 
1090
+ #: ../lib/yasr-ajax-functions.php:1301 ../lib/yasr-ajax-functions.php:1309
1091
  msgid "Vote Saved"
1092
  msgstr "Voto Salvato"
1093
 
1094
+ #: ../lib/yasr-ajax-functions.php:1450
1095
  msgid "Vote updated"
1096
  msgstr "Voto Aggiornato"
1097
 
1098
+ #: ../lib/yasr-ajax-functions.php:1595
1099
  msgid "Rating saved!"
1100
  msgstr "Voto salvato!"
1101
 
1102
+ #: ../lib/yasr-ajax-functions.php:1601
1103
  msgid "Rating not saved. Please Try again"
1104
  msgstr "Voto non salvato. Per favore riprova"
1105
 
1106
+ #: ../lib/yasr-ajax-functions.php:1694
1107
  msgid "stars"
1108
  msgstr "stelle"
1109
 
1110
+ #: ../lib/yasr-ajax-functions.php:1699
1111
  msgid "star"
1112
  msgstr "stella"
1113
 
1114
+ #~ msgid "Styles"
1115
+ #~ msgstr "Stili"
1116
+
1117
+ #~ msgid "Pro Features!"
1118
+ #~ msgstr "Funzioni Pro!"
1119
+
1120
+ #~ msgid "Which format do you want to use?"
1121
+ #~ msgstr "Che formato si vule usare?"
1122
+
1123
+ #~ msgid "Microdata"
1124
+ #~ msgstr "Microdata"
1125
+
1126
+ #~ msgid "Json-ld"
1127
+ #~ msgstr "Json-ld"
1128
+
1129
+ #~ msgid "Leave the default value if you don't know what this is"
1130
+ #~ msgstr "Lascialo il valore di default se non sai di cosa si tratta"
1131
+
1132
+ #~ msgid "Looking for more features?"
1133
+ #~ msgstr "Hai bisogno di più funzioni?"
1134
+
1135
+ #~ msgid "Upgrade to yasr pro!"
1136
+ #~ msgstr "Passa a yasr pro!"
1137
+
1138
+ #~ msgid "Unlimited ratings and votes"
1139
+ #~ msgstr "Voti e recensioni illimitate"
1140
+
1141
+ #~ msgid "Works with shortcodes"
1142
+ #~ msgstr "Funziona con gli shortcodes"
1143
+
1144
+ #~ msgid "Multi Set Support"
1145
+ #~ msgstr "Supporto Set Multipli"
1146
+
1147
+ #~ msgid "Logs and stats for visitors votes"
1148
+ #~ msgstr "Log e statistiche per i voti utenti"
1149
+
1150
+ #~ msgid "Localization (.po and .mo files included)"
1151
+ #~ msgstr "Traducibile (files .po e .mo inclusi)"
1152
+
1153
+ #~ msgid "Rich Snippet Support"
1154
+ #~ msgstr "Supporto per Rich Snippet"
1155
+
1156
+ #~ msgid "Rankings for reviews, votes and users"
1157
+ #~ msgstr "Classifiche per recensioni, voti e utenti"
1158
+
1159
+ #~ msgid "Rankings Customization"
1160
+ #~ msgstr "Personalizzazione Classifiche"
1161
+
1162
+ #~ msgid "Stars Customization"
1163
+ #~ msgstr "Personalizzazione Stelle"
1164
+
1165
+ #~ msgid "Size Only"
1166
+ #~ msgstr "Solo la grandezza"
1167
+
1168
+ #~ msgid "Users can review in comments"
1169
+ #~ msgstr "Gli utenti possono recensire nei commenti"
1170
+
1171
+ #~ msgid "Not avaible yet"
1172
+ #~ msgstr "Non ancora disponibile"
1173
+
1174
+ #~ msgid "reviewed by"
1175
+ #~ msgstr "recensito da"
1176
+
1177
+ #~ msgid " on "
1178
+ #~ msgstr " il "
1179
+
1180
+ #~ msgid "reviewed on"
1181
+ #~ msgstr "recensito da"
1182
+
1183
+ #~ msgid "by "
1184
+ #~ msgstr "da"
1185
+
1186
+ #~ msgid "rated"
1187
+ #~ msgstr "votato"
1188
+
1189
+ #~ msgid "of"
1190
+ #~ msgstr "su"
1191
+
1192
+ #~ msgid " written by "
1193
+ #~ msgstr " scritto da "
1194
+
1195
+ #~ msgid " average rating "
1196
+ #~ msgstr " media voto "
1197
+
1198
+ #~ msgid " user ratings"
1199
+ #~ msgstr " voti utenti "
1200
+
1201
  #~ msgid "Other"
1202
  #~ msgstr "Altro"
1203
 
1304
  #~ msgid " out of "
1305
  #~ msgstr " su "
1306
 
 
 
 
1307
  #~ msgid ""
1308
  #~ "Something goes wrong trying to update a multi set element. Please report "
1309
  #~ "it"
languages/yet-another-stars-rating-nb_NO.mo CHANGED
Binary file
languages/yet-another-stars-rating-nb_NO.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-09-10 11:40+0100\n"
5
- "PO-Revision-Date: 2015-09-10 11:40+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: nb\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  msgid "Rate this article / item"
21
  msgstr "Vurder denne artikkelen/dette elementet"
22
 
23
- #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
24
- #: ../lib/yasr-shortcode-functions.php:546
25
  msgid "Loading, please wait"
26
  msgstr "Laster. Vennligst vent."
27
 
@@ -33,16 +33,12 @@ msgstr "Lagre vurdering"
33
  msgid "This review is about a..."
34
  msgstr "Dette er en vurdering av..."
35
 
36
- #: ../yasr-metabox-top-right.php:181
37
- msgid "Product, Place, Other"
38
- msgstr ""
39
-
40
- #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
41
- #: ../lib/yasr-settings-functions.php:542
42
  msgid "Select"
43
  msgstr "Velg"
44
 
45
- #: ../yasr-metabox-top-right.php:234
46
  msgid ""
47
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
48
  "where you want to display this rating"
@@ -50,82 +46,84 @@ msgstr ""
50
  "Husk å legge inn dennne kodesnutten, <strong>[yasr_overall_rating]</"
51
  "strong>, der hvor du ønsker at vurderingen skal vises"
52
 
53
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
54
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
55
- #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
 
56
  msgid "You do not have sufficient permissions to access this page."
57
  msgstr "Du har ikke tilstrekkelig tillatelse til å få tilgang til denne siden."
58
 
59
- #: ../yasr-settings-page.php:37
60
  msgid "Settings"
61
  msgstr "Innstillinger"
62
 
63
- #: ../yasr-settings-page.php:80
64
  msgid "General Settings"
65
  msgstr "Generelle innstillinger"
66
 
67
- #: ../yasr-settings-page.php:81
68
  msgid "Multi Sets"
69
  msgstr "Multisett"
70
 
71
- #: ../yasr-settings-page.php:82
72
- msgid "Styles"
73
- msgstr "Stiler"
 
74
 
75
- #: ../yasr-settings-page.php:83
76
- msgid "Pro Features!"
77
- msgstr "Pro-funksjoner!"
78
 
79
- #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
80
- #: ../yasr-settings-page.php:297
81
  msgid "Save"
82
  msgstr "Lagre"
83
 
84
- #: ../yasr-settings-page.php:125
85
  msgid "Import Gd Star Rating"
86
  msgstr "Importer Gd-stjernevurdering"
87
 
88
- #: ../yasr-settings-page.php:126
89
  msgid "I've found a previous installation of Gd Star Rating."
90
  msgstr "Jeg fant en tidligere installasjon av Gd-stjernevurdering"
91
 
92
- #: ../yasr-settings-page.php:126
93
  msgid "Do you want proceed to import data?"
94
  msgstr "Vil du fortsette og importere data?"
95
 
96
- #: ../yasr-settings-page.php:128
97
  msgid "Yes, Begin Import"
98
  msgstr "Ja, start importeringen"
99
 
100
- #: ../yasr-settings-page.php:132
101
  msgid "Click on Proceed to import Gd Star Rating data."
102
  msgstr "Klikk på \"Fortsett\" for å importere data fra Gd-stjernevurdering."
103
 
104
- #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
105
  msgid "Proceed"
106
  msgstr "Fortsett"
107
 
108
- #: ../yasr-settings-page.php:157
109
  msgid "Manage GD Star Data"
110
  msgstr "Administrer Gd-stjernevurdering"
111
 
112
- #: ../yasr-settings-page.php:158
113
  msgid "Gd Star Rating has been already imported."
114
  msgstr "Gd-stjernevurdering har allerede blitt importert."
115
 
116
- #: ../yasr-settings-page.php:159
117
  msgid "If you wish you can import it again, but"
118
  msgstr "Dersom du ønsker kan du importere en gang til, men"
119
 
120
- #: ../yasr-settings-page.php:159
121
  msgid "you will lose all data you've collect since the import!"
122
  msgstr "du vil miste alle data du har samlet inn siden importeringen."
123
 
124
- #: ../yasr-settings-page.php:161
125
  msgid "Ok, Import Again"
126
  msgstr "OK, importer en gang til"
127
 
128
- #: ../yasr-settings-page.php:165
129
  msgid ""
130
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
131
  msgstr ""
@@ -175,93 +173,117 @@ msgstr ""
175
  msgid "Close this message"
176
  msgstr "Lukk denne meldingen"
177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  #: ../yasr-metabox-multiple-rating.php:35
179
  msgid "Choose wich set you want to use"
180
  msgstr "Velg hvilket sett du vil bruke"
181
 
182
- #: ../lib/yasr-shortcode-functions.php:202
183
- #: ../lib/yasr-shortcode-functions.php:223
184
- #: ../lib/yasr-shortcode-functions.php:253
185
  msgid "You've already voted this article with"
186
  msgstr "Du har allerede gitt din vurdering. Du ga karaktereren "
187
 
188
- #: ../lib/yasr-shortcode-functions.php:264
189
- #: ../lib/yasr-shortcode-functions.php:574
190
- msgid "You must sign to vote"
 
191
  msgstr "Du må logge inn for å vurdere"
192
 
193
- #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
194
- #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
195
  msgid "Total: "
196
  msgstr "Totalt:"
197
 
198
- #: ../lib/yasr-shortcode-functions.php:306
199
  msgid "Average: "
200
  msgstr "Gjennomsnitt:"
201
 
202
- #: ../lib/yasr-shortcode-functions.php:322
203
- #, fuzzy
204
- msgid "bad, poor, ok, good, super"
205
- msgstr "'Dårlig', 'Ikke bra', 'OK', 'Bra', 'Helt super'"
206
 
207
- #: ../lib/yasr-shortcode-functions.php:553
208
  #, fuzzy
209
  msgid "Thank you for voting! "
210
  msgstr "Tusen takk!"
211
 
212
- #: ../lib/yasr-shortcode-functions.php:564
213
- #: ../lib/yasr-shortcode-functions.php:572
214
- #: ../lib/yasr-shortcode-functions.php:584
215
- msgid "Submit!"
216
- msgstr ""
217
-
218
- #: ../lib/yasr-shortcode-functions.php:761
219
  msgid "Rating"
220
  msgstr "Vurdering"
221
 
222
- #: ../lib/yasr-shortcode-functions.php:775
223
  msgid "You don't have any votes stored"
224
  msgstr "Du har ingen vurderinger lagret"
225
 
226
- #: ../lib/yasr-shortcode-functions.php:811
227
- #: ../lib/yasr-shortcode-functions.php:850
228
  msgid "Post / Page"
229
  msgstr "Innlegg / side"
230
 
231
- #: ../lib/yasr-shortcode-functions.php:812
232
- #: ../lib/yasr-shortcode-functions.php:851
233
  msgid "Order By"
234
  msgstr "Sorter basert på "
235
 
236
- #: ../lib/yasr-shortcode-functions.php:812
237
- #: ../lib/yasr-shortcode-functions.php:851
238
  msgid "Most Rated"
239
  msgstr "Flest vurderinger"
240
 
241
- #: ../lib/yasr-shortcode-functions.php:812
242
- #: ../lib/yasr-shortcode-functions.php:851
243
  msgid "Highest Rated"
244
  msgstr "Høyest vurdering"
245
 
246
- #: ../lib/yasr-shortcode-functions.php:830
247
- #: ../lib/yasr-shortcode-functions.php:865
248
  msgid "Total:"
249
  msgstr "Total:"
250
 
251
- #: ../lib/yasr-shortcode-functions.php:830
252
- #: ../lib/yasr-shortcode-functions.php:865
253
  msgid "Average"
254
  msgstr "Gjennomsnittlig "
255
 
256
- #: ../lib/yasr-shortcode-functions.php:842
257
  msgid "You've not enough data"
258
  msgstr "Du har ikke nok data"
259
 
260
- #: ../lib/yasr-shortcode-functions.php:877
261
  msgid "You've not enought data"
262
  msgstr "Du har ikke nok data"
263
 
264
- #: ../lib/yasr-shortcode-functions.php:962
265
  msgid ""
266
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
267
  "any review?"
@@ -269,7 +291,7 @@ msgstr ""
269
  "Problem oppsto mens vi hentet de 5 mest aktive anmelderne . Har du publisert "
270
  "en omtale?"
271
 
272
- #: ../lib/yasr-shortcode-functions.php:1030
273
  msgid ""
274
  "Problem while retrieving the top 10 active users chart. Are you sure you "
275
  "have votes to show?"
@@ -277,132 +299,138 @@ msgstr ""
277
  "Problem oppsto mens vi hentet de 5 mest aktive brukerne. Er du sikker på at "
278
  "du har vurderinger som kan vises?"
279
 
280
- #: ../lib/yasr-settings-functions.php:52
 
 
 
 
 
281
  msgid "General settings"
282
  msgstr "Generelle innstillinger"
283
 
284
- #: ../lib/yasr-settings-functions.php:53
285
  msgid "Auto insert options"
286
  msgstr "Automatiske innleggingsalternativer"
287
 
288
- #: ../lib/yasr-settings-functions.php:54
289
  msgid "Show \"Overall Rating\" in Archive Page?"
290
  msgstr "Vis \"Helhetsvurdering\" på arkivsiden?"
291
 
292
- #: ../lib/yasr-settings-functions.php:55
293
  msgid "Show \"Visitor Votes\" in Archive Page?"
294
  msgstr "Vis \"Besøkendes vurderinger\" på arkivsiden?"
295
 
296
- #: ../lib/yasr-settings-functions.php:56
297
  msgid "Insert custom text to show before / after stars"
298
  msgstr "Legg inn egentilpasset tekst som vises før/etter stjernene"
299
 
300
- #: ../lib/yasr-settings-functions.php:57
301
  msgid "Do you want show stats for visitors votes?"
302
  msgstr "Vil du vise statistikker for besøkendes vurderinger?"
303
 
304
- #: ../lib/yasr-settings-functions.php:58
305
  msgid "Allow only logged in user to vote?"
306
  msgstr "Tillat kun innloggede brukere å legge inn en vurdering?"
307
 
308
- #: ../lib/yasr-settings-functions.php:59
309
- msgid "Which rich snippets do you want to use?"
310
- msgstr "Hvilken rikt tekstutdrag ønsker du å bruke? "
 
311
 
312
- #: ../lib/yasr-settings-functions.php:60
313
  msgid "How do you want to rate \"Overall Rating\"?"
314
  msgstr "Hvordan ønsker du å vurdere \"Helhetsvurdering\"?"
315
 
316
- #: ../lib/yasr-settings-functions.php:74
317
  msgid "Use Auto Insert?"
318
  msgstr "Bruk automatisk innlegging?"
319
 
320
- #: ../lib/yasr-settings-functions.php:77
321
- #: ../lib/yasr-settings-functions.php:146
322
- #: ../lib/yasr-settings-functions.php:164
323
- #: ../lib/yasr-settings-functions.php:206
324
- #: ../lib/yasr-settings-functions.php:232
325
- #: ../lib/yasr-settings-functions.php:266
326
- #: ../lib/yasr-settings-functions.php:321
327
  msgid "Yes"
328
  msgstr "Ja"
329
 
330
- #: ../lib/yasr-settings-functions.php:91
331
- #: ../lib/yasr-settings-functions.php:151
332
- #: ../lib/yasr-settings-functions.php:169
333
- #: ../lib/yasr-settings-functions.php:211
334
- #: ../lib/yasr-settings-functions.php:237
335
- #: ../lib/yasr-settings-functions.php:271
336
- #: ../lib/yasr-settings-functions.php:326
337
  msgid "No"
338
  msgstr "Nei"
339
 
340
- #: ../lib/yasr-settings-functions.php:97
341
  msgid "What?"
342
  msgstr "Hva?"
343
 
344
- #: ../lib/yasr-settings-functions.php:100
345
  msgid "Overall Rating / Author Rating"
346
  msgstr "Helhetsvurdering / skribentvurdering"
347
 
348
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
349
  msgid "Visitor Votes"
350
  msgstr "Besøkendes vurderinger"
351
 
352
- #: ../lib/yasr-settings-functions.php:108
353
  msgid "Both"
354
  msgstr "Begge"
355
 
356
- #: ../lib/yasr-settings-functions.php:112
357
  msgid "Where?"
358
  msgstr "Hvor?"
359
 
360
- #: ../lib/yasr-settings-functions.php:115
361
  msgid "Before the post"
362
  msgstr "Før innlegget"
363
 
364
- #: ../lib/yasr-settings-functions.php:119
365
  msgid "After the post"
366
  msgstr "Etter innlegget"
367
 
368
- #: ../lib/yasr-settings-functions.php:124
369
  msgid "Size"
370
  msgstr "Størrelse"
371
 
372
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
373
- #: ../lib/yasr-ajax-functions.php:508
374
  msgid "Small"
375
  msgstr "Liten"
376
 
377
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
378
- #: ../lib/yasr-ajax-functions.php:509
379
  msgid "Medium"
380
  msgstr "Middels"
381
 
382
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
383
- #: ../lib/yasr-ajax-functions.php:510
384
  msgid "Large"
385
  msgstr "Stor"
386
 
387
- #: ../lib/yasr-settings-functions.php:143
388
  msgid "Exclude Pages?"
389
  msgstr "Ekskluder visse sider?"
390
 
391
- #: ../lib/yasr-settings-functions.php:161
392
  msgid "Use only in custom post types?"
393
  msgstr "Bruk kun i egentilpassede innleggstyper?"
394
 
395
- #: ../lib/yasr-settings-functions.php:173
396
  msgid "You see this because you use custom post types."
397
  msgstr "Du ser denne fordi du benytter egentilpassede innleggstyper."
398
 
399
- #: ../lib/yasr-settings-functions.php:175
400
  msgid "If you want to use auto insert only in custom post types, choose Yes"
401
  msgstr ""
402
  "Velg \"Ja\" dersom du kun ønsker å bruke automatisk innlegging i "
403
  "egentilpassede innleggstyper"
404
 
405
- #: ../lib/yasr-settings-functions.php:215
406
  msgid ""
407
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
408
  "article or page, but also in pages like Home Page, category pages or "
@@ -412,7 +440,7 @@ msgstr ""
412
  "enkeltartikler og på sider, men også på andre sider som startsiden, "
413
  "kategorisider eller i arkiver."
414
 
415
- #: ../lib/yasr-settings-functions.php:241
416
  msgid ""
417
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
418
  "article or page, but also in pages like Home Page, category pages or "
@@ -422,63 +450,68 @@ msgstr ""
422
  "enkeltartikler og på sider, men også på andre sider som startsiden, "
423
  "kategorisider eller i arkiver."
424
 
425
- #: ../lib/yasr-settings-functions.php:276
426
  msgid "Custom text to display before Overall Rating"
427
  msgstr "Egentilpasset tekst som vises før helhetsvurderingen"
428
 
429
- #: ../lib/yasr-settings-functions.php:281
430
  #, fuzzy
431
  msgid "Custom text to display BEFORE Visitor Rating"
432
  msgstr "Egentilpasset tekst som vises før besøkendes vurdering"
433
 
434
- #: ../lib/yasr-settings-functions.php:287
435
  #, fuzzy
436
  msgid "Custom text to display AFTER Visitor Rating"
437
  msgstr "Egentilpasset tekst som vises før besøkendes vurdering"
438
 
439
- #: ../lib/yasr-settings-functions.php:292
440
  msgid "Custom text to display when a non logged user has already rated"
441
  msgstr ""
442
  "Egentilpasset tekst som vises når en bruker som ikke er innlogget allerede "
443
  "har gitt sin vurdering"
444
 
445
- #: ../lib/yasr-settings-functions.php:297
446
  msgid "Help"
447
  msgstr ""
448
 
449
- #: ../lib/yasr-settings-functions.php:301
450
  msgid ""
451
  "In the first field you can use %overall_rating% pattern to show the overall "
452
  "rating."
453
  msgstr ""
454
 
455
- #: ../lib/yasr-settings-functions.php:305
456
  msgid ""
457
  "In the Second and Third fields you can use %total_count% pattern to show the "
458
  "total count, and %average% pattern to show the average"
459
  msgstr ""
460
 
461
- #: ../lib/yasr-settings-functions.php:344
462
  msgid "Allow only logged-in users"
463
  msgstr "Tillat kun innloggede brukere"
464
 
465
- #: ../lib/yasr-settings-functions.php:348
466
  msgid "Allow everybody (logged in and anonymous)"
467
  msgstr "Tillat alle (innloggede og anonyme)"
468
 
469
- #: ../lib/yasr-settings-functions.php:365
 
 
 
 
 
470
  msgid "Review Rating"
471
  msgstr "Vurdering"
472
 
473
- #: ../lib/yasr-settings-functions.php:369
474
  msgid "Aggregate Rating"
475
  msgstr "Aggregert vurdering"
476
 
477
- #: ../lib/yasr-settings-functions.php:374
478
  msgid "What is this?"
479
  msgstr "Hva er dette?"
480
 
481
- #: ../lib/yasr-settings-functions.php:379
482
  msgid ""
483
  "If you select \"Review Rating\", your site will be indexed from search "
484
  "engines like this: "
@@ -486,7 +519,7 @@ msgstr ""
486
  "Dersom du velger \"Helhetsvurdering\", så vil siden din bli indeksert av "
487
  "søkemotorer på denne måten:"
488
 
489
- #: ../lib/yasr-settings-functions.php:384
490
  msgid ""
491
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
492
  "this"
@@ -494,91 +527,110 @@ msgstr ""
494
  "Dersom du istedenfor velger \"Aggregert vurdering\", så vil siden din bli "
495
  "indeksert på denne måten:"
496
 
497
- #: ../lib/yasr-settings-functions.php:402
498
- msgid "Stars"
499
- msgstr "Stjerner"
500
 
501
- #: ../lib/yasr-settings-functions.php:406
502
- msgid "Numbers"
503
- msgstr "Tall"
504
 
505
- #: ../lib/yasr-settings-functions.php:431
506
- msgid "Which color scheme do you want to use?"
507
- msgstr "Hvilket fargevalg ønsker du å benytte?"
508
 
509
- #: ../lib/yasr-settings-functions.php:452
510
- msgid "Light"
511
- msgstr "Lyst"
512
 
513
  #: ../lib/yasr-settings-functions.php:457
514
- msgid "Dark"
515
- msgstr "Mørkt"
516
 
517
- #: ../lib/yasr-settings-functions.php:462
518
- msgid "Preview"
519
- msgstr "Forhåndsvisning"
 
 
520
 
521
- #: ../lib/yasr-settings-functions.php:467
522
- msgid "Light theme"
523
- msgstr "Lyst tema"
524
 
525
- #: ../lib/yasr-settings-functions.php:472
526
- #, fuzzy
527
- msgid "Dark theme"
528
- msgstr "Mørkt tema"
 
 
 
529
 
530
- #: ../lib/yasr-settings-functions.php:487
 
 
 
 
 
 
 
 
 
 
 
 
 
 
531
  msgid "Add New Multiple Set"
532
  msgstr "Legg til nytt multisett"
533
 
534
- #: ../lib/yasr-settings-functions.php:488
535
  msgid ""
536
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
537
  "characters"
538
  msgstr "Navn, Element#1 og Element#2 MÅ fylles ut og inneholde minst tre tegn"
539
 
540
- #: ../lib/yasr-settings-functions.php:491
541
  msgid "Name"
542
  msgstr "Navn"
543
 
544
- #: ../lib/yasr-settings-functions.php:496
545
  msgid "You can insert up to nine elements"
546
  msgstr "Du kan legge inn opptil ni elementer"
547
 
548
- #: ../lib/yasr-settings-functions.php:501
549
  msgid "Element "
550
  msgstr "Element"
551
 
552
- #: ../lib/yasr-settings-functions.php:511
553
  msgid "Create New Set"
554
  msgstr "Opprett nytt sett"
555
 
556
- #: ../lib/yasr-settings-functions.php:532
557
- #: ../lib/yasr-settings-functions.php:565
558
  msgid "Manage Multiple Set"
559
  msgstr "Administrer multisett"
560
 
561
- #: ../lib/yasr-settings-functions.php:534
562
  msgid "Wich set do you want to edit or remove?"
563
  msgstr "Hvilket sett ønsker du å endre eller slette?"
564
 
565
- #: ../lib/yasr-settings-functions.php:575
566
- #: ../lib/yasr-settings-functions.php:693
567
  msgid "Field name"
568
  msgstr "Feltnavn"
569
 
570
- #: ../lib/yasr-settings-functions.php:579
571
- #: ../lib/yasr-settings-functions.php:697
572
  msgid "Remove"
573
  msgstr "Slett"
574
 
575
- #: ../lib/yasr-settings-functions.php:621
576
- #: ../lib/yasr-settings-functions.php:739
577
  msgid "Remove whole set?"
578
  msgstr "Slett hele settet?"
579
 
580
- #: ../lib/yasr-settings-functions.php:634
581
- #: ../lib/yasr-settings-functions.php:752
582
  msgid ""
583
  "If you remove something you will remove all the votes for that set or field. "
584
  "This operation CAN'T BE undone."
@@ -587,63 +639,63 @@ msgstr ""
587
  "eller feltet. Denne handlingen er endelig, og du kan ikke angre deg i "
588
  "etterkant."
589
 
590
- #: ../lib/yasr-settings-functions.php:641
591
- #: ../lib/yasr-settings-functions.php:759
592
  msgid "You can use up to 9 elements"
593
  msgstr "Du kan bruke opptil ni elementer"
594
 
595
- #: ../lib/yasr-settings-functions.php:643
596
- #: ../lib/yasr-settings-functions.php:761
597
  msgid "Add element"
598
  msgstr "Legg til element"
599
 
600
- #: ../lib/yasr-settings-functions.php:645
601
- #: ../lib/yasr-settings-functions.php:763
602
  msgid "Save changes"
603
  msgstr "Lagre endringer"
604
 
605
- #: ../lib/yasr-settings-functions.php:655
606
  msgid "No Multiple Set were found"
607
  msgstr "Vi fant ingen multisett"
608
 
609
- #: ../lib/yasr-settings-functions.php:904
610
- #: ../lib/yasr-settings-functions.php:1172
611
  msgid "Settings Saved"
612
  msgstr "Instillinger lagret"
613
 
614
- #: ../lib/yasr-settings-functions.php:909
615
  msgid "Something goes wrong trying insert set field name. Please report it"
616
  msgstr ""
617
  "Noe går galt mens vi forsøker å legge inn feltnavn i settet. Vennligst "
618
  "rapporter dette."
619
 
620
- #: ../lib/yasr-settings-functions.php:915
621
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
622
  msgstr ""
623
  "Noe går galt mens vi forsøker å legge inn navn på multisett. Vennligst "
624
  "rapporter dette."
625
 
626
- #: ../lib/yasr-settings-functions.php:990
627
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
628
  msgstr ""
629
  "Noe går galt mens vi forsøker å slette et multisett. Vennligst rapporter "
630
  "dette."
631
 
632
- #: ../lib/yasr-settings-functions.php:1036
633
  msgid ""
634
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
635
  msgstr ""
636
  "Noe går galt mens vi forsøker å slette et element i multisettet. Vennligst "
637
  "rapporter dette."
638
 
639
- #: ../lib/yasr-settings-functions.php:1100
640
  msgid ""
641
  "Something goes wrong trying to update a Multi Set's element. Please report it"
642
  msgstr ""
643
  "Noe går galt mens vi forsøker å oppdatere et element i multisettet. "
644
  "Vennligst rapporter dette."
645
 
646
- #: ../lib/yasr-settings-functions.php:1157
647
  msgid ""
648
  "Something goes wrong trying to insert set field name in edit form. Please "
649
  "report it"
@@ -651,124 +703,96 @@ msgstr ""
651
  "Noe går galt mens vi forsøker å legge inn feltnavn i settet i endre-modus. "
652
  "Vennligst rapporter dette."
653
 
654
- #: ../lib/yasr-settings-functions.php:1202
655
  msgid "Style Options"
656
  msgstr "Stilvalg"
657
 
658
- #: ../lib/yasr-settings-functions.php:1203
659
- msgid "Custom CSS Styles"
660
- msgstr "Egentilpassede CSS-stiler"
661
 
662
- #: ../lib/yasr-settings-functions.php:1208
663
- msgid ""
664
- "Please use text area below to write your own CSS styles to override the "
665
- "default ones."
666
  msgstr ""
667
- "Vennligst benytt tekstområdet nedenfor for å legge inn dine egne CSS-stiler. "
668
- "Disse overstyrer standardstilene."
669
-
670
- #: ../lib/yasr-settings-functions.php:1210
671
- msgid "Leave it blank if you don't know what you're doing"
672
- msgstr " Ikke legg inn noe her med mindre du vet hva du holder på med."
673
-
674
- #: ../lib/yasr-settings-functions.php:1233
675
- msgid "Looking for more features?"
676
- msgstr "Ser du etter flere funksjoner?"
677
 
678
- #: ../lib/yasr-settings-functions.php:1234
679
- msgid "Upgrade to yasr pro!"
680
- msgstr "Oppgrader til YASR pro!"
681
-
682
- #: ../lib/yasr-settings-functions.php:1250
683
- msgid "Unlimited ratings and votes"
684
- msgstr "Ubegrenset antall brukervurderinger og stemmer"
685
-
686
- #: ../lib/yasr-settings-functions.php:1256
687
- msgid "Works with shortcodes"
688
- msgstr "Fungerer med kortkoder"
689
-
690
- #: ../lib/yasr-settings-functions.php:1262
691
- msgid "Multi Set Support"
692
- msgstr "Støtte for multisett"
693
-
694
- #: ../lib/yasr-settings-functions.php:1267
695
- msgid "Logs and stats for visitors votes"
696
- msgstr "Logger og statistikker for besøkendes stemmer"
697
 
698
- #: ../lib/yasr-settings-functions.php:1272
699
- msgid "Localization (.po and .mo files included)"
700
- msgstr "Lokalisering (.po- og .mo-filer inkludert)"
701
 
702
- #: ../lib/yasr-settings-functions.php:1277
703
- msgid "Rich Snippet Support"
704
- msgstr "Støtte for rikt tekstutdrag"
705
 
706
- #: ../lib/yasr-settings-functions.php:1282
707
- msgid "Rankings for reviews, votes and users"
708
- msgstr "Rangeringer for omtaler, stemmer og brukere"
709
 
710
- #: ../lib/yasr-settings-functions.php:1287
711
- msgid "Rankings Customization"
712
- msgstr "Egendefinert rangering"
713
 
714
- #: ../lib/yasr-settings-functions.php:1292
715
- msgid "Stars Customization"
716
- msgstr "Egendefinerte stjerner"
717
 
718
- #: ../lib/yasr-settings-functions.php:1293
719
- msgid "Size Only"
720
- msgstr "Kun størrelse"
 
721
 
722
- #: ../lib/yasr-settings-functions.php:1294
723
  msgid ""
724
- "Users can choose different ready to use sets or can upload their own images."
 
725
  msgstr ""
726
- "Brukere kan velge ulike sett som er klare for å brukes, eller de kan laste "
727
- "opp sine egne bilder"
728
-
729
- #: ../lib/yasr-settings-functions.php:1297
730
- msgid "Users can review in comments"
731
- msgstr "Brukere kan gi sin vurdering i kommentarfeltet"
732
 
733
- #: ../lib/yasr-settings-functions.php:1308
734
- msgid "Not avaible yet"
735
- msgstr "Ikke tilgjengelig enda"
 
736
 
737
- #: ../lib/yasr-settings-functions.php:1367
738
  msgid "Keep in touch!"
739
  msgstr ""
740
 
741
- #: ../lib/yasr-settings-functions.php:1409
742
  #, php-format
743
  msgid ""
744
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
745
  msgstr ""
746
 
747
- #: ../lib/yasr-settings-functions.php:1411
748
  msgid "Can I ask a favor?"
749
  msgstr ""
750
 
751
- #: ../lib/yasr-settings-functions.php:1413
752
  msgid "Can you please rate YASR 5 stars on"
753
  msgstr ""
754
 
755
- #: ../lib/yasr-settings-functions.php:1415
756
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
757
  msgstr ""
758
 
759
- #: ../lib/yasr-settings-functions.php:1421
760
  msgid "Ok, I'm glad to help!"
761
  msgstr ""
762
 
763
- #: ../lib/yasr-settings-functions.php:1422
764
  msgid "Remind me later!"
765
  msgstr ""
766
 
767
- #: ../lib/yasr-settings-functions.php:1423
768
  msgid "Don't need to ask, I already did it!"
769
  msgstr ""
770
 
771
- #: ../lib/yasr-settings-functions.php:1456
772
  #, php-format
773
  msgid ""
774
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
@@ -776,242 +800,224 @@ msgid ""
776
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
777
  msgstr ""
778
 
779
- #: ../lib/yasr-settings-functions.php:1501
780
  msgid "No previous Gd Star Rating installation was found"
781
  msgstr "Ingen tidligere installasjon av Gd-stjernevurdering ble funnet"
782
 
783
- #: ../lib/yasr-db-functions.php:310
784
  msgid "No recenet votes yet"
785
  msgstr "Ingen nylige vurderinger enda"
786
 
787
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
788
  msgid "anonymous"
789
  msgstr "anonym"
790
 
791
- #: ../lib/yasr-db-functions.php:334
792
  #, php-format
793
  msgid "Vote %d from %s on "
794
  msgstr ""
795
 
796
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
 
797
  msgid "Ip address"
798
  msgstr "IP-adresse"
799
 
800
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
 
801
  msgid "Pages"
802
  msgstr "Sider"
803
 
804
- #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
 
 
 
 
 
 
 
 
 
 
805
  msgid "Yet Another Stars Rating: Settings"
806
  msgstr "Yet Another Stars Rating: Innstillinger"
807
 
808
- #: ../lib/yasr-functions.php:148
809
  msgid "Yet Another Stars Rating: Multiple set"
810
  msgstr "Yet Another Stars Rating: Multisett"
811
 
812
- #: ../lib/yasr-functions.php:159
813
  msgid "You don't have enought privileges to insert Overall Rating"
814
  msgstr "Du har ikke tillatelse til å legge inn helhetsvurdering"
815
 
816
- #: ../lib/yasr-functions.php:169
817
- msgid "You don't have enought privileges to insert Multi Set"
818
- msgstr "Du har ikke tillatelse til å legge inn multisett"
819
-
820
- #: ../lib/yasr-functions.php:298
821
- #, fuzzy
822
- msgid "reviewed by"
823
- msgstr " ble vurdert av "
824
-
825
- #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
826
- msgid " on "
827
- msgstr " "
828
-
829
- #: ../lib/yasr-functions.php:314
830
  #, fuzzy
831
- msgid "reviewed on"
832
- msgstr " ble vurdert av "
833
 
834
- #: ../lib/yasr-functions.php:315
835
- msgid "by "
836
  msgstr ""
837
 
838
- #: ../lib/yasr-functions.php:319
839
- #, fuzzy
840
- msgid "rated"
841
- msgstr ", og fikk karakteren "
842
-
843
- #: ../lib/yasr-functions.php:319
844
- #, fuzzy
845
- msgid "of"
846
- msgstr " av"
847
-
848
- #: ../lib/yasr-functions.php:376
849
- msgid " written by "
850
- msgstr " skrevet av"
851
-
852
- #: ../lib/yasr-functions.php:379
853
- msgid " average rating "
854
- msgstr " vurdering"
855
-
856
- #: ../lib/yasr-functions.php:380
857
- msgid " user ratings"
858
- msgstr " brukervurderinger"
859
-
860
- #: ../lib/yasr-ajax-functions.php:102
861
  msgid "You've rated it "
862
  msgstr "Du ga karakteren"
863
 
864
- #: ../lib/yasr-ajax-functions.php:106
865
  msgid "You've reset the vote"
866
  msgstr "Du har tilbakestilt vurderingen"
867
 
868
- #: ../lib/yasr-ajax-functions.php:188
 
 
 
 
 
869
  msgid ""
870
  "There was an error while trying to insert the review type. Please report it"
871
  msgstr ""
872
  "En feil oppsto mens vi forsøkte å legge inn vurderingstypen. Vennligst "
873
  "rapporter dette."
874
 
875
- #: ../lib/yasr-ajax-functions.php:223
876
  msgid "Choose a vote for each element"
877
  msgstr "Velg en karakter for hvert element"
878
 
879
- #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
880
  #, fuzzy
881
  msgid "If you want to insert this multiset, paste this shortcode "
882
  msgstr "Velg et multisett du ønsker å legge inn"
883
 
884
- #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
885
  msgid ""
886
  "If, instead, you want allow your visitor to vote on this multiset, use this "
887
  "shortcode"
888
  msgstr ""
889
 
890
- #: ../lib/yasr-ajax-functions.php:297
891
  msgid "Choose a vote for every element"
892
  msgstr "Velg en karakter for hvert element"
893
 
894
- #: ../lib/yasr-ajax-functions.php:470
895
  msgid "Main"
896
  msgstr "Hoved"
897
 
898
- #: ../lib/yasr-ajax-functions.php:471
899
  msgid "Charts"
900
  msgstr "Diagrammer"
901
 
902
- #: ../lib/yasr-ajax-functions.php:473
903
  msgid "Read the doc"
904
  msgstr "Les dokumentet"
905
 
906
- #: ../lib/yasr-ajax-functions.php:482
907
  msgid "Overall Rating / Review"
908
  msgstr "Helhetsvurdering / omtale"
909
 
910
- #: ../lib/yasr-ajax-functions.php:484
911
  msgid "Insert Overall Rating"
912
  msgstr "Legg inn helhetsvurdering"
913
 
914
- #: ../lib/yasr-ajax-functions.php:485
915
  msgid "Insert Overall Rating / Review for this post"
916
  msgstr "Legg inn helhetsvurdering/omtale for dette innlegget"
917
 
918
- #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
919
  msgid "Choose Size"
920
  msgstr "Velg størrelse"
921
 
922
- #: ../lib/yasr-ajax-functions.php:502
923
  msgid "Insert Visitor Votes"
924
  msgstr "Legg inn besøkendes vurderinger"
925
 
926
- #: ../lib/yasr-ajax-functions.php:503
927
  msgid "Insert the ability for your visitor to vote"
928
  msgstr "Legg inn muligheten for besøkende å foreta en vurdering"
929
 
930
- #: ../lib/yasr-ajax-functions.php:520
931
  msgid "If you want to insert a Multi Set, pick one:"
932
  msgstr "Velg et multisett du ønsker å legge inn"
933
 
934
- #: ../lib/yasr-ajax-functions.php:526
935
  msgid "Choose wich set you want to insert."
936
  msgstr "Velg hvilket multisett du vil legge inn."
937
 
938
- #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
939
  msgid "Readonly?"
940
  msgstr ""
941
 
942
- #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
943
  msgid ""
944
  "If Readonly is checked, only you can insert the votes (in the box above the "
945
  "editor)"
946
  msgstr ""
947
 
948
- #: ../lib/yasr-ajax-functions.php:531
949
  #, fuzzy
950
  msgid "Insert Multi Set"
951
  msgstr "Legg inn multisett"
952
 
953
- #: ../lib/yasr-ajax-functions.php:540
954
  msgid "Insert Multiset:"
955
  msgstr "Lett inn multisett:"
956
 
957
- #: ../lib/yasr-ajax-functions.php:543
958
  msgid "Insert Multiple Set"
959
  msgstr "Legg inn multisett"
960
 
961
- #: ../lib/yasr-ajax-functions.php:561
962
  msgid "Ranking reviews"
963
  msgstr "Rangeringsvurdering"
964
 
965
- #: ../lib/yasr-ajax-functions.php:562
966
  msgid "Insert Ranking reviews"
967
  msgstr "Legg inn rangeringsvurderinger"
968
 
969
- #: ../lib/yasr-ajax-functions.php:563
970
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
971
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_overall_rating]"
972
 
973
- #: ../lib/yasr-ajax-functions.php:567
974
  msgid "Users' ranking"
975
  msgstr "Brukernes rangering"
976
 
977
- #: ../lib/yasr-ajax-functions.php:568
978
  msgid "Insert Users ranking"
979
  msgstr "Legg inn brukernes rangering"
980
 
981
- #: ../lib/yasr-ajax-functions.php:569
982
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
983
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_visitor_votes] "
984
 
985
- #: ../lib/yasr-ajax-functions.php:573
986
  msgid "Most active reviewers"
987
  msgstr "Mest aktivere anmeldere"
988
 
989
- #: ../lib/yasr-ajax-functions.php:574
990
  msgid "Insert Most Active Reviewers"
991
  msgstr "Legg inn mest aktive anmeldere"
992
 
993
- #: ../lib/yasr-ajax-functions.php:575
994
  msgid "Insert Top 5 active reviewers"
995
  msgstr "Legg inn de 5 mest aktive anmelderne"
996
 
997
- #: ../lib/yasr-ajax-functions.php:579
998
  msgid "Most Active Users"
999
  msgstr "Mest aktive brukere"
1000
 
1001
- #: ../lib/yasr-ajax-functions.php:580
1002
  msgid "Insert Most Active Users"
1003
  msgstr "Legg inn mest aktive brukere"
1004
 
1005
- #: ../lib/yasr-ajax-functions.php:581
1006
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1007
  msgstr ""
1008
  "Legg inn kodesnutten [yasr_visitor_votes] for de 10 mest aktive anmelderne "
1009
 
1010
- #: ../lib/yasr-ajax-functions.php:652
1011
  msgid "Reviews and Visitor Votes have been successfull imported."
1012
  msgstr "Omtaler og besøkendes vurderinger har blitt importert."
1013
 
1014
- #: ../lib/yasr-ajax-functions.php:658
1015
  msgid ""
1016
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1017
  "THIS MAY TAKE A WHILE!"
@@ -1019,97 +1025,170 @@ msgstr ""
1019
  "Steg 2: Jeg vil sjekke om du brukte multisett, og jeg vil i så fall "
1020
  "importere dem. Dette kan ta litt tid."
1021
 
1022
- #: ../lib/yasr-ajax-functions.php:660
1023
  msgid "Proceed Step 2"
1024
  msgstr "Fortsett til steg 2"
1025
 
1026
- #: ../lib/yasr-ajax-functions.php:667
1027
  msgid "Something goes wrong! Refresh the page and try again!"
1028
  msgstr "Noe går galt. Oppdater siden (F5) og forsøk igjen."
1029
 
1030
- #: ../lib/yasr-ajax-functions.php:696
1031
  msgid "I've found Multiple Set! Importing..."
1032
  msgstr "Jeg fant multisett. Importerer...."
1033
 
1034
- #: ../lib/yasr-ajax-functions.php:705
1035
  msgid "Multi Set's name has been successfull imported."
1036
  msgstr "Multisettets navn har blitt importert."
1037
 
1038
- #: ../lib/yasr-ajax-functions.php:707
1039
  msgid "Now I'm going to import Multi Set data"
1040
  msgstr "Nå skal jeg importere multisettets data"
1041
 
1042
- #: ../lib/yasr-ajax-functions.php:718
1043
  msgid "All votes has been successfull imported."
1044
  msgstr "Alle vurderinger har blitt importert."
1045
 
1046
- #: ../lib/yasr-ajax-functions.php:720
1047
  msgid "Done"
1048
  msgstr "Fullført"
1049
 
1050
- #: ../lib/yasr-ajax-functions.php:725
1051
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1052
  msgstr ""
1053
  "Jeg har funnet vurderinger for multisettet, men kunne ikke legge dem inn i "
1054
  "databasen"
1055
 
1056
- #: ../lib/yasr-ajax-functions.php:733
1057
  msgid "I've found Multi Set but with no data"
1058
  msgstr "Jeg har funnet multisett, men de har ingen data"
1059
 
1060
- #: ../lib/yasr-ajax-functions.php:742
1061
  msgid "I've found Multi Sets names but I couldn't insert into db"
1062
  msgstr ""
1063
  "Jeg har funnet multisett-navn, men jeg kunne ikke legge dem inn i databasen"
1064
 
1065
- #: ../lib/yasr-ajax-functions.php:750
1066
  msgid "Multisets were not found. Imported is done!"
1067
  msgstr "Multisett ble ikke funnet. Importeringen har blitt fullført."
1068
 
1069
- #: ../lib/yasr-ajax-functions.php:793
1070
  msgid "No Recenet votes yet"
1071
  msgstr "Ingen nylige vurderinger enda"
1072
 
1073
- #: ../lib/yasr-ajax-functions.php:815
1074
  #, php-format
1075
  msgid "Vote %d from %s on"
1076
  msgstr ""
1077
 
1078
- #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1079
  msgid "Error: you can't vote 0"
1080
  msgstr "Feil. Du kan ikke gi karakteren 0."
1081
 
1082
- #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1083
  #, fuzzy
1084
  msgid "Average:"
1085
  msgstr "Gjennomsnitt:"
1086
 
1087
- #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1088
  msgid "Vote Saved"
1089
  msgstr "Vurdering lagret"
1090
 
1091
- #: ../lib/yasr-ajax-functions.php:1264
1092
  msgid "Vote updated"
1093
  msgstr "Vurdering oppdatert"
1094
 
1095
- #: ../lib/yasr-ajax-functions.php:1409
1096
  #, fuzzy
1097
  msgid "Rating saved!"
1098
  msgstr "Instillinger lagret"
1099
 
1100
- #: ../lib/yasr-ajax-functions.php:1415
1101
  msgid "Rating not saved. Please Try again"
1102
  msgstr ""
1103
 
1104
- #: ../lib/yasr-ajax-functions.php:1508
1105
  msgid "stars"
1106
  msgstr "stjerner"
1107
 
1108
- #: ../lib/yasr-ajax-functions.php:1513
1109
  #, fuzzy
1110
  msgid "star"
1111
  msgstr "stjerner"
1112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1113
  #~ msgid "Donations"
1114
  #~ msgstr "Donasjoner"
1115
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2016-02-08 13:41+0100\n"
5
+ "PO-Revision-Date: 2016-02-08 13:41+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: nb\n"
20
  msgid "Rate this article / item"
21
  msgstr "Vurder denne artikkelen/dette elementet"
22
 
23
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:504
24
+ #: ../lib/yasr-functions.php:55
25
  msgid "Loading, please wait"
26
  msgstr "Laster. Vennligst vent."
27
 
33
  msgid "This review is about a..."
34
  msgstr "Dette er en vurdering av..."
35
 
36
+ #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
37
+ #: ../lib/yasr-settings-functions.php:656
 
 
 
 
38
  msgid "Select"
39
  msgstr "Velg"
40
 
41
+ #: ../yasr-metabox-top-right.php:199
42
  msgid ""
43
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
44
  "where you want to display this rating"
46
  "Husk å legge inn dennne kodesnutten, <strong>[yasr_overall_rating]</"
47
  "strong>, der hvor du ønsker at vurderingen skal vises"
48
 
49
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:147
50
+ #: ../lib/yasr-ajax-functions.php:45 ../lib/yasr-ajax-functions.php:142
51
+ #: ../lib/yasr-ajax-functions.php:228 ../lib/yasr-ajax-functions.php:386
52
+ #: ../lib/yasr-ajax-functions.php:797 ../lib/yasr-ajax-functions.php:1111
53
  msgid "You do not have sufficient permissions to access this page."
54
  msgstr "Du har ikke tilstrekkelig tillatelse til å få tilgang til denne siden."
55
 
56
+ #: ../yasr-settings-page.php:38
57
  msgid "Settings"
58
  msgstr "Innstillinger"
59
 
60
+ #: ../yasr-settings-page.php:82
61
  msgid "General Settings"
62
  msgstr "Generelle innstillinger"
63
 
64
+ #: ../yasr-settings-page.php:83
65
  msgid "Multi Sets"
66
  msgstr "Multisett"
67
 
68
+ #: ../yasr-settings-page.php:84
69
+ #, fuzzy
70
+ msgid "Aspect & Styles"
71
+ msgstr "Egentilpassede CSS-stiler"
72
 
73
+ #: ../yasr-settings-page.php:86
74
+ msgid "Extensions"
75
+ msgstr ""
76
 
77
+ #: ../yasr-settings-page.php:103 ../yasr-settings-page.php:263
78
+ #: ../yasr-settings-page.php:294
79
  msgid "Save"
80
  msgstr "Lagre"
81
 
82
+ #: ../yasr-settings-page.php:128
83
  msgid "Import Gd Star Rating"
84
  msgstr "Importer Gd-stjernevurdering"
85
 
86
+ #: ../yasr-settings-page.php:129
87
  msgid "I've found a previous installation of Gd Star Rating."
88
  msgstr "Jeg fant en tidligere installasjon av Gd-stjernevurdering"
89
 
90
+ #: ../yasr-settings-page.php:129
91
  msgid "Do you want proceed to import data?"
92
  msgstr "Vil du fortsette og importere data?"
93
 
94
+ #: ../yasr-settings-page.php:131
95
  msgid "Yes, Begin Import"
96
  msgstr "Ja, start importeringen"
97
 
98
+ #: ../yasr-settings-page.php:135
99
  msgid "Click on Proceed to import Gd Star Rating data."
100
  msgstr "Klikk på \"Fortsett\" for å importere data fra Gd-stjernevurdering."
101
 
102
+ #: ../yasr-settings-page.php:138 ../yasr-settings-page.php:171
103
  msgid "Proceed"
104
  msgstr "Fortsett"
105
 
106
+ #: ../yasr-settings-page.php:160
107
  msgid "Manage GD Star Data"
108
  msgstr "Administrer Gd-stjernevurdering"
109
 
110
+ #: ../yasr-settings-page.php:161
111
  msgid "Gd Star Rating has been already imported."
112
  msgstr "Gd-stjernevurdering har allerede blitt importert."
113
 
114
+ #: ../yasr-settings-page.php:162
115
  msgid "If you wish you can import it again, but"
116
  msgstr "Dersom du ønsker kan du importere en gang til, men"
117
 
118
+ #: ../yasr-settings-page.php:162
119
  msgid "you will lose all data you've collect since the import!"
120
  msgstr "du vil miste alle data du har samlet inn siden importeringen."
121
 
122
+ #: ../yasr-settings-page.php:164
123
  msgid "Ok, Import Again"
124
  msgstr "OK, importer en gang til"
125
 
126
+ #: ../yasr-settings-page.php:168
127
  msgid ""
128
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
129
  msgstr ""
173
  msgid "Close this message"
174
  msgstr "Lukk denne meldingen"
175
 
176
+ #: ../yasr-settings-page.php:320
177
+ #, fuzzy
178
+ msgid "Extensions for Yet Another Stars Rating"
179
+ msgstr "Yet Another Stars Rating: Innstillinger"
180
+
181
+ #: ../yasr-settings-page.php:323
182
+ msgid "Extensions add functionality to your Yasr installation"
183
+ msgstr ""
184
+
185
+ #: ../yasr-settings-page.php:338
186
+ msgid ""
187
+ "Start accepting reviews and ratings for your post or pages using Yasr User "
188
+ "Reviews extension."
189
+ msgstr ""
190
+
191
+ #: ../yasr-settings-page.php:356 ../yasr-settings-page.php:394
192
+ #: ../yasr-settings-page.php:432
193
+ msgid "Get this extension"
194
+ msgstr ""
195
+
196
+ #: ../yasr-settings-page.php:376
197
+ #, fuzzy
198
+ msgid "Choose between ready to use image or upload your own!"
199
+ msgstr ""
200
+ "Brukere kan velge ulike sett som er klare for å brukes, eller de kan laste "
201
+ "opp sine egne bilder"
202
+
203
+ #: ../yasr-settings-page.php:414
204
+ msgid "Unleash all the power of your rankings with just a click!"
205
+ msgstr ""
206
+
207
  #: ../yasr-metabox-multiple-rating.php:35
208
  msgid "Choose wich set you want to use"
209
  msgstr "Velg hvilket sett du vil bruke"
210
 
211
+ #: ../lib/yasr-shortcode-functions.php:187
212
+ #: ../lib/yasr-shortcode-functions.php:212
 
213
  msgid "You've already voted this article with"
214
  msgstr "Du har allerede gitt din vurdering. Du ga karaktereren "
215
 
216
+ #: ../lib/yasr-shortcode-functions.php:237
217
+ #: ../lib/yasr-shortcode-functions.php:533
218
+ #, fuzzy
219
+ msgid "You must sign in to vote"
220
  msgstr "Du må logge inn for å vurdere"
221
 
222
+ #: ../lib/yasr-shortcode-functions.php:279 ../lib/yasr-ajax-functions.php:1300
223
+ #: ../lib/yasr-ajax-functions.php:1308 ../lib/yasr-ajax-functions.php:1447
224
  msgid "Total: "
225
  msgstr "Totalt:"
226
 
227
+ #: ../lib/yasr-shortcode-functions.php:279
228
  msgid "Average: "
229
  msgstr "Gjennomsnitt:"
230
 
231
+ #: ../lib/yasr-shortcode-functions.php:506
232
+ msgid "Submit!"
233
+ msgstr ""
 
234
 
235
+ #: ../lib/yasr-shortcode-functions.php:512
236
  #, fuzzy
237
  msgid "Thank you for voting! "
238
  msgstr "Tusen takk!"
239
 
240
+ #: ../lib/yasr-shortcode-functions.php:721
 
 
 
 
 
 
241
  msgid "Rating"
242
  msgstr "Vurdering"
243
 
244
+ #: ../lib/yasr-shortcode-functions.php:735
245
  msgid "You don't have any votes stored"
246
  msgstr "Du har ingen vurderinger lagret"
247
 
248
+ #: ../lib/yasr-shortcode-functions.php:771
249
+ #: ../lib/yasr-shortcode-functions.php:810
250
  msgid "Post / Page"
251
  msgstr "Innlegg / side"
252
 
253
+ #: ../lib/yasr-shortcode-functions.php:772
254
+ #: ../lib/yasr-shortcode-functions.php:811
255
  msgid "Order By"
256
  msgstr "Sorter basert på "
257
 
258
+ #: ../lib/yasr-shortcode-functions.php:772
259
+ #: ../lib/yasr-shortcode-functions.php:811
260
  msgid "Most Rated"
261
  msgstr "Flest vurderinger"
262
 
263
+ #: ../lib/yasr-shortcode-functions.php:772
264
+ #: ../lib/yasr-shortcode-functions.php:811
265
  msgid "Highest Rated"
266
  msgstr "Høyest vurdering"
267
 
268
+ #: ../lib/yasr-shortcode-functions.php:790
269
+ #: ../lib/yasr-shortcode-functions.php:825
270
  msgid "Total:"
271
  msgstr "Total:"
272
 
273
+ #: ../lib/yasr-shortcode-functions.php:790
274
+ #: ../lib/yasr-shortcode-functions.php:825
275
  msgid "Average"
276
  msgstr "Gjennomsnittlig "
277
 
278
+ #: ../lib/yasr-shortcode-functions.php:802
279
  msgid "You've not enough data"
280
  msgstr "Du har ikke nok data"
281
 
282
+ #: ../lib/yasr-shortcode-functions.php:837
283
  msgid "You've not enought data"
284
  msgstr "Du har ikke nok data"
285
 
286
+ #: ../lib/yasr-shortcode-functions.php:922
287
  msgid ""
288
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
289
  "any review?"
291
  "Problem oppsto mens vi hentet de 5 mest aktive anmelderne . Har du publisert "
292
  "en omtale?"
293
 
294
+ #: ../lib/yasr-shortcode-functions.php:990
295
  msgid ""
296
  "Problem while retrieving the top 10 active users chart. Are you sure you "
297
  "have votes to show?"
299
  "Problem oppsto mens vi hentet de 5 mest aktive brukerne. Er du sikker på at "
300
  "du har vurderinger som kan vises?"
301
 
302
+ #: ../lib/yasr-shortcode-functions.php:1027
303
+ #, php-format
304
+ msgid "based on %d votes"
305
+ msgstr ""
306
+
307
+ #: ../lib/yasr-settings-functions.php:68
308
  msgid "General settings"
309
  msgstr "Generelle innstillinger"
310
 
311
+ #: ../lib/yasr-settings-functions.php:69
312
  msgid "Auto insert options"
313
  msgstr "Automatiske innleggingsalternativer"
314
 
315
+ #: ../lib/yasr-settings-functions.php:70
316
  msgid "Show \"Overall Rating\" in Archive Page?"
317
  msgstr "Vis \"Helhetsvurdering\" på arkivsiden?"
318
 
319
+ #: ../lib/yasr-settings-functions.php:71
320
  msgid "Show \"Visitor Votes\" in Archive Page?"
321
  msgstr "Vis \"Besøkendes vurderinger\" på arkivsiden?"
322
 
323
+ #: ../lib/yasr-settings-functions.php:72
324
  msgid "Insert custom text to show before / after stars"
325
  msgstr "Legg inn egentilpasset tekst som vises før/etter stjernene"
326
 
327
+ #: ../lib/yasr-settings-functions.php:73
328
  msgid "Do you want show stats for visitors votes?"
329
  msgstr "Vil du vise statistikker for besøkendes vurderinger?"
330
 
331
+ #: ../lib/yasr-settings-functions.php:74
332
  msgid "Allow only logged in user to vote?"
333
  msgstr "Tillat kun innloggede brukere å legge inn en vurdering?"
334
 
335
+ #: ../lib/yasr-settings-functions.php:75
336
+ #, fuzzy
337
+ msgid "Rich snippet options"
338
+ msgstr "Støtte for rikt tekstutdrag"
339
 
340
+ #: ../lib/yasr-settings-functions.php:76
341
  msgid "How do you want to rate \"Overall Rating\"?"
342
  msgstr "Hvordan ønsker du å vurdere \"Helhetsvurdering\"?"
343
 
344
+ #: ../lib/yasr-settings-functions.php:90
345
  msgid "Use Auto Insert?"
346
  msgstr "Bruk automatisk innlegging?"
347
 
348
+ #: ../lib/yasr-settings-functions.php:96
349
+ #: ../lib/yasr-settings-functions.php:180
350
+ #: ../lib/yasr-settings-functions.php:200
351
+ #: ../lib/yasr-settings-functions.php:244
352
+ #: ../lib/yasr-settings-functions.php:270
353
+ #: ../lib/yasr-settings-functions.php:304
354
+ #: ../lib/yasr-settings-functions.php:359
355
  msgid "Yes"
356
  msgstr "Ja"
357
 
358
+ #: ../lib/yasr-settings-functions.php:110
359
+ #: ../lib/yasr-settings-functions.php:185
360
+ #: ../lib/yasr-settings-functions.php:205
361
+ #: ../lib/yasr-settings-functions.php:249
362
+ #: ../lib/yasr-settings-functions.php:275
363
+ #: ../lib/yasr-settings-functions.php:309
364
+ #: ../lib/yasr-settings-functions.php:364
365
  msgid "No"
366
  msgstr "Nei"
367
 
368
+ #: ../lib/yasr-settings-functions.php:118
369
  msgid "What?"
370
  msgstr "Hva?"
371
 
372
+ #: ../lib/yasr-settings-functions.php:123
373
  msgid "Overall Rating / Author Rating"
374
  msgstr "Helhetsvurdering / skribentvurdering"
375
 
376
+ #: ../lib/yasr-settings-functions.php:127 ../lib/yasr-ajax-functions.php:524
377
  msgid "Visitor Votes"
378
  msgstr "Besøkendes vurderinger"
379
 
380
+ #: ../lib/yasr-settings-functions.php:131
381
  msgid "Both"
382
  msgstr "Begge"
383
 
384
+ #: ../lib/yasr-settings-functions.php:137
385
  msgid "Where?"
386
  msgstr "Hvor?"
387
 
388
+ #: ../lib/yasr-settings-functions.php:142
389
  msgid "Before the post"
390
  msgstr "Før innlegget"
391
 
392
+ #: ../lib/yasr-settings-functions.php:146
393
  msgid "After the post"
394
  msgstr "Etter innlegget"
395
 
396
+ #: ../lib/yasr-settings-functions.php:153
397
  msgid "Size"
398
  msgstr "Størrelse"
399
 
400
+ #: ../lib/yasr-settings-functions.php:159 ../lib/yasr-ajax-functions.php:514
401
+ #: ../lib/yasr-ajax-functions.php:532
402
  msgid "Small"
403
  msgstr "Liten"
404
 
405
+ #: ../lib/yasr-settings-functions.php:164 ../lib/yasr-ajax-functions.php:515
406
+ #: ../lib/yasr-ajax-functions.php:533
407
  msgid "Medium"
408
  msgstr "Middels"
409
 
410
+ #: ../lib/yasr-settings-functions.php:169 ../lib/yasr-ajax-functions.php:516
411
+ #: ../lib/yasr-ajax-functions.php:534
412
  msgid "Large"
413
  msgstr "Stor"
414
 
415
+ #: ../lib/yasr-settings-functions.php:176
416
  msgid "Exclude Pages?"
417
  msgstr "Ekskluder visse sider?"
418
 
419
+ #: ../lib/yasr-settings-functions.php:197
420
  msgid "Use only in custom post types?"
421
  msgstr "Bruk kun i egentilpassede innleggstyper?"
422
 
423
+ #: ../lib/yasr-settings-functions.php:209
424
  msgid "You see this because you use custom post types."
425
  msgstr "Du ser denne fordi du benytter egentilpassede innleggstyper."
426
 
427
+ #: ../lib/yasr-settings-functions.php:211
428
  msgid "If you want to use auto insert only in custom post types, choose Yes"
429
  msgstr ""
430
  "Velg \"Ja\" dersom du kun ønsker å bruke automatisk innlegging i "
431
  "egentilpassede innleggstyper"
432
 
433
+ #: ../lib/yasr-settings-functions.php:253
434
  msgid ""
435
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
436
  "article or page, but also in pages like Home Page, category pages or "
440
  "enkeltartikler og på sider, men også på andre sider som startsiden, "
441
  "kategorisider eller i arkiver."
442
 
443
+ #: ../lib/yasr-settings-functions.php:279
444
  msgid ""
445
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
446
  "article or page, but also in pages like Home Page, category pages or "
450
  "enkeltartikler og på sider, men også på andre sider som startsiden, "
451
  "kategorisider eller i arkiver."
452
 
453
+ #: ../lib/yasr-settings-functions.php:314
454
  msgid "Custom text to display before Overall Rating"
455
  msgstr "Egentilpasset tekst som vises før helhetsvurderingen"
456
 
457
+ #: ../lib/yasr-settings-functions.php:319
458
  #, fuzzy
459
  msgid "Custom text to display BEFORE Visitor Rating"
460
  msgstr "Egentilpasset tekst som vises før besøkendes vurdering"
461
 
462
+ #: ../lib/yasr-settings-functions.php:325
463
  #, fuzzy
464
  msgid "Custom text to display AFTER Visitor Rating"
465
  msgstr "Egentilpasset tekst som vises før besøkendes vurdering"
466
 
467
+ #: ../lib/yasr-settings-functions.php:330
468
  msgid "Custom text to display when a non logged user has already rated"
469
  msgstr ""
470
  "Egentilpasset tekst som vises når en bruker som ikke er innlogget allerede "
471
  "har gitt sin vurdering"
472
 
473
+ #: ../lib/yasr-settings-functions.php:335
474
  msgid "Help"
475
  msgstr ""
476
 
477
+ #: ../lib/yasr-settings-functions.php:339
478
  msgid ""
479
  "In the first field you can use %overall_rating% pattern to show the overall "
480
  "rating."
481
  msgstr ""
482
 
483
+ #: ../lib/yasr-settings-functions.php:343
484
  msgid ""
485
  "In the Second and Third fields you can use %total_count% pattern to show the "
486
  "total count, and %average% pattern to show the average"
487
  msgstr ""
488
 
489
+ #: ../lib/yasr-settings-functions.php:382
490
  msgid "Allow only logged-in users"
491
  msgstr "Tillat kun innloggede brukere"
492
 
493
+ #: ../lib/yasr-settings-functions.php:386
494
  msgid "Allow everybody (logged in and anonymous)"
495
  msgstr "Tillat alle (innloggede og anonyme)"
496
 
497
+ #: ../lib/yasr-settings-functions.php:406
498
+ #, fuzzy
499
+ msgid "Which rich snippet do you want to use?"
500
+ msgstr "Hvilken rikt tekstutdrag ønsker du å bruke? "
501
+
502
+ #: ../lib/yasr-settings-functions.php:410
503
  msgid "Review Rating"
504
  msgstr "Vurdering"
505
 
506
+ #: ../lib/yasr-settings-functions.php:414
507
  msgid "Aggregate Rating"
508
  msgstr "Aggregert vurdering"
509
 
510
+ #: ../lib/yasr-settings-functions.php:419
511
  msgid "What is this?"
512
  msgstr "Hva er dette?"
513
 
514
+ #: ../lib/yasr-settings-functions.php:424
515
  msgid ""
516
  "If you select \"Review Rating\", your site will be indexed from search "
517
  "engines like this: "
519
  "Dersom du velger \"Helhetsvurdering\", så vil siden din bli indeksert av "
520
  "søkemotorer på denne måten:"
521
 
522
+ #: ../lib/yasr-settings-functions.php:429
523
  msgid ""
524
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
525
  "this"
527
  "Dersom du istedenfor velger \"Aggregert vurdering\", så vil siden din bli "
528
  "indeksert på denne måten:"
529
 
530
+ #: ../lib/yasr-settings-functions.php:440
531
+ msgid "Select default item type for all post or pages"
532
+ msgstr ""
533
 
534
+ #: ../lib/yasr-settings-functions.php:445
535
+ msgid "Product"
536
+ msgstr ""
537
 
538
+ #: ../lib/yasr-settings-functions.php:449
539
+ msgid "Place"
540
+ msgstr ""
541
 
542
+ #: ../lib/yasr-settings-functions.php:453
543
+ msgid "Recipe"
544
+ msgstr ""
545
 
546
  #: ../lib/yasr-settings-functions.php:457
547
+ msgid "BlogPosting"
548
+ msgstr ""
549
 
550
+ #: ../lib/yasr-settings-functions.php:463
551
+ msgid ""
552
+ "If you need to use BlogPosting as item type, even for just one post or page, "
553
+ "please fill these forms"
554
+ msgstr ""
555
 
556
+ #: ../lib/yasr-settings-functions.php:468
557
+ msgid "Publisher name (e.g. Google)"
558
+ msgstr ""
559
 
560
+ #: ../lib/yasr-settings-functions.php:473
561
+ msgid "Logo Url (if empty siteicon will be used instead)"
562
+ msgstr ""
563
+
564
+ #: ../lib/yasr-settings-functions.php:480
565
+ msgid "You can always change it in the single post or page."
566
+ msgstr ""
567
 
568
+ #: ../lib/yasr-settings-functions.php:482
569
+ msgid ""
570
+ "This will affect only the post/page where you didn't change manually the "
571
+ "itemtype yet."
572
+ msgstr ""
573
+
574
+ #: ../lib/yasr-settings-functions.php:521
575
+ msgid "Stars"
576
+ msgstr "Stjerner"
577
+
578
+ #: ../lib/yasr-settings-functions.php:525
579
+ msgid "Numbers"
580
+ msgstr "Tall"
581
+
582
+ #: ../lib/yasr-settings-functions.php:601
583
  msgid "Add New Multiple Set"
584
  msgstr "Legg til nytt multisett"
585
 
586
+ #: ../lib/yasr-settings-functions.php:602
587
  msgid ""
588
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
589
  "characters"
590
  msgstr "Navn, Element#1 og Element#2 MÅ fylles ut og inneholde minst tre tegn"
591
 
592
+ #: ../lib/yasr-settings-functions.php:605
593
  msgid "Name"
594
  msgstr "Navn"
595
 
596
+ #: ../lib/yasr-settings-functions.php:610
597
  msgid "You can insert up to nine elements"
598
  msgstr "Du kan legge inn opptil ni elementer"
599
 
600
+ #: ../lib/yasr-settings-functions.php:615
601
  msgid "Element "
602
  msgstr "Element"
603
 
604
+ #: ../lib/yasr-settings-functions.php:625
605
  msgid "Create New Set"
606
  msgstr "Opprett nytt sett"
607
 
608
+ #: ../lib/yasr-settings-functions.php:646
609
+ #: ../lib/yasr-settings-functions.php:679
610
  msgid "Manage Multiple Set"
611
  msgstr "Administrer multisett"
612
 
613
+ #: ../lib/yasr-settings-functions.php:648
614
  msgid "Wich set do you want to edit or remove?"
615
  msgstr "Hvilket sett ønsker du å endre eller slette?"
616
 
617
+ #: ../lib/yasr-settings-functions.php:689
618
+ #: ../lib/yasr-settings-functions.php:807
619
  msgid "Field name"
620
  msgstr "Feltnavn"
621
 
622
+ #: ../lib/yasr-settings-functions.php:693
623
+ #: ../lib/yasr-settings-functions.php:811
624
  msgid "Remove"
625
  msgstr "Slett"
626
 
627
+ #: ../lib/yasr-settings-functions.php:735
628
+ #: ../lib/yasr-settings-functions.php:853
629
  msgid "Remove whole set?"
630
  msgstr "Slett hele settet?"
631
 
632
+ #: ../lib/yasr-settings-functions.php:748
633
+ #: ../lib/yasr-settings-functions.php:866
634
  msgid ""
635
  "If you remove something you will remove all the votes for that set or field. "
636
  "This operation CAN'T BE undone."
639
  "eller feltet. Denne handlingen er endelig, og du kan ikke angre deg i "
640
  "etterkant."
641
 
642
+ #: ../lib/yasr-settings-functions.php:755
643
+ #: ../lib/yasr-settings-functions.php:873
644
  msgid "You can use up to 9 elements"
645
  msgstr "Du kan bruke opptil ni elementer"
646
 
647
+ #: ../lib/yasr-settings-functions.php:757
648
+ #: ../lib/yasr-settings-functions.php:875
649
  msgid "Add element"
650
  msgstr "Legg til element"
651
 
652
+ #: ../lib/yasr-settings-functions.php:759
653
+ #: ../lib/yasr-settings-functions.php:877
654
  msgid "Save changes"
655
  msgstr "Lagre endringer"
656
 
657
+ #: ../lib/yasr-settings-functions.php:769
658
  msgid "No Multiple Set were found"
659
  msgstr "Vi fant ingen multisett"
660
 
661
+ #: ../lib/yasr-settings-functions.php:1018
662
+ #: ../lib/yasr-settings-functions.php:1318
663
  msgid "Settings Saved"
664
  msgstr "Instillinger lagret"
665
 
666
+ #: ../lib/yasr-settings-functions.php:1023
667
  msgid "Something goes wrong trying insert set field name. Please report it"
668
  msgstr ""
669
  "Noe går galt mens vi forsøker å legge inn feltnavn i settet. Vennligst "
670
  "rapporter dette."
671
 
672
+ #: ../lib/yasr-settings-functions.php:1029
673
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
674
  msgstr ""
675
  "Noe går galt mens vi forsøker å legge inn navn på multisett. Vennligst "
676
  "rapporter dette."
677
 
678
+ #: ../lib/yasr-settings-functions.php:1104
679
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
680
  msgstr ""
681
  "Noe går galt mens vi forsøker å slette et multisett. Vennligst rapporter "
682
  "dette."
683
 
684
+ #: ../lib/yasr-settings-functions.php:1150
685
  msgid ""
686
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
687
  msgstr ""
688
  "Noe går galt mens vi forsøker å slette et element i multisettet. Vennligst "
689
  "rapporter dette."
690
 
691
+ #: ../lib/yasr-settings-functions.php:1214
692
  msgid ""
693
  "Something goes wrong trying to update a Multi Set's element. Please report it"
694
  msgstr ""
695
  "Noe går galt mens vi forsøker å oppdatere et element i multisettet. "
696
  "Vennligst rapporter dette."
697
 
698
+ #: ../lib/yasr-settings-functions.php:1303
699
  msgid ""
700
  "Something goes wrong trying to insert set field name in edit form. Please "
701
  "report it"
703
  "Noe går galt mens vi forsøker å legge inn feltnavn i settet i endre-modus. "
704
  "Vennligst rapporter dette."
705
 
706
+ #: ../lib/yasr-settings-functions.php:1351
707
  msgid "Style Options"
708
  msgstr "Stilvalg"
709
 
710
+ #: ../lib/yasr-settings-functions.php:1352
711
+ msgid "Which color scheme do you want to use?"
712
+ msgstr "Hvilket fargevalg ønsker du å benytte?"
713
 
714
+ #: ../lib/yasr-settings-functions.php:1370
715
+ msgid "Select the set you've uploaded"
 
 
716
  msgstr ""
 
 
 
 
 
 
 
 
 
 
717
 
718
+ #: ../lib/yasr-settings-functions.php:1371
719
+ #, fuzzy
720
+ msgid "Choose Stars Set"
721
+ msgstr "Velg størrelse"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
722
 
723
+ #: ../lib/yasr-settings-functions.php:1375
724
+ msgid "Custom CSS Styles"
725
+ msgstr "Egentilpassede CSS-stiler"
726
 
727
+ #: ../lib/yasr-settings-functions.php:1390
728
+ msgid "Light"
729
+ msgstr "Lyst"
730
 
731
+ #: ../lib/yasr-settings-functions.php:1395
732
+ msgid "Dark"
733
+ msgstr "Mørkt"
734
 
735
+ #: ../lib/yasr-settings-functions.php:1400
736
+ msgid "Preview"
737
+ msgstr "Forhåndsvisning"
738
 
739
+ #: ../lib/yasr-settings-functions.php:1405
740
+ msgid "Light theme"
741
+ msgstr "Lyst tema"
742
 
743
+ #: ../lib/yasr-settings-functions.php:1410
744
+ #, fuzzy
745
+ msgid "Dark theme"
746
+ msgstr "Mørkt tema"
747
 
748
+ #: ../lib/yasr-settings-functions.php:1422
749
  msgid ""
750
+ "Please use text area below to write your own CSS styles to override the "
751
+ "default ones."
752
  msgstr ""
753
+ "Vennligst benytt tekstområdet nedenfor for å legge inn dine egne CSS-stiler. "
754
+ "Disse overstyrer standardstilene."
 
 
 
 
755
 
756
+ #: ../lib/yasr-settings-functions.php:1424
757
+ #, fuzzy
758
+ msgid "Leave it blank if you don't know what you're doing."
759
+ msgstr " Ikke legg inn noe her med mindre du vet hva du holder på med."
760
 
761
+ #: ../lib/yasr-settings-functions.php:1495
762
  msgid "Keep in touch!"
763
  msgstr ""
764
 
765
+ #: ../lib/yasr-settings-functions.php:1538
766
  #, php-format
767
  msgid ""
768
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
769
  msgstr ""
770
 
771
+ #: ../lib/yasr-settings-functions.php:1540
772
  msgid "Can I ask a favor?"
773
  msgstr ""
774
 
775
+ #: ../lib/yasr-settings-functions.php:1542
776
  msgid "Can you please rate YASR 5 stars on"
777
  msgstr ""
778
 
779
+ #: ../lib/yasr-settings-functions.php:1544
780
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
781
  msgstr ""
782
 
783
+ #: ../lib/yasr-settings-functions.php:1550
784
  msgid "Ok, I'm glad to help!"
785
  msgstr ""
786
 
787
+ #: ../lib/yasr-settings-functions.php:1551
788
  msgid "Remind me later!"
789
  msgstr ""
790
 
791
+ #: ../lib/yasr-settings-functions.php:1552
792
  msgid "Don't need to ask, I already did it!"
793
  msgstr ""
794
 
795
+ #: ../lib/yasr-settings-functions.php:1585
796
  #, php-format
797
  msgid ""
798
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
800
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
801
  msgstr ""
802
 
803
+ #: ../lib/yasr-settings-functions.php:1630
804
  msgid "No previous Gd Star Rating installation was found"
805
  msgstr "Ingen tidligere installasjon av Gd-stjernevurdering ble funnet"
806
 
807
+ #: ../lib/yasr-db-functions.php:426 ../lib/yasr-db-functions.php:569
808
  msgid "No recenet votes yet"
809
  msgstr "Ingen nylige vurderinger enda"
810
 
811
+ #: ../lib/yasr-db-functions.php:441 ../lib/yasr-ajax-functions.php:833
812
  msgid "anonymous"
813
  msgstr "anonym"
814
 
815
+ #: ../lib/yasr-db-functions.php:450
816
  #, php-format
817
  msgid "Vote %d from %s on "
818
  msgstr ""
819
 
820
+ #: ../lib/yasr-db-functions.php:466 ../lib/yasr-db-functions.php:599
821
+ #: ../lib/yasr-ajax-functions.php:858 ../lib/yasr-ajax-functions.php:1007
822
  msgid "Ip address"
823
  msgstr "IP-adresse"
824
 
825
+ #: ../lib/yasr-db-functions.php:487 ../lib/yasr-db-functions.php:620
826
+ #: ../lib/yasr-ajax-functions.php:876 ../lib/yasr-ajax-functions.php:1026
827
  msgid "Pages"
828
  msgstr "Sider"
829
 
830
+ #: ../lib/yasr-db-functions.php:583 ../lib/yasr-ajax-functions.php:991
831
+ #, fuzzy, php-format
832
+ msgid "You rated %s on "
833
+ msgstr "Du ga karakteren"
834
+
835
+ #: ../lib/yasr-functions.php:57
836
+ #, fuzzy
837
+ msgid "bad, poor, ok, good, super"
838
+ msgstr "'Dårlig', 'Ikke bra', 'OK', 'Bra', 'Helt super'"
839
+
840
+ #: ../lib/yasr-functions.php:134 ../lib/yasr-functions.php:135
841
  msgid "Yet Another Stars Rating: Settings"
842
  msgstr "Yet Another Stars Rating: Innstillinger"
843
 
844
+ #: ../lib/yasr-functions.php:184
845
  msgid "Yet Another Stars Rating: Multiple set"
846
  msgstr "Yet Another Stars Rating: Multisett"
847
 
848
+ #: ../lib/yasr-functions.php:195
849
  msgid "You don't have enought privileges to insert Overall Rating"
850
  msgstr "Du har ikke tillatelse til å legge inn helhetsvurdering"
851
 
852
+ #: ../lib/yasr-functions.php:205
 
 
 
 
 
 
 
 
 
 
 
 
 
853
  #, fuzzy
854
+ msgid "You don't have enough privileges to insert a Multi Set"
855
+ msgstr "Du har ikke tillatelse til å legge inn multisett"
856
 
857
+ #: ../lib/yasr-functions.php:660
858
+ msgid "Product, Place, Recipe, BlogPosting"
859
  msgstr ""
860
 
861
+ #: ../lib/yasr-ajax-functions.php:109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
862
  msgid "You've rated it "
863
  msgstr "Du ga karakteren"
864
 
865
+ #: ../lib/yasr-ajax-functions.php:113
866
  msgid "You've reset the vote"
867
  msgstr "Du har tilbakestilt vurderingen"
868
 
869
+ #: ../lib/yasr-ajax-functions.php:201
870
+ #, fuzzy
871
+ msgid "Type Saved"
872
+ msgstr "Vurdering lagret"
873
+
874
+ #: ../lib/yasr-ajax-functions.php:204
875
  msgid ""
876
  "There was an error while trying to insert the review type. Please report it"
877
  msgstr ""
878
  "En feil oppsto mens vi forsøkte å legge inn vurderingstypen. Vennligst "
879
  "rapporter dette."
880
 
881
+ #: ../lib/yasr-ajax-functions.php:243
882
  msgid "Choose a vote for each element"
883
  msgstr "Velg en karakter for hvert element"
884
 
885
+ #: ../lib/yasr-ajax-functions.php:306 ../lib/yasr-ajax-functions.php:350
886
  #, fuzzy
887
  msgid "If you want to insert this multiset, paste this shortcode "
888
  msgstr "Velg et multisett du ønsker å legge inn"
889
 
890
+ #: ../lib/yasr-ajax-functions.php:308 ../lib/yasr-ajax-functions.php:352
891
  msgid ""
892
  "If, instead, you want allow your visitor to vote on this multiset, use this "
893
  "shortcode"
894
  msgstr ""
895
 
896
+ #: ../lib/yasr-ajax-functions.php:317
897
  msgid "Choose a vote for every element"
898
  msgstr "Velg en karakter for hvert element"
899
 
900
+ #: ../lib/yasr-ajax-functions.php:493
901
  msgid "Main"
902
  msgstr "Hoved"
903
 
904
+ #: ../lib/yasr-ajax-functions.php:494
905
  msgid "Charts"
906
  msgstr "Diagrammer"
907
 
908
+ #: ../lib/yasr-ajax-functions.php:497
909
  msgid "Read the doc"
910
  msgstr "Les dokumentet"
911
 
912
+ #: ../lib/yasr-ajax-functions.php:506
913
  msgid "Overall Rating / Review"
914
  msgstr "Helhetsvurdering / omtale"
915
 
916
+ #: ../lib/yasr-ajax-functions.php:508
917
  msgid "Insert Overall Rating"
918
  msgstr "Legg inn helhetsvurdering"
919
 
920
+ #: ../lib/yasr-ajax-functions.php:509
921
  msgid "Insert Overall Rating / Review for this post"
922
  msgstr "Legg inn helhetsvurdering/omtale for dette innlegget"
923
 
924
+ #: ../lib/yasr-ajax-functions.php:512 ../lib/yasr-ajax-functions.php:530
925
  msgid "Choose Size"
926
  msgstr "Velg størrelse"
927
 
928
+ #: ../lib/yasr-ajax-functions.php:526
929
  msgid "Insert Visitor Votes"
930
  msgstr "Legg inn besøkendes vurderinger"
931
 
932
+ #: ../lib/yasr-ajax-functions.php:527
933
  msgid "Insert the ability for your visitor to vote"
934
  msgstr "Legg inn muligheten for besøkende å foreta en vurdering"
935
 
936
+ #: ../lib/yasr-ajax-functions.php:544
937
  msgid "If you want to insert a Multi Set, pick one:"
938
  msgstr "Velg et multisett du ønsker å legge inn"
939
 
940
+ #: ../lib/yasr-ajax-functions.php:550
941
  msgid "Choose wich set you want to insert."
942
  msgstr "Velg hvilket multisett du vil legge inn."
943
 
944
+ #: ../lib/yasr-ajax-functions.php:552 ../lib/yasr-ajax-functions.php:569
945
  msgid "Readonly?"
946
  msgstr ""
947
 
948
+ #: ../lib/yasr-ajax-functions.php:554 ../lib/yasr-ajax-functions.php:570
949
  msgid ""
950
  "If Readonly is checked, only you can insert the votes (in the box above the "
951
  "editor)"
952
  msgstr ""
953
 
954
+ #: ../lib/yasr-ajax-functions.php:555
955
  #, fuzzy
956
  msgid "Insert Multi Set"
957
  msgstr "Legg inn multisett"
958
 
959
+ #: ../lib/yasr-ajax-functions.php:564
960
  msgid "Insert Multiset:"
961
  msgstr "Lett inn multisett:"
962
 
963
+ #: ../lib/yasr-ajax-functions.php:567
964
  msgid "Insert Multiple Set"
965
  msgstr "Legg inn multisett"
966
 
967
+ #: ../lib/yasr-ajax-functions.php:585
968
  msgid "Ranking reviews"
969
  msgstr "Rangeringsvurdering"
970
 
971
+ #: ../lib/yasr-ajax-functions.php:586
972
  msgid "Insert Ranking reviews"
973
  msgstr "Legg inn rangeringsvurderinger"
974
 
975
+ #: ../lib/yasr-ajax-functions.php:587
976
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
977
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_overall_rating]"
978
 
979
+ #: ../lib/yasr-ajax-functions.php:591
980
  msgid "Users' ranking"
981
  msgstr "Brukernes rangering"
982
 
983
+ #: ../lib/yasr-ajax-functions.php:592
984
  msgid "Insert Users ranking"
985
  msgstr "Legg inn brukernes rangering"
986
 
987
+ #: ../lib/yasr-ajax-functions.php:593
988
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
989
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_visitor_votes] "
990
 
991
+ #: ../lib/yasr-ajax-functions.php:597
992
  msgid "Most active reviewers"
993
  msgstr "Mest aktivere anmeldere"
994
 
995
+ #: ../lib/yasr-ajax-functions.php:598
996
  msgid "Insert Most Active Reviewers"
997
  msgstr "Legg inn mest aktive anmeldere"
998
 
999
+ #: ../lib/yasr-ajax-functions.php:599
1000
  msgid "Insert Top 5 active reviewers"
1001
  msgstr "Legg inn de 5 mest aktive anmelderne"
1002
 
1003
+ #: ../lib/yasr-ajax-functions.php:603
1004
  msgid "Most Active Users"
1005
  msgstr "Mest aktive brukere"
1006
 
1007
+ #: ../lib/yasr-ajax-functions.php:604
1008
  msgid "Insert Most Active Users"
1009
  msgstr "Legg inn mest aktive brukere"
1010
 
1011
+ #: ../lib/yasr-ajax-functions.php:605
1012
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1013
  msgstr ""
1014
  "Legg inn kodesnutten [yasr_visitor_votes] for de 10 mest aktive anmelderne "
1015
 
1016
+ #: ../lib/yasr-ajax-functions.php:678
1017
  msgid "Reviews and Visitor Votes have been successfull imported."
1018
  msgstr "Omtaler og besøkendes vurderinger har blitt importert."
1019
 
1020
+ #: ../lib/yasr-ajax-functions.php:684
1021
  msgid ""
1022
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1023
  "THIS MAY TAKE A WHILE!"
1025
  "Steg 2: Jeg vil sjekke om du brukte multisett, og jeg vil i så fall "
1026
  "importere dem. Dette kan ta litt tid."
1027
 
1028
+ #: ../lib/yasr-ajax-functions.php:686
1029
  msgid "Proceed Step 2"
1030
  msgstr "Fortsett til steg 2"
1031
 
1032
+ #: ../lib/yasr-ajax-functions.php:693
1033
  msgid "Something goes wrong! Refresh the page and try again!"
1034
  msgstr "Noe går galt. Oppdater siden (F5) og forsøk igjen."
1035
 
1036
+ #: ../lib/yasr-ajax-functions.php:722
1037
  msgid "I've found Multiple Set! Importing..."
1038
  msgstr "Jeg fant multisett. Importerer...."
1039
 
1040
+ #: ../lib/yasr-ajax-functions.php:731
1041
  msgid "Multi Set's name has been successfull imported."
1042
  msgstr "Multisettets navn har blitt importert."
1043
 
1044
+ #: ../lib/yasr-ajax-functions.php:733
1045
  msgid "Now I'm going to import Multi Set data"
1046
  msgstr "Nå skal jeg importere multisettets data"
1047
 
1048
+ #: ../lib/yasr-ajax-functions.php:744
1049
  msgid "All votes has been successfull imported."
1050
  msgstr "Alle vurderinger har blitt importert."
1051
 
1052
+ #: ../lib/yasr-ajax-functions.php:746
1053
  msgid "Done"
1054
  msgstr "Fullført"
1055
 
1056
+ #: ../lib/yasr-ajax-functions.php:751
1057
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1058
  msgstr ""
1059
  "Jeg har funnet vurderinger for multisettet, men kunne ikke legge dem inn i "
1060
  "databasen"
1061
 
1062
+ #: ../lib/yasr-ajax-functions.php:759
1063
  msgid "I've found Multi Set but with no data"
1064
  msgstr "Jeg har funnet multisett, men de har ingen data"
1065
 
1066
+ #: ../lib/yasr-ajax-functions.php:768
1067
  msgid "I've found Multi Sets names but I couldn't insert into db"
1068
  msgstr ""
1069
  "Jeg har funnet multisett-navn, men jeg kunne ikke legge dem inn i databasen"
1070
 
1071
+ #: ../lib/yasr-ajax-functions.php:776
1072
  msgid "Multisets were not found. Imported is done!"
1073
  msgstr "Multisett ble ikke funnet. Importeringen har blitt fullført."
1074
 
1075
+ #: ../lib/yasr-ajax-functions.php:820 ../lib/yasr-ajax-functions.php:979
1076
  msgid "No Recenet votes yet"
1077
  msgstr "Ingen nylige vurderinger enda"
1078
 
1079
+ #: ../lib/yasr-ajax-functions.php:842
1080
  #, php-format
1081
  msgid "Vote %d from %s on"
1082
  msgstr ""
1083
 
1084
+ #: ../lib/yasr-ajax-functions.php:1191 ../lib/yasr-ajax-functions.php:1349
1085
  msgid "Error: you can't vote 0"
1086
  msgstr "Feil. Du kan ikke gi karakteren 0."
1087
 
1088
+ #: ../lib/yasr-ajax-functions.php:1300 ../lib/yasr-ajax-functions.php:1308
1089
  #, fuzzy
1090
  msgid "Average:"
1091
  msgstr "Gjennomsnitt:"
1092
 
1093
+ #: ../lib/yasr-ajax-functions.php:1301 ../lib/yasr-ajax-functions.php:1309
1094
  msgid "Vote Saved"
1095
  msgstr "Vurdering lagret"
1096
 
1097
+ #: ../lib/yasr-ajax-functions.php:1450
1098
  msgid "Vote updated"
1099
  msgstr "Vurdering oppdatert"
1100
 
1101
+ #: ../lib/yasr-ajax-functions.php:1595
1102
  #, fuzzy
1103
  msgid "Rating saved!"
1104
  msgstr "Instillinger lagret"
1105
 
1106
+ #: ../lib/yasr-ajax-functions.php:1601
1107
  msgid "Rating not saved. Please Try again"
1108
  msgstr ""
1109
 
1110
+ #: ../lib/yasr-ajax-functions.php:1694
1111
  msgid "stars"
1112
  msgstr "stjerner"
1113
 
1114
+ #: ../lib/yasr-ajax-functions.php:1699
1115
  #, fuzzy
1116
  msgid "star"
1117
  msgstr "stjerner"
1118
 
1119
+ #~ msgid "Styles"
1120
+ #~ msgstr "Stiler"
1121
+
1122
+ #~ msgid "Pro Features!"
1123
+ #~ msgstr "Pro-funksjoner!"
1124
+
1125
+ #~ msgid "Looking for more features?"
1126
+ #~ msgstr "Ser du etter flere funksjoner?"
1127
+
1128
+ #~ msgid "Upgrade to yasr pro!"
1129
+ #~ msgstr "Oppgrader til YASR pro!"
1130
+
1131
+ #~ msgid "Unlimited ratings and votes"
1132
+ #~ msgstr "Ubegrenset antall brukervurderinger og stemmer"
1133
+
1134
+ #~ msgid "Works with shortcodes"
1135
+ #~ msgstr "Fungerer med kortkoder"
1136
+
1137
+ #~ msgid "Multi Set Support"
1138
+ #~ msgstr "Støtte for multisett"
1139
+
1140
+ #~ msgid "Logs and stats for visitors votes"
1141
+ #~ msgstr "Logger og statistikker for besøkendes stemmer"
1142
+
1143
+ #~ msgid "Localization (.po and .mo files included)"
1144
+ #~ msgstr "Lokalisering (.po- og .mo-filer inkludert)"
1145
+
1146
+ #~ msgid "Rankings for reviews, votes and users"
1147
+ #~ msgstr "Rangeringer for omtaler, stemmer og brukere"
1148
+
1149
+ #~ msgid "Rankings Customization"
1150
+ #~ msgstr "Egendefinert rangering"
1151
+
1152
+ #~ msgid "Stars Customization"
1153
+ #~ msgstr "Egendefinerte stjerner"
1154
+
1155
+ #~ msgid "Size Only"
1156
+ #~ msgstr "Kun størrelse"
1157
+
1158
+ #~ msgid "Users can review in comments"
1159
+ #~ msgstr "Brukere kan gi sin vurdering i kommentarfeltet"
1160
+
1161
+ #~ msgid "Not avaible yet"
1162
+ #~ msgstr "Ikke tilgjengelig enda"
1163
+
1164
+ #, fuzzy
1165
+ #~ msgid "reviewed by"
1166
+ #~ msgstr " ble vurdert av "
1167
+
1168
+ #~ msgid " on "
1169
+ #~ msgstr " "
1170
+
1171
+ #, fuzzy
1172
+ #~ msgid "reviewed on"
1173
+ #~ msgstr " ble vurdert av "
1174
+
1175
+ #, fuzzy
1176
+ #~ msgid "rated"
1177
+ #~ msgstr ", og fikk karakteren "
1178
+
1179
+ #, fuzzy
1180
+ #~ msgid "of"
1181
+ #~ msgstr " av"
1182
+
1183
+ #~ msgid " written by "
1184
+ #~ msgstr " skrevet av"
1185
+
1186
+ #~ msgid " average rating "
1187
+ #~ msgstr " vurdering"
1188
+
1189
+ #~ msgid " user ratings"
1190
+ #~ msgstr " brukervurderinger"
1191
+
1192
  #~ msgid "Donations"
1193
  #~ msgstr "Donasjoner"
1194
 
languages/yet-another-stars-rating-nl_NL.mo CHANGED
Binary file
languages/yet-another-stars-rating-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating v0.6.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-10 11:41+0100\n"
6
- "PO-Revision-Date: 2015-09-10 11:41+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: NL\n"
9
  "Language: nl_NL\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -21,471 +21,552 @@ msgstr ""
21
  "X-Poedit-SearchPath-1: ../lib\n"
22
 
23
  # @ yasr
24
- #: ../yasr-metabox-top-right.php:75 ../yasr-metabox-top-right.php:109
25
- msgid "Rate this article / item"
26
- msgstr "Stem op dit artikel of item"
 
 
 
27
 
28
  # @ yasr
29
- #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
30
- #: ../lib/yasr-shortcode-functions.php:546
31
- msgid "Loading, please wait"
32
- msgstr "Laden, even wachten svp."
33
 
34
  # @ yasr
35
- #: ../yasr-metabox-top-right.php:157
36
- msgid "Save Vote"
37
- msgstr "Stem opslaan"
38
 
39
- # @ default
40
- #: ../yasr-metabox-top-right.php:176
41
- msgid "This review is about a..."
42
- msgstr "Deze recensie is over..."
43
 
44
- #: ../yasr-metabox-top-right.php:181
45
- msgid "Product, Place, Other"
 
 
46
  msgstr ""
 
 
47
 
48
- # @ default
49
  # @ yasr
50
- #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
51
- #: ../lib/yasr-settings-functions.php:542
52
- msgid "Select"
53
- msgstr "Selecteren"
54
 
55
  # @ yasr
56
- #: ../yasr-metabox-top-right.php:234
 
 
 
 
57
  msgid ""
58
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
59
- "where you want to display this rating"
60
  msgstr ""
61
- "Vergeet niet deze shortcode <strong>[yasr_overall_rating]</strong> in te "
62
- "voegen waar je deze stemming wilt tonen"
63
 
64
  # @ yasr
65
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
66
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
67
- #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
68
- msgid "You do not have sufficient permissions to access this page."
69
- msgstr "Je hebt niet voldoende rechten om deze pagina te laden."
70
 
71
  # @ yasr
72
- #: ../yasr-settings-page.php:37
73
- msgid "Settings"
74
- msgstr "Instellingen"
75
 
76
  # @ yasr
77
- #: ../yasr-settings-page.php:80
78
- msgid "General Settings"
79
- msgstr "Algemene Instellingen"
80
 
81
  # @ yasr
82
- #: ../yasr-settings-page.php:81
83
- msgid "Multi Sets"
84
- msgstr "Multi Sets"
85
 
86
  # @ yasr
87
- #: ../yasr-settings-page.php:82
88
- msgid "Styles"
89
- msgstr "Opmaak"
90
-
91
- #: ../yasr-settings-page.php:83
92
- msgid "Pro Features!"
93
- msgstr ""
94
 
95
- # @ default
96
- #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
97
- #: ../yasr-settings-page.php:297
98
- msgid "Save"
99
- msgstr "Opslaan"
100
 
101
  # @ yasr
102
- #: ../yasr-settings-page.php:125
103
- msgid "Import Gd Star Rating"
104
- msgstr "Importeer Gd Star Rating"
105
 
106
  # @ yasr
107
- #: ../yasr-settings-page.php:126
108
- msgid "I've found a previous installation of Gd Star Rating."
109
- msgstr "Ik heb een eerdere installatie van Gd Star Rating gevonden."
110
 
111
  # @ yasr
112
- #: ../yasr-settings-page.php:126
113
- msgid "Do you want proceed to import data?"
114
- msgstr "Wil je beginnen met het importeren van gegevens?"
 
115
 
116
  # @ yasr
117
- #: ../yasr-settings-page.php:128
118
- msgid "Yes, Begin Import"
119
- msgstr "Ja, Begin met Importeren"
 
120
 
121
- # @ default
122
- #: ../yasr-settings-page.php:132
123
- msgid "Click on Proceed to import Gd Star Rating data."
124
- msgstr "Klik op Importeren om Gd Star Rating gegevens te importeren."
 
125
 
126
  # @ yasr
127
- #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
128
- msgid "Proceed"
129
- msgstr "Importeren"
130
 
131
  # @ yasr
132
- #: ../yasr-settings-page.php:157
133
- msgid "Manage GD Star Data"
134
- msgstr "Beheer GD Star Gegevens"
135
 
136
- # @ default
137
- #: ../yasr-settings-page.php:158
138
- msgid "Gd Star Rating has been already imported."
139
- msgstr "Gd Star Rating is al geïmporteerd."
140
 
141
  # @ yasr
142
- #: ../yasr-settings-page.php:159
143
- msgid "If you wish you can import it again, but"
144
- msgstr "Als je dat wilt kun je het nogmaals importeren, maar"
145
 
146
  # @ yasr
147
- #: ../yasr-settings-page.php:159
148
- msgid "you will lose all data you've collect since the import!"
149
- msgstr ""
150
- "je zal alle gegevens verliezen die je verzameld hebt sinds de vorige keer "
151
- "importeren!"
152
 
153
- # @ default
154
- #: ../yasr-settings-page.php:161
155
- msgid "Ok, Import Again"
156
- msgstr "Ok, Nogmaals Importeren"
157
 
158
- # @ default
159
- #: ../yasr-settings-page.php:165
160
  msgid ""
161
- "Click on Proceed to import again Gd Star Rating data. This may take a while!"
 
162
  msgstr ""
163
- "Klik op Importeren om Gd Star Rating opnieuw te importeren. Dit kan even "
164
- "duren!"
165
 
166
- # @ yasr
167
- #: ../yasr-settings-page.php:205
168
- msgid "Manage Multi Set"
169
- msgstr "Beheren Multi Set"
170
 
171
  # @ yasr
172
- #: ../yasr-settings-page.php:209
173
- msgid "What is a Multi Set?"
174
- msgstr "Wat is een Multi Set?"
 
175
 
176
  # @ yasr
177
- #: ../yasr-settings-page.php:214
178
- msgid ""
179
- "Multi Set allows you to insert a rate for each aspect about the product / "
180
- "local business / whetever you're reviewing, example in the image below."
181
- msgstr ""
182
- "Multi Set maakt het mogelijk om een waardering te plaatsen voor ieder aspect "
183
- "van het product / lokaal bedrijf / wat het ook is dat je recenseert. Een "
184
- "voorbeeld is in de afbeelding hieronder."
185
 
186
  # @ yasr
187
- #: ../yasr-settings-page.php:218
188
- msgid ""
189
- "You can create up to 99 different Multi Set and each one can contain up to 9 "
190
- "different fields. Once you've saved it, you can insert the rates while "
191
- "typing your article in the box below the editor, as you can see in this "
192
- "image (click to see it larger)"
193
- msgstr ""
194
- "Je kunt tot 99 verschillende Multi Sets aanmaken en iedere set kan tot 9 "
195
- "verschillende velden bevatten. Wanneer je het eenmaal opgeslagen hebt, dan "
196
- "kun je stemmingen plaatsen terwijl je het bericht schrijft in de metabox "
197
- "onder de tekstverwerker, zoals je kunt zien in deze afbeelding (klik om "
198
- "groter te maken)"
199
 
200
  # @ yasr
201
- #: ../yasr-settings-page.php:222
202
- msgid ""
203
- "In order to insert your Multi Sets into a post or page, you can either past "
204
- "the short code that will appear at the bottom of the box or just click on "
205
- "the star in the graphic editor and select \"Insert Multi Set\"."
206
- msgstr ""
207
- "Om een Multi Set in te voegen in een bericht of pagina, kun je of de "
208
- "shortcode plaatsen die verschijnt onderin de metabox. Je kunt ook gewoon "
209
- "klikken op de ster in de tekstverwerker en \"Invoegen Multi Set\" selecteren."
210
 
211
  # @ yasr
212
- #: ../yasr-settings-page.php:228
213
- msgid "Close this message"
214
- msgstr "Sluit dit bericht"
215
-
216
- # @ default
217
- #: ../yasr-metabox-multiple-rating.php:35
218
- msgid "Choose wich set you want to use"
219
- msgstr "Kies welke set je wilt gebruiken"
220
 
221
  # @ yasr
222
- #: ../lib/yasr-shortcode-functions.php:202
223
- #: ../lib/yasr-shortcode-functions.php:223
224
- #: ../lib/yasr-shortcode-functions.php:253
225
- msgid "You've already voted this article with"
226
- msgstr "Je hebt al op dit artikel gestemd met"
227
 
228
  # @ yasr
229
- #: ../lib/yasr-shortcode-functions.php:264
230
- #: ../lib/yasr-shortcode-functions.php:574
231
- msgid "You must sign to vote"
232
- msgstr "Je moet inloggen om te stemmen"
233
 
234
  # @ yasr
235
- #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
236
- #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
237
- msgid "Total: "
238
- msgstr "Totaal: "
239
 
240
  # @ yasr
241
- #: ../lib/yasr-shortcode-functions.php:306
242
- msgid "Average: "
243
- msgstr "Gemiddelde: "
244
 
245
- #: ../lib/yasr-shortcode-functions.php:322
246
- msgid "bad, poor, ok, good, super"
247
- msgstr ""
 
248
 
249
  # @ yasr
250
- #: ../lib/yasr-shortcode-functions.php:553
251
- #, fuzzy
252
- msgid "Thank you for voting! "
253
- msgstr "Bedankt."
254
 
255
- #: ../lib/yasr-shortcode-functions.php:564
256
- #: ../lib/yasr-shortcode-functions.php:572
257
- #: ../lib/yasr-shortcode-functions.php:584
258
- msgid "Submit!"
259
- msgstr ""
260
 
261
  # @ yasr
262
- #: ../lib/yasr-shortcode-functions.php:761
263
- msgid "Rating"
264
- msgstr "Stemming"
265
 
266
  # @ yasr
267
- #: ../lib/yasr-shortcode-functions.php:775
268
- msgid "You don't have any votes stored"
269
- msgstr "Je hebt geen opgeslagen stemmen"
270
 
271
- #: ../lib/yasr-shortcode-functions.php:811
272
- #: ../lib/yasr-shortcode-functions.php:850
273
- msgid "Post / Page"
274
- msgstr "Bericht / Pagina"
275
 
276
  # @ yasr
277
- #: ../lib/yasr-shortcode-functions.php:812
278
- #: ../lib/yasr-shortcode-functions.php:851
279
- msgid "Order By"
280
- msgstr "Sorteer Op"
281
 
282
  # @ yasr
283
- #: ../lib/yasr-shortcode-functions.php:812
284
- #: ../lib/yasr-shortcode-functions.php:851
285
- msgid "Most Rated"
286
- msgstr "Meeste op Gestemd"
 
 
 
287
 
288
  # @ yasr
289
- #: ../lib/yasr-shortcode-functions.php:812
290
- #: ../lib/yasr-shortcode-functions.php:851
291
- msgid "Highest Rated"
292
- msgstr "Hoogste Stemming"
293
 
294
  # @ yasr
295
- #: ../lib/yasr-shortcode-functions.php:830
296
- #: ../lib/yasr-shortcode-functions.php:865
297
- msgid "Total:"
298
- msgstr "Totaal:"
299
 
300
  # @ yasr
301
- #: ../lib/yasr-shortcode-functions.php:830
302
- #: ../lib/yasr-shortcode-functions.php:865
303
- msgid "Average"
304
- msgstr "Gemiddelde"
305
 
306
  # @ yasr
307
- #: ../lib/yasr-shortcode-functions.php:842
308
- #, fuzzy
309
- msgid "You've not enough data"
310
- msgstr "Je hebt niet genoeg gegevens"
311
 
312
  # @ yasr
313
- #: ../lib/yasr-shortcode-functions.php:877
314
- msgid "You've not enought data"
315
- msgstr "Je hebt niet genoeg gegevens"
316
 
317
- # @ default
318
- #: ../lib/yasr-shortcode-functions.php:962
319
- #, fuzzy
320
- msgid ""
321
- "Problem while retrieving the top 5 most active reviewers. Did you publish "
322
- "any review?"
 
 
 
 
 
 
 
323
  msgstr ""
324
- "Probleem tijdens het ophalen van de 5 meest actieve recensenten. Heb je wel "
325
- "een recensie gepubliceerd?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
326
 
327
  # @ default
328
- #: ../lib/yasr-shortcode-functions.php:1030
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  #, fuzzy
330
- msgid ""
331
- "Problem while retrieving the top 10 active users chart. Are you sure you "
332
- "have votes to show?"
333
- msgstr ""
334
- "Probleem tijdens het ophalen van de grafiek van de top 10 actieve "
335
- "gebruikers. Weet je zeker dat je wel stemmen hebt om te tonen?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
 
337
  # @ yasr
338
- #: ../lib/yasr-settings-functions.php:52
339
  msgid "General settings"
340
  msgstr "Algemene instellingen"
341
 
342
  # @ yasr
343
- #: ../lib/yasr-settings-functions.php:53
344
  msgid "Auto insert options"
345
  msgstr "Auto invoegopties"
346
 
347
  # @ yasr
348
- #: ../lib/yasr-settings-functions.php:54
349
- #, fuzzy
350
  msgid "Show \"Overall Rating\" in Archive Page?"
351
- msgstr "Toon \"Algemene Stemming\" op de Voorpagina?"
352
 
353
- #: ../lib/yasr-settings-functions.php:55
354
  msgid "Show \"Visitor Votes\" in Archive Page?"
355
- msgstr ""
356
 
357
  # @ yasr
358
- #: ../lib/yasr-settings-functions.php:56
359
  msgid "Insert custom text to show before / after stars"
360
  msgstr "Invoegen aangepaste tekst om voor / na de sterren te tonen"
361
 
362
- #: ../lib/yasr-settings-functions.php:57
363
  msgid "Do you want show stats for visitors votes?"
364
- msgstr ""
365
 
366
  # @ yasr
367
- #: ../lib/yasr-settings-functions.php:58
368
  msgid "Allow only logged in user to vote?"
369
  msgstr "Alleen ingelogde gebruikers mogen stemmen?"
370
 
371
- # @ yasr
372
- #: ../lib/yasr-settings-functions.php:59
373
- msgid "Which rich snippets do you want to use?"
374
- msgstr "Welke \"rich snippets\" wil je gebruiken?"
375
 
376
  # @ yasr
377
- #: ../lib/yasr-settings-functions.php:60
378
  msgid "How do you want to rate \"Overall Rating\"?"
379
  msgstr "Hoe wil je de \"Algemene Stemming\" waarderen?"
380
 
381
  # @ yasr
382
- #: ../lib/yasr-settings-functions.php:74
383
  msgid "Use Auto Insert?"
384
  msgstr "Gebruik Auto Invoegen?"
385
 
386
  # @ yasr
387
- #: ../lib/yasr-settings-functions.php:77
388
- #: ../lib/yasr-settings-functions.php:146
389
- #: ../lib/yasr-settings-functions.php:164
390
- #: ../lib/yasr-settings-functions.php:206
391
- #: ../lib/yasr-settings-functions.php:232
392
- #: ../lib/yasr-settings-functions.php:266
393
- #: ../lib/yasr-settings-functions.php:321
394
  msgid "Yes"
395
  msgstr "Ja"
396
 
397
  # @ yasr
398
- #: ../lib/yasr-settings-functions.php:91
399
- #: ../lib/yasr-settings-functions.php:151
400
- #: ../lib/yasr-settings-functions.php:169
401
- #: ../lib/yasr-settings-functions.php:211
402
- #: ../lib/yasr-settings-functions.php:237
403
- #: ../lib/yasr-settings-functions.php:271
404
- #: ../lib/yasr-settings-functions.php:326
405
  msgid "No"
406
  msgstr "Nee"
407
 
408
  # @ yasr
409
- #: ../lib/yasr-settings-functions.php:97
410
  msgid "What?"
411
  msgstr "Wat?"
412
 
413
  # @ yasr
414
- #: ../lib/yasr-settings-functions.php:100
415
  msgid "Overall Rating / Author Rating"
416
  msgstr "Algemene Stemming / Auteur Stemming"
417
 
418
  # @ yasr
419
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
420
- msgid "Visitor Votes"
421
- msgstr "Bezoekersstemmen"
422
-
423
- # @ yasr
424
- #: ../lib/yasr-settings-functions.php:108
425
  msgid "Both"
426
  msgstr "Beide"
427
 
428
  # @ yasr
429
- #: ../lib/yasr-settings-functions.php:112
430
  msgid "Where?"
431
  msgstr "Waar?"
432
 
433
  # @ yasr
434
- #: ../lib/yasr-settings-functions.php:115
435
  msgid "Before the post"
436
  msgstr "Voor het bericht"
437
 
438
  # @ yasr
439
- #: ../lib/yasr-settings-functions.php:119
440
  msgid "After the post"
441
  msgstr "Na het bericht"
442
 
443
  # @ yasr
444
- #: ../lib/yasr-settings-functions.php:124
445
  msgid "Size"
446
  msgstr "Afmeting"
447
 
448
  # @ yasr
449
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
450
- #: ../lib/yasr-ajax-functions.php:508
451
- msgid "Small"
452
- msgstr "Klein"
453
-
454
- # @ yasr
455
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
456
- #: ../lib/yasr-ajax-functions.php:509
457
- msgid "Medium"
458
- msgstr "Gemiddeld"
459
-
460
- # @ yasr
461
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
462
- #: ../lib/yasr-ajax-functions.php:510
463
- msgid "Large"
464
- msgstr "Groot"
465
-
466
- # @ yasr
467
- #: ../lib/yasr-settings-functions.php:143
468
  msgid "Exclude Pages?"
469
  msgstr "Negeer Pagina's"
470
 
471
  # @ yasr
472
- #: ../lib/yasr-settings-functions.php:161
473
  msgid "Use only in custom post types?"
474
  msgstr "Alleen gebruiken in custom post types?"
475
 
476
  # @ yasr
477
- #: ../lib/yasr-settings-functions.php:173
478
  msgid "You see this because you use custom post types."
479
  msgstr "Je ziet dit omdat je custom post types gebruikt."
480
 
481
  # @ yasr
482
- #: ../lib/yasr-settings-functions.php:175
483
  msgid "If you want to use auto insert only in custom post types, choose Yes"
484
  msgstr ""
485
  "Als je auto invoegen alleen wilt gebruiken bij custom post types, kies Ja"
486
 
487
  # @ yasr
488
- #: ../lib/yasr-settings-functions.php:215
489
  msgid ""
490
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
491
  "article or page, but also in pages like Home Page, category pages or "
@@ -496,7 +577,7 @@ msgstr ""
496
  "categoriepagina's of archiefpagina's."
497
 
498
  # @ yasr
499
- #: ../lib/yasr-settings-functions.php:241
500
  #, fuzzy
501
  msgid ""
502
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
@@ -508,72 +589,79 @@ msgstr ""
508
  "categoriepagina's of archiefpagina's."
509
 
510
  # @ yasr
511
- #: ../lib/yasr-settings-functions.php:276
512
  msgid "Custom text to display before Overall Rating"
513
  msgstr "Aangepaste tekst om te tonen voor Algemene Stemming"
514
 
515
  # @ yasr
516
- #: ../lib/yasr-settings-functions.php:281
517
- #, fuzzy
518
  msgid "Custom text to display BEFORE Visitor Rating"
519
- msgstr "Aangepaste tekst om te tonen voor Bezoekersstemming"
520
 
521
  # @ yasr
522
- #: ../lib/yasr-settings-functions.php:287
523
- #, fuzzy
524
  msgid "Custom text to display AFTER Visitor Rating"
525
- msgstr "Aangepaste tekst om te tonen voor Bezoekersstemming"
526
 
527
  # @ yasr
528
- #: ../lib/yasr-settings-functions.php:292
529
  msgid "Custom text to display when a non logged user has already rated"
530
  msgstr ""
531
  "Aangepaste tekst om te tonen wanneer een niet-ingelogde gebruiker al gestemd "
532
  "heeft"
533
 
534
- #: ../lib/yasr-settings-functions.php:297
535
  msgid "Help"
536
  msgstr ""
537
 
538
- #: ../lib/yasr-settings-functions.php:301
539
  msgid ""
540
  "In the first field you can use %overall_rating% pattern to show the overall "
541
  "rating."
542
  msgstr ""
 
 
543
 
544
- #: ../lib/yasr-settings-functions.php:305
545
  msgid ""
546
  "In the Second and Third fields you can use %total_count% pattern to show the "
547
  "total count, and %average% pattern to show the average"
548
  msgstr ""
 
 
 
549
 
550
  # @ yasr
551
- #: ../lib/yasr-settings-functions.php:344
552
  msgid "Allow only logged-in users"
553
  msgstr "Alleen ingelogde gebruikers toestaan"
554
 
555
  # @ yasr
556
- #: ../lib/yasr-settings-functions.php:348
557
  msgid "Allow everybody (logged in and anonymous)"
558
  msgstr "Sta iedereen toe (ingelogd en anoniem)"
559
 
 
 
 
 
560
  # @ yasr
561
- #: ../lib/yasr-settings-functions.php:365
562
  msgid "Review Rating"
563
  msgstr "Recensie Stemming"
564
 
565
  # @ yasr
566
- #: ../lib/yasr-settings-functions.php:369
567
  msgid "Aggregate Rating"
568
  msgstr "Cumulatieve Stemming"
569
 
570
  # @ yasr
571
- #: ../lib/yasr-settings-functions.php:374
572
  msgid "What is this?"
573
  msgstr "Wat is dit?"
574
 
575
  # @ yasr
576
- #: ../lib/yasr-settings-functions.php:379
577
  msgid ""
578
  "If you select \"Review Rating\", your site will be indexed from search "
579
  "engines like this: "
@@ -582,7 +670,7 @@ msgstr ""
582
  "zoekmachines als volgt: "
583
 
584
  # @ yasr
585
- #: ../lib/yasr-settings-functions.php:384
586
  msgid ""
587
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
588
  "this"
@@ -590,54 +678,71 @@ msgstr ""
590
  "Als je in plaats daarvan kiest voor \"Cumulatieve Stemming\", dan wordt je "
591
  "site ook geïndexeerd als volgt:"
592
 
593
- # @ yasr
594
- #: ../lib/yasr-settings-functions.php:402
595
- msgid "Stars"
596
- msgstr "Sterren"
597
 
598
- # @ yasr
599
- #: ../lib/yasr-settings-functions.php:406
600
- msgid "Numbers"
601
- msgstr "Getallen"
602
 
603
- # @ yasr
604
- #: ../lib/yasr-settings-functions.php:431
605
- msgid "Which color scheme do you want to use?"
606
- msgstr "Welk kleurenschema wil je gebruiken?"
607
 
608
- # @ yasr
609
- #: ../lib/yasr-settings-functions.php:452
610
- msgid "Light"
611
- msgstr "Licht"
612
 
613
- # @ yasr
614
  #: ../lib/yasr-settings-functions.php:457
615
- msgid "Dark"
616
- msgstr "Donker"
617
 
618
- # @ yasr
619
- #: ../lib/yasr-settings-functions.php:462
620
- msgid "Preview"
621
- msgstr "Voorvertoning"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
 
623
  # @ yasr
624
- #: ../lib/yasr-settings-functions.php:467
625
- msgid "Light theme"
626
- msgstr "Licht Thema"
627
 
628
  # @ yasr
629
- #: ../lib/yasr-settings-functions.php:472
630
- #, fuzzy
631
- msgid "Dark theme"
632
- msgstr "Donker Thema"
633
 
634
  # @ yasr
635
- #: ../lib/yasr-settings-functions.php:487
636
  msgid "Add New Multiple Set"
637
  msgstr "Toevoegen Nieuwe Multi Set"
638
 
639
  # @ yasr
640
- #: ../lib/yasr-settings-functions.php:488
641
  msgid ""
642
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
643
  "characters"
@@ -646,58 +751,65 @@ msgstr ""
646
  "lang zijn"
647
 
648
  # @ yasr
649
- #: ../lib/yasr-settings-functions.php:491
650
  msgid "Name"
651
  msgstr "Naam"
652
 
653
  # @ yasr
654
- #: ../lib/yasr-settings-functions.php:496
655
  #, fuzzy
656
  msgid "You can insert up to nine elements"
657
  msgstr "Je kunt tot 9 elementen invoegen"
658
 
659
  # @ yasr
660
- #: ../lib/yasr-settings-functions.php:501
661
  msgid "Element "
662
  msgstr "Element"
663
 
664
  # @ yasr
665
- #: ../lib/yasr-settings-functions.php:511
666
  msgid "Create New Set"
667
  msgstr "Aanmaken Nieuwe Set"
668
 
669
  # @ yasr
670
- #: ../lib/yasr-settings-functions.php:532
671
- #: ../lib/yasr-settings-functions.php:565
672
  msgid "Manage Multiple Set"
673
  msgstr "Beheer Multi Set"
674
 
675
  # @ yasr
676
- #: ../lib/yasr-settings-functions.php:534
677
  msgid "Wich set do you want to edit or remove?"
678
  msgstr "Welke set wil je bewerken of verwijderen?"
679
 
 
680
  # @ yasr
681
- #: ../lib/yasr-settings-functions.php:575
682
- #: ../lib/yasr-settings-functions.php:693
 
 
 
 
 
 
683
  msgid "Field name"
684
  msgstr "Veldnaam"
685
 
686
  # @ yasr
687
- #: ../lib/yasr-settings-functions.php:579
688
- #: ../lib/yasr-settings-functions.php:697
689
  msgid "Remove"
690
  msgstr "Verwijderen"
691
 
692
  # @ yasr
693
- #: ../lib/yasr-settings-functions.php:621
694
- #: ../lib/yasr-settings-functions.php:739
695
  msgid "Remove whole set?"
696
  msgstr "Verwijder hele set?"
697
 
698
  # @ yasr
699
- #: ../lib/yasr-settings-functions.php:634
700
- #: ../lib/yasr-settings-functions.php:752
701
  msgid ""
702
  "If you remove something you will remove all the votes for that set or field. "
703
  "This operation CAN'T BE undone."
@@ -706,57 +818,57 @@ msgstr ""
706
  "veld. Deze handeling kan NIET ongedaan gemaakt worden."
707
 
708
  # @ yasr
709
- #: ../lib/yasr-settings-functions.php:641
710
- #: ../lib/yasr-settings-functions.php:759
711
  msgid "You can use up to 9 elements"
712
  msgstr "Je kunt tot 9 elementen gebruiken"
713
 
714
  # @ yasr
715
- #: ../lib/yasr-settings-functions.php:643
716
- #: ../lib/yasr-settings-functions.php:761
717
  msgid "Add element"
718
  msgstr "Toevoegen element"
719
 
720
  # @ yasr
721
- #: ../lib/yasr-settings-functions.php:645
722
- #: ../lib/yasr-settings-functions.php:763
723
  msgid "Save changes"
724
  msgstr "Opslaan"
725
 
726
  # @ yasr
727
- #: ../lib/yasr-settings-functions.php:655
728
  msgid "No Multiple Set were found"
729
  msgstr "Geen Multi Set gevonden"
730
 
731
  # @ yasr
732
- #: ../lib/yasr-settings-functions.php:904
733
- #: ../lib/yasr-settings-functions.php:1172
734
  msgid "Settings Saved"
735
  msgstr "Instellingen Opgeslagen"
736
 
737
  # @ yasr
738
- #: ../lib/yasr-settings-functions.php:909
739
  msgid "Something goes wrong trying insert set field name. Please report it"
740
  msgstr ""
741
  "Er ging iets mis tijdens het invoegen van de veldnaam. Graag aangeven bij de "
742
  "maker"
743
 
744
  # @ yasr
745
- #: ../lib/yasr-settings-functions.php:915
746
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
747
  msgstr ""
748
  "Er ging iets mis tijdens het invoegen van de Multi Set naam. Graag aangeven "
749
  "bij de maker"
750
 
751
  # @ yasr
752
- #: ../lib/yasr-settings-functions.php:990
753
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
754
  msgstr ""
755
  "Er ging iets mis tijdens het verwijderen van een Multi Set. Graag aangeven "
756
  "bij de maker"
757
 
758
  # @ yasr
759
- #: ../lib/yasr-settings-functions.php:1036
760
  msgid ""
761
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
762
  msgstr ""
@@ -764,7 +876,7 @@ msgstr ""
764
  "aangeven bij de maker"
765
 
766
  # @ yasr
767
- #: ../lib/yasr-settings-functions.php:1100
768
  msgid ""
769
  "Something goes wrong trying to update a Multi Set's element. Please report it"
770
  msgstr ""
@@ -772,7 +884,7 @@ msgstr ""
772
  "aangeven bij de maker"
773
 
774
  # @ yasr
775
- #: ../lib/yasr-settings-functions.php:1157
776
  msgid ""
777
  "Something goes wrong trying to insert set field name in edit form. Please "
778
  "report it"
@@ -781,17 +893,56 @@ msgstr ""
781
  "formulier. Graag aangeven bij de maker"
782
 
783
  # @ yasr
784
- #: ../lib/yasr-settings-functions.php:1202
785
  msgid "Style Options"
786
  msgstr "Opmaak Opties"
787
 
788
  # @ yasr
789
- #: ../lib/yasr-settings-functions.php:1203
 
 
 
 
 
 
 
 
 
 
 
 
 
790
  msgid "Custom CSS Styles"
791
  msgstr "Aangepaste CSS Opmaak"
792
 
793
  # @ yasr
794
- #: ../lib/yasr-settings-functions.php:1208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
795
  msgid ""
796
  "Please use text area below to write your own CSS styles to override the "
797
  "default ones."
@@ -799,523 +950,434 @@ msgstr ""
799
  "Gebruik het tekstveld hieronder om je eigen CSS opmaak te schrijven om de "
800
  "standaard opmaak te overschrijven. "
801
 
802
- # @ yasr
803
- #: ../lib/yasr-settings-functions.php:1210
804
- msgid "Leave it blank if you don't know what you're doing"
805
- msgstr "Laat het leeg als je niet weet wat dit is."
806
 
807
- #: ../lib/yasr-settings-functions.php:1233
808
- msgid "Looking for more features?"
809
  msgstr ""
810
 
811
- #: ../lib/yasr-settings-functions.php:1234
812
- msgid "Upgrade to yasr pro!"
 
 
813
  msgstr ""
814
 
815
- #: ../lib/yasr-settings-functions.php:1250
816
- msgid "Unlimited ratings and votes"
817
  msgstr ""
818
 
819
- #: ../lib/yasr-settings-functions.php:1256
820
- msgid "Works with shortcodes"
821
  msgstr ""
822
 
823
- # @ yasr
824
- #: ../lib/yasr-settings-functions.php:1262
825
- #, fuzzy
826
- msgid "Multi Set Support"
827
- msgstr "Multi Sets"
828
-
829
- #: ../lib/yasr-settings-functions.php:1267
830
- msgid "Logs and stats for visitors votes"
831
  msgstr ""
832
 
833
- #: ../lib/yasr-settings-functions.php:1272
834
- msgid "Localization (.po and .mo files included)"
835
  msgstr ""
836
 
837
- #: ../lib/yasr-settings-functions.php:1277
838
- msgid "Rich Snippet Support"
839
  msgstr ""
840
 
841
- #: ../lib/yasr-settings-functions.php:1282
842
- msgid "Rankings for reviews, votes and users"
843
  msgstr ""
844
 
845
- #: ../lib/yasr-settings-functions.php:1287
846
- msgid "Rankings Customization"
 
 
 
 
847
  msgstr ""
848
 
849
- #: ../lib/yasr-settings-functions.php:1292
850
- msgid "Stars Customization"
851
- msgstr ""
 
852
 
853
  # @ yasr
854
- #: ../lib/yasr-settings-functions.php:1293
855
- #, fuzzy
856
- msgid "Size Only"
857
- msgstr "Afmeting"
858
-
859
- #: ../lib/yasr-settings-functions.php:1294
860
- msgid ""
861
- "Users can choose different ready to use sets or can upload their own images."
862
- msgstr ""
863
-
864
- #: ../lib/yasr-settings-functions.php:1297
865
- msgid "Users can review in comments"
866
- msgstr ""
867
-
868
- #: ../lib/yasr-settings-functions.php:1308
869
- msgid "Not avaible yet"
870
- msgstr ""
871
-
872
- #: ../lib/yasr-settings-functions.php:1367
873
- msgid "Keep in touch!"
874
- msgstr ""
875
-
876
- #: ../lib/yasr-settings-functions.php:1409
877
- #, php-format
878
- msgid ""
879
- "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
880
- msgstr ""
881
-
882
- #: ../lib/yasr-settings-functions.php:1411
883
- msgid "Can I ask a favor?"
884
- msgstr ""
885
-
886
- #: ../lib/yasr-settings-functions.php:1413
887
- msgid "Can you please rate YASR 5 stars on"
888
- msgstr ""
889
-
890
- #: ../lib/yasr-settings-functions.php:1415
891
- msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
892
- msgstr ""
893
 
894
- #: ../lib/yasr-settings-functions.php:1421
895
- msgid "Ok, I'm glad to help!"
 
896
  msgstr ""
897
 
898
- #: ../lib/yasr-settings-functions.php:1422
899
- msgid "Remind me later!"
900
- msgstr ""
 
901
 
902
- #: ../lib/yasr-settings-functions.php:1423
903
- msgid "Don't need to ask, I already did it!"
904
- msgstr ""
 
 
 
 
905
 
906
- #: ../lib/yasr-settings-functions.php:1456
907
- #, php-format
908
- msgid ""
909
- "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
910
- "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
911
- "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
912
- msgstr ""
913
 
914
  # @ yasr
915
- #: ../lib/yasr-settings-functions.php:1501
916
- msgid "No previous Gd Star Rating installation was found"
917
- msgstr "Geen eerdere Gd Star Rating installatie gevonden"
918
 
919
  # @ yasr
920
- #: ../lib/yasr-db-functions.php:310
921
- #, fuzzy
922
- msgid "No recenet votes yet"
923
- msgstr "Geen Recente stemmen nog"
924
 
925
- # @ default
926
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
927
- msgid "anonymous"
928
- msgstr "anoniem"
929
 
930
- #: ../lib/yasr-db-functions.php:334
931
- #, php-format
932
- msgid "Vote %d from %s on "
933
- msgstr ""
934
 
935
  # @ yasr
936
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
937
- msgid "Ip address"
938
- msgstr "Ipadres"
 
939
 
940
  # @ yasr
941
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
942
- msgid "Pages"
943
- msgstr "Pagina's"
 
944
 
945
  # @ yasr
946
- #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
947
- msgid "Yet Another Stars Rating: Settings"
948
- msgstr "Yet Another Stars Rating: Instellingen"
 
949
 
950
  # @ yasr
951
- #: ../lib/yasr-functions.php:148
952
- msgid "Yet Another Stars Rating: Multiple set"
953
- msgstr "Yet Another Stars Rating: Multi Sets"
954
-
955
- # @ default
956
- #: ../lib/yasr-functions.php:159
957
- msgid "You don't have enought privileges to insert Overall Rating"
958
- msgstr "Je hebt niet genoeg rechten om Algemene Stemming in te voegen"
959
-
960
- # @ default
961
- #: ../lib/yasr-functions.php:169
962
- msgid "You don't have enought privileges to insert Multi Set"
963
- msgstr "Je hebt niet genoeg rechten om Multi Set in te voegen"
964
 
965
  # @ yasr
966
- #: ../lib/yasr-functions.php:298
967
  #, fuzzy
968
- msgid "reviewed by"
969
- msgstr " gerecenseerd door "
970
 
971
  # @ yasr
972
- #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
973
- msgid " on "
974
- msgstr " op "
975
 
976
- # @ yasr
977
- #: ../lib/yasr-functions.php:314
978
  #, fuzzy
979
- msgid "reviewed on"
980
- msgstr " gerecenseerd door "
981
-
982
- #: ../lib/yasr-functions.php:315
983
- msgid "by "
984
  msgstr ""
 
 
985
 
986
- # @ yasr
987
- #: ../lib/yasr-functions.php:319
988
- #, fuzzy
989
- msgid "rated"
990
- msgstr " gestemd "
991
-
992
- #: ../lib/yasr-functions.php:319
993
  #, fuzzy
994
- msgid "of"
995
- msgstr " van "
996
-
997
- # @ yasr
998
- #: ../lib/yasr-functions.php:376
999
- msgid " written by "
1000
- msgstr " geschreven door "
1001
-
1002
- # @ yasr
1003
- #: ../lib/yasr-functions.php:379
1004
- msgid " average rating "
1005
- msgstr " gemiddelde stemming "
1006
 
1007
- # @ yasr
1008
- #: ../lib/yasr-functions.php:380
1009
- msgid " user ratings"
1010
- msgstr " gebruikersstemmen"
1011
 
1012
- # @ yasr
1013
- #: ../lib/yasr-ajax-functions.php:102
1014
- msgid "You've rated it "
1015
- msgstr "Je hebt gestemd"
1016
 
1017
  # @ yasr
1018
- #: ../lib/yasr-ajax-functions.php:106
1019
- msgid "You've reset the vote"
1020
- msgstr "Je hebt de stem ingetrokken"
1021
 
1022
  # @ yasr
1023
- #: ../lib/yasr-ajax-functions.php:188
1024
- msgid ""
1025
- "There was an error while trying to insert the review type. Please report it"
1026
- msgstr ""
1027
- "Er ging iets mis tijdens het invoegen van het recensie type. Graag aangeven "
1028
- "bij de maker"
1029
 
1030
- # @ yasr
1031
- #: ../lib/yasr-ajax-functions.php:223
1032
- msgid "Choose a vote for each element"
1033
- msgstr "Kies een stem voor ieder element"
1034
 
1035
  # @ yasr
1036
- #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
1037
- #, fuzzy
1038
- msgid "If you want to insert this multiset, paste this shortcode "
1039
- msgstr "Als je een Multi Set wilt invoegen, kies er één:"
1040
-
1041
- #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
1042
  msgid ""
1043
- "If, instead, you want allow your visitor to vote on this multiset, use this "
1044
- "shortcode"
1045
  msgstr ""
 
 
1046
 
1047
  # @ yasr
1048
- #: ../lib/yasr-ajax-functions.php:297
1049
- msgid "Choose a vote for every element"
1050
- msgstr "Kies een stem voor ieder element"
1051
-
1052
- # @ yasr
1053
- #: ../lib/yasr-ajax-functions.php:470
1054
- msgid "Main"
1055
- msgstr "Hoofd"
1056
-
1057
- # @ yasr
1058
- #: ../lib/yasr-ajax-functions.php:471
1059
- msgid "Charts"
1060
- msgstr "Grafieken"
1061
 
1062
  # @ yasr
1063
- #: ../lib/yasr-ajax-functions.php:473
1064
- msgid "Read the doc"
1065
- msgstr "Lees de documentatie"
1066
 
1067
  # @ yasr
1068
- #: ../lib/yasr-ajax-functions.php:482
1069
- msgid "Overall Rating / Review"
1070
- msgstr "Algemene Stemming / Recensie"
1071
 
1072
- # @ yasr
1073
- #: ../lib/yasr-ajax-functions.php:484
1074
- msgid "Insert Overall Rating"
1075
- msgstr "Voeg Algemene Stemming in"
1076
 
1077
- # @ yasr
1078
- #: ../lib/yasr-ajax-functions.php:485
1079
- msgid "Insert Overall Rating / Review for this post"
1080
- msgstr "Voeg Algemene Stemming / Recensie voor dit bericht in"
1081
 
1082
- # @ yasr
1083
- #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
1084
- msgid "Choose Size"
1085
- msgstr "Kies Grootte"
 
1086
 
1087
  # @ yasr
1088
- #: ../lib/yasr-ajax-functions.php:502
1089
- msgid "Insert Visitor Votes"
1090
- msgstr "Invoegen Bezoekersstemmen"
1091
 
1092
  # @ yasr
1093
- #: ../lib/yasr-ajax-functions.php:503
1094
- msgid "Insert the ability for your visitor to vote"
1095
- msgstr "Maak het mogelijk voor je bezoekers om te stemmen"
1096
 
1097
  # @ yasr
1098
- #: ../lib/yasr-ajax-functions.php:520
1099
- msgid "If you want to insert a Multi Set, pick one:"
1100
- msgstr "Als je een Multi Set wilt invoegen, kies er één:"
1101
 
1102
  # @ yasr
1103
- #: ../lib/yasr-ajax-functions.php:526
1104
- msgid "Choose wich set you want to insert."
1105
- msgstr "Kies welke set je wilt invoegen."
1106
-
1107
- #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
1108
- msgid "Readonly?"
1109
- msgstr ""
1110
-
1111
- #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
1112
- msgid ""
1113
- "If Readonly is checked, only you can insert the votes (in the box above the "
1114
- "editor)"
1115
- msgstr ""
1116
 
1117
- # @ yasr
1118
- #: ../lib/yasr-ajax-functions.php:531
1119
- #, fuzzy
1120
- msgid "Insert Multi Set"
1121
- msgstr "Invoegen Multi Set"
1122
 
1123
  # @ yasr
1124
- #: ../lib/yasr-ajax-functions.php:540
1125
- msgid "Insert Multiset:"
1126
- msgstr "Invoegen Multi Set:"
1127
 
1128
  # @ yasr
1129
- #: ../lib/yasr-ajax-functions.php:543
1130
- msgid "Insert Multiple Set"
1131
- msgstr "Invoegen Multi Set"
1132
 
1133
- # @ yasr
1134
- #: ../lib/yasr-ajax-functions.php:561
1135
- msgid "Ranking reviews"
1136
- msgstr "Ranglijst recensies"
1137
 
1138
  # @ yasr
1139
- #: ../lib/yasr-ajax-functions.php:562
1140
- msgid "Insert Ranking reviews"
1141
- msgstr "Invoegen Ranglijst recensies"
1142
 
1143
  # @ yasr
1144
- #: ../lib/yasr-ajax-functions.php:563
1145
- msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1146
- msgstr "Invoegen Top 10 ranglijst voor [yasr_overall_rating] shortcode"
 
 
1147
 
1148
- # @ yasr
1149
- #: ../lib/yasr-ajax-functions.php:567
1150
- msgid "Users' ranking"
1151
- msgstr "Gebruikersranglijst"
1152
 
1153
- # @ yasr
1154
- #: ../lib/yasr-ajax-functions.php:568
1155
- msgid "Insert Users ranking"
1156
- msgstr "Invoegen Gebruikersranglijst"
 
 
 
1157
 
1158
  # @ yasr
1159
- #: ../lib/yasr-ajax-functions.php:569
1160
- msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1161
- msgstr "Invoegen Top 10 ranglijst voor [yasr_visitor_votes] shortcode"
1162
 
1163
  # @ yasr
1164
- #: ../lib/yasr-ajax-functions.php:573
1165
- msgid "Most active reviewers"
1166
- msgstr "Meest actieve recensenten"
1167
 
1168
  # @ yasr
1169
- #: ../lib/yasr-ajax-functions.php:574
1170
- msgid "Insert Most Active Reviewers"
1171
- msgstr "Invoegen Meest Actieve Recensenten"
 
 
 
 
 
1172
 
1173
  # @ yasr
1174
- #: ../lib/yasr-ajax-functions.php:575
1175
- msgid "Insert Top 5 active reviewers"
1176
- msgstr "Invoegen Top 5 actieve recensenten"
 
 
 
 
 
 
 
 
 
1177
 
1178
  # @ yasr
1179
- #: ../lib/yasr-ajax-functions.php:579
1180
- msgid "Most Active Users"
1181
- msgstr "Meest Actieve Gebruikers"
 
 
 
 
 
 
1182
 
1183
  # @ yasr
1184
- #: ../lib/yasr-ajax-functions.php:580
1185
- msgid "Insert Most Active Users"
1186
- msgstr "Invoegen Meest Actieve Gebruikers"
1187
 
1188
- # @ yasr
1189
- #: ../lib/yasr-ajax-functions.php:581
1190
- msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1191
- msgstr "Invoegen Top 10 stemmers [yasr_visitor_votes] shortcode"
1192
 
1193
- # @ yasr
1194
- #: ../lib/yasr-ajax-functions.php:652
1195
- msgid "Reviews and Visitor Votes have been successfull imported."
1196
- msgstr "Recensies en Bezoekersstemmen zijn succesvol geïmporteerd."
1197
 
1198
- # @ yasr
1199
- #: ../lib/yasr-ajax-functions.php:658
1200
  msgid ""
1201
- "Step2: I will check if you used Multiple Sets and if so I will import them. "
1202
- "THIS MAY TAKE A WHILE!"
1203
  msgstr ""
1204
- "Stap 2: Controleren op gebruik van MultiSets en eventueel importeren. DIT "
1205
- "KAN EVEN DUREN! "
1206
 
1207
- # @ yasr
1208
- #: ../lib/yasr-ajax-functions.php:660
1209
- msgid "Proceed Step 2"
1210
- msgstr "Verder met stap 2"
1211
 
1212
- # @ yasr
1213
- #: ../lib/yasr-ajax-functions.php:667
1214
- msgid "Something goes wrong! Refresh the page and try again!"
1215
- msgstr "Er ging iets mis. Vernieuw de pagina en probeer het nogmaals."
1216
 
1217
- # @ yasr
1218
- #: ../lib/yasr-ajax-functions.php:696
1219
- msgid "I've found Multiple Set! Importing..."
1220
- msgstr "Meerdere Multi Sets gevonden. Aan het importeren..."
1221
 
1222
- # @ yasr
1223
- #: ../lib/yasr-ajax-functions.php:705
1224
- msgid "Multi Set's name has been successfull imported."
1225
- msgstr "Naam van Multi Set is succesvol geïmporteerd."
1226
 
1227
  # @ yasr
1228
- #: ../lib/yasr-ajax-functions.php:707
1229
- msgid "Now I'm going to import Multi Set data"
1230
- msgstr "Beginnen met het importeren van Multi Set gegevens"
1231
 
1232
  # @ yasr
1233
- #: ../lib/yasr-ajax-functions.php:718
1234
- msgid "All votes has been successfull imported."
1235
- msgstr "Alle stemmen zijn succesvol geïmporteerd."
1236
 
1237
  # @ yasr
1238
- #: ../lib/yasr-ajax-functions.php:720
1239
- msgid "Done"
1240
- msgstr "Klaar"
1241
 
1242
  # @ yasr
1243
- #: ../lib/yasr-ajax-functions.php:725
1244
- msgid "I've found Multiple Set's votes but I couldn't insert into db"
1245
- msgstr ""
1246
- "Er zijn stemmen van meerdere Multi Sets gevonden maar deze konden niet "
1247
- "geïmporteerd worden in de database"
1248
 
1249
  # @ yasr
1250
- #: ../lib/yasr-ajax-functions.php:733
1251
- msgid "I've found Multi Set but with no data"
1252
- msgstr "De Multi Set is gevonden maar deze bevat geen gegevens"
1253
 
1254
  # @ yasr
1255
- #: ../lib/yasr-ajax-functions.php:742
1256
- msgid "I've found Multi Sets names but I couldn't insert into db"
1257
- msgstr ""
1258
- "Multi Set namen zijn gevonden maar ze konden niet in de database "
1259
- "geïmporteerd worden"
1260
 
1261
- # @ yasr
1262
- #: ../lib/yasr-ajax-functions.php:750
1263
- msgid "Multisets were not found. Imported is done!"
1264
- msgstr "Geen Multi Sets gevonden. Importeren is klaar."
1265
 
1266
  # @ yasr
1267
- #: ../lib/yasr-ajax-functions.php:793
1268
- msgid "No Recenet votes yet"
1269
- msgstr "Geen Recente stemmen nog"
1270
-
1271
- #: ../lib/yasr-ajax-functions.php:815
1272
- #, php-format
1273
- msgid "Vote %d from %s on"
1274
- msgstr ""
1275
 
1276
  # @ yasr
1277
- #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1278
- msgid "Error: you can't vote 0"
1279
- msgstr "Error: je kunt niet 0 stemmen"
1280
 
1281
  # @ yasr
1282
- #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1283
- #, fuzzy
1284
- msgid "Average:"
1285
- msgstr "Gemiddelde: "
1286
 
1287
- # @ yasr
1288
- #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1289
- msgid "Vote Saved"
1290
- msgstr "Stem Opgeslagen"
1291
 
1292
  # @ yasr
1293
- #: ../lib/yasr-ajax-functions.php:1264
1294
  #, fuzzy
1295
- msgid "Vote updated"
1296
- msgstr "Stem Bijgewerkt"
1297
 
1298
- # @ yasr
1299
- #: ../lib/yasr-ajax-functions.php:1409
1300
  #, fuzzy
1301
- msgid "Rating saved!"
1302
- msgstr "Instellingen Opgeslagen"
1303
 
1304
- #: ../lib/yasr-ajax-functions.php:1415
1305
- msgid "Rating not saved. Please Try again"
1306
- msgstr ""
1307
 
1308
  # @ yasr
1309
- #: ../lib/yasr-ajax-functions.php:1508
1310
- #, fuzzy
1311
- msgid "stars"
1312
- msgstr "Sterren"
1313
 
1314
  # @ yasr
1315
- #: ../lib/yasr-ajax-functions.php:1513
1316
- #, fuzzy
1317
- msgid "star"
1318
- msgstr "Sterren"
1319
 
1320
  # @ yasr
1321
  #~ msgid "Donations"
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating v0.6.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-17 22:23+0100\n"
6
+ "PO-Revision-Date: 2016-02-17 22:47+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: NL\n"
9
  "Language: nl_NL\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 1.8.6\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
21
  "X-Poedit-SearchPath-1: ../lib\n"
22
 
23
  # @ yasr
24
+ #: ../lib/yasr-ajax-functions.php:45 ../lib/yasr-ajax-functions.php:142
25
+ #: ../lib/yasr-ajax-functions.php:228 ../lib/yasr-ajax-functions.php:386
26
+ #: ../lib/yasr-ajax-functions.php:815 ../lib/yasr-ajax-functions.php:1129
27
+ #: ../lib/yasr-functions.php:149 ../yasr-settings-page.php:24
28
+ msgid "You do not have sufficient permissions to access this page."
29
+ msgstr "Je hebt niet voldoende rechten om deze pagina te laden."
30
 
31
  # @ yasr
32
+ #: ../lib/yasr-ajax-functions.php:109
33
+ msgid "You've rated it "
34
+ msgstr "Je hebt gestemd"
 
35
 
36
  # @ yasr
37
+ #: ../lib/yasr-ajax-functions.php:113
38
+ msgid "You've reset the vote"
39
+ msgstr "Je hebt de stem ingetrokken"
40
 
41
+ #: ../lib/yasr-ajax-functions.php:201
42
+ msgid "Type Saved"
43
+ msgstr "Type Bewaard"
 
44
 
45
+ # @ yasr
46
+ #: ../lib/yasr-ajax-functions.php:204
47
+ msgid ""
48
+ "There was an error while trying to insert the review type. Please report it"
49
  msgstr ""
50
+ "Er ging iets mis tijdens het invoegen van het recensie type. Graag aangeven "
51
+ "bij de maker"
52
 
 
53
  # @ yasr
54
+ #: ../lib/yasr-ajax-functions.php:243
55
+ msgid "Choose a vote for each element"
56
+ msgstr "Kies een stem voor ieder element"
 
57
 
58
  # @ yasr
59
+ #: ../lib/yasr-ajax-functions.php:306 ../lib/yasr-ajax-functions.php:350
60
+ msgid "If you want to insert this multiset, paste this shortcode "
61
+ msgstr "Als je deze Multi Set wilt invoegen, plak dan deze stortcode"
62
+
63
+ #: ../lib/yasr-ajax-functions.php:308 ../lib/yasr-ajax-functions.php:352
64
  msgid ""
65
+ "If, instead, you want allow your visitor to vote on this multiset, use this "
66
+ "shortcode"
67
  msgstr ""
68
+ "Als je in plaats hiervan de bezoeker wil toelaten te stemmen op deze "
69
+ "multiset, gebruik dan deze shortcode"
70
 
71
  # @ yasr
72
+ #: ../lib/yasr-ajax-functions.php:317
73
+ msgid "Choose a vote for every element"
74
+ msgstr "Kies een stem voor ieder element"
 
 
75
 
76
  # @ yasr
77
+ #: ../lib/yasr-ajax-functions.php:493
78
+ msgid "Main"
79
+ msgstr "Hoofd"
80
 
81
  # @ yasr
82
+ #: ../lib/yasr-ajax-functions.php:494
83
+ msgid "Charts"
84
+ msgstr "Grafieken"
85
 
86
  # @ yasr
87
+ #: ../lib/yasr-ajax-functions.php:497
88
+ msgid "Read the doc"
89
+ msgstr "Lees de documentatie"
90
 
91
  # @ yasr
92
+ #: ../lib/yasr-ajax-functions.php:506
93
+ msgid "Overall Rating / Review"
94
+ msgstr "Algemene Stemming / Recensie"
 
 
 
 
95
 
96
+ # @ yasr
97
+ #: ../lib/yasr-ajax-functions.php:508
98
+ msgid "Insert Overall Rating"
99
+ msgstr "Voeg Algemene Stemming in"
 
100
 
101
  # @ yasr
102
+ #: ../lib/yasr-ajax-functions.php:509
103
+ msgid "Insert Overall Rating / Review for this post"
104
+ msgstr "Voeg Algemene Stemming / Recensie voor dit bericht in"
105
 
106
  # @ yasr
107
+ #: ../lib/yasr-ajax-functions.php:512 ../lib/yasr-ajax-functions.php:530
108
+ msgid "Choose Size"
109
+ msgstr "Kies Grootte"
110
 
111
  # @ yasr
112
+ #: ../lib/yasr-ajax-functions.php:514 ../lib/yasr-ajax-functions.php:532
113
+ #: ../lib/yasr-settings-functions.php:159
114
+ msgid "Small"
115
+ msgstr "Klein"
116
 
117
  # @ yasr
118
+ #: ../lib/yasr-ajax-functions.php:515 ../lib/yasr-ajax-functions.php:533
119
+ #: ../lib/yasr-settings-functions.php:164
120
+ msgid "Medium"
121
+ msgstr "Gemiddeld"
122
 
123
+ # @ yasr
124
+ #: ../lib/yasr-ajax-functions.php:516 ../lib/yasr-ajax-functions.php:534
125
+ #: ../lib/yasr-settings-functions.php:169
126
+ msgid "Large"
127
+ msgstr "Groot"
128
 
129
  # @ yasr
130
+ #: ../lib/yasr-ajax-functions.php:524 ../lib/yasr-settings-functions.php:127
131
+ msgid "Visitor Votes"
132
+ msgstr "Bezoekersstemmen"
133
 
134
  # @ yasr
135
+ #: ../lib/yasr-ajax-functions.php:526
136
+ msgid "Insert Visitor Votes"
137
+ msgstr "Invoegen Bezoekersstemmen"
138
 
139
+ # @ yasr
140
+ #: ../lib/yasr-ajax-functions.php:527
141
+ msgid "Insert the ability for your visitor to vote"
142
+ msgstr "Maak het mogelijk voor je bezoekers om te stemmen"
143
 
144
  # @ yasr
145
+ #: ../lib/yasr-ajax-functions.php:544
146
+ msgid "If you want to insert a Multi Set, pick one:"
147
+ msgstr "Als je een Multi Set wilt invoegen, kies er één:"
148
 
149
  # @ yasr
150
+ #: ../lib/yasr-ajax-functions.php:550
151
+ msgid "Choose wich set you want to insert."
152
+ msgstr "Kies welke set je wilt invoegen."
 
 
153
 
154
+ #: ../lib/yasr-ajax-functions.php:553 ../lib/yasr-ajax-functions.php:576
155
+ msgid "Readonly?"
156
+ msgstr "Enkel lezen?"
 
157
 
158
+ #: ../lib/yasr-ajax-functions.php:556 ../lib/yasr-ajax-functions.php:579
 
159
  msgid ""
160
+ "If Readonly is checked, only you can insert the votes (in the box above the "
161
+ "editor)"
162
  msgstr ""
163
+ "Als Enkel lezen aangevinkt is, kan enkel jij stemmen toevoegen (in de box "
164
+ "boven de editor)"
165
 
166
+ #: ../lib/yasr-ajax-functions.php:559 ../lib/yasr-ajax-functions.php:582
167
+ msgid "Hide Average?"
168
+ msgstr "Gemiddelde verbergen?"
 
169
 
170
  # @ yasr
171
+ #: ../lib/yasr-ajax-functions.php:563
172
+ #, fuzzy
173
+ msgid "Insert Multi Set"
174
+ msgstr "Invoegen Multi Set"
175
 
176
  # @ yasr
177
+ #: ../lib/yasr-ajax-functions.php:573
178
+ msgid "Insert Multiset:"
179
+ msgstr "Invoegen Multi Set:"
 
 
 
 
 
180
 
181
  # @ yasr
182
+ #: ../lib/yasr-ajax-functions.php:587
183
+ msgid "Insert Multiple Set"
184
+ msgstr "Invoegen Multi Set"
 
 
 
 
 
 
 
 
 
185
 
186
  # @ yasr
187
+ #: ../lib/yasr-ajax-functions.php:603
188
+ msgid "Ranking reviews"
189
+ msgstr "Ranglijst recensies"
 
 
 
 
 
 
190
 
191
  # @ yasr
192
+ #: ../lib/yasr-ajax-functions.php:604
193
+ msgid "Insert Ranking reviews"
194
+ msgstr "Invoegen Ranglijst recensies"
 
 
 
 
 
195
 
196
  # @ yasr
197
+ #: ../lib/yasr-ajax-functions.php:605
198
+ msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
199
+ msgstr "Invoegen Top 10 ranglijst voor [yasr_overall_rating] shortcode"
 
 
200
 
201
  # @ yasr
202
+ #: ../lib/yasr-ajax-functions.php:609
203
+ msgid "Users' ranking"
204
+ msgstr "Gebruikersranglijst"
 
205
 
206
  # @ yasr
207
+ #: ../lib/yasr-ajax-functions.php:610
208
+ msgid "Insert Users ranking"
209
+ msgstr "Invoegen Gebruikersranglijst"
 
210
 
211
  # @ yasr
212
+ #: ../lib/yasr-ajax-functions.php:611
213
+ msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
214
+ msgstr "Invoegen Top 10 ranglijst voor [yasr_visitor_votes] shortcode"
215
 
216
+ # @ yasr
217
+ #: ../lib/yasr-ajax-functions.php:615
218
+ msgid "Most active reviewers"
219
+ msgstr "Meest actieve recensenten"
220
 
221
  # @ yasr
222
+ #: ../lib/yasr-ajax-functions.php:616
223
+ msgid "Insert Most Active Reviewers"
224
+ msgstr "Invoegen Meest Actieve Recensenten"
 
225
 
226
+ # @ yasr
227
+ #: ../lib/yasr-ajax-functions.php:617
228
+ msgid "Insert Top 5 active reviewers"
229
+ msgstr "Invoegen Top 5 actieve recensenten"
 
230
 
231
  # @ yasr
232
+ #: ../lib/yasr-ajax-functions.php:621
233
+ msgid "Most Active Users"
234
+ msgstr "Meest Actieve Gebruikers"
235
 
236
  # @ yasr
237
+ #: ../lib/yasr-ajax-functions.php:622
238
+ msgid "Insert Most Active Users"
239
+ msgstr "Invoegen Meest Actieve Gebruikers"
240
 
241
+ # @ yasr
242
+ #: ../lib/yasr-ajax-functions.php:623
243
+ msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
244
+ msgstr "Invoegen Top 10 stemmers [yasr_visitor_votes] shortcode"
245
 
246
  # @ yasr
247
+ #: ../lib/yasr-ajax-functions.php:696
248
+ msgid "Reviews and Visitor Votes have been successfull imported."
249
+ msgstr "Recensies en Bezoekersstemmen zijn succesvol geïmporteerd."
 
250
 
251
  # @ yasr
252
+ #: ../lib/yasr-ajax-functions.php:702
253
+ msgid ""
254
+ "Step2: I will check if you used Multiple Sets and if so I will import them. "
255
+ "THIS MAY TAKE A WHILE!"
256
+ msgstr ""
257
+ "Stap 2: Controleren op gebruik van MultiSets en eventueel importeren. DIT "
258
+ "KAN EVEN DUREN! "
259
 
260
  # @ yasr
261
+ #: ../lib/yasr-ajax-functions.php:704
262
+ msgid "Proceed Step 2"
263
+ msgstr "Verder met stap 2"
 
264
 
265
  # @ yasr
266
+ #: ../lib/yasr-ajax-functions.php:711
267
+ msgid "Something goes wrong! Refresh the page and try again!"
268
+ msgstr "Er ging iets mis. Vernieuw de pagina en probeer het nogmaals."
 
269
 
270
  # @ yasr
271
+ #: ../lib/yasr-ajax-functions.php:740
272
+ msgid "I've found Multiple Set! Importing..."
273
+ msgstr "Meerdere Multi Sets gevonden. Aan het importeren..."
 
274
 
275
  # @ yasr
276
+ #: ../lib/yasr-ajax-functions.php:749
277
+ msgid "Multi Set's name has been successfull imported."
278
+ msgstr "Naam van Multi Set is succesvol geïmporteerd."
 
279
 
280
  # @ yasr
281
+ #: ../lib/yasr-ajax-functions.php:751
282
+ msgid "Now I'm going to import Multi Set data"
283
+ msgstr "Beginnen met het importeren van Multi Set gegevens"
284
 
285
+ # @ yasr
286
+ #: ../lib/yasr-ajax-functions.php:762
287
+ msgid "All votes has been successfull imported."
288
+ msgstr "Alle stemmen zijn succesvol geïmporteerd."
289
+
290
+ # @ yasr
291
+ #: ../lib/yasr-ajax-functions.php:764
292
+ msgid "Done"
293
+ msgstr "Klaar"
294
+
295
+ # @ yasr
296
+ #: ../lib/yasr-ajax-functions.php:769
297
+ msgid "I've found Multiple Set's votes but I couldn't insert into db"
298
  msgstr ""
299
+ "Er zijn stemmen van meerdere Multi Sets gevonden maar deze konden niet "
300
+ "geïmporteerd worden in de database"
301
+
302
+ # @ yasr
303
+ #: ../lib/yasr-ajax-functions.php:777
304
+ msgid "I've found Multi Set but with no data"
305
+ msgstr "De Multi Set is gevonden maar deze bevat geen gegevens"
306
+
307
+ # @ yasr
308
+ #: ../lib/yasr-ajax-functions.php:786
309
+ msgid "I've found Multi Sets names but I couldn't insert into db"
310
+ msgstr ""
311
+ "Multi Set namen zijn gevonden maar ze konden niet in de database "
312
+ "geïmporteerd worden"
313
+
314
+ # @ yasr
315
+ #: ../lib/yasr-ajax-functions.php:794
316
+ msgid "Multisets were not found. Imported is done!"
317
+ msgstr "Geen Multi Sets gevonden. Importeren is klaar."
318
+
319
+ # @ yasr
320
+ #: ../lib/yasr-ajax-functions.php:838 ../lib/yasr-ajax-functions.php:997
321
+ msgid "No Recenet votes yet"
322
+ msgstr "Geen Recente stemmen nog"
323
 
324
  # @ default
325
+ #: ../lib/yasr-ajax-functions.php:851 ../lib/yasr-db-functions.php:442
326
+ msgid "anonymous"
327
+ msgstr "anoniem"
328
+
329
+ #: ../lib/yasr-ajax-functions.php:860
330
+ #, php-format
331
+ msgid "Vote %d from %s on"
332
+ msgstr "Stem %d van %s op "
333
+
334
+ # @ yasr
335
+ #: ../lib/yasr-ajax-functions.php:876 ../lib/yasr-ajax-functions.php:1025
336
+ #: ../lib/yasr-db-functions.php:467 ../lib/yasr-db-functions.php:600
337
+ msgid "Ip address"
338
+ msgstr "Ipadres"
339
+
340
+ # @ yasr
341
+ #: ../lib/yasr-ajax-functions.php:894 ../lib/yasr-ajax-functions.php:1044
342
+ #: ../lib/yasr-db-functions.php:488 ../lib/yasr-db-functions.php:621
343
+ msgid "Pages"
344
+ msgstr "Pagina's"
345
+
346
+ #: ../lib/yasr-ajax-functions.php:1009 ../lib/yasr-db-functions.php:584
347
+ #, php-format
348
+ msgid "You rated %s on "
349
+ msgstr "Je stemde %s op "
350
+
351
+ # @ yasr
352
+ #: ../lib/yasr-ajax-functions.php:1209 ../lib/yasr-ajax-functions.php:1367
353
+ msgid "Error: you can't vote 0"
354
+ msgstr "Error: je kunt niet 0 stemmen"
355
+
356
+ # @ yasr
357
+ #: ../lib/yasr-ajax-functions.php:1318 ../lib/yasr-ajax-functions.php:1326
358
+ #: ../lib/yasr-ajax-functions.php:1465 ../lib/yasr-shortcode-functions.php:279
359
+ msgid "Total: "
360
+ msgstr "Totaal: "
361
+
362
+ # @ yasr
363
+ #: ../lib/yasr-ajax-functions.php:1318 ../lib/yasr-ajax-functions.php:1326
364
  #, fuzzy
365
+ msgid "Average:"
366
+ msgstr "Gemiddelde: "
367
+
368
+ # @ yasr
369
+ #: ../lib/yasr-ajax-functions.php:1319 ../lib/yasr-ajax-functions.php:1327
370
+ msgid "Vote Saved"
371
+ msgstr "Stem Opgeslagen"
372
+
373
+ # @ yasr
374
+ #: ../lib/yasr-ajax-functions.php:1468
375
+ #, fuzzy
376
+ msgid "Vote updated"
377
+ msgstr "Stem Bijgewerkt"
378
+
379
+ # @ yasr
380
+ #: ../lib/yasr-ajax-functions.php:1613
381
+ #, fuzzy
382
+ msgid "Rating saved!"
383
+ msgstr "Instellingen Opgeslagen"
384
+
385
+ #: ../lib/yasr-ajax-functions.php:1619
386
+ msgid "Rating not saved. Please Try again"
387
+ msgstr "Stem niet bewaard. Probeer het opnieuw"
388
+
389
+ # @ yasr
390
+ #: ../lib/yasr-ajax-functions.php:1712
391
+ #, fuzzy
392
+ msgid "stars"
393
+ msgstr "Sterren"
394
+
395
+ # @ yasr
396
+ #: ../lib/yasr-ajax-functions.php:1717
397
+ msgid "star"
398
+ msgstr "Ster"
399
+
400
+ # @ yasr
401
+ #: ../lib/yasr-db-functions.php:427 ../lib/yasr-db-functions.php:570
402
+ #, fuzzy
403
+ msgid "No recenet votes yet"
404
+ msgstr "Geen Recente stemmen nog"
405
+
406
+ #: ../lib/yasr-db-functions.php:451
407
+ #, php-format
408
+ msgid "Vote %d from %s on "
409
+ msgstr "Stem %d van %s op "
410
+
411
+ # @ yasr
412
+ #: ../lib/yasr-functions.php:55 ../lib/yasr-shortcode-functions.php:526
413
+ #: ../yasr-metabox-top-right.php:81
414
+ msgid "Loading, please wait"
415
+ msgstr "Laden, even wachten svp."
416
+
417
+ #: ../lib/yasr-functions.php:57
418
+ msgid "bad, poor, ok, good, super"
419
+ msgstr "slecht, zwak, ok, good, super"
420
+
421
+ # @ yasr
422
+ #: ../lib/yasr-functions.php:136 ../lib/yasr-functions.php:137
423
+ msgid "Yet Another Stars Rating: Settings"
424
+ msgstr "Yet Another Stars Rating: Instellingen"
425
+
426
+ # @ yasr
427
+ #: ../lib/yasr-functions.php:186
428
+ msgid "Yet Another Stars Rating: Multiple set"
429
+ msgstr "Yet Another Stars Rating: Multi Sets"
430
+
431
+ # @ default
432
+ #: ../lib/yasr-functions.php:197
433
+ msgid "You don't have enought privileges to insert Overall Rating"
434
+ msgstr "Je hebt niet genoeg rechten om Algemene Stemming in te voegen"
435
+
436
+ #: ../lib/yasr-functions.php:207
437
+ msgid "You don't have enough privileges to insert a Multi Set"
438
+ msgstr "Je hebt niet genoeg rechten om een Multi Set toe te voegen"
439
+
440
+ #: ../lib/yasr-functions.php:510
441
+ msgid "Product, Place, Recipe, BlogPosting"
442
+ msgstr "Product, Plaats, Recept, BlogBericht"
443
 
444
  # @ yasr
445
+ #: ../lib/yasr-settings-functions.php:68
446
  msgid "General settings"
447
  msgstr "Algemene instellingen"
448
 
449
  # @ yasr
450
+ #: ../lib/yasr-settings-functions.php:69
451
  msgid "Auto insert options"
452
  msgstr "Auto invoegopties"
453
 
454
  # @ yasr
455
+ #: ../lib/yasr-settings-functions.php:70
 
456
  msgid "Show \"Overall Rating\" in Archive Page?"
457
+ msgstr "Toon \"Algemene Stemming\" op de Archiefpagina?"
458
 
459
+ #: ../lib/yasr-settings-functions.php:71
460
  msgid "Show \"Visitor Votes\" in Archive Page?"
461
+ msgstr "Toon “Bezoeker Stemming\" op de Archiefpagina?"
462
 
463
  # @ yasr
464
+ #: ../lib/yasr-settings-functions.php:72
465
  msgid "Insert custom text to show before / after stars"
466
  msgstr "Invoegen aangepaste tekst om voor / na de sterren te tonen"
467
 
468
+ #: ../lib/yasr-settings-functions.php:73
469
  msgid "Do you want show stats for visitors votes?"
470
+ msgstr "Wil je statistieken tonen voor bezoeker stemmingen?"
471
 
472
  # @ yasr
473
+ #: ../lib/yasr-settings-functions.php:74
474
  msgid "Allow only logged in user to vote?"
475
  msgstr "Alleen ingelogde gebruikers mogen stemmen?"
476
 
477
+ #: ../lib/yasr-settings-functions.php:75
478
+ msgid "Rich snippet options"
479
+ msgstr "Rich snippet opties"
 
480
 
481
  # @ yasr
482
+ #: ../lib/yasr-settings-functions.php:76
483
  msgid "How do you want to rate \"Overall Rating\"?"
484
  msgstr "Hoe wil je de \"Algemene Stemming\" waarderen?"
485
 
486
  # @ yasr
487
+ #: ../lib/yasr-settings-functions.php:90
488
  msgid "Use Auto Insert?"
489
  msgstr "Gebruik Auto Invoegen?"
490
 
491
  # @ yasr
492
+ #: ../lib/yasr-settings-functions.php:96 ../lib/yasr-settings-functions.php:180
493
+ #: ../lib/yasr-settings-functions.php:200
494
+ #: ../lib/yasr-settings-functions.php:244
495
+ #: ../lib/yasr-settings-functions.php:270
496
+ #: ../lib/yasr-settings-functions.php:304
497
+ #: ../lib/yasr-settings-functions.php:359
 
498
  msgid "Yes"
499
  msgstr "Ja"
500
 
501
  # @ yasr
502
+ #: ../lib/yasr-settings-functions.php:110
503
+ #: ../lib/yasr-settings-functions.php:185
504
+ #: ../lib/yasr-settings-functions.php:205
505
+ #: ../lib/yasr-settings-functions.php:249
506
+ #: ../lib/yasr-settings-functions.php:275
507
+ #: ../lib/yasr-settings-functions.php:309
508
+ #: ../lib/yasr-settings-functions.php:364
509
  msgid "No"
510
  msgstr "Nee"
511
 
512
  # @ yasr
513
+ #: ../lib/yasr-settings-functions.php:118
514
  msgid "What?"
515
  msgstr "Wat?"
516
 
517
  # @ yasr
518
+ #: ../lib/yasr-settings-functions.php:123
519
  msgid "Overall Rating / Author Rating"
520
  msgstr "Algemene Stemming / Auteur Stemming"
521
 
522
  # @ yasr
523
+ #: ../lib/yasr-settings-functions.php:131
 
 
 
 
 
524
  msgid "Both"
525
  msgstr "Beide"
526
 
527
  # @ yasr
528
+ #: ../lib/yasr-settings-functions.php:137
529
  msgid "Where?"
530
  msgstr "Waar?"
531
 
532
  # @ yasr
533
+ #: ../lib/yasr-settings-functions.php:142
534
  msgid "Before the post"
535
  msgstr "Voor het bericht"
536
 
537
  # @ yasr
538
+ #: ../lib/yasr-settings-functions.php:146
539
  msgid "After the post"
540
  msgstr "Na het bericht"
541
 
542
  # @ yasr
543
+ #: ../lib/yasr-settings-functions.php:153
544
  msgid "Size"
545
  msgstr "Afmeting"
546
 
547
  # @ yasr
548
+ #: ../lib/yasr-settings-functions.php:176
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  msgid "Exclude Pages?"
550
  msgstr "Negeer Pagina's"
551
 
552
  # @ yasr
553
+ #: ../lib/yasr-settings-functions.php:197
554
  msgid "Use only in custom post types?"
555
  msgstr "Alleen gebruiken in custom post types?"
556
 
557
  # @ yasr
558
+ #: ../lib/yasr-settings-functions.php:209
559
  msgid "You see this because you use custom post types."
560
  msgstr "Je ziet dit omdat je custom post types gebruikt."
561
 
562
  # @ yasr
563
+ #: ../lib/yasr-settings-functions.php:211
564
  msgid "If you want to use auto insert only in custom post types, choose Yes"
565
  msgstr ""
566
  "Als je auto invoegen alleen wilt gebruiken bij custom post types, kies Ja"
567
 
568
  # @ yasr
569
+ #: ../lib/yasr-settings-functions.php:253
570
  msgid ""
571
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
572
  "article or page, but also in pages like Home Page, category pages or "
577
  "categoriepagina's of archiefpagina's."
578
 
579
  # @ yasr
580
+ #: ../lib/yasr-settings-functions.php:279
581
  #, fuzzy
582
  msgid ""
583
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
589
  "categoriepagina's of archiefpagina's."
590
 
591
  # @ yasr
592
+ #: ../lib/yasr-settings-functions.php:314
593
  msgid "Custom text to display before Overall Rating"
594
  msgstr "Aangepaste tekst om te tonen voor Algemene Stemming"
595
 
596
  # @ yasr
597
+ #: ../lib/yasr-settings-functions.php:319
 
598
  msgid "Custom text to display BEFORE Visitor Rating"
599
+ msgstr "Aangepaste tekst om te tonen VOOR Bezoekersstemming"
600
 
601
  # @ yasr
602
+ #: ../lib/yasr-settings-functions.php:325
 
603
  msgid "Custom text to display AFTER Visitor Rating"
604
+ msgstr "Aangepaste tekst om te tonen NA Bezoekersstemming"
605
 
606
  # @ yasr
607
+ #: ../lib/yasr-settings-functions.php:330
608
  msgid "Custom text to display when a non logged user has already rated"
609
  msgstr ""
610
  "Aangepaste tekst om te tonen wanneer een niet-ingelogde gebruiker al gestemd "
611
  "heeft"
612
 
613
+ #: ../lib/yasr-settings-functions.php:335
614
  msgid "Help"
615
  msgstr ""
616
 
617
+ #: ../lib/yasr-settings-functions.php:339
618
  msgid ""
619
  "In the first field you can use %overall_rating% pattern to show the overall "
620
  "rating."
621
  msgstr ""
622
+ "In het Eerste veld kan je het %overall_rating% patroon gebruiken om de "
623
+ "algemene stemming te tonen."
624
 
625
+ #: ../lib/yasr-settings-functions.php:343
626
  msgid ""
627
  "In the Second and Third fields you can use %total_count% pattern to show the "
628
  "total count, and %average% pattern to show the average"
629
  msgstr ""
630
+ "In het Tweede en derde veld kan je het %total_count% patroon gebruiken om "
631
+ "het totaal aantal stemmen, en het %average% patroon om het gemiddelde te "
632
+ "tonen"
633
 
634
  # @ yasr
635
+ #: ../lib/yasr-settings-functions.php:382
636
  msgid "Allow only logged-in users"
637
  msgstr "Alleen ingelogde gebruikers toestaan"
638
 
639
  # @ yasr
640
+ #: ../lib/yasr-settings-functions.php:386
641
  msgid "Allow everybody (logged in and anonymous)"
642
  msgstr "Sta iedereen toe (ingelogd en anoniem)"
643
 
644
+ #: ../lib/yasr-settings-functions.php:406
645
+ msgid "Which rich snippet do you want to use?"
646
+ msgstr "Welk rich snipper wens je te gebruiken?"
647
+
648
  # @ yasr
649
+ #: ../lib/yasr-settings-functions.php:410
650
  msgid "Review Rating"
651
  msgstr "Recensie Stemming"
652
 
653
  # @ yasr
654
+ #: ../lib/yasr-settings-functions.php:414
655
  msgid "Aggregate Rating"
656
  msgstr "Cumulatieve Stemming"
657
 
658
  # @ yasr
659
+ #: ../lib/yasr-settings-functions.php:419
660
  msgid "What is this?"
661
  msgstr "Wat is dit?"
662
 
663
  # @ yasr
664
+ #: ../lib/yasr-settings-functions.php:424
665
  msgid ""
666
  "If you select \"Review Rating\", your site will be indexed from search "
667
  "engines like this: "
670
  "zoekmachines als volgt: "
671
 
672
  # @ yasr
673
+ #: ../lib/yasr-settings-functions.php:429
674
  msgid ""
675
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
676
  "this"
678
  "Als je in plaats daarvan kiest voor \"Cumulatieve Stemming\", dan wordt je "
679
  "site ook geïndexeerd als volgt:"
680
 
681
+ #: ../lib/yasr-settings-functions.php:440
682
+ msgid "Select default item type for all post or pages"
683
+ msgstr "Selecteer het default item type voor alle berichten of pagina’s"
 
684
 
685
+ #: ../lib/yasr-settings-functions.php:445
686
+ msgid "Product"
687
+ msgstr "Product"
 
688
 
689
+ #: ../lib/yasr-settings-functions.php:449
690
+ msgid "Place"
691
+ msgstr "Plaats"
 
692
 
693
+ #: ../lib/yasr-settings-functions.php:453
694
+ msgid "Recipe"
695
+ msgstr "Recept"
 
696
 
 
697
  #: ../lib/yasr-settings-functions.php:457
698
+ msgid "BlogPosting"
699
+ msgstr "BlogBericht"
700
 
701
+ #: ../lib/yasr-settings-functions.php:463
702
+ msgid ""
703
+ "If you need to use BlogPosting as item type, even for just one post or page, "
704
+ "please fill these forms"
705
+ msgstr ""
706
+ "Als je BlogBericht als item type moet gebruiken, zelfs voor slechts één "
707
+ "bericht of pagina, gebruik dan deze formulieren"
708
+
709
+ #: ../lib/yasr-settings-functions.php:468
710
+ msgid "Publisher name (e.g. Google)"
711
+ msgstr ""
712
+
713
+ #: ../lib/yasr-settings-functions.php:473
714
+ msgid "Logo Url (if empty siteicon will be used instead)"
715
+ msgstr "Logo Url (indien leeg zal het site-icoon gebruikt worden)"
716
+
717
+ #: ../lib/yasr-settings-functions.php:480
718
+ msgid "You can always change it in the single post or page."
719
+ msgstr "Je kan het altijd wijzigen in de enkele post of pagina."
720
+
721
+ #: ../lib/yasr-settings-functions.php:482
722
+ msgid ""
723
+ "This will affect only the post/page where you didn't change manually the "
724
+ "itemtype yet."
725
+ msgstr ""
726
+ "Dit zal enkel effect hebben op het bericht of de pagina waar je het item "
727
+ "type nog niet manueel wijzigde."
728
 
729
  # @ yasr
730
+ #: ../lib/yasr-settings-functions.php:521
731
+ msgid "Stars"
732
+ msgstr "Sterren"
733
 
734
  # @ yasr
735
+ #: ../lib/yasr-settings-functions.php:525
736
+ msgid "Numbers"
737
+ msgstr "Getallen"
 
738
 
739
  # @ yasr
740
+ #: ../lib/yasr-settings-functions.php:615
741
  msgid "Add New Multiple Set"
742
  msgstr "Toevoegen Nieuwe Multi Set"
743
 
744
  # @ yasr
745
+ #: ../lib/yasr-settings-functions.php:616
746
  msgid ""
747
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
748
  "characters"
751
  "lang zijn"
752
 
753
  # @ yasr
754
+ #: ../lib/yasr-settings-functions.php:619
755
  msgid "Name"
756
  msgstr "Naam"
757
 
758
  # @ yasr
759
+ #: ../lib/yasr-settings-functions.php:624
760
  #, fuzzy
761
  msgid "You can insert up to nine elements"
762
  msgstr "Je kunt tot 9 elementen invoegen"
763
 
764
  # @ yasr
765
+ #: ../lib/yasr-settings-functions.php:629
766
  msgid "Element "
767
  msgstr "Element"
768
 
769
  # @ yasr
770
+ #: ../lib/yasr-settings-functions.php:639
771
  msgid "Create New Set"
772
  msgstr "Aanmaken Nieuwe Set"
773
 
774
  # @ yasr
775
+ #: ../lib/yasr-settings-functions.php:660
776
+ #: ../lib/yasr-settings-functions.php:693
777
  msgid "Manage Multiple Set"
778
  msgstr "Beheer Multi Set"
779
 
780
  # @ yasr
781
+ #: ../lib/yasr-settings-functions.php:662
782
  msgid "Wich set do you want to edit or remove?"
783
  msgstr "Welke set wil je bewerken of verwijderen?"
784
 
785
+ # @ default
786
  # @ yasr
787
+ #: ../lib/yasr-settings-functions.php:670
788
+ #: ../yasr-metabox-multiple-rating.php:46 ../yasr-metabox-top-right.php:181
789
+ msgid "Select"
790
+ msgstr "Selecteren"
791
+
792
+ # @ yasr
793
+ #: ../lib/yasr-settings-functions.php:703
794
+ #: ../lib/yasr-settings-functions.php:821
795
  msgid "Field name"
796
  msgstr "Veldnaam"
797
 
798
  # @ yasr
799
+ #: ../lib/yasr-settings-functions.php:707
800
+ #: ../lib/yasr-settings-functions.php:825
801
  msgid "Remove"
802
  msgstr "Verwijderen"
803
 
804
  # @ yasr
805
+ #: ../lib/yasr-settings-functions.php:749
806
+ #: ../lib/yasr-settings-functions.php:867
807
  msgid "Remove whole set?"
808
  msgstr "Verwijder hele set?"
809
 
810
  # @ yasr
811
+ #: ../lib/yasr-settings-functions.php:762
812
+ #: ../lib/yasr-settings-functions.php:880
813
  msgid ""
814
  "If you remove something you will remove all the votes for that set or field. "
815
  "This operation CAN'T BE undone."
818
  "veld. Deze handeling kan NIET ongedaan gemaakt worden."
819
 
820
  # @ yasr
821
+ #: ../lib/yasr-settings-functions.php:769
822
+ #: ../lib/yasr-settings-functions.php:887
823
  msgid "You can use up to 9 elements"
824
  msgstr "Je kunt tot 9 elementen gebruiken"
825
 
826
  # @ yasr
827
+ #: ../lib/yasr-settings-functions.php:771
828
+ #: ../lib/yasr-settings-functions.php:889
829
  msgid "Add element"
830
  msgstr "Toevoegen element"
831
 
832
  # @ yasr
833
+ #: ../lib/yasr-settings-functions.php:773
834
+ #: ../lib/yasr-settings-functions.php:891
835
  msgid "Save changes"
836
  msgstr "Opslaan"
837
 
838
  # @ yasr
839
+ #: ../lib/yasr-settings-functions.php:783
840
  msgid "No Multiple Set were found"
841
  msgstr "Geen Multi Set gevonden"
842
 
843
  # @ yasr
844
+ #: ../lib/yasr-settings-functions.php:1032
845
+ #: ../lib/yasr-settings-functions.php:1332
846
  msgid "Settings Saved"
847
  msgstr "Instellingen Opgeslagen"
848
 
849
  # @ yasr
850
+ #: ../lib/yasr-settings-functions.php:1037
851
  msgid "Something goes wrong trying insert set field name. Please report it"
852
  msgstr ""
853
  "Er ging iets mis tijdens het invoegen van de veldnaam. Graag aangeven bij de "
854
  "maker"
855
 
856
  # @ yasr
857
+ #: ../lib/yasr-settings-functions.php:1043
858
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
859
  msgstr ""
860
  "Er ging iets mis tijdens het invoegen van de Multi Set naam. Graag aangeven "
861
  "bij de maker"
862
 
863
  # @ yasr
864
+ #: ../lib/yasr-settings-functions.php:1118
865
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
866
  msgstr ""
867
  "Er ging iets mis tijdens het verwijderen van een Multi Set. Graag aangeven "
868
  "bij de maker"
869
 
870
  # @ yasr
871
+ #: ../lib/yasr-settings-functions.php:1164
872
  msgid ""
873
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
874
  msgstr ""
876
  "aangeven bij de maker"
877
 
878
  # @ yasr
879
+ #: ../lib/yasr-settings-functions.php:1228
880
  msgid ""
881
  "Something goes wrong trying to update a Multi Set's element. Please report it"
882
  msgstr ""
884
  "aangeven bij de maker"
885
 
886
  # @ yasr
887
+ #: ../lib/yasr-settings-functions.php:1317
888
  msgid ""
889
  "Something goes wrong trying to insert set field name in edit form. Please "
890
  "report it"
893
  "formulier. Graag aangeven bij de maker"
894
 
895
  # @ yasr
896
+ #: ../lib/yasr-settings-functions.php:1365
897
  msgid "Style Options"
898
  msgstr "Opmaak Opties"
899
 
900
  # @ yasr
901
+ #: ../lib/yasr-settings-functions.php:1366
902
+ msgid "Which color scheme do you want to use?"
903
+ msgstr "Welk kleurenschema wil je gebruiken?"
904
+
905
+ #: ../lib/yasr-settings-functions.php:1384
906
+ msgid "Select the set you've uploaded"
907
+ msgstr "Selecteer de set die je hebt opgeladen"
908
+
909
+ #: ../lib/yasr-settings-functions.php:1385
910
+ msgid "Choose Stars Set"
911
+ msgstr "Kies Sterren Set"
912
+
913
+ # @ yasr
914
+ #: ../lib/yasr-settings-functions.php:1389
915
  msgid "Custom CSS Styles"
916
  msgstr "Aangepaste CSS Opmaak"
917
 
918
  # @ yasr
919
+ #: ../lib/yasr-settings-functions.php:1404
920
+ msgid "Light"
921
+ msgstr "Licht"
922
+
923
+ # @ yasr
924
+ #: ../lib/yasr-settings-functions.php:1409
925
+ msgid "Dark"
926
+ msgstr "Donker"
927
+
928
+ # @ yasr
929
+ #: ../lib/yasr-settings-functions.php:1414
930
+ msgid "Preview"
931
+ msgstr "Voorvertoning"
932
+
933
+ # @ yasr
934
+ #: ../lib/yasr-settings-functions.php:1419
935
+ msgid "Light theme"
936
+ msgstr "Licht Thema"
937
+
938
+ # @ yasr
939
+ #: ../lib/yasr-settings-functions.php:1424
940
+ #, fuzzy
941
+ msgid "Dark theme"
942
+ msgstr "Donker Thema"
943
+
944
+ # @ yasr
945
+ #: ../lib/yasr-settings-functions.php:1436
946
  msgid ""
947
  "Please use text area below to write your own CSS styles to override the "
948
  "default ones."
950
  "Gebruik het tekstveld hieronder om je eigen CSS opmaak te schrijven om de "
951
  "standaard opmaak te overschrijven. "
952
 
953
+ #: ../lib/yasr-settings-functions.php:1438
954
+ msgid "Leave it blank if you don't know what you're doing."
955
+ msgstr "Laat leeg als je niet weet wat je doet."
 
956
 
957
+ #: ../lib/yasr-settings-functions.php:1509
958
+ msgid "Keep in touch!"
959
  msgstr ""
960
 
961
+ #: ../lib/yasr-settings-functions.php:1552
962
+ #, php-format
963
+ msgid ""
964
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
965
  msgstr ""
966
 
967
+ #: ../lib/yasr-settings-functions.php:1554
968
+ msgid "Can I ask a favor?"
969
  msgstr ""
970
 
971
+ #: ../lib/yasr-settings-functions.php:1556
972
+ msgid "Can you please rate YASR 5 stars on"
973
  msgstr ""
974
 
975
+ #: ../lib/yasr-settings-functions.php:1558
976
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
 
 
 
 
 
 
977
  msgstr ""
978
 
979
+ #: ../lib/yasr-settings-functions.php:1564
980
+ msgid "Ok, I'm glad to help!"
981
  msgstr ""
982
 
983
+ #: ../lib/yasr-settings-functions.php:1565
984
+ msgid "Remind me later!"
985
  msgstr ""
986
 
987
+ #: ../lib/yasr-settings-functions.php:1566
988
+ msgid "Don't need to ask, I already did it!"
989
  msgstr ""
990
 
991
+ #: ../lib/yasr-settings-functions.php:1599
992
+ #, php-format
993
+ msgid ""
994
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
995
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
996
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
997
  msgstr ""
998
 
999
+ # @ yasr
1000
+ #: ../lib/yasr-settings-functions.php:1644
1001
+ msgid "No previous Gd Star Rating installation was found"
1002
+ msgstr "Geen eerdere Gd Star Rating installatie gevonden"
1003
 
1004
  # @ yasr
1005
+ #: ../lib/yasr-shortcode-functions.php:187
1006
+ #: ../lib/yasr-shortcode-functions.php:212
1007
+ msgid "You've already voted this article with"
1008
+ msgstr "Je hebt al op dit artikel gestemd met"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1009
 
1010
+ #: ../lib/yasr-shortcode-functions.php:237
1011
+ #: ../lib/yasr-shortcode-functions.php:555
1012
+ msgid "You must sign in to vote"
1013
  msgstr ""
1014
 
1015
+ # @ yasr
1016
+ #: ../lib/yasr-shortcode-functions.php:279
1017
+ msgid "Average: "
1018
+ msgstr "Gemiddelde: "
1019
 
1020
+ # @ yasr
1021
+ #: ../lib/yasr-shortcode-functions.php:475
1022
+ #: ../lib/yasr-shortcode-functions.php:524
1023
+ #: ../lib/yasr-shortcode-functions.php:843
1024
+ #: ../lib/yasr-shortcode-functions.php:878
1025
+ msgid "Average"
1026
+ msgstr "Gemiddelde"
1027
 
1028
+ #: ../lib/yasr-shortcode-functions.php:528
1029
+ msgid "Submit!"
1030
+ msgstr "Stuur door!"
 
 
 
 
1031
 
1032
  # @ yasr
1033
+ #: ../lib/yasr-shortcode-functions.php:534
1034
+ msgid "Thank you for voting! "
1035
+ msgstr "Bedankt om te stemmen!"
1036
 
1037
  # @ yasr
1038
+ #: ../lib/yasr-shortcode-functions.php:774
1039
+ msgid "Rating"
1040
+ msgstr "Stemming"
 
1041
 
1042
+ # @ yasr
1043
+ #: ../lib/yasr-shortcode-functions.php:788
1044
+ msgid "You don't have any votes stored"
1045
+ msgstr "Je hebt geen opgeslagen stemmen"
1046
 
1047
+ #: ../lib/yasr-shortcode-functions.php:824
1048
+ #: ../lib/yasr-shortcode-functions.php:863
1049
+ msgid "Post / Page"
1050
+ msgstr "Bericht / Pagina"
1051
 
1052
  # @ yasr
1053
+ #: ../lib/yasr-shortcode-functions.php:825
1054
+ #: ../lib/yasr-shortcode-functions.php:864
1055
+ msgid "Order By"
1056
+ msgstr "Sorteer Op"
1057
 
1058
  # @ yasr
1059
+ #: ../lib/yasr-shortcode-functions.php:825
1060
+ #: ../lib/yasr-shortcode-functions.php:864
1061
+ msgid "Most Rated"
1062
+ msgstr "Meeste op Gestemd"
1063
 
1064
  # @ yasr
1065
+ #: ../lib/yasr-shortcode-functions.php:825
1066
+ #: ../lib/yasr-shortcode-functions.php:864
1067
+ msgid "Highest Rated"
1068
+ msgstr "Hoogste Stemming"
1069
 
1070
  # @ yasr
1071
+ #: ../lib/yasr-shortcode-functions.php:843
1072
+ #: ../lib/yasr-shortcode-functions.php:878
1073
+ msgid "Total:"
1074
+ msgstr "Totaal:"
 
 
 
 
 
 
 
 
 
1075
 
1076
  # @ yasr
1077
+ #: ../lib/yasr-shortcode-functions.php:855
1078
  #, fuzzy
1079
+ msgid "You've not enough data"
1080
+ msgstr "Je hebt niet genoeg gegevens"
1081
 
1082
  # @ yasr
1083
+ #: ../lib/yasr-shortcode-functions.php:890
1084
+ msgid "You've not enought data"
1085
+ msgstr "Je hebt niet genoeg gegevens"
1086
 
1087
+ # @ default
1088
+ #: ../lib/yasr-shortcode-functions.php:975
1089
  #, fuzzy
1090
+ msgid ""
1091
+ "Problem while retrieving the top 5 most active reviewers. Did you publish "
1092
+ "any review?"
 
 
1093
  msgstr ""
1094
+ "Probleem tijdens het ophalen van de 5 meest actieve recensenten. Heb je wel "
1095
+ "een recensie gepubliceerd?"
1096
 
1097
+ # @ default
1098
+ #: ../lib/yasr-shortcode-functions.php:1043
 
 
 
 
 
1099
  #, fuzzy
1100
+ msgid ""
1101
+ "Problem while retrieving the top 10 active users chart. Are you sure you "
1102
+ "have votes to show?"
1103
+ msgstr ""
1104
+ "Probleem tijdens het ophalen van de grafiek van de top 10 actieve "
1105
+ "gebruikers. Weet je zeker dat je wel stemmen hebt om te tonen?"
 
 
 
 
 
 
1106
 
1107
+ #: ../lib/yasr-shortcode-functions.php:1080
1108
+ #, php-format
1109
+ msgid "based on %d votes"
1110
+ msgstr "gebaseerd op %d stemmen"
1111
 
1112
+ # @ default
1113
+ #: ../yasr-metabox-multiple-rating.php:35
1114
+ msgid "Choose wich set you want to use"
1115
+ msgstr "Kies welke set je wilt gebruiken"
1116
 
1117
  # @ yasr
1118
+ #: ../yasr-metabox-top-right.php:75 ../yasr-metabox-top-right.php:109
1119
+ msgid "Rate this article / item"
1120
+ msgstr "Stem op dit artikel of item"
1121
 
1122
  # @ yasr
1123
+ #: ../yasr-metabox-top-right.php:157
1124
+ msgid "Save Vote"
1125
+ msgstr "Stem opslaan"
 
 
 
1126
 
1127
+ # @ default
1128
+ #: ../yasr-metabox-top-right.php:176
1129
+ msgid "This review is about a..."
1130
+ msgstr "Deze recensie is over..."
1131
 
1132
  # @ yasr
1133
+ #: ../yasr-metabox-top-right.php:199
 
 
 
 
 
1134
  msgid ""
1135
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
1136
+ "where you want to display this rating"
1137
  msgstr ""
1138
+ "Vergeet niet deze shortcode <strong>[yasr_overall_rating]</strong> in te "
1139
+ "voegen waar je deze stemming wilt tonen"
1140
 
1141
  # @ yasr
1142
+ #: ../yasr-settings-page.php:38
1143
+ msgid "Settings"
1144
+ msgstr "Instellingen"
 
 
 
 
 
 
 
 
 
 
1145
 
1146
  # @ yasr
1147
+ #: ../yasr-settings-page.php:82
1148
+ msgid "General Settings"
1149
+ msgstr "Algemene Instellingen"
1150
 
1151
  # @ yasr
1152
+ #: ../yasr-settings-page.php:83
1153
+ msgid "Multi Sets"
1154
+ msgstr "Multi Sets"
1155
 
1156
+ #: ../yasr-settings-page.php:84
1157
+ msgid "Aspect & Styles"
1158
+ msgstr "Aspect & Stijlen"
 
1159
 
1160
+ #: ../yasr-settings-page.php:86
1161
+ msgid "Extensions"
1162
+ msgstr "Uitbreidingen"
 
1163
 
1164
+ # @ default
1165
+ #: ../yasr-settings-page.php:103 ../yasr-settings-page.php:263
1166
+ #: ../yasr-settings-page.php:294
1167
+ msgid "Save"
1168
+ msgstr "Opslaan"
1169
 
1170
  # @ yasr
1171
+ #: ../yasr-settings-page.php:128
1172
+ msgid "Import Gd Star Rating"
1173
+ msgstr "Importeer Gd Star Rating"
1174
 
1175
  # @ yasr
1176
+ #: ../yasr-settings-page.php:129
1177
+ msgid "I've found a previous installation of Gd Star Rating."
1178
+ msgstr "Ik heb een eerdere installatie van Gd Star Rating gevonden."
1179
 
1180
  # @ yasr
1181
+ #: ../yasr-settings-page.php:129
1182
+ msgid "Do you want proceed to import data?"
1183
+ msgstr "Wil je beginnen met het importeren van gegevens?"
1184
 
1185
  # @ yasr
1186
+ #: ../yasr-settings-page.php:131
1187
+ msgid "Yes, Begin Import"
1188
+ msgstr "Ja, Begin met Importeren"
 
 
 
 
 
 
 
 
 
 
1189
 
1190
+ # @ default
1191
+ #: ../yasr-settings-page.php:135
1192
+ msgid "Click on Proceed to import Gd Star Rating data."
1193
+ msgstr "Klik op Importeren om Gd Star Rating gegevens te importeren."
 
1194
 
1195
  # @ yasr
1196
+ #: ../yasr-settings-page.php:138 ../yasr-settings-page.php:171
1197
+ msgid "Proceed"
1198
+ msgstr "Importeren"
1199
 
1200
  # @ yasr
1201
+ #: ../yasr-settings-page.php:160
1202
+ msgid "Manage GD Star Data"
1203
+ msgstr "Beheer GD Star Gegevens"
1204
 
1205
+ # @ default
1206
+ #: ../yasr-settings-page.php:161
1207
+ msgid "Gd Star Rating has been already imported."
1208
+ msgstr "Gd Star Rating is al geïmporteerd."
1209
 
1210
  # @ yasr
1211
+ #: ../yasr-settings-page.php:162
1212
+ msgid "If you wish you can import it again, but"
1213
+ msgstr "Als je dat wilt kun je het nogmaals importeren, maar"
1214
 
1215
  # @ yasr
1216
+ #: ../yasr-settings-page.php:162
1217
+ msgid "you will lose all data you've collect since the import!"
1218
+ msgstr ""
1219
+ "je zal alle gegevens verliezen die je verzameld hebt sinds de vorige keer "
1220
+ "importeren!"
1221
 
1222
+ # @ default
1223
+ #: ../yasr-settings-page.php:164
1224
+ msgid "Ok, Import Again"
1225
+ msgstr "Ok, Nogmaals Importeren"
1226
 
1227
+ # @ default
1228
+ #: ../yasr-settings-page.php:168
1229
+ msgid ""
1230
+ "Click on Proceed to import again Gd Star Rating data. This may take a while!"
1231
+ msgstr ""
1232
+ "Klik op Importeren om Gd Star Rating opnieuw te importeren. Dit kan even "
1233
+ "duren!"
1234
 
1235
  # @ yasr
1236
+ #: ../yasr-settings-page.php:205
1237
+ msgid "Manage Multi Set"
1238
+ msgstr "Beheren Multi Set"
1239
 
1240
  # @ yasr
1241
+ #: ../yasr-settings-page.php:209
1242
+ msgid "What is a Multi Set?"
1243
+ msgstr "Wat is een Multi Set?"
1244
 
1245
  # @ yasr
1246
+ #: ../yasr-settings-page.php:214
1247
+ msgid ""
1248
+ "Multi Set allows you to insert a rate for each aspect about the product / "
1249
+ "local business / whetever you're reviewing, example in the image below."
1250
+ msgstr ""
1251
+ "Multi Set maakt het mogelijk om een waardering te plaatsen voor ieder aspect "
1252
+ "van het product / lokaal bedrijf / wat het ook is dat je recenseert. Een "
1253
+ "voorbeeld is in de afbeelding hieronder."
1254
 
1255
  # @ yasr
1256
+ #: ../yasr-settings-page.php:218
1257
+ msgid ""
1258
+ "You can create up to 99 different Multi Set and each one can contain up to 9 "
1259
+ "different fields. Once you've saved it, you can insert the rates while "
1260
+ "typing your article in the box below the editor, as you can see in this "
1261
+ "image (click to see it larger)"
1262
+ msgstr ""
1263
+ "Je kunt tot 99 verschillende Multi Sets aanmaken en iedere set kan tot 9 "
1264
+ "verschillende velden bevatten. Wanneer je het eenmaal opgeslagen hebt, dan "
1265
+ "kun je stemmingen plaatsen terwijl je het bericht schrijft in de metabox "
1266
+ "onder de tekstverwerker, zoals je kunt zien in deze afbeelding (klik om "
1267
+ "groter te maken)"
1268
 
1269
  # @ yasr
1270
+ #: ../yasr-settings-page.php:222
1271
+ msgid ""
1272
+ "In order to insert your Multi Sets into a post or page, you can either past "
1273
+ "the short code that will appear at the bottom of the box or just click on "
1274
+ "the star in the graphic editor and select \"Insert Multi Set\"."
1275
+ msgstr ""
1276
+ "Om een Multi Set in te voegen in een bericht of pagina, kun je of de "
1277
+ "shortcode plaatsen die verschijnt onderin de metabox. Je kunt ook gewoon "
1278
+ "klikken op de ster in de tekstverwerker en \"Invoegen Multi Set\" selecteren."
1279
 
1280
  # @ yasr
1281
+ #: ../yasr-settings-page.php:228
1282
+ msgid "Close this message"
1283
+ msgstr "Sluit dit bericht"
1284
 
1285
+ #: ../yasr-settings-page.php:320
1286
+ msgid "Extensions for Yet Another Stars Rating"
1287
+ msgstr ""
 
1288
 
1289
+ #: ../yasr-settings-page.php:323
1290
+ msgid "Extensions add functionality to your Yasr installation"
1291
+ msgstr ""
 
1292
 
1293
+ #: ../yasr-settings-page.php:338
 
1294
  msgid ""
1295
+ "Start accepting reviews and ratings for your post or pages using Yasr User "
1296
+ "Reviews extension."
1297
  msgstr ""
 
 
1298
 
1299
+ #: ../yasr-settings-page.php:356 ../yasr-settings-page.php:394
1300
+ #: ../yasr-settings-page.php:432
1301
+ msgid "Get this extension"
1302
+ msgstr ""
1303
 
1304
+ #: ../yasr-settings-page.php:376
1305
+ msgid "Choose between ready to use image or upload your own!"
1306
+ msgstr ""
 
1307
 
1308
+ #: ../yasr-settings-page.php:414
1309
+ msgid "Unleash all the power of your rankings with just a click!"
1310
+ msgstr ""
 
1311
 
1312
+ #~ msgid "Product, Place, Other"
1313
+ #~ msgstr "Product, Plaats, Andere"
 
 
1314
 
1315
  # @ yasr
1316
+ #~ msgid "Styles"
1317
+ #~ msgstr "Opmaak"
 
1318
 
1319
  # @ yasr
1320
+ #~ msgid "You must sign to vote"
1321
+ #~ msgstr "Je moet inloggen om te stemmen"
 
1322
 
1323
  # @ yasr
1324
+ #~ msgid "Which rich snippets do you want to use?"
1325
+ #~ msgstr "Welke \"rich snippets\" wil je gebruiken?"
 
1326
 
1327
  # @ yasr
1328
+ #~ msgid "Leave it blank if you don't know what you're doing"
1329
+ #~ msgstr "Laat het leeg als je niet weet wat dit is."
 
 
 
1330
 
1331
  # @ yasr
1332
+ #, fuzzy
1333
+ #~ msgid "Multi Set Support"
1334
+ #~ msgstr "Multi Sets"
1335
 
1336
  # @ yasr
1337
+ #, fuzzy
1338
+ #~ msgid "Size Only"
1339
+ #~ msgstr "Afmeting"
 
 
1340
 
1341
+ # @ default
1342
+ #~ msgid "You don't have enought privileges to insert Multi Set"
1343
+ #~ msgstr "Je hebt niet genoeg rechten om Multi Set in te voegen"
 
1344
 
1345
  # @ yasr
1346
+ #, fuzzy
1347
+ #~ msgid "reviewed by"
1348
+ #~ msgstr " gerecenseerd door "
 
 
 
 
 
1349
 
1350
  # @ yasr
1351
+ #~ msgid " on "
1352
+ #~ msgstr " op "
 
1353
 
1354
  # @ yasr
1355
+ #~ msgid "reviewed on"
1356
+ #~ msgstr " gerecenseerd op "
 
 
1357
 
1358
+ #~ msgid "by "
1359
+ #~ msgstr "door"
 
 
1360
 
1361
  # @ yasr
 
1362
  #, fuzzy
1363
+ #~ msgid "rated"
1364
+ #~ msgstr " gestemd "
1365
 
 
 
1366
  #, fuzzy
1367
+ #~ msgid "of"
1368
+ #~ msgstr " van "
1369
 
1370
+ # @ yasr
1371
+ #~ msgid " written by "
1372
+ #~ msgstr " geschreven door "
1373
 
1374
  # @ yasr
1375
+ #~ msgid " average rating "
1376
+ #~ msgstr " gemiddelde stemming "
 
 
1377
 
1378
  # @ yasr
1379
+ #~ msgid " user ratings"
1380
+ #~ msgstr " gebruikersstemmen"
 
 
1381
 
1382
  # @ yasr
1383
  #~ msgid "Donations"
languages/yet-another-stars-rating.mo CHANGED
Binary file
languages/yet-another-stars-rating.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-10-28 13:42+0100\n"
5
- "PO-Revision-Date: 2015-12-15 12:52+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: En\n"
@@ -19,8 +19,8 @@ msgstr ""
19
  msgid "Rate this article / item"
20
  msgstr ""
21
 
22
- #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:147
23
- #: ../lib/yasr-shortcode-functions.php:544
24
  msgid "Loading, please wait"
25
  msgstr ""
26
 
@@ -33,7 +33,7 @@ msgid "This review is about a..."
33
  msgstr ""
34
 
35
  #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
36
- #: ../lib/yasr-settings-functions.php:624
37
  msgid "Select"
38
  msgstr ""
39
 
@@ -43,101 +43,102 @@ msgid ""
43
  "where you want to display this rating"
44
  msgstr ""
45
 
46
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
47
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:216
48
- #: ../lib/yasr-ajax-functions.php:370 ../lib/yasr-ajax-functions.php:786
 
49
  msgid "You do not have sufficient permissions to access this page."
50
  msgstr ""
51
 
52
- #: ../yasr-settings-page.php:37
53
  msgid "Settings"
54
  msgstr ""
55
 
56
- #: ../yasr-settings-page.php:80
57
  msgid "General Settings"
58
  msgstr ""
59
 
60
- #: ../yasr-settings-page.php:81
61
  msgid "Multi Sets"
62
  msgstr ""
63
 
64
- #: ../yasr-settings-page.php:82
65
- msgid "Styles"
66
  msgstr ""
67
 
68
- #: ../yasr-settings-page.php:83
69
- msgid "Pro Features!"
70
  msgstr ""
71
 
72
- #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:260
73
- #: ../yasr-settings-page.php:291
74
  msgid "Save"
75
  msgstr ""
76
 
77
- #: ../yasr-settings-page.php:125
78
  msgid "Import Gd Star Rating"
79
  msgstr ""
80
 
81
- #: ../yasr-settings-page.php:126
82
  msgid "I've found a previous installation of Gd Star Rating."
83
  msgstr ""
84
 
85
- #: ../yasr-settings-page.php:126
86
  msgid "Do you want proceed to import data?"
87
  msgstr ""
88
 
89
- #: ../yasr-settings-page.php:128
90
  msgid "Yes, Begin Import"
91
  msgstr ""
92
 
93
- #: ../yasr-settings-page.php:132
94
  msgid "Click on Proceed to import Gd Star Rating data."
95
  msgstr ""
96
 
97
- #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
98
  msgid "Proceed"
99
  msgstr ""
100
 
101
- #: ../yasr-settings-page.php:157
102
  msgid "Manage GD Star Data"
103
  msgstr ""
104
 
105
- #: ../yasr-settings-page.php:158
106
  msgid "Gd Star Rating has been already imported."
107
  msgstr ""
108
 
109
- #: ../yasr-settings-page.php:159
110
  msgid "If you wish you can import it again, but"
111
  msgstr ""
112
 
113
- #: ../yasr-settings-page.php:159
114
  msgid "you will lose all data you've collect since the import!"
115
  msgstr ""
116
 
117
- #: ../yasr-settings-page.php:161
118
  msgid "Ok, Import Again"
119
  msgstr ""
120
 
121
- #: ../yasr-settings-page.php:165
122
  msgid ""
123
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
124
  msgstr ""
125
 
126
- #: ../yasr-settings-page.php:202
127
  msgid "Manage Multi Set"
128
  msgstr ""
129
 
130
- #: ../yasr-settings-page.php:206
131
  msgid "What is a Multi Set?"
132
  msgstr ""
133
 
134
- #: ../yasr-settings-page.php:211
135
  msgid ""
136
  "Multi Set allows you to insert a rate for each aspect about the product / "
137
  "local business / whetever you're reviewing, example in the image below."
138
  msgstr ""
139
 
140
- #: ../yasr-settings-page.php:215
141
  msgid ""
142
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
143
  "different fields. Once you've saved it, you can insert the rates while "
@@ -145,619 +146,589 @@ msgid ""
145
  "image (click to see it larger)"
146
  msgstr ""
147
 
148
- #: ../yasr-settings-page.php:219
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 "
152
  "the star in the graphic editor and select \"Insert Multi Set\"."
153
  msgstr ""
154
 
155
- #: ../yasr-settings-page.php:225
156
  msgid "Close this message"
157
  msgstr ""
158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  #: ../yasr-metabox-multiple-rating.php:35
160
  msgid "Choose wich set you want to use"
161
  msgstr ""
162
 
163
- #: ../lib/yasr-shortcode-functions.php:200
164
- #: ../lib/yasr-shortcode-functions.php:221
165
- #: ../lib/yasr-shortcode-functions.php:251
166
  msgid "You've already voted this article with"
167
  msgstr ""
168
 
169
- #: ../lib/yasr-shortcode-functions.php:262
170
- #: ../lib/yasr-shortcode-functions.php:572
171
- msgid "You must sign to vote"
172
  msgstr ""
173
 
174
- #: ../lib/yasr-shortcode-functions.php:304 ../lib/yasr-ajax-functions.php:1124
175
- #: ../lib/yasr-ajax-functions.php:1132 ../lib/yasr-ajax-functions.php:1267
176
  msgid "Total: "
177
  msgstr ""
178
 
179
- #: ../lib/yasr-shortcode-functions.php:304
180
  msgid "Average: "
181
  msgstr ""
182
 
183
- #: ../lib/yasr-shortcode-functions.php:320
184
- msgid "bad, poor, ok, good, super"
185
  msgstr ""
186
 
187
- #: ../lib/yasr-shortcode-functions.php:551
188
  msgid "Thank you for voting! "
189
  msgstr ""
190
 
191
- #: ../lib/yasr-shortcode-functions.php:562
192
- #: ../lib/yasr-shortcode-functions.php:570
193
- #: ../lib/yasr-shortcode-functions.php:582
194
- msgid "Submit!"
195
- msgstr ""
196
-
197
- #: ../lib/yasr-shortcode-functions.php:759
198
  msgid "Rating"
199
  msgstr ""
200
 
201
- #: ../lib/yasr-shortcode-functions.php:773
202
  msgid "You don't have any votes stored"
203
  msgstr ""
204
 
205
- #: ../lib/yasr-shortcode-functions.php:809
206
- #: ../lib/yasr-shortcode-functions.php:848
207
  msgid "Post / Page"
208
  msgstr ""
209
 
210
- #: ../lib/yasr-shortcode-functions.php:810
211
- #: ../lib/yasr-shortcode-functions.php:849
212
  msgid "Order By"
213
  msgstr ""
214
 
215
- #: ../lib/yasr-shortcode-functions.php:810
216
- #: ../lib/yasr-shortcode-functions.php:849
217
  msgid "Most Rated"
218
  msgstr ""
219
 
220
- #: ../lib/yasr-shortcode-functions.php:810
221
- #: ../lib/yasr-shortcode-functions.php:849
222
  msgid "Highest Rated"
223
  msgstr ""
224
 
225
- #: ../lib/yasr-shortcode-functions.php:828
226
- #: ../lib/yasr-shortcode-functions.php:863
227
  msgid "Total:"
228
  msgstr ""
229
 
230
- #: ../lib/yasr-shortcode-functions.php:828
231
- #: ../lib/yasr-shortcode-functions.php:863
232
  msgid "Average"
233
  msgstr ""
234
 
235
- #: ../lib/yasr-shortcode-functions.php:840
236
  msgid "You've not enough data"
237
  msgstr ""
238
 
239
- #: ../lib/yasr-shortcode-functions.php:875
240
  msgid "You've not enought data"
241
  msgstr ""
242
 
243
- #: ../lib/yasr-shortcode-functions.php:960
244
  msgid ""
245
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
246
  "any review?"
247
  msgstr ""
248
 
249
- #: ../lib/yasr-shortcode-functions.php:1028
250
  msgid ""
251
  "Problem while retrieving the top 10 active users chart. Are you sure you "
252
  "have votes to show?"
253
  msgstr ""
254
 
255
- #: ../lib/yasr-settings-functions.php:52
 
 
 
 
 
256
  msgid "General settings"
257
  msgstr ""
258
 
259
- #: ../lib/yasr-settings-functions.php:53
260
  msgid "Auto insert options"
261
  msgstr ""
262
 
263
- #: ../lib/yasr-settings-functions.php:54
264
  msgid "Show \"Overall Rating\" in Archive Page?"
265
  msgstr ""
266
 
267
- #: ../lib/yasr-settings-functions.php:55
268
  msgid "Show \"Visitor Votes\" in Archive Page?"
269
  msgstr ""
270
 
271
- #: ../lib/yasr-settings-functions.php:56
272
  msgid "Insert custom text to show before / after stars"
273
  msgstr ""
274
 
275
- #: ../lib/yasr-settings-functions.php:57
276
  msgid "Do you want show stats for visitors votes?"
277
  msgstr ""
278
 
279
- #: ../lib/yasr-settings-functions.php:58
280
  msgid "Allow only logged in user to vote?"
281
  msgstr ""
282
 
283
- #: ../lib/yasr-settings-functions.php:59
284
  msgid "Rich snippet options"
285
  msgstr ""
286
 
287
- #: ../lib/yasr-settings-functions.php:60
288
  msgid "How do you want to rate \"Overall Rating\"?"
289
  msgstr ""
290
 
291
- #: ../lib/yasr-settings-functions.php:74
292
  msgid "Use Auto Insert?"
293
  msgstr ""
294
 
295
- #: ../lib/yasr-settings-functions.php:80
296
- #: ../lib/yasr-settings-functions.php:164
297
- #: ../lib/yasr-settings-functions.php:184
298
- #: ../lib/yasr-settings-functions.php:228
299
- #: ../lib/yasr-settings-functions.php:254
300
- #: ../lib/yasr-settings-functions.php:288
301
- #: ../lib/yasr-settings-functions.php:343
302
  msgid "Yes"
303
  msgstr ""
304
 
305
- #: ../lib/yasr-settings-functions.php:94
306
- #: ../lib/yasr-settings-functions.php:169
307
- #: ../lib/yasr-settings-functions.php:189
308
- #: ../lib/yasr-settings-functions.php:233
309
- #: ../lib/yasr-settings-functions.php:259
310
- #: ../lib/yasr-settings-functions.php:293
311
- #: ../lib/yasr-settings-functions.php:348
312
  msgid "No"
313
  msgstr ""
314
 
315
- #: ../lib/yasr-settings-functions.php:102
316
  msgid "What?"
317
  msgstr ""
318
 
319
- #: ../lib/yasr-settings-functions.php:107
320
  msgid "Overall Rating / Author Rating"
321
  msgstr ""
322
 
323
- #: ../lib/yasr-settings-functions.php:111 ../lib/yasr-ajax-functions.php:505
324
  msgid "Visitor Votes"
325
  msgstr ""
326
 
327
- #: ../lib/yasr-settings-functions.php:115
328
  msgid "Both"
329
  msgstr ""
330
 
331
- #: ../lib/yasr-settings-functions.php:121
332
  msgid "Where?"
333
  msgstr ""
334
 
335
- #: ../lib/yasr-settings-functions.php:126
336
  msgid "Before the post"
337
  msgstr ""
338
 
339
- #: ../lib/yasr-settings-functions.php:130
340
  msgid "After the post"
341
  msgstr ""
342
 
343
- #: ../lib/yasr-settings-functions.php:137
344
  msgid "Size"
345
  msgstr ""
346
 
347
- #: ../lib/yasr-settings-functions.php:143 ../lib/yasr-ajax-functions.php:495
348
- #: ../lib/yasr-ajax-functions.php:513
349
  msgid "Small"
350
  msgstr ""
351
 
352
- #: ../lib/yasr-settings-functions.php:148 ../lib/yasr-ajax-functions.php:496
353
- #: ../lib/yasr-ajax-functions.php:514
354
  msgid "Medium"
355
  msgstr ""
356
 
357
- #: ../lib/yasr-settings-functions.php:153 ../lib/yasr-ajax-functions.php:497
358
- #: ../lib/yasr-ajax-functions.php:515
359
  msgid "Large"
360
  msgstr ""
361
 
362
- #: ../lib/yasr-settings-functions.php:160
363
  msgid "Exclude Pages?"
364
  msgstr ""
365
 
366
- #: ../lib/yasr-settings-functions.php:181
367
  msgid "Use only in custom post types?"
368
  msgstr ""
369
 
370
- #: ../lib/yasr-settings-functions.php:193
371
  msgid "You see this because you use custom post types."
372
  msgstr ""
373
 
374
- #: ../lib/yasr-settings-functions.php:195
375
  msgid "If you want to use auto insert only in custom post types, choose Yes"
376
  msgstr ""
377
 
378
- #: ../lib/yasr-settings-functions.php:237
379
  msgid ""
380
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
381
  "article or page, but also in pages like Home Page, category pages or "
382
  "archives."
383
  msgstr ""
384
 
385
- #: ../lib/yasr-settings-functions.php:263
386
  msgid ""
387
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
388
  "article or page, but also in pages like Home Page, category pages or "
389
  "archives."
390
  msgstr ""
391
 
392
- #: ../lib/yasr-settings-functions.php:298
393
  msgid "Custom text to display before Overall Rating"
394
  msgstr ""
395
 
396
- #: ../lib/yasr-settings-functions.php:303
397
  msgid "Custom text to display BEFORE Visitor Rating"
398
  msgstr ""
399
 
400
- #: ../lib/yasr-settings-functions.php:309
401
  msgid "Custom text to display AFTER Visitor Rating"
402
  msgstr ""
403
 
404
- #: ../lib/yasr-settings-functions.php:314
405
  msgid "Custom text to display when a non logged user has already rated"
406
  msgstr ""
407
 
408
- #: ../lib/yasr-settings-functions.php:319
409
  msgid "Help"
410
  msgstr ""
411
 
412
- #: ../lib/yasr-settings-functions.php:323
413
  msgid ""
414
  "In the first field you can use %overall_rating% pattern to show the overall "
415
  "rating."
416
  msgstr ""
417
 
418
- #: ../lib/yasr-settings-functions.php:327
419
  msgid ""
420
  "In the Second and Third fields you can use %total_count% pattern to show the "
421
  "total count, and %average% pattern to show the average"
422
  msgstr ""
423
 
424
- #: ../lib/yasr-settings-functions.php:366
425
  msgid "Allow only logged-in users"
426
  msgstr ""
427
 
428
- #: ../lib/yasr-settings-functions.php:370
429
  msgid "Allow everybody (logged in and anonymous)"
430
  msgstr ""
431
 
432
- #: ../lib/yasr-settings-functions.php:386
433
  msgid "Which rich snippet do you want to use?"
434
  msgstr ""
435
 
436
- #: ../lib/yasr-settings-functions.php:390
437
  msgid "Review Rating"
438
  msgstr ""
439
 
440
- #: ../lib/yasr-settings-functions.php:394
441
  msgid "Aggregate Rating"
442
  msgstr ""
443
 
444
- #: ../lib/yasr-settings-functions.php:399
445
  msgid "What is this?"
446
  msgstr ""
447
 
448
- #: ../lib/yasr-settings-functions.php:404
449
  msgid ""
450
  "If you select \"Review Rating\", your site will be indexed from search "
451
  "engines like this: "
452
  msgstr ""
453
 
454
- #: ../lib/yasr-settings-functions.php:409
455
  msgid ""
456
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
457
  "this"
458
  msgstr ""
459
 
460
- #: ../lib/yasr-settings-functions.php:420
461
  msgid "Select default item type for all post or pages"
462
  msgstr ""
463
 
464
- #: ../lib/yasr-settings-functions.php:425
465
  msgid "Product"
466
  msgstr ""
467
 
468
- #: ../lib/yasr-settings-functions.php:429
469
  msgid "Place"
470
  msgstr ""
471
 
472
- #: ../lib/yasr-settings-functions.php:433
473
  msgid "Recipe"
474
  msgstr ""
475
 
476
- #: ../lib/yasr-settings-functions.php:437
477
  msgid "BlogPosting"
478
  msgstr ""
479
 
480
- #: ../lib/yasr-settings-functions.php:443
481
- msgid "You can always change it in the single post or page."
482
- msgstr ""
483
-
484
- #: ../lib/yasr-settings-functions.php:445
485
  msgid ""
486
- "This will affect only the post/page where you didn't change manually the "
487
- "itemtype yet."
488
  msgstr ""
489
 
490
- #: ../lib/yasr-settings-functions.php:452
491
- msgid "Which format do you want to use?"
492
  msgstr ""
493
 
494
- #: ../lib/yasr-settings-functions.php:456
495
- msgid "Microdata"
496
  msgstr ""
497
 
498
- #: ../lib/yasr-settings-functions.php:460
499
- msgid "Json-ld"
500
  msgstr ""
501
 
502
- #: ../lib/yasr-settings-functions.php:465
503
- msgid "Leave the default value if you don't know what this is"
 
 
504
  msgstr ""
505
 
506
- #: ../lib/yasr-settings-functions.php:484
507
  msgid "Stars"
508
  msgstr ""
509
 
510
- #: ../lib/yasr-settings-functions.php:488
511
  msgid "Numbers"
512
  msgstr ""
513
 
514
- #: ../lib/yasr-settings-functions.php:513
515
- msgid "Which color scheme do you want to use?"
516
- msgstr ""
517
-
518
- #: ../lib/yasr-settings-functions.php:534
519
- msgid "Light"
520
- msgstr ""
521
-
522
- #: ../lib/yasr-settings-functions.php:539
523
- msgid "Dark"
524
- msgstr ""
525
-
526
- #: ../lib/yasr-settings-functions.php:544
527
- msgid "Preview"
528
- msgstr ""
529
-
530
- #: ../lib/yasr-settings-functions.php:549
531
- msgid "Light theme"
532
- msgstr ""
533
-
534
- #: ../lib/yasr-settings-functions.php:554
535
- msgid "Dark theme"
536
- msgstr ""
537
-
538
- #: ../lib/yasr-settings-functions.php:569
539
  msgid "Add New Multiple Set"
540
  msgstr ""
541
 
542
- #: ../lib/yasr-settings-functions.php:570
543
  msgid ""
544
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
545
  "characters"
546
  msgstr ""
547
 
548
- #: ../lib/yasr-settings-functions.php:573
549
  msgid "Name"
550
  msgstr ""
551
 
552
- #: ../lib/yasr-settings-functions.php:578
553
  msgid "You can insert up to nine elements"
554
  msgstr ""
555
 
556
- #: ../lib/yasr-settings-functions.php:583
557
  msgid "Element "
558
  msgstr ""
559
 
560
- #: ../lib/yasr-settings-functions.php:593
561
  msgid "Create New Set"
562
  msgstr ""
563
 
564
- #: ../lib/yasr-settings-functions.php:614
565
- #: ../lib/yasr-settings-functions.php:647
566
  msgid "Manage Multiple Set"
567
  msgstr ""
568
 
569
- #: ../lib/yasr-settings-functions.php:616
570
  msgid "Wich set do you want to edit or remove?"
571
  msgstr ""
572
 
573
- #: ../lib/yasr-settings-functions.php:657
574
- #: ../lib/yasr-settings-functions.php:775
575
  msgid "Field name"
576
  msgstr ""
577
 
578
- #: ../lib/yasr-settings-functions.php:661
579
- #: ../lib/yasr-settings-functions.php:779
580
  msgid "Remove"
581
  msgstr ""
582
 
583
- #: ../lib/yasr-settings-functions.php:703
584
- #: ../lib/yasr-settings-functions.php:821
585
  msgid "Remove whole set?"
586
  msgstr ""
587
 
588
- #: ../lib/yasr-settings-functions.php:716
589
- #: ../lib/yasr-settings-functions.php:834
590
  msgid ""
591
  "If you remove something you will remove all the votes for that set or field. "
592
  "This operation CAN'T BE undone."
593
  msgstr ""
594
 
595
- #: ../lib/yasr-settings-functions.php:723
596
- #: ../lib/yasr-settings-functions.php:841
597
  msgid "You can use up to 9 elements"
598
  msgstr ""
599
 
600
- #: ../lib/yasr-settings-functions.php:725
601
- #: ../lib/yasr-settings-functions.php:843
602
  msgid "Add element"
603
  msgstr ""
604
 
605
- #: ../lib/yasr-settings-functions.php:727
606
- #: ../lib/yasr-settings-functions.php:845
607
  msgid "Save changes"
608
  msgstr ""
609
 
610
- #: ../lib/yasr-settings-functions.php:737
611
  msgid "No Multiple Set were found"
612
  msgstr ""
613
 
614
- #: ../lib/yasr-settings-functions.php:986
615
- #: ../lib/yasr-settings-functions.php:1286
616
  msgid "Settings Saved"
617
  msgstr ""
618
 
619
- #: ../lib/yasr-settings-functions.php:991
620
  msgid "Something goes wrong trying insert set field name. Please report it"
621
  msgstr ""
622
 
623
- #: ../lib/yasr-settings-functions.php:997
624
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
625
  msgstr ""
626
 
627
- #: ../lib/yasr-settings-functions.php:1072
628
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
629
  msgstr ""
630
 
631
- #: ../lib/yasr-settings-functions.php:1118
632
  msgid ""
633
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
634
  msgstr ""
635
 
636
- #: ../lib/yasr-settings-functions.php:1182
637
  msgid ""
638
  "Something goes wrong trying to update a Multi Set's element. Please report it"
639
  msgstr ""
640
 
641
- #: ../lib/yasr-settings-functions.php:1271
642
  msgid ""
643
  "Something goes wrong trying to insert set field name in edit form. Please "
644
  "report it"
645
  msgstr ""
646
 
647
- #: ../lib/yasr-settings-functions.php:1316
648
  msgid "Style Options"
649
  msgstr ""
650
 
651
- #: ../lib/yasr-settings-functions.php:1317
652
- msgid "Custom CSS Styles"
653
- msgstr ""
654
-
655
- #: ../lib/yasr-settings-functions.php:1322
656
- msgid ""
657
- "Please use text area below to write your own CSS styles to override the "
658
- "default ones."
659
- msgstr ""
660
-
661
- #: ../lib/yasr-settings-functions.php:1324
662
- msgid "Leave it blank if you don't know what you're doing"
663
- msgstr ""
664
-
665
- #: ../lib/yasr-settings-functions.php:1347
666
- msgid "Looking for more features?"
667
- msgstr ""
668
-
669
- #: ../lib/yasr-settings-functions.php:1348
670
- msgid "Upgrade to yasr pro!"
671
- msgstr ""
672
-
673
- #: ../lib/yasr-settings-functions.php:1364
674
- msgid "Unlimited ratings and votes"
675
  msgstr ""
676
 
677
  #: ../lib/yasr-settings-functions.php:1370
678
- msgid "Works with shortcodes"
679
- msgstr ""
680
-
681
- #: ../lib/yasr-settings-functions.php:1376
682
- msgid "Multi Set Support"
683
  msgstr ""
684
 
685
- #: ../lib/yasr-settings-functions.php:1381
686
- msgid "Logs and stats for visitors votes"
687
  msgstr ""
688
 
689
- #: ../lib/yasr-settings-functions.php:1386
690
- msgid "Localization (.po and .mo files included)"
691
  msgstr ""
692
 
693
- #: ../lib/yasr-settings-functions.php:1391
694
- msgid "Rich Snippet Support"
695
  msgstr ""
696
 
697
- #: ../lib/yasr-settings-functions.php:1396
698
- msgid "Rankings for reviews, votes and users"
699
  msgstr ""
700
 
701
- #: ../lib/yasr-settings-functions.php:1401
702
- msgid "Rankings Customization"
703
  msgstr ""
704
 
705
- #: ../lib/yasr-settings-functions.php:1406
706
- msgid "Stars Customization"
707
  msgstr ""
708
 
709
- #: ../lib/yasr-settings-functions.php:1407
710
- msgid "Size Only"
711
  msgstr ""
712
 
713
- #: ../lib/yasr-settings-functions.php:1408
714
  msgid ""
715
- "Users can choose different ready to use sets or can upload their own images."
716
- msgstr ""
717
-
718
- #: ../lib/yasr-settings-functions.php:1411
719
- msgid "Users can review in comments"
720
  msgstr ""
721
 
722
- #: ../lib/yasr-settings-functions.php:1422
723
- msgid "Not avaible yet"
724
  msgstr ""
725
 
726
- #: ../lib/yasr-settings-functions.php:1481
727
  msgid "Keep in touch!"
728
  msgstr ""
729
 
730
- #: ../lib/yasr-settings-functions.php:1523
731
  #, php-format
732
  msgid ""
733
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
734
  msgstr ""
735
 
736
- #: ../lib/yasr-settings-functions.php:1525
737
  msgid "Can I ask a favor?"
738
  msgstr ""
739
 
740
- #: ../lib/yasr-settings-functions.php:1527
741
  msgid "Can you please rate YASR 5 stars on"
742
  msgstr ""
743
 
744
- #: ../lib/yasr-settings-functions.php:1529
745
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
746
  msgstr ""
747
 
748
- #: ../lib/yasr-settings-functions.php:1535
749
  msgid "Ok, I'm glad to help!"
750
  msgstr ""
751
 
752
- #: ../lib/yasr-settings-functions.php:1536
753
  msgid "Remind me later!"
754
  msgstr ""
755
 
756
- #: ../lib/yasr-settings-functions.php:1537
757
  msgid "Don't need to ask, I already did it!"
758
  msgstr ""
759
 
760
- #: ../lib/yasr-settings-functions.php:1570
761
  #, php-format
762
  msgid ""
763
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
@@ -765,327 +736,302 @@ msgid ""
765
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
766
  msgstr ""
767
 
768
- #: ../lib/yasr-settings-functions.php:1615
769
  msgid "No previous Gd Star Rating installation was found"
770
  msgstr ""
771
 
772
- #: ../lib/yasr-db-functions.php:319
773
  msgid "No recenet votes yet"
774
  msgstr ""
775
 
776
- #: ../lib/yasr-db-functions.php:334 ../lib/yasr-ajax-functions.php:811
777
  msgid "anonymous"
778
  msgstr ""
779
 
780
- #: ../lib/yasr-db-functions.php:343
781
  #, php-format
782
  msgid "Vote %d from %s on "
783
  msgstr ""
784
 
785
- #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:836
 
786
  msgid "Ip address"
787
  msgstr ""
788
 
789
- #: ../lib/yasr-db-functions.php:400 ../lib/yasr-ajax-functions.php:877
 
790
  msgid "Pages"
791
  msgstr ""
792
 
793
- #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
794
- msgid "Yet Another Stars Rating: Settings"
795
- msgstr ""
796
-
797
- #: ../lib/yasr-functions.php:148
798
- msgid "Yet Another Stars Rating: Multiple set"
799
- msgstr ""
800
-
801
- #: ../lib/yasr-functions.php:159
802
- msgid "You don't have enought privileges to insert Overall Rating"
803
- msgstr ""
804
-
805
- #: ../lib/yasr-functions.php:169
806
- msgid "You don't have enought privileges to insert Multi Set"
807
- msgstr ""
808
-
809
- #: ../lib/yasr-functions.php:303
810
- msgid "reviewed by"
811
- msgstr ""
812
-
813
- #: ../lib/yasr-functions.php:305 ../lib/yasr-functions.php:387
814
- msgid " on "
815
- msgstr ""
816
-
817
- #: ../lib/yasr-functions.php:323
818
- msgid "reviewed on"
819
- msgstr ""
820
-
821
- #: ../lib/yasr-functions.php:324
822
- msgid "by "
823
  msgstr ""
824
 
825
- #: ../lib/yasr-functions.php:328
826
- msgid "rated"
827
  msgstr ""
828
 
829
- #: ../lib/yasr-functions.php:328
830
- msgid "of"
831
  msgstr ""
832
 
833
- #: ../lib/yasr-functions.php:390
834
- msgid " written by "
835
  msgstr ""
836
 
837
- #: ../lib/yasr-functions.php:393
838
- msgid " average rating "
839
  msgstr ""
840
 
841
- #: ../lib/yasr-functions.php:394
842
- msgid " user ratings"
843
  msgstr ""
844
 
845
- #: ../lib/yasr-functions.php:589
846
  msgid "Product, Place, Recipe, BlogPosting"
847
  msgstr ""
848
 
849
- #: ../lib/yasr-ajax-functions.php:102
850
  msgid "You've rated it "
851
  msgstr ""
852
 
853
- #: ../lib/yasr-ajax-functions.php:106
854
  msgid "You've reset the vote"
855
  msgstr ""
856
 
857
- #: ../lib/yasr-ajax-functions.php:190
858
  msgid "Type Saved"
859
  msgstr ""
860
 
861
- #: ../lib/yasr-ajax-functions.php:193
862
  msgid ""
863
  "There was an error while trying to insert the review type. Please report it"
864
  msgstr ""
865
 
866
- #: ../lib/yasr-ajax-functions.php:228
867
  msgid "Choose a vote for each element"
868
  msgstr ""
869
 
870
- #: ../lib/yasr-ajax-functions.php:291 ../lib/yasr-ajax-functions.php:335
871
  msgid "If you want to insert this multiset, paste this shortcode "
872
  msgstr ""
873
 
874
- #: ../lib/yasr-ajax-functions.php:293 ../lib/yasr-ajax-functions.php:337
875
  msgid ""
876
  "If, instead, you want allow your visitor to vote on this multiset, use this "
877
  "shortcode"
878
  msgstr ""
879
 
880
- #: ../lib/yasr-ajax-functions.php:302
881
  msgid "Choose a vote for every element"
882
  msgstr ""
883
 
884
- #: ../lib/yasr-ajax-functions.php:475
885
  msgid "Main"
886
  msgstr ""
887
 
888
- #: ../lib/yasr-ajax-functions.php:476
889
  msgid "Charts"
890
  msgstr ""
891
 
892
- #: ../lib/yasr-ajax-functions.php:478
893
  msgid "Read the doc"
894
  msgstr ""
895
 
896
- #: ../lib/yasr-ajax-functions.php:487
897
  msgid "Overall Rating / Review"
898
  msgstr ""
899
 
900
- #: ../lib/yasr-ajax-functions.php:489
901
  msgid "Insert Overall Rating"
902
  msgstr ""
903
 
904
- #: ../lib/yasr-ajax-functions.php:490
905
  msgid "Insert Overall Rating / Review for this post"
906
  msgstr ""
907
 
908
- #: ../lib/yasr-ajax-functions.php:493 ../lib/yasr-ajax-functions.php:511
909
  msgid "Choose Size"
910
  msgstr ""
911
 
912
- #: ../lib/yasr-ajax-functions.php:507
913
  msgid "Insert Visitor Votes"
914
  msgstr ""
915
 
916
- #: ../lib/yasr-ajax-functions.php:508
917
  msgid "Insert the ability for your visitor to vote"
918
  msgstr ""
919
 
920
- #: ../lib/yasr-ajax-functions.php:525
921
  msgid "If you want to insert a Multi Set, pick one:"
922
  msgstr ""
923
 
924
- #: ../lib/yasr-ajax-functions.php:531
925
  msgid "Choose wich set you want to insert."
926
  msgstr ""
927
 
928
- #: ../lib/yasr-ajax-functions.php:533 ../lib/yasr-ajax-functions.php:550
929
  msgid "Readonly?"
930
  msgstr ""
931
 
932
- #: ../lib/yasr-ajax-functions.php:535 ../lib/yasr-ajax-functions.php:551
933
  msgid ""
934
  "If Readonly is checked, only you can insert the votes (in the box above the "
935
  "editor)"
936
  msgstr ""
937
 
938
- #: ../lib/yasr-ajax-functions.php:536
939
  msgid "Insert Multi Set"
940
  msgstr ""
941
 
942
- #: ../lib/yasr-ajax-functions.php:545
943
  msgid "Insert Multiset:"
944
  msgstr ""
945
 
946
- #: ../lib/yasr-ajax-functions.php:548
947
  msgid "Insert Multiple Set"
948
  msgstr ""
949
 
950
- #: ../lib/yasr-ajax-functions.php:566
951
  msgid "Ranking reviews"
952
  msgstr ""
953
 
954
- #: ../lib/yasr-ajax-functions.php:567
955
  msgid "Insert Ranking reviews"
956
  msgstr ""
957
 
958
- #: ../lib/yasr-ajax-functions.php:568
959
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
960
  msgstr ""
961
 
962
- #: ../lib/yasr-ajax-functions.php:572
963
  msgid "Users' ranking"
964
  msgstr ""
965
 
966
- #: ../lib/yasr-ajax-functions.php:573
967
  msgid "Insert Users ranking"
968
  msgstr ""
969
 
970
- #: ../lib/yasr-ajax-functions.php:574
971
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
972
  msgstr ""
973
 
974
- #: ../lib/yasr-ajax-functions.php:578
975
  msgid "Most active reviewers"
976
  msgstr ""
977
 
978
- #: ../lib/yasr-ajax-functions.php:579
979
  msgid "Insert Most Active Reviewers"
980
  msgstr ""
981
 
982
- #: ../lib/yasr-ajax-functions.php:580
983
  msgid "Insert Top 5 active reviewers"
984
  msgstr ""
985
 
986
- #: ../lib/yasr-ajax-functions.php:584
987
  msgid "Most Active Users"
988
  msgstr ""
989
 
990
- #: ../lib/yasr-ajax-functions.php:585
991
  msgid "Insert Most Active Users"
992
  msgstr ""
993
 
994
- #: ../lib/yasr-ajax-functions.php:586
995
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
996
  msgstr ""
997
 
998
- #: ../lib/yasr-ajax-functions.php:657
999
  msgid "Reviews and Visitor Votes have been successfull imported."
1000
  msgstr ""
1001
 
1002
- #: ../lib/yasr-ajax-functions.php:663
1003
  msgid ""
1004
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1005
  "THIS MAY TAKE A WHILE!"
1006
  msgstr ""
1007
 
1008
- #: ../lib/yasr-ajax-functions.php:665
1009
  msgid "Proceed Step 2"
1010
  msgstr ""
1011
 
1012
- #: ../lib/yasr-ajax-functions.php:672
1013
  msgid "Something goes wrong! Refresh the page and try again!"
1014
  msgstr ""
1015
 
1016
- #: ../lib/yasr-ajax-functions.php:701
1017
  msgid "I've found Multiple Set! Importing..."
1018
  msgstr ""
1019
 
1020
- #: ../lib/yasr-ajax-functions.php:710
1021
  msgid "Multi Set's name has been successfull imported."
1022
  msgstr ""
1023
 
1024
- #: ../lib/yasr-ajax-functions.php:712
1025
  msgid "Now I'm going to import Multi Set data"
1026
  msgstr ""
1027
 
1028
- #: ../lib/yasr-ajax-functions.php:723
1029
  msgid "All votes has been successfull imported."
1030
  msgstr ""
1031
 
1032
- #: ../lib/yasr-ajax-functions.php:725
1033
  msgid "Done"
1034
  msgstr ""
1035
 
1036
- #: ../lib/yasr-ajax-functions.php:730
1037
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1038
  msgstr ""
1039
 
1040
- #: ../lib/yasr-ajax-functions.php:738
1041
  msgid "I've found Multi Set but with no data"
1042
  msgstr ""
1043
 
1044
- #: ../lib/yasr-ajax-functions.php:747
1045
  msgid "I've found Multi Sets names but I couldn't insert into db"
1046
  msgstr ""
1047
 
1048
- #: ../lib/yasr-ajax-functions.php:755
1049
  msgid "Multisets were not found. Imported is done!"
1050
  msgstr ""
1051
 
1052
- #: ../lib/yasr-ajax-functions.php:798
1053
  msgid "No Recenet votes yet"
1054
  msgstr ""
1055
 
1056
- #: ../lib/yasr-ajax-functions.php:820
1057
  #, php-format
1058
  msgid "Vote %d from %s on"
1059
  msgstr ""
1060
 
1061
- #: ../lib/yasr-ajax-functions.php:1018 ../lib/yasr-ajax-functions.php:1174
1062
  msgid "Error: you can't vote 0"
1063
  msgstr ""
1064
 
1065
- #: ../lib/yasr-ajax-functions.php:1124 ../lib/yasr-ajax-functions.php:1132
1066
  msgid "Average:"
1067
  msgstr ""
1068
 
1069
- #: ../lib/yasr-ajax-functions.php:1125 ../lib/yasr-ajax-functions.php:1133
1070
  msgid "Vote Saved"
1071
  msgstr ""
1072
 
1073
- #: ../lib/yasr-ajax-functions.php:1270
1074
  msgid "Vote updated"
1075
  msgstr ""
1076
 
1077
- #: ../lib/yasr-ajax-functions.php:1415
1078
  msgid "Rating saved!"
1079
  msgstr ""
1080
 
1081
- #: ../lib/yasr-ajax-functions.php:1421
1082
  msgid "Rating not saved. Please Try again"
1083
  msgstr ""
1084
 
1085
- #: ../lib/yasr-ajax-functions.php:1514
1086
  msgid "stars"
1087
  msgstr ""
1088
 
1089
- #: ../lib/yasr-ajax-functions.php:1519
1090
  msgid "star"
1091
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2016-02-08 13:40+0100\n"
5
+ "PO-Revision-Date: 2016-02-08 13:40+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: En\n"
19
  msgid "Rate this article / item"
20
  msgstr ""
21
 
22
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:504
23
+ #: ../lib/yasr-functions.php:55
24
  msgid "Loading, please wait"
25
  msgstr ""
26
 
33
  msgstr ""
34
 
35
  #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
36
+ #: ../lib/yasr-settings-functions.php:656
37
  msgid "Select"
38
  msgstr ""
39
 
43
  "where you want to display this rating"
44
  msgstr ""
45
 
46
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:147
47
+ #: ../lib/yasr-ajax-functions.php:45 ../lib/yasr-ajax-functions.php:142
48
+ #: ../lib/yasr-ajax-functions.php:228 ../lib/yasr-ajax-functions.php:386
49
+ #: ../lib/yasr-ajax-functions.php:797 ../lib/yasr-ajax-functions.php:1111
50
  msgid "You do not have sufficient permissions to access this page."
51
  msgstr ""
52
 
53
+ #: ../yasr-settings-page.php:38
54
  msgid "Settings"
55
  msgstr ""
56
 
57
+ #: ../yasr-settings-page.php:82
58
  msgid "General Settings"
59
  msgstr ""
60
 
61
+ #: ../yasr-settings-page.php:83
62
  msgid "Multi Sets"
63
  msgstr ""
64
 
65
+ #: ../yasr-settings-page.php:84
66
+ msgid "Aspect & Styles"
67
  msgstr ""
68
 
69
+ #: ../yasr-settings-page.php:86
70
+ msgid "Extensions"
71
  msgstr ""
72
 
73
+ #: ../yasr-settings-page.php:103 ../yasr-settings-page.php:263
74
+ #: ../yasr-settings-page.php:294
75
  msgid "Save"
76
  msgstr ""
77
 
78
+ #: ../yasr-settings-page.php:128
79
  msgid "Import Gd Star Rating"
80
  msgstr ""
81
 
82
+ #: ../yasr-settings-page.php:129
83
  msgid "I've found a previous installation of Gd Star Rating."
84
  msgstr ""
85
 
86
+ #: ../yasr-settings-page.php:129
87
  msgid "Do you want proceed to import data?"
88
  msgstr ""
89
 
90
+ #: ../yasr-settings-page.php:131
91
  msgid "Yes, Begin Import"
92
  msgstr ""
93
 
94
+ #: ../yasr-settings-page.php:135
95
  msgid "Click on Proceed to import Gd Star Rating data."
96
  msgstr ""
97
 
98
+ #: ../yasr-settings-page.php:138 ../yasr-settings-page.php:171
99
  msgid "Proceed"
100
  msgstr ""
101
 
102
+ #: ../yasr-settings-page.php:160
103
  msgid "Manage GD Star Data"
104
  msgstr ""
105
 
106
+ #: ../yasr-settings-page.php:161
107
  msgid "Gd Star Rating has been already imported."
108
  msgstr ""
109
 
110
+ #: ../yasr-settings-page.php:162
111
  msgid "If you wish you can import it again, but"
112
  msgstr ""
113
 
114
+ #: ../yasr-settings-page.php:162
115
  msgid "you will lose all data you've collect since the import!"
116
  msgstr ""
117
 
118
+ #: ../yasr-settings-page.php:164
119
  msgid "Ok, Import Again"
120
  msgstr ""
121
 
122
+ #: ../yasr-settings-page.php:168
123
  msgid ""
124
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
125
  msgstr ""
126
 
127
+ #: ../yasr-settings-page.php:205
128
  msgid "Manage Multi Set"
129
  msgstr ""
130
 
131
+ #: ../yasr-settings-page.php:209
132
  msgid "What is a Multi Set?"
133
  msgstr ""
134
 
135
+ #: ../yasr-settings-page.php:214
136
  msgid ""
137
  "Multi Set allows you to insert a rate for each aspect about the product / "
138
  "local business / whetever you're reviewing, example in the image below."
139
  msgstr ""
140
 
141
+ #: ../yasr-settings-page.php:218
142
  msgid ""
143
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
144
  "different fields. Once you've saved it, you can insert the rates while "
146
  "image (click to see it larger)"
147
  msgstr ""
148
 
149
+ #: ../yasr-settings-page.php:222
150
  msgid ""
151
  "In order to insert your Multi Sets into a post or page, you can either past "
152
  "the short code that will appear at the bottom of the box or just click on "
153
  "the star in the graphic editor and select \"Insert Multi Set\"."
154
  msgstr ""
155
 
156
+ #: ../yasr-settings-page.php:228
157
  msgid "Close this message"
158
  msgstr ""
159
 
160
+ #: ../yasr-settings-page.php:320
161
+ msgid "Extensions for Yet Another Stars Rating"
162
+ msgstr ""
163
+
164
+ #: ../yasr-settings-page.php:323
165
+ msgid "Extensions add functionality to your Yasr installation"
166
+ msgstr ""
167
+
168
+ #: ../yasr-settings-page.php:338
169
+ msgid ""
170
+ "Start accepting reviews and ratings for your post or pages using Yasr User "
171
+ "Reviews extension."
172
+ msgstr ""
173
+
174
+ #: ../yasr-settings-page.php:356 ../yasr-settings-page.php:394
175
+ #: ../yasr-settings-page.php:432
176
+ msgid "Get this extension"
177
+ msgstr ""
178
+
179
+ #: ../yasr-settings-page.php:376
180
+ msgid "Choose between ready to use image or upload your own!"
181
+ msgstr ""
182
+
183
+ #: ../yasr-settings-page.php:414
184
+ msgid "Unleash all the power of your rankings with just a click!"
185
+ msgstr ""
186
+
187
  #: ../yasr-metabox-multiple-rating.php:35
188
  msgid "Choose wich set you want to use"
189
  msgstr ""
190
 
191
+ #: ../lib/yasr-shortcode-functions.php:187
192
+ #: ../lib/yasr-shortcode-functions.php:212
 
193
  msgid "You've already voted this article with"
194
  msgstr ""
195
 
196
+ #: ../lib/yasr-shortcode-functions.php:237
197
+ #: ../lib/yasr-shortcode-functions.php:533
198
+ msgid "You must sign in to vote"
199
  msgstr ""
200
 
201
+ #: ../lib/yasr-shortcode-functions.php:279 ../lib/yasr-ajax-functions.php:1300
202
+ #: ../lib/yasr-ajax-functions.php:1308 ../lib/yasr-ajax-functions.php:1447
203
  msgid "Total: "
204
  msgstr ""
205
 
206
+ #: ../lib/yasr-shortcode-functions.php:279
207
  msgid "Average: "
208
  msgstr ""
209
 
210
+ #: ../lib/yasr-shortcode-functions.php:506
211
+ msgid "Submit!"
212
  msgstr ""
213
 
214
+ #: ../lib/yasr-shortcode-functions.php:512
215
  msgid "Thank you for voting! "
216
  msgstr ""
217
 
218
+ #: ../lib/yasr-shortcode-functions.php:721
 
 
 
 
 
 
219
  msgid "Rating"
220
  msgstr ""
221
 
222
+ #: ../lib/yasr-shortcode-functions.php:735
223
  msgid "You don't have any votes stored"
224
  msgstr ""
225
 
226
+ #: ../lib/yasr-shortcode-functions.php:771
227
+ #: ../lib/yasr-shortcode-functions.php:810
228
  msgid "Post / Page"
229
  msgstr ""
230
 
231
+ #: ../lib/yasr-shortcode-functions.php:772
232
+ #: ../lib/yasr-shortcode-functions.php:811
233
  msgid "Order By"
234
  msgstr ""
235
 
236
+ #: ../lib/yasr-shortcode-functions.php:772
237
+ #: ../lib/yasr-shortcode-functions.php:811
238
  msgid "Most Rated"
239
  msgstr ""
240
 
241
+ #: ../lib/yasr-shortcode-functions.php:772
242
+ #: ../lib/yasr-shortcode-functions.php:811
243
  msgid "Highest Rated"
244
  msgstr ""
245
 
246
+ #: ../lib/yasr-shortcode-functions.php:790
247
+ #: ../lib/yasr-shortcode-functions.php:825
248
  msgid "Total:"
249
  msgstr ""
250
 
251
+ #: ../lib/yasr-shortcode-functions.php:790
252
+ #: ../lib/yasr-shortcode-functions.php:825
253
  msgid "Average"
254
  msgstr ""
255
 
256
+ #: ../lib/yasr-shortcode-functions.php:802
257
  msgid "You've not enough data"
258
  msgstr ""
259
 
260
+ #: ../lib/yasr-shortcode-functions.php:837
261
  msgid "You've not enought data"
262
  msgstr ""
263
 
264
+ #: ../lib/yasr-shortcode-functions.php:922
265
  msgid ""
266
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
267
  "any review?"
268
  msgstr ""
269
 
270
+ #: ../lib/yasr-shortcode-functions.php:990
271
  msgid ""
272
  "Problem while retrieving the top 10 active users chart. Are you sure you "
273
  "have votes to show?"
274
  msgstr ""
275
 
276
+ #: ../lib/yasr-shortcode-functions.php:1027
277
+ #, php-format
278
+ msgid "based on %d votes"
279
+ msgstr ""
280
+
281
+ #: ../lib/yasr-settings-functions.php:68
282
  msgid "General settings"
283
  msgstr ""
284
 
285
+ #: ../lib/yasr-settings-functions.php:69
286
  msgid "Auto insert options"
287
  msgstr ""
288
 
289
+ #: ../lib/yasr-settings-functions.php:70
290
  msgid "Show \"Overall Rating\" in Archive Page?"
291
  msgstr ""
292
 
293
+ #: ../lib/yasr-settings-functions.php:71
294
  msgid "Show \"Visitor Votes\" in Archive Page?"
295
  msgstr ""
296
 
297
+ #: ../lib/yasr-settings-functions.php:72
298
  msgid "Insert custom text to show before / after stars"
299
  msgstr ""
300
 
301
+ #: ../lib/yasr-settings-functions.php:73
302
  msgid "Do you want show stats for visitors votes?"
303
  msgstr ""
304
 
305
+ #: ../lib/yasr-settings-functions.php:74
306
  msgid "Allow only logged in user to vote?"
307
  msgstr ""
308
 
309
+ #: ../lib/yasr-settings-functions.php:75
310
  msgid "Rich snippet options"
311
  msgstr ""
312
 
313
+ #: ../lib/yasr-settings-functions.php:76
314
  msgid "How do you want to rate \"Overall Rating\"?"
315
  msgstr ""
316
 
317
+ #: ../lib/yasr-settings-functions.php:90
318
  msgid "Use Auto Insert?"
319
  msgstr ""
320
 
321
+ #: ../lib/yasr-settings-functions.php:96
322
+ #: ../lib/yasr-settings-functions.php:180
323
+ #: ../lib/yasr-settings-functions.php:200
324
+ #: ../lib/yasr-settings-functions.php:244
325
+ #: ../lib/yasr-settings-functions.php:270
326
+ #: ../lib/yasr-settings-functions.php:304
327
+ #: ../lib/yasr-settings-functions.php:359
328
  msgid "Yes"
329
  msgstr ""
330
 
331
+ #: ../lib/yasr-settings-functions.php:110
332
+ #: ../lib/yasr-settings-functions.php:185
333
+ #: ../lib/yasr-settings-functions.php:205
334
+ #: ../lib/yasr-settings-functions.php:249
335
+ #: ../lib/yasr-settings-functions.php:275
336
+ #: ../lib/yasr-settings-functions.php:309
337
+ #: ../lib/yasr-settings-functions.php:364
338
  msgid "No"
339
  msgstr ""
340
 
341
+ #: ../lib/yasr-settings-functions.php:118
342
  msgid "What?"
343
  msgstr ""
344
 
345
+ #: ../lib/yasr-settings-functions.php:123
346
  msgid "Overall Rating / Author Rating"
347
  msgstr ""
348
 
349
+ #: ../lib/yasr-settings-functions.php:127 ../lib/yasr-ajax-functions.php:524
350
  msgid "Visitor Votes"
351
  msgstr ""
352
 
353
+ #: ../lib/yasr-settings-functions.php:131
354
  msgid "Both"
355
  msgstr ""
356
 
357
+ #: ../lib/yasr-settings-functions.php:137
358
  msgid "Where?"
359
  msgstr ""
360
 
361
+ #: ../lib/yasr-settings-functions.php:142
362
  msgid "Before the post"
363
  msgstr ""
364
 
365
+ #: ../lib/yasr-settings-functions.php:146
366
  msgid "After the post"
367
  msgstr ""
368
 
369
+ #: ../lib/yasr-settings-functions.php:153
370
  msgid "Size"
371
  msgstr ""
372
 
373
+ #: ../lib/yasr-settings-functions.php:159 ../lib/yasr-ajax-functions.php:514
374
+ #: ../lib/yasr-ajax-functions.php:532
375
  msgid "Small"
376
  msgstr ""
377
 
378
+ #: ../lib/yasr-settings-functions.php:164 ../lib/yasr-ajax-functions.php:515
379
+ #: ../lib/yasr-ajax-functions.php:533
380
  msgid "Medium"
381
  msgstr ""
382
 
383
+ #: ../lib/yasr-settings-functions.php:169 ../lib/yasr-ajax-functions.php:516
384
+ #: ../lib/yasr-ajax-functions.php:534
385
  msgid "Large"
386
  msgstr ""
387
 
388
+ #: ../lib/yasr-settings-functions.php:176
389
  msgid "Exclude Pages?"
390
  msgstr ""
391
 
392
+ #: ../lib/yasr-settings-functions.php:197
393
  msgid "Use only in custom post types?"
394
  msgstr ""
395
 
396
+ #: ../lib/yasr-settings-functions.php:209
397
  msgid "You see this because you use custom post types."
398
  msgstr ""
399
 
400
+ #: ../lib/yasr-settings-functions.php:211
401
  msgid "If you want to use auto insert only in custom post types, choose Yes"
402
  msgstr ""
403
 
404
+ #: ../lib/yasr-settings-functions.php:253
405
  msgid ""
406
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
407
  "article or page, but also in pages like Home Page, category pages or "
408
  "archives."
409
  msgstr ""
410
 
411
+ #: ../lib/yasr-settings-functions.php:279
412
  msgid ""
413
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
414
  "article or page, but also in pages like Home Page, category pages or "
415
  "archives."
416
  msgstr ""
417
 
418
+ #: ../lib/yasr-settings-functions.php:314
419
  msgid "Custom text to display before Overall Rating"
420
  msgstr ""
421
 
422
+ #: ../lib/yasr-settings-functions.php:319
423
  msgid "Custom text to display BEFORE Visitor Rating"
424
  msgstr ""
425
 
426
+ #: ../lib/yasr-settings-functions.php:325
427
  msgid "Custom text to display AFTER Visitor Rating"
428
  msgstr ""
429
 
430
+ #: ../lib/yasr-settings-functions.php:330
431
  msgid "Custom text to display when a non logged user has already rated"
432
  msgstr ""
433
 
434
+ #: ../lib/yasr-settings-functions.php:335
435
  msgid "Help"
436
  msgstr ""
437
 
438
+ #: ../lib/yasr-settings-functions.php:339
439
  msgid ""
440
  "In the first field you can use %overall_rating% pattern to show the overall "
441
  "rating."
442
  msgstr ""
443
 
444
+ #: ../lib/yasr-settings-functions.php:343
445
  msgid ""
446
  "In the Second and Third fields you can use %total_count% pattern to show the "
447
  "total count, and %average% pattern to show the average"
448
  msgstr ""
449
 
450
+ #: ../lib/yasr-settings-functions.php:382
451
  msgid "Allow only logged-in users"
452
  msgstr ""
453
 
454
+ #: ../lib/yasr-settings-functions.php:386
455
  msgid "Allow everybody (logged in and anonymous)"
456
  msgstr ""
457
 
458
+ #: ../lib/yasr-settings-functions.php:406
459
  msgid "Which rich snippet do you want to use?"
460
  msgstr ""
461
 
462
+ #: ../lib/yasr-settings-functions.php:410
463
  msgid "Review Rating"
464
  msgstr ""
465
 
466
+ #: ../lib/yasr-settings-functions.php:414
467
  msgid "Aggregate Rating"
468
  msgstr ""
469
 
470
+ #: ../lib/yasr-settings-functions.php:419
471
  msgid "What is this?"
472
  msgstr ""
473
 
474
+ #: ../lib/yasr-settings-functions.php:424
475
  msgid ""
476
  "If you select \"Review Rating\", your site will be indexed from search "
477
  "engines like this: "
478
  msgstr ""
479
 
480
+ #: ../lib/yasr-settings-functions.php:429
481
  msgid ""
482
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
483
  "this"
484
  msgstr ""
485
 
486
+ #: ../lib/yasr-settings-functions.php:440
487
  msgid "Select default item type for all post or pages"
488
  msgstr ""
489
 
490
+ #: ../lib/yasr-settings-functions.php:445
491
  msgid "Product"
492
  msgstr ""
493
 
494
+ #: ../lib/yasr-settings-functions.php:449
495
  msgid "Place"
496
  msgstr ""
497
 
498
+ #: ../lib/yasr-settings-functions.php:453
499
  msgid "Recipe"
500
  msgstr ""
501
 
502
+ #: ../lib/yasr-settings-functions.php:457
503
  msgid "BlogPosting"
504
  msgstr ""
505
 
506
+ #: ../lib/yasr-settings-functions.php:463
 
 
 
 
507
  msgid ""
508
+ "If you need to use BlogPosting as item type, even for just one post or page, "
509
+ "please fill these forms"
510
  msgstr ""
511
 
512
+ #: ../lib/yasr-settings-functions.php:468
513
+ msgid "Publisher name (e.g. Google)"
514
  msgstr ""
515
 
516
+ #: ../lib/yasr-settings-functions.php:473
517
+ msgid "Logo Url (if empty siteicon will be used instead)"
518
  msgstr ""
519
 
520
+ #: ../lib/yasr-settings-functions.php:480
521
+ msgid "You can always change it in the single post or page."
522
  msgstr ""
523
 
524
+ #: ../lib/yasr-settings-functions.php:482
525
+ msgid ""
526
+ "This will affect only the post/page where you didn't change manually the "
527
+ "itemtype yet."
528
  msgstr ""
529
 
530
+ #: ../lib/yasr-settings-functions.php:521
531
  msgid "Stars"
532
  msgstr ""
533
 
534
+ #: ../lib/yasr-settings-functions.php:525
535
  msgid "Numbers"
536
  msgstr ""
537
 
538
+ #: ../lib/yasr-settings-functions.php:601
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
539
  msgid "Add New Multiple Set"
540
  msgstr ""
541
 
542
+ #: ../lib/yasr-settings-functions.php:602
543
  msgid ""
544
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
545
  "characters"
546
  msgstr ""
547
 
548
+ #: ../lib/yasr-settings-functions.php:605
549
  msgid "Name"
550
  msgstr ""
551
 
552
+ #: ../lib/yasr-settings-functions.php:610
553
  msgid "You can insert up to nine elements"
554
  msgstr ""
555
 
556
+ #: ../lib/yasr-settings-functions.php:615
557
  msgid "Element "
558
  msgstr ""
559
 
560
+ #: ../lib/yasr-settings-functions.php:625
561
  msgid "Create New Set"
562
  msgstr ""
563
 
564
+ #: ../lib/yasr-settings-functions.php:646
565
+ #: ../lib/yasr-settings-functions.php:679
566
  msgid "Manage Multiple Set"
567
  msgstr ""
568
 
569
+ #: ../lib/yasr-settings-functions.php:648
570
  msgid "Wich set do you want to edit or remove?"
571
  msgstr ""
572
 
573
+ #: ../lib/yasr-settings-functions.php:689
574
+ #: ../lib/yasr-settings-functions.php:807
575
  msgid "Field name"
576
  msgstr ""
577
 
578
+ #: ../lib/yasr-settings-functions.php:693
579
+ #: ../lib/yasr-settings-functions.php:811
580
  msgid "Remove"
581
  msgstr ""
582
 
583
+ #: ../lib/yasr-settings-functions.php:735
584
+ #: ../lib/yasr-settings-functions.php:853
585
  msgid "Remove whole set?"
586
  msgstr ""
587
 
588
+ #: ../lib/yasr-settings-functions.php:748
589
+ #: ../lib/yasr-settings-functions.php:866
590
  msgid ""
591
  "If you remove something you will remove all the votes for that set or field. "
592
  "This operation CAN'T BE undone."
593
  msgstr ""
594
 
595
+ #: ../lib/yasr-settings-functions.php:755
596
+ #: ../lib/yasr-settings-functions.php:873
597
  msgid "You can use up to 9 elements"
598
  msgstr ""
599
 
600
+ #: ../lib/yasr-settings-functions.php:757
601
+ #: ../lib/yasr-settings-functions.php:875
602
  msgid "Add element"
603
  msgstr ""
604
 
605
+ #: ../lib/yasr-settings-functions.php:759
606
+ #: ../lib/yasr-settings-functions.php:877
607
  msgid "Save changes"
608
  msgstr ""
609
 
610
+ #: ../lib/yasr-settings-functions.php:769
611
  msgid "No Multiple Set were found"
612
  msgstr ""
613
 
614
+ #: ../lib/yasr-settings-functions.php:1018
615
+ #: ../lib/yasr-settings-functions.php:1318
616
  msgid "Settings Saved"
617
  msgstr ""
618
 
619
+ #: ../lib/yasr-settings-functions.php:1023
620
  msgid "Something goes wrong trying insert set field name. Please report it"
621
  msgstr ""
622
 
623
+ #: ../lib/yasr-settings-functions.php:1029
624
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
625
  msgstr ""
626
 
627
+ #: ../lib/yasr-settings-functions.php:1104
628
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
629
  msgstr ""
630
 
631
+ #: ../lib/yasr-settings-functions.php:1150
632
  msgid ""
633
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
634
  msgstr ""
635
 
636
+ #: ../lib/yasr-settings-functions.php:1214
637
  msgid ""
638
  "Something goes wrong trying to update a Multi Set's element. Please report it"
639
  msgstr ""
640
 
641
+ #: ../lib/yasr-settings-functions.php:1303
642
  msgid ""
643
  "Something goes wrong trying to insert set field name in edit form. Please "
644
  "report it"
645
  msgstr ""
646
 
647
+ #: ../lib/yasr-settings-functions.php:1351
648
  msgid "Style Options"
649
  msgstr ""
650
 
651
+ #: ../lib/yasr-settings-functions.php:1352
652
+ msgid "Which color scheme do you want to use?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
653
  msgstr ""
654
 
655
  #: ../lib/yasr-settings-functions.php:1370
656
+ msgid "Select the set you've uploaded"
 
 
 
 
657
  msgstr ""
658
 
659
+ #: ../lib/yasr-settings-functions.php:1371
660
+ msgid "Choose Stars Set"
661
  msgstr ""
662
 
663
+ #: ../lib/yasr-settings-functions.php:1375
664
+ msgid "Custom CSS Styles"
665
  msgstr ""
666
 
667
+ #: ../lib/yasr-settings-functions.php:1390
668
+ msgid "Light"
669
  msgstr ""
670
 
671
+ #: ../lib/yasr-settings-functions.php:1395
672
+ msgid "Dark"
673
  msgstr ""
674
 
675
+ #: ../lib/yasr-settings-functions.php:1400
676
+ msgid "Preview"
677
  msgstr ""
678
 
679
+ #: ../lib/yasr-settings-functions.php:1405
680
+ msgid "Light theme"
681
  msgstr ""
682
 
683
+ #: ../lib/yasr-settings-functions.php:1410
684
+ msgid "Dark theme"
685
  msgstr ""
686
 
687
+ #: ../lib/yasr-settings-functions.php:1422
688
  msgid ""
689
+ "Please use text area below to write your own CSS styles to override the "
690
+ "default ones."
 
 
 
691
  msgstr ""
692
 
693
+ #: ../lib/yasr-settings-functions.php:1424
694
+ msgid "Leave it blank if you don't know what you're doing."
695
  msgstr ""
696
 
697
+ #: ../lib/yasr-settings-functions.php:1495
698
  msgid "Keep in touch!"
699
  msgstr ""
700
 
701
+ #: ../lib/yasr-settings-functions.php:1538
702
  #, php-format
703
  msgid ""
704
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
705
  msgstr ""
706
 
707
+ #: ../lib/yasr-settings-functions.php:1540
708
  msgid "Can I ask a favor?"
709
  msgstr ""
710
 
711
+ #: ../lib/yasr-settings-functions.php:1542
712
  msgid "Can you please rate YASR 5 stars on"
713
  msgstr ""
714
 
715
+ #: ../lib/yasr-settings-functions.php:1544
716
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
717
  msgstr ""
718
 
719
+ #: ../lib/yasr-settings-functions.php:1550
720
  msgid "Ok, I'm glad to help!"
721
  msgstr ""
722
 
723
+ #: ../lib/yasr-settings-functions.php:1551
724
  msgid "Remind me later!"
725
  msgstr ""
726
 
727
+ #: ../lib/yasr-settings-functions.php:1552
728
  msgid "Don't need to ask, I already did it!"
729
  msgstr ""
730
 
731
+ #: ../lib/yasr-settings-functions.php:1585
732
  #, php-format
733
  msgid ""
734
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
736
  "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
737
  msgstr ""
738
 
739
+ #: ../lib/yasr-settings-functions.php:1630
740
  msgid "No previous Gd Star Rating installation was found"
741
  msgstr ""
742
 
743
+ #: ../lib/yasr-db-functions.php:426 ../lib/yasr-db-functions.php:569
744
  msgid "No recenet votes yet"
745
  msgstr ""
746
 
747
+ #: ../lib/yasr-db-functions.php:441 ../lib/yasr-ajax-functions.php:833
748
  msgid "anonymous"
749
  msgstr ""
750
 
751
+ #: ../lib/yasr-db-functions.php:450
752
  #, php-format
753
  msgid "Vote %d from %s on "
754
  msgstr ""
755
 
756
+ #: ../lib/yasr-db-functions.php:466 ../lib/yasr-db-functions.php:599
757
+ #: ../lib/yasr-ajax-functions.php:858 ../lib/yasr-ajax-functions.php:1007
758
  msgid "Ip address"
759
  msgstr ""
760
 
761
+ #: ../lib/yasr-db-functions.php:487 ../lib/yasr-db-functions.php:620
762
+ #: ../lib/yasr-ajax-functions.php:876 ../lib/yasr-ajax-functions.php:1026
763
  msgid "Pages"
764
  msgstr ""
765
 
766
+ #: ../lib/yasr-db-functions.php:583 ../lib/yasr-ajax-functions.php:991
767
+ #, php-format
768
+ msgid "You rated %s on "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
769
  msgstr ""
770
 
771
+ #: ../lib/yasr-functions.php:57
772
+ msgid "bad, poor, ok, good, super"
773
  msgstr ""
774
 
775
+ #: ../lib/yasr-functions.php:134 ../lib/yasr-functions.php:135
776
+ msgid "Yet Another Stars Rating: Settings"
777
  msgstr ""
778
 
779
+ #: ../lib/yasr-functions.php:184
780
+ msgid "Yet Another Stars Rating: Multiple set"
781
  msgstr ""
782
 
783
+ #: ../lib/yasr-functions.php:195
784
+ msgid "You don't have enought privileges to insert Overall Rating"
785
  msgstr ""
786
 
787
+ #: ../lib/yasr-functions.php:205
788
+ msgid "You don't have enough privileges to insert a Multi Set"
789
  msgstr ""
790
 
791
+ #: ../lib/yasr-functions.php:660
792
  msgid "Product, Place, Recipe, BlogPosting"
793
  msgstr ""
794
 
795
+ #: ../lib/yasr-ajax-functions.php:109
796
  msgid "You've rated it "
797
  msgstr ""
798
 
799
+ #: ../lib/yasr-ajax-functions.php:113
800
  msgid "You've reset the vote"
801
  msgstr ""
802
 
803
+ #: ../lib/yasr-ajax-functions.php:201
804
  msgid "Type Saved"
805
  msgstr ""
806
 
807
+ #: ../lib/yasr-ajax-functions.php:204
808
  msgid ""
809
  "There was an error while trying to insert the review type. Please report it"
810
  msgstr ""
811
 
812
+ #: ../lib/yasr-ajax-functions.php:243
813
  msgid "Choose a vote for each element"
814
  msgstr ""
815
 
816
+ #: ../lib/yasr-ajax-functions.php:306 ../lib/yasr-ajax-functions.php:350
817
  msgid "If you want to insert this multiset, paste this shortcode "
818
  msgstr ""
819
 
820
+ #: ../lib/yasr-ajax-functions.php:308 ../lib/yasr-ajax-functions.php:352
821
  msgid ""
822
  "If, instead, you want allow your visitor to vote on this multiset, use this "
823
  "shortcode"
824
  msgstr ""
825
 
826
+ #: ../lib/yasr-ajax-functions.php:317
827
  msgid "Choose a vote for every element"
828
  msgstr ""
829
 
830
+ #: ../lib/yasr-ajax-functions.php:493
831
  msgid "Main"
832
  msgstr ""
833
 
834
+ #: ../lib/yasr-ajax-functions.php:494
835
  msgid "Charts"
836
  msgstr ""
837
 
838
+ #: ../lib/yasr-ajax-functions.php:497
839
  msgid "Read the doc"
840
  msgstr ""
841
 
842
+ #: ../lib/yasr-ajax-functions.php:506
843
  msgid "Overall Rating / Review"
844
  msgstr ""
845
 
846
+ #: ../lib/yasr-ajax-functions.php:508
847
  msgid "Insert Overall Rating"
848
  msgstr ""
849
 
850
+ #: ../lib/yasr-ajax-functions.php:509
851
  msgid "Insert Overall Rating / Review for this post"
852
  msgstr ""
853
 
854
+ #: ../lib/yasr-ajax-functions.php:512 ../lib/yasr-ajax-functions.php:530
855
  msgid "Choose Size"
856
  msgstr ""
857
 
858
+ #: ../lib/yasr-ajax-functions.php:526
859
  msgid "Insert Visitor Votes"
860
  msgstr ""
861
 
862
+ #: ../lib/yasr-ajax-functions.php:527
863
  msgid "Insert the ability for your visitor to vote"
864
  msgstr ""
865
 
866
+ #: ../lib/yasr-ajax-functions.php:544
867
  msgid "If you want to insert a Multi Set, pick one:"
868
  msgstr ""
869
 
870
+ #: ../lib/yasr-ajax-functions.php:550
871
  msgid "Choose wich set you want to insert."
872
  msgstr ""
873
 
874
+ #: ../lib/yasr-ajax-functions.php:552 ../lib/yasr-ajax-functions.php:569
875
  msgid "Readonly?"
876
  msgstr ""
877
 
878
+ #: ../lib/yasr-ajax-functions.php:554 ../lib/yasr-ajax-functions.php:570
879
  msgid ""
880
  "If Readonly is checked, only you can insert the votes (in the box above the "
881
  "editor)"
882
  msgstr ""
883
 
884
+ #: ../lib/yasr-ajax-functions.php:555
885
  msgid "Insert Multi Set"
886
  msgstr ""
887
 
888
+ #: ../lib/yasr-ajax-functions.php:564
889
  msgid "Insert Multiset:"
890
  msgstr ""
891
 
892
+ #: ../lib/yasr-ajax-functions.php:567
893
  msgid "Insert Multiple Set"
894
  msgstr ""
895
 
896
+ #: ../lib/yasr-ajax-functions.php:585
897
  msgid "Ranking reviews"
898
  msgstr ""
899
 
900
+ #: ../lib/yasr-ajax-functions.php:586
901
  msgid "Insert Ranking reviews"
902
  msgstr ""
903
 
904
+ #: ../lib/yasr-ajax-functions.php:587
905
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
906
  msgstr ""
907
 
908
+ #: ../lib/yasr-ajax-functions.php:591
909
  msgid "Users' ranking"
910
  msgstr ""
911
 
912
+ #: ../lib/yasr-ajax-functions.php:592
913
  msgid "Insert Users ranking"
914
  msgstr ""
915
 
916
+ #: ../lib/yasr-ajax-functions.php:593
917
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
918
  msgstr ""
919
 
920
+ #: ../lib/yasr-ajax-functions.php:597
921
  msgid "Most active reviewers"
922
  msgstr ""
923
 
924
+ #: ../lib/yasr-ajax-functions.php:598
925
  msgid "Insert Most Active Reviewers"
926
  msgstr ""
927
 
928
+ #: ../lib/yasr-ajax-functions.php:599
929
  msgid "Insert Top 5 active reviewers"
930
  msgstr ""
931
 
932
+ #: ../lib/yasr-ajax-functions.php:603
933
  msgid "Most Active Users"
934
  msgstr ""
935
 
936
+ #: ../lib/yasr-ajax-functions.php:604
937
  msgid "Insert Most Active Users"
938
  msgstr ""
939
 
940
+ #: ../lib/yasr-ajax-functions.php:605
941
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
942
  msgstr ""
943
 
944
+ #: ../lib/yasr-ajax-functions.php:678
945
  msgid "Reviews and Visitor Votes have been successfull imported."
946
  msgstr ""
947
 
948
+ #: ../lib/yasr-ajax-functions.php:684
949
  msgid ""
950
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
951
  "THIS MAY TAKE A WHILE!"
952
  msgstr ""
953
 
954
+ #: ../lib/yasr-ajax-functions.php:686
955
  msgid "Proceed Step 2"
956
  msgstr ""
957
 
958
+ #: ../lib/yasr-ajax-functions.php:693
959
  msgid "Something goes wrong! Refresh the page and try again!"
960
  msgstr ""
961
 
962
+ #: ../lib/yasr-ajax-functions.php:722
963
  msgid "I've found Multiple Set! Importing..."
964
  msgstr ""
965
 
966
+ #: ../lib/yasr-ajax-functions.php:731
967
  msgid "Multi Set's name has been successfull imported."
968
  msgstr ""
969
 
970
+ #: ../lib/yasr-ajax-functions.php:733
971
  msgid "Now I'm going to import Multi Set data"
972
  msgstr ""
973
 
974
+ #: ../lib/yasr-ajax-functions.php:744
975
  msgid "All votes has been successfull imported."
976
  msgstr ""
977
 
978
+ #: ../lib/yasr-ajax-functions.php:746
979
  msgid "Done"
980
  msgstr ""
981
 
982
+ #: ../lib/yasr-ajax-functions.php:751
983
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
984
  msgstr ""
985
 
986
+ #: ../lib/yasr-ajax-functions.php:759
987
  msgid "I've found Multi Set but with no data"
988
  msgstr ""
989
 
990
+ #: ../lib/yasr-ajax-functions.php:768
991
  msgid "I've found Multi Sets names but I couldn't insert into db"
992
  msgstr ""
993
 
994
+ #: ../lib/yasr-ajax-functions.php:776
995
  msgid "Multisets were not found. Imported is done!"
996
  msgstr ""
997
 
998
+ #: ../lib/yasr-ajax-functions.php:820 ../lib/yasr-ajax-functions.php:979
999
  msgid "No Recenet votes yet"
1000
  msgstr ""
1001
 
1002
+ #: ../lib/yasr-ajax-functions.php:842
1003
  #, php-format
1004
  msgid "Vote %d from %s on"
1005
  msgstr ""
1006
 
1007
+ #: ../lib/yasr-ajax-functions.php:1191 ../lib/yasr-ajax-functions.php:1349
1008
  msgid "Error: you can't vote 0"
1009
  msgstr ""
1010
 
1011
+ #: ../lib/yasr-ajax-functions.php:1300 ../lib/yasr-ajax-functions.php:1308
1012
  msgid "Average:"
1013
  msgstr ""
1014
 
1015
+ #: ../lib/yasr-ajax-functions.php:1301 ../lib/yasr-ajax-functions.php:1309
1016
  msgid "Vote Saved"
1017
  msgstr ""
1018
 
1019
+ #: ../lib/yasr-ajax-functions.php:1450
1020
  msgid "Vote updated"
1021
  msgstr ""
1022
 
1023
+ #: ../lib/yasr-ajax-functions.php:1595
1024
  msgid "Rating saved!"
1025
  msgstr ""
1026
 
1027
+ #: ../lib/yasr-ajax-functions.php:1601
1028
  msgid "Rating not saved. Please Try again"
1029
  msgstr ""
1030
 
1031
+ #: ../lib/yasr-ajax-functions.php:1694
1032
  msgid "stars"
1033
  msgstr ""
1034
 
1035
+ #: ../lib/yasr-ajax-functions.php:1699
1036
  msgid "star"
1037
  msgstr ""
lib/yasr-ajax-functions.php CHANGED
@@ -548,11 +548,20 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
548
  <br />
549
  <?php } //End foreach ?>
550
  <small><?php _e("Choose wich set you want to insert.", 'yet-another-stars-rating'); ?></small>
 
551
  <p>
552
  <input type="checkbox" id="yasr-allow-vote-multiset"><?php _e("Readonly?", 'yet-another-stars-rating'); ?><br />
553
  </p>
 
554
  <small><?php _e("If Readonly is checked, only you can insert the votes (in the box above the editor)", 'yet-another-stars-rating'); ?></small>
555
- <input type="button" class="button-primary" name="yasr-insert-multiset" id="yasr-insert-multiset-select" value="<?php _e("Insert Multi Set", 'yet-another-stars-rating') ?>" /><br />
 
 
 
 
 
 
 
556
 
557
  </td>
558
  </tr>
@@ -563,11 +572,20 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
563
  <tr>
564
  <th><label for="yasr-size"><?php _e("Insert Multiset:", 'yet-another-stars-rating'); ?></label></th>
565
  <td>
566
- <?php foreach ($multi_set as $name) { ?>
567
- <button type="button" class="button-primary" id="yasr-single-set" name="yasr-single-set" value="<?php echo $name->set_id ?>" ><?php _e("Insert Multiple Set", 'yet-another-stars-rating'); ?></button>
568
- &nbsp;&nbsp;&nbsp;
569
  <input type="checkbox" id="yasr-allow-vote-multiset"><?php _e("Readonly?", 'yet-another-stars-rating'); ?><br />
570
- <small><?php _e("If Readonly is checked, only you can insert the votes (in the box above the editor)", 'yet-another-stars-rating'); ?></small>
 
 
 
 
 
 
 
 
 
 
 
571
  <?php } //End foreach ?>
572
  </td>
573
  </tr>
@@ -1441,7 +1459,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
1441
  $total_rating = ($new_sum / $number_of_votes);
1442
  $medium_rating= round ($total_rating, 1);
1443
 
1444
- echo "<div class=\"$rateit_class\" id=\"yasr-rateit-user-votes-updated\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$total_rating\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>";
1445
 
1446
  if (YASR_VISITORS_STATS === 'yes') {
1447
  echo "<span class=\"yasr-total-average-text\"><span class=\"dashicons dashicons-chart-bar\" id=\"yasr-total-average-$post_id\"></span>[" . __("Total: ", 'yet-another-stars-rating') . "$number_of_votes &nbsp; &nbsp;" . __("Average $medium_rating/5" , 'yet-another-stars-rating') . "]</span>";
548
  <br />
549
  <?php } //End foreach ?>
550
  <small><?php _e("Choose wich set you want to insert.", 'yet-another-stars-rating'); ?></small>
551
+
552
  <p>
553
  <input type="checkbox" id="yasr-allow-vote-multiset"><?php _e("Readonly?", 'yet-another-stars-rating'); ?><br />
554
  </p>
555
+
556
  <small><?php _e("If Readonly is checked, only you can insert the votes (in the box above the editor)", 'yet-another-stars-rating'); ?></small>
557
+
558
+ <p>
559
+ <input type="checkbox" id="yasr-hide-average-multiset"><?php _e("Hide Average?", 'yet-another-stars-rating'); ?><br />
560
+ </p>
561
+
562
+ <p>
563
+ <input type="button" class="button-primary" name="yasr-insert-multiset" id="yasr-insert-multiset-select" value="<?php _e("Insert Multi Set", 'yet-another-stars-rating') ?>" /><br />
564
+ </p>
565
 
566
  </td>
567
  </tr>
572
  <tr>
573
  <th><label for="yasr-size"><?php _e("Insert Multiset:", 'yet-another-stars-rating'); ?></label></th>
574
  <td>
575
+ <p>
 
 
576
  <input type="checkbox" id="yasr-allow-vote-multiset"><?php _e("Readonly?", 'yet-another-stars-rating'); ?><br />
577
+ </p>
578
+
579
+ <small><?php _e("If Readonly is checked, only you can insert the votes (in the box above the editor)", 'yet-another-stars-rating'); ?></small>
580
+
581
+ <p>
582
+ <input type="checkbox" id="yasr-hide-average-multiset"><?php _e("Hide Average?", 'yet-another-stars-rating'); ?><br />
583
+ </p>
584
+
585
+ <?php foreach ($multi_set as $name) { ?>
586
+
587
+ <button type="button" class="button-primary" id="yasr-single-set" name="yasr-single-set" value="<?php echo $name->set_id ?>" ><?php _e("Insert Multiple Set", 'yet-another-stars-rating'); ?></button>
588
+
589
  <?php } //End foreach ?>
590
  </td>
591
  </tr>
1459
  $total_rating = ($new_sum / $number_of_votes);
1460
  $medium_rating= round ($total_rating, 1);
1461
 
1462
+ echo "<div class=\"$rateit_class yasr-total-average-text\" id=\"yasr-rateit-user-votes-updated\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$total_rating\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>";
1463
 
1464
  if (YASR_VISITORS_STATS === 'yes') {
1465
  echo "<span class=\"yasr-total-average-text\"><span class=\"dashicons dashicons-chart-bar\" id=\"yasr-total-average-$post_id\"></span>[" . __("Total: ", 'yet-another-stars-rating') . "$number_of_votes &nbsp; &nbsp;" . __("Average $medium_rating/5" , 'yet-another-stars-rating') . "]</span>";
lib/yasr-db-functions.php CHANGED
@@ -110,7 +110,8 @@ function yasr_install() {
110
  $option['text_before_stars'] = 0;
111
  $option['snippet'] = 'overall_rating';
112
  $option['snippet_itemtype'] = 'Product';
113
- $option['snippet_format'] = 'microdata';
 
114
  $option['allowed_user'] = 'allow_anonymous';
115
  $option['metabox_overall_rating'] = 'stars'; //This is not in settings page but in overall rating metabox
116
  $option['visitors_stats'] = 'yes';
110
  $option['text_before_stars'] = 0;
111
  $option['snippet'] = 'overall_rating';
112
  $option['snippet_itemtype'] = 'Product';
113
+ $option['blogposting_organization_name'] = get_bloginfo('name');
114
+ $option['blogposting_organization_logo'] = get_site_icon_url();
115
  $option['allowed_user'] = 'allow_anonymous';
116
  $option['metabox_overall_rating'] = 'stars'; //This is not in settings page but in overall rating metabox
117
  $option['visitors_stats'] = 'yes';
lib/yasr-functions.php CHANGED
@@ -89,6 +89,11 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
89
 
90
  wp_enqueue_script( 'yasradmin', YASR_JS_DIR . 'yasr-admin.js' , array('jquery', 'rateit'), '1.0.00', TRUE );
91
 
 
 
 
 
 
92
  do_action('yasr_add_admin_scripts_end' );
93
 
94
  }
@@ -98,13 +103,13 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
98
 
99
 
100
  //Add the javascript needed for shortcode creator only when necessary
101
- add_action('wp_enqueue_media', 'yasr_shortcode_creator_javascript');
102
 
103
  function yasr_shortcode_creator_javascript () {
104
 
105
- wp_enqueue_script('yasr_shortcode_creator', YASR_JS_DIR . 'yasr-shortcode-creator.js', array('jquery'), '1.0', TRUE);
106
 
107
- }
 
108
 
109
 
110
 
@@ -315,327 +320,186 @@ add_filter('the_content', 'yasr_add_schema');
315
 
316
  }
317
 
318
- //if is not jsonld (default case)
319
- if(YASR_SCHEMA_FORMAT != 'jsonld'){
320
-
321
- $schema = FALSE;
322
- $filtered_schema=FALSE; //To avoid undefined variable notice outside the loop
323
-
324
- $review_choosen = yasr_get_snippet_type();
325
-
326
- //if doesn't exists a filter for yasr_filter_schema_microdata $review_chosen value is assigned to $schema...
327
- $filtered_schema = apply_filters( 'yasr_filter_schema_microdata', $review_choosen );
328
-
329
- //So check here if $schema != $review_choosen
330
- if ($filtered_schema !== $review_choosen) {
331
-
332
- return $content . $filtered_schema;
333
-
334
- }
335
-
336
- if (YASR_SNIPPET == 'overall_rating') {
337
-
338
- $overall_rating=yasr_get_overall_rating();
339
-
340
- if($overall_rating && $overall_rating != '-1' && $overall_rating != '0.0') {
341
-
342
- if(is_singular() && is_main_query() ) {
343
-
344
- global $post;
345
-
346
- $div = "<div class=\"yasr_schema\" itemscope itemtype=\"http://schema.org/Review\">";
347
-
348
- $author = "<span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"> " . __('reviewed by', 'yet-another-stars-rating') . " <span itemprop=\"name\"> " . get_the_author() . " </span></span>";
349
-
350
- $date = __(' on ', 'yet-another-stars-rating') . "<meta itemprop=\"datePublished\" content=\"" . get_the_date('c') . "\"> " . get_the_date();
351
-
352
- $title = NULL; //avoid undefined
353
-
354
- if ($review_choosen == "Place") {
355
- $title = "<span itemprop=\"itemReviewed\" itemscope itemtype=\"http://schema.org/LocalBusiness\"> <span itemprop=\"name\"> ". get_the_title() ." </span></span>";
356
- }
357
-
358
- elseif ($review_choosen == "Product") {
359
- $title = "<span itemprop=\"itemReviewed\" itemscope itemtype=\"http://schema.org/Product\"> <span itemprop=\"name\"> ". get_the_title() ." </span></span>";
360
- }
361
-
362
- elseif ($review_choosen == "Recipe") {
363
- $title = "<span itemprop=\"itemReviewed\" itemscope itemtype=\"http://schema.org/Recipe\"> <span itemprop=\"name\"> ". get_the_title() ." </span></span>";
364
- }
365
-
366
- elseif ($review_choosen == "Other") {
367
- $title = "<span itemprop=\"itemReviewed\" itemscope itemType=\"http://schema.org/BlogPosting\"> <span itemprop=\"name headline\"> ". get_the_title() ." </span>";
368
- $date =__('reviewed on', 'yet-another-stars-rating') . " <meta itemprop=\"datePublished\" content=\"" . get_the_date('c') . "\"> " . get_the_date() . " </span>";
369
- $author = __('by ', 'yet-another-stars-rating') . "<span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><span itemprop=\"name\"> " . get_the_author() . " </span></span>";
370
-
371
- }
372
-
373
- $rating = "<span itemprop=\"reviewRating\" itemscope itemtype=\"http://schema.org/Rating\"> ". __( 'rated' , 'yet-another-stars-rating' ) . " <span itemprop=\"ratingValue\">" . $overall_rating . "</span> " . __('of', 'yet-another-stars-rating') ." <span itemprop=\"bestRating\"> 5 </span></span>";
374
- $end_div= "</div>";
375
-
376
-
377
- $schema = $div . $title . $author . $date . $rating . $end_div;
378
-
379
-
380
- if ($review_choosen == "Other") {
381
-
382
- $schema = $div . $title . $date . $author . $rating . $end_div;
383
-
384
- }
385
-
386
-
387
- }
388
-
389
- } //END id if $overall_rating != '-1'
390
-
391
- } //end if ($choosen_snippet['snippet'] == 'overall_rating')
392
-
393
- if (YASR_SNIPPET == 'visitor_rating') {
394
-
395
- $visitor_votes = yasr_get_visitor_votes ();
396
-
397
- if ($visitor_votes) {
398
-
399
- foreach ($visitor_votes as $rating) {
400
- $visitor_rating['votes_number']=$rating->number_of_votes;
401
- $visitor_rating['sum']=$rating->sum_votes;
402
- }
403
-
404
- }
405
-
406
- else {
407
- $visitor_rating = NULL;
408
- }
409
-
410
- if ($visitor_rating['sum'] != 0 && $visitor_rating['votes_number'] != 0) {
411
-
412
- $average_rating = $visitor_rating['sum'] / $visitor_rating['votes_number'];
413
-
414
- $average_rating=round($average_rating, 1);
415
-
416
- if ($review_choosen == 'Place') {
417
- $div_1 = "<div class=\"yasr_schema\" itemscope itemtype=\"http://schema.org/LocalBusiness\"> <span itemprop=\"name\">". get_the_title() ."</span>";
418
- $date = '';
419
- }
420
-
421
- elseif ($review_choosen == "Product") {
422
- $div_1 = "<div class=\"yasr_schema\" itemscope itemtype=\"http://schema.org/Product\"><span itemprop=\"name\">". get_the_title() ."</span>";
423
- $date = '';
424
- }
425
-
426
- elseif ($review_choosen == "Recipe") {
427
- $div_1 = "<div class=\"yasr_schema\" itemscope itemtype=\"http://schema.org/Recipe\"> <span itemprop=\"name\"> ". get_the_title() ." </span>";
428
- $date = '';
429
- }
430
-
431
- elseif ($review_choosen == 'Other') {
432
- $div_1 = "<div class=\"yasr_schema\" itemscope itemType=\"http://schema.org/BlogPosting\"><span itemprop=\"name headline\">". get_the_title() ."</span>";
433
- $date = __(' on ', 'yet-another-stars-rating') . "<meta itemprop=\"datePublished\" content=\"" . get_the_date('c') . "\"> " . get_the_date();
434
- }
435
-
436
- $author = __( ' written by ' , 'yet-another-stars-rating' ) . get_the_author();
437
-
438
- $span_1 = "<span itemprop=\"aggregateRating\" itemscope itemtype=\"http://schema.org/AggregateRating\">";
439
- $rating = __( ' average rating ' , 'yet-another-stars-rating' ) . "<span itemprop=\"ratingValue\">" . $average_rating . "</span>/<span itemprop=\"bestRating\">5</span>";
440
- $n_ratings = " - <span itemprop=\"ratingCount\"> " . $visitor_rating['votes_number'] . "</span>" . __(' user ratings', 'yet-another-stars-rating');
441
- $end_span_1 = "</span>";
442
- $end_div_1 = "</div>";
443
-
444
- $schema = $div_1 . $author . $date . $span_1 . $rating . $n_ratings . $end_span_1 . $end_div_1;
445
-
446
- }
447
-
448
- }
449
-
450
-
451
- if ( is_singular() && is_main_query() && !is_404() ) {
452
- return $content . $schema;
453
- }
454
-
455
- else {
456
- return $content;
457
- }
458
-
459
 
460
- } //End if(YASR_SCHEMA_FORMAT != 'jsonld'){
461
 
 
462
 
463
- //if is jsonld
464
- else {
465
-
466
- $script_type = '<script type="application/ld+json">';
467
-
468
- $end_script_type = '</script>';
469
-
470
- $review_choosen = yasr_get_snippet_type();
471
 
472
- $rich_snippet["@context"] = "http://schema.org/";
 
473
 
474
- //if doesn't exists a filter for yasr_filter_schema_microdata $review_chosen value is assigned to $schema...
475
- $schema = apply_filters( 'yasr_filter_schema_jsonld', $review_choosen );
476
-
477
- //So check here if $schema != $review_choosen
478
- if ($schema != $review_choosen) {
479
-
480
- return $content . $script_type . $schema . $end_script_type;
481
-
482
- }
483
 
484
- if (YASR_SNIPPET == 'overall_rating') {
485
 
486
- $overall_rating=yasr_get_overall_rating();
487
-
488
- if($overall_rating && $overall_rating != '-1' && $overall_rating != '0.0') {
489
-
490
- if(is_singular() && is_main_query() ) {
491
 
492
- global $post;
493
 
494
- $author = get_the_author();
495
 
496
- $review_name = get_the_title();
497
 
498
- $date = get_the_date('c');
499
 
500
- //name
501
- $rich_snippet["name"]= $review_name;
502
 
503
- $rich_snippet["Review"] = array (
504
- "@type" => "Review",
505
- "name" => "$review_name",
506
- "author" => array(
507
- "@type" => "Person",
508
- "name" => "$author"
509
- ),
510
- "datePublished" => "$date",
511
- "reviewRating" => array(
512
- "@type" => "Rating",
513
- "ratingValue" => "$overall_rating",
514
- ),
515
- );
516
 
517
- if ($review_choosen == "Product") {
518
 
519
- $rich_snippet["@type"]="Product";
 
520
 
521
- }
522
 
523
- elseif ($review_choosen == "Recipe") {
524
 
525
- $rich_snippet["@type"]="Recipe";
526
 
527
- }
528
 
529
- elseif ($review_choosen == "Place") {
530
 
531
- $rich_snippet["@type"]="LocalBusiness";
532
 
533
- }
534
 
535
- elseif ($review_choosen == "Other") {
536
 
537
- $rich_snippet["@type"] = "BlogPosting";
538
 
539
- $rich_snippet["datePublished"] = $date;
540
 
541
- $rich_snippet["headline"] = $review_name;
542
 
543
- $rich_snippet["image"] = wp_get_attachment_url(get_post_thumbnail_id());
544
 
545
- }
546
 
 
547
 
548
- }
549
 
550
- } //END id if $overall_rating != '-1'
551
 
552
- } //end if ($choosen_snippet['snippet'] == 'overall_rating')
553
 
554
- if (YASR_SNIPPET == 'visitor_rating') {
 
 
 
555
 
556
- $visitor_votes = yasr_get_visitor_votes ();
557
 
558
- if ($visitor_votes) {
 
 
 
559
 
560
- foreach ($visitor_votes as $rating) {
561
- $visitor_rating['votes_number']=$rating->number_of_votes;
562
- $visitor_rating['sum']=$rating->sum_votes;
563
- }
 
 
 
 
 
564
 
565
- }
566
 
567
- else {
568
- $visitor_rating = NULL;
569
- }
570
 
571
- if ($visitor_rating['sum'] != 0 && $visitor_rating['votes_number'] != 0) {
 
 
 
 
 
572
 
573
- $average_rating = $visitor_rating['sum'] / $visitor_rating['votes_number'];
574
 
575
- $average_rating = round($average_rating, 1);
576
 
577
- $author = get_the_author();
578
 
579
- $review_name = get_the_title();
580
 
581
- $date = get_the_date('c');
582
 
583
  //name
584
- $rich_snippet["name"] = $review_name;
585
-
586
- $rich_snippet["aggregateRating"] = array (
587
- "@type" => "AggregateRating",
588
- "ratingValue" => "$average_rating",
589
- "ratingCount" => $visitor_rating['votes_number'],
 
 
 
 
 
 
 
 
590
  );
591
 
 
592
 
593
- if ($review_choosen == "Product") {
594
 
595
- $rich_snippet["@type"] = "Product";
596
 
597
- }
598
-
599
- elseif ($review_choosen == "Place") {
600
 
601
- $rich_snippet["@type"] = "LocalBusiness";
602
-
603
- }
604
 
605
- elseif ($review_choosen == "Recipe") {
606
-
607
- $rich_snippet["@type"]="Recipe";
608
-
609
- }
610
 
 
611
 
612
- elseif ($review_choosen == "Other") {
 
 
613
 
614
- $rich_snippet["@type"] = "BlogPosting";
615
 
616
- $rich_snippet["datePublished"] = $date;
617
 
618
- $rich_snippet["headline"] = $review_name;
619
 
620
- $rich_snippet["image"] = wp_get_attachment_url(get_post_thumbnail_id());
 
621
 
622
- }
 
 
 
 
623
 
624
- }
625
 
626
  }
627
 
628
- if ( is_singular() && is_main_query() && !is_404() ) {
629
- return $content . $script_type . json_encode($rich_snippet) . $end_script_type;
630
- }
631
 
632
- else {
633
- return $content;
634
- }
635
 
 
 
636
  }
637
 
638
 
 
639
  } //End function
640
 
641
 
89
 
90
  wp_enqueue_script( 'yasradmin', YASR_JS_DIR . 'yasr-admin.js' , array('jquery', 'rateit'), '1.0.00', TRUE );
91
 
92
+ //this is for tinymce
93
+ wp_enqueue_script('yasr_shortcode_creator', YASR_JS_DIR . 'yasr-shortcode-creator.js', array('jquery'), '1.0', TRUE);
94
+
95
+
96
+
97
  do_action('yasr_add_admin_scripts_end' );
98
 
99
  }
103
 
104
 
105
  //Add the javascript needed for shortcode creator only when necessary
106
+ /*add_action('wp_enqueue_media', 'yasr_shortcode_creator_javascript');
107
 
108
  function yasr_shortcode_creator_javascript () {
109
 
 
110
 
111
+
112
+ }*/
113
 
114
 
115
 
320
 
321
  }
322
 
323
+ $script_type = '<script type="application/ld+json">';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
 
325
+ $end_script_type = '</script>';
326
 
327
+ $review_choosen = yasr_get_snippet_type();
328
 
329
+ $rich_snippet["@context"] = "http://schema.org/";
 
 
 
 
 
 
 
330
 
331
+ //if doesn't exists a filter for yasr_filter_schema_microdata $review_chosen value is assigned to $schema...
332
+ $filtered_schema = apply_filters( 'yasr_filter_schema_jsonld', $review_choosen );
333
 
334
+ //So check here if $schema != $review_choosen
335
+ if ($filtered_schema !== $review_choosen) {
 
 
 
 
 
 
 
336
 
337
+ return $content . $script_type . $filtered_schema . $end_script_type;
338
 
339
+ }
 
 
 
 
340
 
341
+ $author = get_the_author();
342
 
343
+ $review_name = get_the_title();
344
 
345
+ $date = get_the_date('c');
346
 
347
+ $date_modified = get_the_modified_date('c');
348
 
349
+ //if exists featuread image get the url
350
+ if (has_post_thumbnail() ) {
351
 
352
+ $post_image_url = wp_get_attachment_url(get_post_thumbnail_id());
 
 
 
 
 
 
 
 
 
 
 
 
353
 
354
+ }
355
 
356
+ //if doesn't exists get the site logo url
357
+ else {
358
 
359
+ $post_image_url = YASR_BLOGPOSTING_ORGANIZATION_LOGO;
360
 
361
+ }
362
 
363
+ $logo_image_size = @getimagesize(YASR_BLOGPOSTING_ORGANIZATION_LOGO);
364
 
365
+ $post_image_size = @getimagesize($post_image_url);
366
 
367
+ if ($review_choosen == "Product") {
368
 
369
+ $rich_snippet["@type"]="Product";
370
 
371
+ }
372
 
373
+ elseif ($review_choosen == "Recipe") {
374
 
375
+ $rich_snippet["@type"]="Recipe";
376
 
377
+ }
378
 
379
+ elseif ($review_choosen == "Place") {
380
 
381
+ $rich_snippet["@type"]="LocalBusiness";
382
 
383
+ }
384
 
385
+ elseif ($review_choosen == "Other") {
386
 
387
+ $rich_snippet["@type"] = "BlogPosting";
388
 
389
+ $rich_snippet["datePublished"] = $date;
390
 
391
+ $rich_snippet["headline"] = $review_name;
392
 
393
+ $rich_snippet["mainEntityOfPage"] = array(
394
+ "@type" => "WebPage",
395
+ "@id" => get_permalink()
396
+ );
397
 
 
398
 
399
+ $rich_snippet["author"] = array(
400
+ "@type" => "Person",
401
+ "name" => "$author"
402
+ );
403
 
404
+ $rich_snippet["publisher"] = array(
405
+ "@type" => "Organization",
406
+ "name" => YASR_BLOGPOSTING_ORGANIZATION_NAME,
407
+ "logo" => array(
408
+ "@type" => "ImageObject",
409
+ "url" => YASR_BLOGPOSTING_ORGANIZATION_LOGO,
410
+ "width" => $logo_image_size[0],
411
+ "height" => $logo_image_size[1]
412
+ )
413
 
414
+ );
415
 
416
+ $rich_snippet["dateModified"] = $date_modified;
 
 
417
 
418
+ $rich_snippet["image"] = array(
419
+ "@type" => "ImageObject",
420
+ "url" => $post_image_url,
421
+ "height" => $post_image_size[0],
422
+ "width" => $post_image_size[1]
423
+ );
424
 
425
+ }
426
 
427
+ if (YASR_SNIPPET == 'overall_rating') {
428
 
429
+ $overall_rating=yasr_get_overall_rating();
430
 
431
+ if($overall_rating && $overall_rating != '-1' && $overall_rating != '0.0') {
432
 
433
+ global $post;
434
 
435
  //name
436
+ $rich_snippet["name"]= $review_name;
437
+
438
+ $rich_snippet["Review"] = array (
439
+ "@type" => "Review",
440
+ "name" => "$review_name",
441
+ "author" => array(
442
+ "@type" => "Person",
443
+ "name" => "$author"
444
+ ),
445
+ "datePublished" => "$date",
446
+ "reviewRating" => array(
447
+ "@type" => "Rating",
448
+ "ratingValue" => "$overall_rating",
449
+ ),
450
  );
451
 
452
+ } //END id if $overall_rating != '-1'
453
 
454
+ } //end if ($choosen_snippet['snippet'] == 'overall_rating')
455
 
456
+ if (YASR_SNIPPET == 'visitor_rating') {
457
 
458
+ $visitor_votes = yasr_get_visitor_votes ();
 
 
459
 
460
+ if ($visitor_votes) {
 
 
461
 
462
+ foreach ($visitor_votes as $rating) {
463
+ $visitor_rating['votes_number']=$rating->number_of_votes;
464
+ $visitor_rating['sum']=$rating->sum_votes;
465
+ }
 
466
 
467
+ }
468
 
469
+ else {
470
+ $visitor_rating = NULL;
471
+ }
472
 
473
+ if ($visitor_rating['sum'] != 0 && $visitor_rating['votes_number'] != 0) {
474
 
475
+ $average_rating = $visitor_rating['sum'] / $visitor_rating['votes_number'];
476
 
477
+ $average_rating = round($average_rating, 1);
478
 
479
+ //name
480
+ $rich_snippet["name"] = $review_name;
481
 
482
+ $rich_snippet["aggregateRating"] = array (
483
+ "@type" => "AggregateRating",
484
+ "ratingValue" => "$average_rating",
485
+ "ratingCount" => $visitor_rating['votes_number'],
486
+ );
487
 
 
488
 
489
  }
490
 
491
+ }
 
 
492
 
493
+ if ( is_singular() && is_main_query() && !is_404() ) {
494
+ return $content . $script_type . json_encode($rich_snippet) . $end_script_type;
495
+ }
496
 
497
+ else {
498
+ return $content;
499
  }
500
 
501
 
502
+
503
  } //End function
504
 
505
 
lib/yasr-settings-functions.php CHANGED
@@ -51,6 +51,20 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
51
  $option['custom_text_user_voted'] = '';
52
  }
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  add_settings_section( 'yasr_general_options_section_id', __('General settings', 'yet-another-stars-rating'), 'yasr_section_callback', 'yasr_general_settings_tab' );
55
  add_settings_field( 'yasr_use_auto_insert_id', __('Auto insert options', 'yet-another-stars-rating'), 'yasr_auto_insert_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
56
  add_settings_field( 'yasr_show_overall_in_loop', __('Show "Overall Rating" in Archive Page?', 'yet-another-stars-rating'), 'yasr_show_overall_in_loop_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option);
@@ -383,6 +397,10 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
383
 
384
  function yasr_choose_snippet_callback($option) {
385
 
 
 
 
 
386
  ?>
387
 
388
  <strong><?php _e('Which rich snippet do you want to use?', 'yet-another-stars-rating'); ?></strong>
@@ -421,7 +439,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
421
 
422
  <strong><?php _e('Select default item type for all post or pages', 'yet-another-stars-rating'); ?></strong>
423
 
424
- <div class="yasr-indented-answer">
425
 
426
  <input type="radio" name="yasr_general_options[snippet_itemtype]" value="Product" class="yasr_choose_snippet" <?php if ($option['snippet_itemtype']==='Product') echo " checked=\"checked\" "; ?> >
427
  <?php _e('Product', 'yet-another-stars-rating') ?>
@@ -435,11 +453,28 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
435
  <?php _e('Recipe', 'yet-another-stars-rating')?>
436
  <br />
437
 
438
- <input type="radio" name="yasr_general_options[snippet_itemtype]" value="Other" class="yasr_choose_snippet" <?php if ($option['snippet_itemtype']==='Other') echo " checked=\"checked\" "; ?> >
439
- <?php _e('BlogPosting', 'yet-another-stars-rating')?>
440
  <br />
441
 
442
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
443
  <br />
444
 
445
  <small><?php _e('You can always change it in the single post or page.', 'yet-another-stars-rating'); ?></small>
@@ -451,24 +486,24 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
451
  </div>
452
 
453
 
454
- <strong><?php _e('Which format do you want to use?', 'yet-another-stars-rating'); ?></strong>
455
 
456
  <div class="yasr-indented-answer">
457
- <input type="radio" name="yasr_general_options[snippet_format]" value="microdata" class="yasr_choose_snippet" <?php if ($option['snippet_format']==='microdata') echo " checked=\"checked\" "; ?> >
458
- <?php _e('Microdata', 'yet-another-stars-rating') ?>
459
  <br />
460
 
461
- <input type="radio" name="yasr_general_options[snippet_format]" value="jsonld" class="yasr_choose_snippet" <?php if ($option['snippet_format']==='jsonld') echo " checked=\"checked\" "; ?> >
462
- <?php _e('Json-ld', 'yet-another-stars-rating')?>
463
  <br />
464
 
465
  <br />
466
 
467
- <small><?php _e('Leave the default value if you don\'t know what this is' , 'yet-another-stars-rating'); ?></small>
468
 
469
  <p>&nbsp;</p>
470
 
471
- </div>
472
 
473
  <p>&nbsp;</p>
474
 
@@ -509,6 +544,15 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
509
  // Strip all HTML and PHP tags and properly handle quoted strings
510
  $output[$key] = strip_tags( stripslashes( $option[ $key ] ) );
511
 
 
 
 
 
 
 
 
 
 
512
  } // end if
513
 
514
  } // end foreach
@@ -539,6 +583,19 @@ add_action( 'admin_init', 'yasr_multiset_options_init' ); //This is for general
539
 
540
  add_settings_section( 'yasr_multiset_options_section_id', '', 'yasr_multiset_section_callback', 'yasr_multiset_tab' );
541
 
 
 
 
 
 
 
 
 
 
 
 
 
 
542
  }
543
 
544
  function yasr_multiset_section_callback () {
@@ -552,6 +609,7 @@ add_action( 'admin_init', 'yasr_multiset_options_init' ); //This is for general
552
 
553
  /****** Create a form for settings page to create new multi set ******/
554
  function yasr_display_multi_set_form() {
 
555
  ?>
556
 
557
  <h4 class="yasr-multi-set-form-headers"><?php _e("Add New Multiple Set", 'yet-another-stars-rating'); ?></h4>
@@ -588,10 +646,10 @@ add_action( 'admin_init', 'yasr_multiset_options_init' ); //This is for general
588
 
589
  function yasr_edit_multi_form() {
590
 
591
- $multi_set=yasr_get_multi_set();
592
-
593
  global $wpdb;
594
 
 
 
595
  $n_multi_set = $wpdb->num_rows; //wpdb->num_rows always store the last of the last query
596
 
597
  if ($n_multi_set > 1) {
51
  $option['custom_text_user_voted'] = '';
52
  }
53
 
54
+ //if it's not blogposting avoid undefined variable
55
+ if (!isset($option['blogposting_organization_name'])) {
56
+
57
+ $option['blogposting_organization_name'] = get_bloginfo('name');
58
+
59
+ }
60
+
61
+ if (!isset($option['blogposting_organization_logo'])) {
62
+
63
+ $option['blogposting_organization_logo'] = get_site_icon_url();
64
+
65
+ }
66
+
67
+
68
  add_settings_section( 'yasr_general_options_section_id', __('General settings', 'yet-another-stars-rating'), 'yasr_section_callback', 'yasr_general_settings_tab' );
69
  add_settings_field( 'yasr_use_auto_insert_id', __('Auto insert options', 'yet-another-stars-rating'), 'yasr_auto_insert_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
70
  add_settings_field( 'yasr_show_overall_in_loop', __('Show "Overall Rating" in Archive Page?', 'yet-another-stars-rating'), 'yasr_show_overall_in_loop_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option);
397
 
398
  function yasr_choose_snippet_callback($option) {
399
 
400
+ $blogposting_organization_name = htmlspecialchars("$option[blogposting_organization_name]");
401
+
402
+ $blogposting_organization_logo = htmlspecialchars("$option[blogposting_organization_logo]");
403
+
404
  ?>
405
 
406
  <strong><?php _e('Which rich snippet do you want to use?', 'yet-another-stars-rating'); ?></strong>
439
 
440
  <strong><?php _e('Select default item type for all post or pages', 'yet-another-stars-rating'); ?></strong>
441
 
442
+ <div class="yasr-indented-answer" id="yasr-choose-snippet-type">
443
 
444
  <input type="radio" name="yasr_general_options[snippet_itemtype]" value="Product" class="yasr_choose_snippet" <?php if ($option['snippet_itemtype']==='Product') echo " checked=\"checked\" "; ?> >
445
  <?php _e('Product', 'yet-another-stars-rating') ?>
453
  <?php _e('Recipe', 'yet-another-stars-rating')?>
454
  <br />
455
 
456
+ <input type="radio" name="yasr_general_options[snippet_itemtype]" value="Other" class="yasr_choose_snippet" id="yasr_choose_snippet_blogposting" <?php if ($option['snippet_itemtype']==='Other') echo " checked=\"checked\" "; ?> >
457
+ <?php _e('BlogPosting')?>
458
  <br />
459
 
460
 
461
+ <div class="yasr-help-box-settings" id="yasr-blogPosting-additional-info" style="display:block">
462
+
463
+ <?php _e("If you need to use BlogPosting as item type, even for just one post or page, please fill these forms", "yet-another-stars-rating"); ?>
464
+
465
+ <br /> <br />
466
+
467
+ <input type='text' name='yasr_general_options[blogposting_organization_name]' id="yasr-general-options-blogposting-organization-name" class="yasr-blogPosting-additional-info-inputs" <?php printf('value="%s"', $blogposting_organization_name); ?> maxlength="180"/>
468
+ <?php _e('Publisher name (e.g. Google)', 'yet-another-stars-rating')?>
469
+
470
+ <br /> <br />
471
+
472
+ <input type='text' name='yasr_general_options[blogposting_organization_logo]' id="yasr-general-options-blogposting-organization-logo" class="yasr-blogPosting-additional-info-inputs" <?php printf('value="%s"', $blogposting_organization_logo); ?> maxlength="300"/>
473
+ <?php _e('Logo Url (if empty siteicon will be used instead)', 'yet-another-stars-rating')?>
474
+
475
+ </div>
476
+
477
+
478
  <br />
479
 
480
  <small><?php _e('You can always change it in the single post or page.', 'yet-another-stars-rating'); ?></small>
486
  </div>
487
 
488
 
489
+ <!-- <strong><?php // _e('Which format do you want to use?', 'yet-another-stars-rating'); ?></strong>
490
 
491
  <div class="yasr-indented-answer">
492
+ <input type="radio" name="yasr_general_options[snippet_format]" value="microdata" class="yasr_choose_snippet" <?php //if ($option['snippet_format']==='microdata') echo " checked=\"checked\" "; ?> >
493
+ <?php // _e('Microdata', 'yet-another-stars-rating') ?>
494
  <br />
495
 
496
+ <input type="radio" name="yasr_general_options[snippet_format]" value="jsonld" class="yasr_choose_snippet" <?php// if ($option['snippet_format']==='jsonld') echo " checked=\"checked\" "; ?> >
497
+ <?php // _e('Json-ld', 'yet-another-stars-rating')?>
498
  <br />
499
 
500
  <br />
501
 
502
+ <small><?php // _e('Leave the default value if you don\'t know what this is' , 'yet-another-stars-rating'); ?></small>
503
 
504
  <p>&nbsp;</p>
505
 
506
+ </div> -->
507
 
508
  <p>&nbsp;</p>
509
 
544
  // Strip all HTML and PHP tags and properly handle quoted strings
545
  $output[$key] = strip_tags( stripslashes( $option[ $key ] ) );
546
 
547
+ if ($key=='blogposting_organization_logo') {
548
+
549
+ //check if is a valid url
550
+ if (filter_var($value, FILTER_VALIDATE_URL) === FALSE) {
551
+ $output[$key] = get_site_icon_url();
552
+ }
553
+
554
+ }
555
+
556
  } // end if
557
 
558
  } // end foreach
583
 
584
  add_settings_section( 'yasr_multiset_options_section_id', '', 'yasr_multiset_section_callback', 'yasr_multiset_tab' );
585
 
586
+ global $wpdb;
587
+
588
+ //delete all transient that use multiset
589
+ $sql_delete_transient = "
590
+ DELETE FROM {$wpdb->options}
591
+ WHERE option_name LIKE '_transient_yasr_get_multi_set_values_and_field_%'
592
+ OR option_name LIKE '_transient_yasr_visitor_multi_set_%'
593
+ OR option_name LIKE '_transient_timeout_yasr_get_multi_set_values_and_field_%'
594
+ OR option_name LIKE '_transient_timeout_yasr_visitor_multi_set_%'
595
+ ";
596
+
597
+ $wpdb->query($sql_delete_transient);
598
+
599
  }
600
 
601
  function yasr_multiset_section_callback () {
609
 
610
  /****** Create a form for settings page to create new multi set ******/
611
  function yasr_display_multi_set_form() {
612
+
613
  ?>
614
 
615
  <h4 class="yasr-multi-set-form-headers"><?php _e("Add New Multiple Set", 'yet-another-stars-rating'); ?></h4>
646
 
647
  function yasr_edit_multi_form() {
648
 
 
 
649
  global $wpdb;
650
 
651
+ $multi_set=yasr_get_multi_set();
652
+
653
  $n_multi_set = $wpdb->num_rows; //wpdb->num_rows always store the last of the last query
654
 
655
  if ($n_multi_set > 1) {
lib/yasr-shortcode-functions.php CHANGED
@@ -413,7 +413,8 @@ add_shortcode ('yasr_multiset', 'shortcode_multi_set_callback');
413
  extract( shortcode_atts(
414
  array(
415
  'setid' => '0',
416
- 'postid' => FALSE
 
417
  ), $atts )
418
  );
419
 
@@ -432,35 +433,53 @@ add_shortcode ('yasr_multiset', 'shortcode_multi_set_callback');
432
 
433
  $shortcode_html = ""; //Avoid undefined variable if used a missing setid
434
 
435
- $set_name_content=yasr_get_multi_set_values_and_field ($post_id, $setid);
 
436
 
437
- if ($set_name_content) {
438
- $shortcode_html="<table class=\"yasr_table_multi_set_shortcode\">";
439
- foreach ($set_name_content as $set_content) {
440
- $shortcode_html .= "<tr> <td><span class=\"yasr-multi-set-name-field\">$set_content->name </span></td>
441
- <td><div class=\"rateit\" id=\"$set_content->id\" data-rateit-value=\"$set_content->vote\" data-rateit-step=\"0.5\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div></td>
442
- </tr>";
443
- }
444
- $shortcode_html.="</table>";
445
- }
446
 
447
- else {
448
- $set_name=$wpdb->get_results($wpdb->prepare("SELECT field_name AS name, field_id AS id
 
449
  FROM " . YASR_MULTI_SET_FIELDS_TABLE . "
450
- WHERE parent_set_id=%f
451
  ORDER BY field_id ASC", $setid));
452
 
453
- $shortcode_html="<table class=\"yasr_table_multi_set_shortcode\">";
 
 
 
454
 
455
- foreach ($set_name as $set_content) {
456
- $shortcode_html .= "<tr> <td><span class=\"yasr-multi-set-name-field\">$set_content->name </span></td>
457
- <td><div class=\"rateit\" id=\"$set_content->id\" data-rateit-value=\"0\" data-rateit-step=\"0.5\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div></td>
458
- </tr>";
459
  }
460
- $shortcode_html.="</table>";
461
 
462
  }
463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
464
  return $shortcode_html;
465
 
466
  } //End function
@@ -470,222 +489,256 @@ add_shortcode ('yasr_multiset', 'shortcode_multi_set_callback');
470
 
471
  add_shortcode ('yasr_visitor_multiset', 'yasr_visitor_multiset_callback');
472
 
473
- function yasr_visitor_multiset_callback ( $atts ) {
474
 
475
- $ajax_nonce_visitor_multiset = wp_create_nonce( "yasr_nonce_insert_visitor_rating_multiset" );
476
 
477
- global $wpdb;
478
 
479
- // Attributes
480
- extract( shortcode_atts(
481
- array(
482
- 'setid' => '0',
483
- 'postid' => FALSE
484
- ), $atts )
485
- );
 
486
 
487
- //If it's not specified use get_the_id
488
- if (!$postid) {
489
 
490
- $post_id = get_the_ID();
491
 
492
- }
493
 
494
- else {
495
 
496
- $post_id = $postid;
497
 
498
- }
499
 
500
- $cookiename = 'yasr_multi_visitor_cookie_' . $post_id . '_' . $setid;
501
 
502
- $image = YASR_IMG_DIR . "/loader.gif";
503
 
504
- $loader_html = "<span class=\"yasr-loader-multiset-visitor\" id=\"yasr-loader-multiset-visitor-$post_id-$setid\" >&nbsp; " . __("Loading, please wait",'yet-another-stars-rating') . ' <img src=' . "$image" .' title="yasr-loader" alt="yasr-loader"></span>';
505
 
506
- $button_html = "<input type=\"submit\" name=\"submit\" id=\"yasr-send-visitor-multiset-$post_id-$setid\" class=\"button button-primary\" value=\"" . __('Submit!', 'yet-another-stars-rating') . " \" />";
507
 
508
- if (isset($_COOKIE[$cookiename])) {
509
 
510
- $button = "";
511
- $star_readonly = 'true';
512
- $span_message_content = __('Thank you for voting! ', 'yet-another-stars-rating');
513
 
514
- }
 
 
515
 
516
- else {
517
 
518
- //If user is not logged in
519
- if (!is_user_logged_in()) {
520
 
521
- if (YASR_ALLOWED_USER === 'allow_anonymous') {
 
522
 
523
- $button = $button_html;
524
- $star_readonly = 'false';
525
- $span_message_content = "";
526
 
527
- }
 
 
528
 
529
- elseif (YASR_ALLOWED_USER === 'logged_only') {
530
 
531
- $button = $button_html;
532
- $star_readonly = 'true';
533
- $span_message_content = __("You must sign in to vote", 'yet-another-stars-rating');;
534
 
535
- }
 
 
536
 
 
537
 
538
- } //End if user logged in
539
 
540
- //Is user is logged in
541
- else {
542
 
543
- $button = $button_html;
544
- $star_readonly = 'false';
545
- $span_message_content = "";
546
 
547
- }
 
 
548
 
549
- }
550
 
551
- $set_name_content = yasr_get_multi_set_visitor ($post_id, $setid);
552
 
553
- if ($set_name_content) {
554
 
555
- $shortcode_html="<table class=\"yasr_table_multi_set_shortcode\">";
556
 
557
- foreach ($set_name_content as $set_content) {
 
558
 
559
- if($set_content->number_of_votes > 0) {
560
 
561
- $average_rating = $set_content->sum_votes / $set_content->number_of_votes;
562
 
563
- $average_rating = round($average_rating, 1);
564
 
565
- }
566
 
567
- else {
568
 
569
- $average_rating = 0;
570
 
571
- }
 
 
572
 
573
- $shortcode_html .= "<tr>
574
- <td>
575
- <span class=\"yasr-multi-set-name-field\">$set_content->name </span>
576
- </td>
577
- <td>
578
- <div class=\"rateit yasr-visitor-multi-$post_id-$setid\" id=\"$set_content->id \" data-rateit-value=\"$average_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"$star_readonly\"></div>
579
- <span class=\"yasr-visitor-multiset-vote-count\">$set_content->number_of_votes</span>
580
- </td>
581
- </tr>";
582
  }
583
 
584
- $shortcode_html.="<tr>
585
- <td colspan=\"2\">
586
- $button
587
- $loader_html
588
- <span class=\"yasr-visitor-multiset-message\">$span_message_content</span>
589
- </td>
590
- </tr>
591
- </table>";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
592
  }
593
 
594
- else {
 
 
 
 
 
 
 
 
595
 
596
- $set_name=$wpdb->get_results($wpdb->prepare("SELECT field_name AS name, field_id AS id
597
- FROM " . YASR_MULTI_SET_FIELDS_TABLE . "
598
- WHERE parent_set_id=%d
599
- ORDER BY field_id ASC", $setid));
600
 
 
 
 
 
601
 
602
- $shortcode_html="<table class=\"yasr_table_multi_set_shortcode\">";
603
 
604
- foreach ($set_name as $set_content) {
605
 
606
- $shortcode_html .= "<tr>
607
- <td>
608
- <span class=\"yasr-multi-set-name-field\">$set_content->name </span>
609
- </td>
610
- <td>
611
- <div class=\"rateit yasr-visitor-multi-$post_id-$setid\" id=\"$set_content->id\" data-rateit-value=\"0\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"false\"></div>
612
- <span class=\"yasr-visitor-multiset-vote-count\"> 0 </span>
613
- </td>
614
- </tr>";
615
 
 
 
 
 
 
 
 
 
 
616
 
617
 
618
- //First time, initialize all fields to 0
619
 
620
- //Find the highest_id (it's not auto increment on db due to gd star compatibility)
621
- $highest_id=$wpdb->get_var("SELECT id FROM " . YASR_MULTI_SET_VALUES_TABLE . " ORDER BY id DESC LIMIT 1 ");
622
 
623
- //highest id is 0 if data is empty
624
- if (!$highest_id) {
625
- $new_id=0;
626
- }
627
 
628
- $new_id=$highest_id + 1;
629
-
630
- $wpdb->replace(
631
- YASR_MULTI_SET_VALUES_TABLE,
632
- array (
633
- 'id'=>$new_id,
634
- 'post_id'=>$post_id,
635
- 'field_id'=>$set_content->id,
636
- 'set_type'=>$setid,
637
- 'number_of_votes' => 0,
638
- 'sum_votes' => 0
639
- ),
640
- array ("%d", "%d", "%d", "%d", "%d", "%d")
641
- );
642
-
643
-
644
- } //end foreach ($set_name as $set_content)
645
-
646
- $shortcode_html.="<tr>
647
- <td colspan=\"2\">
648
- $button
649
- $loader_html
650
- <span class=\"yasr-visitor-multiset-message\">$span_message_content</span>
651
- </td>
652
- </tr>
653
- </table>";
654
 
655
- $shortcode_html.="</table>";
 
 
 
 
 
 
 
656
 
657
  }
658
 
 
 
 
 
 
 
 
 
 
 
 
 
659
 
660
- $var_post_id = json_encode($post_id);
661
- $var_set_id = json_encode($setid);
662
- $var_ajax_url = json_encode(admin_url('admin-ajax.php'));
663
- $var_ajax_nonce_visitor_multiset = json_encode($ajax_nonce_visitor_multiset);
664
 
665
- $javascript = "
 
 
 
666
 
667
- <script type=\"text/javascript\">
668
 
669
- document.addEventListener('DOMContentLoaded', function(event) {
670
 
671
- var postId = $var_post_id;
672
- var setType = $setid;
673
- var ajaxurl = $var_ajax_url;
674
- var nonce = $var_ajax_nonce_visitor_multiset;
675
 
676
- yasrVisitorsMultiSet (postId, setType, ajaxurl, nonce);
 
 
 
677
 
678
- });
679
 
680
- </script>
681
- ";
682
 
683
- return $shortcode_html . $javascript;
 
684
 
 
685
 
686
- return $shortcode_html;
687
 
688
- }
 
 
 
689
 
690
 
691
 
413
  extract( shortcode_atts(
414
  array(
415
  'setid' => '0',
416
+ 'postid' => FALSE,
417
+ 'show_average' => FALSE
418
  ), $atts )
419
  );
420
 
433
 
434
  $shortcode_html = ""; //Avoid undefined variable if used a missing setid
435
 
436
+ $multiset_vote_sum = 0;
437
+ $multiset_rows_number = 0; //
438
 
439
+ $set_name_content=yasr_get_multi_set_values_and_field ($post_id, $setid);
 
 
 
 
 
 
 
 
440
 
441
+ if (!$set_name_content) {
442
+
443
+ $set_name_content=$wpdb->get_results($wpdb->prepare("SELECT field_name AS name, field_id AS id
444
  FROM " . YASR_MULTI_SET_FIELDS_TABLE . "
445
+ WHERE parent_set_id=%d
446
  ORDER BY field_id ASC", $setid));
447
 
448
+ //if it still to be empty (e.g. wrong id passed)
449
+ if (!$set_name_content) {
450
+
451
+ return $shortcode_html;
452
 
 
 
 
 
453
  }
 
454
 
455
  }
456
 
457
+ $shortcode_html="<table class=\"yasr_table_multi_set_shortcode\">";
458
+
459
+ foreach ($set_name_content as $set_content) {
460
+
461
+ $shortcode_html .= "<tr> <td><span class=\"yasr-multi-set-name-field\">$set_content->name </span></td>
462
+ <td><div class=\"rateit\" id=\"$set_content->id\" data-rateit-value=\"$set_content->vote\" data-rateit-step=\"0.5\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div></td>
463
+ </tr>";
464
+
465
+ $multiset_vote_sum = $multiset_vote_sum + $set_content->vote;
466
+ $multiset_rows_number++;
467
+
468
+ }
469
+
470
+ if ($show_average !== 'no') {
471
+
472
+ $multiset_average = $multiset_vote_sum / $multiset_rows_number;
473
+ $multiset_average = round($multiset_average, 1);
474
+
475
+ $average_txt = __("Average", "yet-another-stars-rating");
476
+
477
+ $shortcode_html .= "<tr><td colspan=\"2\" class=\"yasr-multiset-average\">$average_txt<div class=\"rateit medium \" data-rateit-value=\"$multiset_average\" data-rateit-starwidth=\"24\" data-rateit-starheight=\"24\" data-rateit-step=\"0.1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div></td></tr>";
478
+
479
+ }
480
+
481
+ $shortcode_html.="</table>";
482
+
483
  return $shortcode_html;
484
 
485
  } //End function
489
 
490
  add_shortcode ('yasr_visitor_multiset', 'yasr_visitor_multiset_callback');
491
 
492
+ function yasr_visitor_multiset_callback ( $atts ) {
493
 
494
+ $ajax_nonce_visitor_multiset = wp_create_nonce( "yasr_nonce_insert_visitor_rating_multiset" );
495
 
496
+ global $wpdb;
497
 
498
+ // Attributes
499
+ extract( shortcode_atts(
500
+ array(
501
+ 'setid' => '0',
502
+ 'postid' => FALSE,
503
+ 'show_average' => FALSE
504
+ ), $atts )
505
+ );
506
 
507
+ //If it's not specified use get_the_id
508
+ if (!$postid) {
509
 
510
+ $post_id = get_the_ID();
511
 
512
+ }
513
 
514
+ else {
515
 
516
+ $post_id = $postid;
517
 
518
+ }
519
 
520
+ $cookiename = 'yasr_multi_visitor_cookie_' . $post_id . '_' . $setid;
521
 
522
+ $image = YASR_IMG_DIR . "/loader.gif";
523
 
524
+ $average_txt = __("Average", "yet-another-stars-rating");
525
 
526
+ $loader_html = "<span class=\"yasr-loader-multiset-visitor\" id=\"yasr-loader-multiset-visitor-$post_id-$setid\" >&nbsp; " . __("Loading, please wait",'yet-another-stars-rating') . ' <img src=' . "$image" .' title="yasr-loader" alt="yasr-loader"></span>';
527
 
528
+ $button_html = "<input type=\"submit\" name=\"submit\" id=\"yasr-send-visitor-multiset-$post_id-$setid\" class=\"button button-primary\" value=\"" . __('Submit!', 'yet-another-stars-rating') . " \" />";
529
 
530
+ if (isset($_COOKIE[$cookiename])) {
 
 
531
 
532
+ $button = "";
533
+ $star_readonly = 'true';
534
+ $span_message_content = __('Thank you for voting! ', 'yet-another-stars-rating');
535
 
536
+ }
537
 
538
+ else {
 
539
 
540
+ //If user is not logged in
541
+ if (!is_user_logged_in()) {
542
 
543
+ if (YASR_ALLOWED_USER === 'allow_anonymous') {
 
 
544
 
545
+ $button = $button_html;
546
+ $star_readonly = 'false';
547
+ $span_message_content = "";
548
 
549
+ }
550
 
551
+ elseif (YASR_ALLOWED_USER === 'logged_only') {
 
 
552
 
553
+ $button = $button_html;
554
+ $star_readonly = 'true';
555
+ $span_message_content = __("You must sign in to vote", 'yet-another-stars-rating');;
556
 
557
+ }
558
 
 
559
 
560
+ } //End if user logged in
 
561
 
562
+ //Is user is logged in
563
+ else {
 
564
 
565
+ $button = $button_html;
566
+ $star_readonly = 'false';
567
+ $span_message_content = "";
568
 
569
+ }
570
 
571
+ }
572
 
573
+ $set_name_content = yasr_get_multi_set_visitor ($post_id, $setid);
574
 
575
+ if ($set_name_content) {
576
 
577
+ $multiset_vote_sum = 0;//avoid undefined variable
578
+ $multiset_rows_number = 0;//avoid undefined variable
579
 
580
+ $shortcode_html="<table class=\"yasr_table_multi_set_shortcode\">";
581
 
582
+ foreach ($set_name_content as $set_content) {
583
 
584
+ if($set_content->number_of_votes > 0) {
585
 
586
+ $average_rating = $set_content->sum_votes / $set_content->number_of_votes;
587
 
588
+ $average_rating = round($average_rating, 1);
589
 
590
+ }
591
 
592
+ else {
593
+
594
+ $average_rating = 0;
595
 
 
 
 
 
 
 
 
 
 
596
  }
597
 
598
+ $shortcode_html .= "<tr>
599
+ <td>
600
+ <span class=\"yasr-multi-set-name-field\">$set_content->name </span>
601
+ </td>
602
+ <td>
603
+ <div class=\"rateit yasr-visitor-multi-$post_id-$setid\" id=\"$set_content->id \" data-rateit-value=\"$average_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"$star_readonly\"></div>
604
+ <span class=\"yasr-visitor-multiset-vote-count\">$set_content->number_of_votes</span>
605
+ </td>
606
+ </tr>";
607
+
608
+ $multiset_vote_sum = $multiset_vote_sum + $average_rating;
609
+ $multiset_rows_number++;
610
+
611
+ } //End foreach
612
+
613
+ if ($show_average !== 'no') {
614
+
615
+ $multiset_average = $multiset_vote_sum / $multiset_rows_number;
616
+ $multiset_average = round($multiset_average, 1);
617
+
618
+ $shortcode_html .= "<tr>
619
+ <td colspan=\"2\" class=\"yasr-multiset-average\">
620
+ $average_txt<div class=\"rateit medium \" data-rateit-value=\"$multiset_average\" data-rateit-starwidth=\"24\" data-rateit-starheight=\"24\" data-rateit-step=\"0.1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>
621
+ </td>
622
+ </tr>";
623
+
624
  }
625
 
626
+ $shortcode_html.="<tr>
627
+ <td colspan=\"2\">
628
+ $button
629
+ $loader_html
630
+ <span class=\"yasr-visitor-multiset-message\">$span_message_content</span>
631
+ </td>
632
+ </tr>
633
+ </table>";
634
+ }
635
 
636
+ else {
 
 
 
637
 
638
+ $set_name=$wpdb->get_results($wpdb->prepare("SELECT field_name AS name, field_id AS id
639
+ FROM " . YASR_MULTI_SET_FIELDS_TABLE . "
640
+ WHERE parent_set_id=%d
641
+ ORDER BY field_id ASC", $setid));
642
 
 
643
 
644
+ $shortcode_html="<table class=\"yasr_table_multi_set_shortcode\">";
645
 
646
+ foreach ($set_name as $set_content) {
 
 
 
 
 
 
 
 
647
 
648
+ $shortcode_html .= "<tr>
649
+ <td>
650
+ <span class=\"yasr-multi-set-name-field\">$set_content->name </span>
651
+ </td>
652
+ <td>
653
+ <div class=\"rateit yasr-visitor-multi-$post_id-$setid\" id=\"$set_content->id\" data-rateit-value=\"0\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"false\"></div>
654
+ <span class=\"yasr-visitor-multiset-vote-count\"> 0 </span>
655
+ </td>
656
+ </tr>";
657
 
658
 
659
+ //First time, initialize all fields to 0
660
 
661
+ //Find the highest_id (it's not auto increment on db due to gd star compatibility)
662
+ $highest_id=$wpdb->get_var("SELECT id FROM " . YASR_MULTI_SET_VALUES_TABLE . " ORDER BY id DESC LIMIT 1 ");
663
 
664
+ //highest id is 0 if data is empty
665
+ if (!$highest_id) {
666
+ $new_id=0;
667
+ }
668
 
669
+ $new_id=$highest_id + 1;
670
+
671
+ $wpdb->replace(
672
+ YASR_MULTI_SET_VALUES_TABLE,
673
+ array (
674
+ 'id'=>$new_id,
675
+ 'post_id'=>$post_id,
676
+ 'field_id'=>$set_content->id,
677
+ 'set_type'=>$setid,
678
+ 'number_of_votes' => 0,
679
+ 'sum_votes' => 0
680
+ ),
681
+ array ("%d", "%d", "%d", "%d", "%d", "%d")
682
+ );
683
+
684
+
685
+ } //end foreach ($set_name as $set_content)
 
 
 
 
 
 
 
 
 
686
 
687
+
688
+ if ($show_average !== 'no') {
689
+
690
+ $shortcode_html .= "<tr>
691
+ <td colspan=\"2\" class=\"yasr-multiset-average\">
692
+ $average_txt<div class=\"rateit medium \" data-rateit-value=\"0\" data-rateit-starwidth=\"24\" data-rateit-starheight=\"24\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>
693
+ </td>
694
+ </tr>";
695
 
696
  }
697
 
698
+ $shortcode_html.="<tr>
699
+ <td colspan=\"2\">
700
+ $button
701
+ $loader_html
702
+ <span class=\"yasr-visitor-multiset-message\">$span_message_content</span>
703
+ </td>
704
+ </tr>
705
+ </table>";
706
+
707
+ $shortcode_html.="</table>";
708
+
709
+ }
710
 
 
 
 
 
711
 
712
+ $var_post_id = json_encode($post_id);
713
+ $var_set_id = json_encode($setid);
714
+ $var_ajax_url = json_encode(admin_url('admin-ajax.php'));
715
+ $var_ajax_nonce_visitor_multiset = json_encode($ajax_nonce_visitor_multiset);
716
 
717
+ $javascript = "
718
 
719
+ <script type=\"text/javascript\">
720
 
721
+ document.addEventListener('DOMContentLoaded', function(event) {
 
 
 
722
 
723
+ var postId = $var_post_id;
724
+ var setType = $setid;
725
+ var ajaxurl = $var_ajax_url;
726
+ var nonce = $var_ajax_nonce_visitor_multiset;
727
 
728
+ yasrVisitorsMultiSet (postId, setType, ajaxurl, nonce);
729
 
730
+ });
 
731
 
732
+ </script>
733
+ ";
734
 
735
+ return $shortcode_html . $javascript;
736
 
 
737
 
738
+ return $shortcode_html;
739
+
740
+ }
741
+
742
 
743
 
744
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Yasr - Yet Another Stars Rating ===
2
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AXE284FYMNWDC
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
  Contributors: Dudo
6
  Tested up to: 4.4.2
7
- Stable tag: 1.2.1
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  Yet Another Stars Rating is a simple plugin which allows you and / or your visitor to rate a post or element. Ideal for review's website
@@ -39,7 +39,8 @@ If with gd-star-rating you're using a different number of stars from the default
39
 
40
  = Supported Languages =
41
 
42
- Check [here](https://translate.wordpress.org/projects/wp-plugins/yet-another-stars-rating/dev) to see if your translation is up to date
 
43
 
44
  In this video I'll show you the "Auto Insert" feature and manual placement of YASR basic shortcodes.
45
  [youtube https://www.youtube.com/watch?v=M47xsJMQJ1E]
@@ -110,8 +111,14 @@ Of course not: you can easily add it on the visual editor just by clicking on th
110
 
111
  == Changelog ==
112
 
 
 
 
 
 
 
113
  = 1.2.1 =
114
- * FIXED: worng css class on ajax response if yasr_visitor_votes is used with a different size then default
115
 
116
  = 1.2.0 =
117
  * FIXED: if more then one visitor multiset for page were used only the last use to work
1
  === Yasr - Yet Another Stars Rating ===
2
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AXE284FYMNWDC
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: 4.3.0
5
  Contributors: Dudo
6
  Tested up to: 4.4.2
7
+ Stable tag: 1.2.2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
  Yet Another Stars Rating is a simple plugin which allows you and / or your visitor to rate a post or element. Ideal for review's website
39
 
40
  = Supported Languages =
41
 
42
+ Check [here](https://translate.wordpress.org/projects/wp-plugins/yet-another-stars-rating/dev) to see if your translation is up to date.
43
+ Write on the [forum](https://wordpress.org/support/plugin/yet-another-stars-rating) to ask to become a validator :)
44
 
45
  In this video I'll show you the "Auto Insert" feature and manual placement of YASR basic shortcodes.
46
  [youtube https://www.youtube.com/watch?v=M47xsJMQJ1E]
111
 
112
  == Changelog ==
113
 
114
+ = 1.2.2 =
115
+ * NEW FEATURE: by default Multi Set show now a newline with average rating: it's possible to hide this simply adding the attriute show_average='no' in the shortcode
116
+ * TWEAKED: google support now json-ld for reviews: so microdata have been removed from yasr, that now use only json-ld. Further this, all blogposting error have been fixed
117
+ * FIXED: Multi Set cache didn't get when it was edited
118
+ * TWEAK: code cleanup and bugfix
119
+
120
  = 1.2.1 =
121
+ * FIXED: wrong css class on ajax response if yasr_visitor_votes is used with a different size then default
122
 
123
  = 1.2.0 =
124
  * FIXED: if more then one visitor multiset for page were used only the last use to work
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: Yet Another Stars Rating turn your WordPress into a complete review website.
6
- * Version: 1.2.1
7
  * Author: Dario Curvino
8
  * Author URI: https://yetanotherstarsrating.com/
9
  * Text Domain: yet-another-stars-rating
@@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
32
  if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // Exit if accessed directly
33
 
34
 
35
- define('YASR_VERSION_NUM', '1.2.1');
36
 
37
  //Plugin relative path
38
  define( "YASR_ABSOLUTE_PATH", dirname(__FILE__) );
@@ -98,7 +98,8 @@ define ("YASR_VISITORS_STATS", $stored_options['visitors_stats']);
98
  define ("YASR_ALLOWED_USER", $stored_options['allowed_user']);
99
  define ("YASR_SNIPPET", $stored_options['snippet']);
100
  define ("YASR_ITEMTYPE", $stored_options['snippet_itemtype']);
101
- define ("YASR_SCHEMA_FORMAT", $stored_options['snippet_format']);
 
102
  define ("YASR_METABOX_OVERALL_RATING", $stored_options['metabox_overall_rating']);
103
 
104
 
@@ -148,8 +149,6 @@ else {
148
  }
149
 
150
 
151
- //do_action('yasr_define_style_options', $style_options);
152
-
153
  /****** End Getting options ******/
154
 
155
 
3
  * Plugin Name: Yet Another Stars Rating
4
  * Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
5
  * Description: Yet Another Stars Rating turn your WordPress into a complete review website.
6
+ * Version: 1.2.2
7
  * Author: Dario Curvino
8
  * Author URI: https://yetanotherstarsrating.com/
9
  * Text Domain: yet-another-stars-rating
32
  if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // Exit if accessed directly
33
 
34
 
35
+ define('YASR_VERSION_NUM', '1.2.2');
36
 
37
  //Plugin relative path
38
  define( "YASR_ABSOLUTE_PATH", dirname(__FILE__) );
98
  define ("YASR_ALLOWED_USER", $stored_options['allowed_user']);
99
  define ("YASR_SNIPPET", $stored_options['snippet']);
100
  define ("YASR_ITEMTYPE", $stored_options['snippet_itemtype']);
101
+ define ("YASR_BLOGPOSTING_ORGANIZATION_NAME", $stored_options['blogposting_organization_name']);
102
+ define ("YASR_BLOGPOSTING_ORGANIZATION_LOGO", $stored_options['blogposting_organization_logo']);
103
  define ("YASR_METABOX_OVERALL_RATING", $stored_options['metabox_overall_rating']);
104
 
105
 
149
  }
150
 
151
 
 
 
152
  /****** End Getting options ******/
153
 
154