Yasr – Yet Another Stars Rating - Version 0.8.0

Version Description

  • Stats for visitor votes works now on click and not on hover
  • Buddypress compatibility
  • Huge code cleanup on yasr_visitor_votes shortcode
Download this release

Release Info

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

Code changes from version 0.7.9 to 0.8.0

TODO CHANGED
@@ -1,2 +1,3 @@
 
1
  -Use dashicons
2
  -Use get_option or json instead of regex to import gd star rating data
1
+ -Create multiset where visitor can vote
2
  -Use dashicons
3
  -Use get_option or json instead of regex to import gd star rating data
css/yasr.css CHANGED
@@ -205,6 +205,10 @@ div.bigstars .rateit-selected
205
  display: inline-block;
206
  }
207
 
 
 
 
 
208
  .yasr-total-average-text-medium {
209
  display: block;
210
  }
205
  display: inline-block;
206
  }
207
 
208
+ .yasr-dashicons-visitor-stats {
209
+ vertical-align: bottom;
210
+ }
211
+
212
  .yasr-total-average-text-medium {
213
  display: block;
214
  }
js/yasr-admin.js CHANGED
@@ -113,6 +113,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
113
 
114
  }
115
 
 
116
  function yasrSnippetSelect(postid, nonceSnippet) {
117
 
118
  jQuery('#yasr-send-review-type').on('click', function() {
@@ -645,6 +646,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
645
 
646
  /****** Yasr db functions ******/
647
 
 
648
  jQuery(document).ready(function() {
649
 
650
  //Log
113
 
114
  }
115
 
116
+ //Choose snippet
117
  function yasrSnippetSelect(postid, nonceSnippet) {
118
 
119
  jQuery('#yasr-send-review-type').on('click', function() {
646
 
647
  /****** Yasr db functions ******/
648
 
649
+ //Vote log
650
  jQuery(document).ready(function() {
651
 
652
  //Log
js/yasr-front.js CHANGED
@@ -193,7 +193,6 @@
193
  j=j+1;
194
 
195
  }
196
-
197
 
198
  }
199
 
@@ -202,7 +201,7 @@
202
 
203
  var varTipsContent = null;
204
 
205
- jQuery('#yasr-total-average-text_' + postid).tooltip({
206
 
207
  position: { my: 'center bottom' , at: 'center top-10' },
208
  tooltipClass: "yasr-visitors-stats-tooltip",
@@ -226,10 +225,18 @@
226
  return varTipsContent;
227
  }
228
 
 
 
 
 
229
  }
230
 
231
  });
232
 
 
 
 
 
233
  }
234
 
235
 
193
  j=j+1;
194
 
195
  }
 
196
 
197
  }
198
 
201
 
202
  var varTipsContent = null;
203
 
204
+ jQuery('#yasr-total-average-dashicon-' + postid).tooltip({
205
 
206
  position: { my: 'center bottom' , at: 'center top-10' },
207
  tooltipClass: "yasr-visitors-stats-tooltip",
225
  return varTipsContent;
226
  }
227
 
228
+ },
229
+ disabled: true,
230
+ close: function( event, ui ) {
231
+ jQuery(this).tooltip('disable');
232
  }
233
 
234
  });
235
 
236
+ jQuery('#yasr-total-average-dashicon-' + postid).on("click", function(){
237
+ jQuery(this).tooltip('enable').tooltip('open');
238
+ });
239
+
240
  }
241
 
242
 
languages/yasr-de_DE.mo CHANGED
Binary file
languages/yasr-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-01-31 15:34+0100\n"
6
- "PO-Revision-Date: 2015-01-31 15:34+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
@@ -20,9 +20,45 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
22
  # @ yasr
23
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
24
- #: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
25
- #: ../lib/yasr-ajax-functions.php:337 ../lib/yasr-ajax-functions.php:741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  msgid "You do not have sufficient permissions to access this page."
27
  msgstr ""
28
  "Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
@@ -172,14 +208,14 @@ msgid "Close this message"
172
  msgstr "Nachricht schließen"
173
 
174
  # @ yasr
175
- #: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
176
- #: ../lib/yasr-functions.php:484
177
  msgid "Donations"
178
  msgstr "Spenden"
179
 
180
  # @ yasr
181
- #: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
182
- #: ../lib/yasr-functions.php:486
183
  msgid ""
184
  "If you have found this plugin useful, please consider making a donation to "
185
  "help support future development. Your support will be much appreciated. "
@@ -189,8 +225,8 @@ msgstr ""
189
  "Wert."
190
 
191
  # @ yasr
192
- #: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
193
- #: ../lib/yasr-functions.php:488
194
  msgid "Thank you!"
195
  msgstr "Herzlichen Dank!"
196
 
@@ -199,133 +235,85 @@ msgstr "Herzlichen Dank!"
199
  msgid "Choose wich set you want to use"
200
  msgstr "Wähle ein Multi-Set aus"
201
 
202
- # @ default
203
- # @ yasr
204
- #: ../yasr-metabox-multiple-rating.php:46
205
- #: ../yasr-metabox-overall-rating.php:193
206
- #: ../lib/yasr-settings-functions.php:505
207
- msgid "Select"
208
- msgstr "Auswählen"
209
-
210
- # @ yasr
211
- #: ../yasr-metabox-overall-rating.php:65 ../yasr-metabox-overall-rating.php:99
212
- msgid "Rate this article / item"
213
- msgstr "Gib eine Bewertung ab"
214
-
215
- # @ yasr
216
- #: ../yasr-metabox-overall-rating.php:71
217
- #: ../lib/yasr-shortcode-functions.php:136
218
- msgid "Loading, please wait"
219
- msgstr "Wird geladen, bitte warten"
220
-
221
  # @ yasr
222
- #: ../yasr-metabox-overall-rating.php:147
223
- msgid "Save Vote"
224
- msgstr "Abstimmung Speichern"
225
-
226
- # @ default
227
- #: ../yasr-metabox-overall-rating.php:164
228
- msgid "This review is about a..."
229
- msgstr ""
230
 
231
  # @ yasr
232
- #: ../yasr-metabox-overall-rating.php:211
233
- msgid ""
234
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
235
- "where you want to display this rating"
236
- msgstr ""
237
- "Füge den Shortcode <strong>[yasr_overall_rating]</strong> an der Position "
238
- "ein, wo die Bewertung angezeigt werden soll."
239
 
240
  # @ yasr
241
- #: ../lib/yasr-shortcode-functions.php:183
242
- #: ../lib/yasr-shortcode-functions.php:194
243
- #: ../lib/yasr-shortcode-functions.php:205
244
- #: ../lib/yasr-shortcode-functions.php:224
245
- #: ../lib/yasr-shortcode-functions.php:234
246
- #: ../lib/yasr-shortcode-functions.php:244 ../lib/yasr-ajax-functions.php:1016
247
- #: ../lib/yasr-ajax-functions.php:1024 ../lib/yasr-ajax-functions.php:1153
248
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
249
  msgid "Total: "
250
  msgstr "Gesamt:"
251
 
252
  # @ yasr
253
- #: ../lib/yasr-shortcode-functions.php:183
254
- #: ../lib/yasr-shortcode-functions.php:194
255
- #: ../lib/yasr-shortcode-functions.php:205
256
- #: ../lib/yasr-shortcode-functions.php:224
257
- #: ../lib/yasr-shortcode-functions.php:234
258
- #: ../lib/yasr-shortcode-functions.php:244
259
  msgid "Average: "
260
  msgstr "Durchschnitt: "
261
 
262
  # @ yasr
263
- #: ../lib/yasr-shortcode-functions.php:184
264
- #: ../lib/yasr-shortcode-functions.php:225 ../lib/yasr-ajax-functions.php:1234
265
- msgid "You've already voted this article with"
266
- msgstr "Du hast hier bewertet mit "
267
-
268
- # @ yasr
269
- #: ../lib/yasr-shortcode-functions.php:245
270
- msgid "You must sign to vote"
271
- msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
272
-
273
- # @ yasr
274
- #: ../lib/yasr-shortcode-functions.php:410
275
  msgid "Rating"
276
  msgstr "Bewertung"
277
 
278
  # @ yasr
279
- #: ../lib/yasr-shortcode-functions.php:424
280
  msgid "You don't have any votes stored"
281
  msgstr "Es sind keine Autoren-Bewertungen gespeichert"
282
 
283
- #: ../lib/yasr-shortcode-functions.php:460
284
- #: ../lib/yasr-shortcode-functions.php:498
285
  msgid "Post / Page"
286
  msgstr "Beitrag / Seite"
287
 
288
- #: ../lib/yasr-shortcode-functions.php:461
289
- #: ../lib/yasr-shortcode-functions.php:499
290
  msgid "Order By"
291
  msgstr "sortieren nach"
292
 
293
  # @ yasr
294
- #: ../lib/yasr-shortcode-functions.php:461
295
- #: ../lib/yasr-shortcode-functions.php:499
296
  msgid "Most Rated"
297
  msgstr "meist bewertet"
298
 
299
  # @ yasr
300
- #: ../lib/yasr-shortcode-functions.php:461
301
- #: ../lib/yasr-shortcode-functions.php:499
302
  msgid "Highest Rated"
303
  msgstr "höchste Bewertung"
304
 
305
  # @ yasr
306
- #: ../lib/yasr-shortcode-functions.php:478
307
- #: ../lib/yasr-shortcode-functions.php:513
308
  msgid "Total:"
309
  msgstr "Gesamt:"
310
 
311
  # @ yasr
312
- #: ../lib/yasr-shortcode-functions.php:478
313
- #: ../lib/yasr-shortcode-functions.php:513
314
  msgid "Average"
315
  msgstr "Durchschnitt: "
316
 
317
  # @ yasr
318
- #: ../lib/yasr-shortcode-functions.php:490
319
  msgid "You've not enough data"
320
  msgstr "Sie haben nicht genügend Daten"
321
 
322
  # @ yasr
323
- #: ../lib/yasr-shortcode-functions.php:525
324
  msgid "You've not enought data"
325
  msgstr "Sie haben nicht genug Daten"
326
 
327
  # @ default
328
- #: ../lib/yasr-shortcode-functions.php:610
329
  msgid ""
330
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
331
  "any review?"
@@ -334,7 +322,7 @@ msgstr ""
334
  "Bewertung veröffentlicht"
335
 
336
  # @ default
337
- #: ../lib/yasr-shortcode-functions.php:678
338
  msgid ""
339
  "Problem while retrieving the top 10 active users chart. Are you sure you "
340
  "have votes to show?"
@@ -431,7 +419,7 @@ msgid "Overall Rating / Author Rating"
431
  msgstr "Gesamtbewertung (Autorenbewertung)"
432
 
433
  # @ yasr
434
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:467
435
  msgid "Visitor Votes"
436
  msgstr "Besucherbewertung"
437
 
@@ -461,19 +449,19 @@ msgid "Size"
461
  msgstr "Größe"
462
 
463
  # @ yasr
464
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:457
465
- #: ../lib/yasr-ajax-functions.php:475
466
  msgid "Small"
467
  msgstr "Klein"
468
 
469
  # @ yasr
470
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:458
471
- #: ../lib/yasr-ajax-functions.php:476
472
  msgid "Medium"
473
  msgstr "Mittel"
474
 
475
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:459
476
- #: ../lib/yasr-ajax-functions.php:477
477
  msgid "Large"
478
  msgstr "Groß"
479
 
@@ -873,113 +861,118 @@ msgid "Not avaible yet"
873
  msgstr "Nicht verfügbar"
874
 
875
  # @ yasr
876
- #: ../lib/yasr-settings-functions.php:1309
 
 
 
 
 
 
877
  msgid "No previous Gd Star Rating installation was found"
878
  msgstr "Es wurde keine Gd Star Ratings Installation gefunden"
879
 
880
  # @ yasr
881
- #: ../lib/yasr-db-functions.php:281
882
  msgid "No recenet votes yet"
883
  msgstr "Keine aktuellen Bewertungen vorhanden"
884
 
885
  # @ default
886
- #: ../lib/yasr-db-functions.php:296 ../lib/yasr-ajax-functions.php:766
887
  msgid "anonymous"
888
  msgstr "Anonym"
889
 
890
  # @ yasr
891
- #: ../lib/yasr-db-functions.php:319 ../lib/yasr-ajax-functions.php:789
892
  msgid "Ip address"
893
  msgstr "IP-Adresse"
894
 
895
  # @ yasr
896
- #: ../lib/yasr-db-functions.php:360 ../lib/yasr-ajax-functions.php:830
897
  msgid "Pages"
898
  msgstr "Seiten"
899
 
900
  # @ yasr
901
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
902
  msgid "Yet Another Stars Rating: Settings"
903
  msgstr "Yet Another Stars Rating"
904
 
905
- # @ yasr
906
- #: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
907
- msgid "Overall Rating"
908
- msgstr "Gesamtbewertung"
909
 
910
  # @ yasr
911
- #: ../lib/yasr-functions.php:143
912
  msgid "Yet Another Stars Rating: Multiple set"
913
  msgstr "Yet Another Stars Rating: Multi-Sets"
914
 
 
 
 
 
 
915
  # @ default
916
- #: ../lib/yasr-functions.php:159
917
  msgid "You don't have enought privileges to insert Overall Rating"
918
  msgstr ""
919
  "Du hast nicht die notwendigen Berechtigungen um eine Gesamtbewertung "
920
  "einzufügen"
921
 
922
  # @ default
923
- #: ../lib/yasr-functions.php:169
924
  msgid "You don't have enought privileges to insert Multi Set"
925
  msgstr ""
926
  "Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
927
 
928
  # @ yasr
929
- #: ../lib/yasr-functions.php:304
930
  msgid " reviewed by "
931
  msgstr " geschrieben von "
932
 
933
  # @ yasr
934
- #: ../lib/yasr-functions.php:305
935
  msgid " on "
936
  msgstr " am"
937
 
938
  # @ yasr
939
- #: ../lib/yasr-functions.php:306
940
  msgid " rated "
941
  msgstr " ist bewertet mit "
942
 
943
  # @ yasr
944
- #: ../lib/yasr-functions.php:306
945
  msgid " of"
946
  msgstr ""
947
 
948
  # @ yasr
949
- #: ../lib/yasr-functions.php:361
950
  msgid " written by "
951
  msgstr "geschrieben von "
952
 
953
  # @ yasr
954
- #: ../lib/yasr-functions.php:363
955
  #, fuzzy
956
  msgid " average rating "
957
  msgstr " Durchschnittsbewertung"
958
 
959
  # @ yasr
960
- #: ../lib/yasr-functions.php:364
961
  msgid " user ratings"
962
  msgstr " Besucherbewertungen"
963
 
964
  # @ yasr
965
- #: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
966
- msgid "Follow YASR official site!"
967
- msgstr "Folgen Sie Yasr offiziellen Website!"
968
-
969
- # @ yasr
970
- #: ../lib/yasr-ajax-functions.php:101
971
  #, fuzzy
972
  msgid "You've rated it "
973
  msgstr " ist bewertet mit "
974
 
975
  # @ yasr
976
- #: ../lib/yasr-ajax-functions.php:105
977
  #, fuzzy
978
  msgid "You've reset the vote"
979
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
980
 
981
  # @ yasr
982
- #: ../lib/yasr-ajax-functions.php:169
983
  msgid ""
984
  "There was an error while trying to insert the review type. Please report it"
985
  msgstr ""
@@ -987,162 +980,162 @@ msgstr ""
987
  "melden Sie es."
988
 
989
  # @ yasr
990
- #: ../lib/yasr-ajax-functions.php:203
991
  msgid "Choose a vote for each element"
992
  msgstr "Wähle eine Bewertung für jedes Element"
993
 
994
  # @ yasr
995
- #: ../lib/yasr-ajax-functions.php:260 ../lib/yasr-ajax-functions.php:303
996
  msgid "Remember to insert this shortcode"
997
  msgstr "Diesen Shortcode"
998
 
999
  # @ yasr
1000
- #: ../lib/yasr-ajax-functions.php:262 ../lib/yasr-ajax-functions.php:305
1001
  msgid "where you want to display this multi set"
1002
  msgstr "an der Stelle einfügen, wo das Multi-Set angezeigt werden soll."
1003
 
1004
  # @ yasr
1005
- #: ../lib/yasr-ajax-functions.php:270
1006
  msgid "Choose a vote for every element"
1007
  msgstr "Wähle eine Bewertung für jedes Element"
1008
 
1009
  # @ yasr
1010
- #: ../lib/yasr-ajax-functions.php:437
1011
  msgid "Main"
1012
  msgstr "Allgemein"
1013
 
1014
  # @ yasr
1015
- #: ../lib/yasr-ajax-functions.php:438
1016
  msgid "Charts"
1017
  msgstr "Charts"
1018
 
1019
  # @ yasr
1020
- #: ../lib/yasr-ajax-functions.php:440
1021
  msgid "Read the doc"
1022
  msgstr "Lese die Dokumentation"
1023
 
1024
  # @ yasr
1025
- #: ../lib/yasr-ajax-functions.php:449
1026
  msgid "Overall Rating / Review"
1027
  msgstr "Gesamtbewertung (Autorenbewertung)"
1028
 
1029
  # @ yasr
1030
- #: ../lib/yasr-ajax-functions.php:451
1031
  msgid "Insert Overall Rating"
1032
  msgstr "Gesamtbewertung einfügen"
1033
 
1034
  # @ yasr
1035
- #: ../lib/yasr-ajax-functions.php:452
1036
  msgid "Insert Overall Rating / Review for this post"
1037
  msgstr "Gesamtbewertung der Review-Autoren einfügen"
1038
 
1039
  # @ yasr
1040
- #: ../lib/yasr-ajax-functions.php:455 ../lib/yasr-ajax-functions.php:473
1041
  msgid "Choose Size"
1042
  msgstr "Größe wählen"
1043
 
1044
  # @ yasr
1045
- #: ../lib/yasr-ajax-functions.php:469
1046
  msgid "Insert Visitor Votes"
1047
  msgstr "Besucherbewertung einfügen"
1048
 
1049
  # @ yasr
1050
- #: ../lib/yasr-ajax-functions.php:470
1051
  msgid "Insert the ability for your visitor to vote"
1052
  msgstr "Besucher dürfen Bewertungen abgeben"
1053
 
1054
  # @ yasr
1055
- #: ../lib/yasr-ajax-functions.php:487
1056
  msgid "If you want to insert a Multi Set, pick one:"
1057
  msgstr "Vorhandene Multi-Sets"
1058
 
1059
  # @ yasr
1060
- #: ../lib/yasr-ajax-functions.php:493
1061
  msgid "Choose wich set you want to insert."
1062
  msgstr "Wähle das einzufügende Multi-Set."
1063
 
1064
  # @ yasr
1065
- #: ../lib/yasr-ajax-functions.php:501
1066
  msgid "Insert Multiset:"
1067
  msgstr "Multi-Set einfügen:"
1068
 
1069
  # @ yasr
1070
- #: ../lib/yasr-ajax-functions.php:504
1071
  msgid "Insert Multiple Set"
1072
  msgstr "Multi-Set einfügen"
1073
 
1074
  # @ yasr
1075
- #: ../lib/yasr-ajax-functions.php:505
1076
  msgid "Insert multiple set in this post ?"
1077
  msgstr "Multi-Set in Artikel/Seite einfügen?"
1078
 
1079
  # @ yasr
1080
- #: ../lib/yasr-ajax-functions.php:520
1081
  msgid "Ranking reviews"
1082
  msgstr "Rang Bewertungen"
1083
 
1084
  # @ yasr
1085
- #: ../lib/yasr-ajax-functions.php:521
1086
  msgid "Insert Ranking reviews"
1087
  msgstr "Rang Bewertungen einfügen"
1088
 
1089
  # @ yasr
1090
- #: ../lib/yasr-ajax-functions.php:522
1091
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1092
  msgstr "Top 10 Bewertung für [yasr_overall_rating] shortcode einfügen."
1093
 
1094
  # @ yasr
1095
- #: ../lib/yasr-ajax-functions.php:526
1096
  msgid "Users' ranking"
1097
  msgstr "Benutzer-Rangliste"
1098
 
1099
  # @ yasr
1100
- #: ../lib/yasr-ajax-functions.php:527
1101
  msgid "Insert Users ranking"
1102
  msgstr "Benutzer-Rangliste einfügen"
1103
 
1104
  # @ yasr
1105
- #: ../lib/yasr-ajax-functions.php:528
1106
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1107
  msgstr "Top 10 Wertung für [yasr_visitor_votes] shortcode einfügen"
1108
 
1109
  # @ yasr
1110
- #: ../lib/yasr-ajax-functions.php:532
1111
  msgid "Most active reviewers"
1112
  msgstr "Top 5 Aktivste Review-Autoren"
1113
 
1114
  # @ yasr
1115
- #: ../lib/yasr-ajax-functions.php:533
1116
  msgid "Insert Most Active Reviewers"
1117
  msgstr "meist aktivste Bewertungen einfügen"
1118
 
1119
  # @ yasr
1120
- #: ../lib/yasr-ajax-functions.php:534
1121
  msgid "Insert Top 5 active reviewers"
1122
  msgstr "Füge die Top 5 aktivsten Review-Autoren ein"
1123
 
1124
  # @ yasr
1125
- #: ../lib/yasr-ajax-functions.php:538
1126
  msgid "Most Active Users"
1127
  msgstr "meist aktivste Benutzer"
1128
 
1129
  # @ yasr
1130
- #: ../lib/yasr-ajax-functions.php:539
1131
  msgid "Insert Most Active Users"
1132
  msgstr "Aktivste Benutzer einfügen."
1133
 
1134
  # @ yasr
1135
- #: ../lib/yasr-ajax-functions.php:540
1136
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1137
  msgstr "Top 10 Abstimmer [yasr_visitor_votes] Shortcode einfügen"
1138
 
1139
  # @ yasr
1140
- #: ../lib/yasr-ajax-functions.php:611
1141
  msgid "Reviews and Visitor Votes have been successfull imported."
1142
  msgstr "Autoren-Reviews und Bewertungen wurden erfolgreich importiert."
1143
 
1144
  # @ yasr
1145
- #: ../lib/yasr-ajax-functions.php:617
1146
  msgid ""
1147
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1148
  "THIS MAY TAKE A WHILE!"
@@ -1151,98 +1144,104 @@ msgstr ""
1151
  "KANN ETWAS DAUERN!"
1152
 
1153
  # @ yasr
1154
- #: ../lib/yasr-ajax-functions.php:619
1155
  msgid "Proceed Step 2"
1156
  msgstr "Fortfahren mit Schritt 2"
1157
 
1158
  # @ yasr
1159
- #: ../lib/yasr-ajax-functions.php:626
1160
  msgid "Something goes wrong! Refresh the page and try again!"
1161
  msgstr ""
1162
  "Hier ist etwas schief gelaufen. Bitte aktualisiere die Seite und versuche es "
1163
  "noch einmal!"
1164
 
1165
  # @ yasr
1166
- #: ../lib/yasr-ajax-functions.php:655
1167
  msgid "I've found Multiple Set! Importing..."
1168
  msgstr "Es wurden verschiedene Multi-Sets gefunden. Starte Import..."
1169
 
1170
  # @ yasr
1171
- #: ../lib/yasr-ajax-functions.php:664
1172
  msgid "Multi Set's name has been successfull imported."
1173
  msgstr "Multi-Set Namen wurden erfolgreich importiert."
1174
 
1175
  # @ yasr
1176
- #: ../lib/yasr-ajax-functions.php:666
1177
  msgid "Now I'm going to import Multi Set data"
1178
  msgstr "Der Import der Multi-Set Daten wird gestartet"
1179
 
1180
  # @ yasr
1181
- #: ../lib/yasr-ajax-functions.php:677
1182
  msgid "All votes has been successfull imported."
1183
  msgstr "Alle Bewertungen wurden erfolgreich importiert."
1184
 
1185
  # @ yasr
1186
- #: ../lib/yasr-ajax-functions.php:679
1187
  msgid "Done"
1188
  msgstr "Fertig"
1189
 
1190
  # @ yasr
1191
- #: ../lib/yasr-ajax-functions.php:684
1192
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1193
  msgstr ""
1194
  "Es wurden Multi-Set Bewertungen gefunden aber diese konnten nicht in der "
1195
  "Datenbank gespeichert werden."
1196
 
1197
  # @ yasr
1198
- #: ../lib/yasr-ajax-functions.php:692
1199
  msgid "I've found Multi Set but with no data"
1200
  msgstr "Das Multi-Set wurde gefunden aber es sind keine Daten vorhanden"
1201
 
1202
  # @ yasr
1203
- #: ../lib/yasr-ajax-functions.php:701
1204
  msgid "I've found Multi Sets names but I couldn't insert into db"
1205
  msgstr ""
1206
  "Multi-Set Namen wurde gefunden aber konnten nicht in die Datenbank "
1207
  "importiert werden"
1208
 
1209
  # @ yasr
1210
- #: ../lib/yasr-ajax-functions.php:709
1211
  msgid "Multisets were not found. Imported is done!"
1212
  msgstr "Kein Multi-Set gefunden aber Import war erfolgreich!"
1213
 
1214
  # @ yasr
1215
- #: ../lib/yasr-ajax-functions.php:753
1216
  msgid "No Recenet votes yet"
1217
  msgstr "Keine kürzlichen Bewertungen"
1218
 
1219
  # @ yasr
1220
- #: ../lib/yasr-ajax-functions.php:920 ../lib/yasr-ajax-functions.php:1062
1221
  msgid "Error: you can't vote 0"
1222
  msgstr "Fehler: Sie können nicht 0 wählen!"
1223
 
1224
  # @ yasr
1225
- #: ../lib/yasr-ajax-functions.php:1016 ../lib/yasr-ajax-functions.php:1024
1226
  msgid "Average rating"
1227
  msgstr "Durchschnittsbewertung"
1228
 
1229
  # @ yasr
1230
- #: ../lib/yasr-ajax-functions.php:1017 ../lib/yasr-ajax-functions.php:1025
1231
  msgid "Vote Saved"
1232
  msgstr "Bewertung gespeichert"
1233
 
1234
  # @ yasr
1235
- #: ../lib/yasr-ajax-functions.php:1154
1236
  msgid "Vote updated"
1237
  msgstr "Bewertung aktualisiert"
1238
 
1239
  # @ yasr
1240
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
1241
  msgid "Average "
1242
  msgstr "Durchschnitt: "
1243
 
1244
  # @ yasr
1245
- #: ../lib/yasr-ajax-functions.php:1358
 
 
 
 
 
 
1246
  #, fuzzy
1247
  msgid "stars"
1248
  msgstr "Sterne"
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-03-03 12:36+0100\n"
6
+ "PO-Revision-Date: 2015-03-03 12:36+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
22
  # @ yasr
23
+ #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
24
+ msgid "Rate this article / item"
25
+ msgstr "Gib eine Bewertung ab"
26
+
27
+ # @ yasr
28
+ #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
29
+ msgid "Loading, please wait"
30
+ msgstr "Wird geladen, bitte warten"
31
+
32
+ # @ yasr
33
+ #: ../yasr-metabox-top-right.php:147
34
+ msgid "Save Vote"
35
+ msgstr "Abstimmung Speichern"
36
+
37
+ # @ default
38
+ #: ../yasr-metabox-top-right.php:164
39
+ msgid "This review is about a..."
40
+ msgstr ""
41
+
42
+ # @ default
43
+ # @ yasr
44
+ #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
45
+ #: ../lib/yasr-settings-functions.php:505
46
+ msgid "Select"
47
+ msgstr "Auswählen"
48
+
49
+ # @ yasr
50
+ #: ../yasr-metabox-top-right.php:211
51
+ msgid ""
52
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
53
+ "where you want to display this rating"
54
+ msgstr ""
55
+ "Füge den Shortcode <strong>[yasr_overall_rating]</strong> an der Position "
56
+ "ein, wo die Bewertung angezeigt werden soll."
57
+
58
+ # @ yasr
59
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
60
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
61
+ #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
62
  msgid "You do not have sufficient permissions to access this page."
63
  msgstr ""
64
  "Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
208
  msgstr "Nachricht schließen"
209
 
210
  # @ yasr
211
+ #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
212
+ #: ../lib/yasr-settings-functions.php:1320
213
  msgid "Donations"
214
  msgstr "Spenden"
215
 
216
  # @ yasr
217
+ #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
218
+ #: ../lib/yasr-settings-functions.php:1322
219
  msgid ""
220
  "If you have found this plugin useful, please consider making a donation to "
221
  "help support future development. Your support will be much appreciated. "
225
  "Wert."
226
 
227
  # @ yasr
228
+ #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
229
+ #: ../lib/yasr-settings-functions.php:1324
230
  msgid "Thank you!"
231
  msgstr "Herzlichen Dank!"
232
 
235
  msgid "Choose wich set you want to use"
236
  msgstr "Wähle ein Multi-Set aus"
237
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
238
  # @ yasr
239
+ #: ../lib/yasr-shortcode-functions.php:185
240
+ #: ../lib/yasr-shortcode-functions.php:207
241
+ msgid "You've already voted this article with"
242
+ msgstr "Du hast hier bewertet mit "
 
 
 
 
243
 
244
  # @ yasr
245
+ #: ../lib/yasr-shortcode-functions.php:218
246
+ msgid "You must sign to vote"
247
+ msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
 
 
 
 
248
 
249
  # @ yasr
250
+ #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
251
+ #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
252
+ #: ../lib/yasr-ajax-functions.php:1220
 
 
 
 
 
253
  msgid "Total: "
254
  msgstr "Gesamt:"
255
 
256
  # @ yasr
257
+ #: ../lib/yasr-shortcode-functions.php:227
 
 
 
 
 
258
  msgid "Average: "
259
  msgstr "Durchschnitt: "
260
 
261
  # @ yasr
262
+ #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
 
 
263
  msgid "Rating"
264
  msgstr "Bewertung"
265
 
266
  # @ yasr
267
+ #: ../lib/yasr-shortcode-functions.php:406
268
  msgid "You don't have any votes stored"
269
  msgstr "Es sind keine Autoren-Bewertungen gespeichert"
270
 
271
+ #: ../lib/yasr-shortcode-functions.php:442
272
+ #: ../lib/yasr-shortcode-functions.php:480
273
  msgid "Post / Page"
274
  msgstr "Beitrag / Seite"
275
 
276
+ #: ../lib/yasr-shortcode-functions.php:443
277
+ #: ../lib/yasr-shortcode-functions.php:481
278
  msgid "Order By"
279
  msgstr "sortieren nach"
280
 
281
  # @ yasr
282
+ #: ../lib/yasr-shortcode-functions.php:443
283
+ #: ../lib/yasr-shortcode-functions.php:481
284
  msgid "Most Rated"
285
  msgstr "meist bewertet"
286
 
287
  # @ yasr
288
+ #: ../lib/yasr-shortcode-functions.php:443
289
+ #: ../lib/yasr-shortcode-functions.php:481
290
  msgid "Highest Rated"
291
  msgstr "höchste Bewertung"
292
 
293
  # @ yasr
294
+ #: ../lib/yasr-shortcode-functions.php:460
295
+ #: ../lib/yasr-shortcode-functions.php:495
296
  msgid "Total:"
297
  msgstr "Gesamt:"
298
 
299
  # @ yasr
300
+ #: ../lib/yasr-shortcode-functions.php:460
301
+ #: ../lib/yasr-shortcode-functions.php:495
302
  msgid "Average"
303
  msgstr "Durchschnitt: "
304
 
305
  # @ yasr
306
+ #: ../lib/yasr-shortcode-functions.php:472
307
  msgid "You've not enough data"
308
  msgstr "Sie haben nicht genügend Daten"
309
 
310
  # @ yasr
311
+ #: ../lib/yasr-shortcode-functions.php:507
312
  msgid "You've not enought data"
313
  msgstr "Sie haben nicht genug Daten"
314
 
315
  # @ default
316
+ #: ../lib/yasr-shortcode-functions.php:592
317
  msgid ""
318
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
319
  "any review?"
322
  "Bewertung veröffentlicht"
323
 
324
  # @ default
325
+ #: ../lib/yasr-shortcode-functions.php:660
326
  msgid ""
327
  "Problem while retrieving the top 10 active users chart. Are you sure you "
328
  "have votes to show?"
419
  msgstr "Gesamtbewertung (Autorenbewertung)"
420
 
421
  # @ yasr
422
+ #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
423
  msgid "Visitor Votes"
424
  msgstr "Besucherbewertung"
425
 
449
  msgstr "Größe"
450
 
451
  # @ yasr
452
+ #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
453
+ #: ../lib/yasr-ajax-functions.php:470
454
  msgid "Small"
455
  msgstr "Klein"
456
 
457
  # @ yasr
458
+ #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
459
+ #: ../lib/yasr-ajax-functions.php:471
460
  msgid "Medium"
461
  msgstr "Mittel"
462
 
463
+ #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
464
+ #: ../lib/yasr-ajax-functions.php:472
465
  msgid "Large"
466
  msgstr "Groß"
467
 
861
  msgstr "Nicht verfügbar"
862
 
863
  # @ yasr
864
+ #: ../lib/yasr-settings-functions.php:1306
865
+ #: ../lib/yasr-settings-functions.php:1333
866
+ msgid "Follow YASR official site!"
867
+ msgstr "Folgen Sie Yasr offiziellen Website!"
868
+
869
+ # @ yasr
870
+ #: ../lib/yasr-settings-functions.php:1363
871
  msgid "No previous Gd Star Rating installation was found"
872
  msgstr "Es wurde keine Gd Star Ratings Installation gefunden"
873
 
874
  # @ yasr
875
+ #: ../lib/yasr-db-functions.php:280
876
  msgid "No recenet votes yet"
877
  msgstr "Keine aktuellen Bewertungen vorhanden"
878
 
879
  # @ default
880
+ #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
881
  msgid "anonymous"
882
  msgstr "Anonym"
883
 
884
  # @ yasr
885
+ #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
886
  msgid "Ip address"
887
  msgstr "IP-Adresse"
888
 
889
  # @ yasr
890
+ #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
891
  msgid "Pages"
892
  msgstr "Seiten"
893
 
894
  # @ yasr
895
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
896
  msgid "Yet Another Stars Rating: Settings"
897
  msgstr "Yet Another Stars Rating"
898
 
899
+ #: ../lib/yasr-functions.php:143
900
+ msgid "YASR"
901
+ msgstr ""
 
902
 
903
  # @ yasr
904
+ #: ../lib/yasr-functions.php:144
905
  msgid "Yet Another Stars Rating: Multiple set"
906
  msgstr "Yet Another Stars Rating: Multi-Sets"
907
 
908
+ # @ yasr
909
+ #: ../lib/yasr-functions.php:150
910
+ msgid "Overall Rating"
911
+ msgstr "Gesamtbewertung"
912
+
913
  # @ default
914
+ #: ../lib/yasr-functions.php:160
915
  msgid "You don't have enought privileges to insert Overall Rating"
916
  msgstr ""
917
  "Du hast nicht die notwendigen Berechtigungen um eine Gesamtbewertung "
918
  "einzufügen"
919
 
920
  # @ default
921
+ #: ../lib/yasr-functions.php:170
922
  msgid "You don't have enought privileges to insert Multi Set"
923
  msgstr ""
924
  "Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
925
 
926
  # @ yasr
927
+ #: ../lib/yasr-functions.php:310
928
  msgid " reviewed by "
929
  msgstr " geschrieben von "
930
 
931
  # @ yasr
932
+ #: ../lib/yasr-functions.php:311
933
  msgid " on "
934
  msgstr " am"
935
 
936
  # @ yasr
937
+ #: ../lib/yasr-functions.php:312
938
  msgid " rated "
939
  msgstr " ist bewertet mit "
940
 
941
  # @ yasr
942
+ #: ../lib/yasr-functions.php:312
943
  msgid " of"
944
  msgstr ""
945
 
946
  # @ yasr
947
+ #: ../lib/yasr-functions.php:359
948
  msgid " written by "
949
  msgstr "geschrieben von "
950
 
951
  # @ yasr
952
+ #: ../lib/yasr-functions.php:361
953
  #, fuzzy
954
  msgid " average rating "
955
  msgstr " Durchschnittsbewertung"
956
 
957
  # @ yasr
958
+ #: ../lib/yasr-functions.php:362
959
  msgid " user ratings"
960
  msgstr " Besucherbewertungen"
961
 
962
  # @ yasr
963
+ #: ../lib/yasr-ajax-functions.php:96
 
 
 
 
 
964
  #, fuzzy
965
  msgid "You've rated it "
966
  msgstr " ist bewertet mit "
967
 
968
  # @ yasr
969
+ #: ../lib/yasr-ajax-functions.php:100
970
  #, fuzzy
971
  msgid "You've reset the vote"
972
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
973
 
974
  # @ yasr
975
+ #: ../lib/yasr-ajax-functions.php:164
976
  msgid ""
977
  "There was an error while trying to insert the review type. Please report it"
978
  msgstr ""
980
  "melden Sie es."
981
 
982
  # @ yasr
983
+ #: ../lib/yasr-ajax-functions.php:198
984
  msgid "Choose a vote for each element"
985
  msgstr "Wähle eine Bewertung für jedes Element"
986
 
987
  # @ yasr
988
+ #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
989
  msgid "Remember to insert this shortcode"
990
  msgstr "Diesen Shortcode"
991
 
992
  # @ yasr
993
+ #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
994
  msgid "where you want to display this multi set"
995
  msgstr "an der Stelle einfügen, wo das Multi-Set angezeigt werden soll."
996
 
997
  # @ yasr
998
+ #: ../lib/yasr-ajax-functions.php:265
999
  msgid "Choose a vote for every element"
1000
  msgstr "Wähle eine Bewertung für jedes Element"
1001
 
1002
  # @ yasr
1003
+ #: ../lib/yasr-ajax-functions.php:432
1004
  msgid "Main"
1005
  msgstr "Allgemein"
1006
 
1007
  # @ yasr
1008
+ #: ../lib/yasr-ajax-functions.php:433
1009
  msgid "Charts"
1010
  msgstr "Charts"
1011
 
1012
  # @ yasr
1013
+ #: ../lib/yasr-ajax-functions.php:435
1014
  msgid "Read the doc"
1015
  msgstr "Lese die Dokumentation"
1016
 
1017
  # @ yasr
1018
+ #: ../lib/yasr-ajax-functions.php:444
1019
  msgid "Overall Rating / Review"
1020
  msgstr "Gesamtbewertung (Autorenbewertung)"
1021
 
1022
  # @ yasr
1023
+ #: ../lib/yasr-ajax-functions.php:446
1024
  msgid "Insert Overall Rating"
1025
  msgstr "Gesamtbewertung einfügen"
1026
 
1027
  # @ yasr
1028
+ #: ../lib/yasr-ajax-functions.php:447
1029
  msgid "Insert Overall Rating / Review for this post"
1030
  msgstr "Gesamtbewertung der Review-Autoren einfügen"
1031
 
1032
  # @ yasr
1033
+ #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
1034
  msgid "Choose Size"
1035
  msgstr "Größe wählen"
1036
 
1037
  # @ yasr
1038
+ #: ../lib/yasr-ajax-functions.php:464
1039
  msgid "Insert Visitor Votes"
1040
  msgstr "Besucherbewertung einfügen"
1041
 
1042
  # @ yasr
1043
+ #: ../lib/yasr-ajax-functions.php:465
1044
  msgid "Insert the ability for your visitor to vote"
1045
  msgstr "Besucher dürfen Bewertungen abgeben"
1046
 
1047
  # @ yasr
1048
+ #: ../lib/yasr-ajax-functions.php:482
1049
  msgid "If you want to insert a Multi Set, pick one:"
1050
  msgstr "Vorhandene Multi-Sets"
1051
 
1052
  # @ yasr
1053
+ #: ../lib/yasr-ajax-functions.php:488
1054
  msgid "Choose wich set you want to insert."
1055
  msgstr "Wähle das einzufügende Multi-Set."
1056
 
1057
  # @ yasr
1058
+ #: ../lib/yasr-ajax-functions.php:496
1059
  msgid "Insert Multiset:"
1060
  msgstr "Multi-Set einfügen:"
1061
 
1062
  # @ yasr
1063
+ #: ../lib/yasr-ajax-functions.php:499
1064
  msgid "Insert Multiple Set"
1065
  msgstr "Multi-Set einfügen"
1066
 
1067
  # @ yasr
1068
+ #: ../lib/yasr-ajax-functions.php:500
1069
  msgid "Insert multiple set in this post ?"
1070
  msgstr "Multi-Set in Artikel/Seite einfügen?"
1071
 
1072
  # @ yasr
1073
+ #: ../lib/yasr-ajax-functions.php:515
1074
  msgid "Ranking reviews"
1075
  msgstr "Rang Bewertungen"
1076
 
1077
  # @ yasr
1078
+ #: ../lib/yasr-ajax-functions.php:516
1079
  msgid "Insert Ranking reviews"
1080
  msgstr "Rang Bewertungen einfügen"
1081
 
1082
  # @ yasr
1083
+ #: ../lib/yasr-ajax-functions.php:517
1084
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1085
  msgstr "Top 10 Bewertung für [yasr_overall_rating] shortcode einfügen."
1086
 
1087
  # @ yasr
1088
+ #: ../lib/yasr-ajax-functions.php:521
1089
  msgid "Users' ranking"
1090
  msgstr "Benutzer-Rangliste"
1091
 
1092
  # @ yasr
1093
+ #: ../lib/yasr-ajax-functions.php:522
1094
  msgid "Insert Users ranking"
1095
  msgstr "Benutzer-Rangliste einfügen"
1096
 
1097
  # @ yasr
1098
+ #: ../lib/yasr-ajax-functions.php:523
1099
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1100
  msgstr "Top 10 Wertung für [yasr_visitor_votes] shortcode einfügen"
1101
 
1102
  # @ yasr
1103
+ #: ../lib/yasr-ajax-functions.php:527
1104
  msgid "Most active reviewers"
1105
  msgstr "Top 5 Aktivste Review-Autoren"
1106
 
1107
  # @ yasr
1108
+ #: ../lib/yasr-ajax-functions.php:528
1109
  msgid "Insert Most Active Reviewers"
1110
  msgstr "meist aktivste Bewertungen einfügen"
1111
 
1112
  # @ yasr
1113
+ #: ../lib/yasr-ajax-functions.php:529
1114
  msgid "Insert Top 5 active reviewers"
1115
  msgstr "Füge die Top 5 aktivsten Review-Autoren ein"
1116
 
1117
  # @ yasr
1118
+ #: ../lib/yasr-ajax-functions.php:533
1119
  msgid "Most Active Users"
1120
  msgstr "meist aktivste Benutzer"
1121
 
1122
  # @ yasr
1123
+ #: ../lib/yasr-ajax-functions.php:534
1124
  msgid "Insert Most Active Users"
1125
  msgstr "Aktivste Benutzer einfügen."
1126
 
1127
  # @ yasr
1128
+ #: ../lib/yasr-ajax-functions.php:535
1129
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1130
  msgstr "Top 10 Abstimmer [yasr_visitor_votes] Shortcode einfügen"
1131
 
1132
  # @ yasr
1133
+ #: ../lib/yasr-ajax-functions.php:606
1134
  msgid "Reviews and Visitor Votes have been successfull imported."
1135
  msgstr "Autoren-Reviews und Bewertungen wurden erfolgreich importiert."
1136
 
1137
  # @ yasr
1138
+ #: ../lib/yasr-ajax-functions.php:612
1139
  msgid ""
1140
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1141
  "THIS MAY TAKE A WHILE!"
1144
  "KANN ETWAS DAUERN!"
1145
 
1146
  # @ yasr
1147
+ #: ../lib/yasr-ajax-functions.php:614
1148
  msgid "Proceed Step 2"
1149
  msgstr "Fortfahren mit Schritt 2"
1150
 
1151
  # @ yasr
1152
+ #: ../lib/yasr-ajax-functions.php:621
1153
  msgid "Something goes wrong! Refresh the page and try again!"
1154
  msgstr ""
1155
  "Hier ist etwas schief gelaufen. Bitte aktualisiere die Seite und versuche es "
1156
  "noch einmal!"
1157
 
1158
  # @ yasr
1159
+ #: ../lib/yasr-ajax-functions.php:650
1160
  msgid "I've found Multiple Set! Importing..."
1161
  msgstr "Es wurden verschiedene Multi-Sets gefunden. Starte Import..."
1162
 
1163
  # @ yasr
1164
+ #: ../lib/yasr-ajax-functions.php:659
1165
  msgid "Multi Set's name has been successfull imported."
1166
  msgstr "Multi-Set Namen wurden erfolgreich importiert."
1167
 
1168
  # @ yasr
1169
+ #: ../lib/yasr-ajax-functions.php:661
1170
  msgid "Now I'm going to import Multi Set data"
1171
  msgstr "Der Import der Multi-Set Daten wird gestartet"
1172
 
1173
  # @ yasr
1174
+ #: ../lib/yasr-ajax-functions.php:672
1175
  msgid "All votes has been successfull imported."
1176
  msgstr "Alle Bewertungen wurden erfolgreich importiert."
1177
 
1178
  # @ yasr
1179
+ #: ../lib/yasr-ajax-functions.php:674
1180
  msgid "Done"
1181
  msgstr "Fertig"
1182
 
1183
  # @ yasr
1184
+ #: ../lib/yasr-ajax-functions.php:679
1185
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1186
  msgstr ""
1187
  "Es wurden Multi-Set Bewertungen gefunden aber diese konnten nicht in der "
1188
  "Datenbank gespeichert werden."
1189
 
1190
  # @ yasr
1191
+ #: ../lib/yasr-ajax-functions.php:687
1192
  msgid "I've found Multi Set but with no data"
1193
  msgstr "Das Multi-Set wurde gefunden aber es sind keine Daten vorhanden"
1194
 
1195
  # @ yasr
1196
+ #: ../lib/yasr-ajax-functions.php:696
1197
  msgid "I've found Multi Sets names but I couldn't insert into db"
1198
  msgstr ""
1199
  "Multi-Set Namen wurde gefunden aber konnten nicht in die Datenbank "
1200
  "importiert werden"
1201
 
1202
  # @ yasr
1203
+ #: ../lib/yasr-ajax-functions.php:704
1204
  msgid "Multisets were not found. Imported is done!"
1205
  msgstr "Kein Multi-Set gefunden aber Import war erfolgreich!"
1206
 
1207
  # @ yasr
1208
+ #: ../lib/yasr-ajax-functions.php:748
1209
  msgid "No Recenet votes yet"
1210
  msgstr "Keine kürzlichen Bewertungen"
1211
 
1212
  # @ yasr
1213
+ #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
1214
  msgid "Error: you can't vote 0"
1215
  msgstr "Fehler: Sie können nicht 0 wählen!"
1216
 
1217
  # @ yasr
1218
+ #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
1219
  msgid "Average rating"
1220
  msgstr "Durchschnittsbewertung"
1221
 
1222
  # @ yasr
1223
+ #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1224
  msgid "Vote Saved"
1225
  msgstr "Bewertung gespeichert"
1226
 
1227
  # @ yasr
1228
+ #: ../lib/yasr-ajax-functions.php:1149
1229
  msgid "Vote updated"
1230
  msgstr "Bewertung aktualisiert"
1231
 
1232
  # @ yasr
1233
+ #: ../lib/yasr-ajax-functions.php:1220
1234
  msgid "Average "
1235
  msgstr "Durchschnitt: "
1236
 
1237
  # @ yasr
1238
+ #: ../lib/yasr-ajax-functions.php:1231
1239
+ #, fuzzy
1240
+ msgid "You've already voted this article"
1241
+ msgstr "Du hast hier bewertet mit "
1242
+
1243
+ # @ yasr
1244
+ #: ../lib/yasr-ajax-functions.php:1356
1245
  #, fuzzy
1246
  msgid "stars"
1247
  msgstr "Sterne"
languages/yasr-fa_IR.mo CHANGED
Binary file
languages/yasr-fa_IR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-02-16 14:52+0100\n"
5
- "PO-Revision-Date: 2015-02-16 14:52+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fa_IR\n"
@@ -16,7 +16,37 @@ msgstr ""
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
21
  #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
22
  msgid "You do not have sufficient permissions to access this page."
@@ -160,114 +190,72 @@ msgstr "از حمایت شما متشکریم!"
160
  msgid "Choose wich set you want to use"
161
  msgstr "یکی از گزینه های ساخته شده را انتخاب کنید"
162
 
163
- #: ../yasr-metabox-multiple-rating.php:46
164
- #: ../yasr-metabox-overall-rating.php:193
165
- #: ../lib/yasr-settings-functions.php:505
166
- msgid "Select"
167
- msgstr "انتخاب"
168
-
169
- #: ../yasr-metabox-overall-rating.php:65 ../yasr-metabox-overall-rating.php:99
170
- msgid "Rate this article / item"
171
- msgstr "به این مقاله یا به این محصول رای دهید"
172
-
173
- #: ../yasr-metabox-overall-rating.php:71
174
- #: ../lib/yasr-shortcode-functions.php:136
175
- msgid "Loading, please wait"
176
- msgstr "در حال بارگذاری, خواهشا صبر کنید"
177
-
178
- #: ../yasr-metabox-overall-rating.php:147
179
- msgid "Save Vote"
180
- msgstr "ذخیره رای"
181
-
182
- #: ../yasr-metabox-overall-rating.php:164
183
- msgid "This review is about a..."
184
- msgstr "این مقاله درباره چیست؟"
185
 
186
- #: ../yasr-metabox-overall-rating.php:211
187
- msgid ""
188
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
189
- "where you want to display this rating"
190
- msgstr ""
191
- "بادتون باشه اگه در تنظیمات عمومی \"گذاشتن خودکار\" را روی بله تیک نزدید "
192
- "ازاین <strong>[yasr_overall_rating]</strong> شورت کات استفاده کنید و درون "
193
- "پست قرار دهید"
194
 
195
- #: ../lib/yasr-shortcode-functions.php:183
196
- #: ../lib/yasr-shortcode-functions.php:194
197
- #: ../lib/yasr-shortcode-functions.php:205
198
- #: ../lib/yasr-shortcode-functions.php:224
199
- #: ../lib/yasr-shortcode-functions.php:234
200
- #: ../lib/yasr-shortcode-functions.php:244 ../lib/yasr-ajax-functions.php:1011
201
  #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
202
- #: ../lib/yasr-ajax-functions.php:1220 ../lib/yasr-ajax-functions.php:1228
203
  msgid "Total: "
204
  msgstr "تعداد: "
205
 
206
- #: ../lib/yasr-shortcode-functions.php:183
207
- #: ../lib/yasr-shortcode-functions.php:194
208
- #: ../lib/yasr-shortcode-functions.php:205
209
- #: ../lib/yasr-shortcode-functions.php:224
210
- #: ../lib/yasr-shortcode-functions.php:234
211
- #: ../lib/yasr-shortcode-functions.php:244
212
  msgid "Average: "
213
  msgstr "میانگین: "
214
 
215
- #: ../lib/yasr-shortcode-functions.php:184
216
- #: ../lib/yasr-shortcode-functions.php:225 ../lib/yasr-ajax-functions.php:1229
217
- msgid "You've already voted this article with"
218
- msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
219
-
220
- #: ../lib/yasr-shortcode-functions.php:245
221
- msgid "You must sign to vote"
222
- msgstr "شما برای رای دادن باید وارد شوید"
223
-
224
- #: ../lib/yasr-shortcode-functions.php:410
225
  msgid "Rating"
226
  msgstr "امتیاز ها"
227
 
228
- #: ../lib/yasr-shortcode-functions.php:424
229
  msgid "You don't have any votes stored"
230
  msgstr "شما رای ذخیره شده ای ندارید"
231
 
232
- #: ../lib/yasr-shortcode-functions.php:460
233
- #: ../lib/yasr-shortcode-functions.php:498
234
  msgid "Post / Page"
235
  msgstr "پست / صفحه"
236
 
237
- #: ../lib/yasr-shortcode-functions.php:461
238
- #: ../lib/yasr-shortcode-functions.php:499
239
  msgid "Order By"
240
  msgstr "سفارشی سازی بر اساس"
241
 
242
- #: ../lib/yasr-shortcode-functions.php:461
243
- #: ../lib/yasr-shortcode-functions.php:499
244
  msgid "Most Rated"
245
  msgstr "بیشترین امتیاز"
246
 
247
- #: ../lib/yasr-shortcode-functions.php:461
248
- #: ../lib/yasr-shortcode-functions.php:499
249
  msgid "Highest Rated"
250
  msgstr "بالاترین امتیاز"
251
 
252
- #: ../lib/yasr-shortcode-functions.php:478
253
- #: ../lib/yasr-shortcode-functions.php:513
254
  msgid "Total:"
255
  msgstr "تعداد:"
256
 
257
- #: ../lib/yasr-shortcode-functions.php:478
258
- #: ../lib/yasr-shortcode-functions.php:513
259
  msgid "Average"
260
  msgstr "میانگین"
261
 
262
- #: ../lib/yasr-shortcode-functions.php:490
263
  msgid "You've not enough data"
264
  msgstr "داده ای به اندازه کافی پیدا نشد!"
265
 
266
- #: ../lib/yasr-shortcode-functions.php:525
267
  msgid "You've not enought data"
268
  msgstr "داده ای به اندازه کافی پیدا نشد!"
269
 
270
- #: ../lib/yasr-shortcode-functions.php:610
271
  msgid ""
272
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
273
  "any review?"
@@ -275,7 +263,7 @@ msgstr ""
275
  "مشکلی در اجرای 5 نقد برسی برتر رخ داده است. آیا تا بحال نقد و برسی انجام "
276
  "داده و در پست انتشار داده اید؟"
277
 
278
- #: ../lib/yasr-shortcode-functions.php:678
279
  msgid ""
280
  "Problem while retrieving the top 10 active users chart. Are you sure you "
281
  "have votes to show?"
@@ -741,51 +729,55 @@ msgstr "آی پی آدرس"
741
  msgid "Pages"
742
  msgstr "صفحات"
743
 
744
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
745
  msgid "Yet Another Stars Rating: Settings"
746
  msgstr "تنظیمات: Yet Another Stars Rating"
747
 
748
- #: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
749
- msgid "Overall Rating"
750
- msgstr "رای کلی ( رای نویسنده )"
751
-
752
  #: ../lib/yasr-functions.php:143
 
 
 
 
753
  msgid "Yet Another Stars Rating: Multiple set"
754
  msgstr "افزودن نقد برسی های چند گانه به پست"
755
 
756
- #: ../lib/yasr-functions.php:159
 
 
 
 
757
  msgid "You don't have enought privileges to insert Overall Rating"
758
  msgstr "شما امتیاز کافی ندارید تا رای کلی را قرار دهید"
759
 
760
- #: ../lib/yasr-functions.php:169
761
  msgid "You don't have enought privileges to insert Multi Set"
762
  msgstr "شما امتیاز کافی ندارید تا نقد و برسی چند گانه قرار دهید"
763
 
764
- #: ../lib/yasr-functions.php:295
765
  msgid " reviewed by "
766
  msgstr " نقد و برسی شده توسط "
767
 
768
- #: ../lib/yasr-functions.php:296
769
  msgid " on "
770
  msgstr " در تاریخ "
771
 
772
- #: ../lib/yasr-functions.php:297
773
  msgid " rated "
774
  msgstr " امتیاز "
775
 
776
- #: ../lib/yasr-functions.php:297
777
  msgid " of"
778
  msgstr " از"
779
 
780
- #: ../lib/yasr-functions.php:352
781
  msgid " written by "
782
  msgstr " نوشته شده توسط "
783
 
784
- #: ../lib/yasr-functions.php:354
785
  msgid " average rating "
786
  msgstr " میانگین امتیاز ها "
787
 
788
- #: ../lib/yasr-functions.php:355
789
  msgid " user ratings"
790
  msgstr " کاربر امتیاز داده اند"
791
 
@@ -1002,10 +994,15 @@ msgstr "رای شما ثبت شد"
1002
  msgid "Vote updated"
1003
  msgstr "رای شما تغیر یافت"
1004
 
1005
- #: ../lib/yasr-ajax-functions.php:1220 ../lib/yasr-ajax-functions.php:1228
1006
  msgid "Average "
1007
  msgstr "میانگین"
1008
 
1009
- #: ../lib/yasr-ajax-functions.php:1353
 
 
 
 
 
1010
  msgid "stars"
1011
  msgstr "ستاره"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-03-03 12:36+0100\n"
5
+ "PO-Revision-Date: 2015-03-03 12:36+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fa_IR\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
+ #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
20
+ msgid "Rate this article / item"
21
+ msgstr "به این مقاله یا به این محصول رای دهید"
22
+
23
+ #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
24
+ msgid "Loading, please wait"
25
+ msgstr "در حال بارگذاری, خواهشا صبر کنید"
26
+
27
+ #: ../yasr-metabox-top-right.php:147
28
+ msgid "Save Vote"
29
+ msgstr "ذخیره رای"
30
+
31
+ #: ../yasr-metabox-top-right.php:164
32
+ msgid "This review is about a..."
33
+ msgstr "این مقاله درباره چیست؟"
34
+
35
+ #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
36
+ #: ../lib/yasr-settings-functions.php:505
37
+ msgid "Select"
38
+ msgstr "انتخاب"
39
+
40
+ #: ../yasr-metabox-top-right.php:211
41
+ msgid ""
42
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
43
+ "where you want to display this rating"
44
+ msgstr ""
45
+ "بادتون باشه اگه در تنظیمات عمومی \"گذاشتن خودکار\" را روی بله تیک نزدید "
46
+ "ازاین <strong>[yasr_overall_rating]</strong> شورت کات استفاده کنید و درون "
47
+ "پست قرار دهید"
48
+
49
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
50
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
51
  #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
52
  msgid "You do not have sufficient permissions to access this page."
190
  msgid "Choose wich set you want to use"
191
  msgstr "یکی از گزینه های ساخته شده را انتخاب کنید"
192
 
193
+ #: ../lib/yasr-shortcode-functions.php:185
194
+ #: ../lib/yasr-shortcode-functions.php:207
195
+ msgid "You've already voted this article with"
196
+ msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
 
198
+ #: ../lib/yasr-shortcode-functions.php:218
199
+ msgid "You must sign to vote"
200
+ msgstr "شما برای رای دادن باید وارد شوید"
 
 
 
 
 
201
 
202
+ #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
 
 
 
 
 
203
  #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
204
+ #: ../lib/yasr-ajax-functions.php:1220
205
  msgid "Total: "
206
  msgstr "تعداد: "
207
 
208
+ #: ../lib/yasr-shortcode-functions.php:227
 
 
 
 
 
209
  msgid "Average: "
210
  msgstr "میانگین: "
211
 
212
+ #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
213
  msgid "Rating"
214
  msgstr "امتیاز ها"
215
 
216
+ #: ../lib/yasr-shortcode-functions.php:406
217
  msgid "You don't have any votes stored"
218
  msgstr "شما رای ذخیره شده ای ندارید"
219
 
220
+ #: ../lib/yasr-shortcode-functions.php:442
221
+ #: ../lib/yasr-shortcode-functions.php:480
222
  msgid "Post / Page"
223
  msgstr "پست / صفحه"
224
 
225
+ #: ../lib/yasr-shortcode-functions.php:443
226
+ #: ../lib/yasr-shortcode-functions.php:481
227
  msgid "Order By"
228
  msgstr "سفارشی سازی بر اساس"
229
 
230
+ #: ../lib/yasr-shortcode-functions.php:443
231
+ #: ../lib/yasr-shortcode-functions.php:481
232
  msgid "Most Rated"
233
  msgstr "بیشترین امتیاز"
234
 
235
+ #: ../lib/yasr-shortcode-functions.php:443
236
+ #: ../lib/yasr-shortcode-functions.php:481
237
  msgid "Highest Rated"
238
  msgstr "بالاترین امتیاز"
239
 
240
+ #: ../lib/yasr-shortcode-functions.php:460
241
+ #: ../lib/yasr-shortcode-functions.php:495
242
  msgid "Total:"
243
  msgstr "تعداد:"
244
 
245
+ #: ../lib/yasr-shortcode-functions.php:460
246
+ #: ../lib/yasr-shortcode-functions.php:495
247
  msgid "Average"
248
  msgstr "میانگین"
249
 
250
+ #: ../lib/yasr-shortcode-functions.php:472
251
  msgid "You've not enough data"
252
  msgstr "داده ای به اندازه کافی پیدا نشد!"
253
 
254
+ #: ../lib/yasr-shortcode-functions.php:507
255
  msgid "You've not enought data"
256
  msgstr "داده ای به اندازه کافی پیدا نشد!"
257
 
258
+ #: ../lib/yasr-shortcode-functions.php:592
259
  msgid ""
260
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
261
  "any review?"
263
  "مشکلی در اجرای 5 نقد برسی برتر رخ داده است. آیا تا بحال نقد و برسی انجام "
264
  "داده و در پست انتشار داده اید؟"
265
 
266
+ #: ../lib/yasr-shortcode-functions.php:660
267
  msgid ""
268
  "Problem while retrieving the top 10 active users chart. Are you sure you "
269
  "have votes to show?"
729
  msgid "Pages"
730
  msgstr "صفحات"
731
 
732
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
733
  msgid "Yet Another Stars Rating: Settings"
734
  msgstr "تنظیمات: Yet Another Stars Rating"
735
 
 
 
 
 
736
  #: ../lib/yasr-functions.php:143
737
+ msgid "YASR"
738
+ msgstr ""
739
+
740
+ #: ../lib/yasr-functions.php:144
741
  msgid "Yet Another Stars Rating: Multiple set"
742
  msgstr "افزودن نقد برسی های چند گانه به پست"
743
 
744
+ #: ../lib/yasr-functions.php:150
745
+ msgid "Overall Rating"
746
+ msgstr "رای کلی ( رای نویسنده )"
747
+
748
+ #: ../lib/yasr-functions.php:160
749
  msgid "You don't have enought privileges to insert Overall Rating"
750
  msgstr "شما امتیاز کافی ندارید تا رای کلی را قرار دهید"
751
 
752
+ #: ../lib/yasr-functions.php:170
753
  msgid "You don't have enought privileges to insert Multi Set"
754
  msgstr "شما امتیاز کافی ندارید تا نقد و برسی چند گانه قرار دهید"
755
 
756
+ #: ../lib/yasr-functions.php:310
757
  msgid " reviewed by "
758
  msgstr " نقد و برسی شده توسط "
759
 
760
+ #: ../lib/yasr-functions.php:311
761
  msgid " on "
762
  msgstr " در تاریخ "
763
 
764
+ #: ../lib/yasr-functions.php:312
765
  msgid " rated "
766
  msgstr " امتیاز "
767
 
768
+ #: ../lib/yasr-functions.php:312
769
  msgid " of"
770
  msgstr " از"
771
 
772
+ #: ../lib/yasr-functions.php:359
773
  msgid " written by "
774
  msgstr " نوشته شده توسط "
775
 
776
+ #: ../lib/yasr-functions.php:361
777
  msgid " average rating "
778
  msgstr " میانگین امتیاز ها "
779
 
780
+ #: ../lib/yasr-functions.php:362
781
  msgid " user ratings"
782
  msgstr " کاربر امتیاز داده اند"
783
 
994
  msgid "Vote updated"
995
  msgstr "رای شما تغیر یافت"
996
 
997
+ #: ../lib/yasr-ajax-functions.php:1220
998
  msgid "Average "
999
  msgstr "میانگین"
1000
 
1001
+ #: ../lib/yasr-ajax-functions.php:1231
1002
+ #, fuzzy
1003
+ msgid "You've already voted this article"
1004
+ msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
1005
+
1006
+ #: ../lib/yasr-ajax-functions.php:1356
1007
  msgid "stars"
1008
  msgstr "ستاره"
languages/yasr-fr_FR.mo CHANGED
Binary file
languages/yasr-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-01-31 15:34+0100\n"
5
- "PO-Revision-Date: 2015-01-31 15:34+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
@@ -15,9 +15,38 @@ msgstr ""
15
  "X-Poedit-SearchPath-0: ..\n"
16
  "X-Poedit-SearchPath-1: ../lib\n"
17
 
18
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
19
- #: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
20
- #: ../lib/yasr-ajax-functions.php:337 ../lib/yasr-ajax-functions.php:741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  msgid "You do not have sufficient permissions to access this page."
22
  msgstr ""
23
  "Vous n'avez pas de permissions suffisantes pour avoir accès à cette page."
@@ -142,20 +171,20 @@ msgstr ""
142
  msgid "Close this message"
143
  msgstr "Choisissez ce message"
144
 
145
- #: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
146
- #: ../lib/yasr-functions.php:484
147
  msgid "Donations"
148
  msgstr ""
149
 
150
- #: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
151
- #: ../lib/yasr-functions.php:486
152
  msgid ""
153
  "If you have found this plugin useful, please consider making a donation to "
154
  "help support future development. Your support will be much appreciated. "
155
  msgstr ""
156
 
157
- #: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
158
- #: ../lib/yasr-functions.php:488
159
  msgid "Thank you!"
160
  msgstr ""
161
 
@@ -163,113 +192,72 @@ msgstr ""
163
  msgid "Choose wich set you want to use"
164
  msgstr "Choisissez quel ensemble vous voulez utiliser"
165
 
166
- #: ../yasr-metabox-multiple-rating.php:46
167
- #: ../yasr-metabox-overall-rating.php:193
168
- #: ../lib/yasr-settings-functions.php:505
169
- msgid "Select"
170
- msgstr "Sélection"
171
-
172
- #: ../yasr-metabox-overall-rating.php:65 ../yasr-metabox-overall-rating.php:99
173
- msgid "Rate this article / item"
174
- msgstr "Evaluez cet article / ce produit"
175
-
176
- #: ../yasr-metabox-overall-rating.php:71
177
- #: ../lib/yasr-shortcode-functions.php:136
178
- msgid "Loading, please wait"
179
- msgstr "Chargement, attendez s'il vous plais"
180
-
181
- #: ../yasr-metabox-overall-rating.php:147
182
- msgid "Save Vote"
183
- msgstr "Vote enregistré"
184
-
185
- #: ../yasr-metabox-overall-rating.php:164
186
- msgid "This review is about a..."
187
- msgstr "Cette avis est pour un..."
188
 
189
- #: ../yasr-metabox-overall-rating.php:211
190
- msgid ""
191
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
192
- "where you want to display this rating"
193
- msgstr ""
194
- "N'oubliez pas d'insérer ce shortcode <strong> [yasr_overall_rating] </strong "
195
- "> ou vous désirez afficher ce vote"
196
 
197
- #: ../lib/yasr-shortcode-functions.php:183
198
- #: ../lib/yasr-shortcode-functions.php:194
199
- #: ../lib/yasr-shortcode-functions.php:205
200
- #: ../lib/yasr-shortcode-functions.php:224
201
- #: ../lib/yasr-shortcode-functions.php:234
202
- #: ../lib/yasr-shortcode-functions.php:244 ../lib/yasr-ajax-functions.php:1016
203
- #: ../lib/yasr-ajax-functions.php:1024 ../lib/yasr-ajax-functions.php:1153
204
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
205
  msgid "Total: "
206
  msgstr "Total : "
207
 
208
- #: ../lib/yasr-shortcode-functions.php:183
209
- #: ../lib/yasr-shortcode-functions.php:194
210
- #: ../lib/yasr-shortcode-functions.php:205
211
- #: ../lib/yasr-shortcode-functions.php:224
212
- #: ../lib/yasr-shortcode-functions.php:234
213
- #: ../lib/yasr-shortcode-functions.php:244
214
  msgid "Average: "
215
  msgstr "Moyenne : "
216
 
217
- #: ../lib/yasr-shortcode-functions.php:184
218
- #: ../lib/yasr-shortcode-functions.php:225 ../lib/yasr-ajax-functions.php:1234
219
- msgid "You've already voted this article with"
220
- msgstr "Vous avez déjà voté (note : )"
221
-
222
- #: ../lib/yasr-shortcode-functions.php:245
223
- msgid "You must sign to vote"
224
- msgstr "Vous devez être connecté pour voter"
225
-
226
- #: ../lib/yasr-shortcode-functions.php:410
227
  msgid "Rating"
228
  msgstr "Évaluation"
229
 
230
- #: ../lib/yasr-shortcode-functions.php:424
231
  msgid "You don't have any votes stored"
232
  msgstr "Vous n'avez pas encore de votes"
233
 
234
- #: ../lib/yasr-shortcode-functions.php:460
235
- #: ../lib/yasr-shortcode-functions.php:498
236
  msgid "Post / Page"
237
  msgstr "Article / Page"
238
 
239
- #: ../lib/yasr-shortcode-functions.php:461
240
- #: ../lib/yasr-shortcode-functions.php:499
241
  msgid "Order By"
242
  msgstr "Trié par"
243
 
244
- #: ../lib/yasr-shortcode-functions.php:461
245
- #: ../lib/yasr-shortcode-functions.php:499
246
  msgid "Most Rated"
247
  msgstr "Le plus évalué"
248
 
249
- #: ../lib/yasr-shortcode-functions.php:461
250
- #: ../lib/yasr-shortcode-functions.php:499
251
  msgid "Highest Rated"
252
  msgstr "Les meilleurs notes"
253
 
254
- #: ../lib/yasr-shortcode-functions.php:478
255
- #: ../lib/yasr-shortcode-functions.php:513
256
  msgid "Total:"
257
  msgstr "Total :"
258
 
259
- #: ../lib/yasr-shortcode-functions.php:478
260
- #: ../lib/yasr-shortcode-functions.php:513
261
  msgid "Average"
262
  msgstr "Moyenne"
263
 
264
- #: ../lib/yasr-shortcode-functions.php:490
265
  msgid "You've not enough data"
266
  msgstr "Vous n'avez pas assez de vote"
267
 
268
- #: ../lib/yasr-shortcode-functions.php:525
269
  msgid "You've not enought data"
270
  msgstr "Vous n'avez pas assez de vote"
271
 
272
- #: ../lib/yasr-shortcode-functions.php:610
273
  msgid ""
274
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
275
  "any review?"
@@ -277,7 +265,7 @@ msgstr ""
277
  "Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
278
  "Avez-vous publié un vote ?"
279
 
280
- #: ../lib/yasr-shortcode-functions.php:678
281
  msgid ""
282
  "Problem while retrieving the top 10 active users chart. Are you sure you "
283
  "have votes to show?"
@@ -358,7 +346,7 @@ msgstr "Que voulez-vous ?"
358
  msgid "Overall Rating / Author Rating"
359
  msgstr "Vote administrateur / Vote Auteur"
360
 
361
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:467
362
  msgid "Visitor Votes"
363
  msgstr "Vote visiteur"
364
 
@@ -382,18 +370,18 @@ msgstr "Après l'article"
382
  msgid "Size"
383
  msgstr "Taille"
384
 
385
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:457
386
- #: ../lib/yasr-ajax-functions.php:475
387
  msgid "Small"
388
  msgstr "Petit"
389
 
390
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:458
391
- #: ../lib/yasr-ajax-functions.php:476
392
  msgid "Medium"
393
  msgstr "Moyen"
394
 
395
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:459
396
- #: ../lib/yasr-ajax-functions.php:477
397
  msgid "Large"
398
  msgstr "Large"
399
 
@@ -737,218 +725,223 @@ msgstr ""
737
  msgid "Not avaible yet"
738
  msgstr ""
739
 
740
- #: ../lib/yasr-settings-functions.php:1309
 
 
 
 
 
741
  msgid "No previous Gd Star Rating installation was found"
742
  msgstr "Aucune installation précédente de GD Rating n'a été trouvé"
743
 
744
- #: ../lib/yasr-db-functions.php:281
745
  msgid "No recenet votes yet"
746
  msgstr "Aucun vote récent"
747
 
748
- #: ../lib/yasr-db-functions.php:296 ../lib/yasr-ajax-functions.php:766
749
  msgid "anonymous"
750
  msgstr "anonyme"
751
 
752
- #: ../lib/yasr-db-functions.php:319 ../lib/yasr-ajax-functions.php:789
753
  msgid "Ip address"
754
  msgstr "Adresse IP"
755
 
756
- #: ../lib/yasr-db-functions.php:360 ../lib/yasr-ajax-functions.php:830
757
  msgid "Pages"
758
  msgstr "Pages"
759
 
760
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
761
  msgid "Yet Another Stars Rating: Settings"
762
  msgstr "Yet Another Stars Rating : Réglages"
763
 
764
- #: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
765
- msgid "Overall Rating"
766
- msgstr "Vote général"
767
-
768
  #: ../lib/yasr-functions.php:143
 
 
 
 
769
  msgid "Yet Another Stars Rating: Multiple set"
770
  msgstr "Yet Another Stars Rating: Vote multiple"
771
 
772
- #: ../lib/yasr-functions.php:159
 
 
 
 
773
  msgid "You don't have enought privileges to insert Overall Rating"
774
  msgstr "Vous ne avez pas assez de privilèges pour donner une Note globale"
775
 
776
- #: ../lib/yasr-functions.php:169
777
  msgid "You don't have enought privileges to insert Multi Set"
778
  msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
779
 
780
- #: ../lib/yasr-functions.php:304
781
  msgid " reviewed by "
782
  msgstr "Evalué par"
783
 
784
- #: ../lib/yasr-functions.php:305
785
  msgid " on "
786
  msgstr "sur"
787
 
788
- #: ../lib/yasr-functions.php:306
789
  msgid " rated "
790
  msgstr "evalué"
791
 
792
- #: ../lib/yasr-functions.php:306
793
  msgid " of"
794
  msgstr "de "
795
 
796
- #: ../lib/yasr-functions.php:361
797
  msgid " written by "
798
  msgstr "Ecris par"
799
 
800
- #: ../lib/yasr-functions.php:363
801
  msgid " average rating "
802
  msgstr "Moyenne des votes"
803
 
804
- #: ../lib/yasr-functions.php:364
805
  msgid " user ratings"
806
  msgstr "evaluations visiteur"
807
 
808
- #: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
809
- msgid "Follow YASR official site!"
810
- msgstr ""
811
-
812
- #: ../lib/yasr-ajax-functions.php:101
813
  msgid "You've rated it "
814
  msgstr "Vous l'avez évalué"
815
 
816
- #: ../lib/yasr-ajax-functions.php:105
817
  msgid "You've reset the vote"
818
  msgstr "Vous avez changer votre vote"
819
 
820
- #: ../lib/yasr-ajax-functions.php:169
821
  msgid ""
822
  "There was an error while trying to insert the review type. Please report it"
823
  msgstr ""
824
  "Il y avait une erreur en essayant d' insérer un avis. Merci de le signaler"
825
 
826
- #: ../lib/yasr-ajax-functions.php:203
827
  msgid "Choose a vote for each element"
828
  msgstr "Choisissez un vote pour chaque élément"
829
 
830
- #: ../lib/yasr-ajax-functions.php:260 ../lib/yasr-ajax-functions.php:303
831
  msgid "Remember to insert this shortcode"
832
  msgstr "N'oubliez pas d'insérer ce shortcode"
833
 
834
- #: ../lib/yasr-ajax-functions.php:262 ../lib/yasr-ajax-functions.php:305
835
  msgid "where you want to display this multi set"
836
  msgstr "Ou désirez-vous afficher ce vote multiple"
837
 
838
- #: ../lib/yasr-ajax-functions.php:270
839
  msgid "Choose a vote for every element"
840
  msgstr "Choisissez un vote pour chaque élément"
841
 
842
- #: ../lib/yasr-ajax-functions.php:437
843
  msgid "Main"
844
  msgstr "Principal"
845
 
846
- #: ../lib/yasr-ajax-functions.php:438
847
  msgid "Charts"
848
  msgstr "Diagrammes"
849
 
850
- #: ../lib/yasr-ajax-functions.php:440
851
  msgid "Read the doc"
852
  msgstr "Lisez la documentation"
853
 
854
- #: ../lib/yasr-ajax-functions.php:449
855
  msgid "Overall Rating / Review"
856
  msgstr "Note globale / Examen"
857
 
858
- #: ../lib/yasr-ajax-functions.php:451
859
  msgid "Insert Overall Rating"
860
  msgstr "Insérer la note générale"
861
 
862
- #: ../lib/yasr-ajax-functions.php:452
863
  msgid "Insert Overall Rating / Review for this post"
864
  msgstr "Insérez une note générale / avis pour cette article"
865
 
866
- #: ../lib/yasr-ajax-functions.php:455 ../lib/yasr-ajax-functions.php:473
867
  msgid "Choose Size"
868
  msgstr "Choisissez la taille"
869
 
870
- #: ../lib/yasr-ajax-functions.php:469
871
  msgid "Insert Visitor Votes"
872
  msgstr "Insérez les votes visiteurs"
873
 
874
- #: ../lib/yasr-ajax-functions.php:470
875
  msgid "Insert the ability for your visitor to vote"
876
  msgstr "Insérez la capacité pour votre visiteur à voter"
877
 
878
- #: ../lib/yasr-ajax-functions.php:487
879
  msgid "If you want to insert a Multi Set, pick one:"
880
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
881
 
882
- #: ../lib/yasr-ajax-functions.php:493
883
  msgid "Choose wich set you want to insert."
884
  msgstr "Choisissez quel ensemble vous voulez insérer"
885
 
886
- #: ../lib/yasr-ajax-functions.php:501
887
  msgid "Insert Multiset:"
888
  msgstr "Insérer un vote multiple :"
889
 
890
- #: ../lib/yasr-ajax-functions.php:504
891
  msgid "Insert Multiple Set"
892
  msgstr "Insérer un vote multiple"
893
 
894
- #: ../lib/yasr-ajax-functions.php:505
895
  msgid "Insert multiple set in this post ?"
896
  msgstr "Insérer un vote multiple sur cet article :"
897
 
898
- #: ../lib/yasr-ajax-functions.php:520
899
  msgid "Ranking reviews"
900
  msgstr "Classement des avis"
901
 
902
- #: ../lib/yasr-ajax-functions.php:521
903
  msgid "Insert Ranking reviews"
904
  msgstr "Insérez le classement des avis"
905
 
906
- #: ../lib/yasr-ajax-functions.php:522
907
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
908
  msgstr "Insérez le Top 10 classement pour [ yasr_overall_rating ] shortcode"
909
 
910
- #: ../lib/yasr-ajax-functions.php:526
911
  msgid "Users' ranking"
912
  msgstr "Le classement des utilisateurs"
913
 
914
- #: ../lib/yasr-ajax-functions.php:527
915
  msgid "Insert Users ranking"
916
  msgstr "Insérez le classement des utilisateurs"
917
 
918
- #: ../lib/yasr-ajax-functions.php:528
919
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
920
  msgstr "Insérez le Top 10 du classement pour [ yasr_visitor_votes ] shortcode"
921
 
922
- #: ../lib/yasr-ajax-functions.php:532
923
  msgid "Most active reviewers"
924
  msgstr "Examinateurs les plus actifs"
925
 
926
- #: ../lib/yasr-ajax-functions.php:533
927
  msgid "Insert Most Active Reviewers"
928
  msgstr "Insérez les examinateurs les plus actifs"
929
 
930
- #: ../lib/yasr-ajax-functions.php:534
931
  msgid "Insert Top 5 active reviewers"
932
  msgstr "Insérez le Top 5 des evaluateurs actifs"
933
 
934
- #: ../lib/yasr-ajax-functions.php:538
935
  msgid "Most Active Users"
936
  msgstr "Les utilisateurs les plus actifs"
937
 
938
- #: ../lib/yasr-ajax-functions.php:539
939
  msgid "Insert Most Active Users"
940
  msgstr "Insérer les plus actifs utlisateurs"
941
 
942
- #: ../lib/yasr-ajax-functions.php:540
943
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
944
  msgstr ""
945
  "Insérez le Top 10 des votes utilisateurs [ yasr_visitor_votes ] shortcode"
946
 
947
- #: ../lib/yasr-ajax-functions.php:611
948
  msgid "Reviews and Visitor Votes have been successfull imported."
949
  msgstr "Avis et Votes des visiteurs ont été importés avec succès ."
950
 
951
- #: ../lib/yasr-ajax-functions.php:617
952
  msgid ""
953
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
954
  "THIS MAY TAKE A WHILE!"
@@ -956,80 +949,85 @@ msgstr ""
956
  "Etape 2: Je vais vérifier si vous avez utilisé de plusieurs vote multiple et "
957
  "si je vais donc les importer. Cela peut prendre un certain temps!"
958
 
959
- #: ../lib/yasr-ajax-functions.php:619
960
  msgid "Proceed Step 2"
961
  msgstr "Procédez à l'étape 2"
962
 
963
- #: ../lib/yasr-ajax-functions.php:626
964
  msgid "Something goes wrong! Refresh the page and try again!"
965
  msgstr "Quelque chose ne va pas ! Rafraîchissez la page et essayez à nouveau !"
966
 
967
- #: ../lib/yasr-ajax-functions.php:655
968
  msgid "I've found Multiple Set! Importing..."
969
  msgstr "Je ai trouvé des votes multples! Importation .."
970
 
971
- #: ../lib/yasr-ajax-functions.php:664
972
  msgid "Multi Set's name has been successfull imported."
973
  msgstr "Le nom du vote multiple à été importé avec succès."
974
 
975
- #: ../lib/yasr-ajax-functions.php:666
976
  msgid "Now I'm going to import Multi Set data"
977
  msgstr "Maintenant, je vais importer les données des votes multiples"
978
 
979
- #: ../lib/yasr-ajax-functions.php:677
980
  msgid "All votes has been successfull imported."
981
  msgstr "Tous les vote ont été importé avec succès."
982
 
983
- #: ../lib/yasr-ajax-functions.php:679
984
  msgid "Done"
985
  msgstr "Effectué"
986
 
987
- #: ../lib/yasr-ajax-functions.php:684
988
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
989
  msgstr ""
990
  "Nous sommes dans l'impossibilité d'importer dans la base de données les "
991
  "votes multiple trouvés"
992
 
993
- #: ../lib/yasr-ajax-functions.php:692
994
  msgid "I've found Multi Set but with no data"
995
  msgstr "Nous avons trouver des votes multiples mais sans données"
996
 
997
- #: ../lib/yasr-ajax-functions.php:701
998
  msgid "I've found Multi Sets names but I couldn't insert into db"
999
  msgstr ""
1000
  "Nous avons trouvé des noms de votes multiples, mais je ne pouvais pas "
1001
  "insérer dans la base de données"
1002
 
1003
- #: ../lib/yasr-ajax-functions.php:709
1004
  msgid "Multisets were not found. Imported is done!"
1005
  msgstr ""
1006
  "Les ensemble de vote multiples sont introuvable. L'importation est finie."
1007
 
1008
- #: ../lib/yasr-ajax-functions.php:753
1009
  msgid "No Recenet votes yet"
1010
  msgstr "Aucun vote encore"
1011
 
1012
- #: ../lib/yasr-ajax-functions.php:920 ../lib/yasr-ajax-functions.php:1062
1013
  msgid "Error: you can't vote 0"
1014
  msgstr "Erreur: Vous ne pouvez pas voter 0"
1015
 
1016
- #: ../lib/yasr-ajax-functions.php:1016 ../lib/yasr-ajax-functions.php:1024
1017
  msgid "Average rating"
1018
  msgstr "Moyenne des votes"
1019
 
1020
- #: ../lib/yasr-ajax-functions.php:1017 ../lib/yasr-ajax-functions.php:1025
1021
  msgid "Vote Saved"
1022
  msgstr "Vote pris en compte"
1023
 
1024
- #: ../lib/yasr-ajax-functions.php:1154
1025
  msgid "Vote updated"
1026
  msgstr "Vote modifié"
1027
 
1028
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
1029
  msgid "Average "
1030
  msgstr "Moyenne"
1031
 
1032
- #: ../lib/yasr-ajax-functions.php:1358
 
 
 
 
 
1033
  #, fuzzy
1034
  msgid "stars"
1035
  msgstr "Etoiles"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-03-03 12:36+0100\n"
5
+ "PO-Revision-Date: 2015-03-03 12:36+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
  "X-Poedit-SearchPath-1: ../lib\n"
17
 
18
+ #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
19
+ msgid "Rate this article / item"
20
+ msgstr "Evaluez cet article / ce produit"
21
+
22
+ #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
23
+ msgid "Loading, please wait"
24
+ msgstr "Chargement, attendez s'il vous plais"
25
+
26
+ #: ../yasr-metabox-top-right.php:147
27
+ msgid "Save Vote"
28
+ msgstr "Vote enregistré"
29
+
30
+ #: ../yasr-metabox-top-right.php:164
31
+ msgid "This review is about a..."
32
+ msgstr "Cette avis est pour un..."
33
+
34
+ #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
35
+ #: ../lib/yasr-settings-functions.php:505
36
+ msgid "Select"
37
+ msgstr "Sélection"
38
+
39
+ #: ../yasr-metabox-top-right.php:211
40
+ msgid ""
41
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
42
+ "where you want to display this rating"
43
+ msgstr ""
44
+ "N'oubliez pas d'insérer ce shortcode <strong> [yasr_overall_rating] </strong "
45
+ "> ou vous désirez afficher ce vote"
46
+
47
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
48
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
49
+ #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
50
  msgid "You do not have sufficient permissions to access this page."
51
  msgstr ""
52
  "Vous n'avez pas de permissions suffisantes pour avoir accès à cette page."
171
  msgid "Close this message"
172
  msgstr "Choisissez ce message"
173
 
174
+ #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
175
+ #: ../lib/yasr-settings-functions.php:1320
176
  msgid "Donations"
177
  msgstr ""
178
 
179
+ #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
180
+ #: ../lib/yasr-settings-functions.php:1322
181
  msgid ""
182
  "If you have found this plugin useful, please consider making a donation to "
183
  "help support future development. Your support will be much appreciated. "
184
  msgstr ""
185
 
186
+ #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
187
+ #: ../lib/yasr-settings-functions.php:1324
188
  msgid "Thank you!"
189
  msgstr ""
190
 
192
  msgid "Choose wich set you want to use"
193
  msgstr "Choisissez quel ensemble vous voulez utiliser"
194
 
195
+ #: ../lib/yasr-shortcode-functions.php:185
196
+ #: ../lib/yasr-shortcode-functions.php:207
197
+ msgid "You've already voted this article with"
198
+ msgstr "Vous avez déjà voté (note : )"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
 
200
+ #: ../lib/yasr-shortcode-functions.php:218
201
+ msgid "You must sign to vote"
202
+ msgstr "Vous devez être connecté pour voter"
 
 
 
 
203
 
204
+ #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
205
+ #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
206
+ #: ../lib/yasr-ajax-functions.php:1220
 
 
 
 
 
207
  msgid "Total: "
208
  msgstr "Total : "
209
 
210
+ #: ../lib/yasr-shortcode-functions.php:227
 
 
 
 
 
211
  msgid "Average: "
212
  msgstr "Moyenne : "
213
 
214
+ #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
215
  msgid "Rating"
216
  msgstr "Évaluation"
217
 
218
+ #: ../lib/yasr-shortcode-functions.php:406
219
  msgid "You don't have any votes stored"
220
  msgstr "Vous n'avez pas encore de votes"
221
 
222
+ #: ../lib/yasr-shortcode-functions.php:442
223
+ #: ../lib/yasr-shortcode-functions.php:480
224
  msgid "Post / Page"
225
  msgstr "Article / Page"
226
 
227
+ #: ../lib/yasr-shortcode-functions.php:443
228
+ #: ../lib/yasr-shortcode-functions.php:481
229
  msgid "Order By"
230
  msgstr "Trié par"
231
 
232
+ #: ../lib/yasr-shortcode-functions.php:443
233
+ #: ../lib/yasr-shortcode-functions.php:481
234
  msgid "Most Rated"
235
  msgstr "Le plus évalué"
236
 
237
+ #: ../lib/yasr-shortcode-functions.php:443
238
+ #: ../lib/yasr-shortcode-functions.php:481
239
  msgid "Highest Rated"
240
  msgstr "Les meilleurs notes"
241
 
242
+ #: ../lib/yasr-shortcode-functions.php:460
243
+ #: ../lib/yasr-shortcode-functions.php:495
244
  msgid "Total:"
245
  msgstr "Total :"
246
 
247
+ #: ../lib/yasr-shortcode-functions.php:460
248
+ #: ../lib/yasr-shortcode-functions.php:495
249
  msgid "Average"
250
  msgstr "Moyenne"
251
 
252
+ #: ../lib/yasr-shortcode-functions.php:472
253
  msgid "You've not enough data"
254
  msgstr "Vous n'avez pas assez de vote"
255
 
256
+ #: ../lib/yasr-shortcode-functions.php:507
257
  msgid "You've not enought data"
258
  msgstr "Vous n'avez pas assez de vote"
259
 
260
+ #: ../lib/yasr-shortcode-functions.php:592
261
  msgid ""
262
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
263
  "any review?"
265
  "Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
266
  "Avez-vous publié un vote ?"
267
 
268
+ #: ../lib/yasr-shortcode-functions.php:660
269
  msgid ""
270
  "Problem while retrieving the top 10 active users chart. Are you sure you "
271
  "have votes to show?"
346
  msgid "Overall Rating / Author Rating"
347
  msgstr "Vote administrateur / Vote Auteur"
348
 
349
+ #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
350
  msgid "Visitor Votes"
351
  msgstr "Vote visiteur"
352
 
370
  msgid "Size"
371
  msgstr "Taille"
372
 
373
+ #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
374
+ #: ../lib/yasr-ajax-functions.php:470
375
  msgid "Small"
376
  msgstr "Petit"
377
 
378
+ #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
379
+ #: ../lib/yasr-ajax-functions.php:471
380
  msgid "Medium"
381
  msgstr "Moyen"
382
 
383
+ #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
384
+ #: ../lib/yasr-ajax-functions.php:472
385
  msgid "Large"
386
  msgstr "Large"
387
 
725
  msgid "Not avaible yet"
726
  msgstr ""
727
 
728
+ #: ../lib/yasr-settings-functions.php:1306
729
+ #: ../lib/yasr-settings-functions.php:1333
730
+ msgid "Follow YASR official site!"
731
+ msgstr ""
732
+
733
+ #: ../lib/yasr-settings-functions.php:1363
734
  msgid "No previous Gd Star Rating installation was found"
735
  msgstr "Aucune installation précédente de GD Rating n'a été trouvé"
736
 
737
+ #: ../lib/yasr-db-functions.php:280
738
  msgid "No recenet votes yet"
739
  msgstr "Aucun vote récent"
740
 
741
+ #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
742
  msgid "anonymous"
743
  msgstr "anonyme"
744
 
745
+ #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
746
  msgid "Ip address"
747
  msgstr "Adresse IP"
748
 
749
+ #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
750
  msgid "Pages"
751
  msgstr "Pages"
752
 
753
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
754
  msgid "Yet Another Stars Rating: Settings"
755
  msgstr "Yet Another Stars Rating : Réglages"
756
 
 
 
 
 
757
  #: ../lib/yasr-functions.php:143
758
+ msgid "YASR"
759
+ msgstr ""
760
+
761
+ #: ../lib/yasr-functions.php:144
762
  msgid "Yet Another Stars Rating: Multiple set"
763
  msgstr "Yet Another Stars Rating: Vote multiple"
764
 
765
+ #: ../lib/yasr-functions.php:150
766
+ msgid "Overall Rating"
767
+ msgstr "Vote général"
768
+
769
+ #: ../lib/yasr-functions.php:160
770
  msgid "You don't have enought privileges to insert Overall Rating"
771
  msgstr "Vous ne avez pas assez de privilèges pour donner une Note globale"
772
 
773
+ #: ../lib/yasr-functions.php:170
774
  msgid "You don't have enought privileges to insert Multi Set"
775
  msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
776
 
777
+ #: ../lib/yasr-functions.php:310
778
  msgid " reviewed by "
779
  msgstr "Evalué par"
780
 
781
+ #: ../lib/yasr-functions.php:311
782
  msgid " on "
783
  msgstr "sur"
784
 
785
+ #: ../lib/yasr-functions.php:312
786
  msgid " rated "
787
  msgstr "evalué"
788
 
789
+ #: ../lib/yasr-functions.php:312
790
  msgid " of"
791
  msgstr "de "
792
 
793
+ #: ../lib/yasr-functions.php:359
794
  msgid " written by "
795
  msgstr "Ecris par"
796
 
797
+ #: ../lib/yasr-functions.php:361
798
  msgid " average rating "
799
  msgstr "Moyenne des votes"
800
 
801
+ #: ../lib/yasr-functions.php:362
802
  msgid " user ratings"
803
  msgstr "evaluations visiteur"
804
 
805
+ #: ../lib/yasr-ajax-functions.php:96
 
 
 
 
806
  msgid "You've rated it "
807
  msgstr "Vous l'avez évalué"
808
 
809
+ #: ../lib/yasr-ajax-functions.php:100
810
  msgid "You've reset the vote"
811
  msgstr "Vous avez changer votre vote"
812
 
813
+ #: ../lib/yasr-ajax-functions.php:164
814
  msgid ""
815
  "There was an error while trying to insert the review type. Please report it"
816
  msgstr ""
817
  "Il y avait une erreur en essayant d' insérer un avis. Merci de le signaler"
818
 
819
+ #: ../lib/yasr-ajax-functions.php:198
820
  msgid "Choose a vote for each element"
821
  msgstr "Choisissez un vote pour chaque élément"
822
 
823
+ #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
824
  msgid "Remember to insert this shortcode"
825
  msgstr "N'oubliez pas d'insérer ce shortcode"
826
 
827
+ #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
828
  msgid "where you want to display this multi set"
829
  msgstr "Ou désirez-vous afficher ce vote multiple"
830
 
831
+ #: ../lib/yasr-ajax-functions.php:265
832
  msgid "Choose a vote for every element"
833
  msgstr "Choisissez un vote pour chaque élément"
834
 
835
+ #: ../lib/yasr-ajax-functions.php:432
836
  msgid "Main"
837
  msgstr "Principal"
838
 
839
+ #: ../lib/yasr-ajax-functions.php:433
840
  msgid "Charts"
841
  msgstr "Diagrammes"
842
 
843
+ #: ../lib/yasr-ajax-functions.php:435
844
  msgid "Read the doc"
845
  msgstr "Lisez la documentation"
846
 
847
+ #: ../lib/yasr-ajax-functions.php:444
848
  msgid "Overall Rating / Review"
849
  msgstr "Note globale / Examen"
850
 
851
+ #: ../lib/yasr-ajax-functions.php:446
852
  msgid "Insert Overall Rating"
853
  msgstr "Insérer la note générale"
854
 
855
+ #: ../lib/yasr-ajax-functions.php:447
856
  msgid "Insert Overall Rating / Review for this post"
857
  msgstr "Insérez une note générale / avis pour cette article"
858
 
859
+ #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
860
  msgid "Choose Size"
861
  msgstr "Choisissez la taille"
862
 
863
+ #: ../lib/yasr-ajax-functions.php:464
864
  msgid "Insert Visitor Votes"
865
  msgstr "Insérez les votes visiteurs"
866
 
867
+ #: ../lib/yasr-ajax-functions.php:465
868
  msgid "Insert the ability for your visitor to vote"
869
  msgstr "Insérez la capacité pour votre visiteur à voter"
870
 
871
+ #: ../lib/yasr-ajax-functions.php:482
872
  msgid "If you want to insert a Multi Set, pick one:"
873
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
874
 
875
+ #: ../lib/yasr-ajax-functions.php:488
876
  msgid "Choose wich set you want to insert."
877
  msgstr "Choisissez quel ensemble vous voulez insérer"
878
 
879
+ #: ../lib/yasr-ajax-functions.php:496
880
  msgid "Insert Multiset:"
881
  msgstr "Insérer un vote multiple :"
882
 
883
+ #: ../lib/yasr-ajax-functions.php:499
884
  msgid "Insert Multiple Set"
885
  msgstr "Insérer un vote multiple"
886
 
887
+ #: ../lib/yasr-ajax-functions.php:500
888
  msgid "Insert multiple set in this post ?"
889
  msgstr "Insérer un vote multiple sur cet article :"
890
 
891
+ #: ../lib/yasr-ajax-functions.php:515
892
  msgid "Ranking reviews"
893
  msgstr "Classement des avis"
894
 
895
+ #: ../lib/yasr-ajax-functions.php:516
896
  msgid "Insert Ranking reviews"
897
  msgstr "Insérez le classement des avis"
898
 
899
+ #: ../lib/yasr-ajax-functions.php:517
900
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
901
  msgstr "Insérez le Top 10 classement pour [ yasr_overall_rating ] shortcode"
902
 
903
+ #: ../lib/yasr-ajax-functions.php:521
904
  msgid "Users' ranking"
905
  msgstr "Le classement des utilisateurs"
906
 
907
+ #: ../lib/yasr-ajax-functions.php:522
908
  msgid "Insert Users ranking"
909
  msgstr "Insérez le classement des utilisateurs"
910
 
911
+ #: ../lib/yasr-ajax-functions.php:523
912
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
913
  msgstr "Insérez le Top 10 du classement pour [ yasr_visitor_votes ] shortcode"
914
 
915
+ #: ../lib/yasr-ajax-functions.php:527
916
  msgid "Most active reviewers"
917
  msgstr "Examinateurs les plus actifs"
918
 
919
+ #: ../lib/yasr-ajax-functions.php:528
920
  msgid "Insert Most Active Reviewers"
921
  msgstr "Insérez les examinateurs les plus actifs"
922
 
923
+ #: ../lib/yasr-ajax-functions.php:529
924
  msgid "Insert Top 5 active reviewers"
925
  msgstr "Insérez le Top 5 des evaluateurs actifs"
926
 
927
+ #: ../lib/yasr-ajax-functions.php:533
928
  msgid "Most Active Users"
929
  msgstr "Les utilisateurs les plus actifs"
930
 
931
+ #: ../lib/yasr-ajax-functions.php:534
932
  msgid "Insert Most Active Users"
933
  msgstr "Insérer les plus actifs utlisateurs"
934
 
935
+ #: ../lib/yasr-ajax-functions.php:535
936
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
937
  msgstr ""
938
  "Insérez le Top 10 des votes utilisateurs [ yasr_visitor_votes ] shortcode"
939
 
940
+ #: ../lib/yasr-ajax-functions.php:606
941
  msgid "Reviews and Visitor Votes have been successfull imported."
942
  msgstr "Avis et Votes des visiteurs ont été importés avec succès ."
943
 
944
+ #: ../lib/yasr-ajax-functions.php:612
945
  msgid ""
946
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
947
  "THIS MAY TAKE A WHILE!"
949
  "Etape 2: Je vais vérifier si vous avez utilisé de plusieurs vote multiple et "
950
  "si je vais donc les importer. Cela peut prendre un certain temps!"
951
 
952
+ #: ../lib/yasr-ajax-functions.php:614
953
  msgid "Proceed Step 2"
954
  msgstr "Procédez à l'étape 2"
955
 
956
+ #: ../lib/yasr-ajax-functions.php:621
957
  msgid "Something goes wrong! Refresh the page and try again!"
958
  msgstr "Quelque chose ne va pas ! Rafraîchissez la page et essayez à nouveau !"
959
 
960
+ #: ../lib/yasr-ajax-functions.php:650
961
  msgid "I've found Multiple Set! Importing..."
962
  msgstr "Je ai trouvé des votes multples! Importation .."
963
 
964
+ #: ../lib/yasr-ajax-functions.php:659
965
  msgid "Multi Set's name has been successfull imported."
966
  msgstr "Le nom du vote multiple à été importé avec succès."
967
 
968
+ #: ../lib/yasr-ajax-functions.php:661
969
  msgid "Now I'm going to import Multi Set data"
970
  msgstr "Maintenant, je vais importer les données des votes multiples"
971
 
972
+ #: ../lib/yasr-ajax-functions.php:672
973
  msgid "All votes has been successfull imported."
974
  msgstr "Tous les vote ont été importé avec succès."
975
 
976
+ #: ../lib/yasr-ajax-functions.php:674
977
  msgid "Done"
978
  msgstr "Effectué"
979
 
980
+ #: ../lib/yasr-ajax-functions.php:679
981
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
982
  msgstr ""
983
  "Nous sommes dans l'impossibilité d'importer dans la base de données les "
984
  "votes multiple trouvés"
985
 
986
+ #: ../lib/yasr-ajax-functions.php:687
987
  msgid "I've found Multi Set but with no data"
988
  msgstr "Nous avons trouver des votes multiples mais sans données"
989
 
990
+ #: ../lib/yasr-ajax-functions.php:696
991
  msgid "I've found Multi Sets names but I couldn't insert into db"
992
  msgstr ""
993
  "Nous avons trouvé des noms de votes multiples, mais je ne pouvais pas "
994
  "insérer dans la base de données"
995
 
996
+ #: ../lib/yasr-ajax-functions.php:704
997
  msgid "Multisets were not found. Imported is done!"
998
  msgstr ""
999
  "Les ensemble de vote multiples sont introuvable. L'importation est finie."
1000
 
1001
+ #: ../lib/yasr-ajax-functions.php:748
1002
  msgid "No Recenet votes yet"
1003
  msgstr "Aucun vote encore"
1004
 
1005
+ #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
1006
  msgid "Error: you can't vote 0"
1007
  msgstr "Erreur: Vous ne pouvez pas voter 0"
1008
 
1009
+ #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
1010
  msgid "Average rating"
1011
  msgstr "Moyenne des votes"
1012
 
1013
+ #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1014
  msgid "Vote Saved"
1015
  msgstr "Vote pris en compte"
1016
 
1017
+ #: ../lib/yasr-ajax-functions.php:1149
1018
  msgid "Vote updated"
1019
  msgstr "Vote modifié"
1020
 
1021
+ #: ../lib/yasr-ajax-functions.php:1220
1022
  msgid "Average "
1023
  msgstr "Moyenne"
1024
 
1025
+ #: ../lib/yasr-ajax-functions.php:1231
1026
+ #, fuzzy
1027
+ msgid "You've already voted this article"
1028
+ msgstr "Vous avez déjà voté (note : )"
1029
+
1030
+ #: ../lib/yasr-ajax-functions.php:1356
1031
  #, fuzzy
1032
  msgid "stars"
1033
  msgstr "Etoiles"
languages/yasr-it_IT.mo CHANGED
Binary file
languages/yasr-it_IT.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yasr Translation\n"
4
- "POT-Creation-Date: 2015-01-31 15:34+0100\n"
5
- "PO-Revision-Date: 2015-01-31 15:35+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
@@ -16,9 +16,38 @@ msgstr ""
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
20
- #: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
21
- #: ../lib/yasr-ajax-functions.php:337 ../lib/yasr-ajax-functions.php:741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  msgid "You do not have sufficient permissions to access this page."
23
  msgstr "Non hai permeessi sufficienti per accedere a questa pagina"
24
 
@@ -141,13 +170,13 @@ msgstr ""
141
  msgid "Close this message"
142
  msgstr "Chiudi questo messaggio"
143
 
144
- #: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
145
- #: ../lib/yasr-functions.php:484
146
  msgid "Donations"
147
  msgstr "Donazioni"
148
 
149
- #: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
150
- #: ../lib/yasr-functions.php:486
151
  msgid ""
152
  "If you have found this plugin useful, please consider making a donation to "
153
  "help support future development. Your support will be much appreciated. "
@@ -156,8 +185,8 @@ msgstr ""
156
  "supportarne lo sviluppo. Il tuo aiuto sarà molto apprezzato! P.s. YASR è "
157
  "made in Italy ;)"
158
 
159
- #: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
160
- #: ../lib/yasr-functions.php:488
161
  msgid "Thank you!"
162
  msgstr "Grazie!"
163
 
@@ -165,113 +194,72 @@ msgstr "Grazie!"
165
  msgid "Choose wich set you want to use"
166
  msgstr "Scegli che set vuoi usare"
167
 
168
- #: ../yasr-metabox-multiple-rating.php:46
169
- #: ../yasr-metabox-overall-rating.php:193
170
- #: ../lib/yasr-settings-functions.php:505
171
- msgid "Select"
172
- msgstr "Seleziona"
173
-
174
- #: ../yasr-metabox-overall-rating.php:65 ../yasr-metabox-overall-rating.php:99
175
- msgid "Rate this article / item"
176
- msgstr "Vota questo articolo / oggetto"
177
-
178
- #: ../yasr-metabox-overall-rating.php:71
179
- #: ../lib/yasr-shortcode-functions.php:136
180
- msgid "Loading, please wait"
181
- msgstr "Caricamento, attendere prego"
182
-
183
- #: ../yasr-metabox-overall-rating.php:147
184
- msgid "Save Vote"
185
- msgstr "Salva Voto"
186
-
187
- #: ../yasr-metabox-overall-rating.php:164
188
- msgid "This review is about a..."
189
- msgstr "Questa recensione è..."
190
 
191
- #: ../yasr-metabox-overall-rating.php:211
192
- msgid ""
193
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
194
- "where you want to display this rating"
195
- msgstr ""
196
- "Ricorda di inserire questo shortcode <strong>[yasr_overall_rating]</strong> "
197
- "dove vuoi far apparire questo voto"
198
 
199
- #: ../lib/yasr-shortcode-functions.php:183
200
- #: ../lib/yasr-shortcode-functions.php:194
201
- #: ../lib/yasr-shortcode-functions.php:205
202
- #: ../lib/yasr-shortcode-functions.php:224
203
- #: ../lib/yasr-shortcode-functions.php:234
204
- #: ../lib/yasr-shortcode-functions.php:244 ../lib/yasr-ajax-functions.php:1016
205
- #: ../lib/yasr-ajax-functions.php:1024 ../lib/yasr-ajax-functions.php:1153
206
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
207
  msgid "Total: "
208
  msgstr "Voti: "
209
 
210
- #: ../lib/yasr-shortcode-functions.php:183
211
- #: ../lib/yasr-shortcode-functions.php:194
212
- #: ../lib/yasr-shortcode-functions.php:205
213
- #: ../lib/yasr-shortcode-functions.php:224
214
- #: ../lib/yasr-shortcode-functions.php:234
215
- #: ../lib/yasr-shortcode-functions.php:244
216
  msgid "Average: "
217
  msgstr "Media Voto: "
218
 
219
- #: ../lib/yasr-shortcode-functions.php:184
220
- #: ../lib/yasr-shortcode-functions.php:225 ../lib/yasr-ajax-functions.php:1234
221
- msgid "You've already voted this article with"
222
- msgstr "Hai già votato questo articolo con "
223
-
224
- #: ../lib/yasr-shortcode-functions.php:245
225
- msgid "You must sign to vote"
226
- msgstr "Devi fare il login per votare"
227
-
228
- #: ../lib/yasr-shortcode-functions.php:410
229
  msgid "Rating"
230
  msgstr "Voto"
231
 
232
- #: ../lib/yasr-shortcode-functions.php:424
233
  msgid "You don't have any votes stored"
234
  msgstr "Non hai alcun voto salvato"
235
 
236
- #: ../lib/yasr-shortcode-functions.php:460
237
- #: ../lib/yasr-shortcode-functions.php:498
238
  msgid "Post / Page"
239
  msgstr "Post / Pagina"
240
 
241
- #: ../lib/yasr-shortcode-functions.php:461
242
- #: ../lib/yasr-shortcode-functions.php:499
243
  msgid "Order By"
244
  msgstr "Ordina per"
245
 
246
- #: ../lib/yasr-shortcode-functions.php:461
247
- #: ../lib/yasr-shortcode-functions.php:499
248
  msgid "Most Rated"
249
  msgstr "Più Votati"
250
 
251
- #: ../lib/yasr-shortcode-functions.php:461
252
- #: ../lib/yasr-shortcode-functions.php:499
253
  msgid "Highest Rated"
254
  msgstr "Voto più alto"
255
 
256
- #: ../lib/yasr-shortcode-functions.php:478
257
- #: ../lib/yasr-shortcode-functions.php:513
258
  msgid "Total:"
259
  msgstr "Voti:"
260
 
261
- #: ../lib/yasr-shortcode-functions.php:478
262
- #: ../lib/yasr-shortcode-functions.php:513
263
  msgid "Average"
264
  msgstr "Media"
265
 
266
- #: ../lib/yasr-shortcode-functions.php:490
267
  msgid "You've not enough data"
268
  msgstr "Non hai abbastanza dati"
269
 
270
- #: ../lib/yasr-shortcode-functions.php:525
271
  msgid "You've not enought data"
272
  msgstr "Non hai abbastanza dati"
273
 
274
- #: ../lib/yasr-shortcode-functions.php:610
275
  msgid ""
276
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
277
  "any review?"
@@ -279,7 +267,7 @@ msgstr ""
279
  "C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
280
  "attivi. Hai pubblicato qualche recensione?"
281
 
282
- #: ../lib/yasr-shortcode-functions.php:678
283
  msgid ""
284
  "Problem while retrieving the top 10 active users chart. Are you sure you "
285
  "have votes to show?"
@@ -359,7 +347,7 @@ msgstr "Cosa?"
359
  msgid "Overall Rating / Author Rating"
360
  msgstr "Voto Complessivo / Voto Autore"
361
 
362
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:467
363
  msgid "Visitor Votes"
364
  msgstr "Voto Utenti"
365
 
@@ -383,18 +371,18 @@ msgstr "Dopo il contenuto"
383
  msgid "Size"
384
  msgstr "Grandezza"
385
 
386
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:457
387
- #: ../lib/yasr-ajax-functions.php:475
388
  msgid "Small"
389
  msgstr "Piccolo"
390
 
391
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:458
392
- #: ../lib/yasr-ajax-functions.php:476
393
  msgid "Medium"
394
  msgstr "Medio"
395
 
396
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:459
397
- #: ../lib/yasr-ajax-functions.php:477
398
  msgid "Large"
399
  msgstr "Grande"
400
 
@@ -731,218 +719,223 @@ msgstr "Gli utenti possono recensire nei commenti"
731
  msgid "Not avaible yet"
732
  msgstr "Non ancora disponibile"
733
 
734
- #: ../lib/yasr-settings-functions.php:1309
 
 
 
 
 
735
  msgid "No previous Gd Star Rating installation was found"
736
  msgstr "Installazione precedente di Gd Star Rating non stata trovata"
737
 
738
- #: ../lib/yasr-db-functions.php:281
739
  msgid "No recenet votes yet"
740
  msgstr "Ancora nessun voto recente"
741
 
742
- #: ../lib/yasr-db-functions.php:296 ../lib/yasr-ajax-functions.php:766
743
  msgid "anonymous"
744
  msgstr "anonimo"
745
 
746
- #: ../lib/yasr-db-functions.php:319 ../lib/yasr-ajax-functions.php:789
747
  msgid "Ip address"
748
  msgstr "Indirizzo Ip"
749
 
750
- #: ../lib/yasr-db-functions.php:360 ../lib/yasr-ajax-functions.php:830
751
  msgid "Pages"
752
  msgstr "Pagine"
753
 
754
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
755
  msgid "Yet Another Stars Rating: Settings"
756
  msgstr "Yet Another Stars Rating: Impostazioni"
757
 
758
- #: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
759
- msgid "Overall Rating"
760
- msgstr "Voto Complessivo "
761
-
762
  #: ../lib/yasr-functions.php:143
 
 
 
 
763
  msgid "Yet Another Stars Rating: Multiple set"
764
  msgstr "Yet Another Stars Rating: Set Multipli"
765
 
766
- #: ../lib/yasr-functions.php:159
 
 
 
 
767
  msgid "You don't have enought privileges to insert Overall Rating"
768
  msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
769
 
770
- #: ../lib/yasr-functions.php:169
771
  msgid "You don't have enought privileges to insert Multi Set"
772
  msgstr "Non hai abbastanza permessi per inserire un Multi Set"
773
 
774
- #: ../lib/yasr-functions.php:304
775
  msgid " reviewed by "
776
  msgstr " recensito da "
777
 
778
- #: ../lib/yasr-functions.php:305
779
  msgid " on "
780
  msgstr " il "
781
 
782
- #: ../lib/yasr-functions.php:306
783
  msgid " rated "
784
  msgstr " votato "
785
 
786
- #: ../lib/yasr-functions.php:306
787
  msgid " of"
788
  msgstr "su"
789
 
790
- #: ../lib/yasr-functions.php:361
791
  msgid " written by "
792
  msgstr " scritto da "
793
 
794
- #: ../lib/yasr-functions.php:363
795
  msgid " average rating "
796
  msgstr " media voto "
797
 
798
- #: ../lib/yasr-functions.php:364
799
  msgid " user ratings"
800
  msgstr " voti utenti "
801
 
802
- #: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
803
- msgid "Follow YASR official site!"
804
- msgstr "Segui il sito ufficiale di YASR!"
805
-
806
- #: ../lib/yasr-ajax-functions.php:101
807
  msgid "You've rated it "
808
  msgstr "Voto assegnato "
809
 
810
- #: ../lib/yasr-ajax-functions.php:105
811
  msgid "You've reset the vote"
812
  msgstr "Hai resettato il voto"
813
 
814
- #: ../lib/yasr-ajax-functions.php:169
815
  msgid ""
816
  "There was an error while trying to insert the review type. Please report it"
817
  msgstr ""
818
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
819
  "segnalalo"
820
 
821
- #: ../lib/yasr-ajax-functions.php:203
822
  msgid "Choose a vote for each element"
823
  msgstr "Scegli un voto per ogni elemento"
824
 
825
- #: ../lib/yasr-ajax-functions.php:260 ../lib/yasr-ajax-functions.php:303
826
  msgid "Remember to insert this shortcode"
827
  msgstr "Ricorda di inserire questo shortcode"
828
 
829
- #: ../lib/yasr-ajax-functions.php:262 ../lib/yasr-ajax-functions.php:305
830
  msgid "where you want to display this multi set"
831
  msgstr "dove vuoi mostrare questo Multi Set"
832
 
833
- #: ../lib/yasr-ajax-functions.php:270
834
  msgid "Choose a vote for every element"
835
  msgstr "Scegli un voto per ogni elemento"
836
 
837
- #: ../lib/yasr-ajax-functions.php:437
838
  msgid "Main"
839
  msgstr ""
840
 
841
- #: ../lib/yasr-ajax-functions.php:438
842
  msgid "Charts"
843
  msgstr "Classifiche"
844
 
845
- #: ../lib/yasr-ajax-functions.php:440
846
  msgid "Read the doc"
847
  msgstr "Leggi la documentazione"
848
 
849
- #: ../lib/yasr-ajax-functions.php:449
850
  msgid "Overall Rating / Review"
851
  msgstr "Voto Complessivo"
852
 
853
- #: ../lib/yasr-ajax-functions.php:451
854
  msgid "Insert Overall Rating"
855
  msgstr "Inserisci Voto Complessivo"
856
 
857
- #: ../lib/yasr-ajax-functions.php:452
858
  msgid "Insert Overall Rating / Review for this post"
859
  msgstr "Inserisci Voto Complessivo / Recensione per questo post"
860
 
861
- #: ../lib/yasr-ajax-functions.php:455 ../lib/yasr-ajax-functions.php:473
862
  msgid "Choose Size"
863
  msgstr "Scegli la grandezza"
864
 
865
- #: ../lib/yasr-ajax-functions.php:469
866
  msgid "Insert Visitor Votes"
867
  msgstr "Inserisci Voti Utenti"
868
 
869
- #: ../lib/yasr-ajax-functions.php:470
870
  msgid "Insert the ability for your visitor to vote"
871
  msgstr "Permetti ai tuoi visitatori di votare"
872
 
873
- #: ../lib/yasr-ajax-functions.php:487
874
  msgid "If you want to insert a Multi Set, pick one:"
875
  msgstr "Se vuoi inserire un Set Multiplo, scegline uno:"
876
 
877
- #: ../lib/yasr-ajax-functions.php:493
878
  msgid "Choose wich set you want to insert."
879
  msgstr "Scegli quale Set Multiplo inserire"
880
 
881
- #: ../lib/yasr-ajax-functions.php:501
882
  msgid "Insert Multiset:"
883
  msgstr "Inserisci Set Multiplo:"
884
 
885
- #: ../lib/yasr-ajax-functions.php:504
886
  msgid "Insert Multiple Set"
887
  msgstr "Inserisci Set Multiplo"
888
 
889
- #: ../lib/yasr-ajax-functions.php:505
890
  msgid "Insert multiple set in this post ?"
891
  msgstr "Vuoi inserire il Set Multiplo per questo post ?"
892
 
893
- #: ../lib/yasr-ajax-functions.php:520
894
  msgid "Ranking reviews"
895
  msgstr "Classifica recensioni"
896
 
897
- #: ../lib/yasr-ajax-functions.php:521
898
  msgid "Insert Ranking reviews"
899
  msgstr "Classifica recensioni"
900
 
901
- #: ../lib/yasr-ajax-functions.php:522
902
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
903
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_overall_rating]"
904
 
905
- #: ../lib/yasr-ajax-functions.php:526
906
  msgid "Users' ranking"
907
  msgstr "Classifica degli utenti"
908
 
909
- #: ../lib/yasr-ajax-functions.php:527
910
  msgid "Insert Users ranking"
911
  msgstr "Inserisci Classifica Utenti"
912
 
913
- #: ../lib/yasr-ajax-functions.php:528
914
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
915
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_visitor_votes]"
916
 
917
- #: ../lib/yasr-ajax-functions.php:532
918
  msgid "Most active reviewers"
919
  msgstr "Recensori più attivi"
920
 
921
- #: ../lib/yasr-ajax-functions.php:533
922
  msgid "Insert Most Active Reviewers"
923
  msgstr "Inserisci i 5 recensori più attivi"
924
 
925
- #: ../lib/yasr-ajax-functions.php:534
926
  msgid "Insert Top 5 active reviewers"
927
  msgstr "Inserisci i 5 recensori più attivi"
928
 
929
- #: ../lib/yasr-ajax-functions.php:538
930
  msgid "Most Active Users"
931
  msgstr "Utenti più attivi"
932
 
933
- #: ../lib/yasr-ajax-functions.php:539
934
  msgid "Insert Most Active Users"
935
  msgstr "Inserisci i 10 utenti più attivi"
936
 
937
- #: ../lib/yasr-ajax-functions.php:540
938
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
939
  msgstr "Inserisci i 10 utenti più attivi in [yasr_visitor_votes]"
940
 
941
- #: ../lib/yasr-ajax-functions.php:611
942
  msgid "Reviews and Visitor Votes have been successfull imported."
943
  msgstr "Recensioni e Voti utenti sono stati importati con successo."
944
 
945
- #: ../lib/yasr-ajax-functions.php:617
946
  msgid ""
947
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
948
  "THIS MAY TAKE A WHILE!"
@@ -950,75 +943,80 @@ msgstr ""
950
  "Step2: Contrellerò se hai usato Set Multipli e se li trovo l'importerò: PUÒ "
951
  "RICHIEDERE UN PÒ DI TEMPO!"
952
 
953
- #: ../lib/yasr-ajax-functions.php:619
954
  msgid "Proceed Step 2"
955
  msgstr "Procedi Step 2"
956
 
957
- #: ../lib/yasr-ajax-functions.php:626
958
  msgid "Something goes wrong! Refresh the page and try again!"
959
  msgstr "Qualcosa è andato storto! Aggiorna la pagina e prova ancora!"
960
 
961
- #: ../lib/yasr-ajax-functions.php:655
962
  msgid "I've found Multiple Set! Importing..."
963
  msgstr "Set Multipli trovati! Importazione..."
964
 
965
- #: ../lib/yasr-ajax-functions.php:664
966
  msgid "Multi Set's name has been successfull imported."
967
  msgstr "I nomi dei Set Multipli sono stati importati con successo"
968
 
969
- #: ../lib/yasr-ajax-functions.php:666
970
  msgid "Now I'm going to import Multi Set data"
971
  msgstr "Ora importerò i dati dei Set Multipli"
972
 
973
- #: ../lib/yasr-ajax-functions.php:677
974
  msgid "All votes has been successfull imported."
975
  msgstr "Tutti i voti sono stati importati con successo"
976
 
977
- #: ../lib/yasr-ajax-functions.php:679
978
  msgid "Done"
979
  msgstr "Fatto"
980
 
981
- #: ../lib/yasr-ajax-functions.php:684
982
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
983
  msgstr "Ho trovato i voti per i Set Multi ma non li ho potuti inserire nel db"
984
 
985
- #: ../lib/yasr-ajax-functions.php:692
986
  msgid "I've found Multi Set but with no data"
987
  msgstr "ho trovato Set Multipli ma senza dati"
988
 
989
- #: ../lib/yasr-ajax-functions.php:701
990
  msgid "I've found Multi Sets names but I couldn't insert into db"
991
  msgstr "Ho trovato Set Multipli ma non li ho potuti inserire nel db"
992
 
993
- #: ../lib/yasr-ajax-functions.php:709
994
  msgid "Multisets were not found. Imported is done!"
995
  msgstr "Set Multipli non trovati. Importazione dati conclusa!"
996
 
997
- #: ../lib/yasr-ajax-functions.php:753
998
  msgid "No Recenet votes yet"
999
  msgstr "Ancora nessun voto recente"
1000
 
1001
- #: ../lib/yasr-ajax-functions.php:920 ../lib/yasr-ajax-functions.php:1062
1002
  msgid "Error: you can't vote 0"
1003
  msgstr "Errore: non puoi votare 0"
1004
 
1005
- #: ../lib/yasr-ajax-functions.php:1016 ../lib/yasr-ajax-functions.php:1024
1006
  msgid "Average rating"
1007
  msgstr "Media Voto "
1008
 
1009
- #: ../lib/yasr-ajax-functions.php:1017 ../lib/yasr-ajax-functions.php:1025
1010
  msgid "Vote Saved"
1011
  msgstr "Voto Salvato"
1012
 
1013
- #: ../lib/yasr-ajax-functions.php:1154
1014
  msgid "Vote updated"
1015
  msgstr "Voto Aggiornato"
1016
 
1017
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
1018
  msgid "Average "
1019
  msgstr "Media Voto "
1020
 
1021
- #: ../lib/yasr-ajax-functions.php:1358
 
 
 
 
 
1022
  msgid "stars"
1023
  msgstr "stelle"
1024
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yasr Translation\n"
4
+ "POT-Creation-Date: 2015-03-03 12:36+0100\n"
5
+ "PO-Revision-Date: 2015-03-03 12:36+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
+ #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
20
+ msgid "Rate this article / item"
21
+ msgstr "Vota questo articolo / oggetto"
22
+
23
+ #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
24
+ msgid "Loading, please wait"
25
+ msgstr "Caricamento, attendere prego"
26
+
27
+ #: ../yasr-metabox-top-right.php:147
28
+ msgid "Save Vote"
29
+ msgstr "Salva Voto"
30
+
31
+ #: ../yasr-metabox-top-right.php:164
32
+ msgid "This review is about a..."
33
+ msgstr "Questa recensione è..."
34
+
35
+ #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
36
+ #: ../lib/yasr-settings-functions.php:505
37
+ msgid "Select"
38
+ msgstr "Seleziona"
39
+
40
+ #: ../yasr-metabox-top-right.php:211
41
+ msgid ""
42
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
43
+ "where you want to display this rating"
44
+ msgstr ""
45
+ "Ricorda di inserire questo shortcode <strong>[yasr_overall_rating]</strong> "
46
+ "dove vuoi far apparire questo voto"
47
+
48
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
49
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
50
+ #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
51
  msgid "You do not have sufficient permissions to access this page."
52
  msgstr "Non hai permeessi sufficienti per accedere a questa pagina"
53
 
170
  msgid "Close this message"
171
  msgstr "Chiudi questo messaggio"
172
 
173
+ #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
174
+ #: ../lib/yasr-settings-functions.php:1320
175
  msgid "Donations"
176
  msgstr "Donazioni"
177
 
178
+ #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
179
+ #: ../lib/yasr-settings-functions.php:1322
180
  msgid ""
181
  "If you have found this plugin useful, please consider making a donation to "
182
  "help support future development. Your support will be much appreciated. "
185
  "supportarne lo sviluppo. Il tuo aiuto sarà molto apprezzato! P.s. YASR è "
186
  "made in Italy ;)"
187
 
188
+ #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
189
+ #: ../lib/yasr-settings-functions.php:1324
190
  msgid "Thank you!"
191
  msgstr "Grazie!"
192
 
194
  msgid "Choose wich set you want to use"
195
  msgstr "Scegli che set vuoi usare"
196
 
197
+ #: ../lib/yasr-shortcode-functions.php:185
198
+ #: ../lib/yasr-shortcode-functions.php:207
199
+ msgid "You've already voted this article with"
200
+ msgstr "Hai già votato questo articolo con "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
 
202
+ #: ../lib/yasr-shortcode-functions.php:218
203
+ msgid "You must sign to vote"
204
+ msgstr "Devi fare il login per votare"
 
 
 
 
205
 
206
+ #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
207
+ #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
208
+ #: ../lib/yasr-ajax-functions.php:1220
 
 
 
 
 
209
  msgid "Total: "
210
  msgstr "Voti: "
211
 
212
+ #: ../lib/yasr-shortcode-functions.php:227
 
 
 
 
 
213
  msgid "Average: "
214
  msgstr "Media Voto: "
215
 
216
+ #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
217
  msgid "Rating"
218
  msgstr "Voto"
219
 
220
+ #: ../lib/yasr-shortcode-functions.php:406
221
  msgid "You don't have any votes stored"
222
  msgstr "Non hai alcun voto salvato"
223
 
224
+ #: ../lib/yasr-shortcode-functions.php:442
225
+ #: ../lib/yasr-shortcode-functions.php:480
226
  msgid "Post / Page"
227
  msgstr "Post / Pagina"
228
 
229
+ #: ../lib/yasr-shortcode-functions.php:443
230
+ #: ../lib/yasr-shortcode-functions.php:481
231
  msgid "Order By"
232
  msgstr "Ordina per"
233
 
234
+ #: ../lib/yasr-shortcode-functions.php:443
235
+ #: ../lib/yasr-shortcode-functions.php:481
236
  msgid "Most Rated"
237
  msgstr "Più Votati"
238
 
239
+ #: ../lib/yasr-shortcode-functions.php:443
240
+ #: ../lib/yasr-shortcode-functions.php:481
241
  msgid "Highest Rated"
242
  msgstr "Voto più alto"
243
 
244
+ #: ../lib/yasr-shortcode-functions.php:460
245
+ #: ../lib/yasr-shortcode-functions.php:495
246
  msgid "Total:"
247
  msgstr "Voti:"
248
 
249
+ #: ../lib/yasr-shortcode-functions.php:460
250
+ #: ../lib/yasr-shortcode-functions.php:495
251
  msgid "Average"
252
  msgstr "Media"
253
 
254
+ #: ../lib/yasr-shortcode-functions.php:472
255
  msgid "You've not enough data"
256
  msgstr "Non hai abbastanza dati"
257
 
258
+ #: ../lib/yasr-shortcode-functions.php:507
259
  msgid "You've not enought data"
260
  msgstr "Non hai abbastanza dati"
261
 
262
+ #: ../lib/yasr-shortcode-functions.php:592
263
  msgid ""
264
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
265
  "any review?"
267
  "C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
268
  "attivi. Hai pubblicato qualche recensione?"
269
 
270
+ #: ../lib/yasr-shortcode-functions.php:660
271
  msgid ""
272
  "Problem while retrieving the top 10 active users chart. Are you sure you "
273
  "have votes to show?"
347
  msgid "Overall Rating / Author Rating"
348
  msgstr "Voto Complessivo / Voto Autore"
349
 
350
+ #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
351
  msgid "Visitor Votes"
352
  msgstr "Voto Utenti"
353
 
371
  msgid "Size"
372
  msgstr "Grandezza"
373
 
374
+ #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
375
+ #: ../lib/yasr-ajax-functions.php:470
376
  msgid "Small"
377
  msgstr "Piccolo"
378
 
379
+ #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
380
+ #: ../lib/yasr-ajax-functions.php:471
381
  msgid "Medium"
382
  msgstr "Medio"
383
 
384
+ #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
385
+ #: ../lib/yasr-ajax-functions.php:472
386
  msgid "Large"
387
  msgstr "Grande"
388
 
719
  msgid "Not avaible yet"
720
  msgstr "Non ancora disponibile"
721
 
722
+ #: ../lib/yasr-settings-functions.php:1306
723
+ #: ../lib/yasr-settings-functions.php:1333
724
+ msgid "Follow YASR official site!"
725
+ msgstr "Segui il sito ufficiale di YASR!"
726
+
727
+ #: ../lib/yasr-settings-functions.php:1363
728
  msgid "No previous Gd Star Rating installation was found"
729
  msgstr "Installazione precedente di Gd Star Rating non stata trovata"
730
 
731
+ #: ../lib/yasr-db-functions.php:280
732
  msgid "No recenet votes yet"
733
  msgstr "Ancora nessun voto recente"
734
 
735
+ #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
736
  msgid "anonymous"
737
  msgstr "anonimo"
738
 
739
+ #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
740
  msgid "Ip address"
741
  msgstr "Indirizzo Ip"
742
 
743
+ #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
744
  msgid "Pages"
745
  msgstr "Pagine"
746
 
747
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
748
  msgid "Yet Another Stars Rating: Settings"
749
  msgstr "Yet Another Stars Rating: Impostazioni"
750
 
 
 
 
 
751
  #: ../lib/yasr-functions.php:143
752
+ msgid "YASR"
753
+ msgstr ""
754
+
755
+ #: ../lib/yasr-functions.php:144
756
  msgid "Yet Another Stars Rating: Multiple set"
757
  msgstr "Yet Another Stars Rating: Set Multipli"
758
 
759
+ #: ../lib/yasr-functions.php:150
760
+ msgid "Overall Rating"
761
+ msgstr "Voto Complessivo "
762
+
763
+ #: ../lib/yasr-functions.php:160
764
  msgid "You don't have enought privileges to insert Overall Rating"
765
  msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
766
 
767
+ #: ../lib/yasr-functions.php:170
768
  msgid "You don't have enought privileges to insert Multi Set"
769
  msgstr "Non hai abbastanza permessi per inserire un Multi Set"
770
 
771
+ #: ../lib/yasr-functions.php:310
772
  msgid " reviewed by "
773
  msgstr " recensito da "
774
 
775
+ #: ../lib/yasr-functions.php:311
776
  msgid " on "
777
  msgstr " il "
778
 
779
+ #: ../lib/yasr-functions.php:312
780
  msgid " rated "
781
  msgstr " votato "
782
 
783
+ #: ../lib/yasr-functions.php:312
784
  msgid " of"
785
  msgstr "su"
786
 
787
+ #: ../lib/yasr-functions.php:359
788
  msgid " written by "
789
  msgstr " scritto da "
790
 
791
+ #: ../lib/yasr-functions.php:361
792
  msgid " average rating "
793
  msgstr " media voto "
794
 
795
+ #: ../lib/yasr-functions.php:362
796
  msgid " user ratings"
797
  msgstr " voti utenti "
798
 
799
+ #: ../lib/yasr-ajax-functions.php:96
 
 
 
 
800
  msgid "You've rated it "
801
  msgstr "Voto assegnato "
802
 
803
+ #: ../lib/yasr-ajax-functions.php:100
804
  msgid "You've reset the vote"
805
  msgstr "Hai resettato il voto"
806
 
807
+ #: ../lib/yasr-ajax-functions.php:164
808
  msgid ""
809
  "There was an error while trying to insert the review type. Please report it"
810
  msgstr ""
811
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
812
  "segnalalo"
813
 
814
+ #: ../lib/yasr-ajax-functions.php:198
815
  msgid "Choose a vote for each element"
816
  msgstr "Scegli un voto per ogni elemento"
817
 
818
+ #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
819
  msgid "Remember to insert this shortcode"
820
  msgstr "Ricorda di inserire questo shortcode"
821
 
822
+ #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
823
  msgid "where you want to display this multi set"
824
  msgstr "dove vuoi mostrare questo Multi Set"
825
 
826
+ #: ../lib/yasr-ajax-functions.php:265
827
  msgid "Choose a vote for every element"
828
  msgstr "Scegli un voto per ogni elemento"
829
 
830
+ #: ../lib/yasr-ajax-functions.php:432
831
  msgid "Main"
832
  msgstr ""
833
 
834
+ #: ../lib/yasr-ajax-functions.php:433
835
  msgid "Charts"
836
  msgstr "Classifiche"
837
 
838
+ #: ../lib/yasr-ajax-functions.php:435
839
  msgid "Read the doc"
840
  msgstr "Leggi la documentazione"
841
 
842
+ #: ../lib/yasr-ajax-functions.php:444
843
  msgid "Overall Rating / Review"
844
  msgstr "Voto Complessivo"
845
 
846
+ #: ../lib/yasr-ajax-functions.php:446
847
  msgid "Insert Overall Rating"
848
  msgstr "Inserisci Voto Complessivo"
849
 
850
+ #: ../lib/yasr-ajax-functions.php:447
851
  msgid "Insert Overall Rating / Review for this post"
852
  msgstr "Inserisci Voto Complessivo / Recensione per questo post"
853
 
854
+ #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
855
  msgid "Choose Size"
856
  msgstr "Scegli la grandezza"
857
 
858
+ #: ../lib/yasr-ajax-functions.php:464
859
  msgid "Insert Visitor Votes"
860
  msgstr "Inserisci Voti Utenti"
861
 
862
+ #: ../lib/yasr-ajax-functions.php:465
863
  msgid "Insert the ability for your visitor to vote"
864
  msgstr "Permetti ai tuoi visitatori di votare"
865
 
866
+ #: ../lib/yasr-ajax-functions.php:482
867
  msgid "If you want to insert a Multi Set, pick one:"
868
  msgstr "Se vuoi inserire un Set Multiplo, scegline uno:"
869
 
870
+ #: ../lib/yasr-ajax-functions.php:488
871
  msgid "Choose wich set you want to insert."
872
  msgstr "Scegli quale Set Multiplo inserire"
873
 
874
+ #: ../lib/yasr-ajax-functions.php:496
875
  msgid "Insert Multiset:"
876
  msgstr "Inserisci Set Multiplo:"
877
 
878
+ #: ../lib/yasr-ajax-functions.php:499
879
  msgid "Insert Multiple Set"
880
  msgstr "Inserisci Set Multiplo"
881
 
882
+ #: ../lib/yasr-ajax-functions.php:500
883
  msgid "Insert multiple set in this post ?"
884
  msgstr "Vuoi inserire il Set Multiplo per questo post ?"
885
 
886
+ #: ../lib/yasr-ajax-functions.php:515
887
  msgid "Ranking reviews"
888
  msgstr "Classifica recensioni"
889
 
890
+ #: ../lib/yasr-ajax-functions.php:516
891
  msgid "Insert Ranking reviews"
892
  msgstr "Classifica recensioni"
893
 
894
+ #: ../lib/yasr-ajax-functions.php:517
895
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
896
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_overall_rating]"
897
 
898
+ #: ../lib/yasr-ajax-functions.php:521
899
  msgid "Users' ranking"
900
  msgstr "Classifica degli utenti"
901
 
902
+ #: ../lib/yasr-ajax-functions.php:522
903
  msgid "Insert Users ranking"
904
  msgstr "Inserisci Classifica Utenti"
905
 
906
+ #: ../lib/yasr-ajax-functions.php:523
907
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
908
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_visitor_votes]"
909
 
910
+ #: ../lib/yasr-ajax-functions.php:527
911
  msgid "Most active reviewers"
912
  msgstr "Recensori più attivi"
913
 
914
+ #: ../lib/yasr-ajax-functions.php:528
915
  msgid "Insert Most Active Reviewers"
916
  msgstr "Inserisci i 5 recensori più attivi"
917
 
918
+ #: ../lib/yasr-ajax-functions.php:529
919
  msgid "Insert Top 5 active reviewers"
920
  msgstr "Inserisci i 5 recensori più attivi"
921
 
922
+ #: ../lib/yasr-ajax-functions.php:533
923
  msgid "Most Active Users"
924
  msgstr "Utenti più attivi"
925
 
926
+ #: ../lib/yasr-ajax-functions.php:534
927
  msgid "Insert Most Active Users"
928
  msgstr "Inserisci i 10 utenti più attivi"
929
 
930
+ #: ../lib/yasr-ajax-functions.php:535
931
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
932
  msgstr "Inserisci i 10 utenti più attivi in [yasr_visitor_votes]"
933
 
934
+ #: ../lib/yasr-ajax-functions.php:606
935
  msgid "Reviews and Visitor Votes have been successfull imported."
936
  msgstr "Recensioni e Voti utenti sono stati importati con successo."
937
 
938
+ #: ../lib/yasr-ajax-functions.php:612
939
  msgid ""
940
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
941
  "THIS MAY TAKE A WHILE!"
943
  "Step2: Contrellerò se hai usato Set Multipli e se li trovo l'importerò: PUÒ "
944
  "RICHIEDERE UN PÒ DI TEMPO!"
945
 
946
+ #: ../lib/yasr-ajax-functions.php:614
947
  msgid "Proceed Step 2"
948
  msgstr "Procedi Step 2"
949
 
950
+ #: ../lib/yasr-ajax-functions.php:621
951
  msgid "Something goes wrong! Refresh the page and try again!"
952
  msgstr "Qualcosa è andato storto! Aggiorna la pagina e prova ancora!"
953
 
954
+ #: ../lib/yasr-ajax-functions.php:650
955
  msgid "I've found Multiple Set! Importing..."
956
  msgstr "Set Multipli trovati! Importazione..."
957
 
958
+ #: ../lib/yasr-ajax-functions.php:659
959
  msgid "Multi Set's name has been successfull imported."
960
  msgstr "I nomi dei Set Multipli sono stati importati con successo"
961
 
962
+ #: ../lib/yasr-ajax-functions.php:661
963
  msgid "Now I'm going to import Multi Set data"
964
  msgstr "Ora importerò i dati dei Set Multipli"
965
 
966
+ #: ../lib/yasr-ajax-functions.php:672
967
  msgid "All votes has been successfull imported."
968
  msgstr "Tutti i voti sono stati importati con successo"
969
 
970
+ #: ../lib/yasr-ajax-functions.php:674
971
  msgid "Done"
972
  msgstr "Fatto"
973
 
974
+ #: ../lib/yasr-ajax-functions.php:679
975
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
976
  msgstr "Ho trovato i voti per i Set Multi ma non li ho potuti inserire nel db"
977
 
978
+ #: ../lib/yasr-ajax-functions.php:687
979
  msgid "I've found Multi Set but with no data"
980
  msgstr "ho trovato Set Multipli ma senza dati"
981
 
982
+ #: ../lib/yasr-ajax-functions.php:696
983
  msgid "I've found Multi Sets names but I couldn't insert into db"
984
  msgstr "Ho trovato Set Multipli ma non li ho potuti inserire nel db"
985
 
986
+ #: ../lib/yasr-ajax-functions.php:704
987
  msgid "Multisets were not found. Imported is done!"
988
  msgstr "Set Multipli non trovati. Importazione dati conclusa!"
989
 
990
+ #: ../lib/yasr-ajax-functions.php:748
991
  msgid "No Recenet votes yet"
992
  msgstr "Ancora nessun voto recente"
993
 
994
+ #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
995
  msgid "Error: you can't vote 0"
996
  msgstr "Errore: non puoi votare 0"
997
 
998
+ #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
999
  msgid "Average rating"
1000
  msgstr "Media Voto "
1001
 
1002
+ #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1003
  msgid "Vote Saved"
1004
  msgstr "Voto Salvato"
1005
 
1006
+ #: ../lib/yasr-ajax-functions.php:1149
1007
  msgid "Vote updated"
1008
  msgstr "Voto Aggiornato"
1009
 
1010
+ #: ../lib/yasr-ajax-functions.php:1220
1011
  msgid "Average "
1012
  msgstr "Media Voto "
1013
 
1014
+ #: ../lib/yasr-ajax-functions.php:1231
1015
+ #, fuzzy
1016
+ msgid "You've already voted this article"
1017
+ msgstr "Hai già votato questo articolo con "
1018
+
1019
+ #: ../lib/yasr-ajax-functions.php:1356
1020
  msgid "stars"
1021
  msgstr "stelle"
1022
 
languages/yasr-nb_NO.mo CHANGED
Binary file
languages/yasr-nb_NO.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-01-31 15:35+0100\n"
5
- "PO-Revision-Date: 2015-01-31 15:35+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: nb\n"
@@ -16,9 +16,38 @@ msgstr ""
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
20
- #: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
21
- #: ../lib/yasr-ajax-functions.php:337 ../lib/yasr-ajax-functions.php:741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  msgid "You do not have sufficient permissions to access this page."
23
  msgstr "Du har ikke tilstrekkelig tillatelse til å få tilgang til denne siden."
24
 
@@ -140,13 +169,13 @@ msgstr ""
140
  msgid "Close this message"
141
  msgstr "Lukk denne meldingen"
142
 
143
- #: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
144
- #: ../lib/yasr-functions.php:484
145
  msgid "Donations"
146
  msgstr "Donasjoner"
147
 
148
- #: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
149
- #: ../lib/yasr-functions.php:486
150
  msgid ""
151
  "If you have found this plugin useful, please consider making a donation to "
152
  "help support future development. Your support will be much appreciated. "
@@ -155,8 +184,8 @@ msgstr ""
155
  "donasjon for å hjelpe oss med fremtidig utvikling. Vi setter veldig stor "
156
  "pris på støtten din."
157
 
158
- #: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
159
- #: ../lib/yasr-functions.php:488
160
  msgid "Thank you!"
161
  msgstr "Tusen takk!"
162
 
@@ -164,113 +193,72 @@ msgstr "Tusen takk!"
164
  msgid "Choose wich set you want to use"
165
  msgstr "Velg hvilket sett du vil bruke"
166
 
167
- #: ../yasr-metabox-multiple-rating.php:46
168
- #: ../yasr-metabox-overall-rating.php:193
169
- #: ../lib/yasr-settings-functions.php:505
170
- msgid "Select"
171
- msgstr "Velg"
172
-
173
- #: ../yasr-metabox-overall-rating.php:65 ../yasr-metabox-overall-rating.php:99
174
- msgid "Rate this article / item"
175
- msgstr "Vurder denne artikkelen/dette elementet"
176
-
177
- #: ../yasr-metabox-overall-rating.php:71
178
- #: ../lib/yasr-shortcode-functions.php:136
179
- msgid "Loading, please wait"
180
- msgstr "Laster. Vennligst vent."
181
-
182
- #: ../yasr-metabox-overall-rating.php:147
183
- msgid "Save Vote"
184
- msgstr "Lagre vurdering"
185
-
186
- #: ../yasr-metabox-overall-rating.php:164
187
- msgid "This review is about a..."
188
- msgstr "Dette er en vurdering av..."
189
 
190
- #: ../yasr-metabox-overall-rating.php:211
191
- msgid ""
192
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
193
- "where you want to display this rating"
194
- msgstr ""
195
- "Husk å legge inn dennne kodesnutten, <strong>[yasr_overall_rating]</"
196
- "strong>, der hvor du ønsker at vurderingen skal vises"
197
 
198
- #: ../lib/yasr-shortcode-functions.php:183
199
- #: ../lib/yasr-shortcode-functions.php:194
200
- #: ../lib/yasr-shortcode-functions.php:205
201
- #: ../lib/yasr-shortcode-functions.php:224
202
- #: ../lib/yasr-shortcode-functions.php:234
203
- #: ../lib/yasr-shortcode-functions.php:244 ../lib/yasr-ajax-functions.php:1016
204
- #: ../lib/yasr-ajax-functions.php:1024 ../lib/yasr-ajax-functions.php:1153
205
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
206
  msgid "Total: "
207
  msgstr "Totalt:"
208
 
209
- #: ../lib/yasr-shortcode-functions.php:183
210
- #: ../lib/yasr-shortcode-functions.php:194
211
- #: ../lib/yasr-shortcode-functions.php:205
212
- #: ../lib/yasr-shortcode-functions.php:224
213
- #: ../lib/yasr-shortcode-functions.php:234
214
- #: ../lib/yasr-shortcode-functions.php:244
215
  msgid "Average: "
216
  msgstr "Gjennomsnitt:"
217
 
218
- #: ../lib/yasr-shortcode-functions.php:184
219
- #: ../lib/yasr-shortcode-functions.php:225 ../lib/yasr-ajax-functions.php:1234
220
- msgid "You've already voted this article with"
221
- msgstr "Du har allerede gitt din vurdering. Du ga karaktereren "
222
-
223
- #: ../lib/yasr-shortcode-functions.php:245
224
- msgid "You must sign to vote"
225
- msgstr "Du må logge inn for å vurdere"
226
-
227
- #: ../lib/yasr-shortcode-functions.php:410
228
  msgid "Rating"
229
  msgstr "Vurdering"
230
 
231
- #: ../lib/yasr-shortcode-functions.php:424
232
  msgid "You don't have any votes stored"
233
  msgstr "Du har ingen vurderinger lagret"
234
 
235
- #: ../lib/yasr-shortcode-functions.php:460
236
- #: ../lib/yasr-shortcode-functions.php:498
237
  msgid "Post / Page"
238
  msgstr "Innlegg / side"
239
 
240
- #: ../lib/yasr-shortcode-functions.php:461
241
- #: ../lib/yasr-shortcode-functions.php:499
242
  msgid "Order By"
243
  msgstr "Sorter basert på "
244
 
245
- #: ../lib/yasr-shortcode-functions.php:461
246
- #: ../lib/yasr-shortcode-functions.php:499
247
  msgid "Most Rated"
248
  msgstr "Flest vurderinger"
249
 
250
- #: ../lib/yasr-shortcode-functions.php:461
251
- #: ../lib/yasr-shortcode-functions.php:499
252
  msgid "Highest Rated"
253
  msgstr "Høyest vurdering"
254
 
255
- #: ../lib/yasr-shortcode-functions.php:478
256
- #: ../lib/yasr-shortcode-functions.php:513
257
  msgid "Total:"
258
  msgstr "Total:"
259
 
260
- #: ../lib/yasr-shortcode-functions.php:478
261
- #: ../lib/yasr-shortcode-functions.php:513
262
  msgid "Average"
263
  msgstr "Gjennomsnittlig "
264
 
265
- #: ../lib/yasr-shortcode-functions.php:490
266
  msgid "You've not enough data"
267
  msgstr "Du har ikke nok data"
268
 
269
- #: ../lib/yasr-shortcode-functions.php:525
270
  msgid "You've not enought data"
271
  msgstr "Du har ikke nok data"
272
 
273
- #: ../lib/yasr-shortcode-functions.php:610
274
  msgid ""
275
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
276
  "any review?"
@@ -278,7 +266,7 @@ msgstr ""
278
  "Problem oppsto mens vi hentet de 5 mest aktive anmelderne . Har du publisert "
279
  "en omtale?"
280
 
281
- #: ../lib/yasr-shortcode-functions.php:678
282
  msgid ""
283
  "Problem while retrieving the top 10 active users chart. Are you sure you "
284
  "have votes to show?"
@@ -358,7 +346,7 @@ msgstr "Hva?"
358
  msgid "Overall Rating / Author Rating"
359
  msgstr "Helhetsvurdering / skribentvurdering"
360
 
361
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:467
362
  msgid "Visitor Votes"
363
  msgstr "Besøkendes vurderinger"
364
 
@@ -382,18 +370,18 @@ msgstr "Etter innlegget"
382
  msgid "Size"
383
  msgstr "Størrelse"
384
 
385
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:457
386
- #: ../lib/yasr-ajax-functions.php:475
387
  msgid "Small"
388
  msgstr "Liten"
389
 
390
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:458
391
- #: ../lib/yasr-ajax-functions.php:476
392
  msgid "Medium"
393
  msgstr "Middels"
394
 
395
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:459
396
- #: ../lib/yasr-ajax-functions.php:477
397
  msgid "Large"
398
  msgstr "Stor"
399
 
@@ -732,219 +720,224 @@ msgstr "Brukere kan gi sin vurdering i kommentarfeltet"
732
  msgid "Not avaible yet"
733
  msgstr "Ikke tilgjengelig enda"
734
 
735
- #: ../lib/yasr-settings-functions.php:1309
 
 
 
 
 
736
  msgid "No previous Gd Star Rating installation was found"
737
  msgstr "Ingen tidligere installasjon av Gd-stjernevurdering ble funnet"
738
 
739
- #: ../lib/yasr-db-functions.php:281
740
  msgid "No recenet votes yet"
741
  msgstr "Ingen nylige vurderinger enda"
742
 
743
- #: ../lib/yasr-db-functions.php:296 ../lib/yasr-ajax-functions.php:766
744
  msgid "anonymous"
745
  msgstr "anonym"
746
 
747
- #: ../lib/yasr-db-functions.php:319 ../lib/yasr-ajax-functions.php:789
748
  msgid "Ip address"
749
  msgstr "IP-adresse"
750
 
751
- #: ../lib/yasr-db-functions.php:360 ../lib/yasr-ajax-functions.php:830
752
  msgid "Pages"
753
  msgstr "Sider"
754
 
755
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
756
  msgid "Yet Another Stars Rating: Settings"
757
  msgstr "Yet Another Stars Rating: Innstillinger"
758
 
759
- #: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
760
- msgid "Overall Rating"
761
- msgstr "Helhetsvurdering"
762
-
763
  #: ../lib/yasr-functions.php:143
 
 
 
 
764
  msgid "Yet Another Stars Rating: Multiple set"
765
  msgstr "Yet Another Stars Rating: Multisett"
766
 
767
- #: ../lib/yasr-functions.php:159
 
 
 
 
768
  msgid "You don't have enought privileges to insert Overall Rating"
769
  msgstr "Du har ikke tillatelse til å legge inn helhetsvurdering"
770
 
771
- #: ../lib/yasr-functions.php:169
772
  msgid "You don't have enought privileges to insert Multi Set"
773
  msgstr "Du har ikke tillatelse til å legge inn multisett"
774
 
775
- #: ../lib/yasr-functions.php:304
776
  msgid " reviewed by "
777
  msgstr " ble vurdert av "
778
 
779
- #: ../lib/yasr-functions.php:305
780
  msgid " on "
781
  msgstr " "
782
 
783
- #: ../lib/yasr-functions.php:306
784
  msgid " rated "
785
  msgstr ", og fikk karakteren "
786
 
787
- #: ../lib/yasr-functions.php:306
788
  msgid " of"
789
  msgstr " av"
790
 
791
- #: ../lib/yasr-functions.php:361
792
  msgid " written by "
793
  msgstr " skrevet av"
794
 
795
- #: ../lib/yasr-functions.php:363
796
  msgid " average rating "
797
  msgstr " vurdering"
798
 
799
- #: ../lib/yasr-functions.php:364
800
  msgid " user ratings"
801
  msgstr " brukervurderinger"
802
 
803
- #: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
804
- msgid "Follow YASR official site!"
805
- msgstr "Følg YASRs offisielle side"
806
-
807
- #: ../lib/yasr-ajax-functions.php:101
808
  msgid "You've rated it "
809
  msgstr "Du ga karakteren"
810
 
811
- #: ../lib/yasr-ajax-functions.php:105
812
  msgid "You've reset the vote"
813
  msgstr "Du har tilbakestilt vurderingen"
814
 
815
- #: ../lib/yasr-ajax-functions.php:169
816
  msgid ""
817
  "There was an error while trying to insert the review type. Please report it"
818
  msgstr ""
819
  "En feil oppsto mens vi forsøkte å legge inn vurderingstypen. Vennligst "
820
  "rapporter dette."
821
 
822
- #: ../lib/yasr-ajax-functions.php:203
823
  msgid "Choose a vote for each element"
824
  msgstr "Velg en karakter for hvert element"
825
 
826
- #: ../lib/yasr-ajax-functions.php:260 ../lib/yasr-ajax-functions.php:303
827
  msgid "Remember to insert this shortcode"
828
  msgstr "Husk å legge inn denne kodesnutten, "
829
 
830
- #: ../lib/yasr-ajax-functions.php:262 ../lib/yasr-ajax-functions.php:305
831
  msgid "where you want to display this multi set"
832
  msgstr ", der hvor du ønsker at dette multisettet skal vises"
833
 
834
- #: ../lib/yasr-ajax-functions.php:270
835
  msgid "Choose a vote for every element"
836
  msgstr "Velg en karakter for hvert element"
837
 
838
- #: ../lib/yasr-ajax-functions.php:437
839
  msgid "Main"
840
  msgstr "Hoved"
841
 
842
- #: ../lib/yasr-ajax-functions.php:438
843
  msgid "Charts"
844
  msgstr "Diagrammer"
845
 
846
- #: ../lib/yasr-ajax-functions.php:440
847
  msgid "Read the doc"
848
  msgstr "Les dokumentet"
849
 
850
- #: ../lib/yasr-ajax-functions.php:449
851
  msgid "Overall Rating / Review"
852
  msgstr "Helhetsvurdering / omtale"
853
 
854
- #: ../lib/yasr-ajax-functions.php:451
855
  msgid "Insert Overall Rating"
856
  msgstr "Legg inn helhetsvurdering"
857
 
858
- #: ../lib/yasr-ajax-functions.php:452
859
  msgid "Insert Overall Rating / Review for this post"
860
  msgstr "Legg inn helhetsvurdering/omtale for dette innlegget"
861
 
862
- #: ../lib/yasr-ajax-functions.php:455 ../lib/yasr-ajax-functions.php:473
863
  msgid "Choose Size"
864
  msgstr "Velg størrelse"
865
 
866
- #: ../lib/yasr-ajax-functions.php:469
867
  msgid "Insert Visitor Votes"
868
  msgstr "Legg inn besøkendes vurderinger"
869
 
870
- #: ../lib/yasr-ajax-functions.php:470
871
  msgid "Insert the ability for your visitor to vote"
872
  msgstr "Legg inn muligheten for besøkende å foreta en vurdering"
873
 
874
- #: ../lib/yasr-ajax-functions.php:487
875
  msgid "If you want to insert a Multi Set, pick one:"
876
  msgstr "Velg et multisett du ønsker å legge inn"
877
 
878
- #: ../lib/yasr-ajax-functions.php:493
879
  msgid "Choose wich set you want to insert."
880
  msgstr "Velg hvilket multisett du vil legge inn."
881
 
882
- #: ../lib/yasr-ajax-functions.php:501
883
  msgid "Insert Multiset:"
884
  msgstr "Lett inn multisett:"
885
 
886
- #: ../lib/yasr-ajax-functions.php:504
887
  msgid "Insert Multiple Set"
888
  msgstr "Legg inn multisett"
889
 
890
- #: ../lib/yasr-ajax-functions.php:505
891
  msgid "Insert multiple set in this post ?"
892
  msgstr "Legg inn multisett i dette innlegget?"
893
 
894
- #: ../lib/yasr-ajax-functions.php:520
895
  msgid "Ranking reviews"
896
  msgstr "Rangeringsvurdering"
897
 
898
- #: ../lib/yasr-ajax-functions.php:521
899
  msgid "Insert Ranking reviews"
900
  msgstr "Legg inn rangeringsvurderinger"
901
 
902
- #: ../lib/yasr-ajax-functions.php:522
903
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
904
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_overall_rating]"
905
 
906
- #: ../lib/yasr-ajax-functions.php:526
907
  msgid "Users' ranking"
908
  msgstr "Brukernes rangering"
909
 
910
- #: ../lib/yasr-ajax-functions.php:527
911
  msgid "Insert Users ranking"
912
  msgstr "Legg inn brukernes rangering"
913
 
914
- #: ../lib/yasr-ajax-functions.php:528
915
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
916
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_visitor_votes] "
917
 
918
- #: ../lib/yasr-ajax-functions.php:532
919
  msgid "Most active reviewers"
920
  msgstr "Mest aktivere anmeldere"
921
 
922
- #: ../lib/yasr-ajax-functions.php:533
923
  msgid "Insert Most Active Reviewers"
924
  msgstr "Legg inn mest aktive anmeldere"
925
 
926
- #: ../lib/yasr-ajax-functions.php:534
927
  msgid "Insert Top 5 active reviewers"
928
  msgstr "Legg inn de 5 mest aktive anmelderne"
929
 
930
- #: ../lib/yasr-ajax-functions.php:538
931
  msgid "Most Active Users"
932
  msgstr "Mest aktive brukere"
933
 
934
- #: ../lib/yasr-ajax-functions.php:539
935
  msgid "Insert Most Active Users"
936
  msgstr "Legg inn mest aktive brukere"
937
 
938
- #: ../lib/yasr-ajax-functions.php:540
939
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
940
  msgstr ""
941
  "Legg inn kodesnutten [yasr_visitor_votes] for de 10 mest aktive anmelderne "
942
 
943
- #: ../lib/yasr-ajax-functions.php:611
944
  msgid "Reviews and Visitor Votes have been successfull imported."
945
  msgstr "Omtaler og besøkendes vurderinger har blitt importert."
946
 
947
- #: ../lib/yasr-ajax-functions.php:617
948
  msgid ""
949
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
950
  "THIS MAY TAKE A WHILE!"
@@ -952,78 +945,83 @@ msgstr ""
952
  "Steg 2: Jeg vil sjekke om du brukte multisett, og jeg vil i så fall "
953
  "importere dem. Dette kan ta litt tid."
954
 
955
- #: ../lib/yasr-ajax-functions.php:619
956
  msgid "Proceed Step 2"
957
  msgstr "Fortsett til steg 2"
958
 
959
- #: ../lib/yasr-ajax-functions.php:626
960
  msgid "Something goes wrong! Refresh the page and try again!"
961
  msgstr "Noe går galt. Oppdater siden (F5) og forsøk igjen."
962
 
963
- #: ../lib/yasr-ajax-functions.php:655
964
  msgid "I've found Multiple Set! Importing..."
965
  msgstr "Jeg fant multisett. Importerer...."
966
 
967
- #: ../lib/yasr-ajax-functions.php:664
968
  msgid "Multi Set's name has been successfull imported."
969
  msgstr "Multisettets navn har blitt importert."
970
 
971
- #: ../lib/yasr-ajax-functions.php:666
972
  msgid "Now I'm going to import Multi Set data"
973
  msgstr "Nå skal jeg importere multisettets data"
974
 
975
- #: ../lib/yasr-ajax-functions.php:677
976
  msgid "All votes has been successfull imported."
977
  msgstr "Alle vurderinger har blitt importert."
978
 
979
- #: ../lib/yasr-ajax-functions.php:679
980
  msgid "Done"
981
  msgstr "Fullført"
982
 
983
- #: ../lib/yasr-ajax-functions.php:684
984
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
985
  msgstr ""
986
  "Jeg har funnet vurderinger for multisettet, men kunne ikke legge dem inn i "
987
  "databasen"
988
 
989
- #: ../lib/yasr-ajax-functions.php:692
990
  msgid "I've found Multi Set but with no data"
991
  msgstr "Jeg har funnet multisett, men de har ingen data"
992
 
993
- #: ../lib/yasr-ajax-functions.php:701
994
  msgid "I've found Multi Sets names but I couldn't insert into db"
995
  msgstr ""
996
  "Jeg har funnet multisett-navn, men jeg kunne ikke legge dem inn i databasen"
997
 
998
- #: ../lib/yasr-ajax-functions.php:709
999
  msgid "Multisets were not found. Imported is done!"
1000
  msgstr "Multisett ble ikke funnet. Importeringen har blitt fullført."
1001
 
1002
- #: ../lib/yasr-ajax-functions.php:753
1003
  msgid "No Recenet votes yet"
1004
  msgstr "Ingen nylige vurderinger enda"
1005
 
1006
- #: ../lib/yasr-ajax-functions.php:920 ../lib/yasr-ajax-functions.php:1062
1007
  msgid "Error: you can't vote 0"
1008
  msgstr "Feil. Du kan ikke gi karakteren 0."
1009
 
1010
- #: ../lib/yasr-ajax-functions.php:1016 ../lib/yasr-ajax-functions.php:1024
1011
  msgid "Average rating"
1012
  msgstr "Gjennomsnittlig vurdering:"
1013
 
1014
- #: ../lib/yasr-ajax-functions.php:1017 ../lib/yasr-ajax-functions.php:1025
1015
  msgid "Vote Saved"
1016
  msgstr "Vurdering lagret"
1017
 
1018
- #: ../lib/yasr-ajax-functions.php:1154
1019
  msgid "Vote updated"
1020
  msgstr "Vurdering oppdatert"
1021
 
1022
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
1023
  msgid "Average "
1024
  msgstr "Gjennomsnitt:"
1025
 
1026
- #: ../lib/yasr-ajax-functions.php:1358
 
 
 
 
 
1027
  msgid "stars"
1028
  msgstr "stjerner"
1029
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-03-03 12:37+0100\n"
5
+ "PO-Revision-Date: 2015-03-03 12:37+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: nb\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
+ #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
20
+ msgid "Rate this article / item"
21
+ msgstr "Vurder denne artikkelen/dette elementet"
22
+
23
+ #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
24
+ msgid "Loading, please wait"
25
+ msgstr "Laster. Vennligst vent."
26
+
27
+ #: ../yasr-metabox-top-right.php:147
28
+ msgid "Save Vote"
29
+ msgstr "Lagre vurdering"
30
+
31
+ #: ../yasr-metabox-top-right.php:164
32
+ msgid "This review is about a..."
33
+ msgstr "Dette er en vurdering av..."
34
+
35
+ #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
36
+ #: ../lib/yasr-settings-functions.php:505
37
+ msgid "Select"
38
+ msgstr "Velg"
39
+
40
+ #: ../yasr-metabox-top-right.php:211
41
+ msgid ""
42
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
43
+ "where you want to display this rating"
44
+ msgstr ""
45
+ "Husk å legge inn dennne kodesnutten, <strong>[yasr_overall_rating]</"
46
+ "strong>, der hvor du ønsker at vurderingen skal vises"
47
+
48
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
49
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
50
+ #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
51
  msgid "You do not have sufficient permissions to access this page."
52
  msgstr "Du har ikke tilstrekkelig tillatelse til å få tilgang til denne siden."
53
 
169
  msgid "Close this message"
170
  msgstr "Lukk denne meldingen"
171
 
172
+ #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
173
+ #: ../lib/yasr-settings-functions.php:1320
174
  msgid "Donations"
175
  msgstr "Donasjoner"
176
 
177
+ #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
178
+ #: ../lib/yasr-settings-functions.php:1322
179
  msgid ""
180
  "If you have found this plugin useful, please consider making a donation to "
181
  "help support future development. Your support will be much appreciated. "
184
  "donasjon for å hjelpe oss med fremtidig utvikling. Vi setter veldig stor "
185
  "pris på støtten din."
186
 
187
+ #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
188
+ #: ../lib/yasr-settings-functions.php:1324
189
  msgid "Thank you!"
190
  msgstr "Tusen takk!"
191
 
193
  msgid "Choose wich set you want to use"
194
  msgstr "Velg hvilket sett du vil bruke"
195
 
196
+ #: ../lib/yasr-shortcode-functions.php:185
197
+ #: ../lib/yasr-shortcode-functions.php:207
198
+ msgid "You've already voted this article with"
199
+ msgstr "Du har allerede gitt din vurdering. Du ga karaktereren "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
 
201
+ #: ../lib/yasr-shortcode-functions.php:218
202
+ msgid "You must sign to vote"
203
+ msgstr "Du logge inn for å vurdere"
 
 
 
 
204
 
205
+ #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
206
+ #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
207
+ #: ../lib/yasr-ajax-functions.php:1220
 
 
 
 
 
208
  msgid "Total: "
209
  msgstr "Totalt:"
210
 
211
+ #: ../lib/yasr-shortcode-functions.php:227
 
 
 
 
 
212
  msgid "Average: "
213
  msgstr "Gjennomsnitt:"
214
 
215
+ #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
216
  msgid "Rating"
217
  msgstr "Vurdering"
218
 
219
+ #: ../lib/yasr-shortcode-functions.php:406
220
  msgid "You don't have any votes stored"
221
  msgstr "Du har ingen vurderinger lagret"
222
 
223
+ #: ../lib/yasr-shortcode-functions.php:442
224
+ #: ../lib/yasr-shortcode-functions.php:480
225
  msgid "Post / Page"
226
  msgstr "Innlegg / side"
227
 
228
+ #: ../lib/yasr-shortcode-functions.php:443
229
+ #: ../lib/yasr-shortcode-functions.php:481
230
  msgid "Order By"
231
  msgstr "Sorter basert på "
232
 
233
+ #: ../lib/yasr-shortcode-functions.php:443
234
+ #: ../lib/yasr-shortcode-functions.php:481
235
  msgid "Most Rated"
236
  msgstr "Flest vurderinger"
237
 
238
+ #: ../lib/yasr-shortcode-functions.php:443
239
+ #: ../lib/yasr-shortcode-functions.php:481
240
  msgid "Highest Rated"
241
  msgstr "Høyest vurdering"
242
 
243
+ #: ../lib/yasr-shortcode-functions.php:460
244
+ #: ../lib/yasr-shortcode-functions.php:495
245
  msgid "Total:"
246
  msgstr "Total:"
247
 
248
+ #: ../lib/yasr-shortcode-functions.php:460
249
+ #: ../lib/yasr-shortcode-functions.php:495
250
  msgid "Average"
251
  msgstr "Gjennomsnittlig "
252
 
253
+ #: ../lib/yasr-shortcode-functions.php:472
254
  msgid "You've not enough data"
255
  msgstr "Du har ikke nok data"
256
 
257
+ #: ../lib/yasr-shortcode-functions.php:507
258
  msgid "You've not enought data"
259
  msgstr "Du har ikke nok data"
260
 
261
+ #: ../lib/yasr-shortcode-functions.php:592
262
  msgid ""
263
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
264
  "any review?"
266
  "Problem oppsto mens vi hentet de 5 mest aktive anmelderne . Har du publisert "
267
  "en omtale?"
268
 
269
+ #: ../lib/yasr-shortcode-functions.php:660
270
  msgid ""
271
  "Problem while retrieving the top 10 active users chart. Are you sure you "
272
  "have votes to show?"
346
  msgid "Overall Rating / Author Rating"
347
  msgstr "Helhetsvurdering / skribentvurdering"
348
 
349
+ #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
350
  msgid "Visitor Votes"
351
  msgstr "Besøkendes vurderinger"
352
 
370
  msgid "Size"
371
  msgstr "Størrelse"
372
 
373
+ #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
374
+ #: ../lib/yasr-ajax-functions.php:470
375
  msgid "Small"
376
  msgstr "Liten"
377
 
378
+ #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
379
+ #: ../lib/yasr-ajax-functions.php:471
380
  msgid "Medium"
381
  msgstr "Middels"
382
 
383
+ #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
384
+ #: ../lib/yasr-ajax-functions.php:472
385
  msgid "Large"
386
  msgstr "Stor"
387
 
720
  msgid "Not avaible yet"
721
  msgstr "Ikke tilgjengelig enda"
722
 
723
+ #: ../lib/yasr-settings-functions.php:1306
724
+ #: ../lib/yasr-settings-functions.php:1333
725
+ msgid "Follow YASR official site!"
726
+ msgstr "Følg YASRs offisielle side"
727
+
728
+ #: ../lib/yasr-settings-functions.php:1363
729
  msgid "No previous Gd Star Rating installation was found"
730
  msgstr "Ingen tidligere installasjon av Gd-stjernevurdering ble funnet"
731
 
732
+ #: ../lib/yasr-db-functions.php:280
733
  msgid "No recenet votes yet"
734
  msgstr "Ingen nylige vurderinger enda"
735
 
736
+ #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
737
  msgid "anonymous"
738
  msgstr "anonym"
739
 
740
+ #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
741
  msgid "Ip address"
742
  msgstr "IP-adresse"
743
 
744
+ #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
745
  msgid "Pages"
746
  msgstr "Sider"
747
 
748
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
749
  msgid "Yet Another Stars Rating: Settings"
750
  msgstr "Yet Another Stars Rating: Innstillinger"
751
 
 
 
 
 
752
  #: ../lib/yasr-functions.php:143
753
+ msgid "YASR"
754
+ msgstr ""
755
+
756
+ #: ../lib/yasr-functions.php:144
757
  msgid "Yet Another Stars Rating: Multiple set"
758
  msgstr "Yet Another Stars Rating: Multisett"
759
 
760
+ #: ../lib/yasr-functions.php:150
761
+ msgid "Overall Rating"
762
+ msgstr "Helhetsvurdering"
763
+
764
+ #: ../lib/yasr-functions.php:160
765
  msgid "You don't have enought privileges to insert Overall Rating"
766
  msgstr "Du har ikke tillatelse til å legge inn helhetsvurdering"
767
 
768
+ #: ../lib/yasr-functions.php:170
769
  msgid "You don't have enought privileges to insert Multi Set"
770
  msgstr "Du har ikke tillatelse til å legge inn multisett"
771
 
772
+ #: ../lib/yasr-functions.php:310
773
  msgid " reviewed by "
774
  msgstr " ble vurdert av "
775
 
776
+ #: ../lib/yasr-functions.php:311
777
  msgid " on "
778
  msgstr " "
779
 
780
+ #: ../lib/yasr-functions.php:312
781
  msgid " rated "
782
  msgstr ", og fikk karakteren "
783
 
784
+ #: ../lib/yasr-functions.php:312
785
  msgid " of"
786
  msgstr " av"
787
 
788
+ #: ../lib/yasr-functions.php:359
789
  msgid " written by "
790
  msgstr " skrevet av"
791
 
792
+ #: ../lib/yasr-functions.php:361
793
  msgid " average rating "
794
  msgstr " vurdering"
795
 
796
+ #: ../lib/yasr-functions.php:362
797
  msgid " user ratings"
798
  msgstr " brukervurderinger"
799
 
800
+ #: ../lib/yasr-ajax-functions.php:96
 
 
 
 
801
  msgid "You've rated it "
802
  msgstr "Du ga karakteren"
803
 
804
+ #: ../lib/yasr-ajax-functions.php:100
805
  msgid "You've reset the vote"
806
  msgstr "Du har tilbakestilt vurderingen"
807
 
808
+ #: ../lib/yasr-ajax-functions.php:164
809
  msgid ""
810
  "There was an error while trying to insert the review type. Please report it"
811
  msgstr ""
812
  "En feil oppsto mens vi forsøkte å legge inn vurderingstypen. Vennligst "
813
  "rapporter dette."
814
 
815
+ #: ../lib/yasr-ajax-functions.php:198
816
  msgid "Choose a vote for each element"
817
  msgstr "Velg en karakter for hvert element"
818
 
819
+ #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
820
  msgid "Remember to insert this shortcode"
821
  msgstr "Husk å legge inn denne kodesnutten, "
822
 
823
+ #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
824
  msgid "where you want to display this multi set"
825
  msgstr ", der hvor du ønsker at dette multisettet skal vises"
826
 
827
+ #: ../lib/yasr-ajax-functions.php:265
828
  msgid "Choose a vote for every element"
829
  msgstr "Velg en karakter for hvert element"
830
 
831
+ #: ../lib/yasr-ajax-functions.php:432
832
  msgid "Main"
833
  msgstr "Hoved"
834
 
835
+ #: ../lib/yasr-ajax-functions.php:433
836
  msgid "Charts"
837
  msgstr "Diagrammer"
838
 
839
+ #: ../lib/yasr-ajax-functions.php:435
840
  msgid "Read the doc"
841
  msgstr "Les dokumentet"
842
 
843
+ #: ../lib/yasr-ajax-functions.php:444
844
  msgid "Overall Rating / Review"
845
  msgstr "Helhetsvurdering / omtale"
846
 
847
+ #: ../lib/yasr-ajax-functions.php:446
848
  msgid "Insert Overall Rating"
849
  msgstr "Legg inn helhetsvurdering"
850
 
851
+ #: ../lib/yasr-ajax-functions.php:447
852
  msgid "Insert Overall Rating / Review for this post"
853
  msgstr "Legg inn helhetsvurdering/omtale for dette innlegget"
854
 
855
+ #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
856
  msgid "Choose Size"
857
  msgstr "Velg størrelse"
858
 
859
+ #: ../lib/yasr-ajax-functions.php:464
860
  msgid "Insert Visitor Votes"
861
  msgstr "Legg inn besøkendes vurderinger"
862
 
863
+ #: ../lib/yasr-ajax-functions.php:465
864
  msgid "Insert the ability for your visitor to vote"
865
  msgstr "Legg inn muligheten for besøkende å foreta en vurdering"
866
 
867
+ #: ../lib/yasr-ajax-functions.php:482
868
  msgid "If you want to insert a Multi Set, pick one:"
869
  msgstr "Velg et multisett du ønsker å legge inn"
870
 
871
+ #: ../lib/yasr-ajax-functions.php:488
872
  msgid "Choose wich set you want to insert."
873
  msgstr "Velg hvilket multisett du vil legge inn."
874
 
875
+ #: ../lib/yasr-ajax-functions.php:496
876
  msgid "Insert Multiset:"
877
  msgstr "Lett inn multisett:"
878
 
879
+ #: ../lib/yasr-ajax-functions.php:499
880
  msgid "Insert Multiple Set"
881
  msgstr "Legg inn multisett"
882
 
883
+ #: ../lib/yasr-ajax-functions.php:500
884
  msgid "Insert multiple set in this post ?"
885
  msgstr "Legg inn multisett i dette innlegget?"
886
 
887
+ #: ../lib/yasr-ajax-functions.php:515
888
  msgid "Ranking reviews"
889
  msgstr "Rangeringsvurdering"
890
 
891
+ #: ../lib/yasr-ajax-functions.php:516
892
  msgid "Insert Ranking reviews"
893
  msgstr "Legg inn rangeringsvurderinger"
894
 
895
+ #: ../lib/yasr-ajax-functions.php:517
896
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
897
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_overall_rating]"
898
 
899
+ #: ../lib/yasr-ajax-functions.php:521
900
  msgid "Users' ranking"
901
  msgstr "Brukernes rangering"
902
 
903
+ #: ../lib/yasr-ajax-functions.php:522
904
  msgid "Insert Users ranking"
905
  msgstr "Legg inn brukernes rangering"
906
 
907
+ #: ../lib/yasr-ajax-functions.php:523
908
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
909
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_visitor_votes] "
910
 
911
+ #: ../lib/yasr-ajax-functions.php:527
912
  msgid "Most active reviewers"
913
  msgstr "Mest aktivere anmeldere"
914
 
915
+ #: ../lib/yasr-ajax-functions.php:528
916
  msgid "Insert Most Active Reviewers"
917
  msgstr "Legg inn mest aktive anmeldere"
918
 
919
+ #: ../lib/yasr-ajax-functions.php:529
920
  msgid "Insert Top 5 active reviewers"
921
  msgstr "Legg inn de 5 mest aktive anmelderne"
922
 
923
+ #: ../lib/yasr-ajax-functions.php:533
924
  msgid "Most Active Users"
925
  msgstr "Mest aktive brukere"
926
 
927
+ #: ../lib/yasr-ajax-functions.php:534
928
  msgid "Insert Most Active Users"
929
  msgstr "Legg inn mest aktive brukere"
930
 
931
+ #: ../lib/yasr-ajax-functions.php:535
932
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
933
  msgstr ""
934
  "Legg inn kodesnutten [yasr_visitor_votes] for de 10 mest aktive anmelderne "
935
 
936
+ #: ../lib/yasr-ajax-functions.php:606
937
  msgid "Reviews and Visitor Votes have been successfull imported."
938
  msgstr "Omtaler og besøkendes vurderinger har blitt importert."
939
 
940
+ #: ../lib/yasr-ajax-functions.php:612
941
  msgid ""
942
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
943
  "THIS MAY TAKE A WHILE!"
945
  "Steg 2: Jeg vil sjekke om du brukte multisett, og jeg vil i så fall "
946
  "importere dem. Dette kan ta litt tid."
947
 
948
+ #: ../lib/yasr-ajax-functions.php:614
949
  msgid "Proceed Step 2"
950
  msgstr "Fortsett til steg 2"
951
 
952
+ #: ../lib/yasr-ajax-functions.php:621
953
  msgid "Something goes wrong! Refresh the page and try again!"
954
  msgstr "Noe går galt. Oppdater siden (F5) og forsøk igjen."
955
 
956
+ #: ../lib/yasr-ajax-functions.php:650
957
  msgid "I've found Multiple Set! Importing..."
958
  msgstr "Jeg fant multisett. Importerer...."
959
 
960
+ #: ../lib/yasr-ajax-functions.php:659
961
  msgid "Multi Set's name has been successfull imported."
962
  msgstr "Multisettets navn har blitt importert."
963
 
964
+ #: ../lib/yasr-ajax-functions.php:661
965
  msgid "Now I'm going to import Multi Set data"
966
  msgstr "Nå skal jeg importere multisettets data"
967
 
968
+ #: ../lib/yasr-ajax-functions.php:672
969
  msgid "All votes has been successfull imported."
970
  msgstr "Alle vurderinger har blitt importert."
971
 
972
+ #: ../lib/yasr-ajax-functions.php:674
973
  msgid "Done"
974
  msgstr "Fullført"
975
 
976
+ #: ../lib/yasr-ajax-functions.php:679
977
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
978
  msgstr ""
979
  "Jeg har funnet vurderinger for multisettet, men kunne ikke legge dem inn i "
980
  "databasen"
981
 
982
+ #: ../lib/yasr-ajax-functions.php:687
983
  msgid "I've found Multi Set but with no data"
984
  msgstr "Jeg har funnet multisett, men de har ingen data"
985
 
986
+ #: ../lib/yasr-ajax-functions.php:696
987
  msgid "I've found Multi Sets names but I couldn't insert into db"
988
  msgstr ""
989
  "Jeg har funnet multisett-navn, men jeg kunne ikke legge dem inn i databasen"
990
 
991
+ #: ../lib/yasr-ajax-functions.php:704
992
  msgid "Multisets were not found. Imported is done!"
993
  msgstr "Multisett ble ikke funnet. Importeringen har blitt fullført."
994
 
995
+ #: ../lib/yasr-ajax-functions.php:748
996
  msgid "No Recenet votes yet"
997
  msgstr "Ingen nylige vurderinger enda"
998
 
999
+ #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
1000
  msgid "Error: you can't vote 0"
1001
  msgstr "Feil. Du kan ikke gi karakteren 0."
1002
 
1003
+ #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
1004
  msgid "Average rating"
1005
  msgstr "Gjennomsnittlig vurdering:"
1006
 
1007
+ #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1008
  msgid "Vote Saved"
1009
  msgstr "Vurdering lagret"
1010
 
1011
+ #: ../lib/yasr-ajax-functions.php:1149
1012
  msgid "Vote updated"
1013
  msgstr "Vurdering oppdatert"
1014
 
1015
+ #: ../lib/yasr-ajax-functions.php:1220
1016
  msgid "Average "
1017
  msgstr "Gjennomsnitt:"
1018
 
1019
+ #: ../lib/yasr-ajax-functions.php:1231
1020
+ #, fuzzy
1021
+ msgid "You've already voted this article"
1022
+ msgstr "Du har allerede gitt din vurdering. Du ga karaktereren "
1023
+
1024
+ #: ../lib/yasr-ajax-functions.php:1356
1025
  msgid "stars"
1026
  msgstr "stjerner"
1027
 
languages/yasr-nl_NL.mo CHANGED
Binary file
languages/yasr-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-01-31 15:36+0100\n"
6
- "PO-Revision-Date: 2015-01-31 15:36+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: NL\n"
9
  "Language: nl_NL\n"
@@ -21,9 +21,45 @@ msgstr ""
21
  "X-Poedit-SearchPath-1: ../lib\n"
22
 
23
  # @ yasr
24
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
25
- #: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
26
- #: ../lib/yasr-ajax-functions.php:337 ../lib/yasr-ajax-functions.php:741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  msgid "You do not have sufficient permissions to access this page."
28
  msgstr "Je hebt niet voldoende rechten om deze pagina te laden."
29
 
@@ -172,14 +208,14 @@ msgid "Close this message"
172
  msgstr "Sluit dit bericht"
173
 
174
  # @ yasr
175
- #: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
176
- #: ../lib/yasr-functions.php:484
177
  msgid "Donations"
178
  msgstr "Donaties"
179
 
180
  # @ yasr
181
- #: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
182
- #: ../lib/yasr-functions.php:486
183
  msgid ""
184
  "If you have found this plugin useful, please consider making a donation to "
185
  "help support future development. Your support will be much appreciated. "
@@ -188,8 +224,8 @@ msgstr ""
188
  "verdere ontwikkeling te ondersteunen. Je steun wordt erg gewaardeerd."
189
 
190
  # @ yasr
191
- #: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
192
- #: ../lib/yasr-functions.php:488
193
  msgid "Thank you!"
194
  msgstr "Bedankt."
195
 
@@ -198,135 +234,87 @@ msgstr "Bedankt."
198
  msgid "Choose wich set you want to use"
199
  msgstr "Kies welke set je wilt gebruiken"
200
 
201
- # @ default
202
- # @ yasr
203
- #: ../yasr-metabox-multiple-rating.php:46
204
- #: ../yasr-metabox-overall-rating.php:193
205
- #: ../lib/yasr-settings-functions.php:505
206
- msgid "Select"
207
- msgstr "Selecteren"
208
-
209
- # @ yasr
210
- #: ../yasr-metabox-overall-rating.php:65 ../yasr-metabox-overall-rating.php:99
211
- msgid "Rate this article / item"
212
- msgstr "Stem op dit artikel of item"
213
-
214
- # @ yasr
215
- #: ../yasr-metabox-overall-rating.php:71
216
- #: ../lib/yasr-shortcode-functions.php:136
217
- msgid "Loading, please wait"
218
- msgstr "Laden, even wachten svp."
219
-
220
  # @ yasr
221
- #: ../yasr-metabox-overall-rating.php:147
222
- msgid "Save Vote"
223
- msgstr "Stem opslaan"
224
-
225
- # @ default
226
- #: ../yasr-metabox-overall-rating.php:164
227
- msgid "This review is about a..."
228
- msgstr "Deze recensie is over..."
229
 
230
  # @ yasr
231
- #: ../yasr-metabox-overall-rating.php:211
232
- msgid ""
233
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
234
- "where you want to display this rating"
235
- msgstr ""
236
- "Vergeet niet deze shortcode <strong>[yasr_overall_rating]</strong> in te "
237
- "voegen waar je deze stemming wilt tonen"
238
 
239
  # @ yasr
240
- #: ../lib/yasr-shortcode-functions.php:183
241
- #: ../lib/yasr-shortcode-functions.php:194
242
- #: ../lib/yasr-shortcode-functions.php:205
243
- #: ../lib/yasr-shortcode-functions.php:224
244
- #: ../lib/yasr-shortcode-functions.php:234
245
- #: ../lib/yasr-shortcode-functions.php:244 ../lib/yasr-ajax-functions.php:1016
246
- #: ../lib/yasr-ajax-functions.php:1024 ../lib/yasr-ajax-functions.php:1153
247
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
248
  msgid "Total: "
249
  msgstr "Totaal: "
250
 
251
  # @ yasr
252
- #: ../lib/yasr-shortcode-functions.php:183
253
- #: ../lib/yasr-shortcode-functions.php:194
254
- #: ../lib/yasr-shortcode-functions.php:205
255
- #: ../lib/yasr-shortcode-functions.php:224
256
- #: ../lib/yasr-shortcode-functions.php:234
257
- #: ../lib/yasr-shortcode-functions.php:244
258
  msgid "Average: "
259
  msgstr "Gemiddelde: "
260
 
261
  # @ yasr
262
- #: ../lib/yasr-shortcode-functions.php:184
263
- #: ../lib/yasr-shortcode-functions.php:225 ../lib/yasr-ajax-functions.php:1234
264
- msgid "You've already voted this article with"
265
- msgstr "Je hebt al op dit artikel gestemd met"
266
-
267
- # @ yasr
268
- #: ../lib/yasr-shortcode-functions.php:245
269
- msgid "You must sign to vote"
270
- msgstr "Je moet inloggen om te stemmen"
271
-
272
- # @ yasr
273
- #: ../lib/yasr-shortcode-functions.php:410
274
  msgid "Rating"
275
  msgstr "Stemming"
276
 
277
  # @ yasr
278
- #: ../lib/yasr-shortcode-functions.php:424
279
  msgid "You don't have any votes stored"
280
  msgstr "Je hebt geen opgeslagen stemmen"
281
 
282
- #: ../lib/yasr-shortcode-functions.php:460
283
- #: ../lib/yasr-shortcode-functions.php:498
284
  msgid "Post / Page"
285
  msgstr "Bericht / Pagina"
286
 
287
  # @ yasr
288
- #: ../lib/yasr-shortcode-functions.php:461
289
- #: ../lib/yasr-shortcode-functions.php:499
290
  msgid "Order By"
291
  msgstr "Sorteer Op"
292
 
293
  # @ yasr
294
- #: ../lib/yasr-shortcode-functions.php:461
295
- #: ../lib/yasr-shortcode-functions.php:499
296
  msgid "Most Rated"
297
  msgstr "Meeste op Gestemd"
298
 
299
  # @ yasr
300
- #: ../lib/yasr-shortcode-functions.php:461
301
- #: ../lib/yasr-shortcode-functions.php:499
302
  msgid "Highest Rated"
303
  msgstr "Hoogste Stemming"
304
 
305
  # @ yasr
306
- #: ../lib/yasr-shortcode-functions.php:478
307
- #: ../lib/yasr-shortcode-functions.php:513
308
  msgid "Total:"
309
  msgstr "Totaal:"
310
 
311
  # @ yasr
312
- #: ../lib/yasr-shortcode-functions.php:478
313
- #: ../lib/yasr-shortcode-functions.php:513
314
  msgid "Average"
315
  msgstr "Gemiddelde"
316
 
317
  # @ yasr
318
- #: ../lib/yasr-shortcode-functions.php:490
319
  #, fuzzy
320
  msgid "You've not enough data"
321
  msgstr "Je hebt niet genoeg gegevens"
322
 
323
  # @ yasr
324
- #: ../lib/yasr-shortcode-functions.php:525
325
  msgid "You've not enought data"
326
  msgstr "Je hebt niet genoeg gegevens"
327
 
328
  # @ default
329
- #: ../lib/yasr-shortcode-functions.php:610
330
  #, fuzzy
331
  msgid ""
332
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
@@ -336,7 +324,7 @@ msgstr ""
336
  "een recensie gepubliceerd?"
337
 
338
  # @ default
339
- #: ../lib/yasr-shortcode-functions.php:678
340
  #, fuzzy
341
  msgid ""
342
  "Problem while retrieving the top 10 active users chart. Are you sure you "
@@ -432,7 +420,7 @@ msgid "Overall Rating / Author Rating"
432
  msgstr "Algemene Stemming / Auteur Stemming"
433
 
434
  # @ yasr
435
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:467
436
  msgid "Visitor Votes"
437
  msgstr "Bezoekersstemmen"
438
 
@@ -462,20 +450,20 @@ msgid "Size"
462
  msgstr "Afmeting"
463
 
464
  # @ yasr
465
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:457
466
- #: ../lib/yasr-ajax-functions.php:475
467
  msgid "Small"
468
  msgstr "Klein"
469
 
470
  # @ yasr
471
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:458
472
- #: ../lib/yasr-ajax-functions.php:476
473
  msgid "Medium"
474
  msgstr "Gemiddeld"
475
 
476
  # @ yasr
477
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:459
478
- #: ../lib/yasr-ajax-functions.php:477
479
  msgid "Large"
480
  msgstr "Groot"
481
 
@@ -867,107 +855,112 @@ msgid "Not avaible yet"
867
  msgstr ""
868
 
869
  # @ yasr
870
- #: ../lib/yasr-settings-functions.php:1309
 
 
 
 
 
 
871
  msgid "No previous Gd Star Rating installation was found"
872
  msgstr "Geen eerdere Gd Star Rating installatie gevonden"
873
 
874
  # @ yasr
875
- #: ../lib/yasr-db-functions.php:281
876
  #, fuzzy
877
  msgid "No recenet votes yet"
878
  msgstr "Geen Recente stemmen nog"
879
 
880
  # @ default
881
- #: ../lib/yasr-db-functions.php:296 ../lib/yasr-ajax-functions.php:766
882
  msgid "anonymous"
883
  msgstr "anoniem"
884
 
885
  # @ yasr
886
- #: ../lib/yasr-db-functions.php:319 ../lib/yasr-ajax-functions.php:789
887
  msgid "Ip address"
888
  msgstr "Ipadres"
889
 
890
  # @ yasr
891
- #: ../lib/yasr-db-functions.php:360 ../lib/yasr-ajax-functions.php:830
892
  msgid "Pages"
893
  msgstr "Pagina's"
894
 
895
  # @ yasr
896
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
897
  msgid "Yet Another Stars Rating: Settings"
898
  msgstr "Yet Another Stars Rating: Instellingen"
899
 
900
- # @ yasr
901
- #: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
902
- msgid "Overall Rating"
903
- msgstr "Algemene Stemming"
904
 
905
  # @ yasr
906
- #: ../lib/yasr-functions.php:143
907
  msgid "Yet Another Stars Rating: Multiple set"
908
  msgstr "Yet Another Stars Rating: Multi Sets"
909
 
 
 
 
 
 
910
  # @ default
911
- #: ../lib/yasr-functions.php:159
912
  msgid "You don't have enought privileges to insert Overall Rating"
913
  msgstr "Je hebt niet genoeg rechten om Algemene Stemming in te voegen"
914
 
915
  # @ default
916
- #: ../lib/yasr-functions.php:169
917
  msgid "You don't have enought privileges to insert Multi Set"
918
  msgstr "Je hebt niet genoeg rechten om Multi Set in te voegen"
919
 
920
  # @ yasr
921
- #: ../lib/yasr-functions.php:304
922
  msgid " reviewed by "
923
  msgstr "gerecenseerd door"
924
 
925
  # @ yasr
926
- #: ../lib/yasr-functions.php:305
927
  msgid " on "
928
  msgstr "op"
929
 
930
  # @ yasr
931
- #: ../lib/yasr-functions.php:306
932
  msgid " rated "
933
  msgstr "gestemd"
934
 
935
- #: ../lib/yasr-functions.php:306
936
  msgid " of"
937
  msgstr "van"
938
 
939
  # @ yasr
940
- #: ../lib/yasr-functions.php:361
941
  msgid " written by "
942
  msgstr "geschreven door "
943
 
944
  # @ yasr
945
- #: ../lib/yasr-functions.php:363
946
  msgid " average rating "
947
  msgstr " gemiddelde stemming"
948
 
949
  # @ yasr
950
- #: ../lib/yasr-functions.php:364
951
  msgid " user ratings"
952
  msgstr "gebruikersstemmen"
953
 
954
  # @ yasr
955
- #: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
956
- msgid "Follow YASR official site!"
957
- msgstr "Volg de YASR officiële site"
958
-
959
- # @ yasr
960
- #: ../lib/yasr-ajax-functions.php:101
961
  msgid "You've rated it "
962
  msgstr "Je hebt gestemd"
963
 
964
  # @ yasr
965
- #: ../lib/yasr-ajax-functions.php:105
966
  msgid "You've reset the vote"
967
  msgstr "Je hebt de stem ingetrokken"
968
 
969
  # @ yasr
970
- #: ../lib/yasr-ajax-functions.php:169
971
  msgid ""
972
  "There was an error while trying to insert the review type. Please report it"
973
  msgstr ""
@@ -975,162 +968,162 @@ msgstr ""
975
  "bij de maker"
976
 
977
  # @ yasr
978
- #: ../lib/yasr-ajax-functions.php:203
979
  msgid "Choose a vote for each element"
980
  msgstr "Kies een stem voor ieder element"
981
 
982
  # @ yasr
983
- #: ../lib/yasr-ajax-functions.php:260 ../lib/yasr-ajax-functions.php:303
984
  msgid "Remember to insert this shortcode"
985
  msgstr "Vergeet niet deze shortcode in te voegen"
986
 
987
  # @ yasr
988
- #: ../lib/yasr-ajax-functions.php:262 ../lib/yasr-ajax-functions.php:305
989
  msgid "where you want to display this multi set"
990
  msgstr "waar je deze multi set wilt tonen"
991
 
992
  # @ yasr
993
- #: ../lib/yasr-ajax-functions.php:270
994
  msgid "Choose a vote for every element"
995
  msgstr "Kies een stem voor ieder element"
996
 
997
  # @ yasr
998
- #: ../lib/yasr-ajax-functions.php:437
999
  msgid "Main"
1000
  msgstr "Hoofd"
1001
 
1002
  # @ yasr
1003
- #: ../lib/yasr-ajax-functions.php:438
1004
  msgid "Charts"
1005
  msgstr "Grafieken"
1006
 
1007
  # @ yasr
1008
- #: ../lib/yasr-ajax-functions.php:440
1009
  msgid "Read the doc"
1010
  msgstr "Lees de documentatie"
1011
 
1012
  # @ yasr
1013
- #: ../lib/yasr-ajax-functions.php:449
1014
  msgid "Overall Rating / Review"
1015
  msgstr "Algemene Stemming / Recensie"
1016
 
1017
  # @ yasr
1018
- #: ../lib/yasr-ajax-functions.php:451
1019
  msgid "Insert Overall Rating"
1020
  msgstr "Voeg Algemene Stemming in"
1021
 
1022
  # @ yasr
1023
- #: ../lib/yasr-ajax-functions.php:452
1024
  msgid "Insert Overall Rating / Review for this post"
1025
  msgstr "Voeg Algemene Stemming / Recensie voor dit bericht in"
1026
 
1027
  # @ yasr
1028
- #: ../lib/yasr-ajax-functions.php:455 ../lib/yasr-ajax-functions.php:473
1029
  msgid "Choose Size"
1030
  msgstr "Kies Grootte"
1031
 
1032
  # @ yasr
1033
- #: ../lib/yasr-ajax-functions.php:469
1034
  msgid "Insert Visitor Votes"
1035
  msgstr "Invoegen Bezoekersstemmen"
1036
 
1037
  # @ yasr
1038
- #: ../lib/yasr-ajax-functions.php:470
1039
  msgid "Insert the ability for your visitor to vote"
1040
  msgstr "Maak het mogelijk voor je bezoekers om te stemmen"
1041
 
1042
  # @ yasr
1043
- #: ../lib/yasr-ajax-functions.php:487
1044
  msgid "If you want to insert a Multi Set, pick one:"
1045
  msgstr "Als je een Multi Set wilt invoegen, kies er één:"
1046
 
1047
  # @ yasr
1048
- #: ../lib/yasr-ajax-functions.php:493
1049
  msgid "Choose wich set you want to insert."
1050
  msgstr "Kies welke set je wilt invoegen."
1051
 
1052
  # @ yasr
1053
- #: ../lib/yasr-ajax-functions.php:501
1054
  msgid "Insert Multiset:"
1055
  msgstr "Invoegen Multi Set:"
1056
 
1057
  # @ yasr
1058
- #: ../lib/yasr-ajax-functions.php:504
1059
  msgid "Insert Multiple Set"
1060
  msgstr "Invoegen Multi Set"
1061
 
1062
  # @ yasr
1063
- #: ../lib/yasr-ajax-functions.php:505
1064
  msgid "Insert multiple set in this post ?"
1065
  msgstr "Invoegen Multi Set in dit bericht?"
1066
 
1067
  # @ yasr
1068
- #: ../lib/yasr-ajax-functions.php:520
1069
  msgid "Ranking reviews"
1070
  msgstr "Ranglijst recensies"
1071
 
1072
  # @ yasr
1073
- #: ../lib/yasr-ajax-functions.php:521
1074
  msgid "Insert Ranking reviews"
1075
  msgstr "Invoegen Ranglijst recensies"
1076
 
1077
  # @ yasr
1078
- #: ../lib/yasr-ajax-functions.php:522
1079
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1080
  msgstr "Invoegen Top 10 ranglijst voor [yasr_overall_rating] shortcode"
1081
 
1082
  # @ yasr
1083
- #: ../lib/yasr-ajax-functions.php:526
1084
  msgid "Users' ranking"
1085
  msgstr "Gebruikersranglijst"
1086
 
1087
  # @ yasr
1088
- #: ../lib/yasr-ajax-functions.php:527
1089
  msgid "Insert Users ranking"
1090
  msgstr "Invoegen Gebruikersranglijst"
1091
 
1092
  # @ yasr
1093
- #: ../lib/yasr-ajax-functions.php:528
1094
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1095
  msgstr "Invoegen Top 10 ranglijst voor [yasr_visitor_votes] shortcode"
1096
 
1097
  # @ yasr
1098
- #: ../lib/yasr-ajax-functions.php:532
1099
  msgid "Most active reviewers"
1100
  msgstr "Meest actieve recensenten"
1101
 
1102
  # @ yasr
1103
- #: ../lib/yasr-ajax-functions.php:533
1104
  msgid "Insert Most Active Reviewers"
1105
  msgstr "Invoegen Meest Actieve Recensenten"
1106
 
1107
  # @ yasr
1108
- #: ../lib/yasr-ajax-functions.php:534
1109
  msgid "Insert Top 5 active reviewers"
1110
  msgstr "Invoegen Top 5 actieve recensenten"
1111
 
1112
  # @ yasr
1113
- #: ../lib/yasr-ajax-functions.php:538
1114
  msgid "Most Active Users"
1115
  msgstr "Meest Actieve Gebruikers"
1116
 
1117
  # @ yasr
1118
- #: ../lib/yasr-ajax-functions.php:539
1119
  msgid "Insert Most Active Users"
1120
  msgstr "Invoegen Meest Actieve Gebruikers"
1121
 
1122
  # @ yasr
1123
- #: ../lib/yasr-ajax-functions.php:540
1124
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1125
  msgstr "Invoegen Top 10 stemmers [yasr_visitor_votes] shortcode"
1126
 
1127
  # @ yasr
1128
- #: ../lib/yasr-ajax-functions.php:611
1129
  msgid "Reviews and Visitor Votes have been successfull imported."
1130
  msgstr "Recensies en Bezoekersstemmen zijn succesvol geïmporteerd."
1131
 
1132
  # @ yasr
1133
- #: ../lib/yasr-ajax-functions.php:617
1134
  msgid ""
1135
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1136
  "THIS MAY TAKE A WHILE!"
@@ -1139,97 +1132,103 @@ msgstr ""
1139
  "KAN EVEN DUREN! "
1140
 
1141
  # @ yasr
1142
- #: ../lib/yasr-ajax-functions.php:619
1143
  msgid "Proceed Step 2"
1144
  msgstr "Verder met stap 2"
1145
 
1146
  # @ yasr
1147
- #: ../lib/yasr-ajax-functions.php:626
1148
  msgid "Something goes wrong! Refresh the page and try again!"
1149
  msgstr "Er ging iets mis. Vernieuw de pagina en probeer het nogmaals."
1150
 
1151
  # @ yasr
1152
- #: ../lib/yasr-ajax-functions.php:655
1153
  msgid "I've found Multiple Set! Importing..."
1154
  msgstr "Meerdere Multi Sets gevonden. Aan het importeren..."
1155
 
1156
  # @ yasr
1157
- #: ../lib/yasr-ajax-functions.php:664
1158
  msgid "Multi Set's name has been successfull imported."
1159
  msgstr "Naam van Multi Set is succesvol geïmporteerd."
1160
 
1161
  # @ yasr
1162
- #: ../lib/yasr-ajax-functions.php:666
1163
  msgid "Now I'm going to import Multi Set data"
1164
  msgstr "Beginnen met het importeren van Multi Set gegevens"
1165
 
1166
  # @ yasr
1167
- #: ../lib/yasr-ajax-functions.php:677
1168
  msgid "All votes has been successfull imported."
1169
  msgstr "Alle stemmen zijn succesvol geïmporteerd."
1170
 
1171
  # @ yasr
1172
- #: ../lib/yasr-ajax-functions.php:679
1173
  msgid "Done"
1174
  msgstr "Klaar"
1175
 
1176
  # @ yasr
1177
- #: ../lib/yasr-ajax-functions.php:684
1178
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1179
  msgstr ""
1180
  "Er zijn stemmen van meerdere Multi Sets gevonden maar deze konden niet "
1181
  "geïmporteerd worden in de database"
1182
 
1183
  # @ yasr
1184
- #: ../lib/yasr-ajax-functions.php:692
1185
  msgid "I've found Multi Set but with no data"
1186
  msgstr "De Multi Set is gevonden maar deze bevat geen gegevens"
1187
 
1188
  # @ yasr
1189
- #: ../lib/yasr-ajax-functions.php:701
1190
  msgid "I've found Multi Sets names but I couldn't insert into db"
1191
  msgstr ""
1192
  "Multi Set namen zijn gevonden maar ze konden niet in de database "
1193
  "geïmporteerd worden"
1194
 
1195
  # @ yasr
1196
- #: ../lib/yasr-ajax-functions.php:709
1197
  msgid "Multisets were not found. Imported is done!"
1198
  msgstr "Geen Multi Sets gevonden. Importeren is klaar."
1199
 
1200
  # @ yasr
1201
- #: ../lib/yasr-ajax-functions.php:753
1202
  msgid "No Recenet votes yet"
1203
  msgstr "Geen Recente stemmen nog"
1204
 
1205
  # @ yasr
1206
- #: ../lib/yasr-ajax-functions.php:920 ../lib/yasr-ajax-functions.php:1062
1207
  msgid "Error: you can't vote 0"
1208
  msgstr "Error: je kunt niet 0 stemmen"
1209
 
1210
  # @ yasr
1211
- #: ../lib/yasr-ajax-functions.php:1016 ../lib/yasr-ajax-functions.php:1024
1212
  msgid "Average rating"
1213
  msgstr "Gemiddelde stemming"
1214
 
1215
  # @ yasr
1216
- #: ../lib/yasr-ajax-functions.php:1017 ../lib/yasr-ajax-functions.php:1025
1217
  msgid "Vote Saved"
1218
  msgstr "Stem Opgeslagen"
1219
 
1220
  # @ yasr
1221
- #: ../lib/yasr-ajax-functions.php:1154
1222
  #, fuzzy
1223
  msgid "Vote updated"
1224
  msgstr "Stem Bijgewerkt"
1225
 
1226
  # @ yasr
1227
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
1228
  msgid "Average "
1229
  msgstr "Gemiddeld"
1230
 
1231
  # @ yasr
1232
- #: ../lib/yasr-ajax-functions.php:1358
 
 
 
 
 
 
1233
  #, fuzzy
1234
  msgid "stars"
1235
  msgstr "Sterren"
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-03-03 12:37+0100\n"
6
+ "PO-Revision-Date: 2015-03-03 12:37+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: NL\n"
9
  "Language: nl_NL\n"
21
  "X-Poedit-SearchPath-1: ../lib\n"
22
 
23
  # @ yasr
24
+ #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
25
+ msgid "Rate this article / item"
26
+ msgstr "Stem op dit artikel of item"
27
+
28
+ # @ yasr
29
+ #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
30
+ msgid "Loading, please wait"
31
+ msgstr "Laden, even wachten svp."
32
+
33
+ # @ yasr
34
+ #: ../yasr-metabox-top-right.php:147
35
+ msgid "Save Vote"
36
+ msgstr "Stem opslaan"
37
+
38
+ # @ default
39
+ #: ../yasr-metabox-top-right.php:164
40
+ msgid "This review is about a..."
41
+ msgstr "Deze recensie is over..."
42
+
43
+ # @ default
44
+ # @ yasr
45
+ #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
46
+ #: ../lib/yasr-settings-functions.php:505
47
+ msgid "Select"
48
+ msgstr "Selecteren"
49
+
50
+ # @ yasr
51
+ #: ../yasr-metabox-top-right.php:211
52
+ msgid ""
53
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
54
+ "where you want to display this rating"
55
+ msgstr ""
56
+ "Vergeet niet deze shortcode <strong>[yasr_overall_rating]</strong> in te "
57
+ "voegen waar je deze stemming wilt tonen"
58
+
59
+ # @ yasr
60
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
61
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
62
+ #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
63
  msgid "You do not have sufficient permissions to access this page."
64
  msgstr "Je hebt niet voldoende rechten om deze pagina te laden."
65
 
208
  msgstr "Sluit dit bericht"
209
 
210
  # @ yasr
211
+ #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
212
+ #: ../lib/yasr-settings-functions.php:1320
213
  msgid "Donations"
214
  msgstr "Donaties"
215
 
216
  # @ yasr
217
+ #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
218
+ #: ../lib/yasr-settings-functions.php:1322
219
  msgid ""
220
  "If you have found this plugin useful, please consider making a donation to "
221
  "help support future development. Your support will be much appreciated. "
224
  "verdere ontwikkeling te ondersteunen. Je steun wordt erg gewaardeerd."
225
 
226
  # @ yasr
227
+ #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
228
+ #: ../lib/yasr-settings-functions.php:1324
229
  msgid "Thank you!"
230
  msgstr "Bedankt."
231
 
234
  msgid "Choose wich set you want to use"
235
  msgstr "Kies welke set je wilt gebruiken"
236
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  # @ yasr
238
+ #: ../lib/yasr-shortcode-functions.php:185
239
+ #: ../lib/yasr-shortcode-functions.php:207
240
+ msgid "You've already voted this article with"
241
+ msgstr "Je hebt al op dit artikel gestemd met"
 
 
 
 
242
 
243
  # @ yasr
244
+ #: ../lib/yasr-shortcode-functions.php:218
245
+ msgid "You must sign to vote"
246
+ msgstr "Je moet inloggen om te stemmen"
 
 
 
 
247
 
248
  # @ yasr
249
+ #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
250
+ #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
251
+ #: ../lib/yasr-ajax-functions.php:1220
 
 
 
 
 
252
  msgid "Total: "
253
  msgstr "Totaal: "
254
 
255
  # @ yasr
256
+ #: ../lib/yasr-shortcode-functions.php:227
 
 
 
 
 
257
  msgid "Average: "
258
  msgstr "Gemiddelde: "
259
 
260
  # @ yasr
261
+ #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
 
 
262
  msgid "Rating"
263
  msgstr "Stemming"
264
 
265
  # @ yasr
266
+ #: ../lib/yasr-shortcode-functions.php:406
267
  msgid "You don't have any votes stored"
268
  msgstr "Je hebt geen opgeslagen stemmen"
269
 
270
+ #: ../lib/yasr-shortcode-functions.php:442
271
+ #: ../lib/yasr-shortcode-functions.php:480
272
  msgid "Post / Page"
273
  msgstr "Bericht / Pagina"
274
 
275
  # @ yasr
276
+ #: ../lib/yasr-shortcode-functions.php:443
277
+ #: ../lib/yasr-shortcode-functions.php:481
278
  msgid "Order By"
279
  msgstr "Sorteer Op"
280
 
281
  # @ yasr
282
+ #: ../lib/yasr-shortcode-functions.php:443
283
+ #: ../lib/yasr-shortcode-functions.php:481
284
  msgid "Most Rated"
285
  msgstr "Meeste op Gestemd"
286
 
287
  # @ yasr
288
+ #: ../lib/yasr-shortcode-functions.php:443
289
+ #: ../lib/yasr-shortcode-functions.php:481
290
  msgid "Highest Rated"
291
  msgstr "Hoogste Stemming"
292
 
293
  # @ yasr
294
+ #: ../lib/yasr-shortcode-functions.php:460
295
+ #: ../lib/yasr-shortcode-functions.php:495
296
  msgid "Total:"
297
  msgstr "Totaal:"
298
 
299
  # @ yasr
300
+ #: ../lib/yasr-shortcode-functions.php:460
301
+ #: ../lib/yasr-shortcode-functions.php:495
302
  msgid "Average"
303
  msgstr "Gemiddelde"
304
 
305
  # @ yasr
306
+ #: ../lib/yasr-shortcode-functions.php:472
307
  #, fuzzy
308
  msgid "You've not enough data"
309
  msgstr "Je hebt niet genoeg gegevens"
310
 
311
  # @ yasr
312
+ #: ../lib/yasr-shortcode-functions.php:507
313
  msgid "You've not enought data"
314
  msgstr "Je hebt niet genoeg gegevens"
315
 
316
  # @ default
317
+ #: ../lib/yasr-shortcode-functions.php:592
318
  #, fuzzy
319
  msgid ""
320
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
324
  "een recensie gepubliceerd?"
325
 
326
  # @ default
327
+ #: ../lib/yasr-shortcode-functions.php:660
328
  #, fuzzy
329
  msgid ""
330
  "Problem while retrieving the top 10 active users chart. Are you sure you "
420
  msgstr "Algemene Stemming / Auteur Stemming"
421
 
422
  # @ yasr
423
+ #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
424
  msgid "Visitor Votes"
425
  msgstr "Bezoekersstemmen"
426
 
450
  msgstr "Afmeting"
451
 
452
  # @ yasr
453
+ #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
454
+ #: ../lib/yasr-ajax-functions.php:470
455
  msgid "Small"
456
  msgstr "Klein"
457
 
458
  # @ yasr
459
+ #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
460
+ #: ../lib/yasr-ajax-functions.php:471
461
  msgid "Medium"
462
  msgstr "Gemiddeld"
463
 
464
  # @ yasr
465
+ #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
466
+ #: ../lib/yasr-ajax-functions.php:472
467
  msgid "Large"
468
  msgstr "Groot"
469
 
855
  msgstr ""
856
 
857
  # @ yasr
858
+ #: ../lib/yasr-settings-functions.php:1306
859
+ #: ../lib/yasr-settings-functions.php:1333
860
+ msgid "Follow YASR official site!"
861
+ msgstr "Volg de YASR officiële site"
862
+
863
+ # @ yasr
864
+ #: ../lib/yasr-settings-functions.php:1363
865
  msgid "No previous Gd Star Rating installation was found"
866
  msgstr "Geen eerdere Gd Star Rating installatie gevonden"
867
 
868
  # @ yasr
869
+ #: ../lib/yasr-db-functions.php:280
870
  #, fuzzy
871
  msgid "No recenet votes yet"
872
  msgstr "Geen Recente stemmen nog"
873
 
874
  # @ default
875
+ #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
876
  msgid "anonymous"
877
  msgstr "anoniem"
878
 
879
  # @ yasr
880
+ #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
881
  msgid "Ip address"
882
  msgstr "Ipadres"
883
 
884
  # @ yasr
885
+ #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
886
  msgid "Pages"
887
  msgstr "Pagina's"
888
 
889
  # @ yasr
890
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
891
  msgid "Yet Another Stars Rating: Settings"
892
  msgstr "Yet Another Stars Rating: Instellingen"
893
 
894
+ #: ../lib/yasr-functions.php:143
895
+ msgid "YASR"
896
+ msgstr ""
 
897
 
898
  # @ yasr
899
+ #: ../lib/yasr-functions.php:144
900
  msgid "Yet Another Stars Rating: Multiple set"
901
  msgstr "Yet Another Stars Rating: Multi Sets"
902
 
903
+ # @ yasr
904
+ #: ../lib/yasr-functions.php:150
905
+ msgid "Overall Rating"
906
+ msgstr "Algemene Stemming"
907
+
908
  # @ default
909
+ #: ../lib/yasr-functions.php:160
910
  msgid "You don't have enought privileges to insert Overall Rating"
911
  msgstr "Je hebt niet genoeg rechten om Algemene Stemming in te voegen"
912
 
913
  # @ default
914
+ #: ../lib/yasr-functions.php:170
915
  msgid "You don't have enought privileges to insert Multi Set"
916
  msgstr "Je hebt niet genoeg rechten om Multi Set in te voegen"
917
 
918
  # @ yasr
919
+ #: ../lib/yasr-functions.php:310
920
  msgid " reviewed by "
921
  msgstr "gerecenseerd door"
922
 
923
  # @ yasr
924
+ #: ../lib/yasr-functions.php:311
925
  msgid " on "
926
  msgstr "op"
927
 
928
  # @ yasr
929
+ #: ../lib/yasr-functions.php:312
930
  msgid " rated "
931
  msgstr "gestemd"
932
 
933
+ #: ../lib/yasr-functions.php:312
934
  msgid " of"
935
  msgstr "van"
936
 
937
  # @ yasr
938
+ #: ../lib/yasr-functions.php:359
939
  msgid " written by "
940
  msgstr "geschreven door "
941
 
942
  # @ yasr
943
+ #: ../lib/yasr-functions.php:361
944
  msgid " average rating "
945
  msgstr " gemiddelde stemming"
946
 
947
  # @ yasr
948
+ #: ../lib/yasr-functions.php:362
949
  msgid " user ratings"
950
  msgstr "gebruikersstemmen"
951
 
952
  # @ yasr
953
+ #: ../lib/yasr-ajax-functions.php:96
 
 
 
 
 
954
  msgid "You've rated it "
955
  msgstr "Je hebt gestemd"
956
 
957
  # @ yasr
958
+ #: ../lib/yasr-ajax-functions.php:100
959
  msgid "You've reset the vote"
960
  msgstr "Je hebt de stem ingetrokken"
961
 
962
  # @ yasr
963
+ #: ../lib/yasr-ajax-functions.php:164
964
  msgid ""
965
  "There was an error while trying to insert the review type. Please report it"
966
  msgstr ""
968
  "bij de maker"
969
 
970
  # @ yasr
971
+ #: ../lib/yasr-ajax-functions.php:198
972
  msgid "Choose a vote for each element"
973
  msgstr "Kies een stem voor ieder element"
974
 
975
  # @ yasr
976
+ #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
977
  msgid "Remember to insert this shortcode"
978
  msgstr "Vergeet niet deze shortcode in te voegen"
979
 
980
  # @ yasr
981
+ #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
982
  msgid "where you want to display this multi set"
983
  msgstr "waar je deze multi set wilt tonen"
984
 
985
  # @ yasr
986
+ #: ../lib/yasr-ajax-functions.php:265
987
  msgid "Choose a vote for every element"
988
  msgstr "Kies een stem voor ieder element"
989
 
990
  # @ yasr
991
+ #: ../lib/yasr-ajax-functions.php:432
992
  msgid "Main"
993
  msgstr "Hoofd"
994
 
995
  # @ yasr
996
+ #: ../lib/yasr-ajax-functions.php:433
997
  msgid "Charts"
998
  msgstr "Grafieken"
999
 
1000
  # @ yasr
1001
+ #: ../lib/yasr-ajax-functions.php:435
1002
  msgid "Read the doc"
1003
  msgstr "Lees de documentatie"
1004
 
1005
  # @ yasr
1006
+ #: ../lib/yasr-ajax-functions.php:444
1007
  msgid "Overall Rating / Review"
1008
  msgstr "Algemene Stemming / Recensie"
1009
 
1010
  # @ yasr
1011
+ #: ../lib/yasr-ajax-functions.php:446
1012
  msgid "Insert Overall Rating"
1013
  msgstr "Voeg Algemene Stemming in"
1014
 
1015
  # @ yasr
1016
+ #: ../lib/yasr-ajax-functions.php:447
1017
  msgid "Insert Overall Rating / Review for this post"
1018
  msgstr "Voeg Algemene Stemming / Recensie voor dit bericht in"
1019
 
1020
  # @ yasr
1021
+ #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
1022
  msgid "Choose Size"
1023
  msgstr "Kies Grootte"
1024
 
1025
  # @ yasr
1026
+ #: ../lib/yasr-ajax-functions.php:464
1027
  msgid "Insert Visitor Votes"
1028
  msgstr "Invoegen Bezoekersstemmen"
1029
 
1030
  # @ yasr
1031
+ #: ../lib/yasr-ajax-functions.php:465
1032
  msgid "Insert the ability for your visitor to vote"
1033
  msgstr "Maak het mogelijk voor je bezoekers om te stemmen"
1034
 
1035
  # @ yasr
1036
+ #: ../lib/yasr-ajax-functions.php:482
1037
  msgid "If you want to insert a Multi Set, pick one:"
1038
  msgstr "Als je een Multi Set wilt invoegen, kies er één:"
1039
 
1040
  # @ yasr
1041
+ #: ../lib/yasr-ajax-functions.php:488
1042
  msgid "Choose wich set you want to insert."
1043
  msgstr "Kies welke set je wilt invoegen."
1044
 
1045
  # @ yasr
1046
+ #: ../lib/yasr-ajax-functions.php:496
1047
  msgid "Insert Multiset:"
1048
  msgstr "Invoegen Multi Set:"
1049
 
1050
  # @ yasr
1051
+ #: ../lib/yasr-ajax-functions.php:499
1052
  msgid "Insert Multiple Set"
1053
  msgstr "Invoegen Multi Set"
1054
 
1055
  # @ yasr
1056
+ #: ../lib/yasr-ajax-functions.php:500
1057
  msgid "Insert multiple set in this post ?"
1058
  msgstr "Invoegen Multi Set in dit bericht?"
1059
 
1060
  # @ yasr
1061
+ #: ../lib/yasr-ajax-functions.php:515
1062
  msgid "Ranking reviews"
1063
  msgstr "Ranglijst recensies"
1064
 
1065
  # @ yasr
1066
+ #: ../lib/yasr-ajax-functions.php:516
1067
  msgid "Insert Ranking reviews"
1068
  msgstr "Invoegen Ranglijst recensies"
1069
 
1070
  # @ yasr
1071
+ #: ../lib/yasr-ajax-functions.php:517
1072
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1073
  msgstr "Invoegen Top 10 ranglijst voor [yasr_overall_rating] shortcode"
1074
 
1075
  # @ yasr
1076
+ #: ../lib/yasr-ajax-functions.php:521
1077
  msgid "Users' ranking"
1078
  msgstr "Gebruikersranglijst"
1079
 
1080
  # @ yasr
1081
+ #: ../lib/yasr-ajax-functions.php:522
1082
  msgid "Insert Users ranking"
1083
  msgstr "Invoegen Gebruikersranglijst"
1084
 
1085
  # @ yasr
1086
+ #: ../lib/yasr-ajax-functions.php:523
1087
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1088
  msgstr "Invoegen Top 10 ranglijst voor [yasr_visitor_votes] shortcode"
1089
 
1090
  # @ yasr
1091
+ #: ../lib/yasr-ajax-functions.php:527
1092
  msgid "Most active reviewers"
1093
  msgstr "Meest actieve recensenten"
1094
 
1095
  # @ yasr
1096
+ #: ../lib/yasr-ajax-functions.php:528
1097
  msgid "Insert Most Active Reviewers"
1098
  msgstr "Invoegen Meest Actieve Recensenten"
1099
 
1100
  # @ yasr
1101
+ #: ../lib/yasr-ajax-functions.php:529
1102
  msgid "Insert Top 5 active reviewers"
1103
  msgstr "Invoegen Top 5 actieve recensenten"
1104
 
1105
  # @ yasr
1106
+ #: ../lib/yasr-ajax-functions.php:533
1107
  msgid "Most Active Users"
1108
  msgstr "Meest Actieve Gebruikers"
1109
 
1110
  # @ yasr
1111
+ #: ../lib/yasr-ajax-functions.php:534
1112
  msgid "Insert Most Active Users"
1113
  msgstr "Invoegen Meest Actieve Gebruikers"
1114
 
1115
  # @ yasr
1116
+ #: ../lib/yasr-ajax-functions.php:535
1117
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1118
  msgstr "Invoegen Top 10 stemmers [yasr_visitor_votes] shortcode"
1119
 
1120
  # @ yasr
1121
+ #: ../lib/yasr-ajax-functions.php:606
1122
  msgid "Reviews and Visitor Votes have been successfull imported."
1123
  msgstr "Recensies en Bezoekersstemmen zijn succesvol geïmporteerd."
1124
 
1125
  # @ yasr
1126
+ #: ../lib/yasr-ajax-functions.php:612
1127
  msgid ""
1128
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1129
  "THIS MAY TAKE A WHILE!"
1132
  "KAN EVEN DUREN! "
1133
 
1134
  # @ yasr
1135
+ #: ../lib/yasr-ajax-functions.php:614
1136
  msgid "Proceed Step 2"
1137
  msgstr "Verder met stap 2"
1138
 
1139
  # @ yasr
1140
+ #: ../lib/yasr-ajax-functions.php:621
1141
  msgid "Something goes wrong! Refresh the page and try again!"
1142
  msgstr "Er ging iets mis. Vernieuw de pagina en probeer het nogmaals."
1143
 
1144
  # @ yasr
1145
+ #: ../lib/yasr-ajax-functions.php:650
1146
  msgid "I've found Multiple Set! Importing..."
1147
  msgstr "Meerdere Multi Sets gevonden. Aan het importeren..."
1148
 
1149
  # @ yasr
1150
+ #: ../lib/yasr-ajax-functions.php:659
1151
  msgid "Multi Set's name has been successfull imported."
1152
  msgstr "Naam van Multi Set is succesvol geïmporteerd."
1153
 
1154
  # @ yasr
1155
+ #: ../lib/yasr-ajax-functions.php:661
1156
  msgid "Now I'm going to import Multi Set data"
1157
  msgstr "Beginnen met het importeren van Multi Set gegevens"
1158
 
1159
  # @ yasr
1160
+ #: ../lib/yasr-ajax-functions.php:672
1161
  msgid "All votes has been successfull imported."
1162
  msgstr "Alle stemmen zijn succesvol geïmporteerd."
1163
 
1164
  # @ yasr
1165
+ #: ../lib/yasr-ajax-functions.php:674
1166
  msgid "Done"
1167
  msgstr "Klaar"
1168
 
1169
  # @ yasr
1170
+ #: ../lib/yasr-ajax-functions.php:679
1171
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1172
  msgstr ""
1173
  "Er zijn stemmen van meerdere Multi Sets gevonden maar deze konden niet "
1174
  "geïmporteerd worden in de database"
1175
 
1176
  # @ yasr
1177
+ #: ../lib/yasr-ajax-functions.php:687
1178
  msgid "I've found Multi Set but with no data"
1179
  msgstr "De Multi Set is gevonden maar deze bevat geen gegevens"
1180
 
1181
  # @ yasr
1182
+ #: ../lib/yasr-ajax-functions.php:696
1183
  msgid "I've found Multi Sets names but I couldn't insert into db"
1184
  msgstr ""
1185
  "Multi Set namen zijn gevonden maar ze konden niet in de database "
1186
  "geïmporteerd worden"
1187
 
1188
  # @ yasr
1189
+ #: ../lib/yasr-ajax-functions.php:704
1190
  msgid "Multisets were not found. Imported is done!"
1191
  msgstr "Geen Multi Sets gevonden. Importeren is klaar."
1192
 
1193
  # @ yasr
1194
+ #: ../lib/yasr-ajax-functions.php:748
1195
  msgid "No Recenet votes yet"
1196
  msgstr "Geen Recente stemmen nog"
1197
 
1198
  # @ yasr
1199
+ #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
1200
  msgid "Error: you can't vote 0"
1201
  msgstr "Error: je kunt niet 0 stemmen"
1202
 
1203
  # @ yasr
1204
+ #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
1205
  msgid "Average rating"
1206
  msgstr "Gemiddelde stemming"
1207
 
1208
  # @ yasr
1209
+ #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1210
  msgid "Vote Saved"
1211
  msgstr "Stem Opgeslagen"
1212
 
1213
  # @ yasr
1214
+ #: ../lib/yasr-ajax-functions.php:1149
1215
  #, fuzzy
1216
  msgid "Vote updated"
1217
  msgstr "Stem Bijgewerkt"
1218
 
1219
  # @ yasr
1220
+ #: ../lib/yasr-ajax-functions.php:1220
1221
  msgid "Average "
1222
  msgstr "Gemiddeld"
1223
 
1224
  # @ yasr
1225
+ #: ../lib/yasr-ajax-functions.php:1231
1226
+ #, fuzzy
1227
+ msgid "You've already voted this article"
1228
+ msgstr "Je hebt al op dit artikel gestemd met"
1229
+
1230
+ # @ yasr
1231
+ #: ../lib/yasr-ajax-functions.php:1356
1232
  #, fuzzy
1233
  msgid "stars"
1234
  msgstr "Sterren"
languages/yasr-pl_PL.mo CHANGED
Binary file
languages/yasr-pl_PL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-01-31 15:36+0100\n"
5
- "PO-Revision-Date: 2015-01-31 15:36+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: Hoek i Tutu Team <hoek@hoek.pl>\n"
8
  "Language: pl_PL\n"
@@ -16,9 +16,38 @@ msgstr ""
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
20
- #: ../lib/yasr-ajax-functions.php:47 ../lib/yasr-ajax-functions.php:192
21
- #: ../lib/yasr-ajax-functions.php:337 ../lib/yasr-ajax-functions.php:741
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  msgid "You do not have sufficient permissions to access this page."
23
  msgstr "Nie posiadasz wystarczających uprawnień, by wejść na tę stronę."
24
 
@@ -139,13 +168,13 @@ msgstr ""
139
  msgid "Close this message"
140
  msgstr "Zamknij tą wiadomość"
141
 
142
- #: ../yasr-settings-page.php:246 ../lib/yasr-functions.php:458
143
- #: ../lib/yasr-functions.php:484
144
  msgid "Donations"
145
  msgstr "Dotacje"
146
 
147
- #: ../yasr-settings-page.php:248 ../lib/yasr-functions.php:460
148
- #: ../lib/yasr-functions.php:486
149
  msgid ""
150
  "If you have found this plugin useful, please consider making a donation to "
151
  "help support future development. Your support will be much appreciated. "
@@ -154,8 +183,8 @@ msgstr ""
154
  "darowizny w celu wsparcia dalszego rozwoju. Twoja pomoc będzie bardzo mile "
155
  "widziana."
156
 
157
- #: ../yasr-settings-page.php:250 ../lib/yasr-functions.php:462
158
- #: ../lib/yasr-functions.php:488
159
  msgid "Thank you!"
160
  msgstr "Dziękuje!"
161
 
@@ -163,115 +192,74 @@ msgstr "Dziękuje!"
163
  msgid "Choose wich set you want to use"
164
  msgstr "Wybierz który zestaw chcesz używać"
165
 
166
- #: ../yasr-metabox-multiple-rating.php:46
167
- #: ../yasr-metabox-overall-rating.php:193
168
- #: ../lib/yasr-settings-functions.php:505
169
- msgid "Select"
170
- msgstr "Wybierz"
171
-
172
- #: ../yasr-metabox-overall-rating.php:65 ../yasr-metabox-overall-rating.php:99
173
- msgid "Rate this article / item"
174
- msgstr "Oceń ten wpis"
175
-
176
- #: ../yasr-metabox-overall-rating.php:71
177
- #: ../lib/yasr-shortcode-functions.php:136
178
- msgid "Loading, please wait"
179
- msgstr "Wczytywanie, proszę czekać"
180
-
181
- #: ../yasr-metabox-overall-rating.php:147
182
- msgid "Save Vote"
183
- msgstr "Zapisz Głos"
184
-
185
- #: ../yasr-metabox-overall-rating.php:164
186
- msgid "This review is about a..."
187
- msgstr ""
188
 
189
- #: ../yasr-metabox-overall-rating.php:211
190
- msgid ""
191
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
192
- "where you want to display this rating"
193
- msgstr ""
194
- "Pamiętaj aby wstawić ten kod <strong>[yasr_overall_rating]</strong> w "
195
- "miejscu gdzie ma wyświetlać się ocena"
196
 
197
- #: ../lib/yasr-shortcode-functions.php:183
198
- #: ../lib/yasr-shortcode-functions.php:194
199
- #: ../lib/yasr-shortcode-functions.php:205
200
- #: ../lib/yasr-shortcode-functions.php:224
201
- #: ../lib/yasr-shortcode-functions.php:234
202
- #: ../lib/yasr-shortcode-functions.php:244 ../lib/yasr-ajax-functions.php:1016
203
- #: ../lib/yasr-ajax-functions.php:1024 ../lib/yasr-ajax-functions.php:1153
204
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
205
  msgid "Total: "
206
  msgstr "Głosów:"
207
 
208
- #: ../lib/yasr-shortcode-functions.php:183
209
- #: ../lib/yasr-shortcode-functions.php:194
210
- #: ../lib/yasr-shortcode-functions.php:205
211
- #: ../lib/yasr-shortcode-functions.php:224
212
- #: ../lib/yasr-shortcode-functions.php:234
213
- #: ../lib/yasr-shortcode-functions.php:244
214
  msgid "Average: "
215
  msgstr "Średnia:"
216
 
217
- #: ../lib/yasr-shortcode-functions.php:184
218
- #: ../lib/yasr-shortcode-functions.php:225 ../lib/yasr-ajax-functions.php:1234
219
- msgid "You've already voted this article with"
220
- msgstr "Już oceniałeś. Twoja ocena to"
221
-
222
- #: ../lib/yasr-shortcode-functions.php:245
223
- msgid "You must sign to vote"
224
- msgstr "Musisz się zarejestrować, aby głosować"
225
-
226
- #: ../lib/yasr-shortcode-functions.php:410
227
  msgid "Rating"
228
  msgstr "Ocena"
229
 
230
- #: ../lib/yasr-shortcode-functions.php:424
231
  msgid "You don't have any votes stored"
232
  msgstr "Nie masz żadnych przechowywanych głosów"
233
 
234
- #: ../lib/yasr-shortcode-functions.php:460
235
- #: ../lib/yasr-shortcode-functions.php:498
236
  msgid "Post / Page"
237
  msgstr ""
238
 
239
- #: ../lib/yasr-shortcode-functions.php:461
240
- #: ../lib/yasr-shortcode-functions.php:499
241
  msgid "Order By"
242
  msgstr ""
243
 
244
- #: ../lib/yasr-shortcode-functions.php:461
245
- #: ../lib/yasr-shortcode-functions.php:499
246
  #, fuzzy
247
  msgid "Most Rated"
248
  msgstr "Głos zaktualizowany"
249
 
250
- #: ../lib/yasr-shortcode-functions.php:461
251
- #: ../lib/yasr-shortcode-functions.php:499
252
  msgid "Highest Rated"
253
  msgstr ""
254
 
255
- #: ../lib/yasr-shortcode-functions.php:478
256
- #: ../lib/yasr-shortcode-functions.php:513
257
  msgid "Total:"
258
  msgstr "Głosów:"
259
 
260
- #: ../lib/yasr-shortcode-functions.php:478
261
- #: ../lib/yasr-shortcode-functions.php:513
262
  msgid "Average"
263
  msgstr "Średnia"
264
 
265
- #: ../lib/yasr-shortcode-functions.php:490
266
  #, fuzzy
267
  msgid "You've not enough data"
268
  msgstr "Nie masz wystarczająco danych"
269
 
270
- #: ../lib/yasr-shortcode-functions.php:525
271
  msgid "You've not enought data"
272
  msgstr "Nie masz wystarczająco danych"
273
 
274
- #: ../lib/yasr-shortcode-functions.php:610
275
  #, fuzzy
276
  msgid ""
277
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
@@ -280,7 +268,7 @@ msgstr ""
280
  "Problem podczas pobierania Top 5 najaktywniejszych recenzentów. Czy "
281
  "opublikowałeś jakieś recenzje?"
282
 
283
- #: ../lib/yasr-shortcode-functions.php:678
284
  #, fuzzy
285
  msgid ""
286
  "Problem while retrieving the top 10 active users chart. Are you sure you "
@@ -363,7 +351,7 @@ msgstr "Co?"
363
  msgid "Overall Rating / Author Rating"
364
  msgstr "Ogólna ocena / Ocena autora"
365
 
366
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:467
367
  msgid "Visitor Votes"
368
  msgstr "Głosy gości"
369
 
@@ -387,18 +375,18 @@ msgstr "Po wpisie"
387
  msgid "Size"
388
  msgstr "Rozmiar"
389
 
390
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:457
391
- #: ../lib/yasr-ajax-functions.php:475
392
  msgid "Small"
393
  msgstr "Małe"
394
 
395
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:458
396
- #: ../lib/yasr-ajax-functions.php:476
397
  msgid "Medium"
398
  msgstr "Średnie"
399
 
400
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:459
401
- #: ../lib/yasr-ajax-functions.php:477
402
  msgid "Large"
403
  msgstr "Duże"
404
 
@@ -730,228 +718,233 @@ msgstr ""
730
  msgid "Not avaible yet"
731
  msgstr ""
732
 
733
- #: ../lib/yasr-settings-functions.php:1309
 
 
 
 
 
734
  msgid "No previous Gd Star Rating installation was found"
735
  msgstr "Nie znaleziono wcześniejszych instalacji Gd Star Rating"
736
 
737
- #: ../lib/yasr-db-functions.php:281
738
  #, fuzzy
739
  msgid "No recenet votes yet"
740
  msgstr "Brak najnowszych głosów"
741
 
742
- #: ../lib/yasr-db-functions.php:296 ../lib/yasr-ajax-functions.php:766
743
  msgid "anonymous"
744
  msgstr "Anonim"
745
 
746
- #: ../lib/yasr-db-functions.php:319 ../lib/yasr-ajax-functions.php:789
747
  msgid "Ip address"
748
  msgstr "Adres IP"
749
 
750
- #: ../lib/yasr-db-functions.php:360 ../lib/yasr-ajax-functions.php:830
751
  msgid "Pages"
752
  msgstr "Strony"
753
 
754
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
755
  msgid "Yet Another Stars Rating: Settings"
756
  msgstr "Yet Another Stars Rating: Ustawienia"
757
 
758
- #: ../lib/yasr-functions.php:142 ../lib/yasr-functions.php:149
759
- msgid "Overall Rating"
760
- msgstr "Ocena ogólna"
761
-
762
  #: ../lib/yasr-functions.php:143
 
 
 
 
763
  msgid "Yet Another Stars Rating: Multiple set"
764
  msgstr "Yet Another Stars Rating: Zestaw Ocen"
765
 
766
- #: ../lib/yasr-functions.php:159
 
 
 
 
767
  msgid "You don't have enought privileges to insert Overall Rating"
768
  msgstr "Nie masz wystarczającyh uprawnień aby wstawić Ogólną Ocenę"
769
 
770
- #: ../lib/yasr-functions.php:169
771
  msgid "You don't have enought privileges to insert Multi Set"
772
  msgstr "Nie masz wystarczającyh uprawnień aby wstawić Zestaw Ocen"
773
 
774
- #: ../lib/yasr-functions.php:304
775
  msgid " reviewed by "
776
  msgstr " zrecenzowane przez "
777
 
778
- #: ../lib/yasr-functions.php:305
779
  msgid " on "
780
  msgstr " dnia "
781
 
782
- #: ../lib/yasr-functions.php:306
783
  msgid " rated "
784
  msgstr " ocena "
785
 
786
- #: ../lib/yasr-functions.php:306
787
  msgid " of"
788
  msgstr ""
789
 
790
- #: ../lib/yasr-functions.php:361
791
  #, fuzzy
792
  msgid " written by "
793
  msgstr " zrecenzowane przez "
794
 
795
- #: ../lib/yasr-functions.php:363
796
  msgid " average rating "
797
  msgstr "średnia ocen"
798
 
799
- #: ../lib/yasr-functions.php:364
800
  msgid " user ratings"
801
  msgstr "oceny użytkowników"
802
 
803
- #: ../lib/yasr-functions.php:470 ../lib/yasr-functions.php:497
804
- msgid "Follow YASR official site!"
805
- msgstr ""
806
-
807
- #: ../lib/yasr-ajax-functions.php:101
808
  msgid "You've rated it "
809
  msgstr "Już oceniłeś"
810
 
811
- #: ../lib/yasr-ajax-functions.php:105
812
  msgid "You've reset the vote"
813
  msgstr "Zresetowałeś głosy"
814
 
815
- #: ../lib/yasr-ajax-functions.php:169
816
  #, fuzzy
817
  msgid ""
818
  "There was an error while trying to insert the review type. Please report it"
819
  msgstr "Coś poszło nie tak podczas próby wstawiania pola nazwy. Zgłoś to"
820
 
821
- #: ../lib/yasr-ajax-functions.php:203
822
  msgid "Choose a vote for each element"
823
  msgstr "Wybierz głos dla każdego elementu"
824
 
825
- #: ../lib/yasr-ajax-functions.php:260 ../lib/yasr-ajax-functions.php:303
826
  msgid "Remember to insert this shortcode"
827
  msgstr "Pamiętaj aby wstawić ten kod"
828
 
829
- #: ../lib/yasr-ajax-functions.php:262 ../lib/yasr-ajax-functions.php:305
830
  msgid "where you want to display this multi set"
831
  msgstr "tam gdzie chcesz wyświetlić ten zestaw ocen"
832
 
833
- #: ../lib/yasr-ajax-functions.php:270
834
  msgid "Choose a vote for every element"
835
  msgstr "Wybierz głos dla każdego elementu"
836
 
837
- #: ../lib/yasr-ajax-functions.php:437
838
  msgid "Main"
839
  msgstr "Głowne"
840
 
841
- #: ../lib/yasr-ajax-functions.php:438
842
  msgid "Charts"
843
  msgstr "Wykresy"
844
 
845
- #: ../lib/yasr-ajax-functions.php:440
846
  msgid "Read the doc"
847
  msgstr "Przeczytaj dokumentacje"
848
 
849
- #: ../lib/yasr-ajax-functions.php:449
850
  msgid "Overall Rating / Review"
851
  msgstr "Ogólna ocena / przegląd"
852
 
853
- #: ../lib/yasr-ajax-functions.php:451
854
  msgid "Insert Overall Rating"
855
  msgstr "Wstaw ogolny ranking"
856
 
857
- #: ../lib/yasr-ajax-functions.php:452
858
  msgid "Insert Overall Rating / Review for this post"
859
  msgstr "Wstaw Ogólny Ranking / Oceny dla wpisu"
860
 
861
- #: ../lib/yasr-ajax-functions.php:455 ../lib/yasr-ajax-functions.php:473
862
  msgid "Choose Size"
863
  msgstr "Wybierz rozmiar"
864
 
865
- #: ../lib/yasr-ajax-functions.php:469
866
  msgid "Insert Visitor Votes"
867
  msgstr "Wstaw głosowanie gości"
868
 
869
- #: ../lib/yasr-ajax-functions.php:470
870
  msgid "Insert the ability for your visitor to vote"
871
  msgstr "Wstaw głosowanie dla gości"
872
 
873
- #: ../lib/yasr-ajax-functions.php:487
874
  msgid "If you want to insert a Multi Set, pick one:"
875
  msgstr "Jeśli chcesz wstawić Zestaw Ocen, wybierz jeden:"
876
 
877
- #: ../lib/yasr-ajax-functions.php:493
878
  msgid "Choose wich set you want to insert."
879
  msgstr "Wybierz zestaw, który chcesz wstawić."
880
 
881
- #: ../lib/yasr-ajax-functions.php:501
882
  msgid "Insert Multiset:"
883
  msgstr "Wstaw Zestaw Ocen"
884
 
885
- #: ../lib/yasr-ajax-functions.php:504
886
  msgid "Insert Multiple Set"
887
  msgstr "Wstaw Zestaw Ocen"
888
 
889
- #: ../lib/yasr-ajax-functions.php:505
890
  msgid "Insert multiple set in this post ?"
891
  msgstr "Dodać Zestaw Ocen do tego wpisu?"
892
 
893
- #: ../lib/yasr-ajax-functions.php:520
894
  msgid "Ranking reviews"
895
  msgstr ""
896
 
897
- #: ../lib/yasr-ajax-functions.php:521
898
  #, fuzzy
899
  msgid "Insert Ranking reviews"
900
  msgstr "Wstaw Top 5 aktywnych oceniających"
901
 
902
- #: ../lib/yasr-ajax-functions.php:522
903
  #, fuzzy
904
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
905
  msgstr "Wstaw Top 10 postów gości"
906
 
907
- #: ../lib/yasr-ajax-functions.php:526
908
  #, fuzzy
909
  msgid "Users' ranking"
910
  msgstr "Wstaw ogolny ranking"
911
 
912
- #: ../lib/yasr-ajax-functions.php:527
913
  #, fuzzy
914
  msgid "Insert Users ranking"
915
  msgstr "Wstaw ogolny ranking"
916
 
917
- #: ../lib/yasr-ajax-functions.php:528
918
  #, fuzzy
919
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
920
  msgstr "Wstaw Top 10 postów gości"
921
 
922
- #: ../lib/yasr-ajax-functions.php:532
923
  msgid "Most active reviewers"
924
  msgstr "Najbardziej aktywny recenzent"
925
 
926
- #: ../lib/yasr-ajax-functions.php:533
927
  #, fuzzy
928
  msgid "Insert Most Active Reviewers"
929
  msgstr "Wstaw Top 5 najaktywniejszych oceniających"
930
 
931
- #: ../lib/yasr-ajax-functions.php:534
932
  msgid "Insert Top 5 active reviewers"
933
  msgstr "Wstaw Top 5 aktywnych oceniających"
934
 
935
- #: ../lib/yasr-ajax-functions.php:538
936
  #, fuzzy
937
  msgid "Most Active Users"
938
  msgstr "Najaktywniejsi użytkownicy"
939
 
940
- #: ../lib/yasr-ajax-functions.php:539
941
  #, fuzzy
942
  msgid "Insert Most Active Users"
943
  msgstr "Wstaw Top 10 najaktywniejszych użytkowników"
944
 
945
- #: ../lib/yasr-ajax-functions.php:540
946
  #, fuzzy
947
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
948
  msgstr "Wstaw Top 10 postów gości"
949
 
950
- #: ../lib/yasr-ajax-functions.php:611
951
  msgid "Reviews and Visitor Votes have been successfull imported."
952
  msgstr "Opinie i Oceny gości zostały zaimportowane."
953
 
954
- #: ../lib/yasr-ajax-functions.php:617
955
  msgid ""
956
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
957
  "THIS MAY TAKE A WHILE!"
@@ -959,76 +952,81 @@ msgstr ""
959
  "Krok 2: Sprawdzę, czy stosuje się Zestawy Ocen, a jeśli tak będę je "
960
  "importować. TO MOŻE CHWILĘ POTRWAĆ!"
961
 
962
- #: ../lib/yasr-ajax-functions.php:619
963
  msgid "Proceed Step 2"
964
  msgstr "Następny krok 2"
965
 
966
- #: ../lib/yasr-ajax-functions.php:626
967
  msgid "Something goes wrong! Refresh the page and try again!"
968
  msgstr "Coś poszło nie tak! Odśwież stronę i spróbuj jeszcze raz!"
969
 
970
- #: ../lib/yasr-ajax-functions.php:655
971
  msgid "I've found Multiple Set! Importing..."
972
  msgstr "Znalazłem Zestaw Ocen! Importuje..."
973
 
974
- #: ../lib/yasr-ajax-functions.php:664
975
  msgid "Multi Set's name has been successfull imported."
976
  msgstr "Nazwa Zestawu Oceny została zaimportowana pomyślnie."
977
 
978
- #: ../lib/yasr-ajax-functions.php:666
979
  msgid "Now I'm going to import Multi Set data"
980
  msgstr "Teraz zaimportuje dane Zestawu Ocen"
981
 
982
- #: ../lib/yasr-ajax-functions.php:677
983
  msgid "All votes has been successfull imported."
984
  msgstr "Wszystkie głosy zostały pomyślnie zaimportowane."
985
 
986
- #: ../lib/yasr-ajax-functions.php:679
987
  msgid "Done"
988
  msgstr "Skończone"
989
 
990
- #: ../lib/yasr-ajax-functions.php:684
991
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
992
  msgstr "Znalazłem głosy Zestawu Ocen ale nie mogłem ich dodać do bazy"
993
 
994
- #: ../lib/yasr-ajax-functions.php:692
995
  msgid "I've found Multi Set but with no data"
996
  msgstr "Znalazłem Zestaw Ocen ale bez danych"
997
 
998
- #: ../lib/yasr-ajax-functions.php:701
999
  msgid "I've found Multi Sets names but I couldn't insert into db"
1000
  msgstr "Znalazłem nazwy Multi Zestawów ale nie mogłem zamieścić ich w bazie"
1001
 
1002
- #: ../lib/yasr-ajax-functions.php:709
1003
  msgid "Multisets were not found. Imported is done!"
1004
  msgstr "Zestaw Ocen nie znaleziony. Importowanie zakończone!"
1005
 
1006
- #: ../lib/yasr-ajax-functions.php:753
1007
  msgid "No Recenet votes yet"
1008
  msgstr "Brak najnowszych głosów"
1009
 
1010
- #: ../lib/yasr-ajax-functions.php:920 ../lib/yasr-ajax-functions.php:1062
1011
  msgid "Error: you can't vote 0"
1012
  msgstr ""
1013
 
1014
- #: ../lib/yasr-ajax-functions.php:1016 ../lib/yasr-ajax-functions.php:1024
1015
  msgid "Average rating"
1016
  msgstr "Średnia ocen"
1017
 
1018
- #: ../lib/yasr-ajax-functions.php:1017 ../lib/yasr-ajax-functions.php:1025
1019
  msgid "Vote Saved"
1020
  msgstr "Głos zapisany"
1021
 
1022
- #: ../lib/yasr-ajax-functions.php:1154
1023
  #, fuzzy
1024
  msgid "Vote updated"
1025
  msgstr "Głos zaktualizowany"
1026
 
1027
- #: ../lib/yasr-ajax-functions.php:1225 ../lib/yasr-ajax-functions.php:1233
1028
  msgid "Average "
1029
  msgstr "Średnia"
1030
 
1031
- #: ../lib/yasr-ajax-functions.php:1358
 
 
 
 
 
1032
  #, fuzzy
1033
  msgid "stars"
1034
  msgstr "Gwiazdki"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-03-03 12:37+0100\n"
5
+ "PO-Revision-Date: 2015-03-03 12:37+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: Hoek i Tutu Team <hoek@hoek.pl>\n"
8
  "Language: pl_PL\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
+ #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
20
+ msgid "Rate this article / item"
21
+ msgstr "Oceń ten wpis"
22
+
23
+ #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
24
+ msgid "Loading, please wait"
25
+ msgstr "Wczytywanie, proszę czekać"
26
+
27
+ #: ../yasr-metabox-top-right.php:147
28
+ msgid "Save Vote"
29
+ msgstr "Zapisz Głos"
30
+
31
+ #: ../yasr-metabox-top-right.php:164
32
+ msgid "This review is about a..."
33
+ msgstr ""
34
+
35
+ #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
36
+ #: ../lib/yasr-settings-functions.php:505
37
+ msgid "Select"
38
+ msgstr "Wybierz"
39
+
40
+ #: ../yasr-metabox-top-right.php:211
41
+ msgid ""
42
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
43
+ "where you want to display this rating"
44
+ msgstr ""
45
+ "Pamiętaj aby wstawić ten kod <strong>[yasr_overall_rating]</strong> w "
46
+ "miejscu gdzie ma wyświetlać się ocena"
47
+
48
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
49
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
50
+ #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
51
  msgid "You do not have sufficient permissions to access this page."
52
  msgstr "Nie posiadasz wystarczających uprawnień, by wejść na tę stronę."
53
 
168
  msgid "Close this message"
169
  msgstr "Zamknij tą wiadomość"
170
 
171
+ #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
172
+ #: ../lib/yasr-settings-functions.php:1320
173
  msgid "Donations"
174
  msgstr "Dotacje"
175
 
176
+ #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
177
+ #: ../lib/yasr-settings-functions.php:1322
178
  msgid ""
179
  "If you have found this plugin useful, please consider making a donation to "
180
  "help support future development. Your support will be much appreciated. "
183
  "darowizny w celu wsparcia dalszego rozwoju. Twoja pomoc będzie bardzo mile "
184
  "widziana."
185
 
186
+ #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
187
+ #: ../lib/yasr-settings-functions.php:1324
188
  msgid "Thank you!"
189
  msgstr "Dziękuje!"
190
 
192
  msgid "Choose wich set you want to use"
193
  msgstr "Wybierz który zestaw chcesz używać"
194
 
195
+ #: ../lib/yasr-shortcode-functions.php:185
196
+ #: ../lib/yasr-shortcode-functions.php:207
197
+ msgid "You've already voted this article with"
198
+ msgstr "Już oceniałeś. Twoja ocena to"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
 
200
+ #: ../lib/yasr-shortcode-functions.php:218
201
+ msgid "You must sign to vote"
202
+ msgstr "Musisz się zarejestrować, aby głosować"
 
 
 
 
203
 
204
+ #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
205
+ #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
206
+ #: ../lib/yasr-ajax-functions.php:1220
 
 
 
 
 
207
  msgid "Total: "
208
  msgstr "Głosów:"
209
 
210
+ #: ../lib/yasr-shortcode-functions.php:227
 
 
 
 
 
211
  msgid "Average: "
212
  msgstr "Średnia:"
213
 
214
+ #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
215
  msgid "Rating"
216
  msgstr "Ocena"
217
 
218
+ #: ../lib/yasr-shortcode-functions.php:406
219
  msgid "You don't have any votes stored"
220
  msgstr "Nie masz żadnych przechowywanych głosów"
221
 
222
+ #: ../lib/yasr-shortcode-functions.php:442
223
+ #: ../lib/yasr-shortcode-functions.php:480
224
  msgid "Post / Page"
225
  msgstr ""
226
 
227
+ #: ../lib/yasr-shortcode-functions.php:443
228
+ #: ../lib/yasr-shortcode-functions.php:481
229
  msgid "Order By"
230
  msgstr ""
231
 
232
+ #: ../lib/yasr-shortcode-functions.php:443
233
+ #: ../lib/yasr-shortcode-functions.php:481
234
  #, fuzzy
235
  msgid "Most Rated"
236
  msgstr "Głos zaktualizowany"
237
 
238
+ #: ../lib/yasr-shortcode-functions.php:443
239
+ #: ../lib/yasr-shortcode-functions.php:481
240
  msgid "Highest Rated"
241
  msgstr ""
242
 
243
+ #: ../lib/yasr-shortcode-functions.php:460
244
+ #: ../lib/yasr-shortcode-functions.php:495
245
  msgid "Total:"
246
  msgstr "Głosów:"
247
 
248
+ #: ../lib/yasr-shortcode-functions.php:460
249
+ #: ../lib/yasr-shortcode-functions.php:495
250
  msgid "Average"
251
  msgstr "Średnia"
252
 
253
+ #: ../lib/yasr-shortcode-functions.php:472
254
  #, fuzzy
255
  msgid "You've not enough data"
256
  msgstr "Nie masz wystarczająco danych"
257
 
258
+ #: ../lib/yasr-shortcode-functions.php:507
259
  msgid "You've not enought data"
260
  msgstr "Nie masz wystarczająco danych"
261
 
262
+ #: ../lib/yasr-shortcode-functions.php:592
263
  #, fuzzy
264
  msgid ""
265
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
268
  "Problem podczas pobierania Top 5 najaktywniejszych recenzentów. Czy "
269
  "opublikowałeś jakieś recenzje?"
270
 
271
+ #: ../lib/yasr-shortcode-functions.php:660
272
  #, fuzzy
273
  msgid ""
274
  "Problem while retrieving the top 10 active users chart. Are you sure you "
351
  msgid "Overall Rating / Author Rating"
352
  msgstr "Ogólna ocena / Ocena autora"
353
 
354
+ #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
355
  msgid "Visitor Votes"
356
  msgstr "Głosy gości"
357
 
375
  msgid "Size"
376
  msgstr "Rozmiar"
377
 
378
+ #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
379
+ #: ../lib/yasr-ajax-functions.php:470
380
  msgid "Small"
381
  msgstr "Małe"
382
 
383
+ #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
384
+ #: ../lib/yasr-ajax-functions.php:471
385
  msgid "Medium"
386
  msgstr "Średnie"
387
 
388
+ #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
389
+ #: ../lib/yasr-ajax-functions.php:472
390
  msgid "Large"
391
  msgstr "Duże"
392
 
718
  msgid "Not avaible yet"
719
  msgstr ""
720
 
721
+ #: ../lib/yasr-settings-functions.php:1306
722
+ #: ../lib/yasr-settings-functions.php:1333
723
+ msgid "Follow YASR official site!"
724
+ msgstr ""
725
+
726
+ #: ../lib/yasr-settings-functions.php:1363
727
  msgid "No previous Gd Star Rating installation was found"
728
  msgstr "Nie znaleziono wcześniejszych instalacji Gd Star Rating"
729
 
730
+ #: ../lib/yasr-db-functions.php:280
731
  #, fuzzy
732
  msgid "No recenet votes yet"
733
  msgstr "Brak najnowszych głosów"
734
 
735
+ #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
736
  msgid "anonymous"
737
  msgstr "Anonim"
738
 
739
+ #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
740
  msgid "Ip address"
741
  msgstr "Adres IP"
742
 
743
+ #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
744
  msgid "Pages"
745
  msgstr "Strony"
746
 
747
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
748
  msgid "Yet Another Stars Rating: Settings"
749
  msgstr "Yet Another Stars Rating: Ustawienia"
750
 
 
 
 
 
751
  #: ../lib/yasr-functions.php:143
752
+ msgid "YASR"
753
+ msgstr ""
754
+
755
+ #: ../lib/yasr-functions.php:144
756
  msgid "Yet Another Stars Rating: Multiple set"
757
  msgstr "Yet Another Stars Rating: Zestaw Ocen"
758
 
759
+ #: ../lib/yasr-functions.php:150
760
+ msgid "Overall Rating"
761
+ msgstr "Ocena ogólna"
762
+
763
+ #: ../lib/yasr-functions.php:160
764
  msgid "You don't have enought privileges to insert Overall Rating"
765
  msgstr "Nie masz wystarczającyh uprawnień aby wstawić Ogólną Ocenę"
766
 
767
+ #: ../lib/yasr-functions.php:170
768
  msgid "You don't have enought privileges to insert Multi Set"
769
  msgstr "Nie masz wystarczającyh uprawnień aby wstawić Zestaw Ocen"
770
 
771
+ #: ../lib/yasr-functions.php:310
772
  msgid " reviewed by "
773
  msgstr " zrecenzowane przez "
774
 
775
+ #: ../lib/yasr-functions.php:311
776
  msgid " on "
777
  msgstr " dnia "
778
 
779
+ #: ../lib/yasr-functions.php:312
780
  msgid " rated "
781
  msgstr " ocena "
782
 
783
+ #: ../lib/yasr-functions.php:312
784
  msgid " of"
785
  msgstr ""
786
 
787
+ #: ../lib/yasr-functions.php:359
788
  #, fuzzy
789
  msgid " written by "
790
  msgstr " zrecenzowane przez "
791
 
792
+ #: ../lib/yasr-functions.php:361
793
  msgid " average rating "
794
  msgstr "średnia ocen"
795
 
796
+ #: ../lib/yasr-functions.php:362
797
  msgid " user ratings"
798
  msgstr "oceny użytkowników"
799
 
800
+ #: ../lib/yasr-ajax-functions.php:96
 
 
 
 
801
  msgid "You've rated it "
802
  msgstr "Już oceniłeś"
803
 
804
+ #: ../lib/yasr-ajax-functions.php:100
805
  msgid "You've reset the vote"
806
  msgstr "Zresetowałeś głosy"
807
 
808
+ #: ../lib/yasr-ajax-functions.php:164
809
  #, fuzzy
810
  msgid ""
811
  "There was an error while trying to insert the review type. Please report it"
812
  msgstr "Coś poszło nie tak podczas próby wstawiania pola nazwy. Zgłoś to"
813
 
814
+ #: ../lib/yasr-ajax-functions.php:198
815
  msgid "Choose a vote for each element"
816
  msgstr "Wybierz głos dla każdego elementu"
817
 
818
+ #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
819
  msgid "Remember to insert this shortcode"
820
  msgstr "Pamiętaj aby wstawić ten kod"
821
 
822
+ #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
823
  msgid "where you want to display this multi set"
824
  msgstr "tam gdzie chcesz wyświetlić ten zestaw ocen"
825
 
826
+ #: ../lib/yasr-ajax-functions.php:265
827
  msgid "Choose a vote for every element"
828
  msgstr "Wybierz głos dla każdego elementu"
829
 
830
+ #: ../lib/yasr-ajax-functions.php:432
831
  msgid "Main"
832
  msgstr "Głowne"
833
 
834
+ #: ../lib/yasr-ajax-functions.php:433
835
  msgid "Charts"
836
  msgstr "Wykresy"
837
 
838
+ #: ../lib/yasr-ajax-functions.php:435
839
  msgid "Read the doc"
840
  msgstr "Przeczytaj dokumentacje"
841
 
842
+ #: ../lib/yasr-ajax-functions.php:444
843
  msgid "Overall Rating / Review"
844
  msgstr "Ogólna ocena / przegląd"
845
 
846
+ #: ../lib/yasr-ajax-functions.php:446
847
  msgid "Insert Overall Rating"
848
  msgstr "Wstaw ogolny ranking"
849
 
850
+ #: ../lib/yasr-ajax-functions.php:447
851
  msgid "Insert Overall Rating / Review for this post"
852
  msgstr "Wstaw Ogólny Ranking / Oceny dla wpisu"
853
 
854
+ #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
855
  msgid "Choose Size"
856
  msgstr "Wybierz rozmiar"
857
 
858
+ #: ../lib/yasr-ajax-functions.php:464
859
  msgid "Insert Visitor Votes"
860
  msgstr "Wstaw głosowanie gości"
861
 
862
+ #: ../lib/yasr-ajax-functions.php:465
863
  msgid "Insert the ability for your visitor to vote"
864
  msgstr "Wstaw głosowanie dla gości"
865
 
866
+ #: ../lib/yasr-ajax-functions.php:482
867
  msgid "If you want to insert a Multi Set, pick one:"
868
  msgstr "Jeśli chcesz wstawić Zestaw Ocen, wybierz jeden:"
869
 
870
+ #: ../lib/yasr-ajax-functions.php:488
871
  msgid "Choose wich set you want to insert."
872
  msgstr "Wybierz zestaw, który chcesz wstawić."
873
 
874
+ #: ../lib/yasr-ajax-functions.php:496
875
  msgid "Insert Multiset:"
876
  msgstr "Wstaw Zestaw Ocen"
877
 
878
+ #: ../lib/yasr-ajax-functions.php:499
879
  msgid "Insert Multiple Set"
880
  msgstr "Wstaw Zestaw Ocen"
881
 
882
+ #: ../lib/yasr-ajax-functions.php:500
883
  msgid "Insert multiple set in this post ?"
884
  msgstr "Dodać Zestaw Ocen do tego wpisu?"
885
 
886
+ #: ../lib/yasr-ajax-functions.php:515
887
  msgid "Ranking reviews"
888
  msgstr ""
889
 
890
+ #: ../lib/yasr-ajax-functions.php:516
891
  #, fuzzy
892
  msgid "Insert Ranking reviews"
893
  msgstr "Wstaw Top 5 aktywnych oceniających"
894
 
895
+ #: ../lib/yasr-ajax-functions.php:517
896
  #, fuzzy
897
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
898
  msgstr "Wstaw Top 10 postów gości"
899
 
900
+ #: ../lib/yasr-ajax-functions.php:521
901
  #, fuzzy
902
  msgid "Users' ranking"
903
  msgstr "Wstaw ogolny ranking"
904
 
905
+ #: ../lib/yasr-ajax-functions.php:522
906
  #, fuzzy
907
  msgid "Insert Users ranking"
908
  msgstr "Wstaw ogolny ranking"
909
 
910
+ #: ../lib/yasr-ajax-functions.php:523
911
  #, fuzzy
912
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
913
  msgstr "Wstaw Top 10 postów gości"
914
 
915
+ #: ../lib/yasr-ajax-functions.php:527
916
  msgid "Most active reviewers"
917
  msgstr "Najbardziej aktywny recenzent"
918
 
919
+ #: ../lib/yasr-ajax-functions.php:528
920
  #, fuzzy
921
  msgid "Insert Most Active Reviewers"
922
  msgstr "Wstaw Top 5 najaktywniejszych oceniających"
923
 
924
+ #: ../lib/yasr-ajax-functions.php:529
925
  msgid "Insert Top 5 active reviewers"
926
  msgstr "Wstaw Top 5 aktywnych oceniających"
927
 
928
+ #: ../lib/yasr-ajax-functions.php:533
929
  #, fuzzy
930
  msgid "Most Active Users"
931
  msgstr "Najaktywniejsi użytkownicy"
932
 
933
+ #: ../lib/yasr-ajax-functions.php:534
934
  #, fuzzy
935
  msgid "Insert Most Active Users"
936
  msgstr "Wstaw Top 10 najaktywniejszych użytkowników"
937
 
938
+ #: ../lib/yasr-ajax-functions.php:535
939
  #, fuzzy
940
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
941
  msgstr "Wstaw Top 10 postów gości"
942
 
943
+ #: ../lib/yasr-ajax-functions.php:606
944
  msgid "Reviews and Visitor Votes have been successfull imported."
945
  msgstr "Opinie i Oceny gości zostały zaimportowane."
946
 
947
+ #: ../lib/yasr-ajax-functions.php:612
948
  msgid ""
949
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
950
  "THIS MAY TAKE A WHILE!"
952
  "Krok 2: Sprawdzę, czy stosuje się Zestawy Ocen, a jeśli tak będę je "
953
  "importować. TO MOŻE CHWILĘ POTRWAĆ!"
954
 
955
+ #: ../lib/yasr-ajax-functions.php:614
956
  msgid "Proceed Step 2"
957
  msgstr "Następny krok 2"
958
 
959
+ #: ../lib/yasr-ajax-functions.php:621
960
  msgid "Something goes wrong! Refresh the page and try again!"
961
  msgstr "Coś poszło nie tak! Odśwież stronę i spróbuj jeszcze raz!"
962
 
963
+ #: ../lib/yasr-ajax-functions.php:650
964
  msgid "I've found Multiple Set! Importing..."
965
  msgstr "Znalazłem Zestaw Ocen! Importuje..."
966
 
967
+ #: ../lib/yasr-ajax-functions.php:659
968
  msgid "Multi Set's name has been successfull imported."
969
  msgstr "Nazwa Zestawu Oceny została zaimportowana pomyślnie."
970
 
971
+ #: ../lib/yasr-ajax-functions.php:661
972
  msgid "Now I'm going to import Multi Set data"
973
  msgstr "Teraz zaimportuje dane Zestawu Ocen"
974
 
975
+ #: ../lib/yasr-ajax-functions.php:672
976
  msgid "All votes has been successfull imported."
977
  msgstr "Wszystkie głosy zostały pomyślnie zaimportowane."
978
 
979
+ #: ../lib/yasr-ajax-functions.php:674
980
  msgid "Done"
981
  msgstr "Skończone"
982
 
983
+ #: ../lib/yasr-ajax-functions.php:679
984
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
985
  msgstr "Znalazłem głosy Zestawu Ocen ale nie mogłem ich dodać do bazy"
986
 
987
+ #: ../lib/yasr-ajax-functions.php:687
988
  msgid "I've found Multi Set but with no data"
989
  msgstr "Znalazłem Zestaw Ocen ale bez danych"
990
 
991
+ #: ../lib/yasr-ajax-functions.php:696
992
  msgid "I've found Multi Sets names but I couldn't insert into db"
993
  msgstr "Znalazłem nazwy Multi Zestawów ale nie mogłem zamieścić ich w bazie"
994
 
995
+ #: ../lib/yasr-ajax-functions.php:704
996
  msgid "Multisets were not found. Imported is done!"
997
  msgstr "Zestaw Ocen nie znaleziony. Importowanie zakończone!"
998
 
999
+ #: ../lib/yasr-ajax-functions.php:748
1000
  msgid "No Recenet votes yet"
1001
  msgstr "Brak najnowszych głosów"
1002
 
1003
+ #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
1004
  msgid "Error: you can't vote 0"
1005
  msgstr ""
1006
 
1007
+ #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
1008
  msgid "Average rating"
1009
  msgstr "Średnia ocen"
1010
 
1011
+ #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1012
  msgid "Vote Saved"
1013
  msgstr "Głos zapisany"
1014
 
1015
+ #: ../lib/yasr-ajax-functions.php:1149
1016
  #, fuzzy
1017
  msgid "Vote updated"
1018
  msgstr "Głos zaktualizowany"
1019
 
1020
+ #: ../lib/yasr-ajax-functions.php:1220
1021
  msgid "Average "
1022
  msgstr "Średnia"
1023
 
1024
+ #: ../lib/yasr-ajax-functions.php:1231
1025
+ #, fuzzy
1026
+ msgid "You've already voted this article"
1027
+ msgstr "Już oceniałeś. Twoja ocena to"
1028
+
1029
+ #: ../lib/yasr-ajax-functions.php:1356
1030
  #, fuzzy
1031
  msgid "stars"
1032
  msgstr "Gwiazdki"
languages/yasr.mo CHANGED
Binary file
languages/yasr.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-02-18 15:59+0100\n"
5
- "PO-Revision-Date: 2015-02-18 15:59+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: En\n"
@@ -42,7 +42,7 @@ msgid ""
42
  "where you want to display this rating"
43
  msgstr ""
44
 
45
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
46
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
47
  #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
48
  msgid "You do not have sufficient permissions to access this page."
@@ -175,88 +175,78 @@ msgstr ""
175
  msgid "Choose wich set you want to use"
176
  msgstr ""
177
 
178
- #: ../lib/yasr-shortcode-functions.php:183
179
- #: ../lib/yasr-shortcode-functions.php:194
180
- #: ../lib/yasr-shortcode-functions.php:205
181
- #: ../lib/yasr-shortcode-functions.php:224
182
- #: ../lib/yasr-shortcode-functions.php:234
183
- #: ../lib/yasr-shortcode-functions.php:244 ../lib/yasr-ajax-functions.php:1011
184
- #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
185
- #: ../lib/yasr-ajax-functions.php:1220 ../lib/yasr-ajax-functions.php:1228
186
- msgid "Total: "
187
  msgstr ""
188
 
189
- #: ../lib/yasr-shortcode-functions.php:183
190
- #: ../lib/yasr-shortcode-functions.php:194
191
- #: ../lib/yasr-shortcode-functions.php:205
192
- #: ../lib/yasr-shortcode-functions.php:224
193
- #: ../lib/yasr-shortcode-functions.php:234
194
- #: ../lib/yasr-shortcode-functions.php:244
195
- msgid "Average: "
196
  msgstr ""
197
 
198
- #: ../lib/yasr-shortcode-functions.php:184
199
- #: ../lib/yasr-shortcode-functions.php:225 ../lib/yasr-ajax-functions.php:1229
200
- msgid "You've already voted this article with"
 
201
  msgstr ""
202
 
203
- #: ../lib/yasr-shortcode-functions.php:245
204
- msgid "You must sign to vote"
205
  msgstr ""
206
 
207
- #: ../lib/yasr-shortcode-functions.php:410
208
  msgid "Rating"
209
  msgstr ""
210
 
211
- #: ../lib/yasr-shortcode-functions.php:424
212
  msgid "You don't have any votes stored"
213
  msgstr ""
214
 
215
- #: ../lib/yasr-shortcode-functions.php:460
216
- #: ../lib/yasr-shortcode-functions.php:498
217
  msgid "Post / Page"
218
  msgstr ""
219
 
220
- #: ../lib/yasr-shortcode-functions.php:461
221
- #: ../lib/yasr-shortcode-functions.php:499
222
  msgid "Order By"
223
  msgstr ""
224
 
225
- #: ../lib/yasr-shortcode-functions.php:461
226
- #: ../lib/yasr-shortcode-functions.php:499
227
  msgid "Most Rated"
228
  msgstr ""
229
 
230
- #: ../lib/yasr-shortcode-functions.php:461
231
- #: ../lib/yasr-shortcode-functions.php:499
232
  msgid "Highest Rated"
233
  msgstr ""
234
 
235
- #: ../lib/yasr-shortcode-functions.php:478
236
- #: ../lib/yasr-shortcode-functions.php:513
237
  msgid "Total:"
238
  msgstr ""
239
 
240
- #: ../lib/yasr-shortcode-functions.php:478
241
- #: ../lib/yasr-shortcode-functions.php:513
242
  msgid "Average"
243
  msgstr ""
244
 
245
- #: ../lib/yasr-shortcode-functions.php:490
246
  msgid "You've not enough data"
247
  msgstr ""
248
 
249
- #: ../lib/yasr-shortcode-functions.php:525
250
  msgid "You've not enought data"
251
  msgstr ""
252
 
253
- #: ../lib/yasr-shortcode-functions.php:610
254
  msgid ""
255
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
256
  "any review?"
257
  msgstr ""
258
 
259
- #: ../lib/yasr-shortcode-functions.php:678
260
  msgid ""
261
  "Problem while retrieving the top 10 active users chart. Are you sure you "
262
  "have votes to show?"
@@ -698,55 +688,55 @@ msgstr ""
698
  msgid "Pages"
699
  msgstr ""
700
 
701
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
702
  msgid "Yet Another Stars Rating: Settings"
703
  msgstr ""
704
 
705
- #: ../lib/yasr-functions.php:142
706
  msgid "YASR"
707
  msgstr ""
708
 
709
- #: ../lib/yasr-functions.php:143
710
  msgid "Yet Another Stars Rating: Multiple set"
711
  msgstr ""
712
 
713
- #: ../lib/yasr-functions.php:149
714
  msgid "Overall Rating"
715
  msgstr ""
716
 
717
- #: ../lib/yasr-functions.php:159
718
  msgid "You don't have enought privileges to insert Overall Rating"
719
  msgstr ""
720
 
721
- #: ../lib/yasr-functions.php:169
722
  msgid "You don't have enought privileges to insert Multi Set"
723
  msgstr ""
724
 
725
- #: ../lib/yasr-functions.php:295
726
  msgid " reviewed by "
727
  msgstr ""
728
 
729
- #: ../lib/yasr-functions.php:296
730
  msgid " on "
731
  msgstr ""
732
 
733
- #: ../lib/yasr-functions.php:297
734
  msgid " rated "
735
  msgstr ""
736
 
737
- #: ../lib/yasr-functions.php:297
738
  msgid " of"
739
  msgstr ""
740
 
741
- #: ../lib/yasr-functions.php:352
742
  msgid " written by "
743
  msgstr ""
744
 
745
- #: ../lib/yasr-functions.php:354
746
  msgid " average rating "
747
  msgstr ""
748
 
749
- #: ../lib/yasr-functions.php:355
750
  msgid " user ratings"
751
  msgstr ""
752
 
@@ -957,10 +947,14 @@ msgstr ""
957
  msgid "Vote updated"
958
  msgstr ""
959
 
960
- #: ../lib/yasr-ajax-functions.php:1220 ../lib/yasr-ajax-functions.php:1228
961
  msgid "Average "
962
  msgstr ""
963
 
964
- #: ../lib/yasr-ajax-functions.php:1353
 
 
 
 
965
  msgid "stars"
966
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-03-03 12:36+0100\n"
5
+ "PO-Revision-Date: 2015-03-03 12:36+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: En\n"
42
  "where you want to display this rating"
43
  msgstr ""
44
 
45
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
46
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
47
  #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
48
  msgid "You do not have sufficient permissions to access this page."
175
  msgid "Choose wich set you want to use"
176
  msgstr ""
177
 
178
+ #: ../lib/yasr-shortcode-functions.php:185
179
+ #: ../lib/yasr-shortcode-functions.php:207
180
+ msgid "You've already voted this article with"
 
 
 
 
 
 
181
  msgstr ""
182
 
183
+ #: ../lib/yasr-shortcode-functions.php:218
184
+ msgid "You must sign to vote"
 
 
 
 
 
185
  msgstr ""
186
 
187
+ #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
188
+ #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
189
+ #: ../lib/yasr-ajax-functions.php:1220
190
+ msgid "Total: "
191
  msgstr ""
192
 
193
+ #: ../lib/yasr-shortcode-functions.php:227
194
+ msgid "Average: "
195
  msgstr ""
196
 
197
+ #: ../lib/yasr-shortcode-functions.php:392
198
  msgid "Rating"
199
  msgstr ""
200
 
201
+ #: ../lib/yasr-shortcode-functions.php:406
202
  msgid "You don't have any votes stored"
203
  msgstr ""
204
 
205
+ #: ../lib/yasr-shortcode-functions.php:442
206
+ #: ../lib/yasr-shortcode-functions.php:480
207
  msgid "Post / Page"
208
  msgstr ""
209
 
210
+ #: ../lib/yasr-shortcode-functions.php:443
211
+ #: ../lib/yasr-shortcode-functions.php:481
212
  msgid "Order By"
213
  msgstr ""
214
 
215
+ #: ../lib/yasr-shortcode-functions.php:443
216
+ #: ../lib/yasr-shortcode-functions.php:481
217
  msgid "Most Rated"
218
  msgstr ""
219
 
220
+ #: ../lib/yasr-shortcode-functions.php:443
221
+ #: ../lib/yasr-shortcode-functions.php:481
222
  msgid "Highest Rated"
223
  msgstr ""
224
 
225
+ #: ../lib/yasr-shortcode-functions.php:460
226
+ #: ../lib/yasr-shortcode-functions.php:495
227
  msgid "Total:"
228
  msgstr ""
229
 
230
+ #: ../lib/yasr-shortcode-functions.php:460
231
+ #: ../lib/yasr-shortcode-functions.php:495
232
  msgid "Average"
233
  msgstr ""
234
 
235
+ #: ../lib/yasr-shortcode-functions.php:472
236
  msgid "You've not enough data"
237
  msgstr ""
238
 
239
+ #: ../lib/yasr-shortcode-functions.php:507
240
  msgid "You've not enought data"
241
  msgstr ""
242
 
243
+ #: ../lib/yasr-shortcode-functions.php:592
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:660
250
  msgid ""
251
  "Problem while retrieving the top 10 active users chart. Are you sure you "
252
  "have votes to show?"
688
  msgid "Pages"
689
  msgstr ""
690
 
691
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
692
  msgid "Yet Another Stars Rating: Settings"
693
  msgstr ""
694
 
695
+ #: ../lib/yasr-functions.php:143
696
  msgid "YASR"
697
  msgstr ""
698
 
699
+ #: ../lib/yasr-functions.php:144
700
  msgid "Yet Another Stars Rating: Multiple set"
701
  msgstr ""
702
 
703
+ #: ../lib/yasr-functions.php:150
704
  msgid "Overall Rating"
705
  msgstr ""
706
 
707
+ #: ../lib/yasr-functions.php:160
708
  msgid "You don't have enought privileges to insert Overall Rating"
709
  msgstr ""
710
 
711
+ #: ../lib/yasr-functions.php:170
712
  msgid "You don't have enought privileges to insert Multi Set"
713
  msgstr ""
714
 
715
+ #: ../lib/yasr-functions.php:310
716
  msgid " reviewed by "
717
  msgstr ""
718
 
719
+ #: ../lib/yasr-functions.php:311
720
  msgid " on "
721
  msgstr ""
722
 
723
+ #: ../lib/yasr-functions.php:312
724
  msgid " rated "
725
  msgstr ""
726
 
727
+ #: ../lib/yasr-functions.php:312
728
  msgid " of"
729
  msgstr ""
730
 
731
+ #: ../lib/yasr-functions.php:359
732
  msgid " written by "
733
  msgstr ""
734
 
735
+ #: ../lib/yasr-functions.php:361
736
  msgid " average rating "
737
  msgstr ""
738
 
739
+ #: ../lib/yasr-functions.php:362
740
  msgid " user ratings"
741
  msgstr ""
742
 
947
  msgid "Vote updated"
948
  msgstr ""
949
 
950
+ #: ../lib/yasr-ajax-functions.php:1220
951
  msgid "Average "
952
  msgstr ""
953
 
954
+ #: ../lib/yasr-ajax-functions.php:1231
955
+ msgid "You've already voted this article"
956
+ msgstr ""
957
+
958
+ #: ../lib/yasr-ajax-functions.php:1356
959
  msgid "stars"
960
  msgstr ""
lib/yasr-ajax-functions.php CHANGED
@@ -1145,7 +1145,7 @@ add_action( 'wp_ajax_yasr_change_log_page', 'yasr_change_log_page_callback' );
1145
 
1146
 
1147
  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>
1148
- <span class=\"yasr-total-average-text\"> [" . __("Total: ", "yasr") . "$number_of_votes &nbsp; &nbsp;" . __("Average $medium_rating/5" , "yasr") . "]</span>
1149
  <span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("Vote updated", "yasr") . "</span>";
1150
 
1151
  die(); // this is required to return a proper result
@@ -1212,24 +1212,27 @@ add_action( 'wp_ajax_yasr_change_log_page', 'yasr_change_log_page_callback' );
1212
  $average_rating = round ($average_rating, 1);
1213
 
1214
 
1215
- //Check if user specifyed a custom text to display when a vistor har rated
 
 
 
 
 
 
1216
 
1217
  if( YASR_TEXT_BEFORE_STARS == 1 && YASR_CUSTOM_TEXT_USER_VOTED != '' ) {
1218
 
1219
- echo "<div class=\"$rateit_class\" id=\"yasr_rateit_user_votes_voted_ro\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$average_rating\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>
1220
- <span class=\"yasr-total-average-text\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">[" . __("Total: ", "yasr") . "$number_of_votes &nbsp; &nbsp;" . __("Average " , "yasr") . "$average_rating/5 ]</span>
1221
- <span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . YASR_CUSTOM_TEXT_USER_VOTED . " </span>";
1222
 
1223
  }
1224
 
1225
  else {
1226
 
1227
- echo "<div class=\"$rateit_class\" id=\"yasr_rateit_user_votes_voted_ro\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$average_rating\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>
1228
- <span class=\"yasr-total-average-text\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">[" . __("Total: ", "yasr") . "$number_of_votes &nbsp; &nbsp;" . __("Average " , "yasr") . "$average_rating/5 ]</span>
1229
- <span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("You've already voted this article with", "yasr") . " $rating </span>";
1230
 
1231
  }
1232
 
 
1233
 
1234
  ?>
1235
 
@@ -1287,7 +1290,7 @@ add_action( 'wp_ajax_yasr_change_log_page', 'yasr_change_log_page_callback' );
1287
  $post_id ),
1288
  ARRAY_A);
1289
 
1290
- $total_votes=0; //Avoid undefined variable if stats exists. Necessary is $stats not exists
1291
 
1292
  //if query return 0 wirte an empty array $existing_votes
1293
  if (!$stats) {
@@ -1350,8 +1353,10 @@ add_action( 'wp_ajax_yasr_change_log_page', 'yasr_change_log_page_callback' );
1350
  if ($i != 0) {
1351
 
1352
  echo "<div class=\"yasr-progress-bar-row-container\">
1353
- <span class=\"yasr-progress-bar-name\">$i " . __("stars", "yasr") . "</span><span class=\"yasr-progress-bar\" id=\"yasr-progress-bar-$i\" ></span><span class=\"yasr-progress-bar-votes-count\">$logged_votes[n_of_votes]</span>
1354
- </div>";
 
 
1355
 
1356
  $value_progressbar = $increase_bar_value * $logged_votes['n_of_votes']; //value of the single bar
1357
 
@@ -1365,22 +1370,21 @@ add_action( 'wp_ajax_yasr_change_log_page', 'yasr_change_log_page_callback' );
1365
 
1366
  } //End foreach
1367
 
1368
- ?>
1369
 
1370
- <script>
1371
- jQuery( document ).ready(function() {
 
 
1372
 
1373
- //var i = <?php echo (json_encode($i)); ?>;
1374
- var arrayValueProgressbar = <?php echo (json_encode($array_values_progressbar)); ?>;
1375
 
1376
- yasrDrawProgressBars (arrayValueProgressbar);
1377
 
1378
- });
1379
- </script>
1380
-
1381
- <?php
1382
 
1383
- echo "</div>";
1384
 
1385
  die();
1386
 
1145
 
1146
 
1147
  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>
1148
+ <span class=\"yasr-total-average-text\"><span class=\"dashicons dashicons-chart-bar\" id=\"yasr-total-average-$post_id\"></span>[" . __("Total: ", "yasr") . "$number_of_votes &nbsp; &nbsp;" . __("Average $medium_rating/5" , "yasr") . "]</span>
1149
  <span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("Vote updated", "yasr") . "</span>";
1150
 
1151
  die(); // this is required to return a proper result
1212
  $average_rating = round ($average_rating, 1);
1213
 
1214
 
1215
+ //Check if user specifyed a custom text to display when a vistor has rated
1216
+
1217
+ $shortcode = "<div class=\"$rateit_class\" id=\"yasr_rateit_user_votes_voted_ro\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$average_rating\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>
1218
+ <span class=\"dashicons dashicons-chart-bar yasr-dashicons-visitor-stats \" id=\"yasr-total-average-dashicon-$post_id\" title=\"yasr-stats-dashicon\"></span>
1219
+ <span class=\"yasr-total-average-container\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">
1220
+ [" . __("Total: ", "yasr") . "$number_of_votes &nbsp; &nbsp;" . __("Average " , "yasr") . "$average_rating/5 ]
1221
+ </span>";
1222
 
1223
  if( YASR_TEXT_BEFORE_STARS == 1 && YASR_CUSTOM_TEXT_USER_VOTED != '' ) {
1224
 
1225
+ $shortcode .= "<span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . YASR_CUSTOM_TEXT_USER_VOTED . " </span>";
 
 
1226
 
1227
  }
1228
 
1229
  else {
1230
 
1231
+ $shortcode .= "<span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("You've already voted this article", "yasr") . " $rating </span>";
 
 
1232
 
1233
  }
1234
 
1235
+ echo $shortcode;
1236
 
1237
  ?>
1238
 
1290
  $post_id ),
1291
  ARRAY_A);
1292
 
1293
+ $total_votes=0; //Avoid undefined variable if stats exists. Necessary if $stats not exists
1294
 
1295
  //if query return 0 wirte an empty array $existing_votes
1296
  if (!$stats) {
1353
  if ($i != 0) {
1354
 
1355
  echo "<div class=\"yasr-progress-bar-row-container\">
1356
+ <span class=\"yasr-progress-bar-name\">$i " . __("stars", "yasr") . "</span>
1357
+ <span class=\"yasr-progress-bar\" id=\"yasr-progress-bar-$i\" ></span>
1358
+ <span class=\"yasr-progress-bar-votes-count\">$logged_votes[n_of_votes]</span>
1359
+ </div>";
1360
 
1361
  $value_progressbar = $increase_bar_value * $logged_votes['n_of_votes']; //value of the single bar
1362
 
1370
 
1371
  } //End foreach
1372
 
1373
+ echo "</div>";
1374
 
1375
+ ?>
1376
+
1377
+ <script type="text/javascript">
1378
+ jQuery( document ).ready(function() {
1379
 
1380
+ var arrayValueProgressbar = <?php echo (json_encode($array_values_progressbar)) ?>;
 
1381
 
1382
+ yasrDrawProgressBars (arrayValueProgressbar);
1383
 
1384
+ });
1385
+ </script>
 
 
1386
 
1387
+ <?php
1388
 
1389
  die();
1390
 
lib/yasr-functions.php CHANGED
@@ -33,6 +33,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
33
  wp_enqueue_style( 'jquery-ui','//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css', FALSE, NULL, 'all' );
34
  }
35
 
 
36
  wp_enqueue_style( 'yasrcss', YASR_CSS_DIR . 'yasr.css', FALSE, NULL, 'all' );
37
 
38
  //If choosen is light or not dark (force to be default)
@@ -266,6 +267,20 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
266
 
267
  function yasr_add_schema($content) {
268
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
269
  $schema=NULL; //To avoid undefined variable notice outside the loop
270
 
271
  $review_choosen = yasr_get_snippet_type();
@@ -303,14 +318,6 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
303
 
304
  } //END id if $overall_rating != '-1'
305
 
306
- if( is_singular() && is_main_query() ) {
307
- return $content . $schema;
308
- }
309
-
310
- else {
311
- return $content;
312
- }
313
-
314
  } //end if ($choosen_snippet['snippet'] == 'overall_rating')
315
 
316
  if (YASR_SNIPPET == 'visitor_rating') {
@@ -360,16 +367,17 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
360
 
361
  }
362
 
363
- if( is_singular() && is_main_query() ) {
364
- return $content . $schema;
365
- }
366
-
367
- else {
368
- return $content;
369
- }
370
 
 
 
371
  }
372
 
 
 
 
 
 
373
  } //End function
374
 
375
 
33
  wp_enqueue_style( 'jquery-ui','//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css', FALSE, NULL, 'all' );
34
  }
35
 
36
+ wp_enqueue_style( 'dashicons' ); //dashicons
37
  wp_enqueue_style( 'yasrcss', YASR_CSS_DIR . 'yasr.css', FALSE, NULL, 'all' );
38
 
39
  //If choosen is light or not dark (force to be default)
267
 
268
  function yasr_add_schema($content) {
269
 
270
+ //Add buddypress compatibility
271
+ if (function_exists('bp_is_active')) {
272
+
273
+ //Return content only if is page. This will disable schema for all page.
274
+ //Dunno why, but if I try to return $content after if (YASR_SNIPPET == 'overall_rating')
275
+ //or (YASR_SNIPPET == 'visitor_rating') $content will have only wp content, losing the buddypress one
276
+ if (is_page()) {
277
+
278
+ return $content;
279
+
280
+ }
281
+
282
+ }
283
+
284
  $schema=NULL; //To avoid undefined variable notice outside the loop
285
 
286
  $review_choosen = yasr_get_snippet_type();
318
 
319
  } //END id if $overall_rating != '-1'
320
 
 
 
 
 
 
 
 
 
321
  } //end if ($choosen_snippet['snippet'] == 'overall_rating')
322
 
323
  if (YASR_SNIPPET == 'visitor_rating') {
367
 
368
  }
369
 
370
+ }
 
 
 
 
 
 
371
 
372
+ if ( is_singular() && is_main_query() && !is_404() ) {
373
+ return $content . $schema;
374
  }
375
 
376
+ else {
377
+ return $content;
378
+ }
379
+
380
+
381
  } //End function
382
 
383
 
lib/yasr-shortcode-functions.php CHANGED
@@ -166,87 +166,68 @@ function shortcode_visitor_votes_callback ($atts) {
166
  }
167
 
168
  $shortcode_html = "<div id=\"yasr_visitor_votes_$post_id\" class=\"yasr-visitor-votes\">";
 
169
 
170
- //if anonymous are allowed to vote
171
- if (YASR_ALLOWED_USER === 'allow_anonymous') {
172
 
173
- //I've to block a logged in user that has already rated
174
- if ( is_user_logged_in() ) {
175
 
176
- //Chek if a logged in user has already rated for this post
177
- $vote_if_user_already_rated = yasr_check_if_user_already_voted();
178
 
179
- //If user has already rated
180
- if ($vote_if_user_already_rated) {
181
 
182
- $shortcode_html.="<div class=\"$rateit_class\" id=\"yasr_rateit_visitor_votes_$post_id\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$medium_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"false\"></div>
183
- <span class=\"yasr-total-average-text\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">[" . __("Total: ", "yasr") . "$votes_number &nbsp; &nbsp;" . __("Average: ","yasr") . "$medium_rating/5]</span>
184
- <span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("You've already voted this article with", "yasr") . " $vote_if_user_already_rated </span>";
185
 
186
- }
187
-
188
- //else logged user can vote
189
- else {
190
-
191
- $vote_if_user_already_rated = 0;
192
-
193
- $shortcode_html.="<div class=\"$rateit_class\" id=\"yasr_rateit_visitor_votes_$post_id\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$medium_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"false\"></div>
194
- <span class=\"yasr-total-average-text\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">[" . __("Total: ", "yasr") . "$votes_number &nbsp; &nbsp;" . __("Average: ","yasr") . "$medium_rating/5]</span>";
195
-
196
- } //End else
197
 
198
- } //End if user is logged
199
-
200
-
201
- //else if is not logged can vote
202
- else {
203
-
204
- $shortcode_html.="<div class=\"$rateit_class\" id=\"yasr_rateit_visitor_votes_$post_id\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$medium_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"false\"></div>
205
- <span class=\"yasr-total-average-text\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">[" . __("Total: ", "yasr") . "$votes_number &nbsp; &nbsp;" . __("Average: ","yasr") . "$medium_rating/5]</span>";
206
 
207
- } //end else
208
-
209
- } //end if ($allow_logged_option['allowed_user']==='allow_anonymous') {
210
 
211
 
212
- //If only logged in users can vote
213
- elseif (YASR_ALLOWED_USER === 'logged_only') {
214
 
215
- //If user is logged in and can vote
216
- if ( is_user_logged_in() ) {
217
 
218
- //Chek if a logged in user has already rated for this post
219
- $vote_if_user_already_rated = yasr_check_if_user_already_voted();
220
 
221
- if ($vote_if_user_already_rated) {
 
222
 
223
- $shortcode_html.="<div class=\"$rateit_class\" id=\"yasr_rateit_visitor_votes_$post_id\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$medium_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"false\"></div>
224
- <span class=\"yasr-total-average-text\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">[" . __("Total: ", "yasr") . "$votes_number &nbsp; &nbsp;" . __("Average: ","yasr") . "$medium_rating/5]</span>
225
- <span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("You've already voted this article with", "yasr") . " $vote_if_user_already_rated </span>";
226
 
227
- }
228
 
229
- else {
230
 
231
- $vote_if_user_already_rated = FALSE;
232
 
233
- $shortcode_html.="<div class=\"$rateit_class\" id=\"yasr_rateit_visitor_votes_$post_id\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$medium_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"false\"></div>
234
- <span class=\"yasr-total-average-text\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">[" . __("Total: ", "yasr") . "$votes_number &nbsp; &nbsp;" . __("Average: ","yasr") . "$medium_rating/5]</span>";
235
 
236
- }
237
 
238
- } //End if user is logged in
239
 
240
- //Else mean user is not logged in
241
- else {
242
 
243
- $shortcode_html.="<div class=\"$rateit_class\" id=\"yasr_rateit_visitor_votes_$post_id\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$medium_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div>
244
- <span class=\"yasr-total-average-text\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">[" . __("Total: ", "yasr") . "$votes_number &nbsp; &nbsp;" . __("Average: ","yasr") . "$medium_rating/5]</span>
245
- " . __("You must sign to vote", "yasr");
246
 
247
- }
 
 
 
 
248
 
249
- }
250
 
251
  $shortcode_html .= "</div>";
252
 
@@ -328,6 +309,7 @@ function shortcode_visitor_votes_callback ($atts) {
328
  } //End function shortcode_visitor_votes_callback
329
 
330
 
 
331
  /****** Add shortcode for multiple set ******/
332
 
333
  add_shortcode ('yasr_multiset', 'shortcode_multi_set_callback');
166
  }
167
 
168
  $shortcode_html = "<div id=\"yasr_visitor_votes_$post_id\" class=\"yasr-visitor-votes\">";
169
+ $span_after_rate_it = "";
170
 
171
+ //if anonymous are allowed to vote
172
+ if (YASR_ALLOWED_USER === 'allow_anonymous') {
173
 
174
+ $readonly = 'false'; //readonly is ALWAYS false
 
175
 
176
+ //I've to block a logged in user that has already rated
177
+ if ( is_user_logged_in() ) {
178
 
179
+ //Chek if a logged in user has already rated for this post
180
+ $vote_if_user_already_rated = yasr_check_if_user_already_voted();
181
 
182
+ //If user has already rated
183
+ if ($vote_if_user_already_rated) {
 
184
 
185
+ $span_after_rate_it="<span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("You've already voted this article with", "yasr") . " $vote_if_user_already_rated </span>";
 
 
 
 
 
 
 
 
 
 
186
 
187
+ }
 
 
 
 
 
 
 
188
 
189
+ } //End if user is logged
190
+
191
+ } //end if ($allow_logged_option['allowed_user']==='allow_anonymous') {
192
 
193
 
194
+ //If only logged in users can vote
195
+ elseif (YASR_ALLOWED_USER === 'logged_only') {
196
 
197
+ //If user is logged in and can vote
198
+ if ( is_user_logged_in() ) {
199
 
200
+ $readonly = 'false'; //REadonly is false if user is logged
 
201
 
202
+ //Chek if a logged in user has already rated for this post
203
+ $vote_if_user_already_rated = yasr_check_if_user_already_voted();
204
 
205
+ if ($vote_if_user_already_rated) {
 
 
206
 
207
+ $span_after_rate_it="<span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("You've already voted this article with", "yasr") . " $vote_if_user_already_rated </span>";
208
 
209
+ }
210
 
211
+ } //End if user is logged in
212
 
213
+ //Else mean user is not logged in and can't vote
214
+ else {
215
 
216
+ $readonly = 'true'; //readonly is true if user isn't logged
217
 
218
+ $span_after_rate_it = __("You must sign to vote", "yasr");
219
 
220
+ }
 
221
 
222
+ }
 
 
223
 
224
+ $shortcode_html .= "<div class=\"$rateit_class\" id=\"yasr_rateit_visitor_votes_$post_id\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$medium_rating\" data-rateit-step=\"1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"$readonly\"></div>
225
+ <span class=\"dashicons dashicons-chart-bar yasr-dashicons-visitor-stats \" id=\"yasr-total-average-dashicon-$post_id\" title=\"yasr-stats-dashicon\"></span>
226
+ <span class=\"yasr-total-average-container\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">
227
+ [" . __("Total: ", "yasr") . "$votes_number &nbsp; &nbsp;" . __("Average: ","yasr") . "$medium_rating/5]
228
+ </span>";
229
 
230
+ $shortcode_html.= $span_after_rate_it;
231
 
232
  $shortcode_html .= "</div>";
233
 
309
  } //End function shortcode_visitor_votes_callback
310
 
311
 
312
+
313
  /****** Add shortcode for multiple set ******/
314
 
315
  add_shortcode ('yasr_multiset', 'shortcode_multi_set_callback');
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: 5 star, admin, administrator, AJAX, five-star, javascript, jquery, post r
4
  Requires at least: 3.5
5
  Contributors: Dudo
6
  Tested up to: 4.1.1
7
- Stable tag: 0.7.9
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
@@ -118,6 +118,11 @@ Of course not: you can easily add it on the visual editor just by clicking on th
118
 
119
  == Changelog ==
120
 
 
 
 
 
 
121
  = 0.7.9 =
122
  * Fixed bug inserted on 0.2.2 when a logged in user try to update his own vote
123
  * Minor changes on yasr_visitor_votes shortcode
4
  Requires at least: 3.5
5
  Contributors: Dudo
6
  Tested up to: 4.1.1
7
+ Stable tag: 0.8.0
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
118
 
119
  == Changelog ==
120
 
121
+ = 0.8.0 =
122
+ * Stats for visitor votes works now on click and not on hover
123
+ * Buddypress compatibility
124
+ * Huge code cleanup on yasr_visitor_votes shortcode
125
+
126
  = 0.7.9 =
127
  * Fixed bug inserted on 0.2.2 when a logged in user try to update his own vote
128
  * Minor changes on yasr_visitor_votes shortcode
yet-another-stars-rating.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Yet Another Stars Rating
4
  * Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
5
  * Description: Rating system with rich snippets
6
- * Version: 0.7.9
7
  * Author: Dario Curvino
8
  * Author URI: https://yetanotherstarsrating.com/
9
  * License: GPL2
@@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
28
  */
29
 
30
 
31
- define('YASR_VERSION_NUM', '0.7.9');
32
 
33
  //Plugin relative path
34
  define( "YASR_RELATIVE_PATH", dirname(__FILE__) );
3
  * Plugin Name: Yet Another Stars Rating
4
  * Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
5
  * Description: Rating system with rich snippets
6
+ * Version: 0.8.0
7
  * Author: Dario Curvino
8
  * Author URI: https://yetanotherstarsrating.com/
9
  * License: GPL2
28
  */
29
 
30
 
31
+ define('YASR_VERSION_NUM', '0.8.0');
32
 
33
  //Plugin relative path
34
  define( "YASR_RELATIVE_PATH", dirname(__FILE__) );