Yasr – Yet Another Stars Rating - Version 0.9.7

Version Description

  • FIXED: bug with itemtype if yasr is not used in English
  • NEW FEATURE: in the settings, is now possible to choose the default itemtype for all posts/pages
Download this release

Release Info

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

Code changes from version 0.9.6 to 0.9.7

css/yasr-admin.css CHANGED
@@ -250,6 +250,8 @@ div.bigstars .rateit-selected
250
 
251
  }
252
 
 
 
253
  @media (max-width: 1176px) {
254
 
255
  .yasr-settingsdiv {
@@ -314,6 +316,10 @@ div.bigstars .rateit-selected
314
  clear: both;
315
  }
316
 
 
 
 
 
317
 
318
  /*** Rules for import data from gd star rating ***/
319
 
250
 
251
  }
252
 
253
+ /*** Multi page rules ***/
254
+
255
  @media (max-width: 1176px) {
256
 
257
  .yasr-settingsdiv {
316
  clear: both;
317
  }
318
 
319
+ .yasr-indented-answer {
320
+ margin-top: 3px;
321
+ margin-left: 10px;
322
+ }
323
 
324
  /*** Rules for import data from gd star rating ***/
325
 
js/yasr-admin.js CHANGED
@@ -174,6 +174,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
174
 
175
  jQuery('#yasr-button-select-set').on("click", function() {
176
 
 
177
  var data_id = {
178
  action: 'yasr_send_id_nameset',
179
  set_id: jQuery('#select_set').val(),
174
 
175
  jQuery('#yasr-button-select-set').on("click", function() {
176
 
177
+ //get the multi data
178
  var data_id = {
179
  action: 'yasr_send_id_nameset',
180
  set_id: jQuery('#select_set').val(),
js/yasr-front.js CHANGED
@@ -245,68 +245,3 @@
245
  /****** End progressbar function *******/
246
 
247
 
248
- /****** Yasr pro shortcode page ******/
249
-
250
- function yasrProMostOrHighestRatedChart (view) {
251
-
252
- if (view != 'highest') {
253
-
254
- //By default, hide the highest rated chart
255
- jQuery('#yasr-pro-highest-rated-posts').hide();
256
-
257
- //On click on highest, hide most and show highest
258
- jQuery('#yasr-pro-multi-chart-highest').on("click", function () {
259
-
260
- jQuery('#yasr-pro-most-rated-posts').hide();
261
-
262
- jQuery('#yasr-pro-highest-rated-posts').show();
263
-
264
- return false; // prevent default click action from happening!
265
-
266
- });
267
-
268
- //Vice versa
269
- jQuery('#yasr-pro-multi-chart-most').on("click", function () {
270
-
271
- jQuery('#yasr-pro-highest-rated-posts').hide();
272
-
273
- jQuery('#yasr-pro-most-rated-posts').show();
274
-
275
- return false; // prevent default click action from happening!
276
-
277
- });
278
-
279
- }
280
-
281
- else {
282
-
283
- //By default, hide the most rated chart
284
- jQuery('#yasr-pro-most-rated-posts').hide();
285
-
286
- //On click on most, hide highest and show most
287
- jQuery('#yasr-pro-multi-chart-most').on("click", function () {
288
-
289
- jQuery('#yasr-pro-highest-rated-posts').hide();
290
-
291
- jQuery('#yasr-pro-most-rated-posts').show();
292
-
293
- return false; // prevent default click action from happening!
294
-
295
- });
296
-
297
- //Vice versa
298
- jQuery('#yasr-pro-multi-chart-highest').on("click", function () {
299
-
300
- jQuery('#yasr-pro-most-rated-posts').hide();
301
-
302
- jQuery('#yasr-pro-highest-rated-posts').show();
303
-
304
- return false; // prevent default click action from happening!
305
-
306
- });
307
-
308
- }
309
-
310
- }
311
-
312
- /****** End Yasr pro shortcode page ******/
245
  /****** End progressbar function *******/
246
 
247
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-05-07 09:50+0100\n"
6
- "PO-Revision-Date: 2015-05-07 09:50+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
@@ -20,39 +20,39 @@ msgstr ""
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:124
29
- #: ../lib/yasr-shortcode-functions.php:527
30
  msgid "Loading, please wait"
31
  msgstr "Wird geladen, bitte warten"
32
 
33
  # @ yasr
34
- #: ../yasr-metabox-top-right.php:147
35
  msgid "Save Vote"
36
  msgstr "Abstimmung Speichern"
37
 
38
  # @ default
39
- #: ../yasr-metabox-top-right.php:166
40
  msgid "This review is about a..."
41
  msgstr ""
42
 
43
- #: ../yasr-metabox-top-right.php:171
44
  msgid "Product, Place, Other"
45
  msgstr ""
46
 
47
  # @ default
48
  # @ yasr
49
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
50
  #: ../lib/yasr-settings-functions.php:542
51
  msgid "Select"
52
  msgstr "Auswählen"
53
 
54
  # @ yasr
55
- #: ../yasr-metabox-top-right.php:217
56
  msgid ""
57
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
58
  "where you want to display this rating"
@@ -62,102 +62,102 @@ msgstr ""
62
 
63
  # @ yasr
64
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
65
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
66
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:753
67
  msgid "You do not have sufficient permissions to access this page."
68
  msgstr ""
69
  "Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
70
  "zuzugreifen."
71
 
72
  # @ yasr
73
- #: ../yasr-settings-page.php:33
74
  #, fuzzy
75
  msgid "Settings"
76
  msgstr "Einstellungen gespeichert"
77
 
78
  # @ yasr
79
- #: ../yasr-settings-page.php:76
80
  msgid "General Settings"
81
  msgstr "Allgemeine Einstellungen"
82
 
83
  # @ yasr
84
- #: ../yasr-settings-page.php:77
85
  msgid "Multi Sets"
86
  msgstr "Multi-Sets"
87
 
88
  # @ yasr
89
- #: ../yasr-settings-page.php:78
90
  msgid "Styles"
91
  msgstr "Styles"
92
 
93
  # @ yasr
94
- #: ../yasr-settings-page.php:79
95
  msgid "Pro Features!"
96
  msgstr "Pro Funktionen!"
97
 
98
  # @ default
99
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
100
- #: ../yasr-settings-page.php:295
101
  msgid "Save"
102
  msgstr "Speichern"
103
 
104
  # @ yasr
105
- #: ../yasr-settings-page.php:116
106
  msgid "Import Gd Star Rating"
107
  msgstr "Importiere Gd Star Rating Daten"
108
 
109
  # @ yasr
110
- #: ../yasr-settings-page.php:117
111
  msgid "I've found a previous installation of Gd Star Rating."
112
  msgstr "Es wurde eine Installation von Gd Star Rating gefunden."
113
 
114
  # @ yasr
115
- #: ../yasr-settings-page.php:117
116
  msgid "Do you want proceed to import data?"
117
  msgstr "Willst du mit dem Import der Daten fortfahren?"
118
 
119
  # @ yasr
120
- #: ../yasr-settings-page.php:119
121
  msgid "Yes, Begin Import"
122
  msgstr "Ja, Import starten"
123
 
124
  # @ default
125
- #: ../yasr-settings-page.php:123
126
  msgid "Click on Proceed to import Gd Star Rating data."
127
  msgstr "Klicke auf Fortfahren um die Gd Star Rating Daten zu importieren."
128
 
129
  # @ yasr
130
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
131
  msgid "Proceed"
132
  msgstr "Fortfahren"
133
 
134
  # @ yasr
135
- #: ../yasr-settings-page.php:148
136
  msgid "Manage GD Star Data"
137
  msgstr "Verwalte GD Star Rating Daten"
138
 
139
  # @ default
140
- #: ../yasr-settings-page.php:149
141
  msgid "Gd Star Rating has been already imported."
142
  msgstr "Gd Star Rating Daten wurden bereits importiert."
143
 
144
  # @ yasr
145
- #: ../yasr-settings-page.php:150
146
  msgid "If you wish you can import it again, but"
147
  msgstr "Du kannst die Daten erneut importieren, aber"
148
 
149
  # @ yasr
150
- #: ../yasr-settings-page.php:150
151
  msgid "you will lose all data you've collect since the import!"
152
  msgstr "dann gehen alle gesammelten Daten seit dem letzten Import verloren!"
153
 
154
  # @ default
155
- #: ../yasr-settings-page.php:152
156
  msgid "Ok, Import Again"
157
  msgstr "Ok, erneut importieren"
158
 
159
  # @ default
160
- #: ../yasr-settings-page.php:156
161
  msgid ""
162
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
163
  msgstr ""
@@ -165,17 +165,17 @@ msgstr ""
165
  "kann eine Weile dauern!"
166
 
167
  # @ yasr
168
- #: ../yasr-settings-page.php:196
169
  msgid "Manage Multi Set"
170
  msgstr "Multi-Sets verwalten"
171
 
172
  # @ yasr
173
- #: ../yasr-settings-page.php:200
174
  msgid "What is a Multi Set?"
175
  msgstr "Was ist ein Multi-Set?"
176
 
177
  # @ yasr
178
- #: ../yasr-settings-page.php:205
179
  msgid ""
180
  "Multi Set allows you to insert a rate for each aspect about the product / "
181
  "local business / whetever you're reviewing, example in the image below."
@@ -185,7 +185,7 @@ msgstr ""
185
  "zeigt ein Beispiel."
186
 
187
  # @ yasr
188
- #: ../yasr-settings-page.php:209
189
  msgid ""
190
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
191
  "different fields. Once you've saved it, you can insert the rates while "
@@ -198,7 +198,7 @@ msgstr ""
198
  "(klicken zum Vergrößern) zu sehen ist."
199
 
200
  # @ yasr
201
- #: ../yasr-settings-page.php:213
202
  msgid ""
203
  "In order to insert your Multi Sets into a post or page, you can either past "
204
  "the short code that will appear at the bottom of the box or just click on "
@@ -209,134 +209,111 @@ msgstr ""
209
  "den Stern im Editor klicken und \"Insert Multi-Set\" wählen."
210
 
211
  # @ yasr
212
- #: ../yasr-settings-page.php:219
213
  msgid "Close this message"
214
  msgstr "Nachricht schließen"
215
 
216
- # @ yasr
217
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
218
- #: ../lib/yasr-settings-functions.php:1352
219
- msgid "Donations"
220
- msgstr "Spenden"
221
-
222
- # @ yasr
223
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
224
- #: ../lib/yasr-settings-functions.php:1354
225
- msgid ""
226
- "If you have found this plugin useful, please consider making a donation to "
227
- "help support future development. Your support will be much appreciated. "
228
- msgstr ""
229
- "Wenn du das Plugin nützlich gefunden hast, dann unterstütze doch die "
230
- "Weiterentwicklung mit einer kleinen Spende. Deine Unterstützung ist uns viel "
231
- "Wert."
232
-
233
- # @ yasr
234
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
235
- #: ../lib/yasr-settings-functions.php:1356
236
- msgid "Thank you!"
237
- msgstr "Herzlichen Dank!"
238
-
239
  # @ default
240
  #: ../yasr-metabox-multiple-rating.php:35
241
  msgid "Choose wich set you want to use"
242
  msgstr "Wähle ein Multi-Set aus"
243
 
244
  # @ yasr
245
- #: ../lib/yasr-shortcode-functions.php:189
246
- #: ../lib/yasr-shortcode-functions.php:210
247
- #: ../lib/yasr-shortcode-functions.php:240
248
  msgid "You've already voted this article with"
249
  msgstr "Du hast hier bewertet mit "
250
 
251
  # @ yasr
252
- #: ../lib/yasr-shortcode-functions.php:251
253
- #: ../lib/yasr-shortcode-functions.php:555
254
  msgid "You must sign to vote"
255
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
256
 
257
  # @ yasr
258
- #: ../lib/yasr-shortcode-functions.php:293 ../lib/yasr-ajax-functions.php:1040
259
- #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
260
  msgid "Total: "
261
  msgstr "Gesamt:"
262
 
263
  # @ yasr
264
- #: ../lib/yasr-shortcode-functions.php:293
265
  msgid "Average: "
266
  msgstr "Durchschnitt: "
267
 
268
- #: ../lib/yasr-shortcode-functions.php:309
269
  msgid "bad, poor, ok, good, super"
270
  msgstr ""
271
 
272
  # @ yasr
273
- #: ../lib/yasr-shortcode-functions.php:534
274
  #, fuzzy
275
  msgid "Thank you for voting! "
276
  msgstr "Herzlichen Dank!"
277
 
278
- #: ../lib/yasr-shortcode-functions.php:545
279
- #: ../lib/yasr-shortcode-functions.php:553
280
- #: ../lib/yasr-shortcode-functions.php:565
281
  msgid "Submit!"
282
  msgstr ""
283
 
284
  # @ yasr
285
- #: ../lib/yasr-shortcode-functions.php:710
286
  msgid "Rating"
287
  msgstr "Bewertung"
288
 
289
  # @ yasr
290
- #: ../lib/yasr-shortcode-functions.php:724
291
  msgid "You don't have any votes stored"
292
  msgstr "Es sind keine Autoren-Bewertungen gespeichert"
293
 
294
- #: ../lib/yasr-shortcode-functions.php:760
295
- #: ../lib/yasr-shortcode-functions.php:799
296
  msgid "Post / Page"
297
  msgstr "Beitrag / Seite"
298
 
299
- #: ../lib/yasr-shortcode-functions.php:761
300
- #: ../lib/yasr-shortcode-functions.php:800
301
  msgid "Order By"
302
  msgstr "sortieren nach"
303
 
304
  # @ yasr
305
- #: ../lib/yasr-shortcode-functions.php:761
306
- #: ../lib/yasr-shortcode-functions.php:800
307
  msgid "Most Rated"
308
  msgstr "meist bewertet"
309
 
310
  # @ yasr
311
- #: ../lib/yasr-shortcode-functions.php:761
312
- #: ../lib/yasr-shortcode-functions.php:800
313
  msgid "Highest Rated"
314
  msgstr "höchste Bewertung"
315
 
316
  # @ yasr
317
- #: ../lib/yasr-shortcode-functions.php:779
318
- #: ../lib/yasr-shortcode-functions.php:814
319
  msgid "Total:"
320
  msgstr "Gesamt:"
321
 
322
  # @ yasr
323
- #: ../lib/yasr-shortcode-functions.php:779
324
- #: ../lib/yasr-shortcode-functions.php:814
325
  msgid "Average"
326
  msgstr "Durchschnitt: "
327
 
328
  # @ yasr
329
- #: ../lib/yasr-shortcode-functions.php:791
330
  msgid "You've not enough data"
331
  msgstr "Sie haben nicht genügend Daten"
332
 
333
  # @ yasr
334
- #: ../lib/yasr-shortcode-functions.php:826
335
  msgid "You've not enought data"
336
  msgstr "Sie haben nicht genug Daten"
337
 
338
  # @ default
339
- #: ../lib/yasr-shortcode-functions.php:911
340
  msgid ""
341
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
342
  "any review?"
@@ -345,7 +322,7 @@ msgstr ""
345
  "Bewertung veröffentlicht"
346
 
347
  # @ default
348
- #: ../lib/yasr-shortcode-functions.php:979
349
  msgid ""
350
  "Problem while retrieving the top 10 active users chart. Are you sure you "
351
  "have votes to show?"
@@ -437,7 +414,7 @@ msgid "Overall Rating / Author Rating"
437
  msgstr "Gesamtbewertung (Autorenbewertung)"
438
 
439
  # @ yasr
440
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
441
  msgid "Visitor Votes"
442
  msgstr "Besucherbewertung"
443
 
@@ -467,19 +444,19 @@ msgid "Size"
467
  msgstr "Größe"
468
 
469
  # @ yasr
470
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
471
- #: ../lib/yasr-ajax-functions.php:479
472
  msgid "Small"
473
  msgstr "Klein"
474
 
475
  # @ yasr
476
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
477
- #: ../lib/yasr-ajax-functions.php:480
478
  msgid "Medium"
479
  msgstr "Mittel"
480
 
481
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
482
- #: ../lib/yasr-ajax-functions.php:481
483
  msgid "Large"
484
  msgstr "Groß"
485
 
@@ -688,7 +665,7 @@ msgstr "Neues Multi-Set anlegen"
688
 
689
  # @ yasr
690
  #: ../lib/yasr-settings-functions.php:532
691
- #: ../lib/yasr-settings-functions.php:564
692
  msgid "Manage Multiple Set"
693
  msgstr "Verschiedene Multi-Sets verwalten"
694
 
@@ -698,26 +675,26 @@ msgid "Wich set do you want to edit or remove?"
698
  msgstr "Welches Multi-Set möchtest du bearbeiten oder löschen?"
699
 
700
  # @ yasr
701
- #: ../lib/yasr-settings-functions.php:574
702
- #: ../lib/yasr-settings-functions.php:692
703
  msgid "Field name"
704
  msgstr "Feldname"
705
 
706
  # @ yasr
707
- #: ../lib/yasr-settings-functions.php:578
708
- #: ../lib/yasr-settings-functions.php:696
709
  msgid "Remove"
710
  msgstr "Entfernen"
711
 
712
  # @ yasr
713
- #: ../lib/yasr-settings-functions.php:620
714
- #: ../lib/yasr-settings-functions.php:738
715
  msgid "Remove whole set?"
716
  msgstr "Komplettes Multi-Set entfernen?"
717
 
718
  # @ yasr
719
- #: ../lib/yasr-settings-functions.php:633
720
- #: ../lib/yasr-settings-functions.php:751
721
  msgid ""
722
  "If you remove something you will remove all the votes for that set or field. "
723
  "This operation CAN'T BE undone."
@@ -726,25 +703,25 @@ msgstr ""
726
  "Element gelöscht. Dies kann nicht rückgängig gemacht werden."
727
 
728
  # @ yasr
729
- #: ../lib/yasr-settings-functions.php:640
730
- #: ../lib/yasr-settings-functions.php:758
731
  msgid "You can use up to 9 elements"
732
  msgstr "Du kannst bist zu 9 Elementen nutzen"
733
 
734
  # @ yasr
735
- #: ../lib/yasr-settings-functions.php:642
736
- #: ../lib/yasr-settings-functions.php:760
737
  msgid "Add element"
738
  msgstr "Element hinzufügen"
739
 
740
  # @ yasr
741
- #: ../lib/yasr-settings-functions.php:644
742
- #: ../lib/yasr-settings-functions.php:762
743
  msgid "Save changes"
744
  msgstr "Änderungen speichern"
745
 
746
  # @ yasr
747
- #: ../lib/yasr-settings-functions.php:654
748
  msgid "No Multiple Set were found"
749
  msgstr "Keine Multi-Sets gefunden"
750
 
@@ -801,17 +778,17 @@ msgstr ""
801
  "melde das Problem"
802
 
803
  # @ yasr
804
- #: ../lib/yasr-settings-functions.php:1200
805
  msgid "Style Options"
806
  msgstr "Style Optionen"
807
 
808
  # @ yasr
809
- #: ../lib/yasr-settings-functions.php:1201
810
  msgid "Custom CSS Styles"
811
  msgstr "Benutzerdefiniertes CSS"
812
 
813
  # @ yasr
814
- #: ../lib/yasr-settings-functions.php:1206
815
  msgid ""
816
  "Please use text area below to write your own CSS styles to override the "
817
  "default ones."
@@ -820,87 +797,124 @@ msgstr ""
820
  "CSS-Code zu überschreiben."
821
 
822
  # @ yasr
823
- #: ../lib/yasr-settings-functions.php:1208
824
  msgid "Leave it blank if you don't know what you're doing"
825
  msgstr " Lasse diesen Bereich leer, wenn du nicht weißt was du tust."
826
 
827
  # @ yasr
828
- #: ../lib/yasr-settings-functions.php:1231
829
  msgid "Looking for more features?"
830
  msgstr "Auf der Suche nach mehr Funktionen?"
831
 
832
- #: ../lib/yasr-settings-functions.php:1232
833
  msgid "Upgrade to yasr pro!"
834
  msgstr "Zu Yasr Pro wechseln!"
835
 
836
- #: ../lib/yasr-settings-functions.php:1248
837
  msgid "Unlimited ratings and votes"
838
  msgstr ""
839
 
840
- #: ../lib/yasr-settings-functions.php:1254
841
  msgid "Works with shortcodes"
842
  msgstr ""
843
 
844
  # @ yasr
845
- #: ../lib/yasr-settings-functions.php:1260
846
  #, fuzzy
847
  msgid "Multi Set Support"
848
  msgstr "Multi-Sets"
849
 
850
  # @ yasr
851
- #: ../lib/yasr-settings-functions.php:1265
852
  #, fuzzy
853
  msgid "Logs and stats for visitors votes"
854
  msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
855
 
856
- #: ../lib/yasr-settings-functions.php:1270
857
  msgid "Localization (.po and .mo files included)"
858
  msgstr ""
859
 
860
  # @ yasr
861
- #: ../lib/yasr-settings-functions.php:1275
862
  #, fuzzy
863
  msgid "Rich Snippet Support"
864
  msgstr "Multi-Sets"
865
 
866
- #: ../lib/yasr-settings-functions.php:1280
867
  msgid "Rankings for reviews, votes and users"
868
  msgstr ""
869
 
870
- #: ../lib/yasr-settings-functions.php:1285
871
  msgid "Rankings Customization"
872
  msgstr ""
873
 
874
- #: ../lib/yasr-settings-functions.php:1290
875
  msgid "Stars Customization"
876
  msgstr ""
877
 
878
  # @ yasr
879
- #: ../lib/yasr-settings-functions.php:1291
880
  #, fuzzy
881
  msgid "Size Only"
882
  msgstr "Größe"
883
 
884
- #: ../lib/yasr-settings-functions.php:1292
885
  msgid ""
886
  "Users can choose different ready to use sets or can upload their own images."
887
  msgstr ""
888
 
889
- #: ../lib/yasr-settings-functions.php:1295
890
  msgid "Users can review in comments"
891
  msgstr ""
892
 
893
- #: ../lib/yasr-settings-functions.php:1306
894
  msgid "Not avaible yet"
895
  msgstr ""
896
 
897
- #: ../lib/yasr-settings-functions.php:1338
898
- #: ../lib/yasr-settings-functions.php:1365
899
- msgid "Follow YASR official site!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
900
  msgstr ""
901
 
902
  # @ yasr
903
- #: ../lib/yasr-settings-functions.php:1395
904
  msgid "No previous Gd Star Rating installation was found"
905
  msgstr "Es wurde keine Gd Star Ratings Installation gefunden"
906
 
@@ -910,7 +924,7 @@ msgid "No recenet votes yet"
910
  msgstr "Keine aktuellen Bewertungen vorhanden"
911
 
912
  # @ default
913
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
914
  msgid "anonymous"
915
  msgstr "Anonym"
916
 
@@ -920,12 +934,12 @@ msgid "Vote %d from %s on "
920
  msgstr ""
921
 
922
  # @ yasr
923
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
924
  msgid "Ip address"
925
  msgstr "IP-Adresse"
926
 
927
  # @ yasr
928
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
929
  msgid "Pages"
930
  msgstr "Seiten"
931
 
@@ -953,55 +967,66 @@ msgstr ""
953
  "Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
954
 
955
  # @ yasr
956
- #: ../lib/yasr-functions.php:309
957
- msgid " reviewed by "
 
958
  msgstr " geschrieben von "
959
 
960
  # @ yasr
961
- #: ../lib/yasr-functions.php:310
962
  msgid " on "
963
  msgstr " am"
964
 
965
  # @ yasr
966
- #: ../lib/yasr-functions.php:311
967
- msgid " rated "
968
- msgstr " ist bewertet mit "
 
 
 
 
 
969
 
970
  # @ yasr
971
- #: ../lib/yasr-functions.php:311
972
- msgid " of"
 
 
 
 
 
973
  msgstr ""
974
 
975
  # @ yasr
976
- #: ../lib/yasr-functions.php:358
977
  msgid " written by "
978
  msgstr " geschrieben von "
979
 
980
  # @ yasr
981
- #: ../lib/yasr-functions.php:360
982
  #, fuzzy
983
  msgid " average rating "
984
  msgstr " Durchschnittsbewertung"
985
 
986
  # @ yasr
987
- #: ../lib/yasr-functions.php:361
988
  msgid " user ratings"
989
  msgstr " Besucherbewertungen"
990
 
991
  # @ yasr
992
- #: ../lib/yasr-ajax-functions.php:96
993
  #, fuzzy
994
  msgid "You've rated it "
995
  msgstr " ist bewertet mit "
996
 
997
  # @ yasr
998
- #: ../lib/yasr-ajax-functions.php:100
999
  #, fuzzy
1000
  msgid "You've reset the vote"
1001
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
1002
 
1003
  # @ yasr
1004
- #: ../lib/yasr-ajax-functions.php:164
1005
  msgid ""
1006
  "There was an error while trying to insert the review type. Please report it"
1007
  msgstr ""
@@ -1009,175 +1034,175 @@ msgstr ""
1009
  "melden Sie es."
1010
 
1011
  # @ yasr
1012
- #: ../lib/yasr-ajax-functions.php:198
1013
  msgid "Choose a vote for each element"
1014
  msgstr "Wähle eine Bewertung für jedes Element"
1015
 
1016
  # @ yasr
1017
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
1018
  #, fuzzy
1019
  msgid "If you want to insert this multiset, paste this shortcode "
1020
  msgstr "Vorhandene Multi-Sets"
1021
 
1022
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
1023
  msgid ""
1024
  "If, instead, you want allow your visitor to vote on this multiset, use this "
1025
  "shortcode"
1026
  msgstr ""
1027
 
1028
  # @ yasr
1029
- #: ../lib/yasr-ajax-functions.php:268
1030
  msgid "Choose a vote for every element"
1031
  msgstr "Wähle eine Bewertung für jedes Element"
1032
 
1033
  # @ yasr
1034
- #: ../lib/yasr-ajax-functions.php:441
1035
  msgid "Main"
1036
  msgstr "Allgemein"
1037
 
1038
  # @ yasr
1039
- #: ../lib/yasr-ajax-functions.php:442
1040
  msgid "Charts"
1041
  msgstr "Charts"
1042
 
1043
  # @ yasr
1044
- #: ../lib/yasr-ajax-functions.php:444
1045
  msgid "Read the doc"
1046
  msgstr "Lese die Dokumentation"
1047
 
1048
  # @ yasr
1049
- #: ../lib/yasr-ajax-functions.php:453
1050
  msgid "Overall Rating / Review"
1051
  msgstr "Gesamtbewertung (Autorenbewertung)"
1052
 
1053
  # @ yasr
1054
- #: ../lib/yasr-ajax-functions.php:455
1055
  msgid "Insert Overall Rating"
1056
  msgstr "Gesamtbewertung einfügen"
1057
 
1058
  # @ yasr
1059
- #: ../lib/yasr-ajax-functions.php:456
1060
  msgid "Insert Overall Rating / Review for this post"
1061
  msgstr "Gesamtbewertung der Review-Autoren einfügen"
1062
 
1063
  # @ yasr
1064
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
1065
  msgid "Choose Size"
1066
  msgstr "Größe wählen"
1067
 
1068
  # @ yasr
1069
- #: ../lib/yasr-ajax-functions.php:473
1070
  msgid "Insert Visitor Votes"
1071
  msgstr "Besucherbewertung einfügen"
1072
 
1073
  # @ yasr
1074
- #: ../lib/yasr-ajax-functions.php:474
1075
  msgid "Insert the ability for your visitor to vote"
1076
  msgstr "Besucher dürfen Bewertungen abgeben"
1077
 
1078
  # @ yasr
1079
- #: ../lib/yasr-ajax-functions.php:491
1080
  msgid "If you want to insert a Multi Set, pick one:"
1081
  msgstr "Vorhandene Multi-Sets"
1082
 
1083
  # @ yasr
1084
- #: ../lib/yasr-ajax-functions.php:497
1085
  msgid "Choose wich set you want to insert."
1086
  msgstr "Wähle das einzufügende Multi-Set."
1087
 
1088
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
1089
  msgid "Readonly?"
1090
  msgstr ""
1091
 
1092
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
1093
  msgid ""
1094
  "If Readonly is checked, only you can insert the votes (in the box above the "
1095
  "editor)"
1096
  msgstr ""
1097
 
1098
  # @ yasr
1099
- #: ../lib/yasr-ajax-functions.php:502
1100
  #, fuzzy
1101
  msgid "Insert Multi Set"
1102
  msgstr "Multi-Set einfügen"
1103
 
1104
  # @ yasr
1105
- #: ../lib/yasr-ajax-functions.php:511
1106
  msgid "Insert Multiset:"
1107
  msgstr "Multi-Set einfügen:"
1108
 
1109
  # @ yasr
1110
- #: ../lib/yasr-ajax-functions.php:514
1111
  msgid "Insert Multiple Set"
1112
  msgstr "Multi-Set einfügen"
1113
 
1114
  # @ yasr
1115
- #: ../lib/yasr-ajax-functions.php:532
1116
  msgid "Ranking reviews"
1117
  msgstr "Rang Bewertungen"
1118
 
1119
  # @ yasr
1120
- #: ../lib/yasr-ajax-functions.php:533
1121
  msgid "Insert Ranking reviews"
1122
  msgstr "Rang Bewertungen einfügen"
1123
 
1124
  # @ yasr
1125
- #: ../lib/yasr-ajax-functions.php:534
1126
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1127
  msgstr "Top 10 Bewertung für [yasr_overall_rating] shortcode einfügen."
1128
 
1129
  # @ yasr
1130
- #: ../lib/yasr-ajax-functions.php:538
1131
  msgid "Users' ranking"
1132
  msgstr "Benutzer-Rangliste"
1133
 
1134
  # @ yasr
1135
- #: ../lib/yasr-ajax-functions.php:539
1136
  msgid "Insert Users ranking"
1137
  msgstr "Benutzer-Rangliste einfügen"
1138
 
1139
  # @ yasr
1140
- #: ../lib/yasr-ajax-functions.php:540
1141
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1142
  msgstr "Top 10 Wertung für [yasr_visitor_votes] shortcode einfügen"
1143
 
1144
  # @ yasr
1145
- #: ../lib/yasr-ajax-functions.php:544
1146
  msgid "Most active reviewers"
1147
  msgstr "Top 5 Aktivste Review-Autoren"
1148
 
1149
  # @ yasr
1150
- #: ../lib/yasr-ajax-functions.php:545
1151
  msgid "Insert Most Active Reviewers"
1152
  msgstr "meist aktivste Bewertungen einfügen"
1153
 
1154
  # @ yasr
1155
- #: ../lib/yasr-ajax-functions.php:546
1156
  msgid "Insert Top 5 active reviewers"
1157
  msgstr "Füge die Top 5 aktivsten Review-Autoren ein"
1158
 
1159
  # @ yasr
1160
- #: ../lib/yasr-ajax-functions.php:550
1161
  msgid "Most Active Users"
1162
  msgstr "meist aktivste Benutzer"
1163
 
1164
  # @ yasr
1165
- #: ../lib/yasr-ajax-functions.php:551
1166
  msgid "Insert Most Active Users"
1167
  msgstr "Aktivste Benutzer einfügen."
1168
 
1169
  # @ yasr
1170
- #: ../lib/yasr-ajax-functions.php:552
1171
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1172
  msgstr "Top 10 Abstimmer [yasr_visitor_votes] Shortcode einfügen"
1173
 
1174
  # @ yasr
1175
- #: ../lib/yasr-ajax-functions.php:623
1176
  msgid "Reviews and Visitor Votes have been successfull imported."
1177
  msgstr "Autoren-Reviews und Bewertungen wurden erfolgreich importiert."
1178
 
1179
  # @ yasr
1180
- #: ../lib/yasr-ajax-functions.php:629
1181
  msgid ""
1182
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1183
  "THIS MAY TAKE A WHILE!"
@@ -1186,119 +1211,137 @@ msgstr ""
1186
  "KANN ETWAS DAUERN!"
1187
 
1188
  # @ yasr
1189
- #: ../lib/yasr-ajax-functions.php:631
1190
  msgid "Proceed Step 2"
1191
  msgstr "Fortfahren mit Schritt 2"
1192
 
1193
  # @ yasr
1194
- #: ../lib/yasr-ajax-functions.php:638
1195
  msgid "Something goes wrong! Refresh the page and try again!"
1196
  msgstr ""
1197
  "Hier ist etwas schief gelaufen. Bitte aktualisiere die Seite und versuche es "
1198
  "noch einmal!"
1199
 
1200
  # @ yasr
1201
- #: ../lib/yasr-ajax-functions.php:667
1202
  msgid "I've found Multiple Set! Importing..."
1203
  msgstr "Es wurden verschiedene Multi-Sets gefunden. Starte Import..."
1204
 
1205
  # @ yasr
1206
- #: ../lib/yasr-ajax-functions.php:676
1207
  msgid "Multi Set's name has been successfull imported."
1208
  msgstr "Multi-Set Namen wurden erfolgreich importiert."
1209
 
1210
  # @ yasr
1211
- #: ../lib/yasr-ajax-functions.php:678
1212
  msgid "Now I'm going to import Multi Set data"
1213
  msgstr "Der Import der Multi-Set Daten wird gestartet"
1214
 
1215
  # @ yasr
1216
- #: ../lib/yasr-ajax-functions.php:689
1217
  msgid "All votes has been successfull imported."
1218
  msgstr "Alle Bewertungen wurden erfolgreich importiert."
1219
 
1220
  # @ yasr
1221
- #: ../lib/yasr-ajax-functions.php:691
1222
  msgid "Done"
1223
  msgstr "Fertig"
1224
 
1225
  # @ yasr
1226
- #: ../lib/yasr-ajax-functions.php:696
1227
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1228
  msgstr ""
1229
  "Es wurden Multi-Set Bewertungen gefunden aber diese konnten nicht in der "
1230
  "Datenbank gespeichert werden."
1231
 
1232
  # @ yasr
1233
- #: ../lib/yasr-ajax-functions.php:704
1234
  msgid "I've found Multi Set but with no data"
1235
  msgstr "Das Multi-Set wurde gefunden aber es sind keine Daten vorhanden"
1236
 
1237
  # @ yasr
1238
- #: ../lib/yasr-ajax-functions.php:713
1239
  msgid "I've found Multi Sets names but I couldn't insert into db"
1240
  msgstr ""
1241
  "Multi-Set Namen wurde gefunden aber konnten nicht in die Datenbank "
1242
  "importiert werden"
1243
 
1244
  # @ yasr
1245
- #: ../lib/yasr-ajax-functions.php:721
1246
  msgid "Multisets were not found. Imported is done!"
1247
  msgstr "Kein Multi-Set gefunden aber Import war erfolgreich!"
1248
 
1249
  # @ yasr
1250
- #: ../lib/yasr-ajax-functions.php:765
1251
  msgid "No Recenet votes yet"
1252
  msgstr "Keine kürzlichen Bewertungen"
1253
 
1254
- #: ../lib/yasr-ajax-functions.php:787
1255
  #, php-format
1256
  msgid "Vote %d from %s on"
1257
  msgstr ""
1258
 
1259
  # @ yasr
1260
- #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1261
  msgid "Error: you can't vote 0"
1262
  msgstr "Fehler: Sie können nicht 0 wählen!"
1263
 
1264
  # @ yasr
1265
- #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
1266
  #, fuzzy
1267
  msgid "Average:"
1268
  msgstr "Durchschnitt: "
1269
 
1270
  # @ yasr
1271
- #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
1272
  msgid "Vote Saved"
1273
  msgstr "Bewertung gespeichert"
1274
 
1275
  # @ yasr
1276
- #: ../lib/yasr-ajax-functions.php:1184
1277
  msgid "Vote updated"
1278
  msgstr "Bewertung aktualisiert"
1279
 
1280
  # @ yasr
1281
- #: ../lib/yasr-ajax-functions.php:1325
1282
  #, fuzzy
1283
  msgid "Rating saved!"
1284
  msgstr "Einstellungen gespeichert"
1285
 
1286
- #: ../lib/yasr-ajax-functions.php:1331
1287
  msgid "Rating not saved. Please Try again"
1288
  msgstr ""
1289
 
1290
  # @ yasr
1291
- #: ../lib/yasr-ajax-functions.php:1424
1292
  #, fuzzy
1293
  msgid "stars"
1294
  msgstr "Sterne"
1295
 
1296
  # @ yasr
1297
- #: ../lib/yasr-ajax-functions.php:1429
1298
  #, fuzzy
1299
  msgid "star"
1300
  msgstr "Sterne"
1301
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1302
  # @ yasr
1303
  #, fuzzy
1304
  #~ msgid "Pro Options!"
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating v0.6.5\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-10 11:39+0100\n"
6
+ "PO-Revision-Date: 2015-09-10 11:39+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
22
  # @ yasr
23
+ #: ../yasr-metabox-top-right.php:75 ../yasr-metabox-top-right.php:109
24
  msgid "Rate this article / item"
25
  msgstr "Gib eine Bewertung ab"
26
 
27
  # @ yasr
28
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
29
+ #: ../lib/yasr-shortcode-functions.php:546
30
  msgid "Loading, please wait"
31
  msgstr "Wird geladen, bitte warten"
32
 
33
  # @ yasr
34
+ #: ../yasr-metabox-top-right.php:157
35
  msgid "Save Vote"
36
  msgstr "Abstimmung Speichern"
37
 
38
  # @ default
39
+ #: ../yasr-metabox-top-right.php:176
40
  msgid "This review is about a..."
41
  msgstr ""
42
 
43
+ #: ../yasr-metabox-top-right.php:181
44
  msgid "Product, Place, Other"
45
  msgstr ""
46
 
47
  # @ default
48
  # @ yasr
49
+ #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
50
  #: ../lib/yasr-settings-functions.php:542
51
  msgid "Select"
52
  msgstr "Auswählen"
53
 
54
  # @ yasr
55
+ #: ../yasr-metabox-top-right.php:234
56
  msgid ""
57
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
58
  "where you want to display this rating"
62
 
63
  # @ yasr
64
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
65
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
66
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
67
  msgid "You do not have sufficient permissions to access this page."
68
  msgstr ""
69
  "Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
70
  "zuzugreifen."
71
 
72
  # @ yasr
73
+ #: ../yasr-settings-page.php:37
74
  #, fuzzy
75
  msgid "Settings"
76
  msgstr "Einstellungen gespeichert"
77
 
78
  # @ yasr
79
+ #: ../yasr-settings-page.php:80
80
  msgid "General Settings"
81
  msgstr "Allgemeine Einstellungen"
82
 
83
  # @ yasr
84
+ #: ../yasr-settings-page.php:81
85
  msgid "Multi Sets"
86
  msgstr "Multi-Sets"
87
 
88
  # @ yasr
89
+ #: ../yasr-settings-page.php:82
90
  msgid "Styles"
91
  msgstr "Styles"
92
 
93
  # @ yasr
94
+ #: ../yasr-settings-page.php:83
95
  msgid "Pro Features!"
96
  msgstr "Pro Funktionen!"
97
 
98
  # @ default
99
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
100
+ #: ../yasr-settings-page.php:297
101
  msgid "Save"
102
  msgstr "Speichern"
103
 
104
  # @ yasr
105
+ #: ../yasr-settings-page.php:125
106
  msgid "Import Gd Star Rating"
107
  msgstr "Importiere Gd Star Rating Daten"
108
 
109
  # @ yasr
110
+ #: ../yasr-settings-page.php:126
111
  msgid "I've found a previous installation of Gd Star Rating."
112
  msgstr "Es wurde eine Installation von Gd Star Rating gefunden."
113
 
114
  # @ yasr
115
+ #: ../yasr-settings-page.php:126
116
  msgid "Do you want proceed to import data?"
117
  msgstr "Willst du mit dem Import der Daten fortfahren?"
118
 
119
  # @ yasr
120
+ #: ../yasr-settings-page.php:128
121
  msgid "Yes, Begin Import"
122
  msgstr "Ja, Import starten"
123
 
124
  # @ default
125
+ #: ../yasr-settings-page.php:132
126
  msgid "Click on Proceed to import Gd Star Rating data."
127
  msgstr "Klicke auf Fortfahren um die Gd Star Rating Daten zu importieren."
128
 
129
  # @ yasr
130
+ #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
131
  msgid "Proceed"
132
  msgstr "Fortfahren"
133
 
134
  # @ yasr
135
+ #: ../yasr-settings-page.php:157
136
  msgid "Manage GD Star Data"
137
  msgstr "Verwalte GD Star Rating Daten"
138
 
139
  # @ default
140
+ #: ../yasr-settings-page.php:158
141
  msgid "Gd Star Rating has been already imported."
142
  msgstr "Gd Star Rating Daten wurden bereits importiert."
143
 
144
  # @ yasr
145
+ #: ../yasr-settings-page.php:159
146
  msgid "If you wish you can import it again, but"
147
  msgstr "Du kannst die Daten erneut importieren, aber"
148
 
149
  # @ yasr
150
+ #: ../yasr-settings-page.php:159
151
  msgid "you will lose all data you've collect since the import!"
152
  msgstr "dann gehen alle gesammelten Daten seit dem letzten Import verloren!"
153
 
154
  # @ default
155
+ #: ../yasr-settings-page.php:161
156
  msgid "Ok, Import Again"
157
  msgstr "Ok, erneut importieren"
158
 
159
  # @ default
160
+ #: ../yasr-settings-page.php:165
161
  msgid ""
162
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
163
  msgstr ""
165
  "kann eine Weile dauern!"
166
 
167
  # @ yasr
168
+ #: ../yasr-settings-page.php:205
169
  msgid "Manage Multi Set"
170
  msgstr "Multi-Sets verwalten"
171
 
172
  # @ yasr
173
+ #: ../yasr-settings-page.php:209
174
  msgid "What is a Multi Set?"
175
  msgstr "Was ist ein Multi-Set?"
176
 
177
  # @ yasr
178
+ #: ../yasr-settings-page.php:214
179
  msgid ""
180
  "Multi Set allows you to insert a rate for each aspect about the product / "
181
  "local business / whetever you're reviewing, example in the image below."
185
  "zeigt ein Beispiel."
186
 
187
  # @ yasr
188
+ #: ../yasr-settings-page.php:218
189
  msgid ""
190
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
191
  "different fields. Once you've saved it, you can insert the rates while "
198
  "(klicken zum Vergrößern) zu sehen ist."
199
 
200
  # @ yasr
201
+ #: ../yasr-settings-page.php:222
202
  msgid ""
203
  "In order to insert your Multi Sets into a post or page, you can either past "
204
  "the short code that will appear at the bottom of the box or just click on "
209
  "den Stern im Editor klicken und \"Insert Multi-Set\" wählen."
210
 
211
  # @ yasr
212
+ #: ../yasr-settings-page.php:228
213
  msgid "Close this message"
214
  msgstr "Nachricht schließen"
215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  # @ default
217
  #: ../yasr-metabox-multiple-rating.php:35
218
  msgid "Choose wich set you want to use"
219
  msgstr "Wähle ein Multi-Set aus"
220
 
221
  # @ yasr
222
+ #: ../lib/yasr-shortcode-functions.php:202
223
+ #: ../lib/yasr-shortcode-functions.php:223
224
+ #: ../lib/yasr-shortcode-functions.php:253
225
  msgid "You've already voted this article with"
226
  msgstr "Du hast hier bewertet mit "
227
 
228
  # @ yasr
229
+ #: ../lib/yasr-shortcode-functions.php:264
230
+ #: ../lib/yasr-shortcode-functions.php:574
231
  msgid "You must sign to vote"
232
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
233
 
234
  # @ yasr
235
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
236
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
237
  msgid "Total: "
238
  msgstr "Gesamt:"
239
 
240
  # @ yasr
241
+ #: ../lib/yasr-shortcode-functions.php:306
242
  msgid "Average: "
243
  msgstr "Durchschnitt: "
244
 
245
+ #: ../lib/yasr-shortcode-functions.php:322
246
  msgid "bad, poor, ok, good, super"
247
  msgstr ""
248
 
249
  # @ yasr
250
+ #: ../lib/yasr-shortcode-functions.php:553
251
  #, fuzzy
252
  msgid "Thank you for voting! "
253
  msgstr "Herzlichen Dank!"
254
 
255
+ #: ../lib/yasr-shortcode-functions.php:564
256
+ #: ../lib/yasr-shortcode-functions.php:572
257
+ #: ../lib/yasr-shortcode-functions.php:584
258
  msgid "Submit!"
259
  msgstr ""
260
 
261
  # @ yasr
262
+ #: ../lib/yasr-shortcode-functions.php:761
263
  msgid "Rating"
264
  msgstr "Bewertung"
265
 
266
  # @ yasr
267
+ #: ../lib/yasr-shortcode-functions.php:775
268
  msgid "You don't have any votes stored"
269
  msgstr "Es sind keine Autoren-Bewertungen gespeichert"
270
 
271
+ #: ../lib/yasr-shortcode-functions.php:811
272
+ #: ../lib/yasr-shortcode-functions.php:850
273
  msgid "Post / Page"
274
  msgstr "Beitrag / Seite"
275
 
276
+ #: ../lib/yasr-shortcode-functions.php:812
277
+ #: ../lib/yasr-shortcode-functions.php:851
278
  msgid "Order By"
279
  msgstr "sortieren nach"
280
 
281
  # @ yasr
282
+ #: ../lib/yasr-shortcode-functions.php:812
283
+ #: ../lib/yasr-shortcode-functions.php:851
284
  msgid "Most Rated"
285
  msgstr "meist bewertet"
286
 
287
  # @ yasr
288
+ #: ../lib/yasr-shortcode-functions.php:812
289
+ #: ../lib/yasr-shortcode-functions.php:851
290
  msgid "Highest Rated"
291
  msgstr "höchste Bewertung"
292
 
293
  # @ yasr
294
+ #: ../lib/yasr-shortcode-functions.php:830
295
+ #: ../lib/yasr-shortcode-functions.php:865
296
  msgid "Total:"
297
  msgstr "Gesamt:"
298
 
299
  # @ yasr
300
+ #: ../lib/yasr-shortcode-functions.php:830
301
+ #: ../lib/yasr-shortcode-functions.php:865
302
  msgid "Average"
303
  msgstr "Durchschnitt: "
304
 
305
  # @ yasr
306
+ #: ../lib/yasr-shortcode-functions.php:842
307
  msgid "You've not enough data"
308
  msgstr "Sie haben nicht genügend Daten"
309
 
310
  # @ yasr
311
+ #: ../lib/yasr-shortcode-functions.php:877
312
  msgid "You've not enought data"
313
  msgstr "Sie haben nicht genug Daten"
314
 
315
  # @ default
316
+ #: ../lib/yasr-shortcode-functions.php:962
317
  msgid ""
318
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
319
  "any review?"
322
  "Bewertung veröffentlicht"
323
 
324
  # @ default
325
+ #: ../lib/yasr-shortcode-functions.php:1030
326
  msgid ""
327
  "Problem while retrieving the top 10 active users chart. Are you sure you "
328
  "have votes to show?"
414
  msgstr "Gesamtbewertung (Autorenbewertung)"
415
 
416
  # @ yasr
417
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
418
  msgid "Visitor Votes"
419
  msgstr "Besucherbewertung"
420
 
444
  msgstr "Größe"
445
 
446
  # @ yasr
447
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
448
+ #: ../lib/yasr-ajax-functions.php:508
449
  msgid "Small"
450
  msgstr "Klein"
451
 
452
  # @ yasr
453
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
454
+ #: ../lib/yasr-ajax-functions.php:509
455
  msgid "Medium"
456
  msgstr "Mittel"
457
 
458
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
459
+ #: ../lib/yasr-ajax-functions.php:510
460
  msgid "Large"
461
  msgstr "Groß"
462
 
665
 
666
  # @ yasr
667
  #: ../lib/yasr-settings-functions.php:532
668
+ #: ../lib/yasr-settings-functions.php:565
669
  msgid "Manage Multiple Set"
670
  msgstr "Verschiedene Multi-Sets verwalten"
671
 
675
  msgstr "Welches Multi-Set möchtest du bearbeiten oder löschen?"
676
 
677
  # @ yasr
678
+ #: ../lib/yasr-settings-functions.php:575
679
+ #: ../lib/yasr-settings-functions.php:693
680
  msgid "Field name"
681
  msgstr "Feldname"
682
 
683
  # @ yasr
684
+ #: ../lib/yasr-settings-functions.php:579
685
+ #: ../lib/yasr-settings-functions.php:697
686
  msgid "Remove"
687
  msgstr "Entfernen"
688
 
689
  # @ yasr
690
+ #: ../lib/yasr-settings-functions.php:621
691
+ #: ../lib/yasr-settings-functions.php:739
692
  msgid "Remove whole set?"
693
  msgstr "Komplettes Multi-Set entfernen?"
694
 
695
  # @ yasr
696
+ #: ../lib/yasr-settings-functions.php:634
697
+ #: ../lib/yasr-settings-functions.php:752
698
  msgid ""
699
  "If you remove something you will remove all the votes for that set or field. "
700
  "This operation CAN'T BE undone."
703
  "Element gelöscht. Dies kann nicht rückgängig gemacht werden."
704
 
705
  # @ yasr
706
+ #: ../lib/yasr-settings-functions.php:641
707
+ #: ../lib/yasr-settings-functions.php:759
708
  msgid "You can use up to 9 elements"
709
  msgstr "Du kannst bist zu 9 Elementen nutzen"
710
 
711
  # @ yasr
712
+ #: ../lib/yasr-settings-functions.php:643
713
+ #: ../lib/yasr-settings-functions.php:761
714
  msgid "Add element"
715
  msgstr "Element hinzufügen"
716
 
717
  # @ yasr
718
+ #: ../lib/yasr-settings-functions.php:645
719
+ #: ../lib/yasr-settings-functions.php:763
720
  msgid "Save changes"
721
  msgstr "Änderungen speichern"
722
 
723
  # @ yasr
724
+ #: ../lib/yasr-settings-functions.php:655
725
  msgid "No Multiple Set were found"
726
  msgstr "Keine Multi-Sets gefunden"
727
 
778
  "melde das Problem"
779
 
780
  # @ yasr
781
+ #: ../lib/yasr-settings-functions.php:1202
782
  msgid "Style Options"
783
  msgstr "Style Optionen"
784
 
785
  # @ yasr
786
+ #: ../lib/yasr-settings-functions.php:1203
787
  msgid "Custom CSS Styles"
788
  msgstr "Benutzerdefiniertes CSS"
789
 
790
  # @ yasr
791
+ #: ../lib/yasr-settings-functions.php:1208
792
  msgid ""
793
  "Please use text area below to write your own CSS styles to override the "
794
  "default ones."
797
  "CSS-Code zu überschreiben."
798
 
799
  # @ yasr
800
+ #: ../lib/yasr-settings-functions.php:1210
801
  msgid "Leave it blank if you don't know what you're doing"
802
  msgstr " Lasse diesen Bereich leer, wenn du nicht weißt was du tust."
803
 
804
  # @ yasr
805
+ #: ../lib/yasr-settings-functions.php:1233
806
  msgid "Looking for more features?"
807
  msgstr "Auf der Suche nach mehr Funktionen?"
808
 
809
+ #: ../lib/yasr-settings-functions.php:1234
810
  msgid "Upgrade to yasr pro!"
811
  msgstr "Zu Yasr Pro wechseln!"
812
 
813
+ #: ../lib/yasr-settings-functions.php:1250
814
  msgid "Unlimited ratings and votes"
815
  msgstr ""
816
 
817
+ #: ../lib/yasr-settings-functions.php:1256
818
  msgid "Works with shortcodes"
819
  msgstr ""
820
 
821
  # @ yasr
822
+ #: ../lib/yasr-settings-functions.php:1262
823
  #, fuzzy
824
  msgid "Multi Set Support"
825
  msgstr "Multi-Sets"
826
 
827
  # @ yasr
828
+ #: ../lib/yasr-settings-functions.php:1267
829
  #, fuzzy
830
  msgid "Logs and stats for visitors votes"
831
  msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
832
 
833
+ #: ../lib/yasr-settings-functions.php:1272
834
  msgid "Localization (.po and .mo files included)"
835
  msgstr ""
836
 
837
  # @ yasr
838
+ #: ../lib/yasr-settings-functions.php:1277
839
  #, fuzzy
840
  msgid "Rich Snippet Support"
841
  msgstr "Multi-Sets"
842
 
843
+ #: ../lib/yasr-settings-functions.php:1282
844
  msgid "Rankings for reviews, votes and users"
845
  msgstr ""
846
 
847
+ #: ../lib/yasr-settings-functions.php:1287
848
  msgid "Rankings Customization"
849
  msgstr ""
850
 
851
+ #: ../lib/yasr-settings-functions.php:1292
852
  msgid "Stars Customization"
853
  msgstr ""
854
 
855
  # @ yasr
856
+ #: ../lib/yasr-settings-functions.php:1293
857
  #, fuzzy
858
  msgid "Size Only"
859
  msgstr "Größe"
860
 
861
+ #: ../lib/yasr-settings-functions.php:1294
862
  msgid ""
863
  "Users can choose different ready to use sets or can upload their own images."
864
  msgstr ""
865
 
866
+ #: ../lib/yasr-settings-functions.php:1297
867
  msgid "Users can review in comments"
868
  msgstr ""
869
 
870
+ #: ../lib/yasr-settings-functions.php:1308
871
  msgid "Not avaible yet"
872
  msgstr ""
873
 
874
+ #: ../lib/yasr-settings-functions.php:1367
875
+ msgid "Keep in touch!"
876
+ msgstr ""
877
+
878
+ #: ../lib/yasr-settings-functions.php:1409
879
+ #, php-format
880
+ msgid ""
881
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
882
+ msgstr ""
883
+
884
+ #: ../lib/yasr-settings-functions.php:1411
885
+ msgid "Can I ask a favor?"
886
+ msgstr ""
887
+
888
+ #: ../lib/yasr-settings-functions.php:1413
889
+ msgid "Can you please rate YASR 5 stars on"
890
+ msgstr ""
891
+
892
+ #: ../lib/yasr-settings-functions.php:1415
893
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
894
+ msgstr ""
895
+
896
+ #: ../lib/yasr-settings-functions.php:1421
897
+ msgid "Ok, I'm glad to help!"
898
+ msgstr ""
899
+
900
+ #: ../lib/yasr-settings-functions.php:1422
901
+ msgid "Remind me later!"
902
+ msgstr ""
903
+
904
+ #: ../lib/yasr-settings-functions.php:1423
905
+ msgid "Don't need to ask, I already did it!"
906
+ msgstr ""
907
+
908
+ #: ../lib/yasr-settings-functions.php:1456
909
+ #, php-format
910
+ msgid ""
911
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
912
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
913
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
914
  msgstr ""
915
 
916
  # @ yasr
917
+ #: ../lib/yasr-settings-functions.php:1501
918
  msgid "No previous Gd Star Rating installation was found"
919
  msgstr "Es wurde keine Gd Star Ratings Installation gefunden"
920
 
924
  msgstr "Keine aktuellen Bewertungen vorhanden"
925
 
926
  # @ default
927
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
928
  msgid "anonymous"
929
  msgstr "Anonym"
930
 
934
  msgstr ""
935
 
936
  # @ yasr
937
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
938
  msgid "Ip address"
939
  msgstr "IP-Adresse"
940
 
941
  # @ yasr
942
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
943
  msgid "Pages"
944
  msgstr "Seiten"
945
 
967
  "Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
968
 
969
  # @ yasr
970
+ #: ../lib/yasr-functions.php:298
971
+ #, fuzzy
972
+ msgid "reviewed by"
973
  msgstr " geschrieben von "
974
 
975
  # @ yasr
976
+ #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
977
  msgid " on "
978
  msgstr " am"
979
 
980
  # @ yasr
981
+ #: ../lib/yasr-functions.php:314
982
+ #, fuzzy
983
+ msgid "reviewed on"
984
+ msgstr " geschrieben von "
985
+
986
+ #: ../lib/yasr-functions.php:315
987
+ msgid "by "
988
+ msgstr ""
989
 
990
  # @ yasr
991
+ #: ../lib/yasr-functions.php:319
992
+ #, fuzzy
993
+ msgid "rated"
994
+ msgstr " ist bewertet mit "
995
+
996
+ #: ../lib/yasr-functions.php:319
997
+ msgid "of"
998
  msgstr ""
999
 
1000
  # @ yasr
1001
+ #: ../lib/yasr-functions.php:376
1002
  msgid " written by "
1003
  msgstr " geschrieben von "
1004
 
1005
  # @ yasr
1006
+ #: ../lib/yasr-functions.php:379
1007
  #, fuzzy
1008
  msgid " average rating "
1009
  msgstr " Durchschnittsbewertung"
1010
 
1011
  # @ yasr
1012
+ #: ../lib/yasr-functions.php:380
1013
  msgid " user ratings"
1014
  msgstr " Besucherbewertungen"
1015
 
1016
  # @ yasr
1017
+ #: ../lib/yasr-ajax-functions.php:102
1018
  #, fuzzy
1019
  msgid "You've rated it "
1020
  msgstr " ist bewertet mit "
1021
 
1022
  # @ yasr
1023
+ #: ../lib/yasr-ajax-functions.php:106
1024
  #, fuzzy
1025
  msgid "You've reset the vote"
1026
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
1027
 
1028
  # @ yasr
1029
+ #: ../lib/yasr-ajax-functions.php:188
1030
  msgid ""
1031
  "There was an error while trying to insert the review type. Please report it"
1032
  msgstr ""
1034
  "melden Sie es."
1035
 
1036
  # @ yasr
1037
+ #: ../lib/yasr-ajax-functions.php:223
1038
  msgid "Choose a vote for each element"
1039
  msgstr "Wähle eine Bewertung für jedes Element"
1040
 
1041
  # @ yasr
1042
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
1043
  #, fuzzy
1044
  msgid "If you want to insert this multiset, paste this shortcode "
1045
  msgstr "Vorhandene Multi-Sets"
1046
 
1047
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
1048
  msgid ""
1049
  "If, instead, you want allow your visitor to vote on this multiset, use this "
1050
  "shortcode"
1051
  msgstr ""
1052
 
1053
  # @ yasr
1054
+ #: ../lib/yasr-ajax-functions.php:297
1055
  msgid "Choose a vote for every element"
1056
  msgstr "Wähle eine Bewertung für jedes Element"
1057
 
1058
  # @ yasr
1059
+ #: ../lib/yasr-ajax-functions.php:470
1060
  msgid "Main"
1061
  msgstr "Allgemein"
1062
 
1063
  # @ yasr
1064
+ #: ../lib/yasr-ajax-functions.php:471
1065
  msgid "Charts"
1066
  msgstr "Charts"
1067
 
1068
  # @ yasr
1069
+ #: ../lib/yasr-ajax-functions.php:473
1070
  msgid "Read the doc"
1071
  msgstr "Lese die Dokumentation"
1072
 
1073
  # @ yasr
1074
+ #: ../lib/yasr-ajax-functions.php:482
1075
  msgid "Overall Rating / Review"
1076
  msgstr "Gesamtbewertung (Autorenbewertung)"
1077
 
1078
  # @ yasr
1079
+ #: ../lib/yasr-ajax-functions.php:484
1080
  msgid "Insert Overall Rating"
1081
  msgstr "Gesamtbewertung einfügen"
1082
 
1083
  # @ yasr
1084
+ #: ../lib/yasr-ajax-functions.php:485
1085
  msgid "Insert Overall Rating / Review for this post"
1086
  msgstr "Gesamtbewertung der Review-Autoren einfügen"
1087
 
1088
  # @ yasr
1089
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
1090
  msgid "Choose Size"
1091
  msgstr "Größe wählen"
1092
 
1093
  # @ yasr
1094
+ #: ../lib/yasr-ajax-functions.php:502
1095
  msgid "Insert Visitor Votes"
1096
  msgstr "Besucherbewertung einfügen"
1097
 
1098
  # @ yasr
1099
+ #: ../lib/yasr-ajax-functions.php:503
1100
  msgid "Insert the ability for your visitor to vote"
1101
  msgstr "Besucher dürfen Bewertungen abgeben"
1102
 
1103
  # @ yasr
1104
+ #: ../lib/yasr-ajax-functions.php:520
1105
  msgid "If you want to insert a Multi Set, pick one:"
1106
  msgstr "Vorhandene Multi-Sets"
1107
 
1108
  # @ yasr
1109
+ #: ../lib/yasr-ajax-functions.php:526
1110
  msgid "Choose wich set you want to insert."
1111
  msgstr "Wähle das einzufügende Multi-Set."
1112
 
1113
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
1114
  msgid "Readonly?"
1115
  msgstr ""
1116
 
1117
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
1118
  msgid ""
1119
  "If Readonly is checked, only you can insert the votes (in the box above the "
1120
  "editor)"
1121
  msgstr ""
1122
 
1123
  # @ yasr
1124
+ #: ../lib/yasr-ajax-functions.php:531
1125
  #, fuzzy
1126
  msgid "Insert Multi Set"
1127
  msgstr "Multi-Set einfügen"
1128
 
1129
  # @ yasr
1130
+ #: ../lib/yasr-ajax-functions.php:540
1131
  msgid "Insert Multiset:"
1132
  msgstr "Multi-Set einfügen:"
1133
 
1134
  # @ yasr
1135
+ #: ../lib/yasr-ajax-functions.php:543
1136
  msgid "Insert Multiple Set"
1137
  msgstr "Multi-Set einfügen"
1138
 
1139
  # @ yasr
1140
+ #: ../lib/yasr-ajax-functions.php:561
1141
  msgid "Ranking reviews"
1142
  msgstr "Rang Bewertungen"
1143
 
1144
  # @ yasr
1145
+ #: ../lib/yasr-ajax-functions.php:562
1146
  msgid "Insert Ranking reviews"
1147
  msgstr "Rang Bewertungen einfügen"
1148
 
1149
  # @ yasr
1150
+ #: ../lib/yasr-ajax-functions.php:563
1151
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1152
  msgstr "Top 10 Bewertung für [yasr_overall_rating] shortcode einfügen."
1153
 
1154
  # @ yasr
1155
+ #: ../lib/yasr-ajax-functions.php:567
1156
  msgid "Users' ranking"
1157
  msgstr "Benutzer-Rangliste"
1158
 
1159
  # @ yasr
1160
+ #: ../lib/yasr-ajax-functions.php:568
1161
  msgid "Insert Users ranking"
1162
  msgstr "Benutzer-Rangliste einfügen"
1163
 
1164
  # @ yasr
1165
+ #: ../lib/yasr-ajax-functions.php:569
1166
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1167
  msgstr "Top 10 Wertung für [yasr_visitor_votes] shortcode einfügen"
1168
 
1169
  # @ yasr
1170
+ #: ../lib/yasr-ajax-functions.php:573
1171
  msgid "Most active reviewers"
1172
  msgstr "Top 5 Aktivste Review-Autoren"
1173
 
1174
  # @ yasr
1175
+ #: ../lib/yasr-ajax-functions.php:574
1176
  msgid "Insert Most Active Reviewers"
1177
  msgstr "meist aktivste Bewertungen einfügen"
1178
 
1179
  # @ yasr
1180
+ #: ../lib/yasr-ajax-functions.php:575
1181
  msgid "Insert Top 5 active reviewers"
1182
  msgstr "Füge die Top 5 aktivsten Review-Autoren ein"
1183
 
1184
  # @ yasr
1185
+ #: ../lib/yasr-ajax-functions.php:579
1186
  msgid "Most Active Users"
1187
  msgstr "meist aktivste Benutzer"
1188
 
1189
  # @ yasr
1190
+ #: ../lib/yasr-ajax-functions.php:580
1191
  msgid "Insert Most Active Users"
1192
  msgstr "Aktivste Benutzer einfügen."
1193
 
1194
  # @ yasr
1195
+ #: ../lib/yasr-ajax-functions.php:581
1196
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1197
  msgstr "Top 10 Abstimmer [yasr_visitor_votes] Shortcode einfügen"
1198
 
1199
  # @ yasr
1200
+ #: ../lib/yasr-ajax-functions.php:652
1201
  msgid "Reviews and Visitor Votes have been successfull imported."
1202
  msgstr "Autoren-Reviews und Bewertungen wurden erfolgreich importiert."
1203
 
1204
  # @ yasr
1205
+ #: ../lib/yasr-ajax-functions.php:658
1206
  msgid ""
1207
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1208
  "THIS MAY TAKE A WHILE!"
1211
  "KANN ETWAS DAUERN!"
1212
 
1213
  # @ yasr
1214
+ #: ../lib/yasr-ajax-functions.php:660
1215
  msgid "Proceed Step 2"
1216
  msgstr "Fortfahren mit Schritt 2"
1217
 
1218
  # @ yasr
1219
+ #: ../lib/yasr-ajax-functions.php:667
1220
  msgid "Something goes wrong! Refresh the page and try again!"
1221
  msgstr ""
1222
  "Hier ist etwas schief gelaufen. Bitte aktualisiere die Seite und versuche es "
1223
  "noch einmal!"
1224
 
1225
  # @ yasr
1226
+ #: ../lib/yasr-ajax-functions.php:696
1227
  msgid "I've found Multiple Set! Importing..."
1228
  msgstr "Es wurden verschiedene Multi-Sets gefunden. Starte Import..."
1229
 
1230
  # @ yasr
1231
+ #: ../lib/yasr-ajax-functions.php:705
1232
  msgid "Multi Set's name has been successfull imported."
1233
  msgstr "Multi-Set Namen wurden erfolgreich importiert."
1234
 
1235
  # @ yasr
1236
+ #: ../lib/yasr-ajax-functions.php:707
1237
  msgid "Now I'm going to import Multi Set data"
1238
  msgstr "Der Import der Multi-Set Daten wird gestartet"
1239
 
1240
  # @ yasr
1241
+ #: ../lib/yasr-ajax-functions.php:718
1242
  msgid "All votes has been successfull imported."
1243
  msgstr "Alle Bewertungen wurden erfolgreich importiert."
1244
 
1245
  # @ yasr
1246
+ #: ../lib/yasr-ajax-functions.php:720
1247
  msgid "Done"
1248
  msgstr "Fertig"
1249
 
1250
  # @ yasr
1251
+ #: ../lib/yasr-ajax-functions.php:725
1252
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1253
  msgstr ""
1254
  "Es wurden Multi-Set Bewertungen gefunden aber diese konnten nicht in der "
1255
  "Datenbank gespeichert werden."
1256
 
1257
  # @ yasr
1258
+ #: ../lib/yasr-ajax-functions.php:733
1259
  msgid "I've found Multi Set but with no data"
1260
  msgstr "Das Multi-Set wurde gefunden aber es sind keine Daten vorhanden"
1261
 
1262
  # @ yasr
1263
+ #: ../lib/yasr-ajax-functions.php:742
1264
  msgid "I've found Multi Sets names but I couldn't insert into db"
1265
  msgstr ""
1266
  "Multi-Set Namen wurde gefunden aber konnten nicht in die Datenbank "
1267
  "importiert werden"
1268
 
1269
  # @ yasr
1270
+ #: ../lib/yasr-ajax-functions.php:750
1271
  msgid "Multisets were not found. Imported is done!"
1272
  msgstr "Kein Multi-Set gefunden aber Import war erfolgreich!"
1273
 
1274
  # @ yasr
1275
+ #: ../lib/yasr-ajax-functions.php:793
1276
  msgid "No Recenet votes yet"
1277
  msgstr "Keine kürzlichen Bewertungen"
1278
 
1279
+ #: ../lib/yasr-ajax-functions.php:815
1280
  #, php-format
1281
  msgid "Vote %d from %s on"
1282
  msgstr ""
1283
 
1284
  # @ yasr
1285
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1286
  msgid "Error: you can't vote 0"
1287
  msgstr "Fehler: Sie können nicht 0 wählen!"
1288
 
1289
  # @ yasr
1290
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1291
  #, fuzzy
1292
  msgid "Average:"
1293
  msgstr "Durchschnitt: "
1294
 
1295
  # @ yasr
1296
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1297
  msgid "Vote Saved"
1298
  msgstr "Bewertung gespeichert"
1299
 
1300
  # @ yasr
1301
+ #: ../lib/yasr-ajax-functions.php:1264
1302
  msgid "Vote updated"
1303
  msgstr "Bewertung aktualisiert"
1304
 
1305
  # @ yasr
1306
+ #: ../lib/yasr-ajax-functions.php:1409
1307
  #, fuzzy
1308
  msgid "Rating saved!"
1309
  msgstr "Einstellungen gespeichert"
1310
 
1311
+ #: ../lib/yasr-ajax-functions.php:1415
1312
  msgid "Rating not saved. Please Try again"
1313
  msgstr ""
1314
 
1315
  # @ yasr
1316
+ #: ../lib/yasr-ajax-functions.php:1508
1317
  #, fuzzy
1318
  msgid "stars"
1319
  msgstr "Sterne"
1320
 
1321
  # @ yasr
1322
+ #: ../lib/yasr-ajax-functions.php:1513
1323
  #, fuzzy
1324
  msgid "star"
1325
  msgstr "Sterne"
1326
 
1327
+ # @ yasr
1328
+ #~ msgid "Donations"
1329
+ #~ msgstr "Spenden"
1330
+
1331
+ # @ yasr
1332
+ #~ msgid ""
1333
+ #~ "If you have found this plugin useful, please consider making a donation "
1334
+ #~ "to help support future development. Your support will be much "
1335
+ #~ "appreciated. "
1336
+ #~ msgstr ""
1337
+ #~ "Wenn du das Plugin nützlich gefunden hast, dann unterstütze doch die "
1338
+ #~ "Weiterentwicklung mit einer kleinen Spende. Deine Unterstützung ist uns "
1339
+ #~ "viel Wert."
1340
+
1341
+ # @ yasr
1342
+ #~ msgid "Thank you!"
1343
+ #~ msgstr "Herzlichen Dank!"
1344
+
1345
  # @ yasr
1346
  #, fuzzy
1347
  #~ msgid "Pro Options!"
languages/yasr-es_ES.mo CHANGED
Binary file
languages/yasr-es_ES.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating\n"
4
- "POT-Creation-Date: 2015-05-07 09:50+0100\n"
5
- "PO-Revision-Date: 2015-05-11 11:22+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: Cglevel.com <tusitio@cglevel.com>\n"
8
  "Language: es_ES\n"
@@ -19,33 +19,33 @@ msgstr ""
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: yasr-metabox-top-right.php:65 yasr-metabox-top-right.php:99
23
  msgid "Rate this article / item"
24
  msgstr "Califica este artículo / artículo"
25
 
26
- #: yasr-metabox-top-right.php:71 lib/yasr-shortcode-functions.php:124
27
- #: lib/yasr-shortcode-functions.php:527
28
  msgid "Loading, please wait"
29
  msgstr "Cargando por favor espere"
30
 
31
- #: yasr-metabox-top-right.php:147
32
  msgid "Save Vote"
33
  msgstr "Calificación Guardada"
34
 
35
- #: yasr-metabox-top-right.php:166
36
  msgid "This review is about a..."
37
  msgstr "Esta crítica es sobre una ..."
38
 
39
- #: yasr-metabox-top-right.php:171
40
  msgid "Product, Place, Other"
41
  msgstr "Producto, lugar, otros"
42
 
43
- #: yasr-metabox-top-right.php:199 yasr-metabox-multiple-rating.php:46
44
  #: lib/yasr-settings-functions.php:542
45
  msgid "Select"
46
  msgstr "Seleccionar"
47
 
48
- #: yasr-metabox-top-right.php:217
49
  msgid ""
50
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
51
  "where you want to display this rating"
@@ -54,96 +54,96 @@ msgstr ""
54
  "donde quieras mostrar este calificación"
55
 
56
  #: yasr-settings-page.php:24 lib/yasr-functions.php:111
57
- #: lib/yasr-ajax-functions.php:44 lib/yasr-ajax-functions.php:187
58
- #: lib/yasr-ajax-functions.php:336 lib/yasr-ajax-functions.php:753
59
  msgid "You do not have sufficient permissions to access this page."
60
  msgstr "No tiene los permisos necesarios para acceder a esta página."
61
 
62
- #: yasr-settings-page.php:33
63
  msgid "Settings"
64
  msgstr "Opciones"
65
 
66
- #: yasr-settings-page.php:76
67
  msgid "General Settings"
68
  msgstr "Configuración general"
69
 
70
- #: yasr-settings-page.php:77
71
  msgid "Multi Sets"
72
  msgstr "Conjunto multiple"
73
 
74
- #: yasr-settings-page.php:78
75
  msgid "Styles"
76
  msgstr "Estilos"
77
 
78
- #: yasr-settings-page.php:79
79
  msgid "Pro Features!"
80
  msgstr "Características Pro"
81
 
82
- #: yasr-settings-page.php:96 yasr-settings-page.php:255
83
- #: yasr-settings-page.php:295
84
  msgid "Save"
85
  msgstr "Guardar"
86
 
87
- #: yasr-settings-page.php:116
88
  msgid "Import Gd Star Rating"
89
  msgstr "Importación GD Star Rating"
90
 
91
- #: yasr-settings-page.php:117
92
  msgid "I've found a previous installation of Gd Star Rating."
93
  msgstr "He encontrado una instalación anterior de Gd Star Rating."
94
 
95
- #: yasr-settings-page.php:117
96
  msgid "Do you want proceed to import data?"
97
  msgstr "¿Deseas continuar con la importación de los datos?"
98
 
99
- #: yasr-settings-page.php:119
100
  msgid "Yes, Begin Import"
101
  msgstr "Si, comenzar importación"
102
 
103
- #: yasr-settings-page.php:123
104
  msgid "Click on Proceed to import Gd Star Rating data."
105
  msgstr "Haga clic en Continuar para importar datos de Gd Star Rating."
106
 
107
- #: yasr-settings-page.php:126 yasr-settings-page.php:159
108
  msgid "Proceed"
109
  msgstr "Proceder"
110
 
111
- #: yasr-settings-page.php:148
112
  msgid "Manage GD Star Data"
113
  msgstr "Administrar GD Star Data"
114
 
115
- #: yasr-settings-page.php:149
116
  msgid "Gd Star Rating has been already imported."
117
  msgstr "Gd Star Rating ya ha sido importado."
118
 
119
- #: yasr-settings-page.php:150
120
  msgid "If you wish you can import it again, but"
121
  msgstr "Si lo desea, puede importarlo de nuevo, pero"
122
 
123
- #: yasr-settings-page.php:150
124
  msgid "you will lose all data you've collect since the import!"
125
  msgstr "perderá todos los datos coleccionados desde la importación!"
126
 
127
- #: yasr-settings-page.php:152
128
  msgid "Ok, Import Again"
129
  msgstr "Ok, Importar de nuevo"
130
 
131
- #: yasr-settings-page.php:156
132
  msgid ""
133
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
134
  msgstr ""
135
  "Haga clic en Continuar para importar de nuevo los datos GD Star Rating. Esto "
136
  "puede tomar un tiempo!"
137
 
138
- #: yasr-settings-page.php:196
139
  msgid "Manage Multi Set"
140
  msgstr "Administrar Multi Set"
141
 
142
- #: yasr-settings-page.php:200
143
  msgid "What is a Multi Set?"
144
  msgstr "¿Qué es un Multi Set?"
145
 
146
- #: yasr-settings-page.php:205
147
  msgid ""
148
  "Multi Set allows you to insert a rate for each aspect about the product / "
149
  "local business / whetever you're reviewing, example in the image below."
@@ -152,7 +152,7 @@ msgstr ""
152
  "producto / negocio local / Cualquiera que se está revisando, ejemplo en la "
153
  "imagen de abajo."
154
 
155
- #: yasr-settings-page.php:209
156
  msgid ""
157
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
158
  "different fields. Once you've saved it, you can insert the rates while "
@@ -164,7 +164,7 @@ msgstr ""
164
  "insertar las Calificaciones al escribir su artículo en el cuadro de abajo "
165
  "del editor, como se puede ver en esta imagen (clic para ver más grande)"
166
 
167
- #: yasr-settings-page.php:213
168
  msgid ""
169
  "In order to insert your Multi Sets into a post or page, you can either past "
170
  "the short code that will appear at the bottom of the box or just click on "
@@ -175,105 +175,86 @@ msgstr ""
175
  "caja o simplemente haga clic en la estrella en el editor gráfico y "
176
  "seleccione \"Insertar Conjuntos multiples."
177
 
178
- #: yasr-settings-page.php:219
179
  msgid "Close this message"
180
  msgstr "Cerrar este mensaje"
181
 
182
- #: yasr-settings-page.php:265 lib/yasr-settings-functions.php:1326
183
- #: lib/yasr-settings-functions.php:1352
184
- msgid "Donations"
185
- msgstr "Donaciones”."
186
-
187
- #: yasr-settings-page.php:267 lib/yasr-settings-functions.php:1328
188
- #: lib/yasr-settings-functions.php:1354
189
- msgid ""
190
- "If you have found this plugin useful, please consider making a donation to "
191
- "help support future development. Your support will be much appreciated. "
192
- msgstr ""
193
- "Si has encontrado este plugin útil, por favor considere hacer una donación "
194
- "para ayudar a apoyar el desarrollo futuro. Su apoyo será muy apreciado."
195
-
196
- #: yasr-settings-page.php:269 lib/yasr-settings-functions.php:1330
197
- #: lib/yasr-settings-functions.php:1356
198
- msgid "Thank you!"
199
- msgstr "Gracias!"
200
-
201
  #: yasr-metabox-multiple-rating.php:35
202
  msgid "Choose wich set you want to use"
203
  msgstr "Elegir qué conjunto desea utilizar."
204
 
205
- #: lib/yasr-shortcode-functions.php:189 lib/yasr-shortcode-functions.php:210
206
- #: lib/yasr-shortcode-functions.php:240
207
  msgid "You've already voted this article with"
208
  msgstr "Usted ya ha calificado este artículo con"
209
 
210
- #: lib/yasr-shortcode-functions.php:251 lib/yasr-shortcode-functions.php:555
211
  msgid "You must sign to vote"
212
  msgstr "Usted debe iniciar para calificar"
213
 
214
- #: lib/yasr-shortcode-functions.php:293 lib/yasr-ajax-functions.php:1040
215
- #: lib/yasr-ajax-functions.php:1048 lib/yasr-ajax-functions.php:1181
216
  msgid "Total: "
217
  msgstr "Total:"
218
 
219
- #: lib/yasr-shortcode-functions.php:293
220
  msgid "Average: "
221
  msgstr "Promedio:"
222
 
223
- #: lib/yasr-shortcode-functions.php:309
224
  msgid "bad, poor, ok, good, super"
225
  msgstr "mala, pobre, ok, buena, super"
226
 
227
- #: lib/yasr-shortcode-functions.php:534
228
  msgid "Thank you for voting! "
229
  msgstr "Gracias por estar calificando!"
230
 
231
- #: lib/yasr-shortcode-functions.php:545 lib/yasr-shortcode-functions.php:553
232
- #: lib/yasr-shortcode-functions.php:565
233
  msgid "Submit!"
234
  msgstr ""
235
 
236
- #: lib/yasr-shortcode-functions.php:710
237
  msgid "Rating"
238
  msgstr "Calificación"
239
 
240
- #: lib/yasr-shortcode-functions.php:724
241
  msgid "You don't have any votes stored"
242
  msgstr "Usted no tiene Calificaciónes almacenadas"
243
 
244
- #: lib/yasr-shortcode-functions.php:760 lib/yasr-shortcode-functions.php:799
245
  msgid "Post / Page"
246
  msgstr "Entrada / Página"
247
 
248
- #: lib/yasr-shortcode-functions.php:761 lib/yasr-shortcode-functions.php:800
249
  msgid "Order By"
250
  msgstr "Ordenar por"
251
 
252
- #: lib/yasr-shortcode-functions.php:761 lib/yasr-shortcode-functions.php:800
253
  msgid "Most Rated"
254
  msgstr "Más valorado"
255
 
256
- #: lib/yasr-shortcode-functions.php:761 lib/yasr-shortcode-functions.php:800
257
  msgid "Highest Rated"
258
  msgstr "Calificación más alta"
259
 
260
- #: lib/yasr-shortcode-functions.php:779 lib/yasr-shortcode-functions.php:814
261
  msgid "Total:"
262
  msgstr "Total:"
263
 
264
- #: lib/yasr-shortcode-functions.php:779 lib/yasr-shortcode-functions.php:814
265
  msgid "Average"
266
  msgstr "Promedio"
267
 
268
- #: lib/yasr-shortcode-functions.php:791
269
  msgid "You've not enough data"
270
  msgstr "No tienes suficientes datos"
271
 
272
- #: lib/yasr-shortcode-functions.php:826
273
  msgid "You've not enought data"
274
  msgstr "No tienes suficientes datos"
275
 
276
- #: lib/yasr-shortcode-functions.php:911
277
  msgid ""
278
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
279
  "any review?"
@@ -281,7 +262,7 @@ msgstr ""
281
  "Problema al recuperar los 5 mejores los colaboradores más activos. ¿ Usted "
282
  "publiquo cualquier calificación?"
283
 
284
- #: lib/yasr-shortcode-functions.php:979
285
  msgid ""
286
  "Problem while retrieving the top 10 active users chart. Are you sure you "
287
  "have votes to show?"
@@ -352,7 +333,7 @@ msgstr "¿Qué?"
352
  msgid "Overall Rating / Author Rating"
353
  msgstr "Clasificación general / Autor Puntuación"
354
 
355
- #: lib/yasr-settings-functions.php:104 lib/yasr-ajax-functions.php:471
356
  msgid "Visitor Votes"
357
  msgstr "Calificación de los visitantes"
358
 
@@ -376,18 +357,18 @@ msgstr "Después de las entradas"
376
  msgid "Size"
377
  msgstr "Tamaño"
378
 
379
- #: lib/yasr-settings-functions.php:128 lib/yasr-ajax-functions.php:461
380
- #: lib/yasr-ajax-functions.php:479
381
  msgid "Small"
382
  msgstr "Pequeño"
383
 
384
- #: lib/yasr-settings-functions.php:133 lib/yasr-ajax-functions.php:462
385
- #: lib/yasr-ajax-functions.php:480
386
  msgid "Medium"
387
  msgstr "Medio"
388
 
389
- #: lib/yasr-settings-functions.php:138 lib/yasr-ajax-functions.php:463
390
- #: lib/yasr-ajax-functions.php:481
391
  msgid "Large"
392
  msgstr "Grande"
393
 
@@ -564,7 +545,7 @@ msgstr "Elemento"
564
  msgid "Create New Set"
565
  msgstr "Crear nuevo conjunto"
566
 
567
- #: lib/yasr-settings-functions.php:532 lib/yasr-settings-functions.php:564
568
  msgid "Manage Multiple Set"
569
  msgstr "Administrar Conjuntos Multiples"
570
 
@@ -572,19 +553,19 @@ msgstr "Administrar Conjuntos Multiples"
572
  msgid "Wich set do you want to edit or remove?"
573
  msgstr "Cual Conjunto desea editar o eliminar?"
574
 
575
- #: lib/yasr-settings-functions.php:574 lib/yasr-settings-functions.php:692
576
  msgid "Field name"
577
  msgstr "Nombre"
578
 
579
- #: lib/yasr-settings-functions.php:578 lib/yasr-settings-functions.php:696
580
  msgid "Remove"
581
  msgstr "Eliminar"
582
 
583
- #: lib/yasr-settings-functions.php:620 lib/yasr-settings-functions.php:738
584
  msgid "Remove whole set?"
585
  msgstr "Retire Conjunto entero?"
586
 
587
- #: lib/yasr-settings-functions.php:633 lib/yasr-settings-functions.php:751
588
  msgid ""
589
  "If you remove something you will remove all the votes for that set or field. "
590
  "This operation CAN'T BE undone."
@@ -592,19 +573,19 @@ msgstr ""
592
  "Si elimina algo que va a eliminar todas las calificaciones para ese grupo o "
593
  "campo. Esta operación no se puede deshacer."
594
 
595
- #: lib/yasr-settings-functions.php:640 lib/yasr-settings-functions.php:758
596
  msgid "You can use up to 9 elements"
597
  msgstr "Puede utilizar un máximo de 9 elementos"
598
 
599
- #: lib/yasr-settings-functions.php:642 lib/yasr-settings-functions.php:760
600
  msgid "Add element"
601
  msgstr "Añadir Elemento"
602
 
603
- #: lib/yasr-settings-functions.php:644 lib/yasr-settings-functions.php:762
604
  msgid "Save changes"
605
  msgstr "Guardas cambios"
606
 
607
- #: lib/yasr-settings-functions.php:654
608
  msgid "No Multiple Set were found"
609
  msgstr "No se hallaron Conjuntos Múltiples"
610
 
@@ -651,15 +632,15 @@ msgstr ""
651
  "Algo va mal tratando de insertar el nombre del conjunto en el campo de la "
652
  "forma de edición. Por favor repórtelo"
653
 
654
- #: lib/yasr-settings-functions.php:1200
655
  msgid "Style Options"
656
  msgstr "Opciones de estilo"
657
 
658
- #: lib/yasr-settings-functions.php:1201
659
  msgid "Custom CSS Styles"
660
  msgstr "Estilos CSS personalizado"
661
 
662
- #: lib/yasr-settings-functions.php:1206
663
  msgid ""
664
  "Please use text area below to write your own CSS styles to override the "
665
  "default ones."
@@ -667,78 +648,116 @@ msgstr ""
667
  "Por favor, utilice el área de texto de abajo para escribir sus propios "
668
  "estilos CSS para reemplazar los que esta por defecto."
669
 
670
- #: lib/yasr-settings-functions.php:1208
671
  msgid "Leave it blank if you don't know what you're doing"
672
  msgstr "Déjelo en blanco si no sabes lo que estás haciendo"
673
 
674
- #: lib/yasr-settings-functions.php:1231
675
  msgid "Looking for more features?"
676
  msgstr "¿Estás buscando más características?"
677
 
678
- #: lib/yasr-settings-functions.php:1232
679
  msgid "Upgrade to yasr pro!"
680
  msgstr "Actualizar a yasr pro!"
681
 
682
- #: lib/yasr-settings-functions.php:1248
683
  msgid "Unlimited ratings and votes"
684
  msgstr "Calificaciones ilimitadas y puntuaciones"
685
 
686
- #: lib/yasr-settings-functions.php:1254
687
  msgid "Works with shortcodes"
688
  msgstr "Funciona con códigos cortos"
689
 
690
- #: lib/yasr-settings-functions.php:1260
691
  msgid "Multi Set Support"
692
  msgstr "Soporte conjunto multiple"
693
 
694
- #: lib/yasr-settings-functions.php:1265
695
  msgid "Logs and stats for visitors votes"
696
  msgstr "Registros y estadísticas para calificaciones de visitantes"
697
 
698
- #: lib/yasr-settings-functions.php:1270
699
  msgid "Localization (.po and .mo files included)"
700
  msgstr "Localización (.po y archivos .mo incluidos)"
701
 
702
- #: lib/yasr-settings-functions.php:1275
703
  msgid "Rich Snippet Support"
704
  msgstr "Soporte Rich Snippet"
705
 
706
- #: lib/yasr-settings-functions.php:1280
707
  msgid "Rankings for reviews, votes and users"
708
  msgstr "Rankings en los comentarios, Calificaciones y usuarios"
709
 
710
- #: lib/yasr-settings-functions.php:1285
711
  msgid "Rankings Customization"
712
  msgstr "Personalización puntuación"
713
 
714
- #: lib/yasr-settings-functions.php:1290
715
  msgid "Stars Customization"
716
  msgstr "Personalizaciónde estrellas"
717
 
718
- #: lib/yasr-settings-functions.php:1291
719
  msgid "Size Only"
720
  msgstr "Tamaño"
721
 
722
- #: lib/yasr-settings-functions.php:1292
723
  msgid ""
724
  "Users can choose different ready to use sets or can upload their own images."
725
  msgstr ""
726
  "Los usuarios pueden elegir diferentes listas para usar conjuntos o pueden "
727
  "subir sus propias imágenes."
728
 
729
- #: lib/yasr-settings-functions.php:1295
730
  msgid "Users can review in comments"
731
  msgstr "Los usuarios pueden revisar en los comentarios"
732
 
733
- #: lib/yasr-settings-functions.php:1306
734
  msgid "Not avaible yet"
735
  msgstr "No disponibles, aún,"
736
 
737
- #: lib/yasr-settings-functions.php:1338 lib/yasr-settings-functions.php:1365
738
- msgid "Follow YASR official site!"
739
- msgstr "Siga el sitio oficial de YASR!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
740
 
741
- #: lib/yasr-settings-functions.php:1395
 
 
 
 
 
 
 
 
742
  msgid "No previous Gd Star Rating installation was found"
743
  msgstr "No se encontró ninguna instalación previade GD Star Rating"
744
 
@@ -746,7 +765,7 @@ msgstr "No se encontró ninguna instalación previade GD Star Rating"
746
  msgid "No recenet votes yet"
747
  msgstr "No hay calificación reciente"
748
 
749
- #: lib/yasr-db-functions.php:325 lib/yasr-ajax-functions.php:778
750
  msgid "anonymous"
751
  msgstr "anónimo"
752
 
@@ -755,11 +774,11 @@ msgstr "anónimo"
755
  msgid "Vote %d from %s on "
756
  msgstr "Calificado %d from %s s en"
757
 
758
- #: lib/yasr-db-functions.php:350 lib/yasr-ajax-functions.php:803
759
  msgid "Ip address"
760
  msgstr "dirección IP,"
761
 
762
- #: lib/yasr-db-functions.php:391 lib/yasr-ajax-functions.php:844
763
  msgid "Pages"
764
  msgstr "Páginas"
765
 
@@ -781,58 +800,70 @@ msgid "You don't have enought privileges to insert Multi Set"
781
  msgstr ""
782
  "Usted no tiene privilegios suficientes para insertar Conjuntos Multiples"
783
 
784
- #: lib/yasr-functions.php:309
785
- msgid " reviewed by "
 
786
  msgstr " Revisado por: "
787
 
788
- #: lib/yasr-functions.php:310
789
  msgid " on "
790
  msgstr " el "
791
 
792
- #: lib/yasr-functions.php:311
793
- msgid " rated "
 
 
 
 
 
 
 
 
 
 
794
  msgstr " Calificado "
795
 
796
- #: lib/yasr-functions.php:311
797
- msgid " of"
 
798
  msgstr " de "
799
 
800
- #: lib/yasr-functions.php:358
801
  msgid " written by "
802
  msgstr " scrito por: "
803
 
804
- #: lib/yasr-functions.php:360
805
  msgid " average rating "
806
  msgstr ""
807
 
808
- #: lib/yasr-functions.php:361
809
  msgid " user ratings"
810
  msgstr " Puntuación de los usuarios "
811
 
812
- #: lib/yasr-ajax-functions.php:96
813
  msgid "You've rated it "
814
  msgstr "Has Calificado esto"
815
 
816
- #: lib/yasr-ajax-functions.php:100
817
  msgid "You've reset the vote"
818
  msgstr "Has restablecido la Calificación"
819
 
820
- #: lib/yasr-ajax-functions.php:164
821
  msgid ""
822
  "There was an error while trying to insert the review type. Please report it"
823
  msgstr ""
824
  "Se produjo un error al intentar insertar el tipo de revición. Por favor "
825
  "repórtelo"
826
 
827
- #: lib/yasr-ajax-functions.php:198
828
  msgid "Choose a vote for each element"
829
  msgstr "Elegir una calificación por cada elemento"
830
 
831
- #: lib/yasr-ajax-functions.php:257 lib/yasr-ajax-functions.php:301
832
  msgid "If you want to insert this multiset, paste this shortcode "
833
  msgstr "Si desea insertar este multiset, pegar este código corto"
834
 
835
- #: lib/yasr-ajax-functions.php:259 lib/yasr-ajax-functions.php:303
836
  msgid ""
837
  "If, instead, you want allow your visitor to vote on this multiset, use this "
838
  "shortcode"
@@ -840,59 +871,59 @@ msgstr ""
840
  "Si, en cambio, desea permitir su visita a votar sobre este multiset, utilice "
841
  "este código corto"
842
 
843
- #: lib/yasr-ajax-functions.php:268
844
  msgid "Choose a vote for every element"
845
  msgstr "Elegir una calinicación por cada elemento"
846
 
847
- #: lib/yasr-ajax-functions.php:441
848
  msgid "Main"
849
  msgstr "Principal"
850
 
851
- #: lib/yasr-ajax-functions.php:442
852
  msgid "Charts"
853
  msgstr "Tablas"
854
 
855
- #: lib/yasr-ajax-functions.php:444
856
  msgid "Read the doc"
857
  msgstr "Lea el documento"
858
 
859
- #: lib/yasr-ajax-functions.php:453
860
  msgid "Overall Rating / Review"
861
  msgstr "Puntuación general / Revisión"
862
 
863
- #: lib/yasr-ajax-functions.php:455
864
  msgid "Insert Overall Rating"
865
  msgstr "Inserte Puntuación general"
866
 
867
- #: lib/yasr-ajax-functions.php:456
868
  msgid "Insert Overall Rating / Review for this post"
869
  msgstr "Inserte Puntuación General / Revisión para esta entrada"
870
 
871
- #: lib/yasr-ajax-functions.php:459 lib/yasr-ajax-functions.php:477
872
  msgid "Choose Size"
873
  msgstr "Elija Tamaño"
874
 
875
- #: lib/yasr-ajax-functions.php:473
876
  msgid "Insert Visitor Votes"
877
  msgstr "Inserte Calificación de los visitantes"
878
 
879
- #: lib/yasr-ajax-functions.php:474
880
  msgid "Insert the ability for your visitor to vote"
881
  msgstr "Inserte la capacidad para que su visitante pueda calificar"
882
 
883
- #: lib/yasr-ajax-functions.php:491
884
  msgid "If you want to insert a Multi Set, pick one:"
885
  msgstr "Si desea insertar un Conjunto Multiple, escoger uno:"
886
 
887
- #: lib/yasr-ajax-functions.php:497
888
  msgid "Choose wich set you want to insert."
889
  msgstr "Elija cual conjunto desee insertar."
890
 
891
- #: lib/yasr-ajax-functions.php:499 lib/yasr-ajax-functions.php:516
892
  msgid "Readonly?"
893
  msgstr "¿Solo es de lectura ?"
894
 
895
- #: lib/yasr-ajax-functions.php:501 lib/yasr-ajax-functions.php:517
896
  msgid ""
897
  "If Readonly is checked, only you can insert the votes (in the box above the "
898
  "editor)"
@@ -900,73 +931,73 @@ msgstr ""
900
  "Si sólo lectura está activada, sólo se pueden insertar los votos (en el "
901
  "cuadro sobre el editor)"
902
 
903
- #: lib/yasr-ajax-functions.php:502
904
  msgid "Insert Multi Set"
905
  msgstr "Inserte conjunto Multiple"
906
 
907
- #: lib/yasr-ajax-functions.php:511
908
  msgid "Insert Multiset:"
909
  msgstr "Inserte Conjunto Múltiple"
910
 
911
- #: lib/yasr-ajax-functions.php:514
912
  msgid "Insert Multiple Set"
913
  msgstr "Inserte Conjuntos Múltiples"
914
 
915
- #: lib/yasr-ajax-functions.php:532
916
  msgid "Ranking reviews"
917
  msgstr "reviciones Rango"
918
 
919
- #: lib/yasr-ajax-functions.php:533
920
  msgid "Insert Ranking reviews"
921
  msgstr "Inserte Reviciones de rango"
922
 
923
- #: lib/yasr-ajax-functions.php:534
924
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
925
  msgstr "Inserte el rango Top 10 de [yasr_overall_rating] codigo corto"
926
 
927
- #: lib/yasr-ajax-functions.php:538
928
  msgid "Users' ranking"
929
  msgstr "Rango de Usuarios"
930
 
931
- #: lib/yasr-ajax-functions.php:539
932
  msgid "Insert Users ranking"
933
  msgstr "Inserte rango de Usuarios "
934
 
935
- #: lib/yasr-ajax-functions.php:540
936
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
937
  msgstr "Inserte el rango Top 10 de [yasr_visitor_votes] codigo corto"
938
 
939
- #: lib/yasr-ajax-functions.php:544
940
  msgid "Most active reviewers"
941
  msgstr "Los colaboradores más activos"
942
 
943
- #: lib/yasr-ajax-functions.php:545
944
  msgid "Insert Most Active Reviewers"
945
  msgstr "Inserte Revisores más activas"
946
 
947
- #: lib/yasr-ajax-functions.php:546
948
  msgid "Insert Top 5 active reviewers"
949
  msgstr "Inserte el Top 5 Puntuaciones activas"
950
 
951
- #: lib/yasr-ajax-functions.php:550
952
  msgid "Most Active Users"
953
  msgstr "Usuarios más activos"
954
 
955
- #: lib/yasr-ajax-functions.php:551
956
  msgid "Insert Most Active Users"
957
  msgstr "Inserte Usuarios más activos"
958
 
959
- #: lib/yasr-ajax-functions.php:552
960
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
961
  msgstr ""
962
  "Inserte el Top 10 de las calificaciones [yasr_visitor_votes] codigo corto"
963
 
964
- #: lib/yasr-ajax-functions.php:623
965
  msgid "Reviews and Visitor Votes have been successfull imported."
966
  msgstr ""
967
  "Comentarios y Calificaciones de los visitantes han sido exitoso importado."
968
 
969
- #: lib/yasr-ajax-functions.php:629
970
  msgid ""
971
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
972
  "THIS MAY TAKE A WHILE!"
@@ -974,95 +1005,113 @@ msgstr ""
974
  "Paso 2: voy a comprobar si se ha utilizado conjuntos multiples y si es así "
975
  "yo los importaré. ESTO PUEDE TARDAR UN POCO!"
976
 
977
- #: lib/yasr-ajax-functions.php:631
978
  msgid "Proceed Step 2"
979
  msgstr "Proceder Paso 2"
980
 
981
- #: lib/yasr-ajax-functions.php:638
982
  msgid "Something goes wrong! Refresh the page and try again!"
983
  msgstr "Algo va mal! Actualiza la página y vuelve a intentarlo!"
984
 
985
- #: lib/yasr-ajax-functions.php:667
986
  msgid "I've found Multiple Set! Importing..."
987
  msgstr "He encontrado conjuntos multiples! Importación ..."
988
 
989
- #: lib/yasr-ajax-functions.php:676
990
  msgid "Multi Set's name has been successfull imported."
991
  msgstr "El nombre de conjuntos multiples ha sido exitosamente importado."
992
 
993
- #: lib/yasr-ajax-functions.php:678
994
  msgid "Now I'm going to import Multi Set data"
995
  msgstr "Ahora voy a importar conjuntos multiples de datos"
996
 
997
- #: lib/yasr-ajax-functions.php:689
998
  msgid "All votes has been successfull imported."
999
  msgstr "Todas las calificaciones han sido importado exitosamente"
1000
 
1001
- #: lib/yasr-ajax-functions.php:691
1002
  msgid "Done"
1003
  msgstr "Hecho"
1004
 
1005
- #: lib/yasr-ajax-functions.php:696
1006
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1007
  msgstr ""
1008
  "He encontrado las calificaciones de los conjunto múltiple pero no pude "
1009
  "insertar en la base de datos"
1010
 
1011
- #: lib/yasr-ajax-functions.php:704
1012
  msgid "I've found Multi Set but with no data"
1013
  msgstr "He encontrado conjuntos multiples pero sin datos"
1014
 
1015
- #: lib/yasr-ajax-functions.php:713
1016
  msgid "I've found Multi Sets names but I couldn't insert into db"
1017
  msgstr ""
1018
  "He encontrado los nombres de conjuntos multiples pero no pude insertar en la "
1019
  "base de datos"
1020
 
1021
- #: lib/yasr-ajax-functions.php:721
1022
  msgid "Multisets were not found. Imported is done!"
1023
  msgstr "No se encontraron conjuntos múltiples. Importado está listo!"
1024
 
1025
- #: lib/yasr-ajax-functions.php:765
1026
  msgid "No Recenet votes yet"
1027
  msgstr "No hay calificación reciente"
1028
 
1029
- #: lib/yasr-ajax-functions.php:787
1030
  #, php-format
1031
  msgid "Vote %d from %s on"
1032
  msgstr "Votar %d de %s en"
1033
 
1034
- #: lib/yasr-ajax-functions.php:937 lib/yasr-ajax-functions.php:1088
1035
  msgid "Error: you can't vote 0"
1036
  msgstr "Error: no se puede votar 0"
1037
 
1038
- #: lib/yasr-ajax-functions.php:1040 lib/yasr-ajax-functions.php:1048
1039
  msgid "Average:"
1040
  msgstr "Promedio:"
1041
 
1042
- #: lib/yasr-ajax-functions.php:1041 lib/yasr-ajax-functions.php:1049
1043
  msgid "Vote Saved"
1044
  msgstr "Calificación guardada"
1045
 
1046
- #: lib/yasr-ajax-functions.php:1184
1047
  msgid "Vote updated"
1048
  msgstr "Calificación actualizada"
1049
 
1050
- #: lib/yasr-ajax-functions.php:1325
1051
  msgid "Rating saved!"
1052
  msgstr "Calificación guardada"
1053
 
1054
- #: lib/yasr-ajax-functions.php:1331
1055
  msgid "Rating not saved. Please Try again"
1056
  msgstr "Calificación no guardado. Por favor intentelo nuevamente"
1057
 
1058
- #: lib/yasr-ajax-functions.php:1424
1059
  msgid "stars"
1060
  msgstr "Estrellas"
1061
 
1062
- #: lib/yasr-ajax-functions.php:1429
1063
  msgid "star"
1064
  msgstr "estrella"
1065
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1066
  #~ msgid "Remember to insert this shortcode"
1067
  #~ msgstr "Recuerde insertar este código corto"
1068
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating\n"
4
+ "POT-Creation-Date: 2015-09-10 11:39+0100\n"
5
+ "PO-Revision-Date: 2015-09-10 11:39+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: Cglevel.com <tusitio@cglevel.com>\n"
8
  "Language: es_ES\n"
19
  "X-Poedit-SearchPathExcluded-0: *.js\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: yasr-metabox-top-right.php:75 yasr-metabox-top-right.php:109
23
  msgid "Rate this article / item"
24
  msgstr "Califica este artículo / artículo"
25
 
26
+ #: yasr-metabox-top-right.php:81 lib/yasr-shortcode-functions.php:149
27
+ #: lib/yasr-shortcode-functions.php:546
28
  msgid "Loading, please wait"
29
  msgstr "Cargando por favor espere"
30
 
31
+ #: yasr-metabox-top-right.php:157
32
  msgid "Save Vote"
33
  msgstr "Calificación Guardada"
34
 
35
+ #: yasr-metabox-top-right.php:176
36
  msgid "This review is about a..."
37
  msgstr "Esta crítica es sobre una ..."
38
 
39
+ #: yasr-metabox-top-right.php:181
40
  msgid "Product, Place, Other"
41
  msgstr "Producto, lugar, otros"
42
 
43
+ #: yasr-metabox-top-right.php:216 yasr-metabox-multiple-rating.php:46
44
  #: lib/yasr-settings-functions.php:542
45
  msgid "Select"
46
  msgstr "Seleccionar"
47
 
48
+ #: yasr-metabox-top-right.php:234
49
  msgid ""
50
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
51
  "where you want to display this rating"
54
  "donde quieras mostrar este calificación"
55
 
56
  #: yasr-settings-page.php:24 lib/yasr-functions.php:111
57
+ #: lib/yasr-ajax-functions.php:44 lib/yasr-ajax-functions.php:211
58
+ #: lib/yasr-ajax-functions.php:365 lib/yasr-ajax-functions.php:781
59
  msgid "You do not have sufficient permissions to access this page."
60
  msgstr "No tiene los permisos necesarios para acceder a esta página."
61
 
62
+ #: yasr-settings-page.php:37
63
  msgid "Settings"
64
  msgstr "Opciones"
65
 
66
+ #: yasr-settings-page.php:80
67
  msgid "General Settings"
68
  msgstr "Configuración general"
69
 
70
+ #: yasr-settings-page.php:81
71
  msgid "Multi Sets"
72
  msgstr "Conjunto multiple"
73
 
74
+ #: yasr-settings-page.php:82
75
  msgid "Styles"
76
  msgstr "Estilos"
77
 
78
+ #: yasr-settings-page.php:83
79
  msgid "Pro Features!"
80
  msgstr "Características Pro"
81
 
82
+ #: yasr-settings-page.php:100 yasr-settings-page.php:263
83
+ #: yasr-settings-page.php:297
84
  msgid "Save"
85
  msgstr "Guardar"
86
 
87
+ #: yasr-settings-page.php:125
88
  msgid "Import Gd Star Rating"
89
  msgstr "Importación GD Star Rating"
90
 
91
+ #: yasr-settings-page.php:126
92
  msgid "I've found a previous installation of Gd Star Rating."
93
  msgstr "He encontrado una instalación anterior de Gd Star Rating."
94
 
95
+ #: yasr-settings-page.php:126
96
  msgid "Do you want proceed to import data?"
97
  msgstr "¿Deseas continuar con la importación de los datos?"
98
 
99
+ #: yasr-settings-page.php:128
100
  msgid "Yes, Begin Import"
101
  msgstr "Si, comenzar importación"
102
 
103
+ #: yasr-settings-page.php:132
104
  msgid "Click on Proceed to import Gd Star Rating data."
105
  msgstr "Haga clic en Continuar para importar datos de Gd Star Rating."
106
 
107
+ #: yasr-settings-page.php:135 yasr-settings-page.php:168
108
  msgid "Proceed"
109
  msgstr "Proceder"
110
 
111
+ #: yasr-settings-page.php:157
112
  msgid "Manage GD Star Data"
113
  msgstr "Administrar GD Star Data"
114
 
115
+ #: yasr-settings-page.php:158
116
  msgid "Gd Star Rating has been already imported."
117
  msgstr "Gd Star Rating ya ha sido importado."
118
 
119
+ #: yasr-settings-page.php:159
120
  msgid "If you wish you can import it again, but"
121
  msgstr "Si lo desea, puede importarlo de nuevo, pero"
122
 
123
+ #: yasr-settings-page.php:159
124
  msgid "you will lose all data you've collect since the import!"
125
  msgstr "perderá todos los datos coleccionados desde la importación!"
126
 
127
+ #: yasr-settings-page.php:161
128
  msgid "Ok, Import Again"
129
  msgstr "Ok, Importar de nuevo"
130
 
131
+ #: yasr-settings-page.php:165
132
  msgid ""
133
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
134
  msgstr ""
135
  "Haga clic en Continuar para importar de nuevo los datos GD Star Rating. Esto "
136
  "puede tomar un tiempo!"
137
 
138
+ #: yasr-settings-page.php:205
139
  msgid "Manage Multi Set"
140
  msgstr "Administrar Multi Set"
141
 
142
+ #: yasr-settings-page.php:209
143
  msgid "What is a Multi Set?"
144
  msgstr "¿Qué es un Multi Set?"
145
 
146
+ #: yasr-settings-page.php:214
147
  msgid ""
148
  "Multi Set allows you to insert a rate for each aspect about the product / "
149
  "local business / whetever you're reviewing, example in the image below."
152
  "producto / negocio local / Cualquiera que se está revisando, ejemplo en la "
153
  "imagen de abajo."
154
 
155
+ #: yasr-settings-page.php:218
156
  msgid ""
157
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
158
  "different fields. Once you've saved it, you can insert the rates while "
164
  "insertar las Calificaciones al escribir su artículo en el cuadro de abajo "
165
  "del editor, como se puede ver en esta imagen (clic para ver más grande)"
166
 
167
+ #: yasr-settings-page.php:222
168
  msgid ""
169
  "In order to insert your Multi Sets into a post or page, you can either past "
170
  "the short code that will appear at the bottom of the box or just click on "
175
  "caja o simplemente haga clic en la estrella en el editor gráfico y "
176
  "seleccione \"Insertar Conjuntos multiples."
177
 
178
+ #: yasr-settings-page.php:228
179
  msgid "Close this message"
180
  msgstr "Cerrar este mensaje"
181
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  #: yasr-metabox-multiple-rating.php:35
183
  msgid "Choose wich set you want to use"
184
  msgstr "Elegir qué conjunto desea utilizar."
185
 
186
+ #: lib/yasr-shortcode-functions.php:202 lib/yasr-shortcode-functions.php:223
187
+ #: lib/yasr-shortcode-functions.php:253
188
  msgid "You've already voted this article with"
189
  msgstr "Usted ya ha calificado este artículo con"
190
 
191
+ #: lib/yasr-shortcode-functions.php:264 lib/yasr-shortcode-functions.php:574
192
  msgid "You must sign to vote"
193
  msgstr "Usted debe iniciar para calificar"
194
 
195
+ #: lib/yasr-shortcode-functions.php:306 lib/yasr-ajax-functions.php:1118
196
+ #: lib/yasr-ajax-functions.php:1126 lib/yasr-ajax-functions.php:1261
197
  msgid "Total: "
198
  msgstr "Total:"
199
 
200
+ #: lib/yasr-shortcode-functions.php:306
201
  msgid "Average: "
202
  msgstr "Promedio:"
203
 
204
+ #: lib/yasr-shortcode-functions.php:322
205
  msgid "bad, poor, ok, good, super"
206
  msgstr "mala, pobre, ok, buena, super"
207
 
208
+ #: lib/yasr-shortcode-functions.php:553
209
  msgid "Thank you for voting! "
210
  msgstr "Gracias por estar calificando!"
211
 
212
+ #: lib/yasr-shortcode-functions.php:564 lib/yasr-shortcode-functions.php:572
213
+ #: lib/yasr-shortcode-functions.php:584
214
  msgid "Submit!"
215
  msgstr ""
216
 
217
+ #: lib/yasr-shortcode-functions.php:761
218
  msgid "Rating"
219
  msgstr "Calificación"
220
 
221
+ #: lib/yasr-shortcode-functions.php:775
222
  msgid "You don't have any votes stored"
223
  msgstr "Usted no tiene Calificaciónes almacenadas"
224
 
225
+ #: lib/yasr-shortcode-functions.php:811 lib/yasr-shortcode-functions.php:850
226
  msgid "Post / Page"
227
  msgstr "Entrada / Página"
228
 
229
+ #: lib/yasr-shortcode-functions.php:812 lib/yasr-shortcode-functions.php:851
230
  msgid "Order By"
231
  msgstr "Ordenar por"
232
 
233
+ #: lib/yasr-shortcode-functions.php:812 lib/yasr-shortcode-functions.php:851
234
  msgid "Most Rated"
235
  msgstr "Más valorado"
236
 
237
+ #: lib/yasr-shortcode-functions.php:812 lib/yasr-shortcode-functions.php:851
238
  msgid "Highest Rated"
239
  msgstr "Calificación más alta"
240
 
241
+ #: lib/yasr-shortcode-functions.php:830 lib/yasr-shortcode-functions.php:865
242
  msgid "Total:"
243
  msgstr "Total:"
244
 
245
+ #: lib/yasr-shortcode-functions.php:830 lib/yasr-shortcode-functions.php:865
246
  msgid "Average"
247
  msgstr "Promedio"
248
 
249
+ #: lib/yasr-shortcode-functions.php:842
250
  msgid "You've not enough data"
251
  msgstr "No tienes suficientes datos"
252
 
253
+ #: lib/yasr-shortcode-functions.php:877
254
  msgid "You've not enought data"
255
  msgstr "No tienes suficientes datos"
256
 
257
+ #: lib/yasr-shortcode-functions.php:962
258
  msgid ""
259
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
260
  "any review?"
262
  "Problema al recuperar los 5 mejores los colaboradores más activos. ¿ Usted "
263
  "publiquo cualquier calificación?"
264
 
265
+ #: lib/yasr-shortcode-functions.php:1030
266
  msgid ""
267
  "Problem while retrieving the top 10 active users chart. Are you sure you "
268
  "have votes to show?"
333
  msgid "Overall Rating / Author Rating"
334
  msgstr "Clasificación general / Autor Puntuación"
335
 
336
+ #: lib/yasr-settings-functions.php:104 lib/yasr-ajax-functions.php:500
337
  msgid "Visitor Votes"
338
  msgstr "Calificación de los visitantes"
339
 
357
  msgid "Size"
358
  msgstr "Tamaño"
359
 
360
+ #: lib/yasr-settings-functions.php:128 lib/yasr-ajax-functions.php:490
361
+ #: lib/yasr-ajax-functions.php:508
362
  msgid "Small"
363
  msgstr "Pequeño"
364
 
365
+ #: lib/yasr-settings-functions.php:133 lib/yasr-ajax-functions.php:491
366
+ #: lib/yasr-ajax-functions.php:509
367
  msgid "Medium"
368
  msgstr "Medio"
369
 
370
+ #: lib/yasr-settings-functions.php:138 lib/yasr-ajax-functions.php:492
371
+ #: lib/yasr-ajax-functions.php:510
372
  msgid "Large"
373
  msgstr "Grande"
374
 
545
  msgid "Create New Set"
546
  msgstr "Crear nuevo conjunto"
547
 
548
+ #: lib/yasr-settings-functions.php:532 lib/yasr-settings-functions.php:565
549
  msgid "Manage Multiple Set"
550
  msgstr "Administrar Conjuntos Multiples"
551
 
553
  msgid "Wich set do you want to edit or remove?"
554
  msgstr "Cual Conjunto desea editar o eliminar?"
555
 
556
+ #: lib/yasr-settings-functions.php:575 lib/yasr-settings-functions.php:693
557
  msgid "Field name"
558
  msgstr "Nombre"
559
 
560
+ #: lib/yasr-settings-functions.php:579 lib/yasr-settings-functions.php:697
561
  msgid "Remove"
562
  msgstr "Eliminar"
563
 
564
+ #: lib/yasr-settings-functions.php:621 lib/yasr-settings-functions.php:739
565
  msgid "Remove whole set?"
566
  msgstr "Retire Conjunto entero?"
567
 
568
+ #: lib/yasr-settings-functions.php:634 lib/yasr-settings-functions.php:752
569
  msgid ""
570
  "If you remove something you will remove all the votes for that set or field. "
571
  "This operation CAN'T BE undone."
573
  "Si elimina algo que va a eliminar todas las calificaciones para ese grupo o "
574
  "campo. Esta operación no se puede deshacer."
575
 
576
+ #: lib/yasr-settings-functions.php:641 lib/yasr-settings-functions.php:759
577
  msgid "You can use up to 9 elements"
578
  msgstr "Puede utilizar un máximo de 9 elementos"
579
 
580
+ #: lib/yasr-settings-functions.php:643 lib/yasr-settings-functions.php:761
581
  msgid "Add element"
582
  msgstr "Añadir Elemento"
583
 
584
+ #: lib/yasr-settings-functions.php:645 lib/yasr-settings-functions.php:763
585
  msgid "Save changes"
586
  msgstr "Guardas cambios"
587
 
588
+ #: lib/yasr-settings-functions.php:655
589
  msgid "No Multiple Set were found"
590
  msgstr "No se hallaron Conjuntos Múltiples"
591
 
632
  "Algo va mal tratando de insertar el nombre del conjunto en el campo de la "
633
  "forma de edición. Por favor repórtelo"
634
 
635
+ #: lib/yasr-settings-functions.php:1202
636
  msgid "Style Options"
637
  msgstr "Opciones de estilo"
638
 
639
+ #: lib/yasr-settings-functions.php:1203
640
  msgid "Custom CSS Styles"
641
  msgstr "Estilos CSS personalizado"
642
 
643
+ #: lib/yasr-settings-functions.php:1208
644
  msgid ""
645
  "Please use text area below to write your own CSS styles to override the "
646
  "default ones."
648
  "Por favor, utilice el área de texto de abajo para escribir sus propios "
649
  "estilos CSS para reemplazar los que esta por defecto."
650
 
651
+ #: lib/yasr-settings-functions.php:1210
652
  msgid "Leave it blank if you don't know what you're doing"
653
  msgstr "Déjelo en blanco si no sabes lo que estás haciendo"
654
 
655
+ #: lib/yasr-settings-functions.php:1233
656
  msgid "Looking for more features?"
657
  msgstr "¿Estás buscando más características?"
658
 
659
+ #: lib/yasr-settings-functions.php:1234
660
  msgid "Upgrade to yasr pro!"
661
  msgstr "Actualizar a yasr pro!"
662
 
663
+ #: lib/yasr-settings-functions.php:1250
664
  msgid "Unlimited ratings and votes"
665
  msgstr "Calificaciones ilimitadas y puntuaciones"
666
 
667
+ #: lib/yasr-settings-functions.php:1256
668
  msgid "Works with shortcodes"
669
  msgstr "Funciona con códigos cortos"
670
 
671
+ #: lib/yasr-settings-functions.php:1262
672
  msgid "Multi Set Support"
673
  msgstr "Soporte conjunto multiple"
674
 
675
+ #: lib/yasr-settings-functions.php:1267
676
  msgid "Logs and stats for visitors votes"
677
  msgstr "Registros y estadísticas para calificaciones de visitantes"
678
 
679
+ #: lib/yasr-settings-functions.php:1272
680
  msgid "Localization (.po and .mo files included)"
681
  msgstr "Localización (.po y archivos .mo incluidos)"
682
 
683
+ #: lib/yasr-settings-functions.php:1277
684
  msgid "Rich Snippet Support"
685
  msgstr "Soporte Rich Snippet"
686
 
687
+ #: lib/yasr-settings-functions.php:1282
688
  msgid "Rankings for reviews, votes and users"
689
  msgstr "Rankings en los comentarios, Calificaciones y usuarios"
690
 
691
+ #: lib/yasr-settings-functions.php:1287
692
  msgid "Rankings Customization"
693
  msgstr "Personalización puntuación"
694
 
695
+ #: lib/yasr-settings-functions.php:1292
696
  msgid "Stars Customization"
697
  msgstr "Personalizaciónde estrellas"
698
 
699
+ #: lib/yasr-settings-functions.php:1293
700
  msgid "Size Only"
701
  msgstr "Tamaño"
702
 
703
+ #: lib/yasr-settings-functions.php:1294
704
  msgid ""
705
  "Users can choose different ready to use sets or can upload their own images."
706
  msgstr ""
707
  "Los usuarios pueden elegir diferentes listas para usar conjuntos o pueden "
708
  "subir sus propias imágenes."
709
 
710
+ #: lib/yasr-settings-functions.php:1297
711
  msgid "Users can review in comments"
712
  msgstr "Los usuarios pueden revisar en los comentarios"
713
 
714
+ #: lib/yasr-settings-functions.php:1308
715
  msgid "Not avaible yet"
716
  msgstr "No disponibles, aún,"
717
 
718
+ #: lib/yasr-settings-functions.php:1367
719
+ msgid "Keep in touch!"
720
+ msgstr ""
721
+
722
+ #: lib/yasr-settings-functions.php:1409
723
+ #, php-format
724
+ msgid ""
725
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
726
+ msgstr ""
727
+
728
+ #: lib/yasr-settings-functions.php:1411
729
+ msgid "Can I ask a favor?"
730
+ msgstr ""
731
+
732
+ #: lib/yasr-settings-functions.php:1413
733
+ msgid "Can you please rate YASR 5 stars on"
734
+ msgstr ""
735
+
736
+ #: lib/yasr-settings-functions.php:1415
737
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
738
+ msgstr ""
739
+
740
+ #: lib/yasr-settings-functions.php:1421
741
+ msgid "Ok, I'm glad to help!"
742
+ msgstr ""
743
+
744
+ #: lib/yasr-settings-functions.php:1422
745
+ msgid "Remind me later!"
746
+ msgstr ""
747
+
748
+ #: lib/yasr-settings-functions.php:1423
749
+ msgid "Don't need to ask, I already did it!"
750
+ msgstr ""
751
 
752
+ #: lib/yasr-settings-functions.php:1456
753
+ #, php-format
754
+ msgid ""
755
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
756
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
757
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
758
+ msgstr ""
759
+
760
+ #: lib/yasr-settings-functions.php:1501
761
  msgid "No previous Gd Star Rating installation was found"
762
  msgstr "No se encontró ninguna instalación previade GD Star Rating"
763
 
765
  msgid "No recenet votes yet"
766
  msgstr "No hay calificación reciente"
767
 
768
+ #: lib/yasr-db-functions.php:325 lib/yasr-ajax-functions.php:806
769
  msgid "anonymous"
770
  msgstr "anónimo"
771
 
774
  msgid "Vote %d from %s on "
775
  msgstr "Calificado %d from %s s en"
776
 
777
+ #: lib/yasr-db-functions.php:350 lib/yasr-ajax-functions.php:831
778
  msgid "Ip address"
779
  msgstr "dirección IP,"
780
 
781
+ #: lib/yasr-db-functions.php:391 lib/yasr-ajax-functions.php:872
782
  msgid "Pages"
783
  msgstr "Páginas"
784
 
800
  msgstr ""
801
  "Usted no tiene privilegios suficientes para insertar Conjuntos Multiples"
802
 
803
+ #: lib/yasr-functions.php:298
804
+ #, fuzzy
805
+ msgid "reviewed by"
806
  msgstr " Revisado por: "
807
 
808
+ #: lib/yasr-functions.php:300 lib/yasr-functions.php:368
809
  msgid " on "
810
  msgstr " el "
811
 
812
+ #: lib/yasr-functions.php:314
813
+ #, fuzzy
814
+ msgid "reviewed on"
815
+ msgstr " Revisado por: "
816
+
817
+ #: lib/yasr-functions.php:315
818
+ msgid "by "
819
+ msgstr ""
820
+
821
+ #: lib/yasr-functions.php:319
822
+ #, fuzzy
823
+ msgid "rated"
824
  msgstr " Calificado "
825
 
826
+ #: lib/yasr-functions.php:319
827
+ #, fuzzy
828
+ msgid "of"
829
  msgstr " de "
830
 
831
+ #: lib/yasr-functions.php:376
832
  msgid " written by "
833
  msgstr " scrito por: "
834
 
835
+ #: lib/yasr-functions.php:379
836
  msgid " average rating "
837
  msgstr ""
838
 
839
+ #: lib/yasr-functions.php:380
840
  msgid " user ratings"
841
  msgstr " Puntuación de los usuarios "
842
 
843
+ #: lib/yasr-ajax-functions.php:102
844
  msgid "You've rated it "
845
  msgstr "Has Calificado esto"
846
 
847
+ #: lib/yasr-ajax-functions.php:106
848
  msgid "You've reset the vote"
849
  msgstr "Has restablecido la Calificación"
850
 
851
+ #: lib/yasr-ajax-functions.php:188
852
  msgid ""
853
  "There was an error while trying to insert the review type. Please report it"
854
  msgstr ""
855
  "Se produjo un error al intentar insertar el tipo de revición. Por favor "
856
  "repórtelo"
857
 
858
+ #: lib/yasr-ajax-functions.php:223
859
  msgid "Choose a vote for each element"
860
  msgstr "Elegir una calificación por cada elemento"
861
 
862
+ #: lib/yasr-ajax-functions.php:286 lib/yasr-ajax-functions.php:330
863
  msgid "If you want to insert this multiset, paste this shortcode "
864
  msgstr "Si desea insertar este multiset, pegar este código corto"
865
 
866
+ #: lib/yasr-ajax-functions.php:288 lib/yasr-ajax-functions.php:332
867
  msgid ""
868
  "If, instead, you want allow your visitor to vote on this multiset, use this "
869
  "shortcode"
871
  "Si, en cambio, desea permitir su visita a votar sobre este multiset, utilice "
872
  "este código corto"
873
 
874
+ #: lib/yasr-ajax-functions.php:297
875
  msgid "Choose a vote for every element"
876
  msgstr "Elegir una calinicación por cada elemento"
877
 
878
+ #: lib/yasr-ajax-functions.php:470
879
  msgid "Main"
880
  msgstr "Principal"
881
 
882
+ #: lib/yasr-ajax-functions.php:471
883
  msgid "Charts"
884
  msgstr "Tablas"
885
 
886
+ #: lib/yasr-ajax-functions.php:473
887
  msgid "Read the doc"
888
  msgstr "Lea el documento"
889
 
890
+ #: lib/yasr-ajax-functions.php:482
891
  msgid "Overall Rating / Review"
892
  msgstr "Puntuación general / Revisión"
893
 
894
+ #: lib/yasr-ajax-functions.php:484
895
  msgid "Insert Overall Rating"
896
  msgstr "Inserte Puntuación general"
897
 
898
+ #: lib/yasr-ajax-functions.php:485
899
  msgid "Insert Overall Rating / Review for this post"
900
  msgstr "Inserte Puntuación General / Revisión para esta entrada"
901
 
902
+ #: lib/yasr-ajax-functions.php:488 lib/yasr-ajax-functions.php:506
903
  msgid "Choose Size"
904
  msgstr "Elija Tamaño"
905
 
906
+ #: lib/yasr-ajax-functions.php:502
907
  msgid "Insert Visitor Votes"
908
  msgstr "Inserte Calificación de los visitantes"
909
 
910
+ #: lib/yasr-ajax-functions.php:503
911
  msgid "Insert the ability for your visitor to vote"
912
  msgstr "Inserte la capacidad para que su visitante pueda calificar"
913
 
914
+ #: lib/yasr-ajax-functions.php:520
915
  msgid "If you want to insert a Multi Set, pick one:"
916
  msgstr "Si desea insertar un Conjunto Multiple, escoger uno:"
917
 
918
+ #: lib/yasr-ajax-functions.php:526
919
  msgid "Choose wich set you want to insert."
920
  msgstr "Elija cual conjunto desee insertar."
921
 
922
+ #: lib/yasr-ajax-functions.php:528 lib/yasr-ajax-functions.php:545
923
  msgid "Readonly?"
924
  msgstr "¿Solo es de lectura ?"
925
 
926
+ #: lib/yasr-ajax-functions.php:530 lib/yasr-ajax-functions.php:546
927
  msgid ""
928
  "If Readonly is checked, only you can insert the votes (in the box above the "
929
  "editor)"
931
  "Si sólo lectura está activada, sólo se pueden insertar los votos (en el "
932
  "cuadro sobre el editor)"
933
 
934
+ #: lib/yasr-ajax-functions.php:531
935
  msgid "Insert Multi Set"
936
  msgstr "Inserte conjunto Multiple"
937
 
938
+ #: lib/yasr-ajax-functions.php:540
939
  msgid "Insert Multiset:"
940
  msgstr "Inserte Conjunto Múltiple"
941
 
942
+ #: lib/yasr-ajax-functions.php:543
943
  msgid "Insert Multiple Set"
944
  msgstr "Inserte Conjuntos Múltiples"
945
 
946
+ #: lib/yasr-ajax-functions.php:561
947
  msgid "Ranking reviews"
948
  msgstr "reviciones Rango"
949
 
950
+ #: lib/yasr-ajax-functions.php:562
951
  msgid "Insert Ranking reviews"
952
  msgstr "Inserte Reviciones de rango"
953
 
954
+ #: lib/yasr-ajax-functions.php:563
955
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
956
  msgstr "Inserte el rango Top 10 de [yasr_overall_rating] codigo corto"
957
 
958
+ #: lib/yasr-ajax-functions.php:567
959
  msgid "Users' ranking"
960
  msgstr "Rango de Usuarios"
961
 
962
+ #: lib/yasr-ajax-functions.php:568
963
  msgid "Insert Users ranking"
964
  msgstr "Inserte rango de Usuarios "
965
 
966
+ #: lib/yasr-ajax-functions.php:569
967
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
968
  msgstr "Inserte el rango Top 10 de [yasr_visitor_votes] codigo corto"
969
 
970
+ #: lib/yasr-ajax-functions.php:573
971
  msgid "Most active reviewers"
972
  msgstr "Los colaboradores más activos"
973
 
974
+ #: lib/yasr-ajax-functions.php:574
975
  msgid "Insert Most Active Reviewers"
976
  msgstr "Inserte Revisores más activas"
977
 
978
+ #: lib/yasr-ajax-functions.php:575
979
  msgid "Insert Top 5 active reviewers"
980
  msgstr "Inserte el Top 5 Puntuaciones activas"
981
 
982
+ #: lib/yasr-ajax-functions.php:579
983
  msgid "Most Active Users"
984
  msgstr "Usuarios más activos"
985
 
986
+ #: lib/yasr-ajax-functions.php:580
987
  msgid "Insert Most Active Users"
988
  msgstr "Inserte Usuarios más activos"
989
 
990
+ #: lib/yasr-ajax-functions.php:581
991
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
992
  msgstr ""
993
  "Inserte el Top 10 de las calificaciones [yasr_visitor_votes] codigo corto"
994
 
995
+ #: lib/yasr-ajax-functions.php:652
996
  msgid "Reviews and Visitor Votes have been successfull imported."
997
  msgstr ""
998
  "Comentarios y Calificaciones de los visitantes han sido exitoso importado."
999
 
1000
+ #: lib/yasr-ajax-functions.php:658
1001
  msgid ""
1002
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1003
  "THIS MAY TAKE A WHILE!"
1005
  "Paso 2: voy a comprobar si se ha utilizado conjuntos multiples y si es así "
1006
  "yo los importaré. ESTO PUEDE TARDAR UN POCO!"
1007
 
1008
+ #: lib/yasr-ajax-functions.php:660
1009
  msgid "Proceed Step 2"
1010
  msgstr "Proceder Paso 2"
1011
 
1012
+ #: lib/yasr-ajax-functions.php:667
1013
  msgid "Something goes wrong! Refresh the page and try again!"
1014
  msgstr "Algo va mal! Actualiza la página y vuelve a intentarlo!"
1015
 
1016
+ #: lib/yasr-ajax-functions.php:696
1017
  msgid "I've found Multiple Set! Importing..."
1018
  msgstr "He encontrado conjuntos multiples! Importación ..."
1019
 
1020
+ #: lib/yasr-ajax-functions.php:705
1021
  msgid "Multi Set's name has been successfull imported."
1022
  msgstr "El nombre de conjuntos multiples ha sido exitosamente importado."
1023
 
1024
+ #: lib/yasr-ajax-functions.php:707
1025
  msgid "Now I'm going to import Multi Set data"
1026
  msgstr "Ahora voy a importar conjuntos multiples de datos"
1027
 
1028
+ #: lib/yasr-ajax-functions.php:718
1029
  msgid "All votes has been successfull imported."
1030
  msgstr "Todas las calificaciones han sido importado exitosamente"
1031
 
1032
+ #: lib/yasr-ajax-functions.php:720
1033
  msgid "Done"
1034
  msgstr "Hecho"
1035
 
1036
+ #: lib/yasr-ajax-functions.php:725
1037
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1038
  msgstr ""
1039
  "He encontrado las calificaciones de los conjunto múltiple pero no pude "
1040
  "insertar en la base de datos"
1041
 
1042
+ #: lib/yasr-ajax-functions.php:733
1043
  msgid "I've found Multi Set but with no data"
1044
  msgstr "He encontrado conjuntos multiples pero sin datos"
1045
 
1046
+ #: lib/yasr-ajax-functions.php:742
1047
  msgid "I've found Multi Sets names but I couldn't insert into db"
1048
  msgstr ""
1049
  "He encontrado los nombres de conjuntos multiples pero no pude insertar en la "
1050
  "base de datos"
1051
 
1052
+ #: lib/yasr-ajax-functions.php:750
1053
  msgid "Multisets were not found. Imported is done!"
1054
  msgstr "No se encontraron conjuntos múltiples. Importado está listo!"
1055
 
1056
+ #: lib/yasr-ajax-functions.php:793
1057
  msgid "No Recenet votes yet"
1058
  msgstr "No hay calificación reciente"
1059
 
1060
+ #: lib/yasr-ajax-functions.php:815
1061
  #, php-format
1062
  msgid "Vote %d from %s on"
1063
  msgstr "Votar %d de %s en"
1064
 
1065
+ #: lib/yasr-ajax-functions.php:1013 lib/yasr-ajax-functions.php:1168
1066
  msgid "Error: you can't vote 0"
1067
  msgstr "Error: no se puede votar 0"
1068
 
1069
+ #: lib/yasr-ajax-functions.php:1118 lib/yasr-ajax-functions.php:1126
1070
  msgid "Average:"
1071
  msgstr "Promedio:"
1072
 
1073
+ #: lib/yasr-ajax-functions.php:1119 lib/yasr-ajax-functions.php:1127
1074
  msgid "Vote Saved"
1075
  msgstr "Calificación guardada"
1076
 
1077
+ #: lib/yasr-ajax-functions.php:1264
1078
  msgid "Vote updated"
1079
  msgstr "Calificación actualizada"
1080
 
1081
+ #: lib/yasr-ajax-functions.php:1409
1082
  msgid "Rating saved!"
1083
  msgstr "Calificación guardada"
1084
 
1085
+ #: lib/yasr-ajax-functions.php:1415
1086
  msgid "Rating not saved. Please Try again"
1087
  msgstr "Calificación no guardado. Por favor intentelo nuevamente"
1088
 
1089
+ #: lib/yasr-ajax-functions.php:1508
1090
  msgid "stars"
1091
  msgstr "Estrellas"
1092
 
1093
+ #: lib/yasr-ajax-functions.php:1513
1094
  msgid "star"
1095
  msgstr "estrella"
1096
 
1097
+ #~ msgid "Donations"
1098
+ #~ msgstr "Donaciones”."
1099
+
1100
+ #~ msgid ""
1101
+ #~ "If you have found this plugin useful, please consider making a donation "
1102
+ #~ "to help support future development. Your support will be much "
1103
+ #~ "appreciated. "
1104
+ #~ msgstr ""
1105
+ #~ "Si has encontrado este plugin útil, por favor considere hacer una "
1106
+ #~ "donación para ayudar a apoyar el desarrollo futuro. Su apoyo será muy "
1107
+ #~ "apreciado."
1108
+
1109
+ #~ msgid "Thank you!"
1110
+ #~ msgstr "Gracias!"
1111
+
1112
+ #~ msgid "Follow YASR official site!"
1113
+ #~ msgstr "Siga el sitio oficial de YASR!"
1114
+
1115
  #~ msgid "Remember to insert this shortcode"
1116
  #~ msgstr "Recuerde insertar este código corto"
1117
 
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-05-07 09:50+0100\n"
5
- "PO-Revision-Date: 2015-05-07 09:50+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fa_IR\n"
@@ -16,33 +16,33 @@ msgstr ""
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:124
24
- #: ../lib/yasr-shortcode-functions.php:527
25
  msgid "Loading, please wait"
26
  msgstr "در حال بارگذاری, خواهشا صبر کنید"
27
 
28
- #: ../yasr-metabox-top-right.php:147
29
  msgid "Save Vote"
30
  msgstr "ذخیره رای"
31
 
32
- #: ../yasr-metabox-top-right.php:166
33
  msgid "This review is about a..."
34
  msgstr "این مقاله درباره چیست؟"
35
 
36
- #: ../yasr-metabox-top-right.php:171
37
  msgid "Product, Place, Other"
38
  msgstr ""
39
 
40
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
41
  #: ../lib/yasr-settings-functions.php:542
42
  msgid "Select"
43
  msgstr "انتخاب"
44
 
45
- #: ../yasr-metabox-top-right.php:217
46
  msgid ""
47
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
48
  "where you want to display this rating"
@@ -52,95 +52,95 @@ msgstr ""
52
  "پست قرار دهید"
53
 
54
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
55
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
56
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:753
57
  msgid "You do not have sufficient permissions to access this page."
58
  msgstr "شما مجوز کافی برای دسترسی به این صفحه را ندارید."
59
 
60
- #: ../yasr-settings-page.php:33
61
  msgid "Settings"
62
  msgstr "تنظیمات"
63
 
64
- #: ../yasr-settings-page.php:76
65
  msgid "General Settings"
66
  msgstr "تنظیمات عمومی"
67
 
68
- #: ../yasr-settings-page.php:77
69
  msgid "Multi Sets"
70
  msgstr "نقد برسی چند گانه"
71
 
72
- #: ../yasr-settings-page.php:78
73
  msgid "Styles"
74
  msgstr "سبک و استایل"
75
 
76
- #: ../yasr-settings-page.php:79
77
  msgid "Pro Features!"
78
  msgstr "امکانات حرفه ای"
79
 
80
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
81
- #: ../yasr-settings-page.php:295
82
  msgid "Save"
83
  msgstr "ذخیره"
84
 
85
- #: ../yasr-settings-page.php:116
86
  msgid "Import Gd Star Rating"
87
  msgstr "اضافه کردن تنظیمات افزونه Gd Star Rating به این افزونه"
88
 
89
- #: ../yasr-settings-page.php:117
90
  msgid "I've found a previous installation of Gd Star Rating."
91
  msgstr "ما یک نسخه نصب شده قبلی از افزونه GD Star Rating پیدا کردیم."
92
 
93
- #: ../yasr-settings-page.php:117
94
  msgid "Do you want proceed to import data?"
95
  msgstr "آیا میخواهید این افزونه تنظیمات افزونه مورد نظر را دریافت کند؟"
96
 
97
- #: ../yasr-settings-page.php:119
98
  msgid "Yes, Begin Import"
99
  msgstr "بله دوباره شروع کن"
100
 
101
- #: ../yasr-settings-page.php:123
102
  msgid "Click on Proceed to import Gd Star Rating data."
103
  msgstr "روی گزینه ادامه بده کلیک کنید تا تنظیمات را از این افزونه دریافت کند."
104
 
105
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
106
  msgid "Proceed"
107
  msgstr "ادامه بده"
108
 
109
- #: ../yasr-settings-page.php:148
110
  msgid "Manage GD Star Data"
111
  msgstr "ویرایش اطلاعات GD Star"
112
 
113
- #: ../yasr-settings-page.php:149
114
  msgid "Gd Star Rating has been already imported."
115
  msgstr "تنظیمات افزونه Gd Star Rating ذخیره شد."
116
 
117
- #: ../yasr-settings-page.php:150
118
  msgid "If you wish you can import it again, but"
119
  msgstr "اگه دوست دارید میتونید دوباره تنظیمات را دریافت کنید, اما"
120
 
121
- #: ../yasr-settings-page.php:150
122
  msgid "you will lose all data you've collect since the import!"
123
  msgstr "ممکنه اطلاعاتی را که جمع آوری کرده ایم از دست بدیم!"
124
 
125
- #: ../yasr-settings-page.php:152
126
  msgid "Ok, Import Again"
127
  msgstr "باشه, دوباره دریافت کن"
128
 
129
- #: ../yasr-settings-page.php:156
130
  msgid ""
131
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
132
  msgstr ""
133
  "روی ادامه کلیک کنید تا دوباره اطلاعات را دریافت کنیم. ممکنه کمی طول بکشد..."
134
 
135
- #: ../yasr-settings-page.php:196
136
  msgid "Manage Multi Set"
137
  msgstr "اداره کردن نقد و برسی چند گانه"
138
 
139
- #: ../yasr-settings-page.php:200
140
  msgid "What is a Multi Set?"
141
  msgstr "نقدو برسی چند گانه چیست؟"
142
 
143
- #: ../yasr-settings-page.php:205
144
  msgid ""
145
  "Multi Set allows you to insert a rate for each aspect about the product / "
146
  "local business / whetever you're reviewing, example in the image below."
@@ -148,7 +148,7 @@ msgstr ""
148
  "نقد برسی چند گانه به شما اجازه میده تا به محصول / بیزینس محلی / یا هر چیز "
149
  "دیگری امتیاز یا نقد و برسی کنید. به عنوان مثال در تصویر زیر می توانید ببینید."
150
 
151
- #: ../yasr-settings-page.php:209
152
  msgid ""
153
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
154
  "different fields. Once you've saved it, you can insert the rates while "
@@ -160,7 +160,7 @@ msgstr ""
160
  "نوشته مقاله در قسمت ادیتور یا نوشت ابزار روی ستاره کلیک کنید. همینطور که در "
161
  "عکس می بینید. ( برای دیدن بهتر روی عکس کلیک کنید)"
162
 
163
- #: ../yasr-settings-page.php:213
164
  msgid ""
165
  "In order to insert your Multi Sets into a post or page, you can either past "
166
  "the short code that will appear at the bottom of the box or just click on "
@@ -169,115 +169,96 @@ msgstr ""
169
  "برای اضافه کردن نقد برسی به پست در قسمت ایدتور روی ستاره کلیک کنید \"اگه "
170
  "میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید\"."
171
 
172
- #: ../yasr-settings-page.php:219
173
  msgid "Close this message"
174
  msgstr "این پیغام را ببند"
175
 
176
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
177
- #: ../lib/yasr-settings-functions.php:1352
178
- msgid "Donations"
179
- msgstr "کمک کردن مالی"
180
-
181
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
182
- #: ../lib/yasr-settings-functions.php:1354
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. "
186
- msgstr ""
187
- "اگه این افزونه برای شما کاربردی بود و همچنین از اون خوشتون اومده میتوانید با "
188
- "کمک مالی ما را در ادمه دادن و آپدیت این افزونه کمک کنید."
189
-
190
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
191
- #: ../lib/yasr-settings-functions.php:1356
192
- msgid "Thank you!"
193
- msgstr "از حمایت شما متشکریم!"
194
-
195
  #: ../yasr-metabox-multiple-rating.php:35
196
  msgid "Choose wich set you want to use"
197
  msgstr "یکی از گزینه های ساخته شده را انتخاب کنید"
198
 
199
- #: ../lib/yasr-shortcode-functions.php:189
200
- #: ../lib/yasr-shortcode-functions.php:210
201
- #: ../lib/yasr-shortcode-functions.php:240
202
  msgid "You've already voted this article with"
203
  msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
204
 
205
- #: ../lib/yasr-shortcode-functions.php:251
206
- #: ../lib/yasr-shortcode-functions.php:555
207
  msgid "You must sign to vote"
208
  msgstr "شما برای رای دادن باید وارد شوید"
209
 
210
- #: ../lib/yasr-shortcode-functions.php:293 ../lib/yasr-ajax-functions.php:1040
211
- #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
212
  msgid "Total: "
213
  msgstr "تعداد: "
214
 
215
- #: ../lib/yasr-shortcode-functions.php:293
216
  msgid "Average: "
217
  msgstr "میانگین: "
218
 
219
- #: ../lib/yasr-shortcode-functions.php:309
220
  msgid "bad, poor, ok, good, super"
221
  msgstr ""
222
 
223
- #: ../lib/yasr-shortcode-functions.php:534
224
  #, fuzzy
225
  msgid "Thank you for voting! "
226
  msgstr "از حمایت شما متشکریم!"
227
 
228
- #: ../lib/yasr-shortcode-functions.php:545
229
- #: ../lib/yasr-shortcode-functions.php:553
230
- #: ../lib/yasr-shortcode-functions.php:565
231
  msgid "Submit!"
232
  msgstr ""
233
 
234
- #: ../lib/yasr-shortcode-functions.php:710
235
  msgid "Rating"
236
  msgstr "امتیاز ها"
237
 
238
- #: ../lib/yasr-shortcode-functions.php:724
239
  msgid "You don't have any votes stored"
240
  msgstr "شما رای ذخیره شده ای ندارید"
241
 
242
- #: ../lib/yasr-shortcode-functions.php:760
243
- #: ../lib/yasr-shortcode-functions.php:799
244
  msgid "Post / Page"
245
  msgstr "پست / صفحه"
246
 
247
- #: ../lib/yasr-shortcode-functions.php:761
248
- #: ../lib/yasr-shortcode-functions.php:800
249
  msgid "Order By"
250
  msgstr "سفارشی سازی بر اساس"
251
 
252
- #: ../lib/yasr-shortcode-functions.php:761
253
- #: ../lib/yasr-shortcode-functions.php:800
254
  msgid "Most Rated"
255
  msgstr "بیشترین امتیاز"
256
 
257
- #: ../lib/yasr-shortcode-functions.php:761
258
- #: ../lib/yasr-shortcode-functions.php:800
259
  msgid "Highest Rated"
260
  msgstr "بالاترین امتیاز"
261
 
262
- #: ../lib/yasr-shortcode-functions.php:779
263
- #: ../lib/yasr-shortcode-functions.php:814
264
  msgid "Total:"
265
  msgstr "تعداد:"
266
 
267
- #: ../lib/yasr-shortcode-functions.php:779
268
- #: ../lib/yasr-shortcode-functions.php:814
269
  msgid "Average"
270
  msgstr "میانگین"
271
 
272
- #: ../lib/yasr-shortcode-functions.php:791
273
  msgid "You've not enough data"
274
  msgstr "داده ای به اندازه کافی پیدا نشد!"
275
 
276
- #: ../lib/yasr-shortcode-functions.php:826
277
  msgid "You've not enought data"
278
  msgstr "داده ای به اندازه کافی پیدا نشد!"
279
 
280
- #: ../lib/yasr-shortcode-functions.php:911
281
  msgid ""
282
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
283
  "any review?"
@@ -285,7 +266,7 @@ msgstr ""
285
  "مشکلی در اجرای 5 نقد برسی برتر رخ داده است. آیا تا بحال نقد و برسی انجام "
286
  "داده و در پست انتشار داده اید؟"
287
 
288
- #: ../lib/yasr-shortcode-functions.php:979
289
  msgid ""
290
  "Problem while retrieving the top 10 active users chart. Are you sure you "
291
  "have votes to show?"
@@ -361,7 +342,7 @@ msgstr "به چه صورت قرار بدم؟"
361
  msgid "Overall Rating / Author Rating"
362
  msgstr "رای کلی / رای نویسنده"
363
 
364
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
365
  msgid "Visitor Votes"
366
  msgstr "رای کاربران"
367
 
@@ -385,18 +366,18 @@ msgstr "بعد پست"
385
  msgid "Size"
386
  msgstr "اندازه"
387
 
388
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
389
- #: ../lib/yasr-ajax-functions.php:479
390
  msgid "Small"
391
  msgstr "کوچک"
392
 
393
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
394
- #: ../lib/yasr-ajax-functions.php:480
395
  msgid "Medium"
396
  msgstr "متوسط"
397
 
398
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
399
- #: ../lib/yasr-ajax-functions.php:481
400
  msgid "Large"
401
  msgstr "بزرگ"
402
 
@@ -573,7 +554,7 @@ msgid "Create New Set"
573
  msgstr "نقد و برسی من را بساز"
574
 
575
  #: ../lib/yasr-settings-functions.php:532
576
- #: ../lib/yasr-settings-functions.php:564
577
  msgid "Manage Multiple Set"
578
  msgstr "ویرایش نقد برسی های چند گانه"
579
 
@@ -581,23 +562,23 @@ msgstr "ویرایش نقد برسی های چند گانه"
581
  msgid "Wich set do you want to edit or remove?"
582
  msgstr "برای ویرایش و پاک کردن یکی را انتخاب کنید"
583
 
584
- #: ../lib/yasr-settings-functions.php:574
585
- #: ../lib/yasr-settings-functions.php:692
586
  msgid "Field name"
587
  msgstr "اسم فیلد ها"
588
 
589
- #: ../lib/yasr-settings-functions.php:578
590
- #: ../lib/yasr-settings-functions.php:696
591
  msgid "Remove"
592
  msgstr "پاک کردن"
593
 
594
- #: ../lib/yasr-settings-functions.php:620
595
- #: ../lib/yasr-settings-functions.php:738
596
  msgid "Remove whole set?"
597
  msgstr "همه را پاک کن؟!"
598
 
599
- #: ../lib/yasr-settings-functions.php:633
600
- #: ../lib/yasr-settings-functions.php:751
601
  msgid ""
602
  "If you remove something you will remove all the votes for that set or field. "
603
  "This operation CAN'T BE undone."
@@ -605,22 +586,22 @@ msgstr ""
605
  "اگر چیزی را پاک کنید امتیاز ها و رای ها هم پاک خواهند شد و قابل برگشت هم "
606
  "نیستند!"
607
 
608
- #: ../lib/yasr-settings-functions.php:640
609
- #: ../lib/yasr-settings-functions.php:758
610
  msgid "You can use up to 9 elements"
611
  msgstr "شما بیشتر از 9 المان نمیتوانید ثبت کنید"
612
 
613
- #: ../lib/yasr-settings-functions.php:642
614
- #: ../lib/yasr-settings-functions.php:760
615
  msgid "Add element"
616
  msgstr "المان های اضافه را ایجاد کن"
617
 
618
- #: ../lib/yasr-settings-functions.php:644
619
- #: ../lib/yasr-settings-functions.php:762
620
  msgid "Save changes"
621
  msgstr "ذخیره تنظیمات"
622
 
623
- #: ../lib/yasr-settings-functions.php:654
624
  msgid "No Multiple Set were found"
625
  msgstr "نقد و برسی پیدا نشد!"
626
 
@@ -660,91 +641,128 @@ msgid ""
660
  msgstr ""
661
  "مشکلی در قرار دادن اسم فیلد در ویرایش فرم رخ داده است. خواهشا گزارش دهید"
662
 
663
- #: ../lib/yasr-settings-functions.php:1200
664
  msgid "Style Options"
665
  msgstr "تنظیمات سبک و استایل"
666
 
667
- #: ../lib/yasr-settings-functions.php:1201
668
  msgid "Custom CSS Styles"
669
  msgstr "وارد کردن CSS و استایل های سفارسی"
670
 
671
- #: ../lib/yasr-settings-functions.php:1206
672
  msgid ""
673
  "Please use text area below to write your own CSS styles to override the "
674
  "default ones."
675
  msgstr "در فیلد پایین استایل CSS سفارشی خود را وارد کنید."
676
 
677
- #: ../lib/yasr-settings-functions.php:1208
678
  msgid "Leave it blank if you don't know what you're doing"
679
  msgstr "اگه نمیدونید دارید چیکار می کنید این فیلد را خالی بزارید!!"
680
 
681
- #: ../lib/yasr-settings-functions.php:1231
682
  msgid "Looking for more features?"
683
  msgstr "به دنبال امکانات بیشتری می گردید ؟"
684
 
685
- #: ../lib/yasr-settings-functions.php:1232
686
  msgid "Upgrade to yasr pro!"
687
  msgstr "به yasr pro آپدیت کنید!"
688
 
689
- #: ../lib/yasr-settings-functions.php:1248
690
  msgid "Unlimited ratings and votes"
691
  msgstr "امتیاز و رای دادن نامحدود"
692
 
693
- #: ../lib/yasr-settings-functions.php:1254
694
  msgid "Works with shortcodes"
695
  msgstr "کار کردن با شورت کات ها"
696
 
697
- #: ../lib/yasr-settings-functions.php:1260
698
  msgid "Multi Set Support"
699
  msgstr "نقد و برسی چند گانه"
700
 
701
- #: ../lib/yasr-settings-functions.php:1265
702
  msgid "Logs and stats for visitors votes"
703
  msgstr "لوگ و آمارگیر برای رای بازدید کنندگان"
704
 
705
- #: ../lib/yasr-settings-functions.php:1270
706
  msgid "Localization (.po and .mo files included)"
707
  msgstr "فایل های .PO .MO برای ترجمه "
708
 
709
- #: ../lib/yasr-settings-functions.php:1275
710
  msgid "Rich Snippet Support"
711
  msgstr "قابلیت افزودن متا کد ها و ایندکس شدن در موتور های جستجو"
712
 
713
- #: ../lib/yasr-settings-functions.php:1280
714
  msgid "Rankings for reviews, votes and users"
715
  msgstr "رتبه بندی برای نقد و برسی, رای و کاربران"
716
 
717
- #: ../lib/yasr-settings-functions.php:1285
718
  msgid "Rankings Customization"
719
  msgstr "رتبه بندی سفارشی"
720
 
721
- #: ../lib/yasr-settings-functions.php:1290
722
  msgid "Stars Customization"
723
  msgstr "سفارشی سازی ستاره ها"
724
 
725
- #: ../lib/yasr-settings-functions.php:1291
726
  msgid "Size Only"
727
  msgstr "فقط اندازه"
728
 
729
- #: ../lib/yasr-settings-functions.php:1292
730
  msgid ""
731
  "Users can choose different ready to use sets or can upload their own images."
732
  msgstr "کاربر می توانید عکس و استایل ستاره ها را انتخاب و یا حتی آپلود کند"
733
 
734
- #: ../lib/yasr-settings-functions.php:1295
735
  msgid "Users can review in comments"
736
  msgstr "کاربران میتوانند در قسمت نظرات به صورت نقد و برسی نظر دهند"
737
 
738
- #: ../lib/yasr-settings-functions.php:1306
739
  msgid "Not avaible yet"
740
  msgstr " هنوز آماده نشده"
741
 
742
- #: ../lib/yasr-settings-functions.php:1338
743
- #: ../lib/yasr-settings-functions.php:1365
744
- msgid "Follow YASR official site!"
745
- msgstr "YASR را در سایتش دنبال کنید!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
746
 
747
- #: ../lib/yasr-settings-functions.php:1395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
748
  msgid "No previous Gd Star Rating installation was found"
749
  msgstr "نسخه ای از افزونه Gd Star Rating که نصب شده باشد پیدا نشد"
750
 
@@ -752,7 +770,7 @@ msgstr "نسخه ای از افزونه Gd Star Rating که نصب شده باش
752
  msgid "No recenet votes yet"
753
  msgstr "رای هنوز ثبت نشده است"
754
 
755
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
756
  msgid "anonymous"
757
  msgstr "ناشناس"
758
 
@@ -761,11 +779,11 @@ msgstr "ناشناس"
761
  msgid "Vote %d from %s on "
762
  msgstr ""
763
 
764
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
765
  msgid "Ip address"
766
  msgstr "آی پی آدرس"
767
 
768
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
769
  msgid "Pages"
770
  msgstr "صفحات"
771
 
@@ -785,190 +803,202 @@ msgstr "شما امتیاز کافی ندارید تا رای کلی را قرا
785
  msgid "You don't have enought privileges to insert Multi Set"
786
  msgstr "شما امتیاز کافی ندارید تا نقد و برسی چند گانه قرار دهید"
787
 
788
- #: ../lib/yasr-functions.php:309
789
- msgid " reviewed by "
 
790
  msgstr " نقد و برسی شده توسط "
791
 
792
- #: ../lib/yasr-functions.php:310
793
  msgid " on "
794
  msgstr " در تاریخ "
795
 
796
- #: ../lib/yasr-functions.php:311
797
- msgid " rated "
 
 
 
 
 
 
 
 
 
 
798
  msgstr " امتیاز "
799
 
800
- #: ../lib/yasr-functions.php:311
801
- msgid " of"
 
802
  msgstr " از"
803
 
804
- #: ../lib/yasr-functions.php:358
805
  msgid " written by "
806
  msgstr " نوشته شده توسط "
807
 
808
- #: ../lib/yasr-functions.php:360
809
  msgid " average rating "
810
  msgstr " میانگین امتیاز ها "
811
 
812
- #: ../lib/yasr-functions.php:361
813
  msgid " user ratings"
814
  msgstr " کاربر امتیاز داده اند"
815
 
816
- #: ../lib/yasr-ajax-functions.php:96
817
  msgid "You've rated it "
818
  msgstr "شما امتیاز داده شما "
819
 
820
- #: ../lib/yasr-ajax-functions.php:100
821
  msgid "You've reset the vote"
822
  msgstr "شما رای را مجدداً تنظیم کرده اید"
823
 
824
- #: ../lib/yasr-ajax-functions.php:164
825
  msgid ""
826
  "There was an error while trying to insert the review type. Please report it"
827
  msgstr ""
828
  "این مشکلی زمانی رخ می دهد که می خواهید نوع نقد و برسی را انتخاب کنید. خوهشا "
829
  "گزارش دهید"
830
 
831
- #: ../lib/yasr-ajax-functions.php:198
832
  msgid "Choose a vote for each element"
833
  msgstr "برای هر یک از المان ها یک امتیاز انتخاب کنید"
834
 
835
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
836
  #, fuzzy
837
  msgid "If you want to insert this multiset, paste this shortcode "
838
  msgstr "اگه میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید:"
839
 
840
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
841
  msgid ""
842
  "If, instead, you want allow your visitor to vote on this multiset, use this "
843
  "shortcode"
844
  msgstr ""
845
 
846
- #: ../lib/yasr-ajax-functions.php:268
847
  msgid "Choose a vote for every element"
848
  msgstr "برای هر آلمان رای انتخاب کنید"
849
 
850
- #: ../lib/yasr-ajax-functions.php:441
851
  msgid "Main"
852
  msgstr "اصلی"
853
 
854
- #: ../lib/yasr-ajax-functions.php:442
855
  msgid "Charts"
856
  msgstr "نمودار ها"
857
 
858
- #: ../lib/yasr-ajax-functions.php:444
859
  msgid "Read the doc"
860
  msgstr "این مقاله را بخوانید "
861
 
862
- #: ../lib/yasr-ajax-functions.php:453
863
  msgid "Overall Rating / Review"
864
  msgstr "امتیاز کلی / نقد و برسی"
865
 
866
- #: ../lib/yasr-ajax-functions.php:455
867
  msgid "Insert Overall Rating"
868
  msgstr "قرار دادن امتیاز دهی کلی"
869
 
870
- #: ../lib/yasr-ajax-functions.php:456
871
  msgid "Insert Overall Rating / Review for this post"
872
  msgstr "امتیاز کلی / نقد برسی را در این پست قرار بده"
873
 
874
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
875
  msgid "Choose Size"
876
  msgstr "انتخاب اندازه"
877
 
878
- #: ../lib/yasr-ajax-functions.php:473
879
  msgid "Insert Visitor Votes"
880
  msgstr "اضافه کردن امتیاز دهی کاربران"
881
 
882
- #: ../lib/yasr-ajax-functions.php:474
883
  msgid "Insert the ability for your visitor to vote"
884
  msgstr "قابلیت امتیاز دادن کاربران به این مقاله را اضافه کنید"
885
 
886
- #: ../lib/yasr-ajax-functions.php:491
887
  msgid "If you want to insert a Multi Set, pick one:"
888
  msgstr "اگه میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید:"
889
 
890
- #: ../lib/yasr-ajax-functions.php:497
891
  msgid "Choose wich set you want to insert."
892
  msgstr "مجموعه ای که می خواهید وارد کنید را انتخاب کنید."
893
 
894
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
895
  msgid "Readonly?"
896
  msgstr ""
897
 
898
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
899
  msgid ""
900
  "If Readonly is checked, only you can insert the votes (in the box above the "
901
  "editor)"
902
  msgstr ""
903
 
904
- #: ../lib/yasr-ajax-functions.php:502
905
  #, fuzzy
906
  msgid "Insert Multi Set"
907
  msgstr "مجموعه نقد و برسی های چند گانه"
908
 
909
- #: ../lib/yasr-ajax-functions.php:511
910
  msgid "Insert Multiset:"
911
  msgstr "قرار دادن نقد و برسی های چند گانه"
912
 
913
- #: ../lib/yasr-ajax-functions.php:514
914
  msgid "Insert Multiple Set"
915
  msgstr "مجموعه نقد و برسی های چند گانه"
916
 
917
- #: ../lib/yasr-ajax-functions.php:532
918
  msgid "Ranking reviews"
919
  msgstr "لیست امتیاز پست ها"
920
 
921
- #: ../lib/yasr-ajax-functions.php:533
922
  msgid "Insert Ranking reviews"
923
  msgstr "لیست پست ها را قرار بده"
924
 
925
- #: ../lib/yasr-ajax-functions.php:534
926
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
927
  msgstr ""
928
  "قرار دادن شورت کات [yasr_overall_rating] برای 10 تا از بیشترین پست های دارای "
929
  "امتیاز"
930
 
931
- #: ../lib/yasr-ajax-functions.php:538
932
  msgid "Users' ranking"
933
  msgstr "امتیاز های کاربران"
934
 
935
- #: ../lib/yasr-ajax-functions.php:539
936
  msgid "Insert Users ranking"
937
  msgstr "قرار دادن امتیاز کاربران"
938
 
939
- #: ../lib/yasr-ajax-functions.php:540
940
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
941
  msgstr "[yasr_most_or_highest_rated_posts]"
942
 
943
- #: ../lib/yasr-ajax-functions.php:544
944
  msgid "Most active reviewers"
945
  msgstr "فعال ترین افراد دارای نقد برسی چند گانه"
946
 
947
- #: ../lib/yasr-ajax-functions.php:545
948
  msgid "Insert Most Active Reviewers"
949
  msgstr "فعال ترین افراد دارای نقد برسی قرار بده"
950
 
951
- #: ../lib/yasr-ajax-functions.php:546
952
  msgid "Insert Top 5 active reviewers"
953
  msgstr "قرار دادن 5 نویسنده فعال دارای بیشترین نقد و برسی"
954
 
955
- #: ../lib/yasr-ajax-functions.php:550
956
  msgid "Most Active Users"
957
  msgstr "بیشترین کاربران فعال"
958
 
959
- #: ../lib/yasr-ajax-functions.php:551
960
  msgid "Insert Most Active Users"
961
  msgstr "فعال ترین کاربران امتیاز دهنده را قرار بده"
962
 
963
- #: ../lib/yasr-ajax-functions.php:552
964
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
965
  msgstr "برای قرار دادن 10 کاربر فعال از کد [yasr_visitor_votes] استفاده کنید"
966
 
967
- #: ../lib/yasr-ajax-functions.php:623
968
  msgid "Reviews and Visitor Votes have been successfull imported."
969
  msgstr "نقد و برسی ها و رای بازدید کننده ها با موفقیت اضافه شد"
970
 
971
- #: ../lib/yasr-ajax-functions.php:629
972
  msgid ""
973
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
974
  "THIS MAY TAKE A WHILE!"
@@ -976,94 +1006,111 @@ msgstr ""
976
  "گام دوم: من چک میکنم اگه نقد و برسی پیدا کردم آنها را اضافه میکنم. ممکنه کمی "
977
  "زمان ببرد"
978
 
979
- #: ../lib/yasr-ajax-functions.php:631
980
  msgid "Proceed Step 2"
981
  msgstr "در حال اجرای گام دوم"
982
 
983
- #: ../lib/yasr-ajax-functions.php:638
984
  msgid "Something goes wrong! Refresh the page and try again!"
985
  msgstr "مشکلی رخ داده است! صفحه را رفرش کنید و دوباره امتحان کنید"
986
 
987
- #: ../lib/yasr-ajax-functions.php:667
988
  msgid "I've found Multiple Set! Importing..."
989
  msgstr "نقد برسی چند گانه ای پیدا شد! در حال اضافه کردن..."
990
 
991
- #: ../lib/yasr-ajax-functions.php:676
992
  msgid "Multi Set's name has been successfull imported."
993
  msgstr "نقد برسی چند گانه با موفقیت اضافه شد."
994
 
995
- #: ../lib/yasr-ajax-functions.php:678
996
  msgid "Now I'm going to import Multi Set data"
997
  msgstr "حالا در حال اضافه کردن داده های نقد برسی چند گانه هستم"
998
 
999
- #: ../lib/yasr-ajax-functions.php:689
1000
  msgid "All votes has been successfull imported."
1001
  msgstr "تمام رای ها با موفقیت اضافه شد."
1002
 
1003
- #: ../lib/yasr-ajax-functions.php:691
1004
  msgid "Done"
1005
  msgstr "انجام شد"
1006
 
1007
- #: ../lib/yasr-ajax-functions.php:696
1008
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1009
  msgstr "رای های نقد و برسی چند گانه پیدا شد اما نمیتوانم در دیتابیس قرارش دهم"
1010
 
1011
- #: ../lib/yasr-ajax-functions.php:704
1012
  msgid "I've found Multi Set but with no data"
1013
  msgstr "نقد و برسی چند گانه ای پیدا شد اما بدون داده ای"
1014
 
1015
- #: ../lib/yasr-ajax-functions.php:713
1016
  msgid "I've found Multi Sets names but I couldn't insert into db"
1017
  msgstr "اسم نقد و برسی چند گانه ای پیدا شد اما نیمی توانم در دیتابیس واردش کنم"
1018
 
1019
- #: ../lib/yasr-ajax-functions.php:721
1020
  msgid "Multisets were not found. Imported is done!"
1021
  msgstr "نقد و برسی چند گانه ای پیدا نشد. اضافه شدن انجام شد!"
1022
 
1023
- #: ../lib/yasr-ajax-functions.php:765
1024
  msgid "No Recenet votes yet"
1025
  msgstr "هیچ رای ثبت نشده است"
1026
 
1027
- #: ../lib/yasr-ajax-functions.php:787
1028
  #, php-format
1029
  msgid "Vote %d from %s on"
1030
  msgstr ""
1031
 
1032
- #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1033
  msgid "Error: you can't vote 0"
1034
  msgstr "ارور: شما امتیاز نمیتوانید رای 0 دهید"
1035
 
1036
- #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
1037
  #, fuzzy
1038
  msgid "Average:"
1039
  msgstr "میانگین: "
1040
 
1041
- #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
1042
  msgid "Vote Saved"
1043
  msgstr "رای شما ثبت شد"
1044
 
1045
- #: ../lib/yasr-ajax-functions.php:1184
1046
  msgid "Vote updated"
1047
  msgstr "رای شما تغیر یافت"
1048
 
1049
- #: ../lib/yasr-ajax-functions.php:1325
1050
  #, fuzzy
1051
  msgid "Rating saved!"
1052
  msgstr "تنظیمات ذخیره شد"
1053
 
1054
- #: ../lib/yasr-ajax-functions.php:1331
1055
  msgid "Rating not saved. Please Try again"
1056
  msgstr ""
1057
 
1058
- #: ../lib/yasr-ajax-functions.php:1424
1059
  msgid "stars"
1060
  msgstr "ستاره"
1061
 
1062
- #: ../lib/yasr-ajax-functions.php:1429
1063
  #, fuzzy
1064
  msgid "star"
1065
  msgstr "ستاره"
1066
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1067
  #~ msgid ""
1068
  #~ "Seems like you've imported gd star rating in the past, but then deleted "
1069
  #~ "the logs table. For now, you can't enable statistics"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-09-10 11:39+0100\n"
5
+ "PO-Revision-Date: 2015-09-10 11:39+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fa_IR\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
+ #: ../yasr-metabox-top-right.php:75 ../yasr-metabox-top-right.php:109
20
  msgid "Rate this article / item"
21
  msgstr "به این مقاله یا به این محصول رای دهید"
22
 
23
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
24
+ #: ../lib/yasr-shortcode-functions.php:546
25
  msgid "Loading, please wait"
26
  msgstr "در حال بارگذاری, خواهشا صبر کنید"
27
 
28
+ #: ../yasr-metabox-top-right.php:157
29
  msgid "Save Vote"
30
  msgstr "ذخیره رای"
31
 
32
+ #: ../yasr-metabox-top-right.php:176
33
  msgid "This review is about a..."
34
  msgstr "این مقاله درباره چیست؟"
35
 
36
+ #: ../yasr-metabox-top-right.php:181
37
  msgid "Product, Place, Other"
38
  msgstr ""
39
 
40
+ #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
41
  #: ../lib/yasr-settings-functions.php:542
42
  msgid "Select"
43
  msgstr "انتخاب"
44
 
45
+ #: ../yasr-metabox-top-right.php:234
46
  msgid ""
47
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
48
  "where you want to display this rating"
52
  "پست قرار دهید"
53
 
54
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
55
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
56
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
57
  msgid "You do not have sufficient permissions to access this page."
58
  msgstr "شما مجوز کافی برای دسترسی به این صفحه را ندارید."
59
 
60
+ #: ../yasr-settings-page.php:37
61
  msgid "Settings"
62
  msgstr "تنظیمات"
63
 
64
+ #: ../yasr-settings-page.php:80
65
  msgid "General Settings"
66
  msgstr "تنظیمات عمومی"
67
 
68
+ #: ../yasr-settings-page.php:81
69
  msgid "Multi Sets"
70
  msgstr "نقد برسی چند گانه"
71
 
72
+ #: ../yasr-settings-page.php:82
73
  msgid "Styles"
74
  msgstr "سبک و استایل"
75
 
76
+ #: ../yasr-settings-page.php:83
77
  msgid "Pro Features!"
78
  msgstr "امکانات حرفه ای"
79
 
80
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
81
+ #: ../yasr-settings-page.php:297
82
  msgid "Save"
83
  msgstr "ذخیره"
84
 
85
+ #: ../yasr-settings-page.php:125
86
  msgid "Import Gd Star Rating"
87
  msgstr "اضافه کردن تنظیمات افزونه Gd Star Rating به این افزونه"
88
 
89
+ #: ../yasr-settings-page.php:126
90
  msgid "I've found a previous installation of Gd Star Rating."
91
  msgstr "ما یک نسخه نصب شده قبلی از افزونه GD Star Rating پیدا کردیم."
92
 
93
+ #: ../yasr-settings-page.php:126
94
  msgid "Do you want proceed to import data?"
95
  msgstr "آیا میخواهید این افزونه تنظیمات افزونه مورد نظر را دریافت کند؟"
96
 
97
+ #: ../yasr-settings-page.php:128
98
  msgid "Yes, Begin Import"
99
  msgstr "بله دوباره شروع کن"
100
 
101
+ #: ../yasr-settings-page.php:132
102
  msgid "Click on Proceed to import Gd Star Rating data."
103
  msgstr "روی گزینه ادامه بده کلیک کنید تا تنظیمات را از این افزونه دریافت کند."
104
 
105
+ #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
106
  msgid "Proceed"
107
  msgstr "ادامه بده"
108
 
109
+ #: ../yasr-settings-page.php:157
110
  msgid "Manage GD Star Data"
111
  msgstr "ویرایش اطلاعات GD Star"
112
 
113
+ #: ../yasr-settings-page.php:158
114
  msgid "Gd Star Rating has been already imported."
115
  msgstr "تنظیمات افزونه Gd Star Rating ذخیره شد."
116
 
117
+ #: ../yasr-settings-page.php:159
118
  msgid "If you wish you can import it again, but"
119
  msgstr "اگه دوست دارید میتونید دوباره تنظیمات را دریافت کنید, اما"
120
 
121
+ #: ../yasr-settings-page.php:159
122
  msgid "you will lose all data you've collect since the import!"
123
  msgstr "ممکنه اطلاعاتی را که جمع آوری کرده ایم از دست بدیم!"
124
 
125
+ #: ../yasr-settings-page.php:161
126
  msgid "Ok, Import Again"
127
  msgstr "باشه, دوباره دریافت کن"
128
 
129
+ #: ../yasr-settings-page.php:165
130
  msgid ""
131
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
132
  msgstr ""
133
  "روی ادامه کلیک کنید تا دوباره اطلاعات را دریافت کنیم. ممکنه کمی طول بکشد..."
134
 
135
+ #: ../yasr-settings-page.php:205
136
  msgid "Manage Multi Set"
137
  msgstr "اداره کردن نقد و برسی چند گانه"
138
 
139
+ #: ../yasr-settings-page.php:209
140
  msgid "What is a Multi Set?"
141
  msgstr "نقدو برسی چند گانه چیست؟"
142
 
143
+ #: ../yasr-settings-page.php:214
144
  msgid ""
145
  "Multi Set allows you to insert a rate for each aspect about the product / "
146
  "local business / whetever you're reviewing, example in the image below."
148
  "نقد برسی چند گانه به شما اجازه میده تا به محصول / بیزینس محلی / یا هر چیز "
149
  "دیگری امتیاز یا نقد و برسی کنید. به عنوان مثال در تصویر زیر می توانید ببینید."
150
 
151
+ #: ../yasr-settings-page.php:218
152
  msgid ""
153
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
154
  "different fields. Once you've saved it, you can insert the rates while "
160
  "نوشته مقاله در قسمت ادیتور یا نوشت ابزار روی ستاره کلیک کنید. همینطور که در "
161
  "عکس می بینید. ( برای دیدن بهتر روی عکس کلیک کنید)"
162
 
163
+ #: ../yasr-settings-page.php:222
164
  msgid ""
165
  "In order to insert your Multi Sets into a post or page, you can either past "
166
  "the short code that will appear at the bottom of the box or just click on "
169
  "برای اضافه کردن نقد برسی به پست در قسمت ایدتور روی ستاره کلیک کنید \"اگه "
170
  "میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید\"."
171
 
172
+ #: ../yasr-settings-page.php:228
173
  msgid "Close this message"
174
  msgstr "این پیغام را ببند"
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  #: ../yasr-metabox-multiple-rating.php:35
177
  msgid "Choose wich set you want to use"
178
  msgstr "یکی از گزینه های ساخته شده را انتخاب کنید"
179
 
180
+ #: ../lib/yasr-shortcode-functions.php:202
181
+ #: ../lib/yasr-shortcode-functions.php:223
182
+ #: ../lib/yasr-shortcode-functions.php:253
183
  msgid "You've already voted this article with"
184
  msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
185
 
186
+ #: ../lib/yasr-shortcode-functions.php:264
187
+ #: ../lib/yasr-shortcode-functions.php:574
188
  msgid "You must sign to vote"
189
  msgstr "شما برای رای دادن باید وارد شوید"
190
 
191
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
192
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
193
  msgid "Total: "
194
  msgstr "تعداد: "
195
 
196
+ #: ../lib/yasr-shortcode-functions.php:306
197
  msgid "Average: "
198
  msgstr "میانگین: "
199
 
200
+ #: ../lib/yasr-shortcode-functions.php:322
201
  msgid "bad, poor, ok, good, super"
202
  msgstr ""
203
 
204
+ #: ../lib/yasr-shortcode-functions.php:553
205
  #, fuzzy
206
  msgid "Thank you for voting! "
207
  msgstr "از حمایت شما متشکریم!"
208
 
209
+ #: ../lib/yasr-shortcode-functions.php:564
210
+ #: ../lib/yasr-shortcode-functions.php:572
211
+ #: ../lib/yasr-shortcode-functions.php:584
212
  msgid "Submit!"
213
  msgstr ""
214
 
215
+ #: ../lib/yasr-shortcode-functions.php:761
216
  msgid "Rating"
217
  msgstr "امتیاز ها"
218
 
219
+ #: ../lib/yasr-shortcode-functions.php:775
220
  msgid "You don't have any votes stored"
221
  msgstr "شما رای ذخیره شده ای ندارید"
222
 
223
+ #: ../lib/yasr-shortcode-functions.php:811
224
+ #: ../lib/yasr-shortcode-functions.php:850
225
  msgid "Post / Page"
226
  msgstr "پست / صفحه"
227
 
228
+ #: ../lib/yasr-shortcode-functions.php:812
229
+ #: ../lib/yasr-shortcode-functions.php:851
230
  msgid "Order By"
231
  msgstr "سفارشی سازی بر اساس"
232
 
233
+ #: ../lib/yasr-shortcode-functions.php:812
234
+ #: ../lib/yasr-shortcode-functions.php:851
235
  msgid "Most Rated"
236
  msgstr "بیشترین امتیاز"
237
 
238
+ #: ../lib/yasr-shortcode-functions.php:812
239
+ #: ../lib/yasr-shortcode-functions.php:851
240
  msgid "Highest Rated"
241
  msgstr "بالاترین امتیاز"
242
 
243
+ #: ../lib/yasr-shortcode-functions.php:830
244
+ #: ../lib/yasr-shortcode-functions.php:865
245
  msgid "Total:"
246
  msgstr "تعداد:"
247
 
248
+ #: ../lib/yasr-shortcode-functions.php:830
249
+ #: ../lib/yasr-shortcode-functions.php:865
250
  msgid "Average"
251
  msgstr "میانگین"
252
 
253
+ #: ../lib/yasr-shortcode-functions.php:842
254
  msgid "You've not enough data"
255
  msgstr "داده ای به اندازه کافی پیدا نشد!"
256
 
257
+ #: ../lib/yasr-shortcode-functions.php:877
258
  msgid "You've not enought data"
259
  msgstr "داده ای به اندازه کافی پیدا نشد!"
260
 
261
+ #: ../lib/yasr-shortcode-functions.php:962
262
  msgid ""
263
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
264
  "any review?"
266
  "مشکلی در اجرای 5 نقد برسی برتر رخ داده است. آیا تا بحال نقد و برسی انجام "
267
  "داده و در پست انتشار داده اید؟"
268
 
269
+ #: ../lib/yasr-shortcode-functions.php:1030
270
  msgid ""
271
  "Problem while retrieving the top 10 active users chart. Are you sure you "
272
  "have votes to show?"
342
  msgid "Overall Rating / Author Rating"
343
  msgstr "رای کلی / رای نویسنده"
344
 
345
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
346
  msgid "Visitor Votes"
347
  msgstr "رای کاربران"
348
 
366
  msgid "Size"
367
  msgstr "اندازه"
368
 
369
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
370
+ #: ../lib/yasr-ajax-functions.php:508
371
  msgid "Small"
372
  msgstr "کوچک"
373
 
374
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
375
+ #: ../lib/yasr-ajax-functions.php:509
376
  msgid "Medium"
377
  msgstr "متوسط"
378
 
379
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
380
+ #: ../lib/yasr-ajax-functions.php:510
381
  msgid "Large"
382
  msgstr "بزرگ"
383
 
554
  msgstr "نقد و برسی من را بساز"
555
 
556
  #: ../lib/yasr-settings-functions.php:532
557
+ #: ../lib/yasr-settings-functions.php:565
558
  msgid "Manage Multiple Set"
559
  msgstr "ویرایش نقد برسی های چند گانه"
560
 
562
  msgid "Wich set do you want to edit or remove?"
563
  msgstr "برای ویرایش و پاک کردن یکی را انتخاب کنید"
564
 
565
+ #: ../lib/yasr-settings-functions.php:575
566
+ #: ../lib/yasr-settings-functions.php:693
567
  msgid "Field name"
568
  msgstr "اسم فیلد ها"
569
 
570
+ #: ../lib/yasr-settings-functions.php:579
571
+ #: ../lib/yasr-settings-functions.php:697
572
  msgid "Remove"
573
  msgstr "پاک کردن"
574
 
575
+ #: ../lib/yasr-settings-functions.php:621
576
+ #: ../lib/yasr-settings-functions.php:739
577
  msgid "Remove whole set?"
578
  msgstr "همه را پاک کن؟!"
579
 
580
+ #: ../lib/yasr-settings-functions.php:634
581
+ #: ../lib/yasr-settings-functions.php:752
582
  msgid ""
583
  "If you remove something you will remove all the votes for that set or field. "
584
  "This operation CAN'T BE undone."
586
  "اگر چیزی را پاک کنید امتیاز ها و رای ها هم پاک خواهند شد و قابل برگشت هم "
587
  "نیستند!"
588
 
589
+ #: ../lib/yasr-settings-functions.php:641
590
+ #: ../lib/yasr-settings-functions.php:759
591
  msgid "You can use up to 9 elements"
592
  msgstr "شما بیشتر از 9 المان نمیتوانید ثبت کنید"
593
 
594
+ #: ../lib/yasr-settings-functions.php:643
595
+ #: ../lib/yasr-settings-functions.php:761
596
  msgid "Add element"
597
  msgstr "المان های اضافه را ایجاد کن"
598
 
599
+ #: ../lib/yasr-settings-functions.php:645
600
+ #: ../lib/yasr-settings-functions.php:763
601
  msgid "Save changes"
602
  msgstr "ذخیره تنظیمات"
603
 
604
+ #: ../lib/yasr-settings-functions.php:655
605
  msgid "No Multiple Set were found"
606
  msgstr "نقد و برسی پیدا نشد!"
607
 
641
  msgstr ""
642
  "مشکلی در قرار دادن اسم فیلد در ویرایش فرم رخ داده است. خواهشا گزارش دهید"
643
 
644
+ #: ../lib/yasr-settings-functions.php:1202
645
  msgid "Style Options"
646
  msgstr "تنظیمات سبک و استایل"
647
 
648
+ #: ../lib/yasr-settings-functions.php:1203
649
  msgid "Custom CSS Styles"
650
  msgstr "وارد کردن CSS و استایل های سفارسی"
651
 
652
+ #: ../lib/yasr-settings-functions.php:1208
653
  msgid ""
654
  "Please use text area below to write your own CSS styles to override the "
655
  "default ones."
656
  msgstr "در فیلد پایین استایل CSS سفارشی خود را وارد کنید."
657
 
658
+ #: ../lib/yasr-settings-functions.php:1210
659
  msgid "Leave it blank if you don't know what you're doing"
660
  msgstr "اگه نمیدونید دارید چیکار می کنید این فیلد را خالی بزارید!!"
661
 
662
+ #: ../lib/yasr-settings-functions.php:1233
663
  msgid "Looking for more features?"
664
  msgstr "به دنبال امکانات بیشتری می گردید ؟"
665
 
666
+ #: ../lib/yasr-settings-functions.php:1234
667
  msgid "Upgrade to yasr pro!"
668
  msgstr "به yasr pro آپدیت کنید!"
669
 
670
+ #: ../lib/yasr-settings-functions.php:1250
671
  msgid "Unlimited ratings and votes"
672
  msgstr "امتیاز و رای دادن نامحدود"
673
 
674
+ #: ../lib/yasr-settings-functions.php:1256
675
  msgid "Works with shortcodes"
676
  msgstr "کار کردن با شورت کات ها"
677
 
678
+ #: ../lib/yasr-settings-functions.php:1262
679
  msgid "Multi Set Support"
680
  msgstr "نقد و برسی چند گانه"
681
 
682
+ #: ../lib/yasr-settings-functions.php:1267
683
  msgid "Logs and stats for visitors votes"
684
  msgstr "لوگ و آمارگیر برای رای بازدید کنندگان"
685
 
686
+ #: ../lib/yasr-settings-functions.php:1272
687
  msgid "Localization (.po and .mo files included)"
688
  msgstr "فایل های .PO .MO برای ترجمه "
689
 
690
+ #: ../lib/yasr-settings-functions.php:1277
691
  msgid "Rich Snippet Support"
692
  msgstr "قابلیت افزودن متا کد ها و ایندکس شدن در موتور های جستجو"
693
 
694
+ #: ../lib/yasr-settings-functions.php:1282
695
  msgid "Rankings for reviews, votes and users"
696
  msgstr "رتبه بندی برای نقد و برسی, رای و کاربران"
697
 
698
+ #: ../lib/yasr-settings-functions.php:1287
699
  msgid "Rankings Customization"
700
  msgstr "رتبه بندی سفارشی"
701
 
702
+ #: ../lib/yasr-settings-functions.php:1292
703
  msgid "Stars Customization"
704
  msgstr "سفارشی سازی ستاره ها"
705
 
706
+ #: ../lib/yasr-settings-functions.php:1293
707
  msgid "Size Only"
708
  msgstr "فقط اندازه"
709
 
710
+ #: ../lib/yasr-settings-functions.php:1294
711
  msgid ""
712
  "Users can choose different ready to use sets or can upload their own images."
713
  msgstr "کاربر می توانید عکس و استایل ستاره ها را انتخاب و یا حتی آپلود کند"
714
 
715
+ #: ../lib/yasr-settings-functions.php:1297
716
  msgid "Users can review in comments"
717
  msgstr "کاربران میتوانند در قسمت نظرات به صورت نقد و برسی نظر دهند"
718
 
719
+ #: ../lib/yasr-settings-functions.php:1308
720
  msgid "Not avaible yet"
721
  msgstr " هنوز آماده نشده"
722
 
723
+ #: ../lib/yasr-settings-functions.php:1367
724
+ msgid "Keep in touch!"
725
+ msgstr ""
726
+
727
+ #: ../lib/yasr-settings-functions.php:1409
728
+ #, php-format
729
+ msgid ""
730
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
731
+ msgstr ""
732
+
733
+ #: ../lib/yasr-settings-functions.php:1411
734
+ msgid "Can I ask a favor?"
735
+ msgstr ""
736
+
737
+ #: ../lib/yasr-settings-functions.php:1413
738
+ msgid "Can you please rate YASR 5 stars on"
739
+ msgstr ""
740
+
741
+ #: ../lib/yasr-settings-functions.php:1415
742
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
743
+ msgstr ""
744
+
745
+ #: ../lib/yasr-settings-functions.php:1421
746
+ msgid "Ok, I'm glad to help!"
747
+ msgstr ""
748
 
749
+ #: ../lib/yasr-settings-functions.php:1422
750
+ msgid "Remind me later!"
751
+ msgstr ""
752
+
753
+ #: ../lib/yasr-settings-functions.php:1423
754
+ msgid "Don't need to ask, I already did it!"
755
+ msgstr ""
756
+
757
+ #: ../lib/yasr-settings-functions.php:1456
758
+ #, php-format
759
+ msgid ""
760
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
761
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
762
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
763
+ msgstr ""
764
+
765
+ #: ../lib/yasr-settings-functions.php:1501
766
  msgid "No previous Gd Star Rating installation was found"
767
  msgstr "نسخه ای از افزونه Gd Star Rating که نصب شده باشد پیدا نشد"
768
 
770
  msgid "No recenet votes yet"
771
  msgstr "رای هنوز ثبت نشده است"
772
 
773
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
774
  msgid "anonymous"
775
  msgstr "ناشناس"
776
 
779
  msgid "Vote %d from %s on "
780
  msgstr ""
781
 
782
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
783
  msgid "Ip address"
784
  msgstr "آی پی آدرس"
785
 
786
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
787
  msgid "Pages"
788
  msgstr "صفحات"
789
 
803
  msgid "You don't have enought privileges to insert Multi Set"
804
  msgstr "شما امتیاز کافی ندارید تا نقد و برسی چند گانه قرار دهید"
805
 
806
+ #: ../lib/yasr-functions.php:298
807
+ #, fuzzy
808
+ msgid "reviewed by"
809
  msgstr " نقد و برسی شده توسط "
810
 
811
+ #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
812
  msgid " on "
813
  msgstr " در تاریخ "
814
 
815
+ #: ../lib/yasr-functions.php:314
816
+ #, fuzzy
817
+ msgid "reviewed on"
818
+ msgstr " نقد و برسی شده توسط "
819
+
820
+ #: ../lib/yasr-functions.php:315
821
+ msgid "by "
822
+ msgstr ""
823
+
824
+ #: ../lib/yasr-functions.php:319
825
+ #, fuzzy
826
+ msgid "rated"
827
  msgstr " امتیاز "
828
 
829
+ #: ../lib/yasr-functions.php:319
830
+ #, fuzzy
831
+ msgid "of"
832
  msgstr " از"
833
 
834
+ #: ../lib/yasr-functions.php:376
835
  msgid " written by "
836
  msgstr " نوشته شده توسط "
837
 
838
+ #: ../lib/yasr-functions.php:379
839
  msgid " average rating "
840
  msgstr " میانگین امتیاز ها "
841
 
842
+ #: ../lib/yasr-functions.php:380
843
  msgid " user ratings"
844
  msgstr " کاربر امتیاز داده اند"
845
 
846
+ #: ../lib/yasr-ajax-functions.php:102
847
  msgid "You've rated it "
848
  msgstr "شما امتیاز داده شما "
849
 
850
+ #: ../lib/yasr-ajax-functions.php:106
851
  msgid "You've reset the vote"
852
  msgstr "شما رای را مجدداً تنظیم کرده اید"
853
 
854
+ #: ../lib/yasr-ajax-functions.php:188
855
  msgid ""
856
  "There was an error while trying to insert the review type. Please report it"
857
  msgstr ""
858
  "این مشکلی زمانی رخ می دهد که می خواهید نوع نقد و برسی را انتخاب کنید. خوهشا "
859
  "گزارش دهید"
860
 
861
+ #: ../lib/yasr-ajax-functions.php:223
862
  msgid "Choose a vote for each element"
863
  msgstr "برای هر یک از المان ها یک امتیاز انتخاب کنید"
864
 
865
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
866
  #, fuzzy
867
  msgid "If you want to insert this multiset, paste this shortcode "
868
  msgstr "اگه میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید:"
869
 
870
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
871
  msgid ""
872
  "If, instead, you want allow your visitor to vote on this multiset, use this "
873
  "shortcode"
874
  msgstr ""
875
 
876
+ #: ../lib/yasr-ajax-functions.php:297
877
  msgid "Choose a vote for every element"
878
  msgstr "برای هر آلمان رای انتخاب کنید"
879
 
880
+ #: ../lib/yasr-ajax-functions.php:470
881
  msgid "Main"
882
  msgstr "اصلی"
883
 
884
+ #: ../lib/yasr-ajax-functions.php:471
885
  msgid "Charts"
886
  msgstr "نمودار ها"
887
 
888
+ #: ../lib/yasr-ajax-functions.php:473
889
  msgid "Read the doc"
890
  msgstr "این مقاله را بخوانید "
891
 
892
+ #: ../lib/yasr-ajax-functions.php:482
893
  msgid "Overall Rating / Review"
894
  msgstr "امتیاز کلی / نقد و برسی"
895
 
896
+ #: ../lib/yasr-ajax-functions.php:484
897
  msgid "Insert Overall Rating"
898
  msgstr "قرار دادن امتیاز دهی کلی"
899
 
900
+ #: ../lib/yasr-ajax-functions.php:485
901
  msgid "Insert Overall Rating / Review for this post"
902
  msgstr "امتیاز کلی / نقد برسی را در این پست قرار بده"
903
 
904
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
905
  msgid "Choose Size"
906
  msgstr "انتخاب اندازه"
907
 
908
+ #: ../lib/yasr-ajax-functions.php:502
909
  msgid "Insert Visitor Votes"
910
  msgstr "اضافه کردن امتیاز دهی کاربران"
911
 
912
+ #: ../lib/yasr-ajax-functions.php:503
913
  msgid "Insert the ability for your visitor to vote"
914
  msgstr "قابلیت امتیاز دادن کاربران به این مقاله را اضافه کنید"
915
 
916
+ #: ../lib/yasr-ajax-functions.php:520
917
  msgid "If you want to insert a Multi Set, pick one:"
918
  msgstr "اگه میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید:"
919
 
920
+ #: ../lib/yasr-ajax-functions.php:526
921
  msgid "Choose wich set you want to insert."
922
  msgstr "مجموعه ای که می خواهید وارد کنید را انتخاب کنید."
923
 
924
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
925
  msgid "Readonly?"
926
  msgstr ""
927
 
928
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
929
  msgid ""
930
  "If Readonly is checked, only you can insert the votes (in the box above the "
931
  "editor)"
932
  msgstr ""
933
 
934
+ #: ../lib/yasr-ajax-functions.php:531
935
  #, fuzzy
936
  msgid "Insert Multi Set"
937
  msgstr "مجموعه نقد و برسی های چند گانه"
938
 
939
+ #: ../lib/yasr-ajax-functions.php:540
940
  msgid "Insert Multiset:"
941
  msgstr "قرار دادن نقد و برسی های چند گانه"
942
 
943
+ #: ../lib/yasr-ajax-functions.php:543
944
  msgid "Insert Multiple Set"
945
  msgstr "مجموعه نقد و برسی های چند گانه"
946
 
947
+ #: ../lib/yasr-ajax-functions.php:561
948
  msgid "Ranking reviews"
949
  msgstr "لیست امتیاز پست ها"
950
 
951
+ #: ../lib/yasr-ajax-functions.php:562
952
  msgid "Insert Ranking reviews"
953
  msgstr "لیست پست ها را قرار بده"
954
 
955
+ #: ../lib/yasr-ajax-functions.php:563
956
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
957
  msgstr ""
958
  "قرار دادن شورت کات [yasr_overall_rating] برای 10 تا از بیشترین پست های دارای "
959
  "امتیاز"
960
 
961
+ #: ../lib/yasr-ajax-functions.php:567
962
  msgid "Users' ranking"
963
  msgstr "امتیاز های کاربران"
964
 
965
+ #: ../lib/yasr-ajax-functions.php:568
966
  msgid "Insert Users ranking"
967
  msgstr "قرار دادن امتیاز کاربران"
968
 
969
+ #: ../lib/yasr-ajax-functions.php:569
970
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
971
  msgstr "[yasr_most_or_highest_rated_posts]"
972
 
973
+ #: ../lib/yasr-ajax-functions.php:573
974
  msgid "Most active reviewers"
975
  msgstr "فعال ترین افراد دارای نقد برسی چند گانه"
976
 
977
+ #: ../lib/yasr-ajax-functions.php:574
978
  msgid "Insert Most Active Reviewers"
979
  msgstr "فعال ترین افراد دارای نقد برسی قرار بده"
980
 
981
+ #: ../lib/yasr-ajax-functions.php:575
982
  msgid "Insert Top 5 active reviewers"
983
  msgstr "قرار دادن 5 نویسنده فعال دارای بیشترین نقد و برسی"
984
 
985
+ #: ../lib/yasr-ajax-functions.php:579
986
  msgid "Most Active Users"
987
  msgstr "بیشترین کاربران فعال"
988
 
989
+ #: ../lib/yasr-ajax-functions.php:580
990
  msgid "Insert Most Active Users"
991
  msgstr "فعال ترین کاربران امتیاز دهنده را قرار بده"
992
 
993
+ #: ../lib/yasr-ajax-functions.php:581
994
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
995
  msgstr "برای قرار دادن 10 کاربر فعال از کد [yasr_visitor_votes] استفاده کنید"
996
 
997
+ #: ../lib/yasr-ajax-functions.php:652
998
  msgid "Reviews and Visitor Votes have been successfull imported."
999
  msgstr "نقد و برسی ها و رای بازدید کننده ها با موفقیت اضافه شد"
1000
 
1001
+ #: ../lib/yasr-ajax-functions.php:658
1002
  msgid ""
1003
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1004
  "THIS MAY TAKE A WHILE!"
1006
  "گام دوم: من چک میکنم اگه نقد و برسی پیدا کردم آنها را اضافه میکنم. ممکنه کمی "
1007
  "زمان ببرد"
1008
 
1009
+ #: ../lib/yasr-ajax-functions.php:660
1010
  msgid "Proceed Step 2"
1011
  msgstr "در حال اجرای گام دوم"
1012
 
1013
+ #: ../lib/yasr-ajax-functions.php:667
1014
  msgid "Something goes wrong! Refresh the page and try again!"
1015
  msgstr "مشکلی رخ داده است! صفحه را رفرش کنید و دوباره امتحان کنید"
1016
 
1017
+ #: ../lib/yasr-ajax-functions.php:696
1018
  msgid "I've found Multiple Set! Importing..."
1019
  msgstr "نقد برسی چند گانه ای پیدا شد! در حال اضافه کردن..."
1020
 
1021
+ #: ../lib/yasr-ajax-functions.php:705
1022
  msgid "Multi Set's name has been successfull imported."
1023
  msgstr "نقد برسی چند گانه با موفقیت اضافه شد."
1024
 
1025
+ #: ../lib/yasr-ajax-functions.php:707
1026
  msgid "Now I'm going to import Multi Set data"
1027
  msgstr "حالا در حال اضافه کردن داده های نقد برسی چند گانه هستم"
1028
 
1029
+ #: ../lib/yasr-ajax-functions.php:718
1030
  msgid "All votes has been successfull imported."
1031
  msgstr "تمام رای ها با موفقیت اضافه شد."
1032
 
1033
+ #: ../lib/yasr-ajax-functions.php:720
1034
  msgid "Done"
1035
  msgstr "انجام شد"
1036
 
1037
+ #: ../lib/yasr-ajax-functions.php:725
1038
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1039
  msgstr "رای های نقد و برسی چند گانه پیدا شد اما نمیتوانم در دیتابیس قرارش دهم"
1040
 
1041
+ #: ../lib/yasr-ajax-functions.php:733
1042
  msgid "I've found Multi Set but with no data"
1043
  msgstr "نقد و برسی چند گانه ای پیدا شد اما بدون داده ای"
1044
 
1045
+ #: ../lib/yasr-ajax-functions.php:742
1046
  msgid "I've found Multi Sets names but I couldn't insert into db"
1047
  msgstr "اسم نقد و برسی چند گانه ای پیدا شد اما نیمی توانم در دیتابیس واردش کنم"
1048
 
1049
+ #: ../lib/yasr-ajax-functions.php:750
1050
  msgid "Multisets were not found. Imported is done!"
1051
  msgstr "نقد و برسی چند گانه ای پیدا نشد. اضافه شدن انجام شد!"
1052
 
1053
+ #: ../lib/yasr-ajax-functions.php:793
1054
  msgid "No Recenet votes yet"
1055
  msgstr "هیچ رای ثبت نشده است"
1056
 
1057
+ #: ../lib/yasr-ajax-functions.php:815
1058
  #, php-format
1059
  msgid "Vote %d from %s on"
1060
  msgstr ""
1061
 
1062
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1063
  msgid "Error: you can't vote 0"
1064
  msgstr "ارور: شما امتیاز نمیتوانید رای 0 دهید"
1065
 
1066
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1067
  #, fuzzy
1068
  msgid "Average:"
1069
  msgstr "میانگین: "
1070
 
1071
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1072
  msgid "Vote Saved"
1073
  msgstr "رای شما ثبت شد"
1074
 
1075
+ #: ../lib/yasr-ajax-functions.php:1264
1076
  msgid "Vote updated"
1077
  msgstr "رای شما تغیر یافت"
1078
 
1079
+ #: ../lib/yasr-ajax-functions.php:1409
1080
  #, fuzzy
1081
  msgid "Rating saved!"
1082
  msgstr "تنظیمات ذخیره شد"
1083
 
1084
+ #: ../lib/yasr-ajax-functions.php:1415
1085
  msgid "Rating not saved. Please Try again"
1086
  msgstr ""
1087
 
1088
+ #: ../lib/yasr-ajax-functions.php:1508
1089
  msgid "stars"
1090
  msgstr "ستاره"
1091
 
1092
+ #: ../lib/yasr-ajax-functions.php:1513
1093
  #, fuzzy
1094
  msgid "star"
1095
  msgstr "ستاره"
1096
 
1097
+ #~ msgid "Donations"
1098
+ #~ msgstr "کمک کردن مالی"
1099
+
1100
+ #~ msgid ""
1101
+ #~ "If you have found this plugin useful, please consider making a donation "
1102
+ #~ "to help support future development. Your support will be much "
1103
+ #~ "appreciated. "
1104
+ #~ msgstr ""
1105
+ #~ "اگه این افزونه برای شما کاربردی بود و همچنین از اون خوشتون اومده میتوانید "
1106
+ #~ "با کمک مالی ما را در ادمه دادن و آپدیت این افزونه کمک کنید."
1107
+
1108
+ #~ msgid "Thank you!"
1109
+ #~ msgstr "از حمایت شما متشکریم!"
1110
+
1111
+ #~ msgid "Follow YASR official site!"
1112
+ #~ msgstr "YASR را در سایتش دنبال کنید!"
1113
+
1114
  #~ msgid ""
1115
  #~ "Seems like you've imported gd star rating in the past, but then deleted "
1116
  #~ "the logs table. For now, you can't enable statistics"
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-05-07 09:50+0100\n"
5
- "PO-Revision-Date: 2015-05-28 13:52+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
@@ -15,33 +15,33 @@ msgstr ""
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:124
23
- #: ../lib/yasr-shortcode-functions.php:527
24
  msgid "Loading, please wait"
25
  msgstr "Chargement, attendez s'il vous plait"
26
 
27
- #: ../yasr-metabox-top-right.php:147
28
  msgid "Save Vote"
29
  msgstr "Vote enregistré"
30
 
31
- #: ../yasr-metabox-top-right.php:166
32
  msgid "This review is about a..."
33
  msgstr "Cette avis est pour un..."
34
 
35
- #: ../yasr-metabox-top-right.php:171
36
  msgid "Product, Place, Other"
37
  msgstr ""
38
 
39
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
40
  #: ../lib/yasr-settings-functions.php:542
41
  msgid "Select"
42
  msgstr "Sélection"
43
 
44
- #: ../yasr-metabox-top-right.php:217
45
  msgid ""
46
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
47
  "where you want to display this rating"
@@ -50,98 +50,98 @@ msgstr ""
50
  "> ou vous désirez afficher ce vote"
51
 
52
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
53
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
54
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:753
55
  msgid "You do not have sufficient permissions to access this page."
56
  msgstr ""
57
  "Vous n'avez pas de permissions suffisantes pour avoir accès à cette page."
58
 
59
- #: ../yasr-settings-page.php:33
60
  msgid "Settings"
61
  msgstr "Réglages"
62
 
63
- #: ../yasr-settings-page.php:76
64
  msgid "General Settings"
65
  msgstr "Réglages générales"
66
 
67
- #: ../yasr-settings-page.php:77
68
  msgid "Multi Sets"
69
  msgstr "Votes Multiple"
70
 
71
- #: ../yasr-settings-page.php:78
72
  msgid "Styles"
73
  msgstr "Styles"
74
 
75
- #: ../yasr-settings-page.php:79
76
  #, fuzzy
77
  msgid "Pro Features!"
78
  msgstr "Diagramme Pro"
79
 
80
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
81
- #: ../yasr-settings-page.php:295
82
  msgid "Save"
83
  msgstr "Sauvegarder"
84
 
85
- #: ../yasr-settings-page.php:116
86
  msgid "Import Gd Star Rating"
87
  msgstr "Importer depuis Gd Star Rating"
88
 
89
- #: ../yasr-settings-page.php:117
90
  msgid "I've found a previous installation of Gd Star Rating."
91
  msgstr "J'ai trouvé une installation précédente de GD Star Rating."
92
 
93
- #: ../yasr-settings-page.php:117
94
  msgid "Do you want proceed to import data?"
95
  msgstr "Vous voulez commencer à importer des données ?"
96
 
97
- #: ../yasr-settings-page.php:119
98
  msgid "Yes, Begin Import"
99
  msgstr "Oui, commencez l'importation"
100
 
101
- #: ../yasr-settings-page.php:123
102
  msgid "Click on Proceed to import Gd Star Rating data."
103
  msgstr "Cliquez sur Continuer pour importer les données de Gd Star Rating"
104
 
105
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
106
  msgid "Proceed"
107
  msgstr "Continuer"
108
 
109
- #: ../yasr-settings-page.php:148
110
  msgid "Manage GD Star Data"
111
  msgstr "Gérer les données de Gd Star Rating"
112
 
113
- #: ../yasr-settings-page.php:149
114
  msgid "Gd Star Rating has been already imported."
115
  msgstr "Gd Star Rating à déja été importé."
116
 
117
- #: ../yasr-settings-page.php:150
118
  msgid "If you wish you can import it again, but"
119
  msgstr "Si vous souhaitez vous pouvez recommencer l'importation, mais"
120
 
121
- #: ../yasr-settings-page.php:150
122
  msgid "you will lose all data you've collect since the import!"
123
  msgstr "Vous risquez de perdre toutes vos données depuis l'importation!"
124
 
125
- #: ../yasr-settings-page.php:152
126
  msgid "Ok, Import Again"
127
  msgstr "D'accord, importez à nouveau"
128
 
129
- #: ../yasr-settings-page.php:156
130
  msgid ""
131
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
132
  msgstr ""
133
  "Cliquez sur Continuer pour importer une nouvelle fois les données Gd Star "
134
  "Rating. Celà peut prendre quelques minutes"
135
 
136
- #: ../yasr-settings-page.php:196
137
  msgid "Manage Multi Set"
138
  msgstr "Gérer les votes multiples ?"
139
 
140
- #: ../yasr-settings-page.php:200
141
  msgid "What is a Multi Set?"
142
  msgstr "Qu'est ce que les votes multiples ?"
143
 
144
- #: ../yasr-settings-page.php:205
145
  msgid ""
146
  "Multi Set allows you to insert a rate for each aspect about the product / "
147
  "local business / whetever you're reviewing, example in the image below."
@@ -150,7 +150,7 @@ msgstr ""
150
  "votre produit / entreprise / ou tout ce dont vous voulez, regardez l'image "
151
  "ci-dessous."
152
 
153
- #: ../yasr-settings-page.php:209
154
  msgid ""
155
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
156
  "different fields. Once you've saved it, you can insert the rates while "
@@ -162,7 +162,7 @@ msgstr ""
162
  "via l'éditeur d'article comme vous pouvez le voir sur cette image (cliquez "
163
  "pour agrandir)"
164
 
165
- #: ../yasr-settings-page.php:213
166
  msgid ""
167
  "In order to insert your Multi Sets into a post or page, you can either past "
168
  "the short code that will appear at the bottom of the box or just click on "
@@ -173,112 +173,95 @@ msgstr ""
173
  "pouvez cliquer sur l'étoile dans l'éditeur de diagramme et sélectionné "
174
  "\"Inserer un vote multiple\"."
175
 
176
- #: ../yasr-settings-page.php:219
177
  msgid "Close this message"
178
  msgstr "Choisissez ce message"
179
 
180
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
181
- #: ../lib/yasr-settings-functions.php:1352
182
- msgid "Donations"
183
- msgstr ""
184
-
185
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
186
- #: ../lib/yasr-settings-functions.php:1354
187
- msgid ""
188
- "If you have found this plugin useful, please consider making a donation to "
189
- "help support future development. Your support will be much appreciated. "
190
- msgstr ""
191
-
192
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
193
- #: ../lib/yasr-settings-functions.php:1356
194
- msgid "Thank you!"
195
- msgstr ""
196
-
197
  #: ../yasr-metabox-multiple-rating.php:35
198
  msgid "Choose wich set you want to use"
199
  msgstr "Choisissez quel ensemble vous voulez utiliser"
200
 
201
- #: ../lib/yasr-shortcode-functions.php:189
202
- #: ../lib/yasr-shortcode-functions.php:210
203
- #: ../lib/yasr-shortcode-functions.php:240
204
  msgid "You've already voted this article with"
205
  msgstr "Vous avez déjà voté (note : )"
206
 
207
- #: ../lib/yasr-shortcode-functions.php:251
208
- #: ../lib/yasr-shortcode-functions.php:555
209
  msgid "You must sign to vote"
210
  msgstr "Vous devez être connecté pour voter"
211
 
212
- #: ../lib/yasr-shortcode-functions.php:293 ../lib/yasr-ajax-functions.php:1040
213
- #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
214
  msgid "Total: "
215
  msgstr "Total : "
216
 
217
- #: ../lib/yasr-shortcode-functions.php:293
218
  msgid "Average: "
219
  msgstr "Moyenne : "
220
 
221
- #: ../lib/yasr-shortcode-functions.php:309
222
  msgid "bad, poor, ok, good, super"
223
  msgstr "'Mauvais', 'faible', 'ok', 'bon', 'super'"
224
 
225
- #: ../lib/yasr-shortcode-functions.php:534
226
  msgid "Thank you for voting! "
227
  msgstr ""
228
 
229
- #: ../lib/yasr-shortcode-functions.php:545
230
- #: ../lib/yasr-shortcode-functions.php:553
231
- #: ../lib/yasr-shortcode-functions.php:565
232
  msgid "Submit!"
233
  msgstr ""
234
 
235
- #: ../lib/yasr-shortcode-functions.php:710
236
  msgid "Rating"
237
  msgstr "Évaluation"
238
 
239
- #: ../lib/yasr-shortcode-functions.php:724
240
  msgid "You don't have any votes stored"
241
  msgstr "Vous n'avez pas encore de votes"
242
 
243
- #: ../lib/yasr-shortcode-functions.php:760
244
- #: ../lib/yasr-shortcode-functions.php:799
245
  msgid "Post / Page"
246
  msgstr "Article / Page"
247
 
248
- #: ../lib/yasr-shortcode-functions.php:761
249
- #: ../lib/yasr-shortcode-functions.php:800
250
  msgid "Order By"
251
  msgstr "Trié par"
252
 
253
- #: ../lib/yasr-shortcode-functions.php:761
254
- #: ../lib/yasr-shortcode-functions.php:800
255
  msgid "Most Rated"
256
  msgstr "Le plus évalué"
257
 
258
- #: ../lib/yasr-shortcode-functions.php:761
259
- #: ../lib/yasr-shortcode-functions.php:800
260
  msgid "Highest Rated"
261
  msgstr "Les meilleurs notes"
262
 
263
- #: ../lib/yasr-shortcode-functions.php:779
264
- #: ../lib/yasr-shortcode-functions.php:814
265
  msgid "Total:"
266
  msgstr "Total :"
267
 
268
- #: ../lib/yasr-shortcode-functions.php:779
269
- #: ../lib/yasr-shortcode-functions.php:814
270
  msgid "Average"
271
  msgstr "Moyenne"
272
 
273
- #: ../lib/yasr-shortcode-functions.php:791
274
  msgid "You've not enough data"
275
  msgstr "Vous n'avez pas assez de vote"
276
 
277
- #: ../lib/yasr-shortcode-functions.php:826
278
  msgid "You've not enought data"
279
  msgstr "Vous n'avez pas assez de vote"
280
 
281
- #: ../lib/yasr-shortcode-functions.php:911
282
  msgid ""
283
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
284
  "any review?"
@@ -286,7 +269,7 @@ msgstr ""
286
  "Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
287
  "Avez-vous publié un vote ?"
288
 
289
- #: ../lib/yasr-shortcode-functions.php:979
290
  msgid ""
291
  "Problem while retrieving the top 10 active users chart. Are you sure you "
292
  "have votes to show?"
@@ -363,7 +346,7 @@ msgstr "Que voulez-vous ?"
363
  msgid "Overall Rating / Author Rating"
364
  msgstr "Vote administrateur / Vote Auteur"
365
 
366
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
367
  msgid "Visitor Votes"
368
  msgstr "Vote visiteur"
369
 
@@ -387,18 +370,18 @@ msgstr "Après l'article"
387
  msgid "Size"
388
  msgstr "Taille"
389
 
390
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
391
- #: ../lib/yasr-ajax-functions.php:479
392
  msgid "Small"
393
  msgstr "Petit"
394
 
395
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
396
- #: ../lib/yasr-ajax-functions.php:480
397
  msgid "Medium"
398
  msgstr "Moyen"
399
 
400
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
401
- #: ../lib/yasr-ajax-functions.php:481
402
  msgid "Large"
403
  msgstr "Large"
404
 
@@ -575,7 +558,7 @@ msgid "Create New Set"
575
  msgstr "Créez un nouvel ensemble"
576
 
577
  #: ../lib/yasr-settings-functions.php:532
578
- #: ../lib/yasr-settings-functions.php:564
579
  msgid "Manage Multiple Set"
580
  msgstr "Gérez les votes multiples"
581
 
@@ -583,23 +566,23 @@ msgstr "Gérez les votes multiples"
583
  msgid "Wich set do you want to edit or remove?"
584
  msgstr "Quel ensemble voulez-vous modifier ou supprimer ?"
585
 
586
- #: ../lib/yasr-settings-functions.php:574
587
- #: ../lib/yasr-settings-functions.php:692
588
  msgid "Field name"
589
  msgstr "Nom du champ"
590
 
591
- #: ../lib/yasr-settings-functions.php:578
592
- #: ../lib/yasr-settings-functions.php:696
593
  msgid "Remove"
594
  msgstr "Supprimer"
595
 
596
- #: ../lib/yasr-settings-functions.php:620
597
- #: ../lib/yasr-settings-functions.php:738
598
  msgid "Remove whole set?"
599
  msgstr "Suprimer tout ?"
600
 
601
- #: ../lib/yasr-settings-functions.php:633
602
- #: ../lib/yasr-settings-functions.php:751
603
  msgid ""
604
  "If you remove something you will remove all the votes for that set or field. "
605
  "This operation CAN'T BE undone."
@@ -607,22 +590,22 @@ msgstr ""
607
  "Si vous retirez quelque chose que vous allez supprimer tous les votes pour "
608
  "cet ensemble ou ce champ . Cette opération ne peut pas être annulée."
609
 
610
- #: ../lib/yasr-settings-functions.php:640
611
- #: ../lib/yasr-settings-functions.php:758
612
  msgid "You can use up to 9 elements"
613
  msgstr "Vous pouvez utiliser jusqu'à 9 éléments"
614
 
615
- #: ../lib/yasr-settings-functions.php:642
616
- #: ../lib/yasr-settings-functions.php:760
617
  msgid "Add element"
618
  msgstr "Ajoutez un élément"
619
 
620
- #: ../lib/yasr-settings-functions.php:644
621
- #: ../lib/yasr-settings-functions.php:762
622
  msgid "Save changes"
623
  msgstr "Sauvegardez les modifications"
624
 
625
- #: ../lib/yasr-settings-functions.php:654
626
  msgid "No Multiple Set were found"
627
  msgstr "Aucune vote multiple a été retrouvées"
628
 
@@ -671,15 +654,15 @@ msgstr ""
671
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
672
  "champ depuis l'éditeur. Merci de le signaler"
673
 
674
- #: ../lib/yasr-settings-functions.php:1200
675
  msgid "Style Options"
676
  msgstr "Options du style"
677
 
678
- #: ../lib/yasr-settings-functions.php:1201
679
  msgid "Custom CSS Styles"
680
  msgstr "Style Css personalisé"
681
 
682
- #: ../lib/yasr-settings-functions.php:1206
683
  msgid ""
684
  "Please use text area below to write your own CSS styles to override the "
685
  "default ones."
@@ -687,81 +670,118 @@ msgstr ""
687
  "Merci d'utiliser la zone de texte ci-dessous pour écrire vos propres styles "
688
  "CSS afin d'outrepasser ceux par défaut ."
689
 
690
- #: ../lib/yasr-settings-functions.php:1208
691
  msgid "Leave it blank if you don't know what you're doing"
692
  msgstr "Laissez ce champ vide si vous ne savez pas ce que vous faites"
693
 
694
- #: ../lib/yasr-settings-functions.php:1231
695
  msgid "Looking for more features?"
696
  msgstr ""
697
 
698
- #: ../lib/yasr-settings-functions.php:1232
699
  msgid "Upgrade to yasr pro!"
700
  msgstr ""
701
 
702
- #: ../lib/yasr-settings-functions.php:1248
703
  msgid "Unlimited ratings and votes"
704
  msgstr ""
705
 
706
- #: ../lib/yasr-settings-functions.php:1254
707
  #, fuzzy
708
  msgid "Works with shortcodes"
709
  msgstr "Vos shortcodes enregistrés :"
710
 
711
- #: ../lib/yasr-settings-functions.php:1260
712
  #, fuzzy
713
  msgid "Multi Set Support"
714
  msgstr "Votes Multiple"
715
 
716
- #: ../lib/yasr-settings-functions.php:1265
717
  #, fuzzy
718
  msgid "Logs and stats for visitors votes"
719
  msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
720
 
721
- #: ../lib/yasr-settings-functions.php:1270
722
  msgid "Localization (.po and .mo files included)"
723
  msgstr ""
724
 
725
- #: ../lib/yasr-settings-functions.php:1275
726
  msgid "Rich Snippet Support"
727
  msgstr ""
728
 
729
- #: ../lib/yasr-settings-functions.php:1280
730
  msgid "Rankings for reviews, votes and users"
731
  msgstr ""
732
 
733
- #: ../lib/yasr-settings-functions.php:1285
734
  msgid "Rankings Customization"
735
  msgstr ""
736
 
737
- #: ../lib/yasr-settings-functions.php:1290
738
  msgid "Stars Customization"
739
  msgstr ""
740
 
741
- #: ../lib/yasr-settings-functions.php:1291
742
  #, fuzzy
743
  msgid "Size Only"
744
  msgstr "Taille"
745
 
746
- #: ../lib/yasr-settings-functions.php:1292
747
  msgid ""
748
  "Users can choose different ready to use sets or can upload their own images."
749
  msgstr ""
750
 
751
- #: ../lib/yasr-settings-functions.php:1295
752
  msgid "Users can review in comments"
753
  msgstr ""
754
 
755
- #: ../lib/yasr-settings-functions.php:1306
756
  msgid "Not avaible yet"
757
  msgstr ""
758
 
759
- #: ../lib/yasr-settings-functions.php:1338
760
- #: ../lib/yasr-settings-functions.php:1365
761
- msgid "Follow YASR official site!"
762
  msgstr ""
763
 
764
- #: ../lib/yasr-settings-functions.php:1395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
765
  msgid "No previous Gd Star Rating installation was found"
766
  msgstr "Aucune installation précédente de GD Rating n'a été trouvé"
767
 
@@ -769,7 +789,7 @@ msgstr "Aucune installation précédente de GD Rating n'a été trouvé"
769
  msgid "No recenet votes yet"
770
  msgstr "Aucun vote récent"
771
 
772
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
773
  msgid "anonymous"
774
  msgstr "anonyme"
775
 
@@ -778,11 +798,11 @@ msgstr "anonyme"
778
  msgid "Vote %d from %s on "
779
  msgstr ""
780
 
781
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
782
  msgid "Ip address"
783
  msgstr "Adresse IP"
784
 
785
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
786
  msgid "Pages"
787
  msgstr "Pages"
788
 
@@ -802,188 +822,200 @@ msgstr "Vous ne avez pas assez de privilèges pour donner une Note globale"
802
  msgid "You don't have enought privileges to insert Multi Set"
803
  msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
804
 
805
- #: ../lib/yasr-functions.php:309
806
- msgid " reviewed by "
 
807
  msgstr " evalué par"
808
 
809
- #: ../lib/yasr-functions.php:310
810
  msgid " on "
811
  msgstr " sur"
812
 
813
- #: ../lib/yasr-functions.php:311
814
- msgid " rated "
 
 
 
 
 
 
 
 
 
 
815
  msgstr " evalué"
816
 
817
- #: ../lib/yasr-functions.php:311
818
- msgid " of"
 
819
  msgstr " de "
820
 
821
- #: ../lib/yasr-functions.php:358
822
  msgid " written by "
823
  msgstr " ecris par"
824
 
825
- #: ../lib/yasr-functions.php:360
826
  msgid " average rating "
827
  msgstr " moyenne des votes"
828
 
829
- #: ../lib/yasr-functions.php:361
830
  msgid " user ratings"
831
  msgstr " evaluations visiteur"
832
 
833
- #: ../lib/yasr-ajax-functions.php:96
834
  msgid "You've rated it "
835
  msgstr "Vous l'avez évalué"
836
 
837
- #: ../lib/yasr-ajax-functions.php:100
838
  msgid "You've reset the vote"
839
  msgstr "Vous avez changer votre vote"
840
 
841
- #: ../lib/yasr-ajax-functions.php:164
842
  msgid ""
843
  "There was an error while trying to insert the review type. Please report it"
844
  msgstr ""
845
  "Il y avait une erreur en essayant d' insérer un avis. Merci de le signaler"
846
 
847
- #: ../lib/yasr-ajax-functions.php:198
848
  msgid "Choose a vote for each element"
849
  msgstr "Choisissez un vote pour chaque élément"
850
 
851
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
852
  #, fuzzy
853
  msgid "If you want to insert this multiset, paste this shortcode "
854
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
855
 
856
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
857
  msgid ""
858
  "If, instead, you want allow your visitor to vote on this multiset, use this "
859
  "shortcode"
860
  msgstr ""
861
 
862
- #: ../lib/yasr-ajax-functions.php:268
863
  msgid "Choose a vote for every element"
864
  msgstr "Choisissez un vote pour chaque élément"
865
 
866
- #: ../lib/yasr-ajax-functions.php:441
867
  msgid "Main"
868
  msgstr "Principal"
869
 
870
- #: ../lib/yasr-ajax-functions.php:442
871
  msgid "Charts"
872
  msgstr "Diagrammes"
873
 
874
- #: ../lib/yasr-ajax-functions.php:444
875
  msgid "Read the doc"
876
  msgstr "Lisez la documentation"
877
 
878
- #: ../lib/yasr-ajax-functions.php:453
879
  msgid "Overall Rating / Review"
880
  msgstr "Note globale / Examen"
881
 
882
- #: ../lib/yasr-ajax-functions.php:455
883
  msgid "Insert Overall Rating"
884
  msgstr "Insérer la note générale"
885
 
886
- #: ../lib/yasr-ajax-functions.php:456
887
  msgid "Insert Overall Rating / Review for this post"
888
  msgstr "Insérez une note générale / avis pour cette article"
889
 
890
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
891
  msgid "Choose Size"
892
  msgstr "Choisissez la taille"
893
 
894
- #: ../lib/yasr-ajax-functions.php:473
895
  msgid "Insert Visitor Votes"
896
  msgstr "Insérez les votes visiteurs"
897
 
898
- #: ../lib/yasr-ajax-functions.php:474
899
  msgid "Insert the ability for your visitor to vote"
900
  msgstr "Insérez la capacité pour votre visiteur à voter"
901
 
902
- #: ../lib/yasr-ajax-functions.php:491
903
  msgid "If you want to insert a Multi Set, pick one:"
904
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
905
 
906
- #: ../lib/yasr-ajax-functions.php:497
907
  msgid "Choose wich set you want to insert."
908
  msgstr "Choisissez quel ensemble vous voulez insérer"
909
 
910
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
911
  msgid "Readonly?"
912
  msgstr ""
913
 
914
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
915
  msgid ""
916
  "If Readonly is checked, only you can insert the votes (in the box above the "
917
  "editor)"
918
  msgstr ""
919
 
920
- #: ../lib/yasr-ajax-functions.php:502
921
  #, fuzzy
922
  msgid "Insert Multi Set"
923
  msgstr "Insérer un vote multiple"
924
 
925
- #: ../lib/yasr-ajax-functions.php:511
926
  msgid "Insert Multiset:"
927
  msgstr "Insérer un vote multiple :"
928
 
929
- #: ../lib/yasr-ajax-functions.php:514
930
  msgid "Insert Multiple Set"
931
  msgstr "Insérer un vote multiple"
932
 
933
- #: ../lib/yasr-ajax-functions.php:532
934
  msgid "Ranking reviews"
935
  msgstr "Classement des avis"
936
 
937
- #: ../lib/yasr-ajax-functions.php:533
938
  msgid "Insert Ranking reviews"
939
  msgstr "Insérez le classement des avis"
940
 
941
- #: ../lib/yasr-ajax-functions.php:534
942
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
943
  msgstr "Insérez le Top 10 classement pour [ yasr_overall_rating ] shortcode"
944
 
945
- #: ../lib/yasr-ajax-functions.php:538
946
  msgid "Users' ranking"
947
  msgstr "Le classement des utilisateurs"
948
 
949
- #: ../lib/yasr-ajax-functions.php:539
950
  msgid "Insert Users ranking"
951
  msgstr "Insérez le classement des utilisateurs"
952
 
953
- #: ../lib/yasr-ajax-functions.php:540
954
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
955
  msgstr "Insérez le Top 10 du classement pour [ yasr_visitor_votes ] shortcode"
956
 
957
- #: ../lib/yasr-ajax-functions.php:544
958
  msgid "Most active reviewers"
959
  msgstr "Examinateurs les plus actifs"
960
 
961
- #: ../lib/yasr-ajax-functions.php:545
962
  msgid "Insert Most Active Reviewers"
963
  msgstr "Insérez les examinateurs les plus actifs"
964
 
965
- #: ../lib/yasr-ajax-functions.php:546
966
  msgid "Insert Top 5 active reviewers"
967
  msgstr "Insérez le Top 5 des evaluateurs actifs"
968
 
969
- #: ../lib/yasr-ajax-functions.php:550
970
  msgid "Most Active Users"
971
  msgstr "Les utilisateurs les plus actifs"
972
 
973
- #: ../lib/yasr-ajax-functions.php:551
974
  msgid "Insert Most Active Users"
975
  msgstr "Insérer les plus actifs utlisateurs"
976
 
977
- #: ../lib/yasr-ajax-functions.php:552
978
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
979
  msgstr ""
980
  "Insérez le Top 10 des votes utilisateurs [ yasr_visitor_votes ] shortcode"
981
 
982
- #: ../lib/yasr-ajax-functions.php:623
983
  msgid "Reviews and Visitor Votes have been successfull imported."
984
  msgstr "Avis et Votes des visiteurs ont été importés avec succès ."
985
 
986
- #: ../lib/yasr-ajax-functions.php:629
987
  msgid ""
988
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
989
  "THIS MAY TAKE A WHILE!"
@@ -991,96 +1023,96 @@ msgstr ""
991
  "Etape 2: Je vais vérifier si vous avez utilisé de plusieurs vote multiple et "
992
  "si je vais donc les importer. Cela peut prendre un certain temps!"
993
 
994
- #: ../lib/yasr-ajax-functions.php:631
995
  msgid "Proceed Step 2"
996
  msgstr "Procédez à l'étape 2"
997
 
998
- #: ../lib/yasr-ajax-functions.php:638
999
  msgid "Something goes wrong! Refresh the page and try again!"
1000
  msgstr "Quelque chose ne va pas ! Rafraîchissez la page et essayez à nouveau !"
1001
 
1002
- #: ../lib/yasr-ajax-functions.php:667
1003
  msgid "I've found Multiple Set! Importing..."
1004
  msgstr "Je ai trouvé des votes multples! Importation .."
1005
 
1006
- #: ../lib/yasr-ajax-functions.php:676
1007
  msgid "Multi Set's name has been successfull imported."
1008
  msgstr "Le nom du vote multiple à été importé avec succès."
1009
 
1010
- #: ../lib/yasr-ajax-functions.php:678
1011
  msgid "Now I'm going to import Multi Set data"
1012
  msgstr "Maintenant, je vais importer les données des votes multiples"
1013
 
1014
- #: ../lib/yasr-ajax-functions.php:689
1015
  msgid "All votes has been successfull imported."
1016
  msgstr "Tous les vote ont été importé avec succès."
1017
 
1018
- #: ../lib/yasr-ajax-functions.php:691
1019
  msgid "Done"
1020
  msgstr "Effectué"
1021
 
1022
- #: ../lib/yasr-ajax-functions.php:696
1023
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1024
  msgstr ""
1025
  "Nous sommes dans l'impossibilité d'importer dans la base de données les "
1026
  "votes multiple trouvés"
1027
 
1028
- #: ../lib/yasr-ajax-functions.php:704
1029
  msgid "I've found Multi Set but with no data"
1030
  msgstr "Nous avons trouver des votes multiples mais sans données"
1031
 
1032
- #: ../lib/yasr-ajax-functions.php:713
1033
  msgid "I've found Multi Sets names but I couldn't insert into db"
1034
  msgstr ""
1035
  "Nous avons trouvé des noms de votes multiples, mais je ne pouvais pas "
1036
  "insérer dans la base de données"
1037
 
1038
- #: ../lib/yasr-ajax-functions.php:721
1039
  msgid "Multisets were not found. Imported is done!"
1040
  msgstr ""
1041
  "Les ensemble de vote multiples sont introuvable. L'importation est finie."
1042
 
1043
- #: ../lib/yasr-ajax-functions.php:765
1044
  msgid "No Recenet votes yet"
1045
  msgstr "Aucun vote encore"
1046
 
1047
- #: ../lib/yasr-ajax-functions.php:787
1048
  #, php-format
1049
  msgid "Vote %d from %s on"
1050
  msgstr ""
1051
 
1052
- #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1053
  msgid "Error: you can't vote 0"
1054
  msgstr "Erreur: Vous ne pouvez pas voter 0"
1055
 
1056
- #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
1057
  #, fuzzy
1058
  msgid "Average:"
1059
  msgstr "Moyenne : "
1060
 
1061
- #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
1062
  msgid "Vote Saved"
1063
  msgstr "Vote pris en compte"
1064
 
1065
- #: ../lib/yasr-ajax-functions.php:1184
1066
  msgid "Vote updated"
1067
  msgstr "Vote modifié"
1068
 
1069
- #: ../lib/yasr-ajax-functions.php:1325
1070
  #, fuzzy
1071
  msgid "Rating saved!"
1072
  msgstr "Réglages sauvegardés"
1073
 
1074
- #: ../lib/yasr-ajax-functions.php:1331
1075
  msgid "Rating not saved. Please Try again"
1076
  msgstr ""
1077
 
1078
- #: ../lib/yasr-ajax-functions.php:1424
1079
  #, fuzzy
1080
  msgid "stars"
1081
  msgstr "Etoiles"
1082
 
1083
- #: ../lib/yasr-ajax-functions.php:1429
1084
  #, fuzzy
1085
  msgid "star"
1086
  msgstr "Etoiles"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-09-10 11:39+0100\n"
5
+ "PO-Revision-Date: 2015-09-10 11:39+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
  "X-Poedit-SearchPath-1: ../lib\n"
17
 
18
+ #: ../yasr-metabox-top-right.php:75 ../yasr-metabox-top-right.php:109
19
  msgid "Rate this article / item"
20
  msgstr "Evaluez cet article / ce produit"
21
 
22
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
23
+ #: ../lib/yasr-shortcode-functions.php:546
24
  msgid "Loading, please wait"
25
  msgstr "Chargement, attendez s'il vous plait"
26
 
27
+ #: ../yasr-metabox-top-right.php:157
28
  msgid "Save Vote"
29
  msgstr "Vote enregistré"
30
 
31
+ #: ../yasr-metabox-top-right.php:176
32
  msgid "This review is about a..."
33
  msgstr "Cette avis est pour un..."
34
 
35
+ #: ../yasr-metabox-top-right.php:181
36
  msgid "Product, Place, Other"
37
  msgstr ""
38
 
39
+ #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
40
  #: ../lib/yasr-settings-functions.php:542
41
  msgid "Select"
42
  msgstr "Sélection"
43
 
44
+ #: ../yasr-metabox-top-right.php:234
45
  msgid ""
46
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
47
  "where you want to display this rating"
50
  "> ou vous désirez afficher ce vote"
51
 
52
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
53
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
54
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
55
  msgid "You do not have sufficient permissions to access this page."
56
  msgstr ""
57
  "Vous n'avez pas de permissions suffisantes pour avoir accès à cette page."
58
 
59
+ #: ../yasr-settings-page.php:37
60
  msgid "Settings"
61
  msgstr "Réglages"
62
 
63
+ #: ../yasr-settings-page.php:80
64
  msgid "General Settings"
65
  msgstr "Réglages générales"
66
 
67
+ #: ../yasr-settings-page.php:81
68
  msgid "Multi Sets"
69
  msgstr "Votes Multiple"
70
 
71
+ #: ../yasr-settings-page.php:82
72
  msgid "Styles"
73
  msgstr "Styles"
74
 
75
+ #: ../yasr-settings-page.php:83
76
  #, fuzzy
77
  msgid "Pro Features!"
78
  msgstr "Diagramme Pro"
79
 
80
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
81
+ #: ../yasr-settings-page.php:297
82
  msgid "Save"
83
  msgstr "Sauvegarder"
84
 
85
+ #: ../yasr-settings-page.php:125
86
  msgid "Import Gd Star Rating"
87
  msgstr "Importer depuis Gd Star Rating"
88
 
89
+ #: ../yasr-settings-page.php:126
90
  msgid "I've found a previous installation of Gd Star Rating."
91
  msgstr "J'ai trouvé une installation précédente de GD Star Rating."
92
 
93
+ #: ../yasr-settings-page.php:126
94
  msgid "Do you want proceed to import data?"
95
  msgstr "Vous voulez commencer à importer des données ?"
96
 
97
+ #: ../yasr-settings-page.php:128
98
  msgid "Yes, Begin Import"
99
  msgstr "Oui, commencez l'importation"
100
 
101
+ #: ../yasr-settings-page.php:132
102
  msgid "Click on Proceed to import Gd Star Rating data."
103
  msgstr "Cliquez sur Continuer pour importer les données de Gd Star Rating"
104
 
105
+ #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
106
  msgid "Proceed"
107
  msgstr "Continuer"
108
 
109
+ #: ../yasr-settings-page.php:157
110
  msgid "Manage GD Star Data"
111
  msgstr "Gérer les données de Gd Star Rating"
112
 
113
+ #: ../yasr-settings-page.php:158
114
  msgid "Gd Star Rating has been already imported."
115
  msgstr "Gd Star Rating à déja été importé."
116
 
117
+ #: ../yasr-settings-page.php:159
118
  msgid "If you wish you can import it again, but"
119
  msgstr "Si vous souhaitez vous pouvez recommencer l'importation, mais"
120
 
121
+ #: ../yasr-settings-page.php:159
122
  msgid "you will lose all data you've collect since the import!"
123
  msgstr "Vous risquez de perdre toutes vos données depuis l'importation!"
124
 
125
+ #: ../yasr-settings-page.php:161
126
  msgid "Ok, Import Again"
127
  msgstr "D'accord, importez à nouveau"
128
 
129
+ #: ../yasr-settings-page.php:165
130
  msgid ""
131
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
132
  msgstr ""
133
  "Cliquez sur Continuer pour importer une nouvelle fois les données Gd Star "
134
  "Rating. Celà peut prendre quelques minutes"
135
 
136
+ #: ../yasr-settings-page.php:205
137
  msgid "Manage Multi Set"
138
  msgstr "Gérer les votes multiples ?"
139
 
140
+ #: ../yasr-settings-page.php:209
141
  msgid "What is a Multi Set?"
142
  msgstr "Qu'est ce que les votes multiples ?"
143
 
144
+ #: ../yasr-settings-page.php:214
145
  msgid ""
146
  "Multi Set allows you to insert a rate for each aspect about the product / "
147
  "local business / whetever you're reviewing, example in the image below."
150
  "votre produit / entreprise / ou tout ce dont vous voulez, regardez l'image "
151
  "ci-dessous."
152
 
153
+ #: ../yasr-settings-page.php:218
154
  msgid ""
155
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
156
  "different fields. Once you've saved it, you can insert the rates while "
162
  "via l'éditeur d'article comme vous pouvez le voir sur cette image (cliquez "
163
  "pour agrandir)"
164
 
165
+ #: ../yasr-settings-page.php:222
166
  msgid ""
167
  "In order to insert your Multi Sets into a post or page, you can either past "
168
  "the short code that will appear at the bottom of the box or just click on "
173
  "pouvez cliquer sur l'étoile dans l'éditeur de diagramme et sélectionné "
174
  "\"Inserer un vote multiple\"."
175
 
176
+ #: ../yasr-settings-page.php:228
177
  msgid "Close this message"
178
  msgstr "Choisissez ce message"
179
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  #: ../yasr-metabox-multiple-rating.php:35
181
  msgid "Choose wich set you want to use"
182
  msgstr "Choisissez quel ensemble vous voulez utiliser"
183
 
184
+ #: ../lib/yasr-shortcode-functions.php:202
185
+ #: ../lib/yasr-shortcode-functions.php:223
186
+ #: ../lib/yasr-shortcode-functions.php:253
187
  msgid "You've already voted this article with"
188
  msgstr "Vous avez déjà voté (note : )"
189
 
190
+ #: ../lib/yasr-shortcode-functions.php:264
191
+ #: ../lib/yasr-shortcode-functions.php:574
192
  msgid "You must sign to vote"
193
  msgstr "Vous devez être connecté pour voter"
194
 
195
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
196
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
197
  msgid "Total: "
198
  msgstr "Total : "
199
 
200
+ #: ../lib/yasr-shortcode-functions.php:306
201
  msgid "Average: "
202
  msgstr "Moyenne : "
203
 
204
+ #: ../lib/yasr-shortcode-functions.php:322
205
  msgid "bad, poor, ok, good, super"
206
  msgstr "'Mauvais', 'faible', 'ok', 'bon', 'super'"
207
 
208
+ #: ../lib/yasr-shortcode-functions.php:553
209
  msgid "Thank you for voting! "
210
  msgstr ""
211
 
212
+ #: ../lib/yasr-shortcode-functions.php:564
213
+ #: ../lib/yasr-shortcode-functions.php:572
214
+ #: ../lib/yasr-shortcode-functions.php:584
215
  msgid "Submit!"
216
  msgstr ""
217
 
218
+ #: ../lib/yasr-shortcode-functions.php:761
219
  msgid "Rating"
220
  msgstr "Évaluation"
221
 
222
+ #: ../lib/yasr-shortcode-functions.php:775
223
  msgid "You don't have any votes stored"
224
  msgstr "Vous n'avez pas encore de votes"
225
 
226
+ #: ../lib/yasr-shortcode-functions.php:811
227
+ #: ../lib/yasr-shortcode-functions.php:850
228
  msgid "Post / Page"
229
  msgstr "Article / Page"
230
 
231
+ #: ../lib/yasr-shortcode-functions.php:812
232
+ #: ../lib/yasr-shortcode-functions.php:851
233
  msgid "Order By"
234
  msgstr "Trié par"
235
 
236
+ #: ../lib/yasr-shortcode-functions.php:812
237
+ #: ../lib/yasr-shortcode-functions.php:851
238
  msgid "Most Rated"
239
  msgstr "Le plus évalué"
240
 
241
+ #: ../lib/yasr-shortcode-functions.php:812
242
+ #: ../lib/yasr-shortcode-functions.php:851
243
  msgid "Highest Rated"
244
  msgstr "Les meilleurs notes"
245
 
246
+ #: ../lib/yasr-shortcode-functions.php:830
247
+ #: ../lib/yasr-shortcode-functions.php:865
248
  msgid "Total:"
249
  msgstr "Total :"
250
 
251
+ #: ../lib/yasr-shortcode-functions.php:830
252
+ #: ../lib/yasr-shortcode-functions.php:865
253
  msgid "Average"
254
  msgstr "Moyenne"
255
 
256
+ #: ../lib/yasr-shortcode-functions.php:842
257
  msgid "You've not enough data"
258
  msgstr "Vous n'avez pas assez de vote"
259
 
260
+ #: ../lib/yasr-shortcode-functions.php:877
261
  msgid "You've not enought data"
262
  msgstr "Vous n'avez pas assez de vote"
263
 
264
+ #: ../lib/yasr-shortcode-functions.php:962
265
  msgid ""
266
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
267
  "any review?"
269
  "Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
270
  "Avez-vous publié un vote ?"
271
 
272
+ #: ../lib/yasr-shortcode-functions.php:1030
273
  msgid ""
274
  "Problem while retrieving the top 10 active users chart. Are you sure you "
275
  "have votes to show?"
346
  msgid "Overall Rating / Author Rating"
347
  msgstr "Vote administrateur / Vote Auteur"
348
 
349
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
350
  msgid "Visitor Votes"
351
  msgstr "Vote visiteur"
352
 
370
  msgid "Size"
371
  msgstr "Taille"
372
 
373
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
374
+ #: ../lib/yasr-ajax-functions.php:508
375
  msgid "Small"
376
  msgstr "Petit"
377
 
378
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
379
+ #: ../lib/yasr-ajax-functions.php:509
380
  msgid "Medium"
381
  msgstr "Moyen"
382
 
383
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
384
+ #: ../lib/yasr-ajax-functions.php:510
385
  msgid "Large"
386
  msgstr "Large"
387
 
558
  msgstr "Créez un nouvel ensemble"
559
 
560
  #: ../lib/yasr-settings-functions.php:532
561
+ #: ../lib/yasr-settings-functions.php:565
562
  msgid "Manage Multiple Set"
563
  msgstr "Gérez les votes multiples"
564
 
566
  msgid "Wich set do you want to edit or remove?"
567
  msgstr "Quel ensemble voulez-vous modifier ou supprimer ?"
568
 
569
+ #: ../lib/yasr-settings-functions.php:575
570
+ #: ../lib/yasr-settings-functions.php:693
571
  msgid "Field name"
572
  msgstr "Nom du champ"
573
 
574
+ #: ../lib/yasr-settings-functions.php:579
575
+ #: ../lib/yasr-settings-functions.php:697
576
  msgid "Remove"
577
  msgstr "Supprimer"
578
 
579
+ #: ../lib/yasr-settings-functions.php:621
580
+ #: ../lib/yasr-settings-functions.php:739
581
  msgid "Remove whole set?"
582
  msgstr "Suprimer tout ?"
583
 
584
+ #: ../lib/yasr-settings-functions.php:634
585
+ #: ../lib/yasr-settings-functions.php:752
586
  msgid ""
587
  "If you remove something you will remove all the votes for that set or field. "
588
  "This operation CAN'T BE undone."
590
  "Si vous retirez quelque chose que vous allez supprimer tous les votes pour "
591
  "cet ensemble ou ce champ . Cette opération ne peut pas être annulée."
592
 
593
+ #: ../lib/yasr-settings-functions.php:641
594
+ #: ../lib/yasr-settings-functions.php:759
595
  msgid "You can use up to 9 elements"
596
  msgstr "Vous pouvez utiliser jusqu'à 9 éléments"
597
 
598
+ #: ../lib/yasr-settings-functions.php:643
599
+ #: ../lib/yasr-settings-functions.php:761
600
  msgid "Add element"
601
  msgstr "Ajoutez un élément"
602
 
603
+ #: ../lib/yasr-settings-functions.php:645
604
+ #: ../lib/yasr-settings-functions.php:763
605
  msgid "Save changes"
606
  msgstr "Sauvegardez les modifications"
607
 
608
+ #: ../lib/yasr-settings-functions.php:655
609
  msgid "No Multiple Set were found"
610
  msgstr "Aucune vote multiple a été retrouvées"
611
 
654
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
655
  "champ depuis l'éditeur. Merci de le signaler"
656
 
657
+ #: ../lib/yasr-settings-functions.php:1202
658
  msgid "Style Options"
659
  msgstr "Options du style"
660
 
661
+ #: ../lib/yasr-settings-functions.php:1203
662
  msgid "Custom CSS Styles"
663
  msgstr "Style Css personalisé"
664
 
665
+ #: ../lib/yasr-settings-functions.php:1208
666
  msgid ""
667
  "Please use text area below to write your own CSS styles to override the "
668
  "default ones."
670
  "Merci d'utiliser la zone de texte ci-dessous pour écrire vos propres styles "
671
  "CSS afin d'outrepasser ceux par défaut ."
672
 
673
+ #: ../lib/yasr-settings-functions.php:1210
674
  msgid "Leave it blank if you don't know what you're doing"
675
  msgstr "Laissez ce champ vide si vous ne savez pas ce que vous faites"
676
 
677
+ #: ../lib/yasr-settings-functions.php:1233
678
  msgid "Looking for more features?"
679
  msgstr ""
680
 
681
+ #: ../lib/yasr-settings-functions.php:1234
682
  msgid "Upgrade to yasr pro!"
683
  msgstr ""
684
 
685
+ #: ../lib/yasr-settings-functions.php:1250
686
  msgid "Unlimited ratings and votes"
687
  msgstr ""
688
 
689
+ #: ../lib/yasr-settings-functions.php:1256
690
  #, fuzzy
691
  msgid "Works with shortcodes"
692
  msgstr "Vos shortcodes enregistrés :"
693
 
694
+ #: ../lib/yasr-settings-functions.php:1262
695
  #, fuzzy
696
  msgid "Multi Set Support"
697
  msgstr "Votes Multiple"
698
 
699
+ #: ../lib/yasr-settings-functions.php:1267
700
  #, fuzzy
701
  msgid "Logs and stats for visitors votes"
702
  msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
703
 
704
+ #: ../lib/yasr-settings-functions.php:1272
705
  msgid "Localization (.po and .mo files included)"
706
  msgstr ""
707
 
708
+ #: ../lib/yasr-settings-functions.php:1277
709
  msgid "Rich Snippet Support"
710
  msgstr ""
711
 
712
+ #: ../lib/yasr-settings-functions.php:1282
713
  msgid "Rankings for reviews, votes and users"
714
  msgstr ""
715
 
716
+ #: ../lib/yasr-settings-functions.php:1287
717
  msgid "Rankings Customization"
718
  msgstr ""
719
 
720
+ #: ../lib/yasr-settings-functions.php:1292
721
  msgid "Stars Customization"
722
  msgstr ""
723
 
724
+ #: ../lib/yasr-settings-functions.php:1293
725
  #, fuzzy
726
  msgid "Size Only"
727
  msgstr "Taille"
728
 
729
+ #: ../lib/yasr-settings-functions.php:1294
730
  msgid ""
731
  "Users can choose different ready to use sets or can upload their own images."
732
  msgstr ""
733
 
734
+ #: ../lib/yasr-settings-functions.php:1297
735
  msgid "Users can review in comments"
736
  msgstr ""
737
 
738
+ #: ../lib/yasr-settings-functions.php:1308
739
  msgid "Not avaible yet"
740
  msgstr ""
741
 
742
+ #: ../lib/yasr-settings-functions.php:1367
743
+ msgid "Keep in touch!"
 
744
  msgstr ""
745
 
746
+ #: ../lib/yasr-settings-functions.php:1409
747
+ #, php-format
748
+ msgid ""
749
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
750
+ msgstr ""
751
+
752
+ #: ../lib/yasr-settings-functions.php:1411
753
+ msgid "Can I ask a favor?"
754
+ msgstr ""
755
+
756
+ #: ../lib/yasr-settings-functions.php:1413
757
+ msgid "Can you please rate YASR 5 stars on"
758
+ msgstr ""
759
+
760
+ #: ../lib/yasr-settings-functions.php:1415
761
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
762
+ msgstr ""
763
+
764
+ #: ../lib/yasr-settings-functions.php:1421
765
+ msgid "Ok, I'm glad to help!"
766
+ msgstr ""
767
+
768
+ #: ../lib/yasr-settings-functions.php:1422
769
+ msgid "Remind me later!"
770
+ msgstr ""
771
+
772
+ #: ../lib/yasr-settings-functions.php:1423
773
+ msgid "Don't need to ask, I already did it!"
774
+ msgstr ""
775
+
776
+ #: ../lib/yasr-settings-functions.php:1456
777
+ #, php-format
778
+ msgid ""
779
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
780
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
781
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
782
+ msgstr ""
783
+
784
+ #: ../lib/yasr-settings-functions.php:1501
785
  msgid "No previous Gd Star Rating installation was found"
786
  msgstr "Aucune installation précédente de GD Rating n'a été trouvé"
787
 
789
  msgid "No recenet votes yet"
790
  msgstr "Aucun vote récent"
791
 
792
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
793
  msgid "anonymous"
794
  msgstr "anonyme"
795
 
798
  msgid "Vote %d from %s on "
799
  msgstr ""
800
 
801
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
802
  msgid "Ip address"
803
  msgstr "Adresse IP"
804
 
805
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
806
  msgid "Pages"
807
  msgstr "Pages"
808
 
822
  msgid "You don't have enought privileges to insert Multi Set"
823
  msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
824
 
825
+ #: ../lib/yasr-functions.php:298
826
+ #, fuzzy
827
+ msgid "reviewed by"
828
  msgstr " evalué par"
829
 
830
+ #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
831
  msgid " on "
832
  msgstr " sur"
833
 
834
+ #: ../lib/yasr-functions.php:314
835
+ #, fuzzy
836
+ msgid "reviewed on"
837
+ msgstr " evalué par"
838
+
839
+ #: ../lib/yasr-functions.php:315
840
+ msgid "by "
841
+ msgstr ""
842
+
843
+ #: ../lib/yasr-functions.php:319
844
+ #, fuzzy
845
+ msgid "rated"
846
  msgstr " evalué"
847
 
848
+ #: ../lib/yasr-functions.php:319
849
+ #, fuzzy
850
+ msgid "of"
851
  msgstr " de "
852
 
853
+ #: ../lib/yasr-functions.php:376
854
  msgid " written by "
855
  msgstr " ecris par"
856
 
857
+ #: ../lib/yasr-functions.php:379
858
  msgid " average rating "
859
  msgstr " moyenne des votes"
860
 
861
+ #: ../lib/yasr-functions.php:380
862
  msgid " user ratings"
863
  msgstr " evaluations visiteur"
864
 
865
+ #: ../lib/yasr-ajax-functions.php:102
866
  msgid "You've rated it "
867
  msgstr "Vous l'avez évalué"
868
 
869
+ #: ../lib/yasr-ajax-functions.php:106
870
  msgid "You've reset the vote"
871
  msgstr "Vous avez changer votre vote"
872
 
873
+ #: ../lib/yasr-ajax-functions.php:188
874
  msgid ""
875
  "There was an error while trying to insert the review type. Please report it"
876
  msgstr ""
877
  "Il y avait une erreur en essayant d' insérer un avis. Merci de le signaler"
878
 
879
+ #: ../lib/yasr-ajax-functions.php:223
880
  msgid "Choose a vote for each element"
881
  msgstr "Choisissez un vote pour chaque élément"
882
 
883
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
884
  #, fuzzy
885
  msgid "If you want to insert this multiset, paste this shortcode "
886
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
887
 
888
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
889
  msgid ""
890
  "If, instead, you want allow your visitor to vote on this multiset, use this "
891
  "shortcode"
892
  msgstr ""
893
 
894
+ #: ../lib/yasr-ajax-functions.php:297
895
  msgid "Choose a vote for every element"
896
  msgstr "Choisissez un vote pour chaque élément"
897
 
898
+ #: ../lib/yasr-ajax-functions.php:470
899
  msgid "Main"
900
  msgstr "Principal"
901
 
902
+ #: ../lib/yasr-ajax-functions.php:471
903
  msgid "Charts"
904
  msgstr "Diagrammes"
905
 
906
+ #: ../lib/yasr-ajax-functions.php:473
907
  msgid "Read the doc"
908
  msgstr "Lisez la documentation"
909
 
910
+ #: ../lib/yasr-ajax-functions.php:482
911
  msgid "Overall Rating / Review"
912
  msgstr "Note globale / Examen"
913
 
914
+ #: ../lib/yasr-ajax-functions.php:484
915
  msgid "Insert Overall Rating"
916
  msgstr "Insérer la note générale"
917
 
918
+ #: ../lib/yasr-ajax-functions.php:485
919
  msgid "Insert Overall Rating / Review for this post"
920
  msgstr "Insérez une note générale / avis pour cette article"
921
 
922
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
923
  msgid "Choose Size"
924
  msgstr "Choisissez la taille"
925
 
926
+ #: ../lib/yasr-ajax-functions.php:502
927
  msgid "Insert Visitor Votes"
928
  msgstr "Insérez les votes visiteurs"
929
 
930
+ #: ../lib/yasr-ajax-functions.php:503
931
  msgid "Insert the ability for your visitor to vote"
932
  msgstr "Insérez la capacité pour votre visiteur à voter"
933
 
934
+ #: ../lib/yasr-ajax-functions.php:520
935
  msgid "If you want to insert a Multi Set, pick one:"
936
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
937
 
938
+ #: ../lib/yasr-ajax-functions.php:526
939
  msgid "Choose wich set you want to insert."
940
  msgstr "Choisissez quel ensemble vous voulez insérer"
941
 
942
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
943
  msgid "Readonly?"
944
  msgstr ""
945
 
946
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
947
  msgid ""
948
  "If Readonly is checked, only you can insert the votes (in the box above the "
949
  "editor)"
950
  msgstr ""
951
 
952
+ #: ../lib/yasr-ajax-functions.php:531
953
  #, fuzzy
954
  msgid "Insert Multi Set"
955
  msgstr "Insérer un vote multiple"
956
 
957
+ #: ../lib/yasr-ajax-functions.php:540
958
  msgid "Insert Multiset:"
959
  msgstr "Insérer un vote multiple :"
960
 
961
+ #: ../lib/yasr-ajax-functions.php:543
962
  msgid "Insert Multiple Set"
963
  msgstr "Insérer un vote multiple"
964
 
965
+ #: ../lib/yasr-ajax-functions.php:561
966
  msgid "Ranking reviews"
967
  msgstr "Classement des avis"
968
 
969
+ #: ../lib/yasr-ajax-functions.php:562
970
  msgid "Insert Ranking reviews"
971
  msgstr "Insérez le classement des avis"
972
 
973
+ #: ../lib/yasr-ajax-functions.php:563
974
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
975
  msgstr "Insérez le Top 10 classement pour [ yasr_overall_rating ] shortcode"
976
 
977
+ #: ../lib/yasr-ajax-functions.php:567
978
  msgid "Users' ranking"
979
  msgstr "Le classement des utilisateurs"
980
 
981
+ #: ../lib/yasr-ajax-functions.php:568
982
  msgid "Insert Users ranking"
983
  msgstr "Insérez le classement des utilisateurs"
984
 
985
+ #: ../lib/yasr-ajax-functions.php:569
986
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
987
  msgstr "Insérez le Top 10 du classement pour [ yasr_visitor_votes ] shortcode"
988
 
989
+ #: ../lib/yasr-ajax-functions.php:573
990
  msgid "Most active reviewers"
991
  msgstr "Examinateurs les plus actifs"
992
 
993
+ #: ../lib/yasr-ajax-functions.php:574
994
  msgid "Insert Most Active Reviewers"
995
  msgstr "Insérez les examinateurs les plus actifs"
996
 
997
+ #: ../lib/yasr-ajax-functions.php:575
998
  msgid "Insert Top 5 active reviewers"
999
  msgstr "Insérez le Top 5 des evaluateurs actifs"
1000
 
1001
+ #: ../lib/yasr-ajax-functions.php:579
1002
  msgid "Most Active Users"
1003
  msgstr "Les utilisateurs les plus actifs"
1004
 
1005
+ #: ../lib/yasr-ajax-functions.php:580
1006
  msgid "Insert Most Active Users"
1007
  msgstr "Insérer les plus actifs utlisateurs"
1008
 
1009
+ #: ../lib/yasr-ajax-functions.php:581
1010
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1011
  msgstr ""
1012
  "Insérez le Top 10 des votes utilisateurs [ yasr_visitor_votes ] shortcode"
1013
 
1014
+ #: ../lib/yasr-ajax-functions.php:652
1015
  msgid "Reviews and Visitor Votes have been successfull imported."
1016
  msgstr "Avis et Votes des visiteurs ont été importés avec succès ."
1017
 
1018
+ #: ../lib/yasr-ajax-functions.php:658
1019
  msgid ""
1020
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1021
  "THIS MAY TAKE A WHILE!"
1023
  "Etape 2: Je vais vérifier si vous avez utilisé de plusieurs vote multiple et "
1024
  "si je vais donc les importer. Cela peut prendre un certain temps!"
1025
 
1026
+ #: ../lib/yasr-ajax-functions.php:660
1027
  msgid "Proceed Step 2"
1028
  msgstr "Procédez à l'étape 2"
1029
 
1030
+ #: ../lib/yasr-ajax-functions.php:667
1031
  msgid "Something goes wrong! Refresh the page and try again!"
1032
  msgstr "Quelque chose ne va pas ! Rafraîchissez la page et essayez à nouveau !"
1033
 
1034
+ #: ../lib/yasr-ajax-functions.php:696
1035
  msgid "I've found Multiple Set! Importing..."
1036
  msgstr "Je ai trouvé des votes multples! Importation .."
1037
 
1038
+ #: ../lib/yasr-ajax-functions.php:705
1039
  msgid "Multi Set's name has been successfull imported."
1040
  msgstr "Le nom du vote multiple à été importé avec succès."
1041
 
1042
+ #: ../lib/yasr-ajax-functions.php:707
1043
  msgid "Now I'm going to import Multi Set data"
1044
  msgstr "Maintenant, je vais importer les données des votes multiples"
1045
 
1046
+ #: ../lib/yasr-ajax-functions.php:718
1047
  msgid "All votes has been successfull imported."
1048
  msgstr "Tous les vote ont été importé avec succès."
1049
 
1050
+ #: ../lib/yasr-ajax-functions.php:720
1051
  msgid "Done"
1052
  msgstr "Effectué"
1053
 
1054
+ #: ../lib/yasr-ajax-functions.php:725
1055
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1056
  msgstr ""
1057
  "Nous sommes dans l'impossibilité d'importer dans la base de données les "
1058
  "votes multiple trouvés"
1059
 
1060
+ #: ../lib/yasr-ajax-functions.php:733
1061
  msgid "I've found Multi Set but with no data"
1062
  msgstr "Nous avons trouver des votes multiples mais sans données"
1063
 
1064
+ #: ../lib/yasr-ajax-functions.php:742
1065
  msgid "I've found Multi Sets names but I couldn't insert into db"
1066
  msgstr ""
1067
  "Nous avons trouvé des noms de votes multiples, mais je ne pouvais pas "
1068
  "insérer dans la base de données"
1069
 
1070
+ #: ../lib/yasr-ajax-functions.php:750
1071
  msgid "Multisets were not found. Imported is done!"
1072
  msgstr ""
1073
  "Les ensemble de vote multiples sont introuvable. L'importation est finie."
1074
 
1075
+ #: ../lib/yasr-ajax-functions.php:793
1076
  msgid "No Recenet votes yet"
1077
  msgstr "Aucun vote encore"
1078
 
1079
+ #: ../lib/yasr-ajax-functions.php:815
1080
  #, php-format
1081
  msgid "Vote %d from %s on"
1082
  msgstr ""
1083
 
1084
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1085
  msgid "Error: you can't vote 0"
1086
  msgstr "Erreur: Vous ne pouvez pas voter 0"
1087
 
1088
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1089
  #, fuzzy
1090
  msgid "Average:"
1091
  msgstr "Moyenne : "
1092
 
1093
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1094
  msgid "Vote Saved"
1095
  msgstr "Vote pris en compte"
1096
 
1097
+ #: ../lib/yasr-ajax-functions.php:1264
1098
  msgid "Vote updated"
1099
  msgstr "Vote modifié"
1100
 
1101
+ #: ../lib/yasr-ajax-functions.php:1409
1102
  #, fuzzy
1103
  msgid "Rating saved!"
1104
  msgstr "Réglages sauvegardés"
1105
 
1106
+ #: ../lib/yasr-ajax-functions.php:1415
1107
  msgid "Rating not saved. Please Try again"
1108
  msgstr ""
1109
 
1110
+ #: ../lib/yasr-ajax-functions.php:1508
1111
  #, fuzzy
1112
  msgid "stars"
1113
  msgstr "Etoiles"
1114
 
1115
+ #: ../lib/yasr-ajax-functions.php:1513
1116
  #, fuzzy
1117
  msgid "star"
1118
  msgstr "Etoiles"
languages/yasr-hr.mo CHANGED
Binary file
languages/yasr-hr.po CHANGED
@@ -2,414 +2,277 @@
2
  # This file is distributed under the same license as the Yet Another Stars Rating package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-05-23 00:51:41+0000\n"
 
 
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: Yet Another Stars Rating\n"
12
-
13
- #: ../lib/yasr-shortcode-functions.php:545
14
- #: ../lib/yasr-shortcode-functions.php:553
15
- #: ../lib/yasr-shortcode-functions.php:565
16
- msgid "Submit!"
17
- msgstr "Pošalji!"
18
-
19
- #: ../yasr-metabox-top-right.php:171
20
- msgid "Product, Place, Other"
21
- msgstr "Proizvod, Mjesto, Ostalo"
22
-
23
- #: ../lib/yasr-shortcode-functions.php:534
24
- msgid "Thank you for voting! "
25
- msgstr "Hvala vam za glasovanje!"
26
-
27
- #: ../lib/yasr-settings-functions.php:281
28
- msgid "Custom text to display BEFORE Visitor Rating"
29
- msgstr "Prilagođeni tekst za prikaz PRIJE Ocjene Posjetitelja"
30
-
31
- #: ../lib/yasr-settings-functions.php:287
32
- msgid "Custom text to display AFTER Visitor Rating"
33
- msgstr "Prilagođeni tekst za prikaz NAKON Ocjene Posjetitelja"
34
-
35
- #: ../lib/yasr-settings-functions.php:297
36
- msgid "Help"
37
- msgstr "Pomoć"
38
-
39
- #: ../lib/yasr-settings-functions.php:301
40
- msgid "In the first field you can use %overall_rating% pattern to show the overall rating."
41
- msgstr "U prvom polju možete koristiti %overall_rating% obrazac za prikaz ukupne ocjene."
42
-
43
- #: ../lib/yasr-settings-functions.php:305
44
- msgid "In the Second and Third fields you can use %total_count% pattern to show the total count, and %average% pattern to show the average"
45
- msgstr "U drugom i trećem polju vi možete koristiti %total_count% obrazac da prikažete ukupan broj, a %average% obrazac da prikažete prosjek"
46
-
47
- #: ../lib/yasr-settings-functions.php:472
48
- msgid "Dark theme"
49
- msgstr "Tamna tema"
50
-
51
- #: ../lib/yasr-db-functions.php:334
52
- msgid "Vote %d from %s on "
53
- msgstr "Glasova %d od %s dana"
54
-
55
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
56
- msgid "If you want to insert this multiset, paste this shortcode "
57
- msgstr "Ako želite umetnuti ovu višestruku postavku, zaljepite ovaj shortcode"
58
-
59
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
60
- msgid "If, instead, you want allow your visitor to vote on this multiset, use this shortcode"
61
- msgstr "Ako, umjesto toga, želite dopustiti vašim posjetiteljima da glasuju u ovoj višestrukoj postavci, koristite ovaj shortcode"
62
-
63
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
64
- msgid "Readonly?"
65
- msgstr "Samo za čitanje?"
66
-
67
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
68
- msgid "If Readonly is checked, only you can insert the votes (in the box above the editor)"
69
- msgstr "Ako je uključeno Samo za čitanje, samo vi možete umetnuti glasove (u okviru iznad urednika)"
70
-
71
- #: ../lib/yasr-ajax-functions.php:502
72
- msgid "Insert Multi Set"
73
- msgstr "Umetni Višestruki Komplet"
74
-
75
- #: ../lib/yasr-ajax-functions.php:787
76
- msgid "Vote %d from %s on"
77
- msgstr "Glasova %d od %s dana"
78
-
79
- #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
80
- msgid "Average:"
81
- msgstr "Prosjek:"
82
-
83
- #: ../lib/yasr-ajax-functions.php:1325
84
- msgid "Rating saved!"
85
- msgstr "Ocjena spremljena!"
86
-
87
- #: ../lib/yasr-ajax-functions.php:1331
88
- msgid "Rating not saved. Please Try again"
89
- msgstr "Ocjena nije spremljena. Molimo pokušajte ponovo"
90
-
91
- #: ../lib/yasr-shortcode-functions.php:309
92
- msgid "bad, poor, ok, good, super"
93
- msgstr "loše, slabo, zadovoljavajuće, dobro, super"
94
-
95
- #: ../lib/yasr-ajax-functions.php:1429
96
- msgid "star"
97
- msgstr "zvjezdica"
98
-
99
- #: ../lib/yasr-settings-functions.php:1291
100
- msgid "Size Only"
101
- msgstr "Samo Veličina"
102
-
103
- #: ../lib/yasr-settings-functions.php:1292
104
- msgid "Users can choose different ready to use sets or can upload their own images."
105
- msgstr "Korisnici mogu odabrati različite postavke već spremne za korištenje ili mogu učitati vlastite slike."
106
-
107
- #: ../lib/yasr-settings-functions.php:1248
108
- msgid "Unlimited ratings and votes"
109
- msgstr "Neograničene ocjene i glasovi"
110
-
111
- #: ../lib/yasr-settings-functions.php:1254
112
- msgid "Works with shortcodes"
113
- msgstr "Radi sa shortcodes"
114
-
115
- #: ../lib/yasr-settings-functions.php:1260
116
- msgid "Multi Set Support"
117
- msgstr "Podrška za Višestruki Komplet"
118
-
119
- #: ../lib/yasr-settings-functions.php:1265
120
- msgid "Logs and stats for visitors votes"
121
- msgstr "Evidencije i statistike za glasove posjetitelja"
122
-
123
- #: ../lib/yasr-settings-functions.php:1270
124
- msgid "Localization (.po and .mo files included)"
125
- msgstr "Lokalizacija (.po i .mo datoteke uključene)"
126
-
127
- #: ../lib/yasr-settings-functions.php:1275
128
- msgid "Rich Snippet Support"
129
- msgstr "Podrška za Rich Snippet"
130
-
131
- #: ../lib/yasr-settings-functions.php:1280
132
- msgid "Rankings for reviews, votes and users"
133
- msgstr "Ljestvica za mišljenja, glasove i korisnike"
134
-
135
- #: ../lib/yasr-settings-functions.php:1285
136
- msgid "Rankings Customization"
137
- msgstr "Prilagođavanje ljestvice"
138
 
139
- #: ../lib/yasr-settings-functions.php:1290
140
- msgid "Stars Customization"
141
- msgstr "Prilagođavanje zvijezdica"
142
-
143
- #: ../lib/yasr-settings-functions.php:1295
144
- msgid "Users can review in comments"
145
- msgstr "Korisnici mogu dati ocjenu u komentarima"
146
-
147
- #: ../lib/yasr-settings-functions.php:54
148
- msgid "Show \"Overall Rating\" in Archive Page?"
149
- msgstr "Prikazati \"Ukupna ocijena\" na stranici arhive?"
150
-
151
- #: ../lib/yasr-settings-functions.php:55
152
- msgid "Show \"Visitor Votes\" in Archive Page?"
153
- msgstr "Prikazati \"Glasovi posjetitelja\" na stranici arhive? "
154
-
155
- #: ../lib/yasr-settings-functions.php:241
156
- msgid "If you enable this, \"Visitor Votes\" will be showed not only in the single article or page, but also in pages like Home Page, category pages or archives."
157
- msgstr "Ako ovo omogućite, \"Glasovi posjetitelja\" će se prikazati ne samo u jednoj objavi ili stranici, nego također i na stranicama poput početne stranice, stranicama s kategorijama ili arhivama."
158
-
159
- #: ../lib/yasr-ajax-functions.php:1424
160
- msgid "stars"
161
- msgstr "zvijezdica"
162
-
163
- #: ../lib/yasr-shortcode-functions.php:791
164
- msgid "You've not enough data"
165
- msgstr "Vi nemate dovoljno podataka"
166
-
167
- #: ../lib/yasr-shortcode-functions.php:911
168
- msgid "Problem while retrieving the top 5 most active reviewers. Did you publish any review?"
169
- msgstr "Problem prilikom dohvaćanja 5 najaktivnijih recenzija. Jeste li objaviti neki pregled?"
170
-
171
- #: ../lib/yasr-shortcode-functions.php:979
172
- msgid "Problem while retrieving the top 10 active users chart. Are you sure you have votes to show?"
173
- msgstr "Problem prilikom dohvaćanja grafikona 10 najaktivnijih korisnika. Jeste li sigurni da imate glasove za prikazivanje?"
174
-
175
- #: ../lib/yasr-settings-functions.php:57
176
- msgid "Do you want show stats for visitors votes?"
177
- msgstr "Želite li pokazati statistiku za glasove posjetitelja?"
178
-
179
- #: ../lib/yasr-settings-functions.php:496
180
- msgid "You can insert up to nine elements"
181
- msgstr "Možete umetnuti do devet elemenata"
182
-
183
- #: ../lib/yasr-db-functions.php:310
184
- msgid "No recenet votes yet"
185
- msgstr "Još nema novih glasova"
186
 
187
- #: ../lib/yasr-ajax-functions.php:1184
188
- msgid "Vote updated"
189
- msgstr "Glasovanje ažurirano"
 
190
 
191
- #: ../yasr-settings-page.php:79
192
- msgid "Pro Features!"
193
- msgstr "Pro značajke!"
194
 
195
- #: ../lib/yasr-settings-functions.php:1231
196
- msgid "Looking for more features?"
197
- msgstr "Tražite više značajki?"
198
 
199
- #: ../lib/yasr-settings-functions.php:1232
200
- msgid "Upgrade to yasr pro!"
201
- msgstr "Nadogradite na yasr pro!"
202
 
203
- #: ../lib/yasr-settings-functions.php:1306
204
- msgid "Not avaible yet"
205
- msgstr "Još nije na raspolaganju"
 
206
 
207
- #: ../lib/yasr-shortcode-functions.php:760
208
- #: ../lib/yasr-shortcode-functions.php:799
209
- msgid "Post / Page"
210
- msgstr "Objava / Stranica"
 
 
 
211
 
212
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
213
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
214
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:753
215
  msgid "You do not have sufficient permissions to access this page."
216
  msgstr "Nemate potrebne ovlasti za pristup ovoj stranici."
217
 
218
- #: ../yasr-settings-page.php:33
219
  msgid "Settings"
220
  msgstr "Postavke"
221
 
222
- #: ../yasr-settings-page.php:76
223
  msgid "General Settings"
224
  msgstr "Opće Postavke"
225
 
226
- #: ../yasr-settings-page.php:77
227
  msgid "Multi Sets"
228
  msgstr "Višestruki Kompleti"
229
 
230
- #: ../yasr-settings-page.php:78
231
  msgid "Styles"
232
  msgstr "Stilovi"
233
 
234
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
235
- #: ../yasr-settings-page.php:295
 
 
 
 
236
  msgid "Save"
237
  msgstr "Spremi"
238
 
239
- #: ../yasr-settings-page.php:116
240
  msgid "Import Gd Star Rating"
241
  msgstr "Uvoz Gd Star Rating"
242
 
243
- #: ../yasr-settings-page.php:117
244
  msgid "I've found a previous installation of Gd Star Rating."
245
  msgstr "Nađena je prethodna instalacija od Gd Star Rating."
246
 
247
- #: ../yasr-settings-page.php:117
248
  msgid "Do you want proceed to import data?"
249
  msgstr "Želite li nastaviti i uvesti podatke?"
250
 
251
- #: ../yasr-settings-page.php:119
252
  msgid "Yes, Begin Import"
253
  msgstr "Da, započni uvoz"
254
 
255
- #: ../yasr-settings-page.php:123
256
  msgid "Click on Proceed to import Gd Star Rating data."
257
  msgstr "Kliknite na Nastavi uvoziti Gd Star Rating podatke."
258
 
259
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
260
  msgid "Proceed"
261
  msgstr "Nastaniti"
262
 
263
- #: ../yasr-settings-page.php:148
264
  msgid "Manage GD Star Data"
265
  msgstr "Upravljanje s GD Star podacima"
266
 
267
- #: ../yasr-settings-page.php:149
268
  msgid "Gd Star Rating has been already imported."
269
  msgstr "Gd Star Rating je već uvezen."
270
 
271
- #: ../yasr-settings-page.php:150
272
  msgid "If you wish you can import it again, but"
273
  msgstr "Ako želite to možete ponovno uvesti, ali"
274
 
275
- #: ../yasr-settings-page.php:150
276
  msgid "you will lose all data you've collect since the import!"
277
  msgstr "izgubit ćete sve podatke koje ste prikupili nakon uvoza!"
278
 
279
- #: ../yasr-settings-page.php:152
280
  msgid "Ok, Import Again"
281
  msgstr "U redu, Uvezi ponovo"
282
 
283
- #: ../yasr-settings-page.php:156
284
- msgid "Click on Proceed to import again Gd Star Rating data. This may take a while!"
285
- msgstr "Kliknite na Nastaviti da ponovno uvezete Gd Star Rating podatke. To može potrajati neko vrijeme!"
 
 
 
286
 
287
- #: ../yasr-settings-page.php:196
288
  msgid "Manage Multi Set"
289
  msgstr "Upravljanje Višestrukim Kompletom"
290
 
291
- #: ../yasr-settings-page.php:200
292
  msgid "What is a Multi Set?"
293
  msgstr "Što je Višestruki Komplet?"
294
 
295
- #: ../yasr-settings-page.php:205
296
- msgid "Multi Set allows you to insert a rate for each aspect about the product / local business / whetever you're reviewing, example in the image below."
297
- msgstr "Višestruki Komplet omogućuje umetanje ocjene za svaki aspekt o proizvodu / lokalnoj tvrtki / štogod da pregledavate, primjer je na slici ispod."
 
 
 
 
298
 
299
- #: ../yasr-settings-page.php:209
300
- msgid "You can create up to 99 different Multi Set and each one can contain up to 9 different fields. Once you've saved it, you can insert the rates while typing your article in the box below the editor, as you can see in this image (click to see it larger)"
301
- msgstr "Možete kreirati do 99 različitih Višestrukih Kompleta a svaki od njih može sadržavati do 9 različitih polja. Nakon što to spremite, možete umetnuti ocjene dok pišete članak u polju ispod uređivača, kao što možete vidjeti na ovoj slici (kliknite da vidite veću sliku)"
 
 
 
 
 
 
 
 
302
 
303
- #: ../yasr-settings-page.php:213
304
- msgid "In order to insert your Multi Sets into a post or page, you can either past the short code that will appear at the bottom of the box or just click on the star in the graphic editor and select \"Insert Multi Set\"."
305
- msgstr "Da bi dodali Višestruke Komplete u objavu ili stranicu, možete ili zaljepiti kratko kod koji će se pojaviti na dnu okvira ili samo kliknite na zvjezdicu u grafičkom uređivaču i odaberite \"Umetni Višestruki Komplet\"."
 
 
 
 
 
 
306
 
307
- #: ../yasr-settings-page.php:219
308
  msgid "Close this message"
309
  msgstr "Zatvori ovu poruku"
310
 
311
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
312
- #: ../lib/yasr-settings-functions.php:1352
313
- msgid "Donations"
314
- msgstr "Donacije"
315
-
316
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
317
- #: ../lib/yasr-settings-functions.php:1354
318
- msgid "If you have found this plugin useful, please consider making a donation to help support future development. Your support will be much appreciated. "
319
- msgstr "Ako vam je ovaj plugin koristan, molimo vas da razmislite o donaciji koja će pomoći budući razvoj. Vaša podrška će se izuzetno cijeniti."
320
-
321
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
322
- #: ../lib/yasr-settings-functions.php:1356
323
- msgid "Thank you!"
324
- msgstr "Hvala!"
325
-
326
  #: ../yasr-metabox-multiple-rating.php:35
327
  msgid "Choose wich set you want to use"
328
  msgstr "Odaberite komplet kojeg želite koristiti"
329
 
330
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
331
- #: ../lib/yasr-settings-functions.php:542
332
- msgid "Select"
333
- msgstr "Odaberi"
334
-
335
- #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
336
- msgid "Rate this article / item"
337
- msgstr "Ocijenite ovaj članak / stavku"
338
-
339
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:124
340
- #: ../lib/yasr-shortcode-functions.php:527
341
- msgid "Loading, please wait"
342
- msgstr "Učitavanje, molimo pričekajte"
343
-
344
- #: ../yasr-metabox-top-right.php:147
345
- msgid "Save Vote"
346
- msgstr "Spremi Glas"
347
-
348
- #: ../yasr-metabox-top-right.php:166
349
- msgid "This review is about a..."
350
- msgstr "Ovaj pregled je o ..."
351
 
352
- #: ../yasr-metabox-top-right.php:217
353
- msgid "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> where you want to display this rating"
354
- msgstr "Ne zaboravite umetnuti ovaj shortcode <strong>[yasr_overall_rating]</strong> gdje želite prikazati ovu ocjenu"
 
355
 
356
- #: ../lib/yasr-shortcode-functions.php:293 ../lib/yasr-ajax-functions.php:1040
357
- #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
358
  msgid "Total: "
359
  msgstr "Ukupno:"
360
 
361
- #: ../lib/yasr-shortcode-functions.php:293
362
  msgid "Average: "
363
  msgstr "Prosječno:"
364
 
365
- #: ../lib/yasr-shortcode-functions.php:189
366
- #: ../lib/yasr-shortcode-functions.php:210
367
- #: ../lib/yasr-shortcode-functions.php:240
368
- msgid "You've already voted this article with"
369
- msgstr "Već ste glasovali za ovaj članak sa"
370
 
371
- #: ../lib/yasr-shortcode-functions.php:251
372
- #: ../lib/yasr-shortcode-functions.php:555
373
- msgid "You must sign to vote"
374
- msgstr "Morate se prijaviti / logirati za glasovanje"
375
 
376
- #: ../lib/yasr-shortcode-functions.php:710
 
 
 
 
 
 
377
  msgid "Rating"
378
  msgstr "Ocjena"
379
 
380
- #: ../lib/yasr-shortcode-functions.php:724
381
  msgid "You don't have any votes stored"
382
  msgstr "Vi nemate spremljenih glasova"
383
 
384
- #: ../lib/yasr-shortcode-functions.php:761
385
- #: ../lib/yasr-shortcode-functions.php:800
 
 
 
 
 
386
  msgid "Order By"
387
  msgstr "Sortiraj po"
388
 
389
- #: ../lib/yasr-shortcode-functions.php:761
390
- #: ../lib/yasr-shortcode-functions.php:800
391
  msgid "Most Rated"
392
  msgstr "Najocjenjivanije"
393
 
394
- #: ../lib/yasr-shortcode-functions.php:761
395
- #: ../lib/yasr-shortcode-functions.php:800
396
  msgid "Highest Rated"
397
  msgstr "Najviše ocjenjeno"
398
 
399
- #: ../lib/yasr-shortcode-functions.php:779
400
- #: ../lib/yasr-shortcode-functions.php:814
401
  msgid "Total:"
402
  msgstr "Ukupno:"
403
 
404
- #: ../lib/yasr-shortcode-functions.php:779
405
- #: ../lib/yasr-shortcode-functions.php:814
406
  msgid "Average"
407
  msgstr "Prosjek"
408
 
409
- #: ../lib/yasr-shortcode-functions.php:826
 
 
 
 
410
  msgid "You've not enought data"
411
  msgstr "Vi nemate dovoljno podataka"
412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
  #: ../lib/yasr-settings-functions.php:52
414
  msgid "General settings"
415
  msgstr "Opće Postavke"
@@ -418,13 +281,22 @@ msgstr "Opće Postavke"
418
  msgid "Auto insert options"
419
  msgstr "Opcije automatskog umetanja"
420
 
 
 
 
 
 
 
 
 
421
  #: ../lib/yasr-settings-functions.php:56
422
  msgid "Insert custom text to show before / after stars"
423
- msgstr "Umetnite prilagođeni tekst koji će se prikazati prije / nakon zvjezdica"
 
424
 
425
- #: ../lib/yasr-settings-functions.php:431
426
- msgid "Which color scheme do you want to use?"
427
- msgstr "Koju shemu boje želite koristiti?"
428
 
429
  #: ../lib/yasr-settings-functions.php:58
430
  msgid "Allow only logged in user to vote?"
@@ -442,7 +314,8 @@ msgstr "Kako želite ocijeniti \"Ukupna ocjena\"?"
442
  msgid "Use Auto Insert?"
443
  msgstr "Koristiti Auto Umetanje?"
444
 
445
- #: ../lib/yasr-settings-functions.php:77 ../lib/yasr-settings-functions.php:146
 
446
  #: ../lib/yasr-settings-functions.php:164
447
  #: ../lib/yasr-settings-functions.php:206
448
  #: ../lib/yasr-settings-functions.php:232
@@ -451,7 +324,8 @@ msgstr "Koristiti Auto Umetanje?"
451
  msgid "Yes"
452
  msgstr "Da"
453
 
454
- #: ../lib/yasr-settings-functions.php:91 ../lib/yasr-settings-functions.php:151
 
455
  #: ../lib/yasr-settings-functions.php:169
456
  #: ../lib/yasr-settings-functions.php:211
457
  #: ../lib/yasr-settings-functions.php:237
@@ -468,7 +342,7 @@ msgstr "Što?"
468
  msgid "Overall Rating / Author Rating"
469
  msgstr "Ukupna ocjena / Ocjena autora"
470
 
471
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
472
  msgid "Visitor Votes"
473
  msgstr "Glasovi posjetitelja"
474
 
@@ -492,18 +366,18 @@ msgstr "Nakon objave"
492
  msgid "Size"
493
  msgstr "Veličina"
494
 
495
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
496
- #: ../lib/yasr-ajax-functions.php:479
497
  msgid "Small"
498
  msgstr "Mala"
499
 
500
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
501
- #: ../lib/yasr-ajax-functions.php:480
502
  msgid "Medium"
503
  msgstr "Srednja"
504
 
505
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
506
- #: ../lib/yasr-ajax-functions.php:481
507
  msgid "Large"
508
  msgstr "Velika"
509
 
@@ -521,35 +395,66 @@ msgstr "Ovo vidite jer koristite prilagođene vrste objava."
521
 
522
  #: ../lib/yasr-settings-functions.php:175
523
  msgid "If you want to use auto insert only in custom post types, choose Yes"
524
- msgstr "Ako želite koristiti automatsko umetanje samo u prilagođenim vrstama objava, odaberite Da"
 
 
525
 
526
  #: ../lib/yasr-settings-functions.php:215
527
- msgid "If you enable this, \"Overall Rating\" will be showed not only in the single article or page, but also in pages like Home Page, category pages or archives."
528
- msgstr "Ako omogućite ovo, \"Ukupna ocjena\" će se prikazati ne samo u jednom članku ili stranici, nego i na stranicama poput početne stranice, stranicama kategorija ili arhivama."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
529
 
530
  #: ../lib/yasr-settings-functions.php:276
531
  msgid "Custom text to display before Overall Rating"
532
  msgstr "Prilagođeni tekst za prikaz prije Ukupne ocjene"
533
 
 
 
 
 
 
 
 
 
534
  #: ../lib/yasr-settings-functions.php:292
535
  msgid "Custom text to display when a non logged user has already rated"
536
- msgstr "Prilagođeni tekst za prikaz kada je neprijavljeni korisnik već ocijenio"
537
-
538
- #: ../lib/yasr-settings-functions.php:452
539
- msgid "Light"
540
- msgstr "Svijetla"
541
 
542
- #: ../lib/yasr-settings-functions.php:457
543
- msgid "Dark"
544
- msgstr "Tamna"
545
 
546
- #: ../lib/yasr-settings-functions.php:462
547
- msgid "Preview"
548
- msgstr "Pregled"
 
 
 
 
549
 
550
- #: ../lib/yasr-settings-functions.php:467
551
- msgid "Light theme"
552
- msgstr "Svijetla tema"
 
 
 
 
553
 
554
  #: ../lib/yasr-settings-functions.php:344
555
  msgid "Allow only logged-in users"
@@ -572,12 +477,20 @@ msgid "What is this?"
572
  msgstr "Što je ovo?"
573
 
574
  #: ../lib/yasr-settings-functions.php:379
575
- msgid "If you select \"Review Rating\", your site will be indexed from search engines like this: "
576
- msgstr "Ako odaberete \"Ocjena Recenzije\", vaša će stranica biti indeksirana od tražilica na ovaj način:"
 
 
 
 
577
 
578
  #: ../lib/yasr-settings-functions.php:384
579
- msgid "If, instead, you choose \"Aggregate Rating\", your site will be indexed like this"
580
- msgstr "Ako, umjesto toga, odaberete \"Skupna Ocjena\", vaša stranica će biti indeksirana na ovaj način"
 
 
 
 
581
 
582
  #: ../lib/yasr-settings-functions.php:402
583
  msgid "Stars"
@@ -587,18 +500,50 @@ msgstr "Zvjezdice"
587
  msgid "Numbers"
588
  msgstr "Brojevi"
589
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
590
  #: ../lib/yasr-settings-functions.php:487
591
  msgid "Add New Multiple Set"
592
  msgstr "Dodaj novi Višestruki Komplet"
593
 
594
  #: ../lib/yasr-settings-functions.php:488
595
- msgid "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 characters"
596
- msgstr "Nazivi, Element#1 i Element#2 MORAJU biti ispunjeni i sastojati se od najmanje 3 slova"
 
 
 
 
597
 
598
  #: ../lib/yasr-settings-functions.php:491
599
  msgid "Name"
600
  msgstr "Naziv"
601
 
 
 
 
 
602
  #: ../lib/yasr-settings-functions.php:501
603
  msgid "Element "
604
  msgstr "Element"
@@ -608,7 +553,7 @@ msgid "Create New Set"
608
  msgstr "Kreiraj novi komplet"
609
 
610
  #: ../lib/yasr-settings-functions.php:532
611
- #: ../lib/yasr-settings-functions.php:564
612
  msgid "Manage Multiple Set"
613
  msgstr "Upravljanje višestrukim kompletom"
614
 
@@ -616,42 +561,46 @@ msgstr "Upravljanje višestrukim kompletom"
616
  msgid "Wich set do you want to edit or remove?"
617
  msgstr "Koji komplet želite urediti ili ukloniti?"
618
 
619
- #: ../lib/yasr-settings-functions.php:574
620
- #: ../lib/yasr-settings-functions.php:692
621
  msgid "Field name"
622
  msgstr "Naziv polja"
623
 
624
- #: ../lib/yasr-settings-functions.php:578
625
- #: ../lib/yasr-settings-functions.php:696
626
  msgid "Remove"
627
  msgstr "Ukloni"
628
 
629
- #: ../lib/yasr-settings-functions.php:620
630
- #: ../lib/yasr-settings-functions.php:738
631
  msgid "Remove whole set?"
632
  msgstr "Ukloniti cijeli komplet?"
633
 
634
- #: ../lib/yasr-settings-functions.php:633
635
- #: ../lib/yasr-settings-functions.php:751
636
- msgid "If you remove something you will remove all the votes for that set or field. This operation CAN'T BE undone."
637
- msgstr "Ako nešto uklonite vi ćete s tim ukloniti i sve glasove za taj komplet ili polje. Ovaj se postupak ne može poništiti."
 
 
 
 
638
 
639
- #: ../lib/yasr-settings-functions.php:640
640
- #: ../lib/yasr-settings-functions.php:758
641
  msgid "You can use up to 9 elements"
642
  msgstr "Možete koristiti do 9 elemenata"
643
 
644
- #: ../lib/yasr-settings-functions.php:642
645
- #: ../lib/yasr-settings-functions.php:760
646
  msgid "Add element"
647
  msgstr "Dodaj element"
648
 
649
- #: ../lib/yasr-settings-functions.php:644
650
- #: ../lib/yasr-settings-functions.php:762
651
  msgid "Save changes"
652
  msgstr "Spremi promjene"
653
 
654
- #: ../lib/yasr-settings-functions.php:654
655
  msgid "No Multiple Set were found"
656
  msgstr "Višestruki Kompleti nisu pronađeni"
657
 
@@ -662,61 +611,191 @@ msgstr "Postavke spremljene"
662
 
663
  #: ../lib/yasr-settings-functions.php:909
664
  msgid "Something goes wrong trying insert set field name. Please report it"
665
- msgstr "Nešto je pošlo po krivu dok ste pokušavali umetnuti naziv polja. Molimo, prijavite ovo"
 
 
666
 
667
  #: ../lib/yasr-settings-functions.php:915
668
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
669
- msgstr "Nešto je pošlo po krivu dok ste pokušavali umetnuti naziv za Višestruki Komplet. Molimo, prijavite ovo"
 
 
670
 
671
  #: ../lib/yasr-settings-functions.php:990
672
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
673
- msgstr "Nešto je pošlo po krivu dok ste pokušavali obrisati Višestruki Komplet. Molimo, prijavite ovo"
 
 
674
 
675
  #: ../lib/yasr-settings-functions.php:1036
676
- msgid "Something goes wrong trying to delete a Multi Set's element. Please report it"
677
- msgstr "Nešto je pošlo po krivu dok ste pokušavali obrisati Višestruki Komplet element. Molimo, prijavite ovo"
 
 
 
678
 
679
  #: ../lib/yasr-settings-functions.php:1100
680
- msgid "Something goes wrong trying to update a Multi Set's element. Please report it"
681
- msgstr "Nešto je pošlo po krivu dok ste pokušavali ažurirati Višestruki Komplet element. Molimo, prijavite ovo"
 
 
 
682
 
683
  #: ../lib/yasr-settings-functions.php:1157
684
- msgid "Something goes wrong trying to insert set field name in edit form. Please report it"
685
- msgstr "Nešto je pošlo po krivu dok ste pokušavali umetnuti naziv polja u formi za uređivanje. Molimo, prijavite ovo"
 
 
 
 
686
 
687
- #: ../lib/yasr-settings-functions.php:1200
688
  msgid "Style Options"
689
  msgstr "Opcije stila"
690
 
691
- #: ../lib/yasr-settings-functions.php:1201
692
  msgid "Custom CSS Styles"
693
  msgstr "Prilagođeni CSS stilovi"
694
 
695
- #: ../lib/yasr-settings-functions.php:1206
696
- msgid "Please use text area below to write your own CSS styles to override the default ones."
697
- msgstr "Molimo da koristite tekstualni prostor ispod da napišete vlastitie CSS stilove koji će nadjačati default."
698
-
699
  #: ../lib/yasr-settings-functions.php:1208
 
 
 
 
 
 
 
 
700
  msgid "Leave it blank if you don't know what you're doing"
701
  msgstr "Ostavite to prazno, ako ne znate što radite"
702
 
703
- #: ../lib/yasr-settings-functions.php:1395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
704
  msgid "No previous Gd Star Rating installation was found"
705
  msgstr "Prethodna instalacija Gd Star Rating nije nađena"
706
 
707
- #: ../lib/yasr-ajax-functions.php:765
708
- msgid "No Recenet votes yet"
709
- msgstr "Još nema novih glasova:"
710
 
711
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
712
  msgid "anonymous"
713
  msgstr "anonimno"
714
 
715
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
 
 
 
 
 
716
  msgid "Ip address"
717
  msgstr "IP adresa"
718
 
719
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
720
  msgid "Pages"
721
  msgstr "Stranice"
722
 
@@ -736,215 +815,311 @@ msgstr "Vi nemate dovoljno ovlasti za umetanje Ukupne Ocjene"
736
  msgid "You don't have enought privileges to insert Multi Set"
737
  msgstr "Vi nemate dovoljno ovlasti za umetanje Višestrukog Kompleta"
738
 
739
- #: ../lib/yasr-functions.php:309
740
- msgid " reviewed by "
 
741
  msgstr "pregledano od strane"
742
 
743
- #: ../lib/yasr-functions.php:310
744
  msgid " on "
745
  msgstr "dana"
746
 
747
- #: ../lib/yasr-functions.php:311
748
- msgid " rated "
 
 
 
 
 
 
 
 
 
 
749
  msgstr "ocijenjeno"
750
 
751
- #: ../lib/yasr-functions.php:311
752
- msgid " of"
 
753
  msgstr "od"
754
 
755
- #: ../lib/yasr-functions.php:358
756
  msgid " written by "
757
  msgstr "napisao"
758
 
759
- #: ../lib/yasr-functions.php:360
760
  msgid " average rating "
761
  msgstr "prosječna ocjena"
762
 
763
- #: ../lib/yasr-functions.php:361
764
  msgid " user ratings"
765
  msgstr "ocjena korisnika"
766
 
767
- #: ../lib/yasr-settings-functions.php:1338
768
- #: ../lib/yasr-settings-functions.php:1365
769
- msgid "Follow YASR official site!"
770
- msgstr "Pratite službenu stranicu YASR!"
771
-
772
- #: ../lib/yasr-ajax-functions.php:96
773
  msgid "You've rated it "
774
  msgstr "To ste već ocijenili"
775
 
776
- #: ../lib/yasr-ajax-functions.php:100
777
  msgid "You've reset the vote"
778
  msgstr "Vi ste resetirali glasovanje"
779
 
780
- #: ../lib/yasr-ajax-functions.php:164
781
- msgid "There was an error while trying to insert the review type. Please report it"
782
- msgstr "Došlo je do greške prilikom pokušaja umetanja vrste recenzije. Molimo, prijavite to"
 
 
 
783
 
784
- #: ../lib/yasr-ajax-functions.php:198
785
  msgid "Choose a vote for each element"
786
  msgstr "Odaberite glas za svaki element"
787
 
788
- #: ../lib/yasr-ajax-functions.php:268
 
 
 
 
 
 
 
 
 
 
 
 
789
  msgid "Choose a vote for every element"
790
  msgstr "Odaberite glas za sve elemente"
791
 
792
- #: ../lib/yasr-ajax-functions.php:441
793
  msgid "Main"
794
  msgstr "Glavno"
795
 
796
- #: ../lib/yasr-ajax-functions.php:442
797
  msgid "Charts"
798
  msgstr "Karte"
799
 
800
- #: ../lib/yasr-ajax-functions.php:444
801
  msgid "Read the doc"
802
  msgstr "Pročitaj dokument"
803
 
804
- #: ../lib/yasr-ajax-functions.php:453
805
  msgid "Overall Rating / Review"
806
  msgstr "Ukupna ocijena / Recenzija"
807
 
808
- #: ../lib/yasr-ajax-functions.php:455
809
  msgid "Insert Overall Rating"
810
  msgstr "Umetni Ukupna ocijena"
811
 
812
- #: ../lib/yasr-ajax-functions.php:456
813
  msgid "Insert Overall Rating / Review for this post"
814
  msgstr "Umetni Ukupna ocijena / Recenzija za ovu objavu"
815
 
816
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
817
  msgid "Choose Size"
818
  msgstr "Odaberi veličinu"
819
 
820
- #: ../lib/yasr-ajax-functions.php:473
821
  msgid "Insert Visitor Votes"
822
  msgstr "Umetni glasove posjetitelja"
823
 
824
- #: ../lib/yasr-ajax-functions.php:474
825
  msgid "Insert the ability for your visitor to vote"
826
  msgstr "Umetni sposobnost za vaše posjetitelje da glasaju"
827
 
828
- #: ../lib/yasr-ajax-functions.php:491
829
  msgid "If you want to insert a Multi Set, pick one:"
830
  msgstr "Ako želite umetnuti Višestruki Komplet, odaberite jedan:"
831
 
832
- #: ../lib/yasr-ajax-functions.php:497
833
  msgid "Choose wich set you want to insert."
834
  msgstr "Odaberite koji komplet želite umetnuti."
835
 
836
- #: ../lib/yasr-ajax-functions.php:511
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
837
  msgid "Insert Multiset:"
838
  msgstr "Umetni Višestruki Komplet:"
839
 
840
- #: ../lib/yasr-ajax-functions.php:514
841
  msgid "Insert Multiple Set"
842
  msgstr "Umetni Višestruki Komplet"
843
 
844
- #: ../lib/yasr-ajax-functions.php:532
845
  msgid "Ranking reviews"
846
  msgstr "Rangiranje recenzija"
847
 
848
- #: ../lib/yasr-ajax-functions.php:533
849
  msgid "Insert Ranking reviews"
850
  msgstr "Umetni Rangiranje recenzija"
851
 
852
- #: ../lib/yasr-ajax-functions.php:534
853
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
854
  msgstr "Umetni 10 najboljih rangiranja za [yasr_overall_rating] shortcode"
855
 
856
- #: ../lib/yasr-ajax-functions.php:538
857
  msgid "Users' ranking"
858
  msgstr "Rangiranje korisnika"
859
 
860
- #: ../lib/yasr-ajax-functions.php:539
861
  msgid "Insert Users ranking"
862
  msgstr "Umetni rangiranje korisnika"
863
 
864
- #: ../lib/yasr-ajax-functions.php:540
865
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
866
  msgstr "Umetni 10 najboljih rangiranja za [yasr_visitor_votes] shortcode"
867
 
868
- #: ../lib/yasr-ajax-functions.php:544
869
  msgid "Most active reviewers"
870
  msgstr "Najaktivniji recenzenti"
871
 
872
- #: ../lib/yasr-ajax-functions.php:545
873
  msgid "Insert Most Active Reviewers"
874
  msgstr "Umetni najaktivnije recenzente"
875
 
876
- #: ../lib/yasr-ajax-functions.php:546
877
  msgid "Insert Top 5 active reviewers"
878
  msgstr "Umetni 5 najaktivnijih recenzenata"
879
 
880
- #: ../lib/yasr-ajax-functions.php:550
881
  msgid "Most Active Users"
882
  msgstr "Najaktivniji korisnici"
883
 
884
- #: ../lib/yasr-ajax-functions.php:551
885
  msgid "Insert Most Active Users"
886
  msgstr "Umetni najaktivnije korisnike"
887
 
888
- #: ../lib/yasr-ajax-functions.php:552
889
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
890
  msgstr "Umetni 10 najboljih glasača [yasr_visitor_votes] shortcode"
891
 
892
- #: ../lib/yasr-ajax-functions.php:623
893
  msgid "Reviews and Visitor Votes have been successfull imported."
894
  msgstr "Recenzije i glasovi posjetitelja su uspješno uvezeni."
895
 
896
- #: ../lib/yasr-ajax-functions.php:629
897
- msgid "Step2: I will check if you used Multiple Sets and if so I will import them. THIS MAY TAKE A WHILE!"
898
- msgstr "Korak2: Provjera, ako koristite Višestruke Komplete to će biti uveženo. OVO MOŽE POTRAJATI!"
 
 
 
 
899
 
900
- #: ../lib/yasr-ajax-functions.php:631
901
  msgid "Proceed Step 2"
902
  msgstr "Nastaviti s Korak 2"
903
 
904
- #: ../lib/yasr-ajax-functions.php:638
905
  msgid "Something goes wrong! Refresh the page and try again!"
906
  msgstr "Nešto je krenulo pogrešno! Osvježite stranicu i pokušajte ponovno!"
907
 
908
- #: ../lib/yasr-ajax-functions.php:667
909
  msgid "I've found Multiple Set! Importing..."
910
  msgstr "Nađeni su Višestruki Kompleti! Uvoženje ..."
911
 
912
- #: ../lib/yasr-ajax-functions.php:676
913
  msgid "Multi Set's name has been successfull imported."
914
  msgstr "Nazivi Višestrukih Kompleta su uvezeni uspješno."
915
 
916
- #: ../lib/yasr-ajax-functions.php:678
917
  msgid "Now I'm going to import Multi Set data"
918
  msgstr "Sada ćemo uvesti podatke od Višestrukih Kompleta"
919
 
920
- #: ../lib/yasr-ajax-functions.php:689
921
  msgid "All votes has been successfull imported."
922
  msgstr "Svi glasovi su uspješno uvezeni."
923
 
924
- #: ../lib/yasr-ajax-functions.php:691
925
  msgid "Done"
926
  msgstr "Napravljeno"
927
 
928
- #: ../lib/yasr-ajax-functions.php:696
929
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
930
- msgstr "Nađeni su glasovi od Višestrukih Kompleta ali ih nije moguće umetnuti u bazu podataka"
 
 
931
 
932
- #: ../lib/yasr-ajax-functions.php:704
933
  msgid "I've found Multi Set but with no data"
934
  msgstr "Nađeni su Višestruki Kompleti ali bez podataka"
935
 
936
- #: ../lib/yasr-ajax-functions.php:713
937
  msgid "I've found Multi Sets names but I couldn't insert into db"
938
- msgstr "Nađeni su nazivi Višestrukih Kompleta ali ih nije moguće umetnuti u bazu podataka"
 
 
939
 
940
- #: ../lib/yasr-ajax-functions.php:721
941
  msgid "Multisets were not found. Imported is done!"
942
  msgstr "Višestruki Kompleti nisu nađeni. Uvoženje je gotovo!"
943
 
944
- #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
 
 
 
 
 
 
 
 
 
945
  msgid "Error: you can't vote 0"
946
  msgstr "Greška: vi ne možete glasovati sa 0"
947
 
948
- #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
 
 
 
 
949
  msgid "Vote Saved"
950
- msgstr "Glas spremljen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Yet Another Stars Rating package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Yet Another Stars Rating\n"
6
+ "POT-Creation-Date: 2015-09-10 11:38+0100\n"
7
+ "PO-Revision-Date: 2015-09-10 11:43+0100\n"
8
+ "Last-Translator: Dario <thedudoworld@gmail.com>\n"
9
+ "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
14
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
15
+ "X-Generator: Poedit 1.5.4\n"
16
+ "Language: hr_HR\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
+ #: ../yasr-metabox-top-right.php:75 ../yasr-metabox-top-right.php:109
19
+ msgid "Rate this article / item"
20
+ msgstr "Ocijenite ovaj članak / stavku"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
23
+ #: ../lib/yasr-shortcode-functions.php:546
24
+ msgid "Loading, please wait"
25
+ msgstr "Učitavanje, molimo pričekajte"
26
 
27
+ #: ../yasr-metabox-top-right.php:157
28
+ msgid "Save Vote"
29
+ msgstr "Spremi Glas"
30
 
31
+ #: ../yasr-metabox-top-right.php:176
32
+ msgid "This review is about a..."
33
+ msgstr "Ovaj pregled je o ..."
34
 
35
+ #: ../yasr-metabox-top-right.php:181
36
+ msgid "Product, Place, Other"
37
+ msgstr "Proizvod, Mjesto, Ostalo"
38
 
39
+ #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
40
+ #: ../lib/yasr-settings-functions.php:542
41
+ msgid "Select"
42
+ msgstr "Odaberi"
43
 
44
+ #: ../yasr-metabox-top-right.php:234
45
+ msgid ""
46
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
47
+ "where you want to display this rating"
48
+ msgstr ""
49
+ "Ne zaboravite umetnuti ovaj shortcode <strong>[yasr_overall_rating]</strong> "
50
+ "gdje želite prikazati ovu ocjenu"
51
 
52
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
53
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
54
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
55
  msgid "You do not have sufficient permissions to access this page."
56
  msgstr "Nemate potrebne ovlasti za pristup ovoj stranici."
57
 
58
+ #: ../yasr-settings-page.php:37
59
  msgid "Settings"
60
  msgstr "Postavke"
61
 
62
+ #: ../yasr-settings-page.php:80
63
  msgid "General Settings"
64
  msgstr "Opće Postavke"
65
 
66
+ #: ../yasr-settings-page.php:81
67
  msgid "Multi Sets"
68
  msgstr "Višestruki Kompleti"
69
 
70
+ #: ../yasr-settings-page.php:82
71
  msgid "Styles"
72
  msgstr "Stilovi"
73
 
74
+ #: ../yasr-settings-page.php:83
75
+ msgid "Pro Features!"
76
+ msgstr "Pro značajke!"
77
+
78
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
79
+ #: ../yasr-settings-page.php:297
80
  msgid "Save"
81
  msgstr "Spremi"
82
 
83
+ #: ../yasr-settings-page.php:125
84
  msgid "Import Gd Star Rating"
85
  msgstr "Uvoz Gd Star Rating"
86
 
87
+ #: ../yasr-settings-page.php:126
88
  msgid "I've found a previous installation of Gd Star Rating."
89
  msgstr "Nađena je prethodna instalacija od Gd Star Rating."
90
 
91
+ #: ../yasr-settings-page.php:126
92
  msgid "Do you want proceed to import data?"
93
  msgstr "Želite li nastaviti i uvesti podatke?"
94
 
95
+ #: ../yasr-settings-page.php:128
96
  msgid "Yes, Begin Import"
97
  msgstr "Da, započni uvoz"
98
 
99
+ #: ../yasr-settings-page.php:132
100
  msgid "Click on Proceed to import Gd Star Rating data."
101
  msgstr "Kliknite na Nastavi uvoziti Gd Star Rating podatke."
102
 
103
+ #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
104
  msgid "Proceed"
105
  msgstr "Nastaniti"
106
 
107
+ #: ../yasr-settings-page.php:157
108
  msgid "Manage GD Star Data"
109
  msgstr "Upravljanje s GD Star podacima"
110
 
111
+ #: ../yasr-settings-page.php:158
112
  msgid "Gd Star Rating has been already imported."
113
  msgstr "Gd Star Rating je već uvezen."
114
 
115
+ #: ../yasr-settings-page.php:159
116
  msgid "If you wish you can import it again, but"
117
  msgstr "Ako želite to možete ponovno uvesti, ali"
118
 
119
+ #: ../yasr-settings-page.php:159
120
  msgid "you will lose all data you've collect since the import!"
121
  msgstr "izgubit ćete sve podatke koje ste prikupili nakon uvoza!"
122
 
123
+ #: ../yasr-settings-page.php:161
124
  msgid "Ok, Import Again"
125
  msgstr "U redu, Uvezi ponovo"
126
 
127
+ #: ../yasr-settings-page.php:165
128
+ msgid ""
129
+ "Click on Proceed to import again Gd Star Rating data. This may take a while!"
130
+ msgstr ""
131
+ "Kliknite na Nastaviti da ponovno uvezete Gd Star Rating podatke. To može "
132
+ "potrajati neko vrijeme!"
133
 
134
+ #: ../yasr-settings-page.php:205
135
  msgid "Manage Multi Set"
136
  msgstr "Upravljanje Višestrukim Kompletom"
137
 
138
+ #: ../yasr-settings-page.php:209
139
  msgid "What is a Multi Set?"
140
  msgstr "Što je Višestruki Komplet?"
141
 
142
+ #: ../yasr-settings-page.php:214
143
+ msgid ""
144
+ "Multi Set allows you to insert a rate for each aspect about the product / "
145
+ "local business / whetever you're reviewing, example in the image below."
146
+ msgstr ""
147
+ "Višestruki Komplet omogućuje umetanje ocjene za svaki aspekt o proizvodu / "
148
+ "lokalnoj tvrtki / štogod da pregledavate, primjer je na slici ispod."
149
 
150
+ #: ../yasr-settings-page.php:218
151
+ msgid ""
152
+ "You can create up to 99 different Multi Set and each one can contain up to 9 "
153
+ "different fields. Once you've saved it, you can insert the rates while "
154
+ "typing your article in the box below the editor, as you can see in this "
155
+ "image (click to see it larger)"
156
+ msgstr ""
157
+ "Možete kreirati do 99 različitih Višestrukih Kompleta a svaki od njih može "
158
+ "sadržavati do 9 različitih polja. Nakon što to spremite, možete umetnuti "
159
+ "ocjene dok pišete članak u polju ispod uređivača, kao što možete vidjeti na "
160
+ "ovoj slici (kliknite da vidite veću sliku)"
161
 
162
+ #: ../yasr-settings-page.php:222
163
+ msgid ""
164
+ "In order to insert your Multi Sets into a post or page, you can either past "
165
+ "the short code that will appear at the bottom of the box or just click on "
166
+ "the star in the graphic editor and select \"Insert Multi Set\"."
167
+ msgstr ""
168
+ "Da bi dodali Višestruke Komplete u objavu ili stranicu, možete ili zaljepiti "
169
+ "kratko kod koji će se pojaviti na dnu okvira ili samo kliknite na zvjezdicu "
170
+ "u grafičkom uređivaču i odaberite \"Umetni Višestruki Komplet\"."
171
 
172
+ #: ../yasr-settings-page.php:228
173
  msgid "Close this message"
174
  msgstr "Zatvori ovu poruku"
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  #: ../yasr-metabox-multiple-rating.php:35
177
  msgid "Choose wich set you want to use"
178
  msgstr "Odaberite komplet kojeg želite koristiti"
179
 
180
+ #: ../lib/yasr-shortcode-functions.php:202
181
+ #: ../lib/yasr-shortcode-functions.php:223
182
+ #: ../lib/yasr-shortcode-functions.php:253
183
+ msgid "You've already voted this article with"
184
+ msgstr "Već ste glasovali za ovaj članak sa"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
 
186
+ #: ../lib/yasr-shortcode-functions.php:264
187
+ #: ../lib/yasr-shortcode-functions.php:574
188
+ msgid "You must sign to vote"
189
+ msgstr "Morate se prijaviti / logirati za glasovanje"
190
 
191
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
192
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
193
  msgid "Total: "
194
  msgstr "Ukupno:"
195
 
196
+ #: ../lib/yasr-shortcode-functions.php:306
197
  msgid "Average: "
198
  msgstr "Prosječno:"
199
 
200
+ #: ../lib/yasr-shortcode-functions.php:322
201
+ msgid "bad, poor, ok, good, super"
202
+ msgstr "loše, slabo, zadovoljavajuće, dobro, super"
 
 
203
 
204
+ #: ../lib/yasr-shortcode-functions.php:553
205
+ msgid "Thank you for voting! "
206
+ msgstr "Hvala vam za glasovanje!"
 
207
 
208
+ #: ../lib/yasr-shortcode-functions.php:564
209
+ #: ../lib/yasr-shortcode-functions.php:572
210
+ #: ../lib/yasr-shortcode-functions.php:584
211
+ msgid "Submit!"
212
+ msgstr "Pošalji!"
213
+
214
+ #: ../lib/yasr-shortcode-functions.php:761
215
  msgid "Rating"
216
  msgstr "Ocjena"
217
 
218
+ #: ../lib/yasr-shortcode-functions.php:775
219
  msgid "You don't have any votes stored"
220
  msgstr "Vi nemate spremljenih glasova"
221
 
222
+ #: ../lib/yasr-shortcode-functions.php:811
223
+ #: ../lib/yasr-shortcode-functions.php:850
224
+ msgid "Post / Page"
225
+ msgstr "Objava / Stranica"
226
+
227
+ #: ../lib/yasr-shortcode-functions.php:812
228
+ #: ../lib/yasr-shortcode-functions.php:851
229
  msgid "Order By"
230
  msgstr "Sortiraj po"
231
 
232
+ #: ../lib/yasr-shortcode-functions.php:812
233
+ #: ../lib/yasr-shortcode-functions.php:851
234
  msgid "Most Rated"
235
  msgstr "Najocjenjivanije"
236
 
237
+ #: ../lib/yasr-shortcode-functions.php:812
238
+ #: ../lib/yasr-shortcode-functions.php:851
239
  msgid "Highest Rated"
240
  msgstr "Najviše ocjenjeno"
241
 
242
+ #: ../lib/yasr-shortcode-functions.php:830
243
+ #: ../lib/yasr-shortcode-functions.php:865
244
  msgid "Total:"
245
  msgstr "Ukupno:"
246
 
247
+ #: ../lib/yasr-shortcode-functions.php:830
248
+ #: ../lib/yasr-shortcode-functions.php:865
249
  msgid "Average"
250
  msgstr "Prosjek"
251
 
252
+ #: ../lib/yasr-shortcode-functions.php:842
253
+ msgid "You've not enough data"
254
+ msgstr "Vi nemate dovoljno podataka"
255
+
256
+ #: ../lib/yasr-shortcode-functions.php:877
257
  msgid "You've not enought data"
258
  msgstr "Vi nemate dovoljno podataka"
259
 
260
+ #: ../lib/yasr-shortcode-functions.php:962
261
+ msgid ""
262
+ "Problem while retrieving the top 5 most active reviewers. Did you publish "
263
+ "any review?"
264
+ msgstr ""
265
+ "Problem prilikom dohvaćanja 5 najaktivnijih recenzija. Jeste li objaviti "
266
+ "neki pregled?"
267
+
268
+ #: ../lib/yasr-shortcode-functions.php:1030
269
+ msgid ""
270
+ "Problem while retrieving the top 10 active users chart. Are you sure you "
271
+ "have votes to show?"
272
+ msgstr ""
273
+ "Problem prilikom dohvaćanja grafikona 10 najaktivnijih korisnika. Jeste li "
274
+ "sigurni da imate glasove za prikazivanje?"
275
+
276
  #: ../lib/yasr-settings-functions.php:52
277
  msgid "General settings"
278
  msgstr "Opće Postavke"
281
  msgid "Auto insert options"
282
  msgstr "Opcije automatskog umetanja"
283
 
284
+ #: ../lib/yasr-settings-functions.php:54
285
+ msgid "Show \"Overall Rating\" in Archive Page?"
286
+ msgstr "Prikazati \"Ukupna ocijena\" na stranici arhive?"
287
+
288
+ #: ../lib/yasr-settings-functions.php:55
289
+ msgid "Show \"Visitor Votes\" in Archive Page?"
290
+ msgstr "Prikazati \"Glasovi posjetitelja\" na stranici arhive? "
291
+
292
  #: ../lib/yasr-settings-functions.php:56
293
  msgid "Insert custom text to show before / after stars"
294
+ msgstr ""
295
+ "Umetnite prilagođeni tekst koji će se prikazati prije / nakon zvjezdica"
296
 
297
+ #: ../lib/yasr-settings-functions.php:57
298
+ msgid "Do you want show stats for visitors votes?"
299
+ msgstr "Želite li pokazati statistiku za glasove posjetitelja?"
300
 
301
  #: ../lib/yasr-settings-functions.php:58
302
  msgid "Allow only logged in user to vote?"
314
  msgid "Use Auto Insert?"
315
  msgstr "Koristiti Auto Umetanje?"
316
 
317
+ #: ../lib/yasr-settings-functions.php:77
318
+ #: ../lib/yasr-settings-functions.php:146
319
  #: ../lib/yasr-settings-functions.php:164
320
  #: ../lib/yasr-settings-functions.php:206
321
  #: ../lib/yasr-settings-functions.php:232
324
  msgid "Yes"
325
  msgstr "Da"
326
 
327
+ #: ../lib/yasr-settings-functions.php:91
328
+ #: ../lib/yasr-settings-functions.php:151
329
  #: ../lib/yasr-settings-functions.php:169
330
  #: ../lib/yasr-settings-functions.php:211
331
  #: ../lib/yasr-settings-functions.php:237
342
  msgid "Overall Rating / Author Rating"
343
  msgstr "Ukupna ocjena / Ocjena autora"
344
 
345
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
346
  msgid "Visitor Votes"
347
  msgstr "Glasovi posjetitelja"
348
 
366
  msgid "Size"
367
  msgstr "Veličina"
368
 
369
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
370
+ #: ../lib/yasr-ajax-functions.php:508
371
  msgid "Small"
372
  msgstr "Mala"
373
 
374
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
375
+ #: ../lib/yasr-ajax-functions.php:509
376
  msgid "Medium"
377
  msgstr "Srednja"
378
 
379
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
380
+ #: ../lib/yasr-ajax-functions.php:510
381
  msgid "Large"
382
  msgstr "Velika"
383
 
395
 
396
  #: ../lib/yasr-settings-functions.php:175
397
  msgid "If you want to use auto insert only in custom post types, choose Yes"
398
+ msgstr ""
399
+ "Ako želite koristiti automatsko umetanje samo u prilagođenim vrstama objava, "
400
+ "odaberite Da"
401
 
402
  #: ../lib/yasr-settings-functions.php:215
403
+ msgid ""
404
+ "If you enable this, \"Overall Rating\" will be showed not only in the single "
405
+ "article or page, but also in pages like Home Page, category pages or "
406
+ "archives."
407
+ msgstr ""
408
+ "Ako omogućite ovo, \"Ukupna ocjena\" će se prikazati ne samo u jednom članku "
409
+ "ili stranici, nego i na stranicama poput početne stranice, stranicama "
410
+ "kategorija ili arhivama."
411
+
412
+ #: ../lib/yasr-settings-functions.php:241
413
+ msgid ""
414
+ "If you enable this, \"Visitor Votes\" will be showed not only in the single "
415
+ "article or page, but also in pages like Home Page, category pages or "
416
+ "archives."
417
+ msgstr ""
418
+ "Ako ovo omogućite, \"Glasovi posjetitelja\" će se prikazati ne samo u jednoj "
419
+ "objavi ili stranici, nego također i na stranicama poput početne stranice, "
420
+ "stranicama s kategorijama ili arhivama."
421
 
422
  #: ../lib/yasr-settings-functions.php:276
423
  msgid "Custom text to display before Overall Rating"
424
  msgstr "Prilagođeni tekst za prikaz prije Ukupne ocjene"
425
 
426
+ #: ../lib/yasr-settings-functions.php:281
427
+ msgid "Custom text to display BEFORE Visitor Rating"
428
+ msgstr "Prilagođeni tekst za prikaz PRIJE Ocjene Posjetitelja"
429
+
430
+ #: ../lib/yasr-settings-functions.php:287
431
+ msgid "Custom text to display AFTER Visitor Rating"
432
+ msgstr "Prilagođeni tekst za prikaz NAKON Ocjene Posjetitelja"
433
+
434
  #: ../lib/yasr-settings-functions.php:292
435
  msgid "Custom text to display when a non logged user has already rated"
436
+ msgstr ""
437
+ "Prilagođeni tekst za prikaz kada je neprijavljeni korisnik već ocijenio"
 
 
 
438
 
439
+ #: ../lib/yasr-settings-functions.php:297
440
+ msgid "Help"
441
+ msgstr "Pomoć"
442
 
443
+ #: ../lib/yasr-settings-functions.php:301
444
+ msgid ""
445
+ "In the first field you can use %overall_rating% pattern to show the overall "
446
+ "rating."
447
+ msgstr ""
448
+ "U prvom polju možete koristiti %overall_rating% obrazac za prikaz ukupne "
449
+ "ocjene."
450
 
451
+ #: ../lib/yasr-settings-functions.php:305
452
+ msgid ""
453
+ "In the Second and Third fields you can use %total_count% pattern to show the "
454
+ "total count, and %average% pattern to show the average"
455
+ msgstr ""
456
+ "U drugom i trećem polju vi možete koristiti %total_count% obrazac da "
457
+ "prikažete ukupan broj, a %average% obrazac da prikažete prosjek"
458
 
459
  #: ../lib/yasr-settings-functions.php:344
460
  msgid "Allow only logged-in users"
477
  msgstr "Što je ovo?"
478
 
479
  #: ../lib/yasr-settings-functions.php:379
480
+ msgid ""
481
+ "If you select \"Review Rating\", your site will be indexed from search "
482
+ "engines like this: "
483
+ msgstr ""
484
+ "Ako odaberete \"Ocjena Recenzije\", vaša će stranica biti indeksirana od "
485
+ "tražilica na ovaj način:"
486
 
487
  #: ../lib/yasr-settings-functions.php:384
488
+ msgid ""
489
+ "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
490
+ "this"
491
+ msgstr ""
492
+ "Ako, umjesto toga, odaberete \"Skupna Ocjena\", vaša stranica će biti "
493
+ "indeksirana na ovaj način"
494
 
495
  #: ../lib/yasr-settings-functions.php:402
496
  msgid "Stars"
500
  msgid "Numbers"
501
  msgstr "Brojevi"
502
 
503
+ #: ../lib/yasr-settings-functions.php:431
504
+ msgid "Which color scheme do you want to use?"
505
+ msgstr "Koju shemu boje želite koristiti?"
506
+
507
+ #: ../lib/yasr-settings-functions.php:452
508
+ msgid "Light"
509
+ msgstr "Svijetla"
510
+
511
+ #: ../lib/yasr-settings-functions.php:457
512
+ msgid "Dark"
513
+ msgstr "Tamna"
514
+
515
+ #: ../lib/yasr-settings-functions.php:462
516
+ msgid "Preview"
517
+ msgstr "Pregled"
518
+
519
+ #: ../lib/yasr-settings-functions.php:467
520
+ msgid "Light theme"
521
+ msgstr "Svijetla tema"
522
+
523
+ #: ../lib/yasr-settings-functions.php:472
524
+ msgid "Dark theme"
525
+ msgstr "Tamna tema"
526
+
527
  #: ../lib/yasr-settings-functions.php:487
528
  msgid "Add New Multiple Set"
529
  msgstr "Dodaj novi Višestruki Komplet"
530
 
531
  #: ../lib/yasr-settings-functions.php:488
532
+ msgid ""
533
+ "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
534
+ "characters"
535
+ msgstr ""
536
+ "Nazivi, Element#1 i Element#2 MORAJU biti ispunjeni i sastojati se od "
537
+ "najmanje 3 slova"
538
 
539
  #: ../lib/yasr-settings-functions.php:491
540
  msgid "Name"
541
  msgstr "Naziv"
542
 
543
+ #: ../lib/yasr-settings-functions.php:496
544
+ msgid "You can insert up to nine elements"
545
+ msgstr "Možete umetnuti do devet elemenata"
546
+
547
  #: ../lib/yasr-settings-functions.php:501
548
  msgid "Element "
549
  msgstr "Element"
553
  msgstr "Kreiraj novi komplet"
554
 
555
  #: ../lib/yasr-settings-functions.php:532
556
+ #: ../lib/yasr-settings-functions.php:565
557
  msgid "Manage Multiple Set"
558
  msgstr "Upravljanje višestrukim kompletom"
559
 
561
  msgid "Wich set do you want to edit or remove?"
562
  msgstr "Koji komplet želite urediti ili ukloniti?"
563
 
564
+ #: ../lib/yasr-settings-functions.php:575
565
+ #: ../lib/yasr-settings-functions.php:693
566
  msgid "Field name"
567
  msgstr "Naziv polja"
568
 
569
+ #: ../lib/yasr-settings-functions.php:579
570
+ #: ../lib/yasr-settings-functions.php:697
571
  msgid "Remove"
572
  msgstr "Ukloni"
573
 
574
+ #: ../lib/yasr-settings-functions.php:621
575
+ #: ../lib/yasr-settings-functions.php:739
576
  msgid "Remove whole set?"
577
  msgstr "Ukloniti cijeli komplet?"
578
 
579
+ #: ../lib/yasr-settings-functions.php:634
580
+ #: ../lib/yasr-settings-functions.php:752
581
+ msgid ""
582
+ "If you remove something you will remove all the votes for that set or field. "
583
+ "This operation CAN'T BE undone."
584
+ msgstr ""
585
+ "Ako nešto uklonite vi ćete s tim ukloniti i sve glasove za taj komplet ili "
586
+ "polje. Ovaj se postupak ne može poništiti."
587
 
588
+ #: ../lib/yasr-settings-functions.php:641
589
+ #: ../lib/yasr-settings-functions.php:759
590
  msgid "You can use up to 9 elements"
591
  msgstr "Možete koristiti do 9 elemenata"
592
 
593
+ #: ../lib/yasr-settings-functions.php:643
594
+ #: ../lib/yasr-settings-functions.php:761
595
  msgid "Add element"
596
  msgstr "Dodaj element"
597
 
598
+ #: ../lib/yasr-settings-functions.php:645
599
+ #: ../lib/yasr-settings-functions.php:763
600
  msgid "Save changes"
601
  msgstr "Spremi promjene"
602
 
603
+ #: ../lib/yasr-settings-functions.php:655
604
  msgid "No Multiple Set were found"
605
  msgstr "Višestruki Kompleti nisu pronađeni"
606
 
611
 
612
  #: ../lib/yasr-settings-functions.php:909
613
  msgid "Something goes wrong trying insert set field name. Please report it"
614
+ msgstr ""
615
+ "Nešto je pošlo po krivu dok ste pokušavali umetnuti naziv polja. Molimo, "
616
+ "prijavite ovo"
617
 
618
  #: ../lib/yasr-settings-functions.php:915
619
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
620
+ msgstr ""
621
+ "Nešto je pošlo po krivu dok ste pokušavali umetnuti naziv za Višestruki "
622
+ "Komplet. Molimo, prijavite ovo"
623
 
624
  #: ../lib/yasr-settings-functions.php:990
625
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
626
+ msgstr ""
627
+ "Nešto je pošlo po krivu dok ste pokušavali obrisati Višestruki Komplet. "
628
+ "Molimo, prijavite ovo"
629
 
630
  #: ../lib/yasr-settings-functions.php:1036
631
+ msgid ""
632
+ "Something goes wrong trying to delete a Multi Set's element. Please report it"
633
+ msgstr ""
634
+ "Nešto je pošlo po krivu dok ste pokušavali obrisati Višestruki Komplet "
635
+ "element. Molimo, prijavite ovo"
636
 
637
  #: ../lib/yasr-settings-functions.php:1100
638
+ msgid ""
639
+ "Something goes wrong trying to update a Multi Set's element. Please report it"
640
+ msgstr ""
641
+ "Nešto je pošlo po krivu dok ste pokušavali ažurirati Višestruki Komplet "
642
+ "element. Molimo, prijavite ovo"
643
 
644
  #: ../lib/yasr-settings-functions.php:1157
645
+ msgid ""
646
+ "Something goes wrong trying to insert set field name in edit form. Please "
647
+ "report it"
648
+ msgstr ""
649
+ "Nešto je pošlo po krivu dok ste pokušavali umetnuti naziv polja u formi za "
650
+ "uređivanje. Molimo, prijavite ovo"
651
 
652
+ #: ../lib/yasr-settings-functions.php:1202
653
  msgid "Style Options"
654
  msgstr "Opcije stila"
655
 
656
+ #: ../lib/yasr-settings-functions.php:1203
657
  msgid "Custom CSS Styles"
658
  msgstr "Prilagođeni CSS stilovi"
659
 
 
 
 
 
660
  #: ../lib/yasr-settings-functions.php:1208
661
+ msgid ""
662
+ "Please use text area below to write your own CSS styles to override the "
663
+ "default ones."
664
+ msgstr ""
665
+ "Molimo da koristite tekstualni prostor ispod da napišete vlastitie CSS "
666
+ "stilove koji će nadjačati default."
667
+
668
+ #: ../lib/yasr-settings-functions.php:1210
669
  msgid "Leave it blank if you don't know what you're doing"
670
  msgstr "Ostavite to prazno, ako ne znate što radite"
671
 
672
+ #: ../lib/yasr-settings-functions.php:1233
673
+ msgid "Looking for more features?"
674
+ msgstr "Tražite više značajki?"
675
+
676
+ #: ../lib/yasr-settings-functions.php:1234
677
+ msgid "Upgrade to yasr pro!"
678
+ msgstr "Nadogradite na yasr pro!"
679
+
680
+ #: ../lib/yasr-settings-functions.php:1250
681
+ msgid "Unlimited ratings and votes"
682
+ msgstr "Neograničene ocjene i glasovi"
683
+
684
+ #: ../lib/yasr-settings-functions.php:1256
685
+ msgid "Works with shortcodes"
686
+ msgstr "Radi sa shortcodes"
687
+
688
+ #: ../lib/yasr-settings-functions.php:1262
689
+ msgid "Multi Set Support"
690
+ msgstr "Podrška za Višestruki Komplet"
691
+
692
+ #: ../lib/yasr-settings-functions.php:1267
693
+ msgid "Logs and stats for visitors votes"
694
+ msgstr "Evidencije i statistike za glasove posjetitelja"
695
+
696
+ #: ../lib/yasr-settings-functions.php:1272
697
+ msgid "Localization (.po and .mo files included)"
698
+ msgstr "Lokalizacija (.po i .mo datoteke uključene)"
699
+
700
+ #: ../lib/yasr-settings-functions.php:1277
701
+ msgid "Rich Snippet Support"
702
+ msgstr "Podrška za Rich Snippet"
703
+
704
+ #: ../lib/yasr-settings-functions.php:1282
705
+ msgid "Rankings for reviews, votes and users"
706
+ msgstr "Ljestvica za mišljenja, glasove i korisnike"
707
+
708
+ #: ../lib/yasr-settings-functions.php:1287
709
+ msgid "Rankings Customization"
710
+ msgstr "Prilagođavanje ljestvice"
711
+
712
+ #: ../lib/yasr-settings-functions.php:1292
713
+ msgid "Stars Customization"
714
+ msgstr "Prilagođavanje zvijezdica"
715
+
716
+ #: ../lib/yasr-settings-functions.php:1293
717
+ msgid "Size Only"
718
+ msgstr "Samo Veličina"
719
+
720
+ #: ../lib/yasr-settings-functions.php:1294
721
+ msgid ""
722
+ "Users can choose different ready to use sets or can upload their own images."
723
+ msgstr ""
724
+ "Korisnici mogu odabrati različite postavke već spremne za korištenje ili "
725
+ "mogu učitati vlastite slike."
726
+
727
+ #: ../lib/yasr-settings-functions.php:1297
728
+ msgid "Users can review in comments"
729
+ msgstr "Korisnici mogu dati ocjenu u komentarima"
730
+
731
+ #: ../lib/yasr-settings-functions.php:1308
732
+ msgid "Not avaible yet"
733
+ msgstr "Još nije na raspolaganju"
734
+
735
+ #: ../lib/yasr-settings-functions.php:1367
736
+ msgid "Keep in touch!"
737
+ msgstr ""
738
+
739
+ #: ../lib/yasr-settings-functions.php:1409
740
+ #, php-format
741
+ msgid ""
742
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
743
+ msgstr ""
744
+
745
+ #: ../lib/yasr-settings-functions.php:1411
746
+ msgid "Can I ask a favor?"
747
+ msgstr ""
748
+
749
+ #: ../lib/yasr-settings-functions.php:1413
750
+ msgid "Can you please rate YASR 5 stars on"
751
+ msgstr ""
752
+
753
+ #: ../lib/yasr-settings-functions.php:1415
754
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
755
+ msgstr ""
756
+
757
+ #: ../lib/yasr-settings-functions.php:1421
758
+ msgid "Ok, I'm glad to help!"
759
+ msgstr ""
760
+
761
+ #: ../lib/yasr-settings-functions.php:1422
762
+ msgid "Remind me later!"
763
+ msgstr ""
764
+
765
+ #: ../lib/yasr-settings-functions.php:1423
766
+ msgid "Don't need to ask, I already did it!"
767
+ msgstr ""
768
+
769
+ #: ../lib/yasr-settings-functions.php:1456
770
+ #, php-format
771
+ msgid ""
772
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
773
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
774
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
775
+ msgstr ""
776
+
777
+ #: ../lib/yasr-settings-functions.php:1501
778
  msgid "No previous Gd Star Rating installation was found"
779
  msgstr "Prethodna instalacija Gd Star Rating nije nađena"
780
 
781
+ #: ../lib/yasr-db-functions.php:310
782
+ msgid "No recenet votes yet"
783
+ msgstr "Još nema novih glasova"
784
 
785
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
786
  msgid "anonymous"
787
  msgstr "anonimno"
788
 
789
+ #: ../lib/yasr-db-functions.php:334
790
+ #, php-format
791
+ msgid "Vote %d from %s on "
792
+ msgstr "Glasova %d od %s dana"
793
+
794
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
795
  msgid "Ip address"
796
  msgstr "IP adresa"
797
 
798
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
799
  msgid "Pages"
800
  msgstr "Stranice"
801
 
815
  msgid "You don't have enought privileges to insert Multi Set"
816
  msgstr "Vi nemate dovoljno ovlasti za umetanje Višestrukog Kompleta"
817
 
818
+ #: ../lib/yasr-functions.php:298
819
+ #, fuzzy
820
+ msgid "reviewed by"
821
  msgstr "pregledano od strane"
822
 
823
+ #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
824
  msgid " on "
825
  msgstr "dana"
826
 
827
+ #: ../lib/yasr-functions.php:314
828
+ #, fuzzy
829
+ msgid "reviewed on"
830
+ msgstr "pregledano od strane"
831
+
832
+ #: ../lib/yasr-functions.php:315
833
+ msgid "by "
834
+ msgstr ""
835
+
836
+ #: ../lib/yasr-functions.php:319
837
+ #, fuzzy
838
+ msgid "rated"
839
  msgstr "ocijenjeno"
840
 
841
+ #: ../lib/yasr-functions.php:319
842
+ #, fuzzy
843
+ msgid "of"
844
  msgstr "od"
845
 
846
+ #: ../lib/yasr-functions.php:376
847
  msgid " written by "
848
  msgstr "napisao"
849
 
850
+ #: ../lib/yasr-functions.php:379
851
  msgid " average rating "
852
  msgstr "prosječna ocjena"
853
 
854
+ #: ../lib/yasr-functions.php:380
855
  msgid " user ratings"
856
  msgstr "ocjena korisnika"
857
 
858
+ #: ../lib/yasr-ajax-functions.php:102
 
 
 
 
 
859
  msgid "You've rated it "
860
  msgstr "To ste već ocijenili"
861
 
862
+ #: ../lib/yasr-ajax-functions.php:106
863
  msgid "You've reset the vote"
864
  msgstr "Vi ste resetirali glasovanje"
865
 
866
+ #: ../lib/yasr-ajax-functions.php:188
867
+ msgid ""
868
+ "There was an error while trying to insert the review type. Please report it"
869
+ msgstr ""
870
+ "Došlo je do greške prilikom pokušaja umetanja vrste recenzije. Molimo, "
871
+ "prijavite to"
872
 
873
+ #: ../lib/yasr-ajax-functions.php:223
874
  msgid "Choose a vote for each element"
875
  msgstr "Odaberite glas za svaki element"
876
 
877
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
878
+ msgid "If you want to insert this multiset, paste this shortcode "
879
+ msgstr "Ako želite umetnuti ovu višestruku postavku, zaljepite ovaj shortcode"
880
+
881
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
882
+ msgid ""
883
+ "If, instead, you want allow your visitor to vote on this multiset, use this "
884
+ "shortcode"
885
+ msgstr ""
886
+ "Ako, umjesto toga, želite dopustiti vašim posjetiteljima da glasuju u ovoj "
887
+ "višestrukoj postavci, koristite ovaj shortcode"
888
+
889
+ #: ../lib/yasr-ajax-functions.php:297
890
  msgid "Choose a vote for every element"
891
  msgstr "Odaberite glas za sve elemente"
892
 
893
+ #: ../lib/yasr-ajax-functions.php:470
894
  msgid "Main"
895
  msgstr "Glavno"
896
 
897
+ #: ../lib/yasr-ajax-functions.php:471
898
  msgid "Charts"
899
  msgstr "Karte"
900
 
901
+ #: ../lib/yasr-ajax-functions.php:473
902
  msgid "Read the doc"
903
  msgstr "Pročitaj dokument"
904
 
905
+ #: ../lib/yasr-ajax-functions.php:482
906
  msgid "Overall Rating / Review"
907
  msgstr "Ukupna ocijena / Recenzija"
908
 
909
+ #: ../lib/yasr-ajax-functions.php:484
910
  msgid "Insert Overall Rating"
911
  msgstr "Umetni Ukupna ocijena"
912
 
913
+ #: ../lib/yasr-ajax-functions.php:485
914
  msgid "Insert Overall Rating / Review for this post"
915
  msgstr "Umetni Ukupna ocijena / Recenzija za ovu objavu"
916
 
917
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
918
  msgid "Choose Size"
919
  msgstr "Odaberi veličinu"
920
 
921
+ #: ../lib/yasr-ajax-functions.php:502
922
  msgid "Insert Visitor Votes"
923
  msgstr "Umetni glasove posjetitelja"
924
 
925
+ #: ../lib/yasr-ajax-functions.php:503
926
  msgid "Insert the ability for your visitor to vote"
927
  msgstr "Umetni sposobnost za vaše posjetitelje da glasaju"
928
 
929
+ #: ../lib/yasr-ajax-functions.php:520
930
  msgid "If you want to insert a Multi Set, pick one:"
931
  msgstr "Ako želite umetnuti Višestruki Komplet, odaberite jedan:"
932
 
933
+ #: ../lib/yasr-ajax-functions.php:526
934
  msgid "Choose wich set you want to insert."
935
  msgstr "Odaberite koji komplet želite umetnuti."
936
 
937
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
938
+ msgid "Readonly?"
939
+ msgstr "Samo za čitanje?"
940
+
941
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
942
+ msgid ""
943
+ "If Readonly is checked, only you can insert the votes (in the box above the "
944
+ "editor)"
945
+ msgstr ""
946
+ "Ako je uključeno Samo za čitanje, samo vi možete umetnuti glasove (u okviru "
947
+ "iznad urednika)"
948
+
949
+ #: ../lib/yasr-ajax-functions.php:531
950
+ msgid "Insert Multi Set"
951
+ msgstr "Umetni Višestruki Komplet"
952
+
953
+ #: ../lib/yasr-ajax-functions.php:540
954
  msgid "Insert Multiset:"
955
  msgstr "Umetni Višestruki Komplet:"
956
 
957
+ #: ../lib/yasr-ajax-functions.php:543
958
  msgid "Insert Multiple Set"
959
  msgstr "Umetni Višestruki Komplet"
960
 
961
+ #: ../lib/yasr-ajax-functions.php:561
962
  msgid "Ranking reviews"
963
  msgstr "Rangiranje recenzija"
964
 
965
+ #: ../lib/yasr-ajax-functions.php:562
966
  msgid "Insert Ranking reviews"
967
  msgstr "Umetni Rangiranje recenzija"
968
 
969
+ #: ../lib/yasr-ajax-functions.php:563
970
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
971
  msgstr "Umetni 10 najboljih rangiranja za [yasr_overall_rating] shortcode"
972
 
973
+ #: ../lib/yasr-ajax-functions.php:567
974
  msgid "Users' ranking"
975
  msgstr "Rangiranje korisnika"
976
 
977
+ #: ../lib/yasr-ajax-functions.php:568
978
  msgid "Insert Users ranking"
979
  msgstr "Umetni rangiranje korisnika"
980
 
981
+ #: ../lib/yasr-ajax-functions.php:569
982
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
983
  msgstr "Umetni 10 najboljih rangiranja za [yasr_visitor_votes] shortcode"
984
 
985
+ #: ../lib/yasr-ajax-functions.php:573
986
  msgid "Most active reviewers"
987
  msgstr "Najaktivniji recenzenti"
988
 
989
+ #: ../lib/yasr-ajax-functions.php:574
990
  msgid "Insert Most Active Reviewers"
991
  msgstr "Umetni najaktivnije recenzente"
992
 
993
+ #: ../lib/yasr-ajax-functions.php:575
994
  msgid "Insert Top 5 active reviewers"
995
  msgstr "Umetni 5 najaktivnijih recenzenata"
996
 
997
+ #: ../lib/yasr-ajax-functions.php:579
998
  msgid "Most Active Users"
999
  msgstr "Najaktivniji korisnici"
1000
 
1001
+ #: ../lib/yasr-ajax-functions.php:580
1002
  msgid "Insert Most Active Users"
1003
  msgstr "Umetni najaktivnije korisnike"
1004
 
1005
+ #: ../lib/yasr-ajax-functions.php:581
1006
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1007
  msgstr "Umetni 10 najboljih glasača [yasr_visitor_votes] shortcode"
1008
 
1009
+ #: ../lib/yasr-ajax-functions.php:652
1010
  msgid "Reviews and Visitor Votes have been successfull imported."
1011
  msgstr "Recenzije i glasovi posjetitelja su uspješno uvezeni."
1012
 
1013
+ #: ../lib/yasr-ajax-functions.php:658
1014
+ msgid ""
1015
+ "Step2: I will check if you used Multiple Sets and if so I will import them. "
1016
+ "THIS MAY TAKE A WHILE!"
1017
+ msgstr ""
1018
+ "Korak2: Provjera, ako koristite Višestruke Komplete to će biti uveženo. OVO "
1019
+ "MOŽE POTRAJATI!"
1020
 
1021
+ #: ../lib/yasr-ajax-functions.php:660
1022
  msgid "Proceed Step 2"
1023
  msgstr "Nastaviti s Korak 2"
1024
 
1025
+ #: ../lib/yasr-ajax-functions.php:667
1026
  msgid "Something goes wrong! Refresh the page and try again!"
1027
  msgstr "Nešto je krenulo pogrešno! Osvježite stranicu i pokušajte ponovno!"
1028
 
1029
+ #: ../lib/yasr-ajax-functions.php:696
1030
  msgid "I've found Multiple Set! Importing..."
1031
  msgstr "Nađeni su Višestruki Kompleti! Uvoženje ..."
1032
 
1033
+ #: ../lib/yasr-ajax-functions.php:705
1034
  msgid "Multi Set's name has been successfull imported."
1035
  msgstr "Nazivi Višestrukih Kompleta su uvezeni uspješno."
1036
 
1037
+ #: ../lib/yasr-ajax-functions.php:707
1038
  msgid "Now I'm going to import Multi Set data"
1039
  msgstr "Sada ćemo uvesti podatke od Višestrukih Kompleta"
1040
 
1041
+ #: ../lib/yasr-ajax-functions.php:718
1042
  msgid "All votes has been successfull imported."
1043
  msgstr "Svi glasovi su uspješno uvezeni."
1044
 
1045
+ #: ../lib/yasr-ajax-functions.php:720
1046
  msgid "Done"
1047
  msgstr "Napravljeno"
1048
 
1049
+ #: ../lib/yasr-ajax-functions.php:725
1050
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1051
+ msgstr ""
1052
+ "Nađeni su glasovi od Višestrukih Kompleta ali ih nije moguće umetnuti u bazu "
1053
+ "podataka"
1054
 
1055
+ #: ../lib/yasr-ajax-functions.php:733
1056
  msgid "I've found Multi Set but with no data"
1057
  msgstr "Nađeni su Višestruki Kompleti ali bez podataka"
1058
 
1059
+ #: ../lib/yasr-ajax-functions.php:742
1060
  msgid "I've found Multi Sets names but I couldn't insert into db"
1061
+ msgstr ""
1062
+ "Nađeni su nazivi Višestrukih Kompleta ali ih nije moguće umetnuti u bazu "
1063
+ "podataka"
1064
 
1065
+ #: ../lib/yasr-ajax-functions.php:750
1066
  msgid "Multisets were not found. Imported is done!"
1067
  msgstr "Višestruki Kompleti nisu nađeni. Uvoženje je gotovo!"
1068
 
1069
+ #: ../lib/yasr-ajax-functions.php:793
1070
+ msgid "No Recenet votes yet"
1071
+ msgstr "Još nema novih glasova:"
1072
+
1073
+ #: ../lib/yasr-ajax-functions.php:815
1074
+ #, php-format
1075
+ msgid "Vote %d from %s on"
1076
+ msgstr "Glasova %d od %s dana"
1077
+
1078
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1079
  msgid "Error: you can't vote 0"
1080
  msgstr "Greška: vi ne možete glasovati sa 0"
1081
 
1082
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1083
+ msgid "Average:"
1084
+ msgstr "Prosjek:"
1085
+
1086
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1087
  msgid "Vote Saved"
1088
+ msgstr "Glas spremljen"
1089
+
1090
+ #: ../lib/yasr-ajax-functions.php:1264
1091
+ msgid "Vote updated"
1092
+ msgstr "Glasovanje ažurirano"
1093
+
1094
+ #: ../lib/yasr-ajax-functions.php:1409
1095
+ msgid "Rating saved!"
1096
+ msgstr "Ocjena spremljena!"
1097
+
1098
+ #: ../lib/yasr-ajax-functions.php:1415
1099
+ msgid "Rating not saved. Please Try again"
1100
+ msgstr "Ocjena nije spremljena. Molimo pokušajte ponovo"
1101
+
1102
+ #: ../lib/yasr-ajax-functions.php:1508
1103
+ msgid "stars"
1104
+ msgstr "zvijezdica"
1105
+
1106
+ #: ../lib/yasr-ajax-functions.php:1513
1107
+ msgid "star"
1108
+ msgstr "zvjezdica"
1109
+
1110
+ #~ msgid "Donations"
1111
+ #~ msgstr "Donacije"
1112
+
1113
+ #~ msgid ""
1114
+ #~ "If you have found this plugin useful, please consider making a donation "
1115
+ #~ "to help support future development. Your support will be much "
1116
+ #~ "appreciated. "
1117
+ #~ msgstr ""
1118
+ #~ "Ako vam je ovaj plugin koristan, molimo vas da razmislite o donaciji koja "
1119
+ #~ "će pomoći budući razvoj. Vaša podrška će se izuzetno cijeniti."
1120
+
1121
+ #~ msgid "Thank you!"
1122
+ #~ msgstr "Hvala!"
1123
+
1124
+ #~ msgid "Follow YASR official site!"
1125
+ #~ msgstr "Pratite službenu stranicu YASR!"
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-06-22 12:24+0100\n"
5
- "PO-Revision-Date: 2015-06-22 12:27+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
@@ -16,33 +16,29 @@ msgstr ""
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:149
24
  #: ../lib/yasr-shortcode-functions.php:546
25
  msgid "Loading, please wait"
26
  msgstr "Caricamento, attendere prego"
27
 
28
- #: ../yasr-metabox-top-right.php:147
29
  msgid "Save Vote"
30
  msgstr "Salva Voto"
31
 
32
- #: ../yasr-metabox-top-right.php:166
33
  msgid "This review is about a..."
34
  msgstr "Questa recensione è..."
35
 
36
- #: ../yasr-metabox-top-right.php:171
37
- msgid "Product, Place, Other"
38
- msgstr "Product, Place, Other"
39
-
40
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
41
- #: ../lib/yasr-settings-functions.php:542
42
  msgid "Select"
43
  msgstr "Seleziona"
44
 
45
- #: ../yasr-metabox-top-right.php:217
46
  msgid ""
47
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
48
  "where you want to display this rating"
@@ -51,8 +47,8 @@ msgstr ""
51
  "dove vuoi far apparire questo voto"
52
 
53
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
54
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
55
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:752
56
  msgid "You do not have sufficient permissions to access this page."
57
  msgstr "Non hai permeessi sufficienti per accedere a questa pagina"
58
 
@@ -76,8 +72,8 @@ msgstr "Stili"
76
  msgid "Pro Features!"
77
  msgstr "Funzioni Pro!"
78
 
79
- #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
80
- #: ../yasr-settings-page.php:297
81
  msgid "Save"
82
  msgstr "Salva"
83
 
@@ -132,15 +128,15 @@ msgstr ""
132
  "Clicca su Procedi per importare di nuovo i dati di Gd Star Rating. Potrebbe "
133
  "richiedere un pò di tempo!"
134
 
135
- #: ../yasr-settings-page.php:205
136
  msgid "Manage Multi Set"
137
  msgstr "Set Multipli"
138
 
139
- #: ../yasr-settings-page.php:209
140
  msgid "What is a Multi Set?"
141
  msgstr "Che cos'è un Set Multiplo?"
142
 
143
- #: ../yasr-settings-page.php:214
144
  msgid ""
145
  "Multi Set allows you to insert a rate for each aspect about the product / "
146
  "local business / whetever you're reviewing, example in the image below."
@@ -149,7 +145,7 @@ msgstr ""
149
  "prodotto / attività / qualsiasi cosa tua stia recensendo, esempio "
150
  "nell'immagine sottostante."
151
 
152
- #: ../yasr-settings-page.php:218
153
  msgid ""
154
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
155
  "different fields. Once you've saved it, you can insert the rates while "
@@ -161,7 +157,7 @@ msgstr ""
161
  "scrivendo il tuo articolo nel box sotto l'editor, come puoi vedere in questa "
162
  "immagine (clicca per allargare)"
163
 
164
- #: ../yasr-settings-page.php:222
165
  msgid ""
166
  "In order to insert your Multi Sets into a post or page, you can either past "
167
  "the short code that will appear at the bottom of the box or just click on "
@@ -172,7 +168,7 @@ msgstr ""
172
  "cliccare sulla stella presente nell'editor visuale e selezionare \"Inserisci "
173
  "Set Multiplo\""
174
 
175
- #: ../yasr-settings-page.php:228
176
  msgid "Close this message"
177
  msgstr "Chiudi questo messaggio"
178
 
@@ -191,8 +187,8 @@ msgstr "Hai già votato questo articolo con "
191
  msgid "You must sign to vote"
192
  msgstr "Devi fare il login per votare"
193
 
194
- #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1087
195
- #: ../lib/yasr-ajax-functions.php:1095 ../lib/yasr-ajax-functions.php:1228
196
  msgid "Total: "
197
  msgstr "Voti: "
198
 
@@ -212,55 +208,55 @@ msgstr "Grazie per aver votato!"
212
  #: ../lib/yasr-shortcode-functions.php:572
213
  #: ../lib/yasr-shortcode-functions.php:584
214
  msgid "Submit!"
215
- msgstr ""
216
 
217
- #: ../lib/yasr-shortcode-functions.php:729
218
  msgid "Rating"
219
  msgstr "Voto"
220
 
221
- #: ../lib/yasr-shortcode-functions.php:743
222
  msgid "You don't have any votes stored"
223
  msgstr "Non hai alcun voto salvato"
224
 
225
- #: ../lib/yasr-shortcode-functions.php:779
226
- #: ../lib/yasr-shortcode-functions.php:818
227
  msgid "Post / Page"
228
  msgstr "Post / Pagina"
229
 
230
- #: ../lib/yasr-shortcode-functions.php:780
231
- #: ../lib/yasr-shortcode-functions.php:819
232
  msgid "Order By"
233
  msgstr "Ordina per"
234
 
235
- #: ../lib/yasr-shortcode-functions.php:780
236
- #: ../lib/yasr-shortcode-functions.php:819
237
  msgid "Most Rated"
238
  msgstr "Più Votati"
239
 
240
- #: ../lib/yasr-shortcode-functions.php:780
241
- #: ../lib/yasr-shortcode-functions.php:819
242
  msgid "Highest Rated"
243
  msgstr "Voto più alto"
244
 
245
- #: ../lib/yasr-shortcode-functions.php:798
246
- #: ../lib/yasr-shortcode-functions.php:833
247
  msgid "Total:"
248
  msgstr "Voti:"
249
 
250
- #: ../lib/yasr-shortcode-functions.php:798
251
- #: ../lib/yasr-shortcode-functions.php:833
252
  msgid "Average"
253
  msgstr "Media"
254
 
255
- #: ../lib/yasr-shortcode-functions.php:810
256
  msgid "You've not enough data"
257
  msgstr "Non hai abbastanza dati"
258
 
259
- #: ../lib/yasr-shortcode-functions.php:845
260
  msgid "You've not enought data"
261
  msgstr "Non hai abbastanza dati"
262
 
263
- #: ../lib/yasr-shortcode-functions.php:930
264
  msgid ""
265
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
266
  "any review?"
@@ -268,7 +264,7 @@ msgstr ""
268
  "C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
269
  "attivi. Hai pubblicato qualche recensione?"
270
 
271
- #: ../lib/yasr-shortcode-functions.php:998
272
  msgid ""
273
  "Problem while retrieving the top 10 active users chart. Are you sure you "
274
  "have votes to show?"
@@ -305,8 +301,8 @@ msgid "Allow only logged in user to vote?"
305
  msgstr "Permettere la votazione ai soli utenti loggati?"
306
 
307
  #: ../lib/yasr-settings-functions.php:59
308
- msgid "Which rich snippets do you want to use?"
309
- msgstr "Quale rich snippets vuoi usare?"
310
 
311
  #: ../lib/yasr-settings-functions.php:60
312
  msgid "How do you want to rate \"Overall Rating\"?"
@@ -316,91 +312,91 @@ msgstr "Cosa vuoi usare per inserire il \"Voto Complessivo\"?"
316
  msgid "Use Auto Insert?"
317
  msgstr "Usare l'inserimento automatico?"
318
 
319
- #: ../lib/yasr-settings-functions.php:77
320
- #: ../lib/yasr-settings-functions.php:146
321
  #: ../lib/yasr-settings-functions.php:164
322
- #: ../lib/yasr-settings-functions.php:206
323
- #: ../lib/yasr-settings-functions.php:232
324
- #: ../lib/yasr-settings-functions.php:266
325
- #: ../lib/yasr-settings-functions.php:321
 
326
  msgid "Yes"
327
  msgstr "Si"
328
 
329
- #: ../lib/yasr-settings-functions.php:91
330
- #: ../lib/yasr-settings-functions.php:151
331
  #: ../lib/yasr-settings-functions.php:169
332
- #: ../lib/yasr-settings-functions.php:211
333
- #: ../lib/yasr-settings-functions.php:237
334
- #: ../lib/yasr-settings-functions.php:271
335
- #: ../lib/yasr-settings-functions.php:326
 
336
  msgid "No"
337
  msgstr "No"
338
 
339
- #: ../lib/yasr-settings-functions.php:97
340
  msgid "What?"
341
  msgstr "Cosa?"
342
 
343
- #: ../lib/yasr-settings-functions.php:100
344
  msgid "Overall Rating / Author Rating"
345
  msgstr "Voto Complessivo / Voto Autore"
346
 
347
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
348
  msgid "Visitor Votes"
349
  msgstr "Voto Utenti"
350
 
351
- #: ../lib/yasr-settings-functions.php:108
352
  msgid "Both"
353
  msgstr "Entrambi"
354
 
355
- #: ../lib/yasr-settings-functions.php:112
356
  msgid "Where?"
357
  msgstr "Dove?"
358
 
359
- #: ../lib/yasr-settings-functions.php:115
360
  msgid "Before the post"
361
  msgstr "Prima del contenuto"
362
 
363
- #: ../lib/yasr-settings-functions.php:119
364
  msgid "After the post"
365
  msgstr "Dopo il contenuto"
366
 
367
- #: ../lib/yasr-settings-functions.php:124
368
  msgid "Size"
369
  msgstr "Grandezza"
370
 
371
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
372
- #: ../lib/yasr-ajax-functions.php:479
373
  msgid "Small"
374
  msgstr "Piccolo"
375
 
376
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
377
- #: ../lib/yasr-ajax-functions.php:480
378
  msgid "Medium"
379
  msgstr "Medio"
380
 
381
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
382
- #: ../lib/yasr-ajax-functions.php:481
383
  msgid "Large"
384
  msgstr "Grande"
385
 
386
- #: ../lib/yasr-settings-functions.php:143
387
  msgid "Exclude Pages?"
388
  msgstr "Escludere pagine?"
389
 
390
- #: ../lib/yasr-settings-functions.php:161
391
  msgid "Use only in custom post types?"
392
  msgstr "Usare solo nei custom post type?"
393
 
394
- #: ../lib/yasr-settings-functions.php:173
395
  msgid "You see this because you use custom post types."
396
  msgstr "Vedi questo perché usi i custom post type."
397
 
398
- #: ../lib/yasr-settings-functions.php:175
399
  msgid "If you want to use auto insert only in custom post types, choose Yes"
400
  msgstr ""
401
  "Se vuoi usare l'inserimento automatico solo nei custom post type, spunta Si"
402
 
403
- #: ../lib/yasr-settings-functions.php:215
404
  msgid ""
405
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
406
  "article or page, but also in pages like Home Page, category pages or "
@@ -410,7 +406,7 @@ msgstr ""
410
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
411
  "categorie o archivi"
412
 
413
- #: ../lib/yasr-settings-functions.php:241
414
  msgid ""
415
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
416
  "article or page, but also in pages like Home Page, category pages or "
@@ -420,28 +416,28 @@ msgstr ""
420
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
421
  "categorie o archivi"
422
 
423
- #: ../lib/yasr-settings-functions.php:276
424
  msgid "Custom text to display before Overall Rating"
425
  msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
426
 
427
- #: ../lib/yasr-settings-functions.php:281
428
  msgid "Custom text to display BEFORE Visitor Rating"
429
  msgstr "Testo personalizzato da visualizzare PRIMA del Voto Utenti"
430
 
431
- #: ../lib/yasr-settings-functions.php:287
432
  msgid "Custom text to display AFTER Visitor Rating"
433
  msgstr "Testo personalizzato da visualizzare dopo del Voto Utenti"
434
 
435
- #: ../lib/yasr-settings-functions.php:292
436
  msgid "Custom text to display when a non logged user has already rated"
437
  msgstr ""
438
  "Testo personalizzato da mostrare quanto un utente non loggato ha già votato"
439
 
440
- #: ../lib/yasr-settings-functions.php:297
441
  msgid "Help"
442
  msgstr "Aiuto"
443
 
444
- #: ../lib/yasr-settings-functions.php:301
445
  msgid ""
446
  "In the first field you can use %overall_rating% pattern to show the overall "
447
  "rating."
@@ -449,7 +445,7 @@ msgstr ""
449
  "Nel primo campo puoi usare la variabile %overall_rating% per mostrare il "
450
  "voto complessivo"
451
 
452
- #: ../lib/yasr-settings-functions.php:305
453
  msgid ""
454
  "In the Second and Third fields you can use %total_count% pattern to show the "
455
  "total count, and %average% pattern to show the average"
@@ -457,27 +453,31 @@ msgstr ""
457
  "Nel secondo e terzo campo puoi usare la variabile %total_count% per mostrare "
458
  "il numero dei voti, e %average% per mostare la media"
459
 
460
- #: ../lib/yasr-settings-functions.php:344
461
  msgid "Allow only logged-in users"
462
  msgstr "Permetti solo agli utenti loggati"
463
 
464
- #: ../lib/yasr-settings-functions.php:348
465
  msgid "Allow everybody (logged in and anonymous)"
466
  msgstr "Permetti a tutti (loggati ed anonimi)"
467
 
468
- #: ../lib/yasr-settings-functions.php:365
 
 
 
 
469
  msgid "Review Rating"
470
  msgstr "Voto Recensione"
471
 
472
- #: ../lib/yasr-settings-functions.php:369
473
  msgid "Aggregate Rating"
474
  msgstr "Media Voto Utenti"
475
 
476
- #: ../lib/yasr-settings-functions.php:374
477
  msgid "What is this?"
478
  msgstr "Cos'è questo?"
479
 
480
- #: ../lib/yasr-settings-functions.php:379
481
  msgid ""
482
  "If you select \"Review Rating\", your site will be indexed from search "
483
  "engines like this: "
@@ -485,50 +485,77 @@ msgstr ""
485
  "Se hai scelto \"Voto Recensione\", il sito verrà indicizzato dai motori di "
486
  "ricerca così:"
487
 
488
- #: ../lib/yasr-settings-functions.php:384
489
  msgid ""
490
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
491
  "this"
492
  msgstr ""
493
  "Se, invece, hai scelto \"Media Voto Utenti\", il sito verrà indicizzato così"
494
 
495
- #: ../lib/yasr-settings-functions.php:402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
496
  msgid "Stars"
497
  msgstr "Stelle"
498
 
499
- #: ../lib/yasr-settings-functions.php:406
500
  msgid "Numbers"
501
  msgstr "Numeri"
502
 
503
- #: ../lib/yasr-settings-functions.php:431
504
  msgid "Which color scheme do you want to use?"
505
  msgstr "Che schema di colori vuoi usare?"
506
 
507
- #: ../lib/yasr-settings-functions.php:452
508
  msgid "Light"
509
  msgstr "Chiaro"
510
 
511
- #: ../lib/yasr-settings-functions.php:457
512
  msgid "Dark"
513
  msgstr "Scuro"
514
 
515
- #: ../lib/yasr-settings-functions.php:462
516
  msgid "Preview"
517
  msgstr "Anteprima"
518
 
519
- #: ../lib/yasr-settings-functions.php:467
520
  msgid "Light theme"
521
  msgstr "Tema chiaro"
522
 
523
- #: ../lib/yasr-settings-functions.php:472
524
  msgid "Dark theme"
525
  msgstr "Tema scuro"
526
 
527
- #: ../lib/yasr-settings-functions.php:487
528
  msgid "Add New Multiple Set"
529
  msgstr "Set Multipli"
530
 
531
- #: ../lib/yasr-settings-functions.php:488
532
  msgid ""
533
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
534
  "characters"
@@ -536,48 +563,48 @@ msgstr ""
536
  "Nome, Elemento#1 e Elemento#2 DEVONO essere riempiti e devono essere lunghi "
537
  "almeno 3 caratteri"
538
 
539
- #: ../lib/yasr-settings-functions.php:491
540
  msgid "Name"
541
  msgstr "Nome"
542
 
543
- #: ../lib/yasr-settings-functions.php:496
544
  msgid "You can insert up to nine elements"
545
  msgstr "Puoi inserire fino a nove elementi"
546
 
547
- #: ../lib/yasr-settings-functions.php:501
548
  msgid "Element "
549
  msgstr "Elemento"
550
 
551
- #: ../lib/yasr-settings-functions.php:511
552
  msgid "Create New Set"
553
  msgstr "Crea Nuovo Set"
554
 
555
- #: ../lib/yasr-settings-functions.php:532
556
- #: ../lib/yasr-settings-functions.php:565
557
  msgid "Manage Multiple Set"
558
  msgstr "Gestisci Set Multiplo"
559
 
560
- #: ../lib/yasr-settings-functions.php:534
561
  msgid "Wich set do you want to edit or remove?"
562
  msgstr "Quale set vuoi modificare o rimuovere"
563
 
564
- #: ../lib/yasr-settings-functions.php:575
565
- #: ../lib/yasr-settings-functions.php:693
566
  msgid "Field name"
567
  msgstr "Nome campo"
568
 
569
- #: ../lib/yasr-settings-functions.php:579
570
- #: ../lib/yasr-settings-functions.php:697
571
  msgid "Remove"
572
  msgstr "Rimuovi"
573
 
574
- #: ../lib/yasr-settings-functions.php:621
575
- #: ../lib/yasr-settings-functions.php:739
576
  msgid "Remove whole set?"
577
  msgstr "Rimuovere l'intero set?"
578
 
579
- #: ../lib/yasr-settings-functions.php:634
580
- #: ../lib/yasr-settings-functions.php:752
581
  msgid ""
582
  "If you remove something you will remove all the votes for that set or field. "
583
  "This operation CAN'T BE undone."
@@ -585,63 +612,63 @@ msgstr ""
585
  "Se rimuovi qualcosa rimuoverai anche i voti per quel set o campo. Questa "
586
  "operazione NON PUÒ ESSERE ANNULLATA"
587
 
588
- #: ../lib/yasr-settings-functions.php:641
589
- #: ../lib/yasr-settings-functions.php:759
590
  msgid "You can use up to 9 elements"
591
  msgstr "Puoi usare fino a 9 elementi"
592
 
593
- #: ../lib/yasr-settings-functions.php:643
594
- #: ../lib/yasr-settings-functions.php:761
595
  msgid "Add element"
596
  msgstr "Aggiungi elemento"
597
 
598
- #: ../lib/yasr-settings-functions.php:645
599
- #: ../lib/yasr-settings-functions.php:763
600
  msgid "Save changes"
601
  msgstr "Salva modifiche"
602
 
603
- #: ../lib/yasr-settings-functions.php:655
604
  msgid "No Multiple Set were found"
605
  msgstr "Nessun Set Multiplo trovato"
606
 
607
- #: ../lib/yasr-settings-functions.php:904
608
- #: ../lib/yasr-settings-functions.php:1172
609
  msgid "Settings Saved"
610
  msgstr "Impostazioni Salvate"
611
 
612
- #: ../lib/yasr-settings-functions.php:909
613
  msgid "Something goes wrong trying insert set field name. Please report it"
614
  msgstr ""
615
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
616
  "segnalalo"
617
 
618
- #: ../lib/yasr-settings-functions.php:915
619
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
620
  msgstr ""
621
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
622
  "favore segnalalo"
623
 
624
- #: ../lib/yasr-settings-functions.php:990
625
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
626
  msgstr ""
627
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
628
  "favore segnalalo"
629
 
630
- #: ../lib/yasr-settings-functions.php:1036
631
  msgid ""
632
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
633
  msgstr ""
634
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
635
  "favore segnalalo"
636
 
637
- #: ../lib/yasr-settings-functions.php:1100
638
  msgid ""
639
  "Something goes wrong trying to update a Multi Set's element. Please report it"
640
  msgstr ""
641
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
642
  "favore segnalalo"
643
 
644
- #: ../lib/yasr-settings-functions.php:1157
645
  msgid ""
646
  "Something goes wrong trying to insert set field name in edit form. Please "
647
  "report it"
@@ -649,15 +676,15 @@ msgstr ""
649
  "Qualcosa è andato storto cercando di inserire il campo nel form di modifica. "
650
  "Per favore segnalalo"
651
 
652
- #: ../lib/yasr-settings-functions.php:1202
653
  msgid "Style Options"
654
  msgstr "Opzioni Stili"
655
 
656
- #: ../lib/yasr-settings-functions.php:1203
657
  msgid "Custom CSS Styles"
658
  msgstr "Stili CSS Personalizzati"
659
 
660
- #: ../lib/yasr-settings-functions.php:1208
661
  msgid ""
662
  "Please use text area below to write your own CSS styles to override the "
663
  "default ones."
@@ -665,109 +692,109 @@ msgstr ""
665
  "Usa l'area di testo sottostante per scrivere le tue regole CSS che "
666
  "sovrascriveranno quelle di default"
667
 
668
- #: ../lib/yasr-settings-functions.php:1210
669
  msgid "Leave it blank if you don't know what you're doing"
670
  msgstr "Lascialo vuoto se non stai cosa stai facendo"
671
 
672
- #: ../lib/yasr-settings-functions.php:1233
673
  msgid "Looking for more features?"
674
  msgstr "Hai bisogno di più funzioni?"
675
 
676
- #: ../lib/yasr-settings-functions.php:1234
677
  msgid "Upgrade to yasr pro!"
678
  msgstr "Passa a yasr pro!"
679
 
680
- #: ../lib/yasr-settings-functions.php:1250
681
  msgid "Unlimited ratings and votes"
682
  msgstr "Voti e recensioni illimitate"
683
 
684
- #: ../lib/yasr-settings-functions.php:1256
685
  msgid "Works with shortcodes"
686
  msgstr "Funziona con gli shortcodes"
687
 
688
- #: ../lib/yasr-settings-functions.php:1262
689
  msgid "Multi Set Support"
690
  msgstr "Supporto Set Multipli"
691
 
692
- #: ../lib/yasr-settings-functions.php:1267
693
  msgid "Logs and stats for visitors votes"
694
  msgstr "Log e statistiche per i voti utenti"
695
 
696
- #: ../lib/yasr-settings-functions.php:1272
697
  msgid "Localization (.po and .mo files included)"
698
  msgstr "Traducibile (files .po e .mo inclusi)"
699
 
700
- #: ../lib/yasr-settings-functions.php:1277
701
  msgid "Rich Snippet Support"
702
  msgstr "Supporto per Rich Snippet"
703
 
704
- #: ../lib/yasr-settings-functions.php:1282
705
  msgid "Rankings for reviews, votes and users"
706
  msgstr "Classifiche per recensioni, voti e utenti"
707
 
708
- #: ../lib/yasr-settings-functions.php:1287
709
  msgid "Rankings Customization"
710
  msgstr "Personalizzazione Classifiche"
711
 
712
- #: ../lib/yasr-settings-functions.php:1292
713
  msgid "Stars Customization"
714
  msgstr "Personalizzazione Stelle"
715
 
716
- #: ../lib/yasr-settings-functions.php:1293
717
  msgid "Size Only"
718
  msgstr "Solo la grandezza"
719
 
720
- #: ../lib/yasr-settings-functions.php:1294
721
  msgid ""
722
  "Users can choose different ready to use sets or can upload their own images."
723
  msgstr ""
724
  "È possibile scegliere diversi set pronti all'uso o caricare le proprie "
725
  "immagini"
726
 
727
- #: ../lib/yasr-settings-functions.php:1297
728
  msgid "Users can review in comments"
729
  msgstr "Gli utenti possono recensire nei commenti"
730
 
731
- #: ../lib/yasr-settings-functions.php:1308
732
  msgid "Not avaible yet"
733
  msgstr "Non ancora disponibile"
734
 
735
- #: ../lib/yasr-settings-functions.php:1367
736
  msgid "Keep in touch!"
737
  msgstr "Teniamoci in contatto!"
738
 
739
- #: ../lib/yasr-settings-functions.php:1409
740
  #, php-format
741
  msgid ""
742
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
743
  msgstr ""
744
  "Ciao, sembra che hai ottenuto %s voti sul tuo sito grazie a YASR! Ottimo!"
745
 
746
- #: ../lib/yasr-settings-functions.php:1411
747
  msgid "Can I ask a favor?"
748
  msgstr "Ti posso chiedere un favore?"
749
 
750
- #: ../lib/yasr-settings-functions.php:1413
751
  msgid "Can you please rate YASR 5 stars on"
752
  msgstr "Puoi dare 5 stelle a YASR su"
753
 
754
- #: ../lib/yasr-settings-functions.php:1415
755
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
756
  msgstr " Richiederà solo 1 minuto ma è un ENORME aiuto per me. Grazie!"
757
 
758
- #: ../lib/yasr-settings-functions.php:1421
759
  msgid "Ok, I'm glad to help!"
760
  msgstr "Ok, sono contento di aiutare!"
761
 
762
- #: ../lib/yasr-settings-functions.php:1422
763
  msgid "Remind me later!"
764
  msgstr "Ricordamelo dopo!"
765
 
766
- #: ../lib/yasr-settings-functions.php:1423
767
  msgid "Don't need to ask, I already did it!"
768
  msgstr "Non c'è bisogno di chiederlo, l'ho già fatto!"
769
 
770
- #: ../lib/yasr-settings-functions.php:1456
771
  #, php-format
772
  msgid ""
773
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
@@ -778,28 +805,28 @@ msgstr ""
778
  "a>. Per favore, <a href=\"%s\" target=\"_blank\">dagli</a> 5 stelle su <a "
779
  "href=\"%s\" target=\"_blank\">WordPress.org</a>"
780
 
781
- #: ../lib/yasr-settings-functions.php:1501
782
  msgid "No previous Gd Star Rating installation was found"
783
  msgstr "Installazione precedente di Gd Star Rating non stata trovata"
784
 
785
- #: ../lib/yasr-db-functions.php:310
786
  msgid "No recenet votes yet"
787
  msgstr "Ancora nessun voto recente"
788
 
789
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:777
790
  msgid "anonymous"
791
  msgstr "anonimo"
792
 
793
- #: ../lib/yasr-db-functions.php:334
794
  #, php-format
795
  msgid "Vote %d from %s on "
796
  msgstr ""
797
 
798
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:802
799
  msgid "Ip address"
800
  msgstr "Indirizzo Ip"
801
 
802
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:843
803
  msgid "Pages"
804
  msgstr "Pagine"
805
 
@@ -819,116 +846,130 @@ msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
819
  msgid "You don't have enought privileges to insert Multi Set"
820
  msgstr "Non hai abbastanza permessi per inserire un Multi Set"
821
 
822
- #: ../lib/yasr-functions.php:309
823
- msgid " reviewed by "
824
- msgstr " recensito da "
825
 
826
- #: ../lib/yasr-functions.php:310
827
  msgid " on "
828
  msgstr " il "
829
 
830
- #: ../lib/yasr-functions.php:311
831
- msgid " rated "
832
- msgstr " votato "
 
 
 
 
 
 
 
 
833
 
834
- #: ../lib/yasr-functions.php:311
835
- msgid " of"
836
  msgstr "su"
837
 
838
- #: ../lib/yasr-functions.php:358
839
  msgid " written by "
840
  msgstr " scritto da "
841
 
842
- #: ../lib/yasr-functions.php:360
843
  msgid " average rating "
844
  msgstr " media voto "
845
 
846
- #: ../lib/yasr-functions.php:361
847
  msgid " user ratings"
848
  msgstr " voti utenti "
849
 
850
- #: ../lib/yasr-ajax-functions.php:96
 
 
 
 
851
  msgid "You've rated it "
852
  msgstr "Voto assegnato "
853
 
854
- #: ../lib/yasr-ajax-functions.php:100
855
  msgid "You've reset the vote"
856
  msgstr "Hai resettato il voto"
857
 
858
- #: ../lib/yasr-ajax-functions.php:164
859
  msgid ""
860
  "There was an error while trying to insert the review type. Please report it"
861
  msgstr ""
862
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
863
  "segnalalo"
864
 
865
- #: ../lib/yasr-ajax-functions.php:198
866
  msgid "Choose a vote for each element"
867
  msgstr "Scegli un voto per ogni elemento"
868
 
869
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
870
  msgid "If you want to insert this multiset, paste this shortcode "
871
  msgstr "Se vuoi inserire questo Set Multiplo, incolla questo shortcode "
872
 
873
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
874
  msgid ""
875
  "If, instead, you want allow your visitor to vote on this multiset, use this "
876
  "shortcode"
877
  msgstr ""
 
 
878
 
879
- #: ../lib/yasr-ajax-functions.php:268
880
  msgid "Choose a vote for every element"
881
  msgstr "Scegli un voto per ogni elemento"
882
 
883
- #: ../lib/yasr-ajax-functions.php:441
884
  msgid "Main"
885
  msgstr ""
886
 
887
- #: ../lib/yasr-ajax-functions.php:442
888
  msgid "Charts"
889
  msgstr "Classifiche"
890
 
891
- #: ../lib/yasr-ajax-functions.php:444
892
  msgid "Read the doc"
893
  msgstr "Leggi la documentazione"
894
 
895
- #: ../lib/yasr-ajax-functions.php:453
896
  msgid "Overall Rating / Review"
897
  msgstr "Voto Complessivo"
898
 
899
- #: ../lib/yasr-ajax-functions.php:455
900
  msgid "Insert Overall Rating"
901
  msgstr "Inserisci Voto Complessivo"
902
 
903
- #: ../lib/yasr-ajax-functions.php:456
904
  msgid "Insert Overall Rating / Review for this post"
905
  msgstr "Inserisci Voto Complessivo / Recensione per questo post"
906
 
907
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
908
  msgid "Choose Size"
909
  msgstr "Scegli la grandezza"
910
 
911
- #: ../lib/yasr-ajax-functions.php:473
912
  msgid "Insert Visitor Votes"
913
  msgstr "Inserisci Voti Utenti"
914
 
915
- #: ../lib/yasr-ajax-functions.php:474
916
  msgid "Insert the ability for your visitor to vote"
917
  msgstr "Permetti ai tuoi visitatori di votare"
918
 
919
- #: ../lib/yasr-ajax-functions.php:491
920
  msgid "If you want to insert a Multi Set, pick one:"
921
  msgstr "Se vuoi inserire un Set Multiplo, scegline uno:"
922
 
923
- #: ../lib/yasr-ajax-functions.php:497
924
  msgid "Choose wich set you want to insert."
925
  msgstr "Scegli quale Set Multiplo inserire"
926
 
927
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
928
  msgid "Readonly?"
929
  msgstr "Sola lettura?"
930
 
931
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
932
  msgid ""
933
  "If Readonly is checked, only you can insert the votes (in the box above the "
934
  "editor)"
@@ -936,71 +977,71 @@ msgstr ""
936
  "Se selezioni sola lettura, solo tu puoi inserire i voti (nel box sotto "
937
  "l'editor)"
938
 
939
- #: ../lib/yasr-ajax-functions.php:502
940
  msgid "Insert Multi Set"
941
  msgstr "Inserisci Set Multiplo"
942
 
943
- #: ../lib/yasr-ajax-functions.php:511
944
  msgid "Insert Multiset:"
945
  msgstr "Inserisci Set Multiplo:"
946
 
947
- #: ../lib/yasr-ajax-functions.php:514
948
  msgid "Insert Multiple Set"
949
  msgstr "Inserisci Set Multiplo"
950
 
951
- #: ../lib/yasr-ajax-functions.php:532
952
  msgid "Ranking reviews"
953
  msgstr "Classifica recensioni"
954
 
955
- #: ../lib/yasr-ajax-functions.php:533
956
  msgid "Insert Ranking reviews"
957
  msgstr "Classifica recensioni"
958
 
959
- #: ../lib/yasr-ajax-functions.php:534
960
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
961
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_overall_rating]"
962
 
963
- #: ../lib/yasr-ajax-functions.php:538
964
  msgid "Users' ranking"
965
  msgstr "Classifica degli utenti"
966
 
967
- #: ../lib/yasr-ajax-functions.php:539
968
  msgid "Insert Users ranking"
969
  msgstr "Inserisci Classifica Utenti"
970
 
971
- #: ../lib/yasr-ajax-functions.php:540
972
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
973
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_visitor_votes]"
974
 
975
- #: ../lib/yasr-ajax-functions.php:544
976
  msgid "Most active reviewers"
977
  msgstr "Recensori più attivi"
978
 
979
- #: ../lib/yasr-ajax-functions.php:545
980
  msgid "Insert Most Active Reviewers"
981
  msgstr "Inserisci i 5 recensori più attivi"
982
 
983
- #: ../lib/yasr-ajax-functions.php:546
984
  msgid "Insert Top 5 active reviewers"
985
  msgstr "Inserisci i 5 recensori più attivi"
986
 
987
- #: ../lib/yasr-ajax-functions.php:550
988
  msgid "Most Active Users"
989
  msgstr "Utenti più attivi"
990
 
991
- #: ../lib/yasr-ajax-functions.php:551
992
  msgid "Insert Most Active Users"
993
  msgstr "Inserisci i 10 utenti più attivi"
994
 
995
- #: ../lib/yasr-ajax-functions.php:552
996
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
997
  msgstr "Inserisci i 10 utenti più attivi in [yasr_visitor_votes]"
998
 
999
- #: ../lib/yasr-ajax-functions.php:623
1000
  msgid "Reviews and Visitor Votes have been successfull imported."
1001
  msgstr "Recensioni e Voti utenti sono stati importati con successo."
1002
 
1003
- #: ../lib/yasr-ajax-functions.php:629
1004
  msgid ""
1005
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1006
  "THIS MAY TAKE A WHILE!"
@@ -1008,88 +1049,88 @@ msgstr ""
1008
  "Step2: Contrellerò se hai usato Set Multipli e se li trovo l'importerò: PUÒ "
1009
  "RICHIEDERE UN PÒ DI TEMPO!"
1010
 
1011
- #: ../lib/yasr-ajax-functions.php:631
1012
  msgid "Proceed Step 2"
1013
  msgstr "Procedi Step 2"
1014
 
1015
- #: ../lib/yasr-ajax-functions.php:638
1016
  msgid "Something goes wrong! Refresh the page and try again!"
1017
  msgstr "Qualcosa è andato storto! Aggiorna la pagina e prova ancora!"
1018
 
1019
- #: ../lib/yasr-ajax-functions.php:667
1020
  msgid "I've found Multiple Set! Importing..."
1021
  msgstr "Set Multipli trovati! Importazione..."
1022
 
1023
- #: ../lib/yasr-ajax-functions.php:676
1024
  msgid "Multi Set's name has been successfull imported."
1025
  msgstr "I nomi dei Set Multipli sono stati importati con successo"
1026
 
1027
- #: ../lib/yasr-ajax-functions.php:678
1028
  msgid "Now I'm going to import Multi Set data"
1029
  msgstr "Ora importerò i dati dei Set Multipli"
1030
 
1031
- #: ../lib/yasr-ajax-functions.php:689
1032
  msgid "All votes has been successfull imported."
1033
  msgstr "Tutti i voti sono stati importati con successo"
1034
 
1035
- #: ../lib/yasr-ajax-functions.php:691
1036
  msgid "Done"
1037
  msgstr "Fatto"
1038
 
1039
- #: ../lib/yasr-ajax-functions.php:696
1040
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1041
  msgstr "Ho trovato i voti per i Set Multi ma non li ho potuti inserire nel db"
1042
 
1043
- #: ../lib/yasr-ajax-functions.php:704
1044
  msgid "I've found Multi Set but with no data"
1045
  msgstr "ho trovato Set Multipli ma senza dati"
1046
 
1047
- #: ../lib/yasr-ajax-functions.php:713
1048
  msgid "I've found Multi Sets names but I couldn't insert into db"
1049
  msgstr "Ho trovato Set Multipli ma non li ho potuti inserire nel db"
1050
 
1051
- #: ../lib/yasr-ajax-functions.php:721
1052
  msgid "Multisets were not found. Imported is done!"
1053
  msgstr "Set Multipli non trovati. Importazione dati conclusa!"
1054
 
1055
- #: ../lib/yasr-ajax-functions.php:764
1056
  msgid "No Recenet votes yet"
1057
  msgstr "Ancora nessun voto recente"
1058
 
1059
- #: ../lib/yasr-ajax-functions.php:786
1060
  #, php-format
1061
  msgid "Vote %d from %s on"
1062
  msgstr "Voto %d da %s su"
1063
 
1064
- #: ../lib/yasr-ajax-functions.php:982 ../lib/yasr-ajax-functions.php:1135
1065
  msgid "Error: you can't vote 0"
1066
  msgstr "Errore: non puoi votare 0"
1067
 
1068
- #: ../lib/yasr-ajax-functions.php:1087 ../lib/yasr-ajax-functions.php:1095
1069
  msgid "Average:"
1070
  msgstr "Media:"
1071
 
1072
- #: ../lib/yasr-ajax-functions.php:1088 ../lib/yasr-ajax-functions.php:1096
1073
  msgid "Vote Saved"
1074
  msgstr "Voto Salvato"
1075
 
1076
- #: ../lib/yasr-ajax-functions.php:1231
1077
  msgid "Vote updated"
1078
  msgstr "Voto Aggiornato"
1079
 
1080
- #: ../lib/yasr-ajax-functions.php:1372
1081
  msgid "Rating saved!"
1082
  msgstr "Voto salvato!"
1083
 
1084
- #: ../lib/yasr-ajax-functions.php:1378
1085
  msgid "Rating not saved. Please Try again"
1086
  msgstr "Voto non salvato. Per favore riprova"
1087
 
1088
- #: ../lib/yasr-ajax-functions.php:1471
1089
  msgid "stars"
1090
  msgstr "stelle"
1091
 
1092
- #: ../lib/yasr-ajax-functions.php:1476
1093
  msgid "star"
1094
  msgstr "stella"
1095
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yasr Translation\n"
4
+ "POT-Creation-Date: 2015-09-16 17:21+0100\n"
5
+ "PO-Revision-Date: 2015-09-16 17:44+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:75 ../yasr-metabox-top-right.php:109
20
  msgid "Rate this article / item"
21
  msgstr "Vota questo articolo / oggetto"
22
 
23
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
24
  #: ../lib/yasr-shortcode-functions.php:546
25
  msgid "Loading, please wait"
26
  msgstr "Caricamento, attendere prego"
27
 
28
+ #: ../yasr-metabox-top-right.php:157
29
  msgid "Save Vote"
30
  msgstr "Salva Voto"
31
 
32
+ #: ../yasr-metabox-top-right.php:176
33
  msgid "This review is about a..."
34
  msgstr "Questa recensione è..."
35
 
36
+ #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
37
+ #: ../lib/yasr-settings-functions.php:598
 
 
 
 
38
  msgid "Select"
39
  msgstr "Seleziona"
40
 
41
+ #: ../yasr-metabox-top-right.php:199
42
  msgid ""
43
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
44
  "where you want to display this rating"
47
  "dove vuoi far apparire questo voto"
48
 
49
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
50
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
51
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
52
  msgid "You do not have sufficient permissions to access this page."
53
  msgstr "Non hai permeessi sufficienti per accedere a questa pagina"
54
 
72
  msgid "Pro Features!"
73
  msgstr "Funzioni Pro!"
74
 
75
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:260
76
+ #: ../yasr-settings-page.php:291
77
  msgid "Save"
78
  msgstr "Salva"
79
 
128
  "Clicca su Procedi per importare di nuovo i dati di Gd Star Rating. Potrebbe "
129
  "richiedere un pò di tempo!"
130
 
131
+ #: ../yasr-settings-page.php:202
132
  msgid "Manage Multi Set"
133
  msgstr "Set Multipli"
134
 
135
+ #: ../yasr-settings-page.php:206
136
  msgid "What is a Multi Set?"
137
  msgstr "Che cos'è un Set Multiplo?"
138
 
139
+ #: ../yasr-settings-page.php:211
140
  msgid ""
141
  "Multi Set allows you to insert a rate for each aspect about the product / "
142
  "local business / whetever you're reviewing, example in the image below."
145
  "prodotto / attività / qualsiasi cosa tua stia recensendo, esempio "
146
  "nell'immagine sottostante."
147
 
148
+ #: ../yasr-settings-page.php:215
149
  msgid ""
150
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
151
  "different fields. Once you've saved it, you can insert the rates while "
157
  "scrivendo il tuo articolo nel box sotto l'editor, come puoi vedere in questa "
158
  "immagine (clicca per allargare)"
159
 
160
+ #: ../yasr-settings-page.php:219
161
  msgid ""
162
  "In order to insert your Multi Sets into a post or page, you can either past "
163
  "the short code that will appear at the bottom of the box or just click on "
168
  "cliccare sulla stella presente nell'editor visuale e selezionare \"Inserisci "
169
  "Set Multiplo\""
170
 
171
+ #: ../yasr-settings-page.php:225
172
  msgid "Close this message"
173
  msgstr "Chiudi questo messaggio"
174
 
187
  msgid "You must sign to vote"
188
  msgstr "Devi fare il login per votare"
189
 
190
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
191
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
192
  msgid "Total: "
193
  msgstr "Voti: "
194
 
208
  #: ../lib/yasr-shortcode-functions.php:572
209
  #: ../lib/yasr-shortcode-functions.php:584
210
  msgid "Submit!"
211
+ msgstr "Invia!"
212
 
213
+ #: ../lib/yasr-shortcode-functions.php:761
214
  msgid "Rating"
215
  msgstr "Voto"
216
 
217
+ #: ../lib/yasr-shortcode-functions.php:775
218
  msgid "You don't have any votes stored"
219
  msgstr "Non hai alcun voto salvato"
220
 
221
+ #: ../lib/yasr-shortcode-functions.php:811
222
+ #: ../lib/yasr-shortcode-functions.php:850
223
  msgid "Post / Page"
224
  msgstr "Post / Pagina"
225
 
226
+ #: ../lib/yasr-shortcode-functions.php:812
227
+ #: ../lib/yasr-shortcode-functions.php:851
228
  msgid "Order By"
229
  msgstr "Ordina per"
230
 
231
+ #: ../lib/yasr-shortcode-functions.php:812
232
+ #: ../lib/yasr-shortcode-functions.php:851
233
  msgid "Most Rated"
234
  msgstr "Più Votati"
235
 
236
+ #: ../lib/yasr-shortcode-functions.php:812
237
+ #: ../lib/yasr-shortcode-functions.php:851
238
  msgid "Highest Rated"
239
  msgstr "Voto più alto"
240
 
241
+ #: ../lib/yasr-shortcode-functions.php:830
242
+ #: ../lib/yasr-shortcode-functions.php:865
243
  msgid "Total:"
244
  msgstr "Voti:"
245
 
246
+ #: ../lib/yasr-shortcode-functions.php:830
247
+ #: ../lib/yasr-shortcode-functions.php:865
248
  msgid "Average"
249
  msgstr "Media"
250
 
251
+ #: ../lib/yasr-shortcode-functions.php:842
252
  msgid "You've not enough data"
253
  msgstr "Non hai abbastanza dati"
254
 
255
+ #: ../lib/yasr-shortcode-functions.php:877
256
  msgid "You've not enought data"
257
  msgstr "Non hai abbastanza dati"
258
 
259
+ #: ../lib/yasr-shortcode-functions.php:962
260
  msgid ""
261
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
262
  "any review?"
264
  "C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
265
  "attivi. Hai pubblicato qualche recensione?"
266
 
267
+ #: ../lib/yasr-shortcode-functions.php:1030
268
  msgid ""
269
  "Problem while retrieving the top 10 active users chart. Are you sure you "
270
  "have votes to show?"
301
  msgstr "Permettere la votazione ai soli utenti loggati?"
302
 
303
  #: ../lib/yasr-settings-functions.php:59
304
+ msgid "Rich snippet options"
305
+ msgstr "Opzioni Rich Snippet"
306
 
307
  #: ../lib/yasr-settings-functions.php:60
308
  msgid "How do you want to rate \"Overall Rating\"?"
312
  msgid "Use Auto Insert?"
313
  msgstr "Usare l'inserimento automatico?"
314
 
315
+ #: ../lib/yasr-settings-functions.php:80
 
316
  #: ../lib/yasr-settings-functions.php:164
317
+ #: ../lib/yasr-settings-functions.php:184
318
+ #: ../lib/yasr-settings-functions.php:228
319
+ #: ../lib/yasr-settings-functions.php:254
320
+ #: ../lib/yasr-settings-functions.php:288
321
+ #: ../lib/yasr-settings-functions.php:343
322
  msgid "Yes"
323
  msgstr "Si"
324
 
325
+ #: ../lib/yasr-settings-functions.php:94
 
326
  #: ../lib/yasr-settings-functions.php:169
327
+ #: ../lib/yasr-settings-functions.php:189
328
+ #: ../lib/yasr-settings-functions.php:233
329
+ #: ../lib/yasr-settings-functions.php:259
330
+ #: ../lib/yasr-settings-functions.php:293
331
+ #: ../lib/yasr-settings-functions.php:348
332
  msgid "No"
333
  msgstr "No"
334
 
335
+ #: ../lib/yasr-settings-functions.php:102
336
  msgid "What?"
337
  msgstr "Cosa?"
338
 
339
+ #: ../lib/yasr-settings-functions.php:107
340
  msgid "Overall Rating / Author Rating"
341
  msgstr "Voto Complessivo / Voto Autore"
342
 
343
+ #: ../lib/yasr-settings-functions.php:111 ../lib/yasr-ajax-functions.php:500
344
  msgid "Visitor Votes"
345
  msgstr "Voto Utenti"
346
 
347
+ #: ../lib/yasr-settings-functions.php:115
348
  msgid "Both"
349
  msgstr "Entrambi"
350
 
351
+ #: ../lib/yasr-settings-functions.php:121
352
  msgid "Where?"
353
  msgstr "Dove?"
354
 
355
+ #: ../lib/yasr-settings-functions.php:126
356
  msgid "Before the post"
357
  msgstr "Prima del contenuto"
358
 
359
+ #: ../lib/yasr-settings-functions.php:130
360
  msgid "After the post"
361
  msgstr "Dopo il contenuto"
362
 
363
+ #: ../lib/yasr-settings-functions.php:137
364
  msgid "Size"
365
  msgstr "Grandezza"
366
 
367
+ #: ../lib/yasr-settings-functions.php:143 ../lib/yasr-ajax-functions.php:490
368
+ #: ../lib/yasr-ajax-functions.php:508
369
  msgid "Small"
370
  msgstr "Piccolo"
371
 
372
+ #: ../lib/yasr-settings-functions.php:148 ../lib/yasr-ajax-functions.php:491
373
+ #: ../lib/yasr-ajax-functions.php:509
374
  msgid "Medium"
375
  msgstr "Medio"
376
 
377
+ #: ../lib/yasr-settings-functions.php:153 ../lib/yasr-ajax-functions.php:492
378
+ #: ../lib/yasr-ajax-functions.php:510
379
  msgid "Large"
380
  msgstr "Grande"
381
 
382
+ #: ../lib/yasr-settings-functions.php:160
383
  msgid "Exclude Pages?"
384
  msgstr "Escludere pagine?"
385
 
386
+ #: ../lib/yasr-settings-functions.php:181
387
  msgid "Use only in custom post types?"
388
  msgstr "Usare solo nei custom post type?"
389
 
390
+ #: ../lib/yasr-settings-functions.php:193
391
  msgid "You see this because you use custom post types."
392
  msgstr "Vedi questo perché usi i custom post type."
393
 
394
+ #: ../lib/yasr-settings-functions.php:195
395
  msgid "If you want to use auto insert only in custom post types, choose Yes"
396
  msgstr ""
397
  "Se vuoi usare l'inserimento automatico solo nei custom post type, spunta Si"
398
 
399
+ #: ../lib/yasr-settings-functions.php:237
400
  msgid ""
401
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
402
  "article or page, but also in pages like Home Page, category pages or "
406
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
407
  "categorie o archivi"
408
 
409
+ #: ../lib/yasr-settings-functions.php:263
410
  msgid ""
411
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
412
  "article or page, but also in pages like Home Page, category pages or "
416
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
417
  "categorie o archivi"
418
 
419
+ #: ../lib/yasr-settings-functions.php:298
420
  msgid "Custom text to display before Overall Rating"
421
  msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
422
 
423
+ #: ../lib/yasr-settings-functions.php:303
424
  msgid "Custom text to display BEFORE Visitor Rating"
425
  msgstr "Testo personalizzato da visualizzare PRIMA del Voto Utenti"
426
 
427
+ #: ../lib/yasr-settings-functions.php:309
428
  msgid "Custom text to display AFTER Visitor Rating"
429
  msgstr "Testo personalizzato da visualizzare dopo del Voto Utenti"
430
 
431
+ #: ../lib/yasr-settings-functions.php:314
432
  msgid "Custom text to display when a non logged user has already rated"
433
  msgstr ""
434
  "Testo personalizzato da mostrare quanto un utente non loggato ha già votato"
435
 
436
+ #: ../lib/yasr-settings-functions.php:319
437
  msgid "Help"
438
  msgstr "Aiuto"
439
 
440
+ #: ../lib/yasr-settings-functions.php:323
441
  msgid ""
442
  "In the first field you can use %overall_rating% pattern to show the overall "
443
  "rating."
445
  "Nel primo campo puoi usare la variabile %overall_rating% per mostrare il "
446
  "voto complessivo"
447
 
448
+ #: ../lib/yasr-settings-functions.php:327
449
  msgid ""
450
  "In the Second and Third fields you can use %total_count% pattern to show the "
451
  "total count, and %average% pattern to show the average"
453
  "Nel secondo e terzo campo puoi usare la variabile %total_count% per mostrare "
454
  "il numero dei voti, e %average% per mostare la media"
455
 
456
+ #: ../lib/yasr-settings-functions.php:366
457
  msgid "Allow only logged-in users"
458
  msgstr "Permetti solo agli utenti loggati"
459
 
460
+ #: ../lib/yasr-settings-functions.php:370
461
  msgid "Allow everybody (logged in and anonymous)"
462
  msgstr "Permetti a tutti (loggati ed anonimi)"
463
 
464
+ #: ../lib/yasr-settings-functions.php:386
465
+ msgid "Which rich snippet do you want to use?"
466
+ msgstr "Quale rich snippets vuoi usare?"
467
+
468
+ #: ../lib/yasr-settings-functions.php:390
469
  msgid "Review Rating"
470
  msgstr "Voto Recensione"
471
 
472
+ #: ../lib/yasr-settings-functions.php:394
473
  msgid "Aggregate Rating"
474
  msgstr "Media Voto Utenti"
475
 
476
+ #: ../lib/yasr-settings-functions.php:399
477
  msgid "What is this?"
478
  msgstr "Cos'è questo?"
479
 
480
+ #: ../lib/yasr-settings-functions.php:404
481
  msgid ""
482
  "If you select \"Review Rating\", your site will be indexed from search "
483
  "engines like this: "
485
  "Se hai scelto \"Voto Recensione\", il sito verrà indicizzato dai motori di "
486
  "ricerca così:"
487
 
488
+ #: ../lib/yasr-settings-functions.php:409
489
  msgid ""
490
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
491
  "this"
492
  msgstr ""
493
  "Se, invece, hai scelto \"Media Voto Utenti\", il sito verrà indicizzato così"
494
 
495
+ #: ../lib/yasr-settings-functions.php:420
496
+ msgid "Select default item type for all post or pages"
497
+ msgstr "Seleziona l'item type di default per tutti i post e le pagine"
498
+
499
+ #: ../lib/yasr-settings-functions.php:425
500
+ msgid "Product"
501
+ msgstr "Prodotto"
502
+
503
+ #: ../lib/yasr-settings-functions.php:429
504
+ msgid "Place"
505
+ msgstr "Posto"
506
+
507
+ #: ../lib/yasr-settings-functions.php:433
508
+ msgid "Other"
509
+ msgstr "Altro"
510
+
511
+ #: ../lib/yasr-settings-functions.php:439
512
+ msgid "You can always change it in the single post or page."
513
+ msgstr "Puoi sempre cambiarlo nei singoli post o pagine"
514
+
515
+ #: ../lib/yasr-settings-functions.php:441
516
+ msgid ""
517
+ "This will affect only the post/page where you didn't change manually the "
518
+ "itemtype yet."
519
+ msgstr ""
520
+ "Funzionerà solo sui post/pagine dove non hai cambiato l'itemtype manualmente"
521
+
522
+ #: ../lib/yasr-settings-functions.php:458
523
  msgid "Stars"
524
  msgstr "Stelle"
525
 
526
+ #: ../lib/yasr-settings-functions.php:462
527
  msgid "Numbers"
528
  msgstr "Numeri"
529
 
530
+ #: ../lib/yasr-settings-functions.php:487
531
  msgid "Which color scheme do you want to use?"
532
  msgstr "Che schema di colori vuoi usare?"
533
 
534
+ #: ../lib/yasr-settings-functions.php:508
535
  msgid "Light"
536
  msgstr "Chiaro"
537
 
538
+ #: ../lib/yasr-settings-functions.php:513
539
  msgid "Dark"
540
  msgstr "Scuro"
541
 
542
+ #: ../lib/yasr-settings-functions.php:518
543
  msgid "Preview"
544
  msgstr "Anteprima"
545
 
546
+ #: ../lib/yasr-settings-functions.php:523
547
  msgid "Light theme"
548
  msgstr "Tema chiaro"
549
 
550
+ #: ../lib/yasr-settings-functions.php:528
551
  msgid "Dark theme"
552
  msgstr "Tema scuro"
553
 
554
+ #: ../lib/yasr-settings-functions.php:543
555
  msgid "Add New Multiple Set"
556
  msgstr "Set Multipli"
557
 
558
+ #: ../lib/yasr-settings-functions.php:544
559
  msgid ""
560
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
561
  "characters"
563
  "Nome, Elemento#1 e Elemento#2 DEVONO essere riempiti e devono essere lunghi "
564
  "almeno 3 caratteri"
565
 
566
+ #: ../lib/yasr-settings-functions.php:547
567
  msgid "Name"
568
  msgstr "Nome"
569
 
570
+ #: ../lib/yasr-settings-functions.php:552
571
  msgid "You can insert up to nine elements"
572
  msgstr "Puoi inserire fino a nove elementi"
573
 
574
+ #: ../lib/yasr-settings-functions.php:557
575
  msgid "Element "
576
  msgstr "Elemento"
577
 
578
+ #: ../lib/yasr-settings-functions.php:567
579
  msgid "Create New Set"
580
  msgstr "Crea Nuovo Set"
581
 
582
+ #: ../lib/yasr-settings-functions.php:588
583
+ #: ../lib/yasr-settings-functions.php:621
584
  msgid "Manage Multiple Set"
585
  msgstr "Gestisci Set Multiplo"
586
 
587
+ #: ../lib/yasr-settings-functions.php:590
588
  msgid "Wich set do you want to edit or remove?"
589
  msgstr "Quale set vuoi modificare o rimuovere"
590
 
591
+ #: ../lib/yasr-settings-functions.php:631
592
+ #: ../lib/yasr-settings-functions.php:749
593
  msgid "Field name"
594
  msgstr "Nome campo"
595
 
596
+ #: ../lib/yasr-settings-functions.php:635
597
+ #: ../lib/yasr-settings-functions.php:753
598
  msgid "Remove"
599
  msgstr "Rimuovi"
600
 
601
+ #: ../lib/yasr-settings-functions.php:677
602
+ #: ../lib/yasr-settings-functions.php:795
603
  msgid "Remove whole set?"
604
  msgstr "Rimuovere l'intero set?"
605
 
606
+ #: ../lib/yasr-settings-functions.php:690
607
+ #: ../lib/yasr-settings-functions.php:808
608
  msgid ""
609
  "If you remove something you will remove all the votes for that set or field. "
610
  "This operation CAN'T BE undone."
612
  "Se rimuovi qualcosa rimuoverai anche i voti per quel set o campo. Questa "
613
  "operazione NON PUÒ ESSERE ANNULLATA"
614
 
615
+ #: ../lib/yasr-settings-functions.php:697
616
+ #: ../lib/yasr-settings-functions.php:815
617
  msgid "You can use up to 9 elements"
618
  msgstr "Puoi usare fino a 9 elementi"
619
 
620
+ #: ../lib/yasr-settings-functions.php:699
621
+ #: ../lib/yasr-settings-functions.php:817
622
  msgid "Add element"
623
  msgstr "Aggiungi elemento"
624
 
625
+ #: ../lib/yasr-settings-functions.php:701
626
+ #: ../lib/yasr-settings-functions.php:819
627
  msgid "Save changes"
628
  msgstr "Salva modifiche"
629
 
630
+ #: ../lib/yasr-settings-functions.php:711
631
  msgid "No Multiple Set were found"
632
  msgstr "Nessun Set Multiplo trovato"
633
 
634
+ #: ../lib/yasr-settings-functions.php:960
635
+ #: ../lib/yasr-settings-functions.php:1228
636
  msgid "Settings Saved"
637
  msgstr "Impostazioni Salvate"
638
 
639
+ #: ../lib/yasr-settings-functions.php:965
640
  msgid "Something goes wrong trying insert set field name. Please report it"
641
  msgstr ""
642
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
643
  "segnalalo"
644
 
645
+ #: ../lib/yasr-settings-functions.php:971
646
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
647
  msgstr ""
648
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
649
  "favore segnalalo"
650
 
651
+ #: ../lib/yasr-settings-functions.php:1046
652
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
653
  msgstr ""
654
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
655
  "favore segnalalo"
656
 
657
+ #: ../lib/yasr-settings-functions.php:1092
658
  msgid ""
659
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
660
  msgstr ""
661
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
662
  "favore segnalalo"
663
 
664
+ #: ../lib/yasr-settings-functions.php:1156
665
  msgid ""
666
  "Something goes wrong trying to update a Multi Set's element. Please report it"
667
  msgstr ""
668
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
669
  "favore segnalalo"
670
 
671
+ #: ../lib/yasr-settings-functions.php:1213
672
  msgid ""
673
  "Something goes wrong trying to insert set field name in edit form. Please "
674
  "report it"
676
  "Qualcosa è andato storto cercando di inserire il campo nel form di modifica. "
677
  "Per favore segnalalo"
678
 
679
+ #: ../lib/yasr-settings-functions.php:1258
680
  msgid "Style Options"
681
  msgstr "Opzioni Stili"
682
 
683
+ #: ../lib/yasr-settings-functions.php:1259
684
  msgid "Custom CSS Styles"
685
  msgstr "Stili CSS Personalizzati"
686
 
687
+ #: ../lib/yasr-settings-functions.php:1264
688
  msgid ""
689
  "Please use text area below to write your own CSS styles to override the "
690
  "default ones."
692
  "Usa l'area di testo sottostante per scrivere le tue regole CSS che "
693
  "sovrascriveranno quelle di default"
694
 
695
+ #: ../lib/yasr-settings-functions.php:1266
696
  msgid "Leave it blank if you don't know what you're doing"
697
  msgstr "Lascialo vuoto se non stai cosa stai facendo"
698
 
699
+ #: ../lib/yasr-settings-functions.php:1289
700
  msgid "Looking for more features?"
701
  msgstr "Hai bisogno di più funzioni?"
702
 
703
+ #: ../lib/yasr-settings-functions.php:1290
704
  msgid "Upgrade to yasr pro!"
705
  msgstr "Passa a yasr pro!"
706
 
707
+ #: ../lib/yasr-settings-functions.php:1306
708
  msgid "Unlimited ratings and votes"
709
  msgstr "Voti e recensioni illimitate"
710
 
711
+ #: ../lib/yasr-settings-functions.php:1312
712
  msgid "Works with shortcodes"
713
  msgstr "Funziona con gli shortcodes"
714
 
715
+ #: ../lib/yasr-settings-functions.php:1318
716
  msgid "Multi Set Support"
717
  msgstr "Supporto Set Multipli"
718
 
719
+ #: ../lib/yasr-settings-functions.php:1323
720
  msgid "Logs and stats for visitors votes"
721
  msgstr "Log e statistiche per i voti utenti"
722
 
723
+ #: ../lib/yasr-settings-functions.php:1328
724
  msgid "Localization (.po and .mo files included)"
725
  msgstr "Traducibile (files .po e .mo inclusi)"
726
 
727
+ #: ../lib/yasr-settings-functions.php:1333
728
  msgid "Rich Snippet Support"
729
  msgstr "Supporto per Rich Snippet"
730
 
731
+ #: ../lib/yasr-settings-functions.php:1338
732
  msgid "Rankings for reviews, votes and users"
733
  msgstr "Classifiche per recensioni, voti e utenti"
734
 
735
+ #: ../lib/yasr-settings-functions.php:1343
736
  msgid "Rankings Customization"
737
  msgstr "Personalizzazione Classifiche"
738
 
739
+ #: ../lib/yasr-settings-functions.php:1348
740
  msgid "Stars Customization"
741
  msgstr "Personalizzazione Stelle"
742
 
743
+ #: ../lib/yasr-settings-functions.php:1349
744
  msgid "Size Only"
745
  msgstr "Solo la grandezza"
746
 
747
+ #: ../lib/yasr-settings-functions.php:1350
748
  msgid ""
749
  "Users can choose different ready to use sets or can upload their own images."
750
  msgstr ""
751
  "È possibile scegliere diversi set pronti all'uso o caricare le proprie "
752
  "immagini"
753
 
754
+ #: ../lib/yasr-settings-functions.php:1353
755
  msgid "Users can review in comments"
756
  msgstr "Gli utenti possono recensire nei commenti"
757
 
758
+ #: ../lib/yasr-settings-functions.php:1364
759
  msgid "Not avaible yet"
760
  msgstr "Non ancora disponibile"
761
 
762
+ #: ../lib/yasr-settings-functions.php:1423
763
  msgid "Keep in touch!"
764
  msgstr "Teniamoci in contatto!"
765
 
766
+ #: ../lib/yasr-settings-functions.php:1465
767
  #, php-format
768
  msgid ""
769
  "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
770
  msgstr ""
771
  "Ciao, sembra che hai ottenuto %s voti sul tuo sito grazie a YASR! Ottimo!"
772
 
773
+ #: ../lib/yasr-settings-functions.php:1467
774
  msgid "Can I ask a favor?"
775
  msgstr "Ti posso chiedere un favore?"
776
 
777
+ #: ../lib/yasr-settings-functions.php:1469
778
  msgid "Can you please rate YASR 5 stars on"
779
  msgstr "Puoi dare 5 stelle a YASR su"
780
 
781
+ #: ../lib/yasr-settings-functions.php:1471
782
  msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
783
  msgstr " Richiederà solo 1 minuto ma è un ENORME aiuto per me. Grazie!"
784
 
785
+ #: ../lib/yasr-settings-functions.php:1477
786
  msgid "Ok, I'm glad to help!"
787
  msgstr "Ok, sono contento di aiutare!"
788
 
789
+ #: ../lib/yasr-settings-functions.php:1478
790
  msgid "Remind me later!"
791
  msgstr "Ricordamelo dopo!"
792
 
793
+ #: ../lib/yasr-settings-functions.php:1479
794
  msgid "Don't need to ask, I already did it!"
795
  msgstr "Non c'è bisogno di chiederlo, l'ho già fatto!"
796
 
797
+ #: ../lib/yasr-settings-functions.php:1512
798
  #, php-format
799
  msgid ""
800
  "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
805
  "a>. Per favore, <a href=\"%s\" target=\"_blank\">dagli</a> 5 stelle su <a "
806
  "href=\"%s\" target=\"_blank\">WordPress.org</a>"
807
 
808
+ #: ../lib/yasr-settings-functions.php:1557
809
  msgid "No previous Gd Star Rating installation was found"
810
  msgstr "Installazione precedente di Gd Star Rating non stata trovata"
811
 
812
+ #: ../lib/yasr-db-functions.php:318
813
  msgid "No recenet votes yet"
814
  msgstr "Ancora nessun voto recente"
815
 
816
+ #: ../lib/yasr-db-functions.php:333 ../lib/yasr-ajax-functions.php:806
817
  msgid "anonymous"
818
  msgstr "anonimo"
819
 
820
+ #: ../lib/yasr-db-functions.php:342
821
  #, php-format
822
  msgid "Vote %d from %s on "
823
  msgstr ""
824
 
825
+ #: ../lib/yasr-db-functions.php:358 ../lib/yasr-ajax-functions.php:831
826
  msgid "Ip address"
827
  msgstr "Indirizzo Ip"
828
 
829
+ #: ../lib/yasr-db-functions.php:399 ../lib/yasr-ajax-functions.php:872
830
  msgid "Pages"
831
  msgstr "Pagine"
832
 
846
  msgid "You don't have enought privileges to insert Multi Set"
847
  msgstr "Non hai abbastanza permessi per inserire un Multi Set"
848
 
849
+ #: ../lib/yasr-functions.php:299
850
+ msgid "reviewed by"
851
+ msgstr "recensito da"
852
 
853
+ #: ../lib/yasr-functions.php:301 ../lib/yasr-functions.php:369
854
  msgid " on "
855
  msgstr " il "
856
 
857
+ #: ../lib/yasr-functions.php:315
858
+ msgid "reviewed on"
859
+ msgstr "recensito da"
860
+
861
+ #: ../lib/yasr-functions.php:316
862
+ msgid "by "
863
+ msgstr ""
864
+
865
+ #: ../lib/yasr-functions.php:320
866
+ msgid "rated"
867
+ msgstr "votato"
868
 
869
+ #: ../lib/yasr-functions.php:320
870
+ msgid "of"
871
  msgstr "su"
872
 
873
+ #: ../lib/yasr-functions.php:377
874
  msgid " written by "
875
  msgstr " scritto da "
876
 
877
+ #: ../lib/yasr-functions.php:380
878
  msgid " average rating "
879
  msgstr " media voto "
880
 
881
+ #: ../lib/yasr-functions.php:381
882
  msgid " user ratings"
883
  msgstr " voti utenti "
884
 
885
+ #: ../lib/yasr-functions.php:407
886
+ msgid "Product, Place, Other"
887
+ msgstr "Product, Place, Other"
888
+
889
+ #: ../lib/yasr-ajax-functions.php:102
890
  msgid "You've rated it "
891
  msgstr "Voto assegnato "
892
 
893
+ #: ../lib/yasr-ajax-functions.php:106
894
  msgid "You've reset the vote"
895
  msgstr "Hai resettato il voto"
896
 
897
+ #: ../lib/yasr-ajax-functions.php:188
898
  msgid ""
899
  "There was an error while trying to insert the review type. Please report it"
900
  msgstr ""
901
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
902
  "segnalalo"
903
 
904
+ #: ../lib/yasr-ajax-functions.php:223
905
  msgid "Choose a vote for each element"
906
  msgstr "Scegli un voto per ogni elemento"
907
 
908
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
909
  msgid "If you want to insert this multiset, paste this shortcode "
910
  msgstr "Se vuoi inserire questo Set Multiplo, incolla questo shortcode "
911
 
912
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
913
  msgid ""
914
  "If, instead, you want allow your visitor to vote on this multiset, use this "
915
  "shortcode"
916
  msgstr ""
917
+ "Se, invece, vuoi permettere al visitatore di votare su questo multiset, usa "
918
+ "questo shortcode"
919
 
920
+ #: ../lib/yasr-ajax-functions.php:297
921
  msgid "Choose a vote for every element"
922
  msgstr "Scegli un voto per ogni elemento"
923
 
924
+ #: ../lib/yasr-ajax-functions.php:470
925
  msgid "Main"
926
  msgstr ""
927
 
928
+ #: ../lib/yasr-ajax-functions.php:471
929
  msgid "Charts"
930
  msgstr "Classifiche"
931
 
932
+ #: ../lib/yasr-ajax-functions.php:473
933
  msgid "Read the doc"
934
  msgstr "Leggi la documentazione"
935
 
936
+ #: ../lib/yasr-ajax-functions.php:482
937
  msgid "Overall Rating / Review"
938
  msgstr "Voto Complessivo"
939
 
940
+ #: ../lib/yasr-ajax-functions.php:484
941
  msgid "Insert Overall Rating"
942
  msgstr "Inserisci Voto Complessivo"
943
 
944
+ #: ../lib/yasr-ajax-functions.php:485
945
  msgid "Insert Overall Rating / Review for this post"
946
  msgstr "Inserisci Voto Complessivo / Recensione per questo post"
947
 
948
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
949
  msgid "Choose Size"
950
  msgstr "Scegli la grandezza"
951
 
952
+ #: ../lib/yasr-ajax-functions.php:502
953
  msgid "Insert Visitor Votes"
954
  msgstr "Inserisci Voti Utenti"
955
 
956
+ #: ../lib/yasr-ajax-functions.php:503
957
  msgid "Insert the ability for your visitor to vote"
958
  msgstr "Permetti ai tuoi visitatori di votare"
959
 
960
+ #: ../lib/yasr-ajax-functions.php:520
961
  msgid "If you want to insert a Multi Set, pick one:"
962
  msgstr "Se vuoi inserire un Set Multiplo, scegline uno:"
963
 
964
+ #: ../lib/yasr-ajax-functions.php:526
965
  msgid "Choose wich set you want to insert."
966
  msgstr "Scegli quale Set Multiplo inserire"
967
 
968
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
969
  msgid "Readonly?"
970
  msgstr "Sola lettura?"
971
 
972
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
973
  msgid ""
974
  "If Readonly is checked, only you can insert the votes (in the box above the "
975
  "editor)"
977
  "Se selezioni sola lettura, solo tu puoi inserire i voti (nel box sotto "
978
  "l'editor)"
979
 
980
+ #: ../lib/yasr-ajax-functions.php:531
981
  msgid "Insert Multi Set"
982
  msgstr "Inserisci Set Multiplo"
983
 
984
+ #: ../lib/yasr-ajax-functions.php:540
985
  msgid "Insert Multiset:"
986
  msgstr "Inserisci Set Multiplo:"
987
 
988
+ #: ../lib/yasr-ajax-functions.php:543
989
  msgid "Insert Multiple Set"
990
  msgstr "Inserisci Set Multiplo"
991
 
992
+ #: ../lib/yasr-ajax-functions.php:561
993
  msgid "Ranking reviews"
994
  msgstr "Classifica recensioni"
995
 
996
+ #: ../lib/yasr-ajax-functions.php:562
997
  msgid "Insert Ranking reviews"
998
  msgstr "Classifica recensioni"
999
 
1000
+ #: ../lib/yasr-ajax-functions.php:563
1001
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1002
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_overall_rating]"
1003
 
1004
+ #: ../lib/yasr-ajax-functions.php:567
1005
  msgid "Users' ranking"
1006
  msgstr "Classifica degli utenti"
1007
 
1008
+ #: ../lib/yasr-ajax-functions.php:568
1009
  msgid "Insert Users ranking"
1010
  msgstr "Inserisci Classifica Utenti"
1011
 
1012
+ #: ../lib/yasr-ajax-functions.php:569
1013
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1014
  msgstr "Inserisci la classifica top 10 per lo shortcode [yasr_visitor_votes]"
1015
 
1016
+ #: ../lib/yasr-ajax-functions.php:573
1017
  msgid "Most active reviewers"
1018
  msgstr "Recensori più attivi"
1019
 
1020
+ #: ../lib/yasr-ajax-functions.php:574
1021
  msgid "Insert Most Active Reviewers"
1022
  msgstr "Inserisci i 5 recensori più attivi"
1023
 
1024
+ #: ../lib/yasr-ajax-functions.php:575
1025
  msgid "Insert Top 5 active reviewers"
1026
  msgstr "Inserisci i 5 recensori più attivi"
1027
 
1028
+ #: ../lib/yasr-ajax-functions.php:579
1029
  msgid "Most Active Users"
1030
  msgstr "Utenti più attivi"
1031
 
1032
+ #: ../lib/yasr-ajax-functions.php:580
1033
  msgid "Insert Most Active Users"
1034
  msgstr "Inserisci i 10 utenti più attivi"
1035
 
1036
+ #: ../lib/yasr-ajax-functions.php:581
1037
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1038
  msgstr "Inserisci i 10 utenti più attivi in [yasr_visitor_votes]"
1039
 
1040
+ #: ../lib/yasr-ajax-functions.php:652
1041
  msgid "Reviews and Visitor Votes have been successfull imported."
1042
  msgstr "Recensioni e Voti utenti sono stati importati con successo."
1043
 
1044
+ #: ../lib/yasr-ajax-functions.php:658
1045
  msgid ""
1046
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1047
  "THIS MAY TAKE A WHILE!"
1049
  "Step2: Contrellerò se hai usato Set Multipli e se li trovo l'importerò: PUÒ "
1050
  "RICHIEDERE UN PÒ DI TEMPO!"
1051
 
1052
+ #: ../lib/yasr-ajax-functions.php:660
1053
  msgid "Proceed Step 2"
1054
  msgstr "Procedi Step 2"
1055
 
1056
+ #: ../lib/yasr-ajax-functions.php:667
1057
  msgid "Something goes wrong! Refresh the page and try again!"
1058
  msgstr "Qualcosa è andato storto! Aggiorna la pagina e prova ancora!"
1059
 
1060
+ #: ../lib/yasr-ajax-functions.php:696
1061
  msgid "I've found Multiple Set! Importing..."
1062
  msgstr "Set Multipli trovati! Importazione..."
1063
 
1064
+ #: ../lib/yasr-ajax-functions.php:705
1065
  msgid "Multi Set's name has been successfull imported."
1066
  msgstr "I nomi dei Set Multipli sono stati importati con successo"
1067
 
1068
+ #: ../lib/yasr-ajax-functions.php:707
1069
  msgid "Now I'm going to import Multi Set data"
1070
  msgstr "Ora importerò i dati dei Set Multipli"
1071
 
1072
+ #: ../lib/yasr-ajax-functions.php:718
1073
  msgid "All votes has been successfull imported."
1074
  msgstr "Tutti i voti sono stati importati con successo"
1075
 
1076
+ #: ../lib/yasr-ajax-functions.php:720
1077
  msgid "Done"
1078
  msgstr "Fatto"
1079
 
1080
+ #: ../lib/yasr-ajax-functions.php:725
1081
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1082
  msgstr "Ho trovato i voti per i Set Multi ma non li ho potuti inserire nel db"
1083
 
1084
+ #: ../lib/yasr-ajax-functions.php:733
1085
  msgid "I've found Multi Set but with no data"
1086
  msgstr "ho trovato Set Multipli ma senza dati"
1087
 
1088
+ #: ../lib/yasr-ajax-functions.php:742
1089
  msgid "I've found Multi Sets names but I couldn't insert into db"
1090
  msgstr "Ho trovato Set Multipli ma non li ho potuti inserire nel db"
1091
 
1092
+ #: ../lib/yasr-ajax-functions.php:750
1093
  msgid "Multisets were not found. Imported is done!"
1094
  msgstr "Set Multipli non trovati. Importazione dati conclusa!"
1095
 
1096
+ #: ../lib/yasr-ajax-functions.php:793
1097
  msgid "No Recenet votes yet"
1098
  msgstr "Ancora nessun voto recente"
1099
 
1100
+ #: ../lib/yasr-ajax-functions.php:815
1101
  #, php-format
1102
  msgid "Vote %d from %s on"
1103
  msgstr "Voto %d da %s su"
1104
 
1105
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1106
  msgid "Error: you can't vote 0"
1107
  msgstr "Errore: non puoi votare 0"
1108
 
1109
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1110
  msgid "Average:"
1111
  msgstr "Media:"
1112
 
1113
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1114
  msgid "Vote Saved"
1115
  msgstr "Voto Salvato"
1116
 
1117
+ #: ../lib/yasr-ajax-functions.php:1264
1118
  msgid "Vote updated"
1119
  msgstr "Voto Aggiornato"
1120
 
1121
+ #: ../lib/yasr-ajax-functions.php:1409
1122
  msgid "Rating saved!"
1123
  msgstr "Voto salvato!"
1124
 
1125
+ #: ../lib/yasr-ajax-functions.php:1415
1126
  msgid "Rating not saved. Please Try again"
1127
  msgstr "Voto non salvato. Per favore riprova"
1128
 
1129
+ #: ../lib/yasr-ajax-functions.php:1508
1130
  msgid "stars"
1131
  msgstr "stelle"
1132
 
1133
+ #: ../lib/yasr-ajax-functions.php:1513
1134
  msgid "star"
1135
  msgstr "stella"
1136
 
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-05-07 09:50+0100\n"
5
- "PO-Revision-Date: 2015-05-07 09:51+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: nb\n"
@@ -16,33 +16,33 @@ msgstr ""
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:124
24
- #: ../lib/yasr-shortcode-functions.php:527
25
  msgid "Loading, please wait"
26
  msgstr "Laster. Vennligst vent."
27
 
28
- #: ../yasr-metabox-top-right.php:147
29
  msgid "Save Vote"
30
  msgstr "Lagre vurdering"
31
 
32
- #: ../yasr-metabox-top-right.php:166
33
  msgid "This review is about a..."
34
  msgstr "Dette er en vurdering av..."
35
 
36
- #: ../yasr-metabox-top-right.php:171
37
  msgid "Product, Place, Other"
38
  msgstr ""
39
 
40
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
41
  #: ../lib/yasr-settings-functions.php:542
42
  msgid "Select"
43
  msgstr "Velg"
44
 
45
- #: ../yasr-metabox-top-right.php:217
46
  msgid ""
47
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
48
  "where you want to display this rating"
@@ -51,96 +51,96 @@ msgstr ""
51
  "strong>, der hvor du ønsker at vurderingen skal vises"
52
 
53
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
54
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
55
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:753
56
  msgid "You do not have sufficient permissions to access this page."
57
  msgstr "Du har ikke tilstrekkelig tillatelse til å få tilgang til denne siden."
58
 
59
- #: ../yasr-settings-page.php:33
60
  msgid "Settings"
61
  msgstr "Innstillinger"
62
 
63
- #: ../yasr-settings-page.php:76
64
  msgid "General Settings"
65
  msgstr "Generelle innstillinger"
66
 
67
- #: ../yasr-settings-page.php:77
68
  msgid "Multi Sets"
69
  msgstr "Multisett"
70
 
71
- #: ../yasr-settings-page.php:78
72
  msgid "Styles"
73
  msgstr "Stiler"
74
 
75
- #: ../yasr-settings-page.php:79
76
  msgid "Pro Features!"
77
  msgstr "Pro-funksjoner!"
78
 
79
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
80
- #: ../yasr-settings-page.php:295
81
  msgid "Save"
82
  msgstr "Lagre"
83
 
84
- #: ../yasr-settings-page.php:116
85
  msgid "Import Gd Star Rating"
86
  msgstr "Importer Gd-stjernevurdering"
87
 
88
- #: ../yasr-settings-page.php:117
89
  msgid "I've found a previous installation of Gd Star Rating."
90
  msgstr "Jeg fant en tidligere installasjon av Gd-stjernevurdering"
91
 
92
- #: ../yasr-settings-page.php:117
93
  msgid "Do you want proceed to import data?"
94
  msgstr "Vil du fortsette og importere data?"
95
 
96
- #: ../yasr-settings-page.php:119
97
  msgid "Yes, Begin Import"
98
  msgstr "Ja, start importeringen"
99
 
100
- #: ../yasr-settings-page.php:123
101
  msgid "Click on Proceed to import Gd Star Rating data."
102
  msgstr "Klikk på \"Fortsett\" for å importere data fra Gd-stjernevurdering."
103
 
104
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
105
  msgid "Proceed"
106
  msgstr "Fortsett"
107
 
108
- #: ../yasr-settings-page.php:148
109
  msgid "Manage GD Star Data"
110
  msgstr "Administrer Gd-stjernevurdering"
111
 
112
- #: ../yasr-settings-page.php:149
113
  msgid "Gd Star Rating has been already imported."
114
  msgstr "Gd-stjernevurdering har allerede blitt importert."
115
 
116
- #: ../yasr-settings-page.php:150
117
  msgid "If you wish you can import it again, but"
118
  msgstr "Dersom du ønsker kan du importere en gang til, men"
119
 
120
- #: ../yasr-settings-page.php:150
121
  msgid "you will lose all data you've collect since the import!"
122
  msgstr "du vil miste alle data du har samlet inn siden importeringen."
123
 
124
- #: ../yasr-settings-page.php:152
125
  msgid "Ok, Import Again"
126
  msgstr "OK, importer en gang til"
127
 
128
- #: ../yasr-settings-page.php:156
129
  msgid ""
130
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
131
  msgstr ""
132
  "Klikk på \"Fortsett\" for å importere Gd-stjernevurdering en gang til. Dette "
133
  "kan ta en stund."
134
 
135
- #: ../yasr-settings-page.php:196
136
  msgid "Manage Multi Set"
137
  msgstr "Administrer multisett"
138
 
139
- #: ../yasr-settings-page.php:200
140
  msgid "What is a Multi Set?"
141
  msgstr "Hva er et multisett?"
142
 
143
- #: ../yasr-settings-page.php:205
144
  msgid ""
145
  "Multi Set allows you to insert a rate for each aspect about the product / "
146
  "local business / whetever you're reviewing, example in the image below."
@@ -149,7 +149,7 @@ msgstr ""
149
  "bedriften, eller hva enn du vurderer. Du kan se et eksempel på bildet "
150
  "nedenfor."
151
 
152
- #: ../yasr-settings-page.php:209
153
  msgid ""
154
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
155
  "different fields. Once you've saved it, you can insert the rates while "
@@ -161,7 +161,7 @@ msgstr ""
161
  "vurderingene dine mens du skriver artikkelen din inn i boksen nedenfor "
162
  "redigeringsvinduet. Dette kan du se på dette bildet (klikk for å forstørre)"
163
 
164
- #: ../yasr-settings-page.php:213
165
  msgid ""
166
  "In order to insert your Multi Sets into a post or page, you can either past "
167
  "the short code that will appear at the bottom of the box or just click on "
@@ -171,117 +171,97 @@ msgstr ""
171
  "måter: Du kan legge inn kodesnutten du ser i bunnen av boksen, eller du kan "
172
  "klikke på stjernen i redigeringsvinduet og så klikke \"Legg inn multisett\"."
173
 
174
- #: ../yasr-settings-page.php:219
175
  msgid "Close this message"
176
  msgstr "Lukk denne meldingen"
177
 
178
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
179
- #: ../lib/yasr-settings-functions.php:1352
180
- msgid "Donations"
181
- msgstr "Donasjoner"
182
-
183
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
184
- #: ../lib/yasr-settings-functions.php:1354
185
- msgid ""
186
- "If you have found this plugin useful, please consider making a donation to "
187
- "help support future development. Your support will be much appreciated. "
188
- msgstr ""
189
- "Dersom du synes denne utvidelsen er hjelpsom, vennligst vurder å gi en "
190
- "donasjon for å hjelpe oss med fremtidig utvikling. Vi setter veldig stor "
191
- "pris på støtten din."
192
-
193
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
194
- #: ../lib/yasr-settings-functions.php:1356
195
- msgid "Thank you!"
196
- msgstr "Tusen takk!"
197
-
198
  #: ../yasr-metabox-multiple-rating.php:35
199
  msgid "Choose wich set you want to use"
200
  msgstr "Velg hvilket sett du vil bruke"
201
 
202
- #: ../lib/yasr-shortcode-functions.php:189
203
- #: ../lib/yasr-shortcode-functions.php:210
204
- #: ../lib/yasr-shortcode-functions.php:240
205
  msgid "You've already voted this article with"
206
  msgstr "Du har allerede gitt din vurdering. Du ga karaktereren "
207
 
208
- #: ../lib/yasr-shortcode-functions.php:251
209
- #: ../lib/yasr-shortcode-functions.php:555
210
  msgid "You must sign to vote"
211
  msgstr "Du må logge inn for å vurdere"
212
 
213
- #: ../lib/yasr-shortcode-functions.php:293 ../lib/yasr-ajax-functions.php:1040
214
- #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
215
  msgid "Total: "
216
  msgstr "Totalt:"
217
 
218
- #: ../lib/yasr-shortcode-functions.php:293
219
  msgid "Average: "
220
  msgstr "Gjennomsnitt:"
221
 
222
- #: ../lib/yasr-shortcode-functions.php:309
223
  #, fuzzy
224
  msgid "bad, poor, ok, good, super"
225
  msgstr "'Dårlig', 'Ikke bra', 'OK', 'Bra', 'Helt super'"
226
 
227
- #: ../lib/yasr-shortcode-functions.php:534
228
  #, fuzzy
229
  msgid "Thank you for voting! "
230
  msgstr "Tusen takk!"
231
 
232
- #: ../lib/yasr-shortcode-functions.php:545
233
- #: ../lib/yasr-shortcode-functions.php:553
234
- #: ../lib/yasr-shortcode-functions.php:565
235
  msgid "Submit!"
236
  msgstr ""
237
 
238
- #: ../lib/yasr-shortcode-functions.php:710
239
  msgid "Rating"
240
  msgstr "Vurdering"
241
 
242
- #: ../lib/yasr-shortcode-functions.php:724
243
  msgid "You don't have any votes stored"
244
  msgstr "Du har ingen vurderinger lagret"
245
 
246
- #: ../lib/yasr-shortcode-functions.php:760
247
- #: ../lib/yasr-shortcode-functions.php:799
248
  msgid "Post / Page"
249
  msgstr "Innlegg / side"
250
 
251
- #: ../lib/yasr-shortcode-functions.php:761
252
- #: ../lib/yasr-shortcode-functions.php:800
253
  msgid "Order By"
254
  msgstr "Sorter basert på "
255
 
256
- #: ../lib/yasr-shortcode-functions.php:761
257
- #: ../lib/yasr-shortcode-functions.php:800
258
  msgid "Most Rated"
259
  msgstr "Flest vurderinger"
260
 
261
- #: ../lib/yasr-shortcode-functions.php:761
262
- #: ../lib/yasr-shortcode-functions.php:800
263
  msgid "Highest Rated"
264
  msgstr "Høyest vurdering"
265
 
266
- #: ../lib/yasr-shortcode-functions.php:779
267
- #: ../lib/yasr-shortcode-functions.php:814
268
  msgid "Total:"
269
  msgstr "Total:"
270
 
271
- #: ../lib/yasr-shortcode-functions.php:779
272
- #: ../lib/yasr-shortcode-functions.php:814
273
  msgid "Average"
274
  msgstr "Gjennomsnittlig "
275
 
276
- #: ../lib/yasr-shortcode-functions.php:791
277
  msgid "You've not enough data"
278
  msgstr "Du har ikke nok data"
279
 
280
- #: ../lib/yasr-shortcode-functions.php:826
281
  msgid "You've not enought data"
282
  msgstr "Du har ikke nok data"
283
 
284
- #: ../lib/yasr-shortcode-functions.php:911
285
  msgid ""
286
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
287
  "any review?"
@@ -289,7 +269,7 @@ msgstr ""
289
  "Problem oppsto mens vi hentet de 5 mest aktive anmelderne . Har du publisert "
290
  "en omtale?"
291
 
292
- #: ../lib/yasr-shortcode-functions.php:979
293
  msgid ""
294
  "Problem while retrieving the top 10 active users chart. Are you sure you "
295
  "have votes to show?"
@@ -365,7 +345,7 @@ msgstr "Hva?"
365
  msgid "Overall Rating / Author Rating"
366
  msgstr "Helhetsvurdering / skribentvurdering"
367
 
368
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
369
  msgid "Visitor Votes"
370
  msgstr "Besøkendes vurderinger"
371
 
@@ -389,18 +369,18 @@ msgstr "Etter innlegget"
389
  msgid "Size"
390
  msgstr "Størrelse"
391
 
392
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
393
- #: ../lib/yasr-ajax-functions.php:479
394
  msgid "Small"
395
  msgstr "Liten"
396
 
397
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
398
- #: ../lib/yasr-ajax-functions.php:480
399
  msgid "Medium"
400
  msgstr "Middels"
401
 
402
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
403
- #: ../lib/yasr-ajax-functions.php:481
404
  msgid "Large"
405
  msgstr "Stor"
406
 
@@ -574,7 +554,7 @@ msgid "Create New Set"
574
  msgstr "Opprett nytt sett"
575
 
576
  #: ../lib/yasr-settings-functions.php:532
577
- #: ../lib/yasr-settings-functions.php:564
578
  msgid "Manage Multiple Set"
579
  msgstr "Administrer multisett"
580
 
@@ -582,23 +562,23 @@ msgstr "Administrer multisett"
582
  msgid "Wich set do you want to edit or remove?"
583
  msgstr "Hvilket sett ønsker du å endre eller slette?"
584
 
585
- #: ../lib/yasr-settings-functions.php:574
586
- #: ../lib/yasr-settings-functions.php:692
587
  msgid "Field name"
588
  msgstr "Feltnavn"
589
 
590
- #: ../lib/yasr-settings-functions.php:578
591
- #: ../lib/yasr-settings-functions.php:696
592
  msgid "Remove"
593
  msgstr "Slett"
594
 
595
- #: ../lib/yasr-settings-functions.php:620
596
- #: ../lib/yasr-settings-functions.php:738
597
  msgid "Remove whole set?"
598
  msgstr "Slett hele settet?"
599
 
600
- #: ../lib/yasr-settings-functions.php:633
601
- #: ../lib/yasr-settings-functions.php:751
602
  msgid ""
603
  "If you remove something you will remove all the votes for that set or field. "
604
  "This operation CAN'T BE undone."
@@ -607,22 +587,22 @@ msgstr ""
607
  "eller feltet. Denne handlingen er endelig, og du kan ikke angre deg i "
608
  "etterkant."
609
 
610
- #: ../lib/yasr-settings-functions.php:640
611
- #: ../lib/yasr-settings-functions.php:758
612
  msgid "You can use up to 9 elements"
613
  msgstr "Du kan bruke opptil ni elementer"
614
 
615
- #: ../lib/yasr-settings-functions.php:642
616
- #: ../lib/yasr-settings-functions.php:760
617
  msgid "Add element"
618
  msgstr "Legg til element"
619
 
620
- #: ../lib/yasr-settings-functions.php:644
621
- #: ../lib/yasr-settings-functions.php:762
622
  msgid "Save changes"
623
  msgstr "Lagre endringer"
624
 
625
- #: ../lib/yasr-settings-functions.php:654
626
  msgid "No Multiple Set were found"
627
  msgstr "Vi fant ingen multisett"
628
 
@@ -671,15 +651,15 @@ msgstr ""
671
  "Noe går galt mens vi forsøker å legge inn feltnavn i settet i endre-modus. "
672
  "Vennligst rapporter dette."
673
 
674
- #: ../lib/yasr-settings-functions.php:1200
675
  msgid "Style Options"
676
  msgstr "Stilvalg"
677
 
678
- #: ../lib/yasr-settings-functions.php:1201
679
  msgid "Custom CSS Styles"
680
  msgstr "Egentilpassede CSS-stiler"
681
 
682
- #: ../lib/yasr-settings-functions.php:1206
683
  msgid ""
684
  "Please use text area below to write your own CSS styles to override the "
685
  "default ones."
@@ -687,79 +667,116 @@ msgstr ""
687
  "Vennligst benytt tekstområdet nedenfor for å legge inn dine egne CSS-stiler. "
688
  "Disse overstyrer standardstilene."
689
 
690
- #: ../lib/yasr-settings-functions.php:1208
691
  msgid "Leave it blank if you don't know what you're doing"
692
  msgstr " Ikke legg inn noe her med mindre du vet hva du holder på med."
693
 
694
- #: ../lib/yasr-settings-functions.php:1231
695
  msgid "Looking for more features?"
696
  msgstr "Ser du etter flere funksjoner?"
697
 
698
- #: ../lib/yasr-settings-functions.php:1232
699
  msgid "Upgrade to yasr pro!"
700
  msgstr "Oppgrader til YASR pro!"
701
 
702
- #: ../lib/yasr-settings-functions.php:1248
703
  msgid "Unlimited ratings and votes"
704
  msgstr "Ubegrenset antall brukervurderinger og stemmer"
705
 
706
- #: ../lib/yasr-settings-functions.php:1254
707
  msgid "Works with shortcodes"
708
  msgstr "Fungerer med kortkoder"
709
 
710
- #: ../lib/yasr-settings-functions.php:1260
711
  msgid "Multi Set Support"
712
  msgstr "Støtte for multisett"
713
 
714
- #: ../lib/yasr-settings-functions.php:1265
715
  msgid "Logs and stats for visitors votes"
716
  msgstr "Logger og statistikker for besøkendes stemmer"
717
 
718
- #: ../lib/yasr-settings-functions.php:1270
719
  msgid "Localization (.po and .mo files included)"
720
  msgstr "Lokalisering (.po- og .mo-filer inkludert)"
721
 
722
- #: ../lib/yasr-settings-functions.php:1275
723
  msgid "Rich Snippet Support"
724
  msgstr "Støtte for rikt tekstutdrag"
725
 
726
- #: ../lib/yasr-settings-functions.php:1280
727
  msgid "Rankings for reviews, votes and users"
728
  msgstr "Rangeringer for omtaler, stemmer og brukere"
729
 
730
- #: ../lib/yasr-settings-functions.php:1285
731
  msgid "Rankings Customization"
732
  msgstr "Egendefinert rangering"
733
 
734
- #: ../lib/yasr-settings-functions.php:1290
735
  msgid "Stars Customization"
736
  msgstr "Egendefinerte stjerner"
737
 
738
- #: ../lib/yasr-settings-functions.php:1291
739
  msgid "Size Only"
740
  msgstr "Kun størrelse"
741
 
742
- #: ../lib/yasr-settings-functions.php:1292
743
  msgid ""
744
  "Users can choose different ready to use sets or can upload their own images."
745
  msgstr ""
746
  "Brukere kan velge ulike sett som er klare for å brukes, eller de kan laste "
747
  "opp sine egne bilder"
748
 
749
- #: ../lib/yasr-settings-functions.php:1295
750
  msgid "Users can review in comments"
751
  msgstr "Brukere kan gi sin vurdering i kommentarfeltet"
752
 
753
- #: ../lib/yasr-settings-functions.php:1306
754
  msgid "Not avaible yet"
755
  msgstr "Ikke tilgjengelig enda"
756
 
757
- #: ../lib/yasr-settings-functions.php:1338
758
- #: ../lib/yasr-settings-functions.php:1365
759
- msgid "Follow YASR official site!"
760
- msgstr "Følg YASRs offisielle side"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
761
 
762
- #: ../lib/yasr-settings-functions.php:1395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
763
  msgid "No previous Gd Star Rating installation was found"
764
  msgstr "Ingen tidligere installasjon av Gd-stjernevurdering ble funnet"
765
 
@@ -767,7 +784,7 @@ msgstr "Ingen tidligere installasjon av Gd-stjernevurdering ble funnet"
767
  msgid "No recenet votes yet"
768
  msgstr "Ingen nylige vurderinger enda"
769
 
770
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
771
  msgid "anonymous"
772
  msgstr "anonym"
773
 
@@ -776,11 +793,11 @@ msgstr "anonym"
776
  msgid "Vote %d from %s on "
777
  msgstr ""
778
 
779
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
780
  msgid "Ip address"
781
  msgstr "IP-adresse"
782
 
783
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
784
  msgid "Pages"
785
  msgstr "Sider"
786
 
@@ -800,189 +817,201 @@ msgstr "Du har ikke tillatelse til å legge inn helhetsvurdering"
800
  msgid "You don't have enought privileges to insert Multi Set"
801
  msgstr "Du har ikke tillatelse til å legge inn multisett"
802
 
803
- #: ../lib/yasr-functions.php:309
804
- msgid " reviewed by "
 
805
  msgstr " ble vurdert av "
806
 
807
- #: ../lib/yasr-functions.php:310
808
  msgid " on "
809
  msgstr " "
810
 
811
- #: ../lib/yasr-functions.php:311
812
- msgid " rated "
 
 
 
 
 
 
 
 
 
 
813
  msgstr ", og fikk karakteren "
814
 
815
- #: ../lib/yasr-functions.php:311
816
- msgid " of"
 
817
  msgstr " av"
818
 
819
- #: ../lib/yasr-functions.php:358
820
  msgid " written by "
821
  msgstr " skrevet av"
822
 
823
- #: ../lib/yasr-functions.php:360
824
  msgid " average rating "
825
  msgstr " vurdering"
826
 
827
- #: ../lib/yasr-functions.php:361
828
  msgid " user ratings"
829
  msgstr " brukervurderinger"
830
 
831
- #: ../lib/yasr-ajax-functions.php:96
832
  msgid "You've rated it "
833
  msgstr "Du ga karakteren"
834
 
835
- #: ../lib/yasr-ajax-functions.php:100
836
  msgid "You've reset the vote"
837
  msgstr "Du har tilbakestilt vurderingen"
838
 
839
- #: ../lib/yasr-ajax-functions.php:164
840
  msgid ""
841
  "There was an error while trying to insert the review type. Please report it"
842
  msgstr ""
843
  "En feil oppsto mens vi forsøkte å legge inn vurderingstypen. Vennligst "
844
  "rapporter dette."
845
 
846
- #: ../lib/yasr-ajax-functions.php:198
847
  msgid "Choose a vote for each element"
848
  msgstr "Velg en karakter for hvert element"
849
 
850
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
851
  #, fuzzy
852
  msgid "If you want to insert this multiset, paste this shortcode "
853
  msgstr "Velg et multisett du ønsker å legge inn"
854
 
855
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
856
  msgid ""
857
  "If, instead, you want allow your visitor to vote on this multiset, use this "
858
  "shortcode"
859
  msgstr ""
860
 
861
- #: ../lib/yasr-ajax-functions.php:268
862
  msgid "Choose a vote for every element"
863
  msgstr "Velg en karakter for hvert element"
864
 
865
- #: ../lib/yasr-ajax-functions.php:441
866
  msgid "Main"
867
  msgstr "Hoved"
868
 
869
- #: ../lib/yasr-ajax-functions.php:442
870
  msgid "Charts"
871
  msgstr "Diagrammer"
872
 
873
- #: ../lib/yasr-ajax-functions.php:444
874
  msgid "Read the doc"
875
  msgstr "Les dokumentet"
876
 
877
- #: ../lib/yasr-ajax-functions.php:453
878
  msgid "Overall Rating / Review"
879
  msgstr "Helhetsvurdering / omtale"
880
 
881
- #: ../lib/yasr-ajax-functions.php:455
882
  msgid "Insert Overall Rating"
883
  msgstr "Legg inn helhetsvurdering"
884
 
885
- #: ../lib/yasr-ajax-functions.php:456
886
  msgid "Insert Overall Rating / Review for this post"
887
  msgstr "Legg inn helhetsvurdering/omtale for dette innlegget"
888
 
889
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
890
  msgid "Choose Size"
891
  msgstr "Velg størrelse"
892
 
893
- #: ../lib/yasr-ajax-functions.php:473
894
  msgid "Insert Visitor Votes"
895
  msgstr "Legg inn besøkendes vurderinger"
896
 
897
- #: ../lib/yasr-ajax-functions.php:474
898
  msgid "Insert the ability for your visitor to vote"
899
  msgstr "Legg inn muligheten for besøkende å foreta en vurdering"
900
 
901
- #: ../lib/yasr-ajax-functions.php:491
902
  msgid "If you want to insert a Multi Set, pick one:"
903
  msgstr "Velg et multisett du ønsker å legge inn"
904
 
905
- #: ../lib/yasr-ajax-functions.php:497
906
  msgid "Choose wich set you want to insert."
907
  msgstr "Velg hvilket multisett du vil legge inn."
908
 
909
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
910
  msgid "Readonly?"
911
  msgstr ""
912
 
913
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
914
  msgid ""
915
  "If Readonly is checked, only you can insert the votes (in the box above the "
916
  "editor)"
917
  msgstr ""
918
 
919
- #: ../lib/yasr-ajax-functions.php:502
920
  #, fuzzy
921
  msgid "Insert Multi Set"
922
  msgstr "Legg inn multisett"
923
 
924
- #: ../lib/yasr-ajax-functions.php:511
925
  msgid "Insert Multiset:"
926
  msgstr "Lett inn multisett:"
927
 
928
- #: ../lib/yasr-ajax-functions.php:514
929
  msgid "Insert Multiple Set"
930
  msgstr "Legg inn multisett"
931
 
932
- #: ../lib/yasr-ajax-functions.php:532
933
  msgid "Ranking reviews"
934
  msgstr "Rangeringsvurdering"
935
 
936
- #: ../lib/yasr-ajax-functions.php:533
937
  msgid "Insert Ranking reviews"
938
  msgstr "Legg inn rangeringsvurderinger"
939
 
940
- #: ../lib/yasr-ajax-functions.php:534
941
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
942
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_overall_rating]"
943
 
944
- #: ../lib/yasr-ajax-functions.php:538
945
  msgid "Users' ranking"
946
  msgstr "Brukernes rangering"
947
 
948
- #: ../lib/yasr-ajax-functions.php:539
949
  msgid "Insert Users ranking"
950
  msgstr "Legg inn brukernes rangering"
951
 
952
- #: ../lib/yasr-ajax-functions.php:540
953
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
954
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_visitor_votes] "
955
 
956
- #: ../lib/yasr-ajax-functions.php:544
957
  msgid "Most active reviewers"
958
  msgstr "Mest aktivere anmeldere"
959
 
960
- #: ../lib/yasr-ajax-functions.php:545
961
  msgid "Insert Most Active Reviewers"
962
  msgstr "Legg inn mest aktive anmeldere"
963
 
964
- #: ../lib/yasr-ajax-functions.php:546
965
  msgid "Insert Top 5 active reviewers"
966
  msgstr "Legg inn de 5 mest aktive anmelderne"
967
 
968
- #: ../lib/yasr-ajax-functions.php:550
969
  msgid "Most Active Users"
970
  msgstr "Mest aktive brukere"
971
 
972
- #: ../lib/yasr-ajax-functions.php:551
973
  msgid "Insert Most Active Users"
974
  msgstr "Legg inn mest aktive brukere"
975
 
976
- #: ../lib/yasr-ajax-functions.php:552
977
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
978
  msgstr ""
979
  "Legg inn kodesnutten [yasr_visitor_votes] for de 10 mest aktive anmelderne "
980
 
981
- #: ../lib/yasr-ajax-functions.php:623
982
  msgid "Reviews and Visitor Votes have been successfull imported."
983
  msgstr "Omtaler og besøkendes vurderinger har blitt importert."
984
 
985
- #: ../lib/yasr-ajax-functions.php:629
986
  msgid ""
987
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
988
  "THIS MAY TAKE A WHILE!"
@@ -990,97 +1019,115 @@ msgstr ""
990
  "Steg 2: Jeg vil sjekke om du brukte multisett, og jeg vil i så fall "
991
  "importere dem. Dette kan ta litt tid."
992
 
993
- #: ../lib/yasr-ajax-functions.php:631
994
  msgid "Proceed Step 2"
995
  msgstr "Fortsett til steg 2"
996
 
997
- #: ../lib/yasr-ajax-functions.php:638
998
  msgid "Something goes wrong! Refresh the page and try again!"
999
  msgstr "Noe går galt. Oppdater siden (F5) og forsøk igjen."
1000
 
1001
- #: ../lib/yasr-ajax-functions.php:667
1002
  msgid "I've found Multiple Set! Importing..."
1003
  msgstr "Jeg fant multisett. Importerer...."
1004
 
1005
- #: ../lib/yasr-ajax-functions.php:676
1006
  msgid "Multi Set's name has been successfull imported."
1007
  msgstr "Multisettets navn har blitt importert."
1008
 
1009
- #: ../lib/yasr-ajax-functions.php:678
1010
  msgid "Now I'm going to import Multi Set data"
1011
  msgstr "Nå skal jeg importere multisettets data"
1012
 
1013
- #: ../lib/yasr-ajax-functions.php:689
1014
  msgid "All votes has been successfull imported."
1015
  msgstr "Alle vurderinger har blitt importert."
1016
 
1017
- #: ../lib/yasr-ajax-functions.php:691
1018
  msgid "Done"
1019
  msgstr "Fullført"
1020
 
1021
- #: ../lib/yasr-ajax-functions.php:696
1022
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1023
  msgstr ""
1024
  "Jeg har funnet vurderinger for multisettet, men kunne ikke legge dem inn i "
1025
  "databasen"
1026
 
1027
- #: ../lib/yasr-ajax-functions.php:704
1028
  msgid "I've found Multi Set but with no data"
1029
  msgstr "Jeg har funnet multisett, men de har ingen data"
1030
 
1031
- #: ../lib/yasr-ajax-functions.php:713
1032
  msgid "I've found Multi Sets names but I couldn't insert into db"
1033
  msgstr ""
1034
  "Jeg har funnet multisett-navn, men jeg kunne ikke legge dem inn i databasen"
1035
 
1036
- #: ../lib/yasr-ajax-functions.php:721
1037
  msgid "Multisets were not found. Imported is done!"
1038
  msgstr "Multisett ble ikke funnet. Importeringen har blitt fullført."
1039
 
1040
- #: ../lib/yasr-ajax-functions.php:765
1041
  msgid "No Recenet votes yet"
1042
  msgstr "Ingen nylige vurderinger enda"
1043
 
1044
- #: ../lib/yasr-ajax-functions.php:787
1045
  #, php-format
1046
  msgid "Vote %d from %s on"
1047
  msgstr ""
1048
 
1049
- #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1050
  msgid "Error: you can't vote 0"
1051
  msgstr "Feil. Du kan ikke gi karakteren 0."
1052
 
1053
- #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
1054
  #, fuzzy
1055
  msgid "Average:"
1056
  msgstr "Gjennomsnitt:"
1057
 
1058
- #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
1059
  msgid "Vote Saved"
1060
  msgstr "Vurdering lagret"
1061
 
1062
- #: ../lib/yasr-ajax-functions.php:1184
1063
  msgid "Vote updated"
1064
  msgstr "Vurdering oppdatert"
1065
 
1066
- #: ../lib/yasr-ajax-functions.php:1325
1067
  #, fuzzy
1068
  msgid "Rating saved!"
1069
  msgstr "Instillinger lagret"
1070
 
1071
- #: ../lib/yasr-ajax-functions.php:1331
1072
  msgid "Rating not saved. Please Try again"
1073
  msgstr ""
1074
 
1075
- #: ../lib/yasr-ajax-functions.php:1424
1076
  msgid "stars"
1077
  msgstr "stjerner"
1078
 
1079
- #: ../lib/yasr-ajax-functions.php:1429
1080
  #, fuzzy
1081
  msgid "star"
1082
  msgstr "stjerner"
1083
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1084
  #~ msgid ""
1085
  #~ "Seems like you've imported gd star rating in the past, but then deleted "
1086
  #~ "the logs table. For now, you can't enable statistics"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-09-10 11:40+0100\n"
5
+ "PO-Revision-Date: 2015-09-10 11:40+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: nb\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
19
+ #: ../yasr-metabox-top-right.php:75 ../yasr-metabox-top-right.php:109
20
  msgid "Rate this article / item"
21
  msgstr "Vurder denne artikkelen/dette elementet"
22
 
23
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
24
+ #: ../lib/yasr-shortcode-functions.php:546
25
  msgid "Loading, please wait"
26
  msgstr "Laster. Vennligst vent."
27
 
28
+ #: ../yasr-metabox-top-right.php:157
29
  msgid "Save Vote"
30
  msgstr "Lagre vurdering"
31
 
32
+ #: ../yasr-metabox-top-right.php:176
33
  msgid "This review is about a..."
34
  msgstr "Dette er en vurdering av..."
35
 
36
+ #: ../yasr-metabox-top-right.php:181
37
  msgid "Product, Place, Other"
38
  msgstr ""
39
 
40
+ #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
41
  #: ../lib/yasr-settings-functions.php:542
42
  msgid "Select"
43
  msgstr "Velg"
44
 
45
+ #: ../yasr-metabox-top-right.php:234
46
  msgid ""
47
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
48
  "where you want to display this rating"
51
  "strong>, der hvor du ønsker at vurderingen skal vises"
52
 
53
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
54
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
55
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
56
  msgid "You do not have sufficient permissions to access this page."
57
  msgstr "Du har ikke tilstrekkelig tillatelse til å få tilgang til denne siden."
58
 
59
+ #: ../yasr-settings-page.php:37
60
  msgid "Settings"
61
  msgstr "Innstillinger"
62
 
63
+ #: ../yasr-settings-page.php:80
64
  msgid "General Settings"
65
  msgstr "Generelle innstillinger"
66
 
67
+ #: ../yasr-settings-page.php:81
68
  msgid "Multi Sets"
69
  msgstr "Multisett"
70
 
71
+ #: ../yasr-settings-page.php:82
72
  msgid "Styles"
73
  msgstr "Stiler"
74
 
75
+ #: ../yasr-settings-page.php:83
76
  msgid "Pro Features!"
77
  msgstr "Pro-funksjoner!"
78
 
79
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
80
+ #: ../yasr-settings-page.php:297
81
  msgid "Save"
82
  msgstr "Lagre"
83
 
84
+ #: ../yasr-settings-page.php:125
85
  msgid "Import Gd Star Rating"
86
  msgstr "Importer Gd-stjernevurdering"
87
 
88
+ #: ../yasr-settings-page.php:126
89
  msgid "I've found a previous installation of Gd Star Rating."
90
  msgstr "Jeg fant en tidligere installasjon av Gd-stjernevurdering"
91
 
92
+ #: ../yasr-settings-page.php:126
93
  msgid "Do you want proceed to import data?"
94
  msgstr "Vil du fortsette og importere data?"
95
 
96
+ #: ../yasr-settings-page.php:128
97
  msgid "Yes, Begin Import"
98
  msgstr "Ja, start importeringen"
99
 
100
+ #: ../yasr-settings-page.php:132
101
  msgid "Click on Proceed to import Gd Star Rating data."
102
  msgstr "Klikk på \"Fortsett\" for å importere data fra Gd-stjernevurdering."
103
 
104
+ #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
105
  msgid "Proceed"
106
  msgstr "Fortsett"
107
 
108
+ #: ../yasr-settings-page.php:157
109
  msgid "Manage GD Star Data"
110
  msgstr "Administrer Gd-stjernevurdering"
111
 
112
+ #: ../yasr-settings-page.php:158
113
  msgid "Gd Star Rating has been already imported."
114
  msgstr "Gd-stjernevurdering har allerede blitt importert."
115
 
116
+ #: ../yasr-settings-page.php:159
117
  msgid "If you wish you can import it again, but"
118
  msgstr "Dersom du ønsker kan du importere en gang til, men"
119
 
120
+ #: ../yasr-settings-page.php:159
121
  msgid "you will lose all data you've collect since the import!"
122
  msgstr "du vil miste alle data du har samlet inn siden importeringen."
123
 
124
+ #: ../yasr-settings-page.php:161
125
  msgid "Ok, Import Again"
126
  msgstr "OK, importer en gang til"
127
 
128
+ #: ../yasr-settings-page.php:165
129
  msgid ""
130
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
131
  msgstr ""
132
  "Klikk på \"Fortsett\" for å importere Gd-stjernevurdering en gang til. Dette "
133
  "kan ta en stund."
134
 
135
+ #: ../yasr-settings-page.php:205
136
  msgid "Manage Multi Set"
137
  msgstr "Administrer multisett"
138
 
139
+ #: ../yasr-settings-page.php:209
140
  msgid "What is a Multi Set?"
141
  msgstr "Hva er et multisett?"
142
 
143
+ #: ../yasr-settings-page.php:214
144
  msgid ""
145
  "Multi Set allows you to insert a rate for each aspect about the product / "
146
  "local business / whetever you're reviewing, example in the image below."
149
  "bedriften, eller hva enn du vurderer. Du kan se et eksempel på bildet "
150
  "nedenfor."
151
 
152
+ #: ../yasr-settings-page.php:218
153
  msgid ""
154
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
155
  "different fields. Once you've saved it, you can insert the rates while "
161
  "vurderingene dine mens du skriver artikkelen din inn i boksen nedenfor "
162
  "redigeringsvinduet. Dette kan du se på dette bildet (klikk for å forstørre)"
163
 
164
+ #: ../yasr-settings-page.php:222
165
  msgid ""
166
  "In order to insert your Multi Sets into a post or page, you can either past "
167
  "the short code that will appear at the bottom of the box or just click on "
171
  "måter: Du kan legge inn kodesnutten du ser i bunnen av boksen, eller du kan "
172
  "klikke på stjernen i redigeringsvinduet og så klikke \"Legg inn multisett\"."
173
 
174
+ #: ../yasr-settings-page.php:228
175
  msgid "Close this message"
176
  msgstr "Lukk denne meldingen"
177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  #: ../yasr-metabox-multiple-rating.php:35
179
  msgid "Choose wich set you want to use"
180
  msgstr "Velg hvilket sett du vil bruke"
181
 
182
+ #: ../lib/yasr-shortcode-functions.php:202
183
+ #: ../lib/yasr-shortcode-functions.php:223
184
+ #: ../lib/yasr-shortcode-functions.php:253
185
  msgid "You've already voted this article with"
186
  msgstr "Du har allerede gitt din vurdering. Du ga karaktereren "
187
 
188
+ #: ../lib/yasr-shortcode-functions.php:264
189
+ #: ../lib/yasr-shortcode-functions.php:574
190
  msgid "You must sign to vote"
191
  msgstr "Du må logge inn for å vurdere"
192
 
193
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
194
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
195
  msgid "Total: "
196
  msgstr "Totalt:"
197
 
198
+ #: ../lib/yasr-shortcode-functions.php:306
199
  msgid "Average: "
200
  msgstr "Gjennomsnitt:"
201
 
202
+ #: ../lib/yasr-shortcode-functions.php:322
203
  #, fuzzy
204
  msgid "bad, poor, ok, good, super"
205
  msgstr "'Dårlig', 'Ikke bra', 'OK', 'Bra', 'Helt super'"
206
 
207
+ #: ../lib/yasr-shortcode-functions.php:553
208
  #, fuzzy
209
  msgid "Thank you for voting! "
210
  msgstr "Tusen takk!"
211
 
212
+ #: ../lib/yasr-shortcode-functions.php:564
213
+ #: ../lib/yasr-shortcode-functions.php:572
214
+ #: ../lib/yasr-shortcode-functions.php:584
215
  msgid "Submit!"
216
  msgstr ""
217
 
218
+ #: ../lib/yasr-shortcode-functions.php:761
219
  msgid "Rating"
220
  msgstr "Vurdering"
221
 
222
+ #: ../lib/yasr-shortcode-functions.php:775
223
  msgid "You don't have any votes stored"
224
  msgstr "Du har ingen vurderinger lagret"
225
 
226
+ #: ../lib/yasr-shortcode-functions.php:811
227
+ #: ../lib/yasr-shortcode-functions.php:850
228
  msgid "Post / Page"
229
  msgstr "Innlegg / side"
230
 
231
+ #: ../lib/yasr-shortcode-functions.php:812
232
+ #: ../lib/yasr-shortcode-functions.php:851
233
  msgid "Order By"
234
  msgstr "Sorter basert på "
235
 
236
+ #: ../lib/yasr-shortcode-functions.php:812
237
+ #: ../lib/yasr-shortcode-functions.php:851
238
  msgid "Most Rated"
239
  msgstr "Flest vurderinger"
240
 
241
+ #: ../lib/yasr-shortcode-functions.php:812
242
+ #: ../lib/yasr-shortcode-functions.php:851
243
  msgid "Highest Rated"
244
  msgstr "Høyest vurdering"
245
 
246
+ #: ../lib/yasr-shortcode-functions.php:830
247
+ #: ../lib/yasr-shortcode-functions.php:865
248
  msgid "Total:"
249
  msgstr "Total:"
250
 
251
+ #: ../lib/yasr-shortcode-functions.php:830
252
+ #: ../lib/yasr-shortcode-functions.php:865
253
  msgid "Average"
254
  msgstr "Gjennomsnittlig "
255
 
256
+ #: ../lib/yasr-shortcode-functions.php:842
257
  msgid "You've not enough data"
258
  msgstr "Du har ikke nok data"
259
 
260
+ #: ../lib/yasr-shortcode-functions.php:877
261
  msgid "You've not enought data"
262
  msgstr "Du har ikke nok data"
263
 
264
+ #: ../lib/yasr-shortcode-functions.php:962
265
  msgid ""
266
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
267
  "any review?"
269
  "Problem oppsto mens vi hentet de 5 mest aktive anmelderne . Har du publisert "
270
  "en omtale?"
271
 
272
+ #: ../lib/yasr-shortcode-functions.php:1030
273
  msgid ""
274
  "Problem while retrieving the top 10 active users chart. Are you sure you "
275
  "have votes to show?"
345
  msgid "Overall Rating / Author Rating"
346
  msgstr "Helhetsvurdering / skribentvurdering"
347
 
348
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
349
  msgid "Visitor Votes"
350
  msgstr "Besøkendes vurderinger"
351
 
369
  msgid "Size"
370
  msgstr "Størrelse"
371
 
372
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
373
+ #: ../lib/yasr-ajax-functions.php:508
374
  msgid "Small"
375
  msgstr "Liten"
376
 
377
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
378
+ #: ../lib/yasr-ajax-functions.php:509
379
  msgid "Medium"
380
  msgstr "Middels"
381
 
382
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
383
+ #: ../lib/yasr-ajax-functions.php:510
384
  msgid "Large"
385
  msgstr "Stor"
386
 
554
  msgstr "Opprett nytt sett"
555
 
556
  #: ../lib/yasr-settings-functions.php:532
557
+ #: ../lib/yasr-settings-functions.php:565
558
  msgid "Manage Multiple Set"
559
  msgstr "Administrer multisett"
560
 
562
  msgid "Wich set do you want to edit or remove?"
563
  msgstr "Hvilket sett ønsker du å endre eller slette?"
564
 
565
+ #: ../lib/yasr-settings-functions.php:575
566
+ #: ../lib/yasr-settings-functions.php:693
567
  msgid "Field name"
568
  msgstr "Feltnavn"
569
 
570
+ #: ../lib/yasr-settings-functions.php:579
571
+ #: ../lib/yasr-settings-functions.php:697
572
  msgid "Remove"
573
  msgstr "Slett"
574
 
575
+ #: ../lib/yasr-settings-functions.php:621
576
+ #: ../lib/yasr-settings-functions.php:739
577
  msgid "Remove whole set?"
578
  msgstr "Slett hele settet?"
579
 
580
+ #: ../lib/yasr-settings-functions.php:634
581
+ #: ../lib/yasr-settings-functions.php:752
582
  msgid ""
583
  "If you remove something you will remove all the votes for that set or field. "
584
  "This operation CAN'T BE undone."
587
  "eller feltet. Denne handlingen er endelig, og du kan ikke angre deg i "
588
  "etterkant."
589
 
590
+ #: ../lib/yasr-settings-functions.php:641
591
+ #: ../lib/yasr-settings-functions.php:759
592
  msgid "You can use up to 9 elements"
593
  msgstr "Du kan bruke opptil ni elementer"
594
 
595
+ #: ../lib/yasr-settings-functions.php:643
596
+ #: ../lib/yasr-settings-functions.php:761
597
  msgid "Add element"
598
  msgstr "Legg til element"
599
 
600
+ #: ../lib/yasr-settings-functions.php:645
601
+ #: ../lib/yasr-settings-functions.php:763
602
  msgid "Save changes"
603
  msgstr "Lagre endringer"
604
 
605
+ #: ../lib/yasr-settings-functions.php:655
606
  msgid "No Multiple Set were found"
607
  msgstr "Vi fant ingen multisett"
608
 
651
  "Noe går galt mens vi forsøker å legge inn feltnavn i settet i endre-modus. "
652
  "Vennligst rapporter dette."
653
 
654
+ #: ../lib/yasr-settings-functions.php:1202
655
  msgid "Style Options"
656
  msgstr "Stilvalg"
657
 
658
+ #: ../lib/yasr-settings-functions.php:1203
659
  msgid "Custom CSS Styles"
660
  msgstr "Egentilpassede CSS-stiler"
661
 
662
+ #: ../lib/yasr-settings-functions.php:1208
663
  msgid ""
664
  "Please use text area below to write your own CSS styles to override the "
665
  "default ones."
667
  "Vennligst benytt tekstområdet nedenfor for å legge inn dine egne CSS-stiler. "
668
  "Disse overstyrer standardstilene."
669
 
670
+ #: ../lib/yasr-settings-functions.php:1210
671
  msgid "Leave it blank if you don't know what you're doing"
672
  msgstr " Ikke legg inn noe her med mindre du vet hva du holder på med."
673
 
674
+ #: ../lib/yasr-settings-functions.php:1233
675
  msgid "Looking for more features?"
676
  msgstr "Ser du etter flere funksjoner?"
677
 
678
+ #: ../lib/yasr-settings-functions.php:1234
679
  msgid "Upgrade to yasr pro!"
680
  msgstr "Oppgrader til YASR pro!"
681
 
682
+ #: ../lib/yasr-settings-functions.php:1250
683
  msgid "Unlimited ratings and votes"
684
  msgstr "Ubegrenset antall brukervurderinger og stemmer"
685
 
686
+ #: ../lib/yasr-settings-functions.php:1256
687
  msgid "Works with shortcodes"
688
  msgstr "Fungerer med kortkoder"
689
 
690
+ #: ../lib/yasr-settings-functions.php:1262
691
  msgid "Multi Set Support"
692
  msgstr "Støtte for multisett"
693
 
694
+ #: ../lib/yasr-settings-functions.php:1267
695
  msgid "Logs and stats for visitors votes"
696
  msgstr "Logger og statistikker for besøkendes stemmer"
697
 
698
+ #: ../lib/yasr-settings-functions.php:1272
699
  msgid "Localization (.po and .mo files included)"
700
  msgstr "Lokalisering (.po- og .mo-filer inkludert)"
701
 
702
+ #: ../lib/yasr-settings-functions.php:1277
703
  msgid "Rich Snippet Support"
704
  msgstr "Støtte for rikt tekstutdrag"
705
 
706
+ #: ../lib/yasr-settings-functions.php:1282
707
  msgid "Rankings for reviews, votes and users"
708
  msgstr "Rangeringer for omtaler, stemmer og brukere"
709
 
710
+ #: ../lib/yasr-settings-functions.php:1287
711
  msgid "Rankings Customization"
712
  msgstr "Egendefinert rangering"
713
 
714
+ #: ../lib/yasr-settings-functions.php:1292
715
  msgid "Stars Customization"
716
  msgstr "Egendefinerte stjerner"
717
 
718
+ #: ../lib/yasr-settings-functions.php:1293
719
  msgid "Size Only"
720
  msgstr "Kun størrelse"
721
 
722
+ #: ../lib/yasr-settings-functions.php:1294
723
  msgid ""
724
  "Users can choose different ready to use sets or can upload their own images."
725
  msgstr ""
726
  "Brukere kan velge ulike sett som er klare for å brukes, eller de kan laste "
727
  "opp sine egne bilder"
728
 
729
+ #: ../lib/yasr-settings-functions.php:1297
730
  msgid "Users can review in comments"
731
  msgstr "Brukere kan gi sin vurdering i kommentarfeltet"
732
 
733
+ #: ../lib/yasr-settings-functions.php:1308
734
  msgid "Not avaible yet"
735
  msgstr "Ikke tilgjengelig enda"
736
 
737
+ #: ../lib/yasr-settings-functions.php:1367
738
+ msgid "Keep in touch!"
739
+ msgstr ""
740
+
741
+ #: ../lib/yasr-settings-functions.php:1409
742
+ #, php-format
743
+ msgid ""
744
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
745
+ msgstr ""
746
+
747
+ #: ../lib/yasr-settings-functions.php:1411
748
+ msgid "Can I ask a favor?"
749
+ msgstr ""
750
+
751
+ #: ../lib/yasr-settings-functions.php:1413
752
+ msgid "Can you please rate YASR 5 stars on"
753
+ msgstr ""
754
+
755
+ #: ../lib/yasr-settings-functions.php:1415
756
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
757
+ msgstr ""
758
+
759
+ #: ../lib/yasr-settings-functions.php:1421
760
+ msgid "Ok, I'm glad to help!"
761
+ msgstr ""
762
 
763
+ #: ../lib/yasr-settings-functions.php:1422
764
+ msgid "Remind me later!"
765
+ msgstr ""
766
+
767
+ #: ../lib/yasr-settings-functions.php:1423
768
+ msgid "Don't need to ask, I already did it!"
769
+ msgstr ""
770
+
771
+ #: ../lib/yasr-settings-functions.php:1456
772
+ #, php-format
773
+ msgid ""
774
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
775
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
776
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
777
+ msgstr ""
778
+
779
+ #: ../lib/yasr-settings-functions.php:1501
780
  msgid "No previous Gd Star Rating installation was found"
781
  msgstr "Ingen tidligere installasjon av Gd-stjernevurdering ble funnet"
782
 
784
  msgid "No recenet votes yet"
785
  msgstr "Ingen nylige vurderinger enda"
786
 
787
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
788
  msgid "anonymous"
789
  msgstr "anonym"
790
 
793
  msgid "Vote %d from %s on "
794
  msgstr ""
795
 
796
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
797
  msgid "Ip address"
798
  msgstr "IP-adresse"
799
 
800
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
801
  msgid "Pages"
802
  msgstr "Sider"
803
 
817
  msgid "You don't have enought privileges to insert Multi Set"
818
  msgstr "Du har ikke tillatelse til å legge inn multisett"
819
 
820
+ #: ../lib/yasr-functions.php:298
821
+ #, fuzzy
822
+ msgid "reviewed by"
823
  msgstr " ble vurdert av "
824
 
825
+ #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
826
  msgid " on "
827
  msgstr " "
828
 
829
+ #: ../lib/yasr-functions.php:314
830
+ #, fuzzy
831
+ msgid "reviewed on"
832
+ msgstr " ble vurdert av "
833
+
834
+ #: ../lib/yasr-functions.php:315
835
+ msgid "by "
836
+ msgstr ""
837
+
838
+ #: ../lib/yasr-functions.php:319
839
+ #, fuzzy
840
+ msgid "rated"
841
  msgstr ", og fikk karakteren "
842
 
843
+ #: ../lib/yasr-functions.php:319
844
+ #, fuzzy
845
+ msgid "of"
846
  msgstr " av"
847
 
848
+ #: ../lib/yasr-functions.php:376
849
  msgid " written by "
850
  msgstr " skrevet av"
851
 
852
+ #: ../lib/yasr-functions.php:379
853
  msgid " average rating "
854
  msgstr " vurdering"
855
 
856
+ #: ../lib/yasr-functions.php:380
857
  msgid " user ratings"
858
  msgstr " brukervurderinger"
859
 
860
+ #: ../lib/yasr-ajax-functions.php:102
861
  msgid "You've rated it "
862
  msgstr "Du ga karakteren"
863
 
864
+ #: ../lib/yasr-ajax-functions.php:106
865
  msgid "You've reset the vote"
866
  msgstr "Du har tilbakestilt vurderingen"
867
 
868
+ #: ../lib/yasr-ajax-functions.php:188
869
  msgid ""
870
  "There was an error while trying to insert the review type. Please report it"
871
  msgstr ""
872
  "En feil oppsto mens vi forsøkte å legge inn vurderingstypen. Vennligst "
873
  "rapporter dette."
874
 
875
+ #: ../lib/yasr-ajax-functions.php:223
876
  msgid "Choose a vote for each element"
877
  msgstr "Velg en karakter for hvert element"
878
 
879
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
880
  #, fuzzy
881
  msgid "If you want to insert this multiset, paste this shortcode "
882
  msgstr "Velg et multisett du ønsker å legge inn"
883
 
884
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
885
  msgid ""
886
  "If, instead, you want allow your visitor to vote on this multiset, use this "
887
  "shortcode"
888
  msgstr ""
889
 
890
+ #: ../lib/yasr-ajax-functions.php:297
891
  msgid "Choose a vote for every element"
892
  msgstr "Velg en karakter for hvert element"
893
 
894
+ #: ../lib/yasr-ajax-functions.php:470
895
  msgid "Main"
896
  msgstr "Hoved"
897
 
898
+ #: ../lib/yasr-ajax-functions.php:471
899
  msgid "Charts"
900
  msgstr "Diagrammer"
901
 
902
+ #: ../lib/yasr-ajax-functions.php:473
903
  msgid "Read the doc"
904
  msgstr "Les dokumentet"
905
 
906
+ #: ../lib/yasr-ajax-functions.php:482
907
  msgid "Overall Rating / Review"
908
  msgstr "Helhetsvurdering / omtale"
909
 
910
+ #: ../lib/yasr-ajax-functions.php:484
911
  msgid "Insert Overall Rating"
912
  msgstr "Legg inn helhetsvurdering"
913
 
914
+ #: ../lib/yasr-ajax-functions.php:485
915
  msgid "Insert Overall Rating / Review for this post"
916
  msgstr "Legg inn helhetsvurdering/omtale for dette innlegget"
917
 
918
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
919
  msgid "Choose Size"
920
  msgstr "Velg størrelse"
921
 
922
+ #: ../lib/yasr-ajax-functions.php:502
923
  msgid "Insert Visitor Votes"
924
  msgstr "Legg inn besøkendes vurderinger"
925
 
926
+ #: ../lib/yasr-ajax-functions.php:503
927
  msgid "Insert the ability for your visitor to vote"
928
  msgstr "Legg inn muligheten for besøkende å foreta en vurdering"
929
 
930
+ #: ../lib/yasr-ajax-functions.php:520
931
  msgid "If you want to insert a Multi Set, pick one:"
932
  msgstr "Velg et multisett du ønsker å legge inn"
933
 
934
+ #: ../lib/yasr-ajax-functions.php:526
935
  msgid "Choose wich set you want to insert."
936
  msgstr "Velg hvilket multisett du vil legge inn."
937
 
938
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
939
  msgid "Readonly?"
940
  msgstr ""
941
 
942
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
943
  msgid ""
944
  "If Readonly is checked, only you can insert the votes (in the box above the "
945
  "editor)"
946
  msgstr ""
947
 
948
+ #: ../lib/yasr-ajax-functions.php:531
949
  #, fuzzy
950
  msgid "Insert Multi Set"
951
  msgstr "Legg inn multisett"
952
 
953
+ #: ../lib/yasr-ajax-functions.php:540
954
  msgid "Insert Multiset:"
955
  msgstr "Lett inn multisett:"
956
 
957
+ #: ../lib/yasr-ajax-functions.php:543
958
  msgid "Insert Multiple Set"
959
  msgstr "Legg inn multisett"
960
 
961
+ #: ../lib/yasr-ajax-functions.php:561
962
  msgid "Ranking reviews"
963
  msgstr "Rangeringsvurdering"
964
 
965
+ #: ../lib/yasr-ajax-functions.php:562
966
  msgid "Insert Ranking reviews"
967
  msgstr "Legg inn rangeringsvurderinger"
968
 
969
+ #: ../lib/yasr-ajax-functions.php:563
970
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
971
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_overall_rating]"
972
 
973
+ #: ../lib/yasr-ajax-functions.php:567
974
  msgid "Users' ranking"
975
  msgstr "Brukernes rangering"
976
 
977
+ #: ../lib/yasr-ajax-functions.php:568
978
  msgid "Insert Users ranking"
979
  msgstr "Legg inn brukernes rangering"
980
 
981
+ #: ../lib/yasr-ajax-functions.php:569
982
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
983
  msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_visitor_votes] "
984
 
985
+ #: ../lib/yasr-ajax-functions.php:573
986
  msgid "Most active reviewers"
987
  msgstr "Mest aktivere anmeldere"
988
 
989
+ #: ../lib/yasr-ajax-functions.php:574
990
  msgid "Insert Most Active Reviewers"
991
  msgstr "Legg inn mest aktive anmeldere"
992
 
993
+ #: ../lib/yasr-ajax-functions.php:575
994
  msgid "Insert Top 5 active reviewers"
995
  msgstr "Legg inn de 5 mest aktive anmelderne"
996
 
997
+ #: ../lib/yasr-ajax-functions.php:579
998
  msgid "Most Active Users"
999
  msgstr "Mest aktive brukere"
1000
 
1001
+ #: ../lib/yasr-ajax-functions.php:580
1002
  msgid "Insert Most Active Users"
1003
  msgstr "Legg inn mest aktive brukere"
1004
 
1005
+ #: ../lib/yasr-ajax-functions.php:581
1006
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1007
  msgstr ""
1008
  "Legg inn kodesnutten [yasr_visitor_votes] for de 10 mest aktive anmelderne "
1009
 
1010
+ #: ../lib/yasr-ajax-functions.php:652
1011
  msgid "Reviews and Visitor Votes have been successfull imported."
1012
  msgstr "Omtaler og besøkendes vurderinger har blitt importert."
1013
 
1014
+ #: ../lib/yasr-ajax-functions.php:658
1015
  msgid ""
1016
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1017
  "THIS MAY TAKE A WHILE!"
1019
  "Steg 2: Jeg vil sjekke om du brukte multisett, og jeg vil i så fall "
1020
  "importere dem. Dette kan ta litt tid."
1021
 
1022
+ #: ../lib/yasr-ajax-functions.php:660
1023
  msgid "Proceed Step 2"
1024
  msgstr "Fortsett til steg 2"
1025
 
1026
+ #: ../lib/yasr-ajax-functions.php:667
1027
  msgid "Something goes wrong! Refresh the page and try again!"
1028
  msgstr "Noe går galt. Oppdater siden (F5) og forsøk igjen."
1029
 
1030
+ #: ../lib/yasr-ajax-functions.php:696
1031
  msgid "I've found Multiple Set! Importing..."
1032
  msgstr "Jeg fant multisett. Importerer...."
1033
 
1034
+ #: ../lib/yasr-ajax-functions.php:705
1035
  msgid "Multi Set's name has been successfull imported."
1036
  msgstr "Multisettets navn har blitt importert."
1037
 
1038
+ #: ../lib/yasr-ajax-functions.php:707
1039
  msgid "Now I'm going to import Multi Set data"
1040
  msgstr "Nå skal jeg importere multisettets data"
1041
 
1042
+ #: ../lib/yasr-ajax-functions.php:718
1043
  msgid "All votes has been successfull imported."
1044
  msgstr "Alle vurderinger har blitt importert."
1045
 
1046
+ #: ../lib/yasr-ajax-functions.php:720
1047
  msgid "Done"
1048
  msgstr "Fullført"
1049
 
1050
+ #: ../lib/yasr-ajax-functions.php:725
1051
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1052
  msgstr ""
1053
  "Jeg har funnet vurderinger for multisettet, men kunne ikke legge dem inn i "
1054
  "databasen"
1055
 
1056
+ #: ../lib/yasr-ajax-functions.php:733
1057
  msgid "I've found Multi Set but with no data"
1058
  msgstr "Jeg har funnet multisett, men de har ingen data"
1059
 
1060
+ #: ../lib/yasr-ajax-functions.php:742
1061
  msgid "I've found Multi Sets names but I couldn't insert into db"
1062
  msgstr ""
1063
  "Jeg har funnet multisett-navn, men jeg kunne ikke legge dem inn i databasen"
1064
 
1065
+ #: ../lib/yasr-ajax-functions.php:750
1066
  msgid "Multisets were not found. Imported is done!"
1067
  msgstr "Multisett ble ikke funnet. Importeringen har blitt fullført."
1068
 
1069
+ #: ../lib/yasr-ajax-functions.php:793
1070
  msgid "No Recenet votes yet"
1071
  msgstr "Ingen nylige vurderinger enda"
1072
 
1073
+ #: ../lib/yasr-ajax-functions.php:815
1074
  #, php-format
1075
  msgid "Vote %d from %s on"
1076
  msgstr ""
1077
 
1078
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1079
  msgid "Error: you can't vote 0"
1080
  msgstr "Feil. Du kan ikke gi karakteren 0."
1081
 
1082
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1083
  #, fuzzy
1084
  msgid "Average:"
1085
  msgstr "Gjennomsnitt:"
1086
 
1087
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1088
  msgid "Vote Saved"
1089
  msgstr "Vurdering lagret"
1090
 
1091
+ #: ../lib/yasr-ajax-functions.php:1264
1092
  msgid "Vote updated"
1093
  msgstr "Vurdering oppdatert"
1094
 
1095
+ #: ../lib/yasr-ajax-functions.php:1409
1096
  #, fuzzy
1097
  msgid "Rating saved!"
1098
  msgstr "Instillinger lagret"
1099
 
1100
+ #: ../lib/yasr-ajax-functions.php:1415
1101
  msgid "Rating not saved. Please Try again"
1102
  msgstr ""
1103
 
1104
+ #: ../lib/yasr-ajax-functions.php:1508
1105
  msgid "stars"
1106
  msgstr "stjerner"
1107
 
1108
+ #: ../lib/yasr-ajax-functions.php:1513
1109
  #, fuzzy
1110
  msgid "star"
1111
  msgstr "stjerner"
1112
 
1113
+ #~ msgid "Donations"
1114
+ #~ msgstr "Donasjoner"
1115
+
1116
+ #~ msgid ""
1117
+ #~ "If you have found this plugin useful, please consider making a donation "
1118
+ #~ "to help support future development. Your support will be much "
1119
+ #~ "appreciated. "
1120
+ #~ msgstr ""
1121
+ #~ "Dersom du synes denne utvidelsen er hjelpsom, vennligst vurder å gi en "
1122
+ #~ "donasjon for å hjelpe oss med fremtidig utvikling. Vi setter veldig stor "
1123
+ #~ "pris på støtten din."
1124
+
1125
+ #~ msgid "Thank you!"
1126
+ #~ msgstr "Tusen takk!"
1127
+
1128
+ #~ msgid "Follow YASR official site!"
1129
+ #~ msgstr "Følg YASRs offisielle side"
1130
+
1131
  #~ msgid ""
1132
  #~ "Seems like you've imported gd star rating in the past, but then deleted "
1133
  #~ "the logs table. For now, you can't enable statistics"
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-05-07 09:51+0100\n"
6
- "PO-Revision-Date: 2015-07-18 17:40+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: NL\n"
9
  "Language: nl_NL\n"
@@ -21,39 +21,39 @@ msgstr ""
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:124
30
- #: ../lib/yasr-shortcode-functions.php:527
31
  msgid "Loading, please wait"
32
  msgstr "Laden, even wachten svp."
33
 
34
  # @ yasr
35
- #: ../yasr-metabox-top-right.php:147
36
  msgid "Save Vote"
37
  msgstr "Stem opslaan"
38
 
39
  # @ default
40
- #: ../yasr-metabox-top-right.php:166
41
  msgid "This review is about a..."
42
  msgstr "Deze recensie is over..."
43
 
44
- #: ../yasr-metabox-top-right.php:171
45
  msgid "Product, Place, Other"
46
  msgstr ""
47
 
48
  # @ default
49
  # @ yasr
50
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
51
  #: ../lib/yasr-settings-functions.php:542
52
  msgid "Select"
53
  msgstr "Selecteren"
54
 
55
  # @ yasr
56
- #: ../yasr-metabox-top-right.php:217
57
  msgid ""
58
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
59
  "where you want to display this rating"
@@ -63,100 +63,100 @@ msgstr ""
63
 
64
  # @ yasr
65
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
66
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
67
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:753
68
  msgid "You do not have sufficient permissions to access this page."
69
  msgstr "Je hebt niet voldoende rechten om deze pagina te laden."
70
 
71
  # @ yasr
72
- #: ../yasr-settings-page.php:33
73
  msgid "Settings"
74
  msgstr "Instellingen"
75
 
76
  # @ yasr
77
- #: ../yasr-settings-page.php:76
78
  msgid "General Settings"
79
  msgstr "Algemene Instellingen"
80
 
81
  # @ yasr
82
- #: ../yasr-settings-page.php:77
83
  msgid "Multi Sets"
84
  msgstr "Multi Sets"
85
 
86
  # @ yasr
87
- #: ../yasr-settings-page.php:78
88
  msgid "Styles"
89
  msgstr "Opmaak"
90
 
91
- #: ../yasr-settings-page.php:79
92
  msgid "Pro Features!"
93
  msgstr ""
94
 
95
  # @ default
96
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
97
- #: ../yasr-settings-page.php:295
98
  msgid "Save"
99
  msgstr "Opslaan"
100
 
101
  # @ yasr
102
- #: ../yasr-settings-page.php:116
103
  msgid "Import Gd Star Rating"
104
  msgstr "Importeer Gd Star Rating"
105
 
106
  # @ yasr
107
- #: ../yasr-settings-page.php:117
108
  msgid "I've found a previous installation of Gd Star Rating."
109
  msgstr "Ik heb een eerdere installatie van Gd Star Rating gevonden."
110
 
111
  # @ yasr
112
- #: ../yasr-settings-page.php:117
113
  msgid "Do you want proceed to import data?"
114
  msgstr "Wil je beginnen met het importeren van gegevens?"
115
 
116
  # @ yasr
117
- #: ../yasr-settings-page.php:119
118
  msgid "Yes, Begin Import"
119
  msgstr "Ja, Begin met Importeren"
120
 
121
  # @ default
122
- #: ../yasr-settings-page.php:123
123
  msgid "Click on Proceed to import Gd Star Rating data."
124
  msgstr "Klik op Importeren om Gd Star Rating gegevens te importeren."
125
 
126
  # @ yasr
127
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
128
  msgid "Proceed"
129
  msgstr "Importeren"
130
 
131
  # @ yasr
132
- #: ../yasr-settings-page.php:148
133
  msgid "Manage GD Star Data"
134
  msgstr "Beheer GD Star Gegevens"
135
 
136
  # @ default
137
- #: ../yasr-settings-page.php:149
138
  msgid "Gd Star Rating has been already imported."
139
  msgstr "Gd Star Rating is al geïmporteerd."
140
 
141
  # @ yasr
142
- #: ../yasr-settings-page.php:150
143
  msgid "If you wish you can import it again, but"
144
  msgstr "Als je dat wilt kun je het nogmaals importeren, maar"
145
 
146
  # @ yasr
147
- #: ../yasr-settings-page.php:150
148
  msgid "you will lose all data you've collect since the import!"
149
  msgstr ""
150
  "je zal alle gegevens verliezen die je verzameld hebt sinds de vorige keer "
151
  "importeren!"
152
 
153
  # @ default
154
- #: ../yasr-settings-page.php:152
155
  msgid "Ok, Import Again"
156
  msgstr "Ok, Nogmaals Importeren"
157
 
158
  # @ default
159
- #: ../yasr-settings-page.php:156
160
  msgid ""
161
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
162
  msgstr ""
@@ -164,17 +164,17 @@ msgstr ""
164
  "duren!"
165
 
166
  # @ yasr
167
- #: ../yasr-settings-page.php:196
168
  msgid "Manage Multi Set"
169
  msgstr "Beheren Multi Set"
170
 
171
  # @ yasr
172
- #: ../yasr-settings-page.php:200
173
  msgid "What is a Multi Set?"
174
  msgstr "Wat is een Multi Set?"
175
 
176
  # @ yasr
177
- #: ../yasr-settings-page.php:205
178
  msgid ""
179
  "Multi Set allows you to insert a rate for each aspect about the product / "
180
  "local business / whetever you're reviewing, example in the image below."
@@ -184,7 +184,7 @@ msgstr ""
184
  "voorbeeld is in de afbeelding hieronder."
185
 
186
  # @ yasr
187
- #: ../yasr-settings-page.php:209
188
  msgid ""
189
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
190
  "different fields. Once you've saved it, you can insert the rates while "
@@ -198,7 +198,7 @@ msgstr ""
198
  "groter te maken)"
199
 
200
  # @ yasr
201
- #: ../yasr-settings-page.php:213
202
  msgid ""
203
  "In order to insert your Multi Sets into a post or page, you can either past "
204
  "the short code that will appear at the bottom of the box or just click on "
@@ -209,135 +209,113 @@ msgstr ""
209
  "klikken op de ster in de tekstverwerker en \"Invoegen Multi Set\" selecteren."
210
 
211
  # @ yasr
212
- #: ../yasr-settings-page.php:219
213
  msgid "Close this message"
214
  msgstr "Sluit dit bericht"
215
 
216
- # @ yasr
217
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
218
- #: ../lib/yasr-settings-functions.php:1352
219
- msgid "Donations"
220
- msgstr "Donaties"
221
-
222
- # @ yasr
223
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
224
- #: ../lib/yasr-settings-functions.php:1354
225
- msgid ""
226
- "If you have found this plugin useful, please consider making a donation to "
227
- "help support future development. Your support will be much appreciated. "
228
- msgstr ""
229
- "Als je deze plugin handig vindt, overweeg dan een donatie te maken om "
230
- "verdere ontwikkeling te ondersteunen. Je steun wordt erg gewaardeerd."
231
-
232
- # @ yasr
233
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
234
- #: ../lib/yasr-settings-functions.php:1356
235
- msgid "Thank you!"
236
- msgstr "Bedankt."
237
-
238
  # @ default
239
  #: ../yasr-metabox-multiple-rating.php:35
240
  msgid "Choose wich set you want to use"
241
  msgstr "Kies welke set je wilt gebruiken"
242
 
243
  # @ yasr
244
- #: ../lib/yasr-shortcode-functions.php:189
245
- #: ../lib/yasr-shortcode-functions.php:210
246
- #: ../lib/yasr-shortcode-functions.php:240
247
  msgid "You've already voted this article with"
248
  msgstr "Je hebt al op dit artikel gestemd met"
249
 
250
  # @ yasr
251
- #: ../lib/yasr-shortcode-functions.php:251
252
- #: ../lib/yasr-shortcode-functions.php:555
253
  msgid "You must sign to vote"
254
  msgstr "Je moet inloggen om te stemmen"
255
 
256
  # @ yasr
257
- #: ../lib/yasr-shortcode-functions.php:293 ../lib/yasr-ajax-functions.php:1040
258
- #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
259
  msgid "Total: "
260
  msgstr "Totaal: "
261
 
262
  # @ yasr
263
- #: ../lib/yasr-shortcode-functions.php:293
264
  msgid "Average: "
265
  msgstr "Gemiddelde: "
266
 
267
- #: ../lib/yasr-shortcode-functions.php:309
268
  msgid "bad, poor, ok, good, super"
269
  msgstr ""
270
 
271
  # @ yasr
272
- #: ../lib/yasr-shortcode-functions.php:534
273
  #, fuzzy
274
  msgid "Thank you for voting! "
275
  msgstr "Bedankt."
276
 
277
- #: ../lib/yasr-shortcode-functions.php:545
278
- #: ../lib/yasr-shortcode-functions.php:553
279
- #: ../lib/yasr-shortcode-functions.php:565
280
  msgid "Submit!"
281
  msgstr ""
282
 
283
  # @ yasr
284
- #: ../lib/yasr-shortcode-functions.php:710
285
  msgid "Rating"
286
  msgstr "Stemming"
287
 
288
  # @ yasr
289
- #: ../lib/yasr-shortcode-functions.php:724
290
  msgid "You don't have any votes stored"
291
  msgstr "Je hebt geen opgeslagen stemmen"
292
 
293
- #: ../lib/yasr-shortcode-functions.php:760
294
- #: ../lib/yasr-shortcode-functions.php:799
295
  msgid "Post / Page"
296
  msgstr "Bericht / Pagina"
297
 
298
  # @ yasr
299
- #: ../lib/yasr-shortcode-functions.php:761
300
- #: ../lib/yasr-shortcode-functions.php:800
301
  msgid "Order By"
302
  msgstr "Sorteer Op"
303
 
304
  # @ yasr
305
- #: ../lib/yasr-shortcode-functions.php:761
306
- #: ../lib/yasr-shortcode-functions.php:800
307
  msgid "Most Rated"
308
  msgstr "Meeste op Gestemd"
309
 
310
  # @ yasr
311
- #: ../lib/yasr-shortcode-functions.php:761
312
- #: ../lib/yasr-shortcode-functions.php:800
313
  msgid "Highest Rated"
314
  msgstr "Hoogste Stemming"
315
 
316
  # @ yasr
317
- #: ../lib/yasr-shortcode-functions.php:779
318
- #: ../lib/yasr-shortcode-functions.php:814
319
  msgid "Total:"
320
  msgstr "Totaal:"
321
 
322
  # @ yasr
323
- #: ../lib/yasr-shortcode-functions.php:779
324
- #: ../lib/yasr-shortcode-functions.php:814
325
  msgid "Average"
326
  msgstr "Gemiddelde"
327
 
328
  # @ yasr
329
- #: ../lib/yasr-shortcode-functions.php:791
330
  #, fuzzy
331
  msgid "You've not enough data"
332
  msgstr "Je hebt niet genoeg gegevens"
333
 
334
  # @ yasr
335
- #: ../lib/yasr-shortcode-functions.php:826
336
  msgid "You've not enought data"
337
  msgstr "Je hebt niet genoeg gegevens"
338
 
339
  # @ default
340
- #: ../lib/yasr-shortcode-functions.php:911
341
  #, fuzzy
342
  msgid ""
343
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
@@ -347,7 +325,7 @@ msgstr ""
347
  "een recensie gepubliceerd?"
348
 
349
  # @ default
350
- #: ../lib/yasr-shortcode-functions.php:979
351
  #, fuzzy
352
  msgid ""
353
  "Problem while retrieving the top 10 active users chart. Are you sure you "
@@ -438,7 +416,7 @@ msgid "Overall Rating / Author Rating"
438
  msgstr "Algemene Stemming / Auteur Stemming"
439
 
440
  # @ yasr
441
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
442
  msgid "Visitor Votes"
443
  msgstr "Bezoekersstemmen"
444
 
@@ -468,20 +446,20 @@ msgid "Size"
468
  msgstr "Afmeting"
469
 
470
  # @ yasr
471
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
472
- #: ../lib/yasr-ajax-functions.php:479
473
  msgid "Small"
474
  msgstr "Klein"
475
 
476
  # @ yasr
477
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
478
- #: ../lib/yasr-ajax-functions.php:480
479
  msgid "Medium"
480
  msgstr "Gemiddeld"
481
 
482
  # @ yasr
483
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
484
- #: ../lib/yasr-ajax-functions.php:481
485
  msgid "Large"
486
  msgstr "Groot"
487
 
@@ -690,7 +668,7 @@ msgstr "Aanmaken Nieuwe Set"
690
 
691
  # @ yasr
692
  #: ../lib/yasr-settings-functions.php:532
693
- #: ../lib/yasr-settings-functions.php:564
694
  msgid "Manage Multiple Set"
695
  msgstr "Beheer Multi Set"
696
 
@@ -700,26 +678,26 @@ msgid "Wich set do you want to edit or remove?"
700
  msgstr "Welke set wil je bewerken of verwijderen?"
701
 
702
  # @ yasr
703
- #: ../lib/yasr-settings-functions.php:574
704
- #: ../lib/yasr-settings-functions.php:692
705
  msgid "Field name"
706
  msgstr "Veldnaam"
707
 
708
  # @ yasr
709
- #: ../lib/yasr-settings-functions.php:578
710
- #: ../lib/yasr-settings-functions.php:696
711
  msgid "Remove"
712
  msgstr "Verwijderen"
713
 
714
  # @ yasr
715
- #: ../lib/yasr-settings-functions.php:620
716
- #: ../lib/yasr-settings-functions.php:738
717
  msgid "Remove whole set?"
718
  msgstr "Verwijder hele set?"
719
 
720
  # @ yasr
721
- #: ../lib/yasr-settings-functions.php:633
722
- #: ../lib/yasr-settings-functions.php:751
723
  msgid ""
724
  "If you remove something you will remove all the votes for that set or field. "
725
  "This operation CAN'T BE undone."
@@ -728,25 +706,25 @@ msgstr ""
728
  "veld. Deze handeling kan NIET ongedaan gemaakt worden."
729
 
730
  # @ yasr
731
- #: ../lib/yasr-settings-functions.php:640
732
- #: ../lib/yasr-settings-functions.php:758
733
  msgid "You can use up to 9 elements"
734
  msgstr "Je kunt tot 9 elementen gebruiken"
735
 
736
  # @ yasr
737
- #: ../lib/yasr-settings-functions.php:642
738
- #: ../lib/yasr-settings-functions.php:760
739
  msgid "Add element"
740
  msgstr "Toevoegen element"
741
 
742
  # @ yasr
743
- #: ../lib/yasr-settings-functions.php:644
744
- #: ../lib/yasr-settings-functions.php:762
745
  msgid "Save changes"
746
  msgstr "Opslaan"
747
 
748
  # @ yasr
749
- #: ../lib/yasr-settings-functions.php:654
750
  msgid "No Multiple Set were found"
751
  msgstr "Geen Multi Set gevonden"
752
 
@@ -803,17 +781,17 @@ msgstr ""
803
  "formulier. Graag aangeven bij de maker"
804
 
805
  # @ yasr
806
- #: ../lib/yasr-settings-functions.php:1200
807
  msgid "Style Options"
808
  msgstr "Opmaak Opties"
809
 
810
  # @ yasr
811
- #: ../lib/yasr-settings-functions.php:1201
812
  msgid "Custom CSS Styles"
813
  msgstr "Aangepaste CSS Opmaak"
814
 
815
  # @ yasr
816
- #: ../lib/yasr-settings-functions.php:1206
817
  msgid ""
818
  "Please use text area below to write your own CSS styles to override the "
819
  "default ones."
@@ -822,83 +800,119 @@ msgstr ""
822
  "standaard opmaak te overschrijven. "
823
 
824
  # @ yasr
825
- #: ../lib/yasr-settings-functions.php:1208
826
  msgid "Leave it blank if you don't know what you're doing"
827
  msgstr "Laat het leeg als je niet weet wat dit is."
828
 
829
- #: ../lib/yasr-settings-functions.php:1231
830
  msgid "Looking for more features?"
831
  msgstr ""
832
 
833
- #: ../lib/yasr-settings-functions.php:1232
834
  msgid "Upgrade to yasr pro!"
835
  msgstr ""
836
 
837
- #: ../lib/yasr-settings-functions.php:1248
838
  msgid "Unlimited ratings and votes"
839
  msgstr ""
840
 
841
- #: ../lib/yasr-settings-functions.php:1254
842
  msgid "Works with shortcodes"
843
  msgstr ""
844
 
845
  # @ yasr
846
- #: ../lib/yasr-settings-functions.php:1260
847
  #, fuzzy
848
  msgid "Multi Set Support"
849
  msgstr "Multi Sets"
850
 
851
- #: ../lib/yasr-settings-functions.php:1265
852
  msgid "Logs and stats for visitors votes"
853
  msgstr ""
854
 
855
- #: ../lib/yasr-settings-functions.php:1270
856
  msgid "Localization (.po and .mo files included)"
857
  msgstr ""
858
 
859
- #: ../lib/yasr-settings-functions.php:1275
860
  msgid "Rich Snippet Support"
861
  msgstr ""
862
 
863
- #: ../lib/yasr-settings-functions.php:1280
864
  msgid "Rankings for reviews, votes and users"
865
  msgstr ""
866
 
867
- #: ../lib/yasr-settings-functions.php:1285
868
  msgid "Rankings Customization"
869
  msgstr ""
870
 
871
- #: ../lib/yasr-settings-functions.php:1290
872
  msgid "Stars Customization"
873
  msgstr ""
874
 
875
  # @ yasr
876
- #: ../lib/yasr-settings-functions.php:1291
877
  #, fuzzy
878
  msgid "Size Only"
879
  msgstr "Afmeting"
880
 
881
- #: ../lib/yasr-settings-functions.php:1292
882
  msgid ""
883
  "Users can choose different ready to use sets or can upload their own images."
884
  msgstr ""
885
 
886
- #: ../lib/yasr-settings-functions.php:1295
887
  msgid "Users can review in comments"
888
  msgstr ""
889
 
890
- #: ../lib/yasr-settings-functions.php:1306
891
  msgid "Not avaible yet"
892
  msgstr ""
893
 
894
- # @ yasr
895
- #: ../lib/yasr-settings-functions.php:1338
896
- #: ../lib/yasr-settings-functions.php:1365
897
- msgid "Follow YASR official site!"
898
- msgstr "Volg de YASR officiële site"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
899
 
900
  # @ yasr
901
- #: ../lib/yasr-settings-functions.php:1395
902
  msgid "No previous Gd Star Rating installation was found"
903
  msgstr "Geen eerdere Gd Star Rating installatie gevonden"
904
 
@@ -909,7 +923,7 @@ msgid "No recenet votes yet"
909
  msgstr "Geen Recente stemmen nog"
910
 
911
  # @ default
912
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
913
  msgid "anonymous"
914
  msgstr "anoniem"
915
 
@@ -919,12 +933,12 @@ msgid "Vote %d from %s on "
919
  msgstr ""
920
 
921
  # @ yasr
922
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
923
  msgid "Ip address"
924
  msgstr "Ipadres"
925
 
926
  # @ yasr
927
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
928
  msgid "Pages"
929
  msgstr "Pagina's"
930
 
@@ -949,51 +963,64 @@ msgid "You don't have enought privileges to insert Multi Set"
949
  msgstr "Je hebt niet genoeg rechten om Multi Set in te voegen"
950
 
951
  # @ yasr
952
- #: ../lib/yasr-functions.php:309
953
- msgid " reviewed by "
 
954
  msgstr " gerecenseerd door "
955
 
956
  # @ yasr
957
- #: ../lib/yasr-functions.php:310
958
  msgid " on "
959
  msgstr " op "
960
 
961
  # @ yasr
962
- #: ../lib/yasr-functions.php:311
963
- msgid " rated "
 
 
 
 
 
 
 
 
 
 
 
964
  msgstr " gestemd "
965
 
966
- #: ../lib/yasr-functions.php:311
967
- msgid " of"
 
968
  msgstr " van "
969
 
970
  # @ yasr
971
- #: ../lib/yasr-functions.php:358
972
  msgid " written by "
973
  msgstr " geschreven door "
974
 
975
  # @ yasr
976
- #: ../lib/yasr-functions.php:360
977
  msgid " average rating "
978
  msgstr " gemiddelde stemming "
979
 
980
  # @ yasr
981
- #: ../lib/yasr-functions.php:361
982
  msgid " user ratings"
983
  msgstr " gebruikersstemmen"
984
 
985
  # @ yasr
986
- #: ../lib/yasr-ajax-functions.php:96
987
  msgid "You've rated it "
988
  msgstr "Je hebt gestemd"
989
 
990
  # @ yasr
991
- #: ../lib/yasr-ajax-functions.php:100
992
  msgid "You've reset the vote"
993
  msgstr "Je hebt de stem ingetrokken"
994
 
995
  # @ yasr
996
- #: ../lib/yasr-ajax-functions.php:164
997
  msgid ""
998
  "There was an error while trying to insert the review type. Please report it"
999
  msgstr ""
@@ -1001,175 +1028,175 @@ msgstr ""
1001
  "bij de maker"
1002
 
1003
  # @ yasr
1004
- #: ../lib/yasr-ajax-functions.php:198
1005
  msgid "Choose a vote for each element"
1006
  msgstr "Kies een stem voor ieder element"
1007
 
1008
  # @ yasr
1009
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
1010
  #, fuzzy
1011
  msgid "If you want to insert this multiset, paste this shortcode "
1012
  msgstr "Als je een Multi Set wilt invoegen, kies er één:"
1013
 
1014
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
1015
  msgid ""
1016
  "If, instead, you want allow your visitor to vote on this multiset, use this "
1017
  "shortcode"
1018
  msgstr ""
1019
 
1020
  # @ yasr
1021
- #: ../lib/yasr-ajax-functions.php:268
1022
  msgid "Choose a vote for every element"
1023
  msgstr "Kies een stem voor ieder element"
1024
 
1025
  # @ yasr
1026
- #: ../lib/yasr-ajax-functions.php:441
1027
  msgid "Main"
1028
  msgstr "Hoofd"
1029
 
1030
  # @ yasr
1031
- #: ../lib/yasr-ajax-functions.php:442
1032
  msgid "Charts"
1033
  msgstr "Grafieken"
1034
 
1035
  # @ yasr
1036
- #: ../lib/yasr-ajax-functions.php:444
1037
  msgid "Read the doc"
1038
  msgstr "Lees de documentatie"
1039
 
1040
  # @ yasr
1041
- #: ../lib/yasr-ajax-functions.php:453
1042
  msgid "Overall Rating / Review"
1043
  msgstr "Algemene Stemming / Recensie"
1044
 
1045
  # @ yasr
1046
- #: ../lib/yasr-ajax-functions.php:455
1047
  msgid "Insert Overall Rating"
1048
  msgstr "Voeg Algemene Stemming in"
1049
 
1050
  # @ yasr
1051
- #: ../lib/yasr-ajax-functions.php:456
1052
  msgid "Insert Overall Rating / Review for this post"
1053
  msgstr "Voeg Algemene Stemming / Recensie voor dit bericht in"
1054
 
1055
  # @ yasr
1056
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
1057
  msgid "Choose Size"
1058
  msgstr "Kies Grootte"
1059
 
1060
  # @ yasr
1061
- #: ../lib/yasr-ajax-functions.php:473
1062
  msgid "Insert Visitor Votes"
1063
  msgstr "Invoegen Bezoekersstemmen"
1064
 
1065
  # @ yasr
1066
- #: ../lib/yasr-ajax-functions.php:474
1067
  msgid "Insert the ability for your visitor to vote"
1068
  msgstr "Maak het mogelijk voor je bezoekers om te stemmen"
1069
 
1070
  # @ yasr
1071
- #: ../lib/yasr-ajax-functions.php:491
1072
  msgid "If you want to insert a Multi Set, pick one:"
1073
  msgstr "Als je een Multi Set wilt invoegen, kies er één:"
1074
 
1075
  # @ yasr
1076
- #: ../lib/yasr-ajax-functions.php:497
1077
  msgid "Choose wich set you want to insert."
1078
  msgstr "Kies welke set je wilt invoegen."
1079
 
1080
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
1081
  msgid "Readonly?"
1082
  msgstr ""
1083
 
1084
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
1085
  msgid ""
1086
  "If Readonly is checked, only you can insert the votes (in the box above the "
1087
  "editor)"
1088
  msgstr ""
1089
 
1090
  # @ yasr
1091
- #: ../lib/yasr-ajax-functions.php:502
1092
  #, fuzzy
1093
  msgid "Insert Multi Set"
1094
  msgstr "Invoegen Multi Set"
1095
 
1096
  # @ yasr
1097
- #: ../lib/yasr-ajax-functions.php:511
1098
  msgid "Insert Multiset:"
1099
  msgstr "Invoegen Multi Set:"
1100
 
1101
  # @ yasr
1102
- #: ../lib/yasr-ajax-functions.php:514
1103
  msgid "Insert Multiple Set"
1104
  msgstr "Invoegen Multi Set"
1105
 
1106
  # @ yasr
1107
- #: ../lib/yasr-ajax-functions.php:532
1108
  msgid "Ranking reviews"
1109
  msgstr "Ranglijst recensies"
1110
 
1111
  # @ yasr
1112
- #: ../lib/yasr-ajax-functions.php:533
1113
  msgid "Insert Ranking reviews"
1114
  msgstr "Invoegen Ranglijst recensies"
1115
 
1116
  # @ yasr
1117
- #: ../lib/yasr-ajax-functions.php:534
1118
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1119
  msgstr "Invoegen Top 10 ranglijst voor [yasr_overall_rating] shortcode"
1120
 
1121
  # @ yasr
1122
- #: ../lib/yasr-ajax-functions.php:538
1123
  msgid "Users' ranking"
1124
  msgstr "Gebruikersranglijst"
1125
 
1126
  # @ yasr
1127
- #: ../lib/yasr-ajax-functions.php:539
1128
  msgid "Insert Users ranking"
1129
  msgstr "Invoegen Gebruikersranglijst"
1130
 
1131
  # @ yasr
1132
- #: ../lib/yasr-ajax-functions.php:540
1133
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1134
  msgstr "Invoegen Top 10 ranglijst voor [yasr_visitor_votes] shortcode"
1135
 
1136
  # @ yasr
1137
- #: ../lib/yasr-ajax-functions.php:544
1138
  msgid "Most active reviewers"
1139
  msgstr "Meest actieve recensenten"
1140
 
1141
  # @ yasr
1142
- #: ../lib/yasr-ajax-functions.php:545
1143
  msgid "Insert Most Active Reviewers"
1144
  msgstr "Invoegen Meest Actieve Recensenten"
1145
 
1146
  # @ yasr
1147
- #: ../lib/yasr-ajax-functions.php:546
1148
  msgid "Insert Top 5 active reviewers"
1149
  msgstr "Invoegen Top 5 actieve recensenten"
1150
 
1151
  # @ yasr
1152
- #: ../lib/yasr-ajax-functions.php:550
1153
  msgid "Most Active Users"
1154
  msgstr "Meest Actieve Gebruikers"
1155
 
1156
  # @ yasr
1157
- #: ../lib/yasr-ajax-functions.php:551
1158
  msgid "Insert Most Active Users"
1159
  msgstr "Invoegen Meest Actieve Gebruikers"
1160
 
1161
  # @ yasr
1162
- #: ../lib/yasr-ajax-functions.php:552
1163
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1164
  msgstr "Invoegen Top 10 stemmers [yasr_visitor_votes] shortcode"
1165
 
1166
  # @ yasr
1167
- #: ../lib/yasr-ajax-functions.php:623
1168
  msgid "Reviews and Visitor Votes have been successfull imported."
1169
  msgstr "Recensies en Bezoekersstemmen zijn succesvol geïmporteerd."
1170
 
1171
  # @ yasr
1172
- #: ../lib/yasr-ajax-functions.php:629
1173
  msgid ""
1174
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1175
  "THIS MAY TAKE A WHILE!"
@@ -1178,118 +1205,139 @@ msgstr ""
1178
  "KAN EVEN DUREN! "
1179
 
1180
  # @ yasr
1181
- #: ../lib/yasr-ajax-functions.php:631
1182
  msgid "Proceed Step 2"
1183
  msgstr "Verder met stap 2"
1184
 
1185
  # @ yasr
1186
- #: ../lib/yasr-ajax-functions.php:638
1187
  msgid "Something goes wrong! Refresh the page and try again!"
1188
  msgstr "Er ging iets mis. Vernieuw de pagina en probeer het nogmaals."
1189
 
1190
  # @ yasr
1191
- #: ../lib/yasr-ajax-functions.php:667
1192
  msgid "I've found Multiple Set! Importing..."
1193
  msgstr "Meerdere Multi Sets gevonden. Aan het importeren..."
1194
 
1195
  # @ yasr
1196
- #: ../lib/yasr-ajax-functions.php:676
1197
  msgid "Multi Set's name has been successfull imported."
1198
  msgstr "Naam van Multi Set is succesvol geïmporteerd."
1199
 
1200
  # @ yasr
1201
- #: ../lib/yasr-ajax-functions.php:678
1202
  msgid "Now I'm going to import Multi Set data"
1203
  msgstr "Beginnen met het importeren van Multi Set gegevens"
1204
 
1205
  # @ yasr
1206
- #: ../lib/yasr-ajax-functions.php:689
1207
  msgid "All votes has been successfull imported."
1208
  msgstr "Alle stemmen zijn succesvol geïmporteerd."
1209
 
1210
  # @ yasr
1211
- #: ../lib/yasr-ajax-functions.php:691
1212
  msgid "Done"
1213
  msgstr "Klaar"
1214
 
1215
  # @ yasr
1216
- #: ../lib/yasr-ajax-functions.php:696
1217
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1218
  msgstr ""
1219
  "Er zijn stemmen van meerdere Multi Sets gevonden maar deze konden niet "
1220
  "geïmporteerd worden in de database"
1221
 
1222
  # @ yasr
1223
- #: ../lib/yasr-ajax-functions.php:704
1224
  msgid "I've found Multi Set but with no data"
1225
  msgstr "De Multi Set is gevonden maar deze bevat geen gegevens"
1226
 
1227
  # @ yasr
1228
- #: ../lib/yasr-ajax-functions.php:713
1229
  msgid "I've found Multi Sets names but I couldn't insert into db"
1230
  msgstr ""
1231
  "Multi Set namen zijn gevonden maar ze konden niet in de database "
1232
  "geïmporteerd worden"
1233
 
1234
  # @ yasr
1235
- #: ../lib/yasr-ajax-functions.php:721
1236
  msgid "Multisets were not found. Imported is done!"
1237
  msgstr "Geen Multi Sets gevonden. Importeren is klaar."
1238
 
1239
  # @ yasr
1240
- #: ../lib/yasr-ajax-functions.php:765
1241
  msgid "No Recenet votes yet"
1242
  msgstr "Geen Recente stemmen nog"
1243
 
1244
- #: ../lib/yasr-ajax-functions.php:787
1245
  #, php-format
1246
  msgid "Vote %d from %s on"
1247
  msgstr ""
1248
 
1249
  # @ yasr
1250
- #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1251
  msgid "Error: you can't vote 0"
1252
  msgstr "Error: je kunt niet 0 stemmen"
1253
 
1254
  # @ yasr
1255
- #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
1256
  #, fuzzy
1257
  msgid "Average:"
1258
  msgstr "Gemiddelde: "
1259
 
1260
  # @ yasr
1261
- #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
1262
  msgid "Vote Saved"
1263
  msgstr "Stem Opgeslagen"
1264
 
1265
  # @ yasr
1266
- #: ../lib/yasr-ajax-functions.php:1184
1267
  #, fuzzy
1268
  msgid "Vote updated"
1269
  msgstr "Stem Bijgewerkt"
1270
 
1271
  # @ yasr
1272
- #: ../lib/yasr-ajax-functions.php:1325
1273
  #, fuzzy
1274
  msgid "Rating saved!"
1275
  msgstr "Instellingen Opgeslagen"
1276
 
1277
- #: ../lib/yasr-ajax-functions.php:1331
1278
  msgid "Rating not saved. Please Try again"
1279
  msgstr ""
1280
 
1281
  # @ yasr
1282
- #: ../lib/yasr-ajax-functions.php:1424
1283
  #, fuzzy
1284
  msgid "stars"
1285
  msgstr "Sterren"
1286
 
1287
  # @ yasr
1288
- #: ../lib/yasr-ajax-functions.php:1429
1289
  #, fuzzy
1290
  msgid "star"
1291
  msgstr "Sterren"
1292
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1293
  # @ yasr
1294
  #~ msgid "Overall Rating"
1295
  #~ msgstr "Algemene Stemming"
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating v0.6.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-10 11:41+0100\n"
6
+ "PO-Revision-Date: 2015-09-10 11:41+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: NL\n"
9
  "Language: nl_NL\n"
21
  "X-Poedit-SearchPath-1: ../lib\n"
22
 
23
  # @ yasr
24
+ #: ../yasr-metabox-top-right.php:75 ../yasr-metabox-top-right.php:109
25
  msgid "Rate this article / item"
26
  msgstr "Stem op dit artikel of item"
27
 
28
  # @ yasr
29
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
30
+ #: ../lib/yasr-shortcode-functions.php:546
31
  msgid "Loading, please wait"
32
  msgstr "Laden, even wachten svp."
33
 
34
  # @ yasr
35
+ #: ../yasr-metabox-top-right.php:157
36
  msgid "Save Vote"
37
  msgstr "Stem opslaan"
38
 
39
  # @ default
40
+ #: ../yasr-metabox-top-right.php:176
41
  msgid "This review is about a..."
42
  msgstr "Deze recensie is over..."
43
 
44
+ #: ../yasr-metabox-top-right.php:181
45
  msgid "Product, Place, Other"
46
  msgstr ""
47
 
48
  # @ default
49
  # @ yasr
50
+ #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
51
  #: ../lib/yasr-settings-functions.php:542
52
  msgid "Select"
53
  msgstr "Selecteren"
54
 
55
  # @ yasr
56
+ #: ../yasr-metabox-top-right.php:234
57
  msgid ""
58
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
59
  "where you want to display this rating"
63
 
64
  # @ yasr
65
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
66
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
67
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
68
  msgid "You do not have sufficient permissions to access this page."
69
  msgstr "Je hebt niet voldoende rechten om deze pagina te laden."
70
 
71
  # @ yasr
72
+ #: ../yasr-settings-page.php:37
73
  msgid "Settings"
74
  msgstr "Instellingen"
75
 
76
  # @ yasr
77
+ #: ../yasr-settings-page.php:80
78
  msgid "General Settings"
79
  msgstr "Algemene Instellingen"
80
 
81
  # @ yasr
82
+ #: ../yasr-settings-page.php:81
83
  msgid "Multi Sets"
84
  msgstr "Multi Sets"
85
 
86
  # @ yasr
87
+ #: ../yasr-settings-page.php:82
88
  msgid "Styles"
89
  msgstr "Opmaak"
90
 
91
+ #: ../yasr-settings-page.php:83
92
  msgid "Pro Features!"
93
  msgstr ""
94
 
95
  # @ default
96
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
97
+ #: ../yasr-settings-page.php:297
98
  msgid "Save"
99
  msgstr "Opslaan"
100
 
101
  # @ yasr
102
+ #: ../yasr-settings-page.php:125
103
  msgid "Import Gd Star Rating"
104
  msgstr "Importeer Gd Star Rating"
105
 
106
  # @ yasr
107
+ #: ../yasr-settings-page.php:126
108
  msgid "I've found a previous installation of Gd Star Rating."
109
  msgstr "Ik heb een eerdere installatie van Gd Star Rating gevonden."
110
 
111
  # @ yasr
112
+ #: ../yasr-settings-page.php:126
113
  msgid "Do you want proceed to import data?"
114
  msgstr "Wil je beginnen met het importeren van gegevens?"
115
 
116
  # @ yasr
117
+ #: ../yasr-settings-page.php:128
118
  msgid "Yes, Begin Import"
119
  msgstr "Ja, Begin met Importeren"
120
 
121
  # @ default
122
+ #: ../yasr-settings-page.php:132
123
  msgid "Click on Proceed to import Gd Star Rating data."
124
  msgstr "Klik op Importeren om Gd Star Rating gegevens te importeren."
125
 
126
  # @ yasr
127
+ #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
128
  msgid "Proceed"
129
  msgstr "Importeren"
130
 
131
  # @ yasr
132
+ #: ../yasr-settings-page.php:157
133
  msgid "Manage GD Star Data"
134
  msgstr "Beheer GD Star Gegevens"
135
 
136
  # @ default
137
+ #: ../yasr-settings-page.php:158
138
  msgid "Gd Star Rating has been already imported."
139
  msgstr "Gd Star Rating is al geïmporteerd."
140
 
141
  # @ yasr
142
+ #: ../yasr-settings-page.php:159
143
  msgid "If you wish you can import it again, but"
144
  msgstr "Als je dat wilt kun je het nogmaals importeren, maar"
145
 
146
  # @ yasr
147
+ #: ../yasr-settings-page.php:159
148
  msgid "you will lose all data you've collect since the import!"
149
  msgstr ""
150
  "je zal alle gegevens verliezen die je verzameld hebt sinds de vorige keer "
151
  "importeren!"
152
 
153
  # @ default
154
+ #: ../yasr-settings-page.php:161
155
  msgid "Ok, Import Again"
156
  msgstr "Ok, Nogmaals Importeren"
157
 
158
  # @ default
159
+ #: ../yasr-settings-page.php:165
160
  msgid ""
161
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
162
  msgstr ""
164
  "duren!"
165
 
166
  # @ yasr
167
+ #: ../yasr-settings-page.php:205
168
  msgid "Manage Multi Set"
169
  msgstr "Beheren Multi Set"
170
 
171
  # @ yasr
172
+ #: ../yasr-settings-page.php:209
173
  msgid "What is a Multi Set?"
174
  msgstr "Wat is een Multi Set?"
175
 
176
  # @ yasr
177
+ #: ../yasr-settings-page.php:214
178
  msgid ""
179
  "Multi Set allows you to insert a rate for each aspect about the product / "
180
  "local business / whetever you're reviewing, example in the image below."
184
  "voorbeeld is in de afbeelding hieronder."
185
 
186
  # @ yasr
187
+ #: ../yasr-settings-page.php:218
188
  msgid ""
189
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
190
  "different fields. Once you've saved it, you can insert the rates while "
198
  "groter te maken)"
199
 
200
  # @ yasr
201
+ #: ../yasr-settings-page.php:222
202
  msgid ""
203
  "In order to insert your Multi Sets into a post or page, you can either past "
204
  "the short code that will appear at the bottom of the box or just click on "
209
  "klikken op de ster in de tekstverwerker en \"Invoegen Multi Set\" selecteren."
210
 
211
  # @ yasr
212
+ #: ../yasr-settings-page.php:228
213
  msgid "Close this message"
214
  msgstr "Sluit dit bericht"
215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  # @ default
217
  #: ../yasr-metabox-multiple-rating.php:35
218
  msgid "Choose wich set you want to use"
219
  msgstr "Kies welke set je wilt gebruiken"
220
 
221
  # @ yasr
222
+ #: ../lib/yasr-shortcode-functions.php:202
223
+ #: ../lib/yasr-shortcode-functions.php:223
224
+ #: ../lib/yasr-shortcode-functions.php:253
225
  msgid "You've already voted this article with"
226
  msgstr "Je hebt al op dit artikel gestemd met"
227
 
228
  # @ yasr
229
+ #: ../lib/yasr-shortcode-functions.php:264
230
+ #: ../lib/yasr-shortcode-functions.php:574
231
  msgid "You must sign to vote"
232
  msgstr "Je moet inloggen om te stemmen"
233
 
234
  # @ yasr
235
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
236
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
237
  msgid "Total: "
238
  msgstr "Totaal: "
239
 
240
  # @ yasr
241
+ #: ../lib/yasr-shortcode-functions.php:306
242
  msgid "Average: "
243
  msgstr "Gemiddelde: "
244
 
245
+ #: ../lib/yasr-shortcode-functions.php:322
246
  msgid "bad, poor, ok, good, super"
247
  msgstr ""
248
 
249
  # @ yasr
250
+ #: ../lib/yasr-shortcode-functions.php:553
251
  #, fuzzy
252
  msgid "Thank you for voting! "
253
  msgstr "Bedankt."
254
 
255
+ #: ../lib/yasr-shortcode-functions.php:564
256
+ #: ../lib/yasr-shortcode-functions.php:572
257
+ #: ../lib/yasr-shortcode-functions.php:584
258
  msgid "Submit!"
259
  msgstr ""
260
 
261
  # @ yasr
262
+ #: ../lib/yasr-shortcode-functions.php:761
263
  msgid "Rating"
264
  msgstr "Stemming"
265
 
266
  # @ yasr
267
+ #: ../lib/yasr-shortcode-functions.php:775
268
  msgid "You don't have any votes stored"
269
  msgstr "Je hebt geen opgeslagen stemmen"
270
 
271
+ #: ../lib/yasr-shortcode-functions.php:811
272
+ #: ../lib/yasr-shortcode-functions.php:850
273
  msgid "Post / Page"
274
  msgstr "Bericht / Pagina"
275
 
276
  # @ yasr
277
+ #: ../lib/yasr-shortcode-functions.php:812
278
+ #: ../lib/yasr-shortcode-functions.php:851
279
  msgid "Order By"
280
  msgstr "Sorteer Op"
281
 
282
  # @ yasr
283
+ #: ../lib/yasr-shortcode-functions.php:812
284
+ #: ../lib/yasr-shortcode-functions.php:851
285
  msgid "Most Rated"
286
  msgstr "Meeste op Gestemd"
287
 
288
  # @ yasr
289
+ #: ../lib/yasr-shortcode-functions.php:812
290
+ #: ../lib/yasr-shortcode-functions.php:851
291
  msgid "Highest Rated"
292
  msgstr "Hoogste Stemming"
293
 
294
  # @ yasr
295
+ #: ../lib/yasr-shortcode-functions.php:830
296
+ #: ../lib/yasr-shortcode-functions.php:865
297
  msgid "Total:"
298
  msgstr "Totaal:"
299
 
300
  # @ yasr
301
+ #: ../lib/yasr-shortcode-functions.php:830
302
+ #: ../lib/yasr-shortcode-functions.php:865
303
  msgid "Average"
304
  msgstr "Gemiddelde"
305
 
306
  # @ yasr
307
+ #: ../lib/yasr-shortcode-functions.php:842
308
  #, fuzzy
309
  msgid "You've not enough data"
310
  msgstr "Je hebt niet genoeg gegevens"
311
 
312
  # @ yasr
313
+ #: ../lib/yasr-shortcode-functions.php:877
314
  msgid "You've not enought data"
315
  msgstr "Je hebt niet genoeg gegevens"
316
 
317
  # @ default
318
+ #: ../lib/yasr-shortcode-functions.php:962
319
  #, fuzzy
320
  msgid ""
321
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
325
  "een recensie gepubliceerd?"
326
 
327
  # @ default
328
+ #: ../lib/yasr-shortcode-functions.php:1030
329
  #, fuzzy
330
  msgid ""
331
  "Problem while retrieving the top 10 active users chart. Are you sure you "
416
  msgstr "Algemene Stemming / Auteur Stemming"
417
 
418
  # @ yasr
419
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
420
  msgid "Visitor Votes"
421
  msgstr "Bezoekersstemmen"
422
 
446
  msgstr "Afmeting"
447
 
448
  # @ yasr
449
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
450
+ #: ../lib/yasr-ajax-functions.php:508
451
  msgid "Small"
452
  msgstr "Klein"
453
 
454
  # @ yasr
455
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
456
+ #: ../lib/yasr-ajax-functions.php:509
457
  msgid "Medium"
458
  msgstr "Gemiddeld"
459
 
460
  # @ yasr
461
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
462
+ #: ../lib/yasr-ajax-functions.php:510
463
  msgid "Large"
464
  msgstr "Groot"
465
 
668
 
669
  # @ yasr
670
  #: ../lib/yasr-settings-functions.php:532
671
+ #: ../lib/yasr-settings-functions.php:565
672
  msgid "Manage Multiple Set"
673
  msgstr "Beheer Multi Set"
674
 
678
  msgstr "Welke set wil je bewerken of verwijderen?"
679
 
680
  # @ yasr
681
+ #: ../lib/yasr-settings-functions.php:575
682
+ #: ../lib/yasr-settings-functions.php:693
683
  msgid "Field name"
684
  msgstr "Veldnaam"
685
 
686
  # @ yasr
687
+ #: ../lib/yasr-settings-functions.php:579
688
+ #: ../lib/yasr-settings-functions.php:697
689
  msgid "Remove"
690
  msgstr "Verwijderen"
691
 
692
  # @ yasr
693
+ #: ../lib/yasr-settings-functions.php:621
694
+ #: ../lib/yasr-settings-functions.php:739
695
  msgid "Remove whole set?"
696
  msgstr "Verwijder hele set?"
697
 
698
  # @ yasr
699
+ #: ../lib/yasr-settings-functions.php:634
700
+ #: ../lib/yasr-settings-functions.php:752
701
  msgid ""
702
  "If you remove something you will remove all the votes for that set or field. "
703
  "This operation CAN'T BE undone."
706
  "veld. Deze handeling kan NIET ongedaan gemaakt worden."
707
 
708
  # @ yasr
709
+ #: ../lib/yasr-settings-functions.php:641
710
+ #: ../lib/yasr-settings-functions.php:759
711
  msgid "You can use up to 9 elements"
712
  msgstr "Je kunt tot 9 elementen gebruiken"
713
 
714
  # @ yasr
715
+ #: ../lib/yasr-settings-functions.php:643
716
+ #: ../lib/yasr-settings-functions.php:761
717
  msgid "Add element"
718
  msgstr "Toevoegen element"
719
 
720
  # @ yasr
721
+ #: ../lib/yasr-settings-functions.php:645
722
+ #: ../lib/yasr-settings-functions.php:763
723
  msgid "Save changes"
724
  msgstr "Opslaan"
725
 
726
  # @ yasr
727
+ #: ../lib/yasr-settings-functions.php:655
728
  msgid "No Multiple Set were found"
729
  msgstr "Geen Multi Set gevonden"
730
 
781
  "formulier. Graag aangeven bij de maker"
782
 
783
  # @ yasr
784
+ #: ../lib/yasr-settings-functions.php:1202
785
  msgid "Style Options"
786
  msgstr "Opmaak Opties"
787
 
788
  # @ yasr
789
+ #: ../lib/yasr-settings-functions.php:1203
790
  msgid "Custom CSS Styles"
791
  msgstr "Aangepaste CSS Opmaak"
792
 
793
  # @ yasr
794
+ #: ../lib/yasr-settings-functions.php:1208
795
  msgid ""
796
  "Please use text area below to write your own CSS styles to override the "
797
  "default ones."
800
  "standaard opmaak te overschrijven. "
801
 
802
  # @ yasr
803
+ #: ../lib/yasr-settings-functions.php:1210
804
  msgid "Leave it blank if you don't know what you're doing"
805
  msgstr "Laat het leeg als je niet weet wat dit is."
806
 
807
+ #: ../lib/yasr-settings-functions.php:1233
808
  msgid "Looking for more features?"
809
  msgstr ""
810
 
811
+ #: ../lib/yasr-settings-functions.php:1234
812
  msgid "Upgrade to yasr pro!"
813
  msgstr ""
814
 
815
+ #: ../lib/yasr-settings-functions.php:1250
816
  msgid "Unlimited ratings and votes"
817
  msgstr ""
818
 
819
+ #: ../lib/yasr-settings-functions.php:1256
820
  msgid "Works with shortcodes"
821
  msgstr ""
822
 
823
  # @ yasr
824
+ #: ../lib/yasr-settings-functions.php:1262
825
  #, fuzzy
826
  msgid "Multi Set Support"
827
  msgstr "Multi Sets"
828
 
829
+ #: ../lib/yasr-settings-functions.php:1267
830
  msgid "Logs and stats for visitors votes"
831
  msgstr ""
832
 
833
+ #: ../lib/yasr-settings-functions.php:1272
834
  msgid "Localization (.po and .mo files included)"
835
  msgstr ""
836
 
837
+ #: ../lib/yasr-settings-functions.php:1277
838
  msgid "Rich Snippet Support"
839
  msgstr ""
840
 
841
+ #: ../lib/yasr-settings-functions.php:1282
842
  msgid "Rankings for reviews, votes and users"
843
  msgstr ""
844
 
845
+ #: ../lib/yasr-settings-functions.php:1287
846
  msgid "Rankings Customization"
847
  msgstr ""
848
 
849
+ #: ../lib/yasr-settings-functions.php:1292
850
  msgid "Stars Customization"
851
  msgstr ""
852
 
853
  # @ yasr
854
+ #: ../lib/yasr-settings-functions.php:1293
855
  #, fuzzy
856
  msgid "Size Only"
857
  msgstr "Afmeting"
858
 
859
+ #: ../lib/yasr-settings-functions.php:1294
860
  msgid ""
861
  "Users can choose different ready to use sets or can upload their own images."
862
  msgstr ""
863
 
864
+ #: ../lib/yasr-settings-functions.php:1297
865
  msgid "Users can review in comments"
866
  msgstr ""
867
 
868
+ #: ../lib/yasr-settings-functions.php:1308
869
  msgid "Not avaible yet"
870
  msgstr ""
871
 
872
+ #: ../lib/yasr-settings-functions.php:1367
873
+ msgid "Keep in touch!"
874
+ msgstr ""
875
+
876
+ #: ../lib/yasr-settings-functions.php:1409
877
+ #, php-format
878
+ msgid ""
879
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
880
+ msgstr ""
881
+
882
+ #: ../lib/yasr-settings-functions.php:1411
883
+ msgid "Can I ask a favor?"
884
+ msgstr ""
885
+
886
+ #: ../lib/yasr-settings-functions.php:1413
887
+ msgid "Can you please rate YASR 5 stars on"
888
+ msgstr ""
889
+
890
+ #: ../lib/yasr-settings-functions.php:1415
891
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
892
+ msgstr ""
893
+
894
+ #: ../lib/yasr-settings-functions.php:1421
895
+ msgid "Ok, I'm glad to help!"
896
+ msgstr ""
897
+
898
+ #: ../lib/yasr-settings-functions.php:1422
899
+ msgid "Remind me later!"
900
+ msgstr ""
901
+
902
+ #: ../lib/yasr-settings-functions.php:1423
903
+ msgid "Don't need to ask, I already did it!"
904
+ msgstr ""
905
+
906
+ #: ../lib/yasr-settings-functions.php:1456
907
+ #, php-format
908
+ msgid ""
909
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
910
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
911
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
912
+ msgstr ""
913
 
914
  # @ yasr
915
+ #: ../lib/yasr-settings-functions.php:1501
916
  msgid "No previous Gd Star Rating installation was found"
917
  msgstr "Geen eerdere Gd Star Rating installatie gevonden"
918
 
923
  msgstr "Geen Recente stemmen nog"
924
 
925
  # @ default
926
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
927
  msgid "anonymous"
928
  msgstr "anoniem"
929
 
933
  msgstr ""
934
 
935
  # @ yasr
936
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
937
  msgid "Ip address"
938
  msgstr "Ipadres"
939
 
940
  # @ yasr
941
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
942
  msgid "Pages"
943
  msgstr "Pagina's"
944
 
963
  msgstr "Je hebt niet genoeg rechten om Multi Set in te voegen"
964
 
965
  # @ yasr
966
+ #: ../lib/yasr-functions.php:298
967
+ #, fuzzy
968
+ msgid "reviewed by"
969
  msgstr " gerecenseerd door "
970
 
971
  # @ yasr
972
+ #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
973
  msgid " on "
974
  msgstr " op "
975
 
976
  # @ yasr
977
+ #: ../lib/yasr-functions.php:314
978
+ #, fuzzy
979
+ msgid "reviewed on"
980
+ msgstr " gerecenseerd door "
981
+
982
+ #: ../lib/yasr-functions.php:315
983
+ msgid "by "
984
+ msgstr ""
985
+
986
+ # @ yasr
987
+ #: ../lib/yasr-functions.php:319
988
+ #, fuzzy
989
+ msgid "rated"
990
  msgstr " gestemd "
991
 
992
+ #: ../lib/yasr-functions.php:319
993
+ #, fuzzy
994
+ msgid "of"
995
  msgstr " van "
996
 
997
  # @ yasr
998
+ #: ../lib/yasr-functions.php:376
999
  msgid " written by "
1000
  msgstr " geschreven door "
1001
 
1002
  # @ yasr
1003
+ #: ../lib/yasr-functions.php:379
1004
  msgid " average rating "
1005
  msgstr " gemiddelde stemming "
1006
 
1007
  # @ yasr
1008
+ #: ../lib/yasr-functions.php:380
1009
  msgid " user ratings"
1010
  msgstr " gebruikersstemmen"
1011
 
1012
  # @ yasr
1013
+ #: ../lib/yasr-ajax-functions.php:102
1014
  msgid "You've rated it "
1015
  msgstr "Je hebt gestemd"
1016
 
1017
  # @ yasr
1018
+ #: ../lib/yasr-ajax-functions.php:106
1019
  msgid "You've reset the vote"
1020
  msgstr "Je hebt de stem ingetrokken"
1021
 
1022
  # @ yasr
1023
+ #: ../lib/yasr-ajax-functions.php:188
1024
  msgid ""
1025
  "There was an error while trying to insert the review type. Please report it"
1026
  msgstr ""
1028
  "bij de maker"
1029
 
1030
  # @ yasr
1031
+ #: ../lib/yasr-ajax-functions.php:223
1032
  msgid "Choose a vote for each element"
1033
  msgstr "Kies een stem voor ieder element"
1034
 
1035
  # @ yasr
1036
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
1037
  #, fuzzy
1038
  msgid "If you want to insert this multiset, paste this shortcode "
1039
  msgstr "Als je een Multi Set wilt invoegen, kies er één:"
1040
 
1041
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
1042
  msgid ""
1043
  "If, instead, you want allow your visitor to vote on this multiset, use this "
1044
  "shortcode"
1045
  msgstr ""
1046
 
1047
  # @ yasr
1048
+ #: ../lib/yasr-ajax-functions.php:297
1049
  msgid "Choose a vote for every element"
1050
  msgstr "Kies een stem voor ieder element"
1051
 
1052
  # @ yasr
1053
+ #: ../lib/yasr-ajax-functions.php:470
1054
  msgid "Main"
1055
  msgstr "Hoofd"
1056
 
1057
  # @ yasr
1058
+ #: ../lib/yasr-ajax-functions.php:471
1059
  msgid "Charts"
1060
  msgstr "Grafieken"
1061
 
1062
  # @ yasr
1063
+ #: ../lib/yasr-ajax-functions.php:473
1064
  msgid "Read the doc"
1065
  msgstr "Lees de documentatie"
1066
 
1067
  # @ yasr
1068
+ #: ../lib/yasr-ajax-functions.php:482
1069
  msgid "Overall Rating / Review"
1070
  msgstr "Algemene Stemming / Recensie"
1071
 
1072
  # @ yasr
1073
+ #: ../lib/yasr-ajax-functions.php:484
1074
  msgid "Insert Overall Rating"
1075
  msgstr "Voeg Algemene Stemming in"
1076
 
1077
  # @ yasr
1078
+ #: ../lib/yasr-ajax-functions.php:485
1079
  msgid "Insert Overall Rating / Review for this post"
1080
  msgstr "Voeg Algemene Stemming / Recensie voor dit bericht in"
1081
 
1082
  # @ yasr
1083
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
1084
  msgid "Choose Size"
1085
  msgstr "Kies Grootte"
1086
 
1087
  # @ yasr
1088
+ #: ../lib/yasr-ajax-functions.php:502
1089
  msgid "Insert Visitor Votes"
1090
  msgstr "Invoegen Bezoekersstemmen"
1091
 
1092
  # @ yasr
1093
+ #: ../lib/yasr-ajax-functions.php:503
1094
  msgid "Insert the ability for your visitor to vote"
1095
  msgstr "Maak het mogelijk voor je bezoekers om te stemmen"
1096
 
1097
  # @ yasr
1098
+ #: ../lib/yasr-ajax-functions.php:520
1099
  msgid "If you want to insert a Multi Set, pick one:"
1100
  msgstr "Als je een Multi Set wilt invoegen, kies er één:"
1101
 
1102
  # @ yasr
1103
+ #: ../lib/yasr-ajax-functions.php:526
1104
  msgid "Choose wich set you want to insert."
1105
  msgstr "Kies welke set je wilt invoegen."
1106
 
1107
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
1108
  msgid "Readonly?"
1109
  msgstr ""
1110
 
1111
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
1112
  msgid ""
1113
  "If Readonly is checked, only you can insert the votes (in the box above the "
1114
  "editor)"
1115
  msgstr ""
1116
 
1117
  # @ yasr
1118
+ #: ../lib/yasr-ajax-functions.php:531
1119
  #, fuzzy
1120
  msgid "Insert Multi Set"
1121
  msgstr "Invoegen Multi Set"
1122
 
1123
  # @ yasr
1124
+ #: ../lib/yasr-ajax-functions.php:540
1125
  msgid "Insert Multiset:"
1126
  msgstr "Invoegen Multi Set:"
1127
 
1128
  # @ yasr
1129
+ #: ../lib/yasr-ajax-functions.php:543
1130
  msgid "Insert Multiple Set"
1131
  msgstr "Invoegen Multi Set"
1132
 
1133
  # @ yasr
1134
+ #: ../lib/yasr-ajax-functions.php:561
1135
  msgid "Ranking reviews"
1136
  msgstr "Ranglijst recensies"
1137
 
1138
  # @ yasr
1139
+ #: ../lib/yasr-ajax-functions.php:562
1140
  msgid "Insert Ranking reviews"
1141
  msgstr "Invoegen Ranglijst recensies"
1142
 
1143
  # @ yasr
1144
+ #: ../lib/yasr-ajax-functions.php:563
1145
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1146
  msgstr "Invoegen Top 10 ranglijst voor [yasr_overall_rating] shortcode"
1147
 
1148
  # @ yasr
1149
+ #: ../lib/yasr-ajax-functions.php:567
1150
  msgid "Users' ranking"
1151
  msgstr "Gebruikersranglijst"
1152
 
1153
  # @ yasr
1154
+ #: ../lib/yasr-ajax-functions.php:568
1155
  msgid "Insert Users ranking"
1156
  msgstr "Invoegen Gebruikersranglijst"
1157
 
1158
  # @ yasr
1159
+ #: ../lib/yasr-ajax-functions.php:569
1160
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1161
  msgstr "Invoegen Top 10 ranglijst voor [yasr_visitor_votes] shortcode"
1162
 
1163
  # @ yasr
1164
+ #: ../lib/yasr-ajax-functions.php:573
1165
  msgid "Most active reviewers"
1166
  msgstr "Meest actieve recensenten"
1167
 
1168
  # @ yasr
1169
+ #: ../lib/yasr-ajax-functions.php:574
1170
  msgid "Insert Most Active Reviewers"
1171
  msgstr "Invoegen Meest Actieve Recensenten"
1172
 
1173
  # @ yasr
1174
+ #: ../lib/yasr-ajax-functions.php:575
1175
  msgid "Insert Top 5 active reviewers"
1176
  msgstr "Invoegen Top 5 actieve recensenten"
1177
 
1178
  # @ yasr
1179
+ #: ../lib/yasr-ajax-functions.php:579
1180
  msgid "Most Active Users"
1181
  msgstr "Meest Actieve Gebruikers"
1182
 
1183
  # @ yasr
1184
+ #: ../lib/yasr-ajax-functions.php:580
1185
  msgid "Insert Most Active Users"
1186
  msgstr "Invoegen Meest Actieve Gebruikers"
1187
 
1188
  # @ yasr
1189
+ #: ../lib/yasr-ajax-functions.php:581
1190
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1191
  msgstr "Invoegen Top 10 stemmers [yasr_visitor_votes] shortcode"
1192
 
1193
  # @ yasr
1194
+ #: ../lib/yasr-ajax-functions.php:652
1195
  msgid "Reviews and Visitor Votes have been successfull imported."
1196
  msgstr "Recensies en Bezoekersstemmen zijn succesvol geïmporteerd."
1197
 
1198
  # @ yasr
1199
+ #: ../lib/yasr-ajax-functions.php:658
1200
  msgid ""
1201
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1202
  "THIS MAY TAKE A WHILE!"
1205
  "KAN EVEN DUREN! "
1206
 
1207
  # @ yasr
1208
+ #: ../lib/yasr-ajax-functions.php:660
1209
  msgid "Proceed Step 2"
1210
  msgstr "Verder met stap 2"
1211
 
1212
  # @ yasr
1213
+ #: ../lib/yasr-ajax-functions.php:667
1214
  msgid "Something goes wrong! Refresh the page and try again!"
1215
  msgstr "Er ging iets mis. Vernieuw de pagina en probeer het nogmaals."
1216
 
1217
  # @ yasr
1218
+ #: ../lib/yasr-ajax-functions.php:696
1219
  msgid "I've found Multiple Set! Importing..."
1220
  msgstr "Meerdere Multi Sets gevonden. Aan het importeren..."
1221
 
1222
  # @ yasr
1223
+ #: ../lib/yasr-ajax-functions.php:705
1224
  msgid "Multi Set's name has been successfull imported."
1225
  msgstr "Naam van Multi Set is succesvol geïmporteerd."
1226
 
1227
  # @ yasr
1228
+ #: ../lib/yasr-ajax-functions.php:707
1229
  msgid "Now I'm going to import Multi Set data"
1230
  msgstr "Beginnen met het importeren van Multi Set gegevens"
1231
 
1232
  # @ yasr
1233
+ #: ../lib/yasr-ajax-functions.php:718
1234
  msgid "All votes has been successfull imported."
1235
  msgstr "Alle stemmen zijn succesvol geïmporteerd."
1236
 
1237
  # @ yasr
1238
+ #: ../lib/yasr-ajax-functions.php:720
1239
  msgid "Done"
1240
  msgstr "Klaar"
1241
 
1242
  # @ yasr
1243
+ #: ../lib/yasr-ajax-functions.php:725
1244
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1245
  msgstr ""
1246
  "Er zijn stemmen van meerdere Multi Sets gevonden maar deze konden niet "
1247
  "geïmporteerd worden in de database"
1248
 
1249
  # @ yasr
1250
+ #: ../lib/yasr-ajax-functions.php:733
1251
  msgid "I've found Multi Set but with no data"
1252
  msgstr "De Multi Set is gevonden maar deze bevat geen gegevens"
1253
 
1254
  # @ yasr
1255
+ #: ../lib/yasr-ajax-functions.php:742
1256
  msgid "I've found Multi Sets names but I couldn't insert into db"
1257
  msgstr ""
1258
  "Multi Set namen zijn gevonden maar ze konden niet in de database "
1259
  "geïmporteerd worden"
1260
 
1261
  # @ yasr
1262
+ #: ../lib/yasr-ajax-functions.php:750
1263
  msgid "Multisets were not found. Imported is done!"
1264
  msgstr "Geen Multi Sets gevonden. Importeren is klaar."
1265
 
1266
  # @ yasr
1267
+ #: ../lib/yasr-ajax-functions.php:793
1268
  msgid "No Recenet votes yet"
1269
  msgstr "Geen Recente stemmen nog"
1270
 
1271
+ #: ../lib/yasr-ajax-functions.php:815
1272
  #, php-format
1273
  msgid "Vote %d from %s on"
1274
  msgstr ""
1275
 
1276
  # @ yasr
1277
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1278
  msgid "Error: you can't vote 0"
1279
  msgstr "Error: je kunt niet 0 stemmen"
1280
 
1281
  # @ yasr
1282
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1283
  #, fuzzy
1284
  msgid "Average:"
1285
  msgstr "Gemiddelde: "
1286
 
1287
  # @ yasr
1288
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1289
  msgid "Vote Saved"
1290
  msgstr "Stem Opgeslagen"
1291
 
1292
  # @ yasr
1293
+ #: ../lib/yasr-ajax-functions.php:1264
1294
  #, fuzzy
1295
  msgid "Vote updated"
1296
  msgstr "Stem Bijgewerkt"
1297
 
1298
  # @ yasr
1299
+ #: ../lib/yasr-ajax-functions.php:1409
1300
  #, fuzzy
1301
  msgid "Rating saved!"
1302
  msgstr "Instellingen Opgeslagen"
1303
 
1304
+ #: ../lib/yasr-ajax-functions.php:1415
1305
  msgid "Rating not saved. Please Try again"
1306
  msgstr ""
1307
 
1308
  # @ yasr
1309
+ #: ../lib/yasr-ajax-functions.php:1508
1310
  #, fuzzy
1311
  msgid "stars"
1312
  msgstr "Sterren"
1313
 
1314
  # @ yasr
1315
+ #: ../lib/yasr-ajax-functions.php:1513
1316
  #, fuzzy
1317
  msgid "star"
1318
  msgstr "Sterren"
1319
 
1320
+ # @ yasr
1321
+ #~ msgid "Donations"
1322
+ #~ msgstr "Donaties"
1323
+
1324
+ # @ yasr
1325
+ #~ msgid ""
1326
+ #~ "If you have found this plugin useful, please consider making a donation "
1327
+ #~ "to help support future development. Your support will be much "
1328
+ #~ "appreciated. "
1329
+ #~ msgstr ""
1330
+ #~ "Als je deze plugin handig vindt, overweeg dan een donatie te maken om "
1331
+ #~ "verdere ontwikkeling te ondersteunen. Je steun wordt erg gewaardeerd."
1332
+
1333
+ # @ yasr
1334
+ #~ msgid "Thank you!"
1335
+ #~ msgstr "Bedankt."
1336
+
1337
+ # @ yasr
1338
+ #~ msgid "Follow YASR official site!"
1339
+ #~ msgstr "Volg de YASR officiële site"
1340
+
1341
  # @ yasr
1342
  #~ msgid "Overall Rating"
1343
  #~ msgstr "Algemene Stemming"
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-05-07 09:51+0100\n"
5
- "PO-Revision-Date: 2015-05-07 09:51+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,33 +16,33 @@ msgstr ""
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:124
24
- #: ../lib/yasr-shortcode-functions.php:527
25
  msgid "Loading, please wait"
26
  msgstr "Wczytywanie, proszę czekać"
27
 
28
- #: ../yasr-metabox-top-right.php:147
29
  msgid "Save Vote"
30
  msgstr "Zapisz Głos"
31
 
32
- #: ../yasr-metabox-top-right.php:166
33
  msgid "This review is about a..."
34
  msgstr ""
35
 
36
- #: ../yasr-metabox-top-right.php:171
37
  msgid "Product, Place, Other"
38
  msgstr ""
39
 
40
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
41
  #: ../lib/yasr-settings-functions.php:542
42
  msgid "Select"
43
  msgstr "Wybierz"
44
 
45
- #: ../yasr-metabox-top-right.php:217
46
  msgid ""
47
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
48
  "where you want to display this rating"
@@ -51,96 +51,96 @@ msgstr ""
51
  "miejscu gdzie ma wyświetlać się ocena"
52
 
53
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
54
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
55
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:753
56
  msgid "You do not have sufficient permissions to access this page."
57
  msgstr "Nie posiadasz wystarczających uprawnień, by wejść na tę stronę."
58
 
59
- #: ../yasr-settings-page.php:33
60
  msgid "Settings"
61
  msgstr "Ustawienia"
62
 
63
- #: ../yasr-settings-page.php:76
64
  msgid "General Settings"
65
  msgstr "Ustawienia ogólne"
66
 
67
- #: ../yasr-settings-page.php:77
68
  msgid "Multi Sets"
69
  msgstr "Zestaw Ocen"
70
 
71
- #: ../yasr-settings-page.php:78
72
  msgid "Styles"
73
  msgstr "Style"
74
 
75
- #: ../yasr-settings-page.php:79
76
  msgid "Pro Features!"
77
  msgstr ""
78
 
79
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
80
- #: ../yasr-settings-page.php:295
81
  msgid "Save"
82
  msgstr "Zapisz"
83
 
84
- #: ../yasr-settings-page.php:116
85
  msgid "Import Gd Star Rating"
86
  msgstr "Importuj Gd Star Rating"
87
 
88
- #: ../yasr-settings-page.php:117
89
  msgid "I've found a previous installation of Gd Star Rating."
90
  msgstr "Znalazłem poprzednią instalacje Gd Star Rating."
91
 
92
- #: ../yasr-settings-page.php:117
93
  msgid "Do you want proceed to import data?"
94
  msgstr "Chcesz rozpocząć import danych?"
95
 
96
- #: ../yasr-settings-page.php:119
97
  msgid "Yes, Begin Import"
98
  msgstr "Tak, rozpocznij import"
99
 
100
- #: ../yasr-settings-page.php:123
101
  msgid "Click on Proceed to import Gd Star Rating data."
102
  msgstr "Kliknij na Dalej, aby zaimportować dane z Gd Star Rating."
103
 
104
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
105
  msgid "Proceed"
106
  msgstr "Dalej"
107
 
108
- #: ../yasr-settings-page.php:148
109
  msgid "Manage GD Star Data"
110
  msgstr "Zarządzaj danymi GD Star"
111
 
112
- #: ../yasr-settings-page.php:149
113
  msgid "Gd Star Rating has been already imported."
114
  msgstr "GD Star Rating został już zaimportowany."
115
 
116
- #: ../yasr-settings-page.php:150
117
  msgid "If you wish you can import it again, but"
118
  msgstr "Jeśli chcesz możesz zaimportować ponownie, ale"
119
 
120
- #: ../yasr-settings-page.php:150
121
  msgid "you will lose all data you've collect since the import!"
122
  msgstr "utracisz wszystkie dane zebrane od ostatniego importu!"
123
 
124
- #: ../yasr-settings-page.php:152
125
  msgid "Ok, Import Again"
126
  msgstr "Ok, importuj ponownie"
127
 
128
- #: ../yasr-settings-page.php:156
129
  msgid ""
130
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
131
  msgstr ""
132
  "Kliknij na Dalej, aby ponownie zaimportować dane Gd Star Rating. To może "
133
  "chwilę potrwać!"
134
 
135
- #: ../yasr-settings-page.php:196
136
  msgid "Manage Multi Set"
137
  msgstr "Zarządzaj Zestawem Ocen"
138
 
139
- #: ../yasr-settings-page.php:200
140
  msgid "What is a Multi Set?"
141
  msgstr "Co to jest Zestaw Ocen?"
142
 
143
- #: ../yasr-settings-page.php:205
144
  msgid ""
145
  "Multi Set allows you to insert a rate for each aspect about the product / "
146
  "local business / whetever you're reviewing, example in the image below."
@@ -148,7 +148,7 @@ msgstr ""
148
  "Zestaw Ocen pozwala na wstawienie oceny dla każdego elementu produktu / "
149
  "firmy / czegokolwiek recenzowanego, przykład na obrazku poniżej."
150
 
151
- #: ../yasr-settings-page.php:209
152
  msgid ""
153
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
154
  "different fields. Once you've saved it, you can insert the rates while "
@@ -160,7 +160,7 @@ msgstr ""
160
  "artykułu z kontenera poniżej edytora, tak jak na obrazku (kliknij aby "
161
  "powiększyć)"
162
 
163
- #: ../yasr-settings-page.php:213
164
  msgid ""
165
  "In order to insert your Multi Sets into a post or page, you can either past "
166
  "the short code that will appear at the bottom of the box or just click on "
@@ -170,119 +170,99 @@ msgstr ""
170
  "wyświetla się na górze kontenera lub po prostu kliknąć na ikonkę gwiazdki w "
171
  "edytorze wybierając \"Wstaw Zestaw Ocen\"."
172
 
173
- #: ../yasr-settings-page.php:219
174
  msgid "Close this message"
175
  msgstr "Zamknij tą wiadomość"
176
 
177
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
178
- #: ../lib/yasr-settings-functions.php:1352
179
- msgid "Donations"
180
- msgstr "Dotacje"
181
-
182
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
183
- #: ../lib/yasr-settings-functions.php:1354
184
- msgid ""
185
- "If you have found this plugin useful, please consider making a donation to "
186
- "help support future development. Your support will be much appreciated. "
187
- msgstr ""
188
- "Jeśli ten plugin jest dla Ciebie przydatny, proszę rozważyć przekazanie "
189
- "darowizny w celu wsparcia dalszego rozwoju. Twoja pomoc będzie bardzo mile "
190
- "widziana."
191
-
192
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
193
- #: ../lib/yasr-settings-functions.php:1356
194
- msgid "Thank you!"
195
- msgstr "Dziękuje!"
196
-
197
  #: ../yasr-metabox-multiple-rating.php:35
198
  msgid "Choose wich set you want to use"
199
  msgstr "Wybierz który zestaw chcesz używać"
200
 
201
- #: ../lib/yasr-shortcode-functions.php:189
202
- #: ../lib/yasr-shortcode-functions.php:210
203
- #: ../lib/yasr-shortcode-functions.php:240
204
  msgid "You've already voted this article with"
205
  msgstr "Już oceniałeś. Twoja ocena to"
206
 
207
- #: ../lib/yasr-shortcode-functions.php:251
208
- #: ../lib/yasr-shortcode-functions.php:555
209
  msgid "You must sign to vote"
210
  msgstr "Musisz się zarejestrować, aby głosować"
211
 
212
- #: ../lib/yasr-shortcode-functions.php:293 ../lib/yasr-ajax-functions.php:1040
213
- #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
214
  msgid "Total: "
215
  msgstr "Głosów:"
216
 
217
- #: ../lib/yasr-shortcode-functions.php:293
218
  msgid "Average: "
219
  msgstr "Średnia:"
220
 
221
- #: ../lib/yasr-shortcode-functions.php:309
222
  #, fuzzy
223
  msgid "bad, poor, ok, good, super"
224
  msgstr "'zły', 'słaby', 'ok', 'dobry', 'super'"
225
 
226
- #: ../lib/yasr-shortcode-functions.php:534
227
  #, fuzzy
228
  msgid "Thank you for voting! "
229
  msgstr "Dziękuje!"
230
 
231
- #: ../lib/yasr-shortcode-functions.php:545
232
- #: ../lib/yasr-shortcode-functions.php:553
233
- #: ../lib/yasr-shortcode-functions.php:565
234
  msgid "Submit!"
235
  msgstr ""
236
 
237
- #: ../lib/yasr-shortcode-functions.php:710
238
  msgid "Rating"
239
  msgstr "Ocena"
240
 
241
- #: ../lib/yasr-shortcode-functions.php:724
242
  msgid "You don't have any votes stored"
243
  msgstr "Nie masz żadnych przechowywanych głosów"
244
 
245
- #: ../lib/yasr-shortcode-functions.php:760
246
- #: ../lib/yasr-shortcode-functions.php:799
247
  msgid "Post / Page"
248
  msgstr ""
249
 
250
- #: ../lib/yasr-shortcode-functions.php:761
251
- #: ../lib/yasr-shortcode-functions.php:800
252
  msgid "Order By"
253
  msgstr ""
254
 
255
- #: ../lib/yasr-shortcode-functions.php:761
256
- #: ../lib/yasr-shortcode-functions.php:800
257
  #, fuzzy
258
  msgid "Most Rated"
259
  msgstr "Głos zaktualizowany"
260
 
261
- #: ../lib/yasr-shortcode-functions.php:761
262
- #: ../lib/yasr-shortcode-functions.php:800
263
  msgid "Highest Rated"
264
  msgstr ""
265
 
266
- #: ../lib/yasr-shortcode-functions.php:779
267
- #: ../lib/yasr-shortcode-functions.php:814
268
  msgid "Total:"
269
  msgstr "Głosów:"
270
 
271
- #: ../lib/yasr-shortcode-functions.php:779
272
- #: ../lib/yasr-shortcode-functions.php:814
273
  msgid "Average"
274
  msgstr "Średnia"
275
 
276
- #: ../lib/yasr-shortcode-functions.php:791
277
  #, fuzzy
278
  msgid "You've not enough data"
279
  msgstr "Nie masz wystarczająco danych"
280
 
281
- #: ../lib/yasr-shortcode-functions.php:826
282
  msgid "You've not enought data"
283
  msgstr "Nie masz wystarczająco danych"
284
 
285
- #: ../lib/yasr-shortcode-functions.php:911
286
  #, fuzzy
287
  msgid ""
288
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
@@ -291,7 +271,7 @@ msgstr ""
291
  "Problem podczas pobierania Top 5 najaktywniejszych recenzentów. Czy "
292
  "opublikowałeś jakieś recenzje?"
293
 
294
- #: ../lib/yasr-shortcode-functions.php:979
295
  #, fuzzy
296
  msgid ""
297
  "Problem while retrieving the top 10 active users chart. Are you sure you "
@@ -370,7 +350,7 @@ msgstr "Co?"
370
  msgid "Overall Rating / Author Rating"
371
  msgstr "Ogólna ocena / Ocena autora"
372
 
373
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
374
  msgid "Visitor Votes"
375
  msgstr "Głosy gości"
376
 
@@ -394,18 +374,18 @@ msgstr "Po wpisie"
394
  msgid "Size"
395
  msgstr "Rozmiar"
396
 
397
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
398
- #: ../lib/yasr-ajax-functions.php:479
399
  msgid "Small"
400
  msgstr "Małe"
401
 
402
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
403
- #: ../lib/yasr-ajax-functions.php:480
404
  msgid "Medium"
405
  msgstr "Średnie"
406
 
407
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
408
- #: ../lib/yasr-ajax-functions.php:481
409
  msgid "Large"
410
  msgstr "Duże"
411
 
@@ -582,7 +562,7 @@ msgid "Create New Set"
582
  msgstr "Utwórz nowy zestaw"
583
 
584
  #: ../lib/yasr-settings-functions.php:532
585
- #: ../lib/yasr-settings-functions.php:564
586
  msgid "Manage Multiple Set"
587
  msgstr "Zarządzaj Zestawem Ocen"
588
 
@@ -590,23 +570,23 @@ msgstr "Zarządzaj Zestawem Ocen"
590
  msgid "Wich set do you want to edit or remove?"
591
  msgstr "Który zestaw chcesz edytować lub usunąć?"
592
 
593
- #: ../lib/yasr-settings-functions.php:574
594
- #: ../lib/yasr-settings-functions.php:692
595
  msgid "Field name"
596
  msgstr "Nazwa pola"
597
 
598
- #: ../lib/yasr-settings-functions.php:578
599
- #: ../lib/yasr-settings-functions.php:696
600
  msgid "Remove"
601
  msgstr "Usuń"
602
 
603
- #: ../lib/yasr-settings-functions.php:620
604
- #: ../lib/yasr-settings-functions.php:738
605
  msgid "Remove whole set?"
606
  msgstr "Usunąć cały zestaw?"
607
 
608
- #: ../lib/yasr-settings-functions.php:633
609
- #: ../lib/yasr-settings-functions.php:751
610
  msgid ""
611
  "If you remove something you will remove all the votes for that set or field. "
612
  "This operation CAN'T BE undone."
@@ -614,22 +594,22 @@ msgstr ""
614
  "Jeśli coś usuniesz to usuniesz wszystkie głosy na tym zestawie lub polu. Ta "
615
  "operacja nie może być cofnięta."
616
 
617
- #: ../lib/yasr-settings-functions.php:640
618
- #: ../lib/yasr-settings-functions.php:758
619
  msgid "You can use up to 9 elements"
620
  msgstr "Możesz użyć do 9 elementów"
621
 
622
- #: ../lib/yasr-settings-functions.php:642
623
- #: ../lib/yasr-settings-functions.php:760
624
  msgid "Add element"
625
  msgstr "Dodaj element"
626
 
627
- #: ../lib/yasr-settings-functions.php:644
628
- #: ../lib/yasr-settings-functions.php:762
629
  msgid "Save changes"
630
  msgstr "Zapisz zmiany"
631
 
632
- #: ../lib/yasr-settings-functions.php:654
633
  msgid "No Multiple Set were found"
634
  msgstr "Nie znalezionu Zestawów Ocen"
635
 
@@ -671,15 +651,15 @@ msgstr ""
671
  "Coś poszło nie tak podczas próby wstawiania pola nazwa w formularzu edycji. "
672
  "Zgłoś to"
673
 
674
- #: ../lib/yasr-settings-functions.php:1200
675
  msgid "Style Options"
676
  msgstr "Opcje stylu"
677
 
678
- #: ../lib/yasr-settings-functions.php:1201
679
  msgid "Custom CSS Styles"
680
  msgstr "Niestandardowy styl CSS"
681
 
682
- #: ../lib/yasr-settings-functions.php:1206
683
  msgid ""
684
  "Please use text area below to write your own CSS styles to override the "
685
  "default ones."
@@ -687,79 +667,116 @@ msgstr ""
687
  "Użyj pola tekstowego poniżej aby napisać swój własny styl CSS i zastąpić "
688
  "domyślny. "
689
 
690
- #: ../lib/yasr-settings-functions.php:1208
691
  msgid "Leave it blank if you don't know what you're doing"
692
  msgstr "Pozostaw puste, jeśli nie wiesz, co tu wstawić"
693
 
694
- #: ../lib/yasr-settings-functions.php:1231
695
  msgid "Looking for more features?"
696
  msgstr ""
697
 
698
- #: ../lib/yasr-settings-functions.php:1232
699
  msgid "Upgrade to yasr pro!"
700
  msgstr ""
701
 
702
- #: ../lib/yasr-settings-functions.php:1248
703
  msgid "Unlimited ratings and votes"
704
  msgstr ""
705
 
706
- #: ../lib/yasr-settings-functions.php:1254
707
  msgid "Works with shortcodes"
708
  msgstr ""
709
 
710
- #: ../lib/yasr-settings-functions.php:1260
711
  #, fuzzy
712
  msgid "Multi Set Support"
713
  msgstr "Zestaw Ocen"
714
 
715
- #: ../lib/yasr-settings-functions.php:1265
716
  msgid "Logs and stats for visitors votes"
717
  msgstr ""
718
 
719
- #: ../lib/yasr-settings-functions.php:1270
720
  msgid "Localization (.po and .mo files included)"
721
  msgstr ""
722
 
723
- #: ../lib/yasr-settings-functions.php:1275
724
  msgid "Rich Snippet Support"
725
  msgstr ""
726
 
727
- #: ../lib/yasr-settings-functions.php:1280
728
  msgid "Rankings for reviews, votes and users"
729
  msgstr ""
730
 
731
- #: ../lib/yasr-settings-functions.php:1285
732
  msgid "Rankings Customization"
733
  msgstr ""
734
 
735
- #: ../lib/yasr-settings-functions.php:1290
736
  msgid "Stars Customization"
737
  msgstr ""
738
 
739
- #: ../lib/yasr-settings-functions.php:1291
740
  #, fuzzy
741
  msgid "Size Only"
742
  msgstr "Rozmiar"
743
 
744
- #: ../lib/yasr-settings-functions.php:1292
745
  msgid ""
746
  "Users can choose different ready to use sets or can upload their own images."
747
  msgstr ""
748
 
749
- #: ../lib/yasr-settings-functions.php:1295
750
  msgid "Users can review in comments"
751
  msgstr ""
752
 
753
- #: ../lib/yasr-settings-functions.php:1306
754
  msgid "Not avaible yet"
755
  msgstr ""
756
 
757
- #: ../lib/yasr-settings-functions.php:1338
758
- #: ../lib/yasr-settings-functions.php:1365
759
- msgid "Follow YASR official site!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
760
  msgstr ""
761
 
762
- #: ../lib/yasr-settings-functions.php:1395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
763
  msgid "No previous Gd Star Rating installation was found"
764
  msgstr "Nie znaleziono wcześniejszych instalacji Gd Star Rating"
765
 
@@ -768,7 +785,7 @@ msgstr "Nie znaleziono wcześniejszych instalacji Gd Star Rating"
768
  msgid "No recenet votes yet"
769
  msgstr "Brak najnowszych głosów"
770
 
771
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
772
  msgid "anonymous"
773
  msgstr "Anonim"
774
 
@@ -777,11 +794,11 @@ msgstr "Anonim"
777
  msgid "Vote %d from %s on "
778
  msgstr ""
779
 
780
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
781
  msgid "Ip address"
782
  msgstr "Adres IP"
783
 
784
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
785
  msgid "Pages"
786
  msgstr "Strony"
787
 
@@ -801,197 +818,208 @@ msgstr "Nie masz wystarczającyh uprawnień aby wstawić Ogólną Ocenę"
801
  msgid "You don't have enought privileges to insert Multi Set"
802
  msgstr "Nie masz wystarczającyh uprawnień aby wstawić Zestaw Ocen"
803
 
804
- #: ../lib/yasr-functions.php:309
805
- msgid " reviewed by "
 
806
  msgstr " zrecenzowane przez "
807
 
808
- #: ../lib/yasr-functions.php:310
809
  msgid " on "
810
  msgstr " dnia "
811
 
812
- #: ../lib/yasr-functions.php:311
813
- msgid " rated "
 
 
 
 
 
 
 
 
 
 
814
  msgstr " ocena "
815
 
816
- #: ../lib/yasr-functions.php:311
817
- msgid " of"
818
  msgstr ""
819
 
820
- #: ../lib/yasr-functions.php:358
821
  #, fuzzy
822
  msgid " written by "
823
  msgstr " zrecenzowane przez "
824
 
825
- #: ../lib/yasr-functions.php:360
826
  msgid " average rating "
827
  msgstr "średnia ocen"
828
 
829
- #: ../lib/yasr-functions.php:361
830
  msgid " user ratings"
831
  msgstr "oceny użytkowników"
832
 
833
- #: ../lib/yasr-ajax-functions.php:96
834
  msgid "You've rated it "
835
  msgstr "Już oceniłeś"
836
 
837
- #: ../lib/yasr-ajax-functions.php:100
838
  msgid "You've reset the vote"
839
  msgstr "Zresetowałeś głosy"
840
 
841
- #: ../lib/yasr-ajax-functions.php:164
842
  #, fuzzy
843
  msgid ""
844
  "There was an error while trying to insert the review type. Please report it"
845
  msgstr "Coś poszło nie tak podczas próby wstawiania pola nazwy. Zgłoś to"
846
 
847
- #: ../lib/yasr-ajax-functions.php:198
848
  msgid "Choose a vote for each element"
849
  msgstr "Wybierz głos dla każdego elementu"
850
 
851
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
852
  #, fuzzy
853
  msgid "If you want to insert this multiset, paste this shortcode "
854
  msgstr "Jeśli chcesz wstawić Zestaw Ocen, wybierz jeden:"
855
 
856
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
857
  msgid ""
858
  "If, instead, you want allow your visitor to vote on this multiset, use this "
859
  "shortcode"
860
  msgstr ""
861
 
862
- #: ../lib/yasr-ajax-functions.php:268
863
  msgid "Choose a vote for every element"
864
  msgstr "Wybierz głos dla każdego elementu"
865
 
866
- #: ../lib/yasr-ajax-functions.php:441
867
  msgid "Main"
868
  msgstr "Głowne"
869
 
870
- #: ../lib/yasr-ajax-functions.php:442
871
  msgid "Charts"
872
  msgstr "Wykresy"
873
 
874
- #: ../lib/yasr-ajax-functions.php:444
875
  msgid "Read the doc"
876
  msgstr "Przeczytaj dokumentacje"
877
 
878
- #: ../lib/yasr-ajax-functions.php:453
879
  msgid "Overall Rating / Review"
880
  msgstr "Ogólna ocena / przegląd"
881
 
882
- #: ../lib/yasr-ajax-functions.php:455
883
  msgid "Insert Overall Rating"
884
  msgstr "Wstaw ogolny ranking"
885
 
886
- #: ../lib/yasr-ajax-functions.php:456
887
  msgid "Insert Overall Rating / Review for this post"
888
  msgstr "Wstaw Ogólny Ranking / Oceny dla wpisu"
889
 
890
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
891
  msgid "Choose Size"
892
  msgstr "Wybierz rozmiar"
893
 
894
- #: ../lib/yasr-ajax-functions.php:473
895
  msgid "Insert Visitor Votes"
896
  msgstr "Wstaw głosowanie gości"
897
 
898
- #: ../lib/yasr-ajax-functions.php:474
899
  msgid "Insert the ability for your visitor to vote"
900
  msgstr "Wstaw głosowanie dla gości"
901
 
902
- #: ../lib/yasr-ajax-functions.php:491
903
  msgid "If you want to insert a Multi Set, pick one:"
904
  msgstr "Jeśli chcesz wstawić Zestaw Ocen, wybierz jeden:"
905
 
906
- #: ../lib/yasr-ajax-functions.php:497
907
  msgid "Choose wich set you want to insert."
908
  msgstr "Wybierz zestaw, który chcesz wstawić."
909
 
910
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
911
  msgid "Readonly?"
912
  msgstr ""
913
 
914
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
915
  msgid ""
916
  "If Readonly is checked, only you can insert the votes (in the box above the "
917
  "editor)"
918
  msgstr ""
919
 
920
- #: ../lib/yasr-ajax-functions.php:502
921
  #, fuzzy
922
  msgid "Insert Multi Set"
923
  msgstr "Wstaw Zestaw Ocen"
924
 
925
- #: ../lib/yasr-ajax-functions.php:511
926
  msgid "Insert Multiset:"
927
  msgstr "Wstaw Zestaw Ocen"
928
 
929
- #: ../lib/yasr-ajax-functions.php:514
930
  msgid "Insert Multiple Set"
931
  msgstr "Wstaw Zestaw Ocen"
932
 
933
- #: ../lib/yasr-ajax-functions.php:532
934
  msgid "Ranking reviews"
935
  msgstr ""
936
 
937
- #: ../lib/yasr-ajax-functions.php:533
938
  #, fuzzy
939
  msgid "Insert Ranking reviews"
940
  msgstr "Wstaw Top 5 aktywnych oceniających"
941
 
942
- #: ../lib/yasr-ajax-functions.php:534
943
  #, fuzzy
944
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
945
  msgstr "Wstaw Top 10 postów gości"
946
 
947
- #: ../lib/yasr-ajax-functions.php:538
948
  #, fuzzy
949
  msgid "Users' ranking"
950
  msgstr "Wstaw ogolny ranking"
951
 
952
- #: ../lib/yasr-ajax-functions.php:539
953
  #, fuzzy
954
  msgid "Insert Users ranking"
955
  msgstr "Wstaw ogolny ranking"
956
 
957
- #: ../lib/yasr-ajax-functions.php:540
958
  #, fuzzy
959
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
960
  msgstr "Wstaw Top 10 postów gości"
961
 
962
- #: ../lib/yasr-ajax-functions.php:544
963
  msgid "Most active reviewers"
964
  msgstr "Najbardziej aktywny recenzent"
965
 
966
- #: ../lib/yasr-ajax-functions.php:545
967
  #, fuzzy
968
  msgid "Insert Most Active Reviewers"
969
  msgstr "Wstaw Top 5 najaktywniejszych oceniających"
970
 
971
- #: ../lib/yasr-ajax-functions.php:546
972
  msgid "Insert Top 5 active reviewers"
973
  msgstr "Wstaw Top 5 aktywnych oceniających"
974
 
975
- #: ../lib/yasr-ajax-functions.php:550
976
  #, fuzzy
977
  msgid "Most Active Users"
978
  msgstr "Najaktywniejsi użytkownicy"
979
 
980
- #: ../lib/yasr-ajax-functions.php:551
981
  #, fuzzy
982
  msgid "Insert Most Active Users"
983
  msgstr "Wstaw Top 10 najaktywniejszych użytkowników"
984
 
985
- #: ../lib/yasr-ajax-functions.php:552
986
  #, fuzzy
987
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
988
  msgstr "Wstaw Top 10 postów gości"
989
 
990
- #: ../lib/yasr-ajax-functions.php:623
991
  msgid "Reviews and Visitor Votes have been successfull imported."
992
  msgstr "Opinie i Oceny gości zostały zaimportowane."
993
 
994
- #: ../lib/yasr-ajax-functions.php:629
995
  msgid ""
996
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
997
  "THIS MAY TAKE A WHILE!"
@@ -999,96 +1027,111 @@ msgstr ""
999
  "Krok 2: Sprawdzę, czy stosuje się Zestawy Ocen, a jeśli tak będę je "
1000
  "importować. TO MOŻE CHWILĘ POTRWAĆ!"
1001
 
1002
- #: ../lib/yasr-ajax-functions.php:631
1003
  msgid "Proceed Step 2"
1004
  msgstr "Następny krok 2"
1005
 
1006
- #: ../lib/yasr-ajax-functions.php:638
1007
  msgid "Something goes wrong! Refresh the page and try again!"
1008
  msgstr "Coś poszło nie tak! Odśwież stronę i spróbuj jeszcze raz!"
1009
 
1010
- #: ../lib/yasr-ajax-functions.php:667
1011
  msgid "I've found Multiple Set! Importing..."
1012
  msgstr "Znalazłem Zestaw Ocen! Importuje..."
1013
 
1014
- #: ../lib/yasr-ajax-functions.php:676
1015
  msgid "Multi Set's name has been successfull imported."
1016
  msgstr "Nazwa Zestawu Oceny została zaimportowana pomyślnie."
1017
 
1018
- #: ../lib/yasr-ajax-functions.php:678
1019
  msgid "Now I'm going to import Multi Set data"
1020
  msgstr "Teraz zaimportuje dane Zestawu Ocen"
1021
 
1022
- #: ../lib/yasr-ajax-functions.php:689
1023
  msgid "All votes has been successfull imported."
1024
  msgstr "Wszystkie głosy zostały pomyślnie zaimportowane."
1025
 
1026
- #: ../lib/yasr-ajax-functions.php:691
1027
  msgid "Done"
1028
  msgstr "Skończone"
1029
 
1030
- #: ../lib/yasr-ajax-functions.php:696
1031
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1032
  msgstr "Znalazłem głosy Zestawu Ocen ale nie mogłem ich dodać do bazy"
1033
 
1034
- #: ../lib/yasr-ajax-functions.php:704
1035
  msgid "I've found Multi Set but with no data"
1036
  msgstr "Znalazłem Zestaw Ocen ale bez danych"
1037
 
1038
- #: ../lib/yasr-ajax-functions.php:713
1039
  msgid "I've found Multi Sets names but I couldn't insert into db"
1040
  msgstr "Znalazłem nazwy Multi Zestawów ale nie mogłem zamieścić ich w bazie"
1041
 
1042
- #: ../lib/yasr-ajax-functions.php:721
1043
  msgid "Multisets were not found. Imported is done!"
1044
  msgstr "Zestaw Ocen nie znaleziony. Importowanie zakończone!"
1045
 
1046
- #: ../lib/yasr-ajax-functions.php:765
1047
  msgid "No Recenet votes yet"
1048
  msgstr "Brak najnowszych głosów"
1049
 
1050
- #: ../lib/yasr-ajax-functions.php:787
1051
  #, php-format
1052
  msgid "Vote %d from %s on"
1053
  msgstr ""
1054
 
1055
- #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1056
  msgid "Error: you can't vote 0"
1057
  msgstr ""
1058
 
1059
- #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
1060
  #, fuzzy
1061
  msgid "Average:"
1062
  msgstr "Średnia:"
1063
 
1064
- #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
1065
  msgid "Vote Saved"
1066
  msgstr "Głos zapisany"
1067
 
1068
- #: ../lib/yasr-ajax-functions.php:1184
1069
  #, fuzzy
1070
  msgid "Vote updated"
1071
  msgstr "Głos zaktualizowany"
1072
 
1073
- #: ../lib/yasr-ajax-functions.php:1325
1074
  #, fuzzy
1075
  msgid "Rating saved!"
1076
  msgstr "Ustawienia zapisane"
1077
 
1078
- #: ../lib/yasr-ajax-functions.php:1331
1079
  msgid "Rating not saved. Please Try again"
1080
  msgstr ""
1081
 
1082
- #: ../lib/yasr-ajax-functions.php:1424
1083
  #, fuzzy
1084
  msgid "stars"
1085
  msgstr "Gwiazdki"
1086
 
1087
- #: ../lib/yasr-ajax-functions.php:1429
1088
  #, fuzzy
1089
  msgid "star"
1090
  msgstr "Gwiazdki"
1091
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1092
  #~ msgid "Overall Rating"
1093
  #~ msgstr "Ocena ogólna"
1094
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-09-10 11:41+0100\n"
5
+ "PO-Revision-Date: 2015-09-10 11:41+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:75 ../yasr-metabox-top-right.php:109
20
  msgid "Rate this article / item"
21
  msgstr "Oceń ten wpis"
22
 
23
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
24
+ #: ../lib/yasr-shortcode-functions.php:546
25
  msgid "Loading, please wait"
26
  msgstr "Wczytywanie, proszę czekać"
27
 
28
+ #: ../yasr-metabox-top-right.php:157
29
  msgid "Save Vote"
30
  msgstr "Zapisz Głos"
31
 
32
+ #: ../yasr-metabox-top-right.php:176
33
  msgid "This review is about a..."
34
  msgstr ""
35
 
36
+ #: ../yasr-metabox-top-right.php:181
37
  msgid "Product, Place, Other"
38
  msgstr ""
39
 
40
+ #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
41
  #: ../lib/yasr-settings-functions.php:542
42
  msgid "Select"
43
  msgstr "Wybierz"
44
 
45
+ #: ../yasr-metabox-top-right.php:234
46
  msgid ""
47
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
48
  "where you want to display this rating"
51
  "miejscu gdzie ma wyświetlać się ocena"
52
 
53
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
54
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
55
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
56
  msgid "You do not have sufficient permissions to access this page."
57
  msgstr "Nie posiadasz wystarczających uprawnień, by wejść na tę stronę."
58
 
59
+ #: ../yasr-settings-page.php:37
60
  msgid "Settings"
61
  msgstr "Ustawienia"
62
 
63
+ #: ../yasr-settings-page.php:80
64
  msgid "General Settings"
65
  msgstr "Ustawienia ogólne"
66
 
67
+ #: ../yasr-settings-page.php:81
68
  msgid "Multi Sets"
69
  msgstr "Zestaw Ocen"
70
 
71
+ #: ../yasr-settings-page.php:82
72
  msgid "Styles"
73
  msgstr "Style"
74
 
75
+ #: ../yasr-settings-page.php:83
76
  msgid "Pro Features!"
77
  msgstr ""
78
 
79
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
80
+ #: ../yasr-settings-page.php:297
81
  msgid "Save"
82
  msgstr "Zapisz"
83
 
84
+ #: ../yasr-settings-page.php:125
85
  msgid "Import Gd Star Rating"
86
  msgstr "Importuj Gd Star Rating"
87
 
88
+ #: ../yasr-settings-page.php:126
89
  msgid "I've found a previous installation of Gd Star Rating."
90
  msgstr "Znalazłem poprzednią instalacje Gd Star Rating."
91
 
92
+ #: ../yasr-settings-page.php:126
93
  msgid "Do you want proceed to import data?"
94
  msgstr "Chcesz rozpocząć import danych?"
95
 
96
+ #: ../yasr-settings-page.php:128
97
  msgid "Yes, Begin Import"
98
  msgstr "Tak, rozpocznij import"
99
 
100
+ #: ../yasr-settings-page.php:132
101
  msgid "Click on Proceed to import Gd Star Rating data."
102
  msgstr "Kliknij na Dalej, aby zaimportować dane z Gd Star Rating."
103
 
104
+ #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
105
  msgid "Proceed"
106
  msgstr "Dalej"
107
 
108
+ #: ../yasr-settings-page.php:157
109
  msgid "Manage GD Star Data"
110
  msgstr "Zarządzaj danymi GD Star"
111
 
112
+ #: ../yasr-settings-page.php:158
113
  msgid "Gd Star Rating has been already imported."
114
  msgstr "GD Star Rating został już zaimportowany."
115
 
116
+ #: ../yasr-settings-page.php:159
117
  msgid "If you wish you can import it again, but"
118
  msgstr "Jeśli chcesz możesz zaimportować ponownie, ale"
119
 
120
+ #: ../yasr-settings-page.php:159
121
  msgid "you will lose all data you've collect since the import!"
122
  msgstr "utracisz wszystkie dane zebrane od ostatniego importu!"
123
 
124
+ #: ../yasr-settings-page.php:161
125
  msgid "Ok, Import Again"
126
  msgstr "Ok, importuj ponownie"
127
 
128
+ #: ../yasr-settings-page.php:165
129
  msgid ""
130
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
131
  msgstr ""
132
  "Kliknij na Dalej, aby ponownie zaimportować dane Gd Star Rating. To może "
133
  "chwilę potrwać!"
134
 
135
+ #: ../yasr-settings-page.php:205
136
  msgid "Manage Multi Set"
137
  msgstr "Zarządzaj Zestawem Ocen"
138
 
139
+ #: ../yasr-settings-page.php:209
140
  msgid "What is a Multi Set?"
141
  msgstr "Co to jest Zestaw Ocen?"
142
 
143
+ #: ../yasr-settings-page.php:214
144
  msgid ""
145
  "Multi Set allows you to insert a rate for each aspect about the product / "
146
  "local business / whetever you're reviewing, example in the image below."
148
  "Zestaw Ocen pozwala na wstawienie oceny dla każdego elementu produktu / "
149
  "firmy / czegokolwiek recenzowanego, przykład na obrazku poniżej."
150
 
151
+ #: ../yasr-settings-page.php:218
152
  msgid ""
153
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
154
  "different fields. Once you've saved it, you can insert the rates while "
160
  "artykułu z kontenera poniżej edytora, tak jak na obrazku (kliknij aby "
161
  "powiększyć)"
162
 
163
+ #: ../yasr-settings-page.php:222
164
  msgid ""
165
  "In order to insert your Multi Sets into a post or page, you can either past "
166
  "the short code that will appear at the bottom of the box or just click on "
170
  "wyświetla się na górze kontenera lub po prostu kliknąć na ikonkę gwiazdki w "
171
  "edytorze wybierając \"Wstaw Zestaw Ocen\"."
172
 
173
+ #: ../yasr-settings-page.php:228
174
  msgid "Close this message"
175
  msgstr "Zamknij tą wiadomość"
176
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  #: ../yasr-metabox-multiple-rating.php:35
178
  msgid "Choose wich set you want to use"
179
  msgstr "Wybierz który zestaw chcesz używać"
180
 
181
+ #: ../lib/yasr-shortcode-functions.php:202
182
+ #: ../lib/yasr-shortcode-functions.php:223
183
+ #: ../lib/yasr-shortcode-functions.php:253
184
  msgid "You've already voted this article with"
185
  msgstr "Już oceniałeś. Twoja ocena to"
186
 
187
+ #: ../lib/yasr-shortcode-functions.php:264
188
+ #: ../lib/yasr-shortcode-functions.php:574
189
  msgid "You must sign to vote"
190
  msgstr "Musisz się zarejestrować, aby głosować"
191
 
192
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
193
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
194
  msgid "Total: "
195
  msgstr "Głosów:"
196
 
197
+ #: ../lib/yasr-shortcode-functions.php:306
198
  msgid "Average: "
199
  msgstr "Średnia:"
200
 
201
+ #: ../lib/yasr-shortcode-functions.php:322
202
  #, fuzzy
203
  msgid "bad, poor, ok, good, super"
204
  msgstr "'zły', 'słaby', 'ok', 'dobry', 'super'"
205
 
206
+ #: ../lib/yasr-shortcode-functions.php:553
207
  #, fuzzy
208
  msgid "Thank you for voting! "
209
  msgstr "Dziękuje!"
210
 
211
+ #: ../lib/yasr-shortcode-functions.php:564
212
+ #: ../lib/yasr-shortcode-functions.php:572
213
+ #: ../lib/yasr-shortcode-functions.php:584
214
  msgid "Submit!"
215
  msgstr ""
216
 
217
+ #: ../lib/yasr-shortcode-functions.php:761
218
  msgid "Rating"
219
  msgstr "Ocena"
220
 
221
+ #: ../lib/yasr-shortcode-functions.php:775
222
  msgid "You don't have any votes stored"
223
  msgstr "Nie masz żadnych przechowywanych głosów"
224
 
225
+ #: ../lib/yasr-shortcode-functions.php:811
226
+ #: ../lib/yasr-shortcode-functions.php:850
227
  msgid "Post / Page"
228
  msgstr ""
229
 
230
+ #: ../lib/yasr-shortcode-functions.php:812
231
+ #: ../lib/yasr-shortcode-functions.php:851
232
  msgid "Order By"
233
  msgstr ""
234
 
235
+ #: ../lib/yasr-shortcode-functions.php:812
236
+ #: ../lib/yasr-shortcode-functions.php:851
237
  #, fuzzy
238
  msgid "Most Rated"
239
  msgstr "Głos zaktualizowany"
240
 
241
+ #: ../lib/yasr-shortcode-functions.php:812
242
+ #: ../lib/yasr-shortcode-functions.php:851
243
  msgid "Highest Rated"
244
  msgstr ""
245
 
246
+ #: ../lib/yasr-shortcode-functions.php:830
247
+ #: ../lib/yasr-shortcode-functions.php:865
248
  msgid "Total:"
249
  msgstr "Głosów:"
250
 
251
+ #: ../lib/yasr-shortcode-functions.php:830
252
+ #: ../lib/yasr-shortcode-functions.php:865
253
  msgid "Average"
254
  msgstr "Średnia"
255
 
256
+ #: ../lib/yasr-shortcode-functions.php:842
257
  #, fuzzy
258
  msgid "You've not enough data"
259
  msgstr "Nie masz wystarczająco danych"
260
 
261
+ #: ../lib/yasr-shortcode-functions.php:877
262
  msgid "You've not enought data"
263
  msgstr "Nie masz wystarczająco danych"
264
 
265
+ #: ../lib/yasr-shortcode-functions.php:962
266
  #, fuzzy
267
  msgid ""
268
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
271
  "Problem podczas pobierania Top 5 najaktywniejszych recenzentów. Czy "
272
  "opublikowałeś jakieś recenzje?"
273
 
274
+ #: ../lib/yasr-shortcode-functions.php:1030
275
  #, fuzzy
276
  msgid ""
277
  "Problem while retrieving the top 10 active users chart. Are you sure you "
350
  msgid "Overall Rating / Author Rating"
351
  msgstr "Ogólna ocena / Ocena autora"
352
 
353
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
354
  msgid "Visitor Votes"
355
  msgstr "Głosy gości"
356
 
374
  msgid "Size"
375
  msgstr "Rozmiar"
376
 
377
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
378
+ #: ../lib/yasr-ajax-functions.php:508
379
  msgid "Small"
380
  msgstr "Małe"
381
 
382
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
383
+ #: ../lib/yasr-ajax-functions.php:509
384
  msgid "Medium"
385
  msgstr "Średnie"
386
 
387
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
388
+ #: ../lib/yasr-ajax-functions.php:510
389
  msgid "Large"
390
  msgstr "Duże"
391
 
562
  msgstr "Utwórz nowy zestaw"
563
 
564
  #: ../lib/yasr-settings-functions.php:532
565
+ #: ../lib/yasr-settings-functions.php:565
566
  msgid "Manage Multiple Set"
567
  msgstr "Zarządzaj Zestawem Ocen"
568
 
570
  msgid "Wich set do you want to edit or remove?"
571
  msgstr "Który zestaw chcesz edytować lub usunąć?"
572
 
573
+ #: ../lib/yasr-settings-functions.php:575
574
+ #: ../lib/yasr-settings-functions.php:693
575
  msgid "Field name"
576
  msgstr "Nazwa pola"
577
 
578
+ #: ../lib/yasr-settings-functions.php:579
579
+ #: ../lib/yasr-settings-functions.php:697
580
  msgid "Remove"
581
  msgstr "Usuń"
582
 
583
+ #: ../lib/yasr-settings-functions.php:621
584
+ #: ../lib/yasr-settings-functions.php:739
585
  msgid "Remove whole set?"
586
  msgstr "Usunąć cały zestaw?"
587
 
588
+ #: ../lib/yasr-settings-functions.php:634
589
+ #: ../lib/yasr-settings-functions.php:752
590
  msgid ""
591
  "If you remove something you will remove all the votes for that set or field. "
592
  "This operation CAN'T BE undone."
594
  "Jeśli coś usuniesz to usuniesz wszystkie głosy na tym zestawie lub polu. Ta "
595
  "operacja nie może być cofnięta."
596
 
597
+ #: ../lib/yasr-settings-functions.php:641
598
+ #: ../lib/yasr-settings-functions.php:759
599
  msgid "You can use up to 9 elements"
600
  msgstr "Możesz użyć do 9 elementów"
601
 
602
+ #: ../lib/yasr-settings-functions.php:643
603
+ #: ../lib/yasr-settings-functions.php:761
604
  msgid "Add element"
605
  msgstr "Dodaj element"
606
 
607
+ #: ../lib/yasr-settings-functions.php:645
608
+ #: ../lib/yasr-settings-functions.php:763
609
  msgid "Save changes"
610
  msgstr "Zapisz zmiany"
611
 
612
+ #: ../lib/yasr-settings-functions.php:655
613
  msgid "No Multiple Set were found"
614
  msgstr "Nie znalezionu Zestawów Ocen"
615
 
651
  "Coś poszło nie tak podczas próby wstawiania pola nazwa w formularzu edycji. "
652
  "Zgłoś to"
653
 
654
+ #: ../lib/yasr-settings-functions.php:1202
655
  msgid "Style Options"
656
  msgstr "Opcje stylu"
657
 
658
+ #: ../lib/yasr-settings-functions.php:1203
659
  msgid "Custom CSS Styles"
660
  msgstr "Niestandardowy styl CSS"
661
 
662
+ #: ../lib/yasr-settings-functions.php:1208
663
  msgid ""
664
  "Please use text area below to write your own CSS styles to override the "
665
  "default ones."
667
  "Użyj pola tekstowego poniżej aby napisać swój własny styl CSS i zastąpić "
668
  "domyślny. "
669
 
670
+ #: ../lib/yasr-settings-functions.php:1210
671
  msgid "Leave it blank if you don't know what you're doing"
672
  msgstr "Pozostaw puste, jeśli nie wiesz, co tu wstawić"
673
 
674
+ #: ../lib/yasr-settings-functions.php:1233
675
  msgid "Looking for more features?"
676
  msgstr ""
677
 
678
+ #: ../lib/yasr-settings-functions.php:1234
679
  msgid "Upgrade to yasr pro!"
680
  msgstr ""
681
 
682
+ #: ../lib/yasr-settings-functions.php:1250
683
  msgid "Unlimited ratings and votes"
684
  msgstr ""
685
 
686
+ #: ../lib/yasr-settings-functions.php:1256
687
  msgid "Works with shortcodes"
688
  msgstr ""
689
 
690
+ #: ../lib/yasr-settings-functions.php:1262
691
  #, fuzzy
692
  msgid "Multi Set Support"
693
  msgstr "Zestaw Ocen"
694
 
695
+ #: ../lib/yasr-settings-functions.php:1267
696
  msgid "Logs and stats for visitors votes"
697
  msgstr ""
698
 
699
+ #: ../lib/yasr-settings-functions.php:1272
700
  msgid "Localization (.po and .mo files included)"
701
  msgstr ""
702
 
703
+ #: ../lib/yasr-settings-functions.php:1277
704
  msgid "Rich Snippet Support"
705
  msgstr ""
706
 
707
+ #: ../lib/yasr-settings-functions.php:1282
708
  msgid "Rankings for reviews, votes and users"
709
  msgstr ""
710
 
711
+ #: ../lib/yasr-settings-functions.php:1287
712
  msgid "Rankings Customization"
713
  msgstr ""
714
 
715
+ #: ../lib/yasr-settings-functions.php:1292
716
  msgid "Stars Customization"
717
  msgstr ""
718
 
719
+ #: ../lib/yasr-settings-functions.php:1293
720
  #, fuzzy
721
  msgid "Size Only"
722
  msgstr "Rozmiar"
723
 
724
+ #: ../lib/yasr-settings-functions.php:1294
725
  msgid ""
726
  "Users can choose different ready to use sets or can upload their own images."
727
  msgstr ""
728
 
729
+ #: ../lib/yasr-settings-functions.php:1297
730
  msgid "Users can review in comments"
731
  msgstr ""
732
 
733
+ #: ../lib/yasr-settings-functions.php:1308
734
  msgid "Not avaible yet"
735
  msgstr ""
736
 
737
+ #: ../lib/yasr-settings-functions.php:1367
738
+ msgid "Keep in touch!"
739
+ msgstr ""
740
+
741
+ #: ../lib/yasr-settings-functions.php:1409
742
+ #, php-format
743
+ msgid ""
744
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
745
+ msgstr ""
746
+
747
+ #: ../lib/yasr-settings-functions.php:1411
748
+ msgid "Can I ask a favor?"
749
+ msgstr ""
750
+
751
+ #: ../lib/yasr-settings-functions.php:1413
752
+ msgid "Can you please rate YASR 5 stars on"
753
+ msgstr ""
754
+
755
+ #: ../lib/yasr-settings-functions.php:1415
756
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
757
  msgstr ""
758
 
759
+ #: ../lib/yasr-settings-functions.php:1421
760
+ msgid "Ok, I'm glad to help!"
761
+ msgstr ""
762
+
763
+ #: ../lib/yasr-settings-functions.php:1422
764
+ msgid "Remind me later!"
765
+ msgstr ""
766
+
767
+ #: ../lib/yasr-settings-functions.php:1423
768
+ msgid "Don't need to ask, I already did it!"
769
+ msgstr ""
770
+
771
+ #: ../lib/yasr-settings-functions.php:1456
772
+ #, php-format
773
+ msgid ""
774
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
775
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
776
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
777
+ msgstr ""
778
+
779
+ #: ../lib/yasr-settings-functions.php:1501
780
  msgid "No previous Gd Star Rating installation was found"
781
  msgstr "Nie znaleziono wcześniejszych instalacji Gd Star Rating"
782
 
785
  msgid "No recenet votes yet"
786
  msgstr "Brak najnowszych głosów"
787
 
788
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
789
  msgid "anonymous"
790
  msgstr "Anonim"
791
 
794
  msgid "Vote %d from %s on "
795
  msgstr ""
796
 
797
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
798
  msgid "Ip address"
799
  msgstr "Adres IP"
800
 
801
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
802
  msgid "Pages"
803
  msgstr "Strony"
804
 
818
  msgid "You don't have enought privileges to insert Multi Set"
819
  msgstr "Nie masz wystarczającyh uprawnień aby wstawić Zestaw Ocen"
820
 
821
+ #: ../lib/yasr-functions.php:298
822
+ #, fuzzy
823
+ msgid "reviewed by"
824
  msgstr " zrecenzowane przez "
825
 
826
+ #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
827
  msgid " on "
828
  msgstr " dnia "
829
 
830
+ #: ../lib/yasr-functions.php:314
831
+ #, fuzzy
832
+ msgid "reviewed on"
833
+ msgstr " zrecenzowane przez "
834
+
835
+ #: ../lib/yasr-functions.php:315
836
+ msgid "by "
837
+ msgstr ""
838
+
839
+ #: ../lib/yasr-functions.php:319
840
+ #, fuzzy
841
+ msgid "rated"
842
  msgstr " ocena "
843
 
844
+ #: ../lib/yasr-functions.php:319
845
+ msgid "of"
846
  msgstr ""
847
 
848
+ #: ../lib/yasr-functions.php:376
849
  #, fuzzy
850
  msgid " written by "
851
  msgstr " zrecenzowane przez "
852
 
853
+ #: ../lib/yasr-functions.php:379
854
  msgid " average rating "
855
  msgstr "średnia ocen"
856
 
857
+ #: ../lib/yasr-functions.php:380
858
  msgid " user ratings"
859
  msgstr "oceny użytkowników"
860
 
861
+ #: ../lib/yasr-ajax-functions.php:102
862
  msgid "You've rated it "
863
  msgstr "Już oceniłeś"
864
 
865
+ #: ../lib/yasr-ajax-functions.php:106
866
  msgid "You've reset the vote"
867
  msgstr "Zresetowałeś głosy"
868
 
869
+ #: ../lib/yasr-ajax-functions.php:188
870
  #, fuzzy
871
  msgid ""
872
  "There was an error while trying to insert the review type. Please report it"
873
  msgstr "Coś poszło nie tak podczas próby wstawiania pola nazwy. Zgłoś to"
874
 
875
+ #: ../lib/yasr-ajax-functions.php:223
876
  msgid "Choose a vote for each element"
877
  msgstr "Wybierz głos dla każdego elementu"
878
 
879
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
880
  #, fuzzy
881
  msgid "If you want to insert this multiset, paste this shortcode "
882
  msgstr "Jeśli chcesz wstawić Zestaw Ocen, wybierz jeden:"
883
 
884
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
885
  msgid ""
886
  "If, instead, you want allow your visitor to vote on this multiset, use this "
887
  "shortcode"
888
  msgstr ""
889
 
890
+ #: ../lib/yasr-ajax-functions.php:297
891
  msgid "Choose a vote for every element"
892
  msgstr "Wybierz głos dla każdego elementu"
893
 
894
+ #: ../lib/yasr-ajax-functions.php:470
895
  msgid "Main"
896
  msgstr "Głowne"
897
 
898
+ #: ../lib/yasr-ajax-functions.php:471
899
  msgid "Charts"
900
  msgstr "Wykresy"
901
 
902
+ #: ../lib/yasr-ajax-functions.php:473
903
  msgid "Read the doc"
904
  msgstr "Przeczytaj dokumentacje"
905
 
906
+ #: ../lib/yasr-ajax-functions.php:482
907
  msgid "Overall Rating / Review"
908
  msgstr "Ogólna ocena / przegląd"
909
 
910
+ #: ../lib/yasr-ajax-functions.php:484
911
  msgid "Insert Overall Rating"
912
  msgstr "Wstaw ogolny ranking"
913
 
914
+ #: ../lib/yasr-ajax-functions.php:485
915
  msgid "Insert Overall Rating / Review for this post"
916
  msgstr "Wstaw Ogólny Ranking / Oceny dla wpisu"
917
 
918
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
919
  msgid "Choose Size"
920
  msgstr "Wybierz rozmiar"
921
 
922
+ #: ../lib/yasr-ajax-functions.php:502
923
  msgid "Insert Visitor Votes"
924
  msgstr "Wstaw głosowanie gości"
925
 
926
+ #: ../lib/yasr-ajax-functions.php:503
927
  msgid "Insert the ability for your visitor to vote"
928
  msgstr "Wstaw głosowanie dla gości"
929
 
930
+ #: ../lib/yasr-ajax-functions.php:520
931
  msgid "If you want to insert a Multi Set, pick one:"
932
  msgstr "Jeśli chcesz wstawić Zestaw Ocen, wybierz jeden:"
933
 
934
+ #: ../lib/yasr-ajax-functions.php:526
935
  msgid "Choose wich set you want to insert."
936
  msgstr "Wybierz zestaw, który chcesz wstawić."
937
 
938
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
939
  msgid "Readonly?"
940
  msgstr ""
941
 
942
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
943
  msgid ""
944
  "If Readonly is checked, only you can insert the votes (in the box above the "
945
  "editor)"
946
  msgstr ""
947
 
948
+ #: ../lib/yasr-ajax-functions.php:531
949
  #, fuzzy
950
  msgid "Insert Multi Set"
951
  msgstr "Wstaw Zestaw Ocen"
952
 
953
+ #: ../lib/yasr-ajax-functions.php:540
954
  msgid "Insert Multiset:"
955
  msgstr "Wstaw Zestaw Ocen"
956
 
957
+ #: ../lib/yasr-ajax-functions.php:543
958
  msgid "Insert Multiple Set"
959
  msgstr "Wstaw Zestaw Ocen"
960
 
961
+ #: ../lib/yasr-ajax-functions.php:561
962
  msgid "Ranking reviews"
963
  msgstr ""
964
 
965
+ #: ../lib/yasr-ajax-functions.php:562
966
  #, fuzzy
967
  msgid "Insert Ranking reviews"
968
  msgstr "Wstaw Top 5 aktywnych oceniających"
969
 
970
+ #: ../lib/yasr-ajax-functions.php:563
971
  #, fuzzy
972
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
973
  msgstr "Wstaw Top 10 postów gości"
974
 
975
+ #: ../lib/yasr-ajax-functions.php:567
976
  #, fuzzy
977
  msgid "Users' ranking"
978
  msgstr "Wstaw ogolny ranking"
979
 
980
+ #: ../lib/yasr-ajax-functions.php:568
981
  #, fuzzy
982
  msgid "Insert Users ranking"
983
  msgstr "Wstaw ogolny ranking"
984
 
985
+ #: ../lib/yasr-ajax-functions.php:569
986
  #, fuzzy
987
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
988
  msgstr "Wstaw Top 10 postów gości"
989
 
990
+ #: ../lib/yasr-ajax-functions.php:573
991
  msgid "Most active reviewers"
992
  msgstr "Najbardziej aktywny recenzent"
993
 
994
+ #: ../lib/yasr-ajax-functions.php:574
995
  #, fuzzy
996
  msgid "Insert Most Active Reviewers"
997
  msgstr "Wstaw Top 5 najaktywniejszych oceniających"
998
 
999
+ #: ../lib/yasr-ajax-functions.php:575
1000
  msgid "Insert Top 5 active reviewers"
1001
  msgstr "Wstaw Top 5 aktywnych oceniających"
1002
 
1003
+ #: ../lib/yasr-ajax-functions.php:579
1004
  #, fuzzy
1005
  msgid "Most Active Users"
1006
  msgstr "Najaktywniejsi użytkownicy"
1007
 
1008
+ #: ../lib/yasr-ajax-functions.php:580
1009
  #, fuzzy
1010
  msgid "Insert Most Active Users"
1011
  msgstr "Wstaw Top 10 najaktywniejszych użytkowników"
1012
 
1013
+ #: ../lib/yasr-ajax-functions.php:581
1014
  #, fuzzy
1015
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1016
  msgstr "Wstaw Top 10 postów gości"
1017
 
1018
+ #: ../lib/yasr-ajax-functions.php:652
1019
  msgid "Reviews and Visitor Votes have been successfull imported."
1020
  msgstr "Opinie i Oceny gości zostały zaimportowane."
1021
 
1022
+ #: ../lib/yasr-ajax-functions.php:658
1023
  msgid ""
1024
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1025
  "THIS MAY TAKE A WHILE!"
1027
  "Krok 2: Sprawdzę, czy stosuje się Zestawy Ocen, a jeśli tak będę je "
1028
  "importować. TO MOŻE CHWILĘ POTRWAĆ!"
1029
 
1030
+ #: ../lib/yasr-ajax-functions.php:660
1031
  msgid "Proceed Step 2"
1032
  msgstr "Następny krok 2"
1033
 
1034
+ #: ../lib/yasr-ajax-functions.php:667
1035
  msgid "Something goes wrong! Refresh the page and try again!"
1036
  msgstr "Coś poszło nie tak! Odśwież stronę i spróbuj jeszcze raz!"
1037
 
1038
+ #: ../lib/yasr-ajax-functions.php:696
1039
  msgid "I've found Multiple Set! Importing..."
1040
  msgstr "Znalazłem Zestaw Ocen! Importuje..."
1041
 
1042
+ #: ../lib/yasr-ajax-functions.php:705
1043
  msgid "Multi Set's name has been successfull imported."
1044
  msgstr "Nazwa Zestawu Oceny została zaimportowana pomyślnie."
1045
 
1046
+ #: ../lib/yasr-ajax-functions.php:707
1047
  msgid "Now I'm going to import Multi Set data"
1048
  msgstr "Teraz zaimportuje dane Zestawu Ocen"
1049
 
1050
+ #: ../lib/yasr-ajax-functions.php:718
1051
  msgid "All votes has been successfull imported."
1052
  msgstr "Wszystkie głosy zostały pomyślnie zaimportowane."
1053
 
1054
+ #: ../lib/yasr-ajax-functions.php:720
1055
  msgid "Done"
1056
  msgstr "Skończone"
1057
 
1058
+ #: ../lib/yasr-ajax-functions.php:725
1059
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1060
  msgstr "Znalazłem głosy Zestawu Ocen ale nie mogłem ich dodać do bazy"
1061
 
1062
+ #: ../lib/yasr-ajax-functions.php:733
1063
  msgid "I've found Multi Set but with no data"
1064
  msgstr "Znalazłem Zestaw Ocen ale bez danych"
1065
 
1066
+ #: ../lib/yasr-ajax-functions.php:742
1067
  msgid "I've found Multi Sets names but I couldn't insert into db"
1068
  msgstr "Znalazłem nazwy Multi Zestawów ale nie mogłem zamieścić ich w bazie"
1069
 
1070
+ #: ../lib/yasr-ajax-functions.php:750
1071
  msgid "Multisets were not found. Imported is done!"
1072
  msgstr "Zestaw Ocen nie znaleziony. Importowanie zakończone!"
1073
 
1074
+ #: ../lib/yasr-ajax-functions.php:793
1075
  msgid "No Recenet votes yet"
1076
  msgstr "Brak najnowszych głosów"
1077
 
1078
+ #: ../lib/yasr-ajax-functions.php:815
1079
  #, php-format
1080
  msgid "Vote %d from %s on"
1081
  msgstr ""
1082
 
1083
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1084
  msgid "Error: you can't vote 0"
1085
  msgstr ""
1086
 
1087
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1088
  #, fuzzy
1089
  msgid "Average:"
1090
  msgstr "Średnia:"
1091
 
1092
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1093
  msgid "Vote Saved"
1094
  msgstr "Głos zapisany"
1095
 
1096
+ #: ../lib/yasr-ajax-functions.php:1264
1097
  #, fuzzy
1098
  msgid "Vote updated"
1099
  msgstr "Głos zaktualizowany"
1100
 
1101
+ #: ../lib/yasr-ajax-functions.php:1409
1102
  #, fuzzy
1103
  msgid "Rating saved!"
1104
  msgstr "Ustawienia zapisane"
1105
 
1106
+ #: ../lib/yasr-ajax-functions.php:1415
1107
  msgid "Rating not saved. Please Try again"
1108
  msgstr ""
1109
 
1110
+ #: ../lib/yasr-ajax-functions.php:1508
1111
  #, fuzzy
1112
  msgid "stars"
1113
  msgstr "Gwiazdki"
1114
 
1115
+ #: ../lib/yasr-ajax-functions.php:1513
1116
  #, fuzzy
1117
  msgid "star"
1118
  msgstr "Gwiazdki"
1119
 
1120
+ #~ msgid "Donations"
1121
+ #~ msgstr "Dotacje"
1122
+
1123
+ #~ msgid ""
1124
+ #~ "If you have found this plugin useful, please consider making a donation "
1125
+ #~ "to help support future development. Your support will be much "
1126
+ #~ "appreciated. "
1127
+ #~ msgstr ""
1128
+ #~ "Jeśli ten plugin jest dla Ciebie przydatny, proszę rozważyć przekazanie "
1129
+ #~ "darowizny w celu wsparcia dalszego rozwoju. Twoja pomoc będzie bardzo "
1130
+ #~ "mile widziana."
1131
+
1132
+ #~ msgid "Thank you!"
1133
+ #~ msgstr "Dziękuje!"
1134
+
1135
  #~ msgid "Overall Rating"
1136
  #~ msgstr "Ocena ogólna"
1137
 
languages/yasr-pt_BR.mo CHANGED
Binary file
languages/yasr-pt_BR.po CHANGED
@@ -2,329 +2,143 @@
2
  # This file is distributed under the same license as the Yet Another Stars Rating package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-07-18 17:42+0100\n"
 
 
 
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
  "X-Generator: Poedit 1.5.4\n"
11
- "Project-Id-Version: Yet Another Stars Rating\n"
12
- "POT-Creation-Date: \n"
13
- "Last-Translator: Dario <thedudoworld@gmail.com>\n"
14
- "Language-Team: \n"
15
- "Language: pt_BR\n"
16
-
17
- #: ../lib/yasr-shortcode-functions.php:545
18
- #: ../lib/yasr-shortcode-functions.php:553
19
- #: ../lib/yasr-shortcode-functions.php:565
20
- msgid "Submit!"
21
- msgstr ""
22
-
23
- #: ../yasr-metabox-top-right.php:171
24
- msgid "Product, Place, Other"
25
- msgstr ""
26
-
27
- #: ../lib/yasr-shortcode-functions.php:534
28
- msgid "Thank you for voting! "
29
- msgstr ""
30
-
31
- #: ../lib/yasr-settings-functions.php:281
32
- msgid "Custom text to display BEFORE Visitor Rating"
33
- msgstr ""
34
-
35
- #: ../lib/yasr-settings-functions.php:287
36
- msgid "Custom text to display AFTER Visitor Rating"
37
- msgstr ""
38
-
39
- #: ../lib/yasr-settings-functions.php:297
40
- msgid "Help"
41
- msgstr ""
42
 
43
- #: ../lib/yasr-settings-functions.php:301
44
- msgid ""
45
- "In the first field you can use %overall_rating% pattern to show the overall "
46
- "rating."
47
- msgstr ""
48
-
49
- #: ../lib/yasr-settings-functions.php:305
50
- msgid ""
51
- "In the Second and Third fields you can use %total_count% pattern to show the "
52
- "total count, and %average% pattern to show the average"
53
- msgstr ""
54
-
55
- #: ../lib/yasr-settings-functions.php:472
56
- msgid "Dark theme"
57
- msgstr ""
58
-
59
- #: ../lib/yasr-db-functions.php:334
60
- msgid "Vote %d from %s on "
61
- msgstr ""
62
-
63
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
64
- msgid "If you want to insert this multiset, paste this shortcode "
65
- msgstr ""
66
-
67
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
68
- msgid ""
69
- "If, instead, you want allow your visitor to vote on this multiset, use this "
70
- "shortcode"
71
- msgstr ""
72
-
73
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
74
- msgid "Readonly?"
75
- msgstr ""
76
-
77
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
78
- msgid ""
79
- "If Readonly is checked, only you can insert the votes (in the box above the "
80
- "editor)"
81
- msgstr ""
82
-
83
- #: ../lib/yasr-ajax-functions.php:502
84
- msgid "Insert Multi Set"
85
- msgstr ""
86
-
87
- #: ../lib/yasr-ajax-functions.php:787
88
- msgid "Vote %d from %s on"
89
- msgstr ""
90
-
91
- #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
92
- msgid "Average:"
93
- msgstr ""
94
-
95
- #: ../lib/yasr-ajax-functions.php:1325
96
- msgid "Rating saved!"
97
- msgstr ""
98
-
99
- #: ../lib/yasr-ajax-functions.php:1331
100
- msgid "Rating not saved. Please Try again"
101
- msgstr ""
102
-
103
- #: ../lib/yasr-shortcode-functions.php:309
104
- msgid "bad, poor, ok, good, super"
105
- msgstr "Detestei, Não Gostei, Gostei, Gostei Muito, Adorei"
106
-
107
- #: ../lib/yasr-ajax-functions.php:1429
108
- msgid "star"
109
- msgstr "estrela"
110
-
111
- #: ../lib/yasr-settings-functions.php:1291
112
- msgid "Size Only"
113
- msgstr "Tamanho Apenas"
114
-
115
- #: ../lib/yasr-settings-functions.php:1292
116
- msgid ""
117
- "Users can choose different ready to use sets or can upload their own images."
118
- msgstr ""
119
- "Os usuários podem escolher diferentes sets pronto para usar ou podem "
120
- "carregar suas próprias imagens."
121
-
122
- #: ../lib/yasr-settings-functions.php:1248
123
- msgid "Unlimited ratings and votes"
124
- msgstr "Votos e classificações ilimitadas"
125
-
126
- #: ../lib/yasr-settings-functions.php:1254
127
- msgid "Works with shortcodes"
128
- msgstr "Funciona com shortcodes"
129
-
130
- #: ../lib/yasr-settings-functions.php:1260
131
- msgid "Multi Set Support"
132
- msgstr "Suporte ao Multi Set"
133
-
134
- #: ../lib/yasr-settings-functions.php:1265
135
- msgid "Logs and stats for visitors votes"
136
- msgstr "Logs e estatísticas para os votos de visitantes"
137
-
138
- #: ../lib/yasr-settings-functions.php:1270
139
- msgid "Localization (.po and .mo files included)"
140
- msgstr "Localização (arquivos .po e. mo incluídos)"
141
-
142
- #: ../lib/yasr-settings-functions.php:1275
143
- msgid "Rich Snippet Support"
144
- msgstr "Suporte a Rich Snippet"
145
-
146
- #: ../lib/yasr-settings-functions.php:1280
147
- msgid "Rankings for reviews, votes and users"
148
- msgstr "Rankings para comentários, votos e usuários"
149
-
150
- #: ../lib/yasr-settings-functions.php:1285
151
- msgid "Rankings Customization"
152
- msgstr "Personalização de rankings"
153
-
154
- #: ../lib/yasr-settings-functions.php:1290
155
- msgid "Stars Customization"
156
- msgstr "Personalização de estrelas"
157
 
158
- #: ../lib/yasr-settings-functions.php:1295
159
- msgid "Users can review in comments"
160
- msgstr "Os usuários podem avaliar comentários"
 
161
 
162
- #: ../lib/yasr-settings-functions.php:54
163
- msgid "Show \"Overall Rating\" in Archive Page?"
164
- msgstr "Mostrar \"Classificação Geral\" na página de arquivo?"
165
 
166
- #: ../lib/yasr-settings-functions.php:55
167
- msgid "Show \"Visitor Votes\" in Archive Page?"
168
- msgstr "Mostrar \"Votos de Visitantes\" na página de arquivo?"
169
 
170
- #: ../lib/yasr-settings-functions.php:241
171
- msgid ""
172
- "If you enable this, \"Visitor Votes\" will be showed not only in the single "
173
- "article or page, but also in pages like Home Page, category pages or "
174
- "archives."
175
  msgstr ""
176
- "Se você ativar isso, \"Votos de visitante\" serão mostrados não somente no "
177
- "artigo ou página, mas também em páginas como Página Inicial, páginas de "
178
- "categorias ou arquivos."
179
 
180
- #: ../lib/yasr-ajax-functions.php:1424
181
- msgid "stars"
182
- msgstr "estrelas"
183
-
184
- #: ../lib/yasr-shortcode-functions.php:791
185
- msgid "You've not enough data"
186
- msgstr "Você não tem dados suficiente"
187
-
188
- #: ../lib/yasr-shortcode-functions.php:911
189
- msgid ""
190
- "Problem while retrieving the top 5 most active reviewers. Did you publish "
191
- "any review?"
192
- msgstr ""
193
- "Problema ao recuperar os revisores mais ativos do top 5. Você publicou "
194
- "alguma revisão?"
195
 
196
- #: ../lib/yasr-shortcode-functions.php:979
197
  msgid ""
198
- "Problem while retrieving the top 10 active users chart. Are you sure you "
199
- "have votes to show?"
200
  msgstr ""
201
- "Problema ao recuperar o gráfico de usuários ativos do top 10. Tem certeza de "
202
- "que você tem votos para mostrar?"
203
-
204
- #: ../lib/yasr-settings-functions.php:57
205
- msgid "Do you want show stats for visitors votes?"
206
- msgstr "Você quer mostrar estatísticas para os votos de visitantes?"
207
-
208
- #: ../lib/yasr-settings-functions.php:496
209
- msgid "You can insert up to nine elements"
210
- msgstr "Você pode inserir até nove elementos"
211
-
212
- #: ../lib/yasr-db-functions.php:310
213
- msgid "No recenet votes yet"
214
- msgstr "Nenhum voto recente ainda"
215
-
216
- #: ../lib/yasr-ajax-functions.php:1184
217
- msgid "Vote updated"
218
- msgstr "Voto atualizado"
219
-
220
- #: ../yasr-settings-page.php:79
221
- msgid "Pro Features!"
222
- msgstr "Recursos PRO!"
223
-
224
- #: ../lib/yasr-settings-functions.php:1231
225
- msgid "Looking for more features?"
226
- msgstr "Procurando por mais recursos?"
227
-
228
- #: ../lib/yasr-settings-functions.php:1232
229
- msgid "Upgrade to yasr pro!"
230
- msgstr "Atualize para yasr pro!"
231
-
232
- #: ../lib/yasr-settings-functions.php:1306
233
- msgid "Not avaible yet"
234
- msgstr "Não disponível ainda"
235
-
236
- #: ../lib/yasr-shortcode-functions.php:760
237
- #: ../lib/yasr-shortcode-functions.php:799
238
- msgid "Post / Page"
239
- msgstr "Post / Página"
240
 
241
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
242
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
243
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:753
244
  msgid "You do not have sufficient permissions to access this page."
245
  msgstr "Você não tem permissões suficientes para acessar esta página."
246
 
247
- #: ../yasr-settings-page.php:33
248
  msgid "Settings"
249
  msgstr "Configurações"
250
 
251
- #: ../yasr-settings-page.php:76
252
  msgid "General Settings"
253
  msgstr "Configurações Gerais"
254
 
255
- #: ../yasr-settings-page.php:77
256
  msgid "Multi Sets"
257
  msgstr "Multi Sets"
258
 
259
- #: ../yasr-settings-page.php:78
260
  msgid "Styles"
261
  msgstr "Estilos"
262
 
263
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
264
- #: ../yasr-settings-page.php:295
 
 
 
 
265
  msgid "Save"
266
  msgstr "Salvar"
267
 
268
- #: ../yasr-settings-page.php:116
269
  msgid "Import Gd Star Rating"
270
  msgstr "Importar Gd Star Rating"
271
 
272
- #: ../yasr-settings-page.php:117
273
  msgid "I've found a previous installation of Gd Star Rating."
274
  msgstr "Eu encontrei uma instalação anterior do Gd Star Rating."
275
 
276
- #: ../yasr-settings-page.php:117
277
  msgid "Do you want proceed to import data?"
278
  msgstr "Você quer continuar a importar os dados?"
279
 
280
- #: ../yasr-settings-page.php:119
281
  msgid "Yes, Begin Import"
282
  msgstr "Sim, começar a importação"
283
 
284
- #: ../yasr-settings-page.php:123
285
  msgid "Click on Proceed to import Gd Star Rating data."
286
  msgstr "Clique em Continuar para importar dados de Gd Star Rating."
287
 
288
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
289
  msgid "Proceed"
290
  msgstr "Continuar"
291
 
292
- #: ../yasr-settings-page.php:148
293
  msgid "Manage GD Star Data"
294
  msgstr "Gerenciar dados de GD Star"
295
 
296
- #: ../yasr-settings-page.php:149
297
  msgid "Gd Star Rating has been already imported."
298
  msgstr "GD Star Rating já foi importado."
299
 
300
- #: ../yasr-settings-page.php:150
301
  msgid "If you wish you can import it again, but"
302
  msgstr "Se desejar, você pode importá-lo novamente, mas"
303
 
304
- #: ../yasr-settings-page.php:150
305
  msgid "you will lose all data you've collect since the import!"
306
  msgstr "você vai perder todos os dados já foram coletados desde a importação!"
307
 
308
- #: ../yasr-settings-page.php:152
309
  msgid "Ok, Import Again"
310
  msgstr "Ok, importar novamente"
311
 
312
- #: ../yasr-settings-page.php:156
313
  msgid ""
314
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
315
  msgstr ""
316
  "Clique em Continuar para importar novamente os dados do Gd Star Rating. Isto "
317
  "pode demorar um pouco!"
318
 
319
- #: ../yasr-settings-page.php:196
320
  msgid "Manage Multi Set"
321
  msgstr "Gerenciar Mult Set"
322
 
323
- #: ../yasr-settings-page.php:200
324
  msgid "What is a Multi Set?"
325
  msgstr "O que é um Multi Set?"
326
 
327
- #: ../yasr-settings-page.php:205
328
  msgid ""
329
  "Multi Set allows you to insert a rate for each aspect about the product / "
330
  "local business / whetever you're reviewing, example in the image below."
@@ -333,7 +147,7 @@ msgstr ""
333
  "produto / negócio local / qualquer coisa que está a analisar, exemplo na "
334
  "imagem abaixo."
335
 
336
- #: ../yasr-settings-page.php:209
337
  msgid ""
338
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
339
  "different fields. Once you've saved it, you can insert the rates while "
@@ -345,7 +159,7 @@ msgstr ""
345
  "enquanto estiver digitando seu artigo na caixa abaixo o editor, que você "
346
  "pode ver nesta imagem (clique para vê-la maior)"
347
 
348
- #: ../yasr-settings-page.php:213
349
  msgid ""
350
  "In order to insert your Multi Sets into a post or page, you can either past "
351
  "the short code that will appear at the bottom of the box or just click on "
@@ -355,121 +169,110 @@ msgstr ""
355
  "code que irá aparecer na parte inferior da caixa ou apenas clique na estrela "
356
  "no editor gráfico e selecione \"Inserir Multi Set\"."
357
 
358
- #: ../yasr-settings-page.php:219
359
  msgid "Close this message"
360
  msgstr "Fechar esta mensagem"
361
 
362
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
363
- #: ../lib/yasr-settings-functions.php:1352
364
- msgid "Donations"
365
- msgstr "Doações"
366
-
367
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
368
- #: ../lib/yasr-settings-functions.php:1354
369
- msgid ""
370
- "If you have found this plugin useful, please consider making a donation to "
371
- "help support future development. Your support will be much appreciated. "
372
- msgstr ""
373
- "Se você achou este plugin útil, por favor considere fazer uma pequena doação "
374
- "para ajudar a contribuir para o meu tempo investido e para promover o futuro "
375
- "desenvolvimento. Sua ajuda será muito apreciada."
376
-
377
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
378
- #: ../lib/yasr-settings-functions.php:1356
379
- msgid "Thank you!"
380
- msgstr "Obrigado!"
381
-
382
  #: ../yasr-metabox-multiple-rating.php:35
383
  msgid "Choose wich set you want to use"
384
  msgstr "Escolha o conjunto que você deseja usar"
385
 
386
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
387
- #: ../lib/yasr-settings-functions.php:542
388
- msgid "Select"
389
- msgstr "Selecionar"
390
-
391
- #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
392
- msgid "Rate this article / item"
393
- msgstr "Classifique este artigo / item"
394
-
395
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:124
396
- #: ../lib/yasr-shortcode-functions.php:527
397
- msgid "Loading, please wait"
398
- msgstr "Carregando, por favor aguarde"
399
-
400
- #: ../yasr-metabox-top-right.php:147
401
- msgid "Save Vote"
402
- msgstr "Salvar Voto"
403
-
404
- #: ../yasr-metabox-top-right.php:166
405
- msgid "This review is about a..."
406
- msgstr "Esta avaliação é sobre..."
407
 
408
- #: ../yasr-metabox-top-right.php:217
409
- msgid ""
410
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
411
- "where you want to display this rating"
412
- msgstr ""
413
- "Lembre-se de inserir este shortcode <strong>[yasr_overall_rating]</strong> "
414
- "onde você deseja exibir essa classificação"
415
 
416
- #: ../lib/yasr-shortcode-functions.php:293 ../lib/yasr-ajax-functions.php:1040
417
- #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
418
  msgid "Total: "
419
  msgstr "Total: "
420
 
421
- #: ../lib/yasr-shortcode-functions.php:293
422
  msgid "Average: "
423
  msgstr "Média: "
424
 
425
- #: ../lib/yasr-shortcode-functions.php:189
426
- #: ../lib/yasr-shortcode-functions.php:210
427
- #: ../lib/yasr-shortcode-functions.php:240
428
- msgid "You've already voted this article with"
429
- msgstr "Você já votou neste artigo com"
430
 
431
- #: ../lib/yasr-shortcode-functions.php:251
432
- #: ../lib/yasr-shortcode-functions.php:555
433
- msgid "You must sign to vote"
434
- msgstr "Você precisa estar logado para votar"
 
 
 
 
 
435
 
436
- #: ../lib/yasr-shortcode-functions.php:710
437
  msgid "Rating"
438
  msgstr "Avaliação"
439
 
440
- #: ../lib/yasr-shortcode-functions.php:724
441
  msgid "You don't have any votes stored"
442
  msgstr "Você não tem nenhum voto armazenado"
443
 
444
- #: ../lib/yasr-shortcode-functions.php:761
445
- #: ../lib/yasr-shortcode-functions.php:800
 
 
 
 
 
446
  msgid "Order By"
447
  msgstr "Ordenar Por"
448
 
449
- #: ../lib/yasr-shortcode-functions.php:761
450
- #: ../lib/yasr-shortcode-functions.php:800
451
  msgid "Most Rated"
452
  msgstr "Mais Votados"
453
 
454
- #: ../lib/yasr-shortcode-functions.php:761
455
- #: ../lib/yasr-shortcode-functions.php:800
456
  msgid "Highest Rated"
457
  msgstr "Mais Bem Classificados"
458
 
459
- #: ../lib/yasr-shortcode-functions.php:779
460
- #: ../lib/yasr-shortcode-functions.php:814
461
  msgid "Total:"
462
  msgstr "Total:"
463
 
464
- #: ../lib/yasr-shortcode-functions.php:779
465
- #: ../lib/yasr-shortcode-functions.php:814
466
  msgid "Average"
467
  msgstr "Média"
468
 
469
- #: ../lib/yasr-shortcode-functions.php:826
 
 
 
 
470
  msgid "You've not enought data"
471
  msgstr "Você não tem dados suficiente"
472
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
  #: ../lib/yasr-settings-functions.php:52
474
  msgid "General settings"
475
  msgstr "Configurações Gerais"
@@ -478,13 +281,21 @@ msgstr "Configurações Gerais"
478
  msgid "Auto insert options"
479
  msgstr "Opções do Auto-Inserir"
480
 
 
 
 
 
 
 
 
 
481
  #: ../lib/yasr-settings-functions.php:56
482
  msgid "Insert custom text to show before / after stars"
483
  msgstr "Inserir texto personalizado para mostrar antes / depois das estrelas"
484
 
485
- #: ../lib/yasr-settings-functions.php:431
486
- msgid "Which color scheme do you want to use?"
487
- msgstr "Qual esquema de cor você quer usar?"
488
 
489
  #: ../lib/yasr-settings-functions.php:58
490
  msgid "Allow only logged in user to vote?"
@@ -530,7 +341,7 @@ msgstr "O quê?"
530
  msgid "Overall Rating / Author Rating"
531
  msgstr "Classificação Geral / Classificação por Autor"
532
 
533
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
534
  msgid "Visitor Votes"
535
  msgstr "Votos de Visitantes"
536
 
@@ -554,18 +365,18 @@ msgstr "Depois do post"
554
  msgid "Size"
555
  msgstr "Tamanho"
556
 
557
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
558
- #: ../lib/yasr-ajax-functions.php:479
559
  msgid "Small"
560
  msgstr "Pequeno"
561
 
562
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
563
- #: ../lib/yasr-ajax-functions.php:480
564
  msgid "Medium"
565
  msgstr "Médio"
566
 
567
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
568
- #: ../lib/yasr-ajax-functions.php:481
569
  msgid "Large"
570
  msgstr "Grande"
571
 
@@ -597,31 +408,49 @@ msgstr ""
597
  "artigo ou página, mas também em páginas como Página Inicial, páginas de "
598
  "categorias ou arquivos."
599
 
 
 
 
 
 
 
 
 
 
 
600
  #: ../lib/yasr-settings-functions.php:276
601
  msgid "Custom text to display before Overall Rating"
602
  msgstr "Texto personalizado para exibir antes da Classificação Geral"
603
 
 
 
 
 
 
 
 
 
604
  #: ../lib/yasr-settings-functions.php:292
605
  msgid "Custom text to display when a non logged user has already rated"
606
  msgstr ""
607
  "Texto personalizado para exibir quando um usuário não conectado já tiver "
608
  "votado"
609
 
610
- #: ../lib/yasr-settings-functions.php:452
611
- msgid "Light"
612
- msgstr "Claro"
613
-
614
- #: ../lib/yasr-settings-functions.php:457
615
- msgid "Dark"
616
- msgstr "Escuro"
617
 
618
- #: ../lib/yasr-settings-functions.php:462
619
- msgid "Preview"
620
- msgstr "Pré Visualização"
 
 
621
 
622
- #: ../lib/yasr-settings-functions.php:467
623
- msgid "Light theme"
624
- msgstr "Tema claro"
 
 
625
 
626
  #: ../lib/yasr-settings-functions.php:344
627
  msgid "Allow only logged-in users"
@@ -667,6 +496,30 @@ msgstr "Estrelas"
667
  msgid "Numbers"
668
  msgstr "Números"
669
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
670
  #: ../lib/yasr-settings-functions.php:487
671
  msgid "Add New Multiple Set"
672
  msgstr "Adicionar Novo Multi Set"
@@ -683,6 +536,10 @@ msgstr ""
683
  msgid "Name"
684
  msgstr "Nome"
685
 
 
 
 
 
686
  #: ../lib/yasr-settings-functions.php:501
687
  msgid "Element "
688
  msgstr "Elemento"
@@ -692,7 +549,7 @@ msgid "Create New Set"
692
  msgstr "Criar Novo Set"
693
 
694
  #: ../lib/yasr-settings-functions.php:532
695
- #: ../lib/yasr-settings-functions.php:564
696
  msgid "Manage Multiple Set"
697
  msgstr "Gerenciar Multi Set"
698
 
@@ -700,23 +557,23 @@ msgstr "Gerenciar Multi Set"
700
  msgid "Wich set do you want to edit or remove?"
701
  msgstr "Qual set você quer editar ou remover?"
702
 
703
- #: ../lib/yasr-settings-functions.php:574
704
- #: ../lib/yasr-settings-functions.php:692
705
  msgid "Field name"
706
  msgstr "Nome do campo"
707
 
708
- #: ../lib/yasr-settings-functions.php:578
709
- #: ../lib/yasr-settings-functions.php:696
710
  msgid "Remove"
711
  msgstr "Remover"
712
 
713
- #: ../lib/yasr-settings-functions.php:620
714
- #: ../lib/yasr-settings-functions.php:738
715
  msgid "Remove whole set?"
716
  msgstr "Remover o set inteiro?"
717
 
718
- #: ../lib/yasr-settings-functions.php:633
719
- #: ../lib/yasr-settings-functions.php:751
720
  msgid ""
721
  "If you remove something you will remove all the votes for that set or field. "
722
  "This operation CAN'T BE undone."
@@ -724,22 +581,22 @@ msgstr ""
724
  "Se você remover alguma coisa isso irá remover todos os votos deste set ou "
725
  "campo. Esta operação NÃO PODE ser desfeita."
726
 
727
- #: ../lib/yasr-settings-functions.php:640
728
- #: ../lib/yasr-settings-functions.php:758
729
  msgid "You can use up to 9 elements"
730
  msgstr "Você pode usar até 9 elementos"
731
 
732
- #: ../lib/yasr-settings-functions.php:642
733
- #: ../lib/yasr-settings-functions.php:760
734
  msgid "Add element"
735
  msgstr "Adicionar elemento"
736
 
737
- #: ../lib/yasr-settings-functions.php:644
738
- #: ../lib/yasr-settings-functions.php:762
739
  msgid "Save changes"
740
  msgstr "Salvar alterações"
741
 
742
- #: ../lib/yasr-settings-functions.php:654
743
  msgid "No Multiple Set were found"
744
  msgstr "Nenhum Multi Set foi encontrado"
745
 
@@ -786,15 +643,15 @@ msgstr ""
786
  "Algo saiu errado ao tentar inserir o nome do campo definido no formulário de "
787
  "edição. Por favor reporte isso"
788
 
789
- #: ../lib/yasr-settings-functions.php:1200
790
  msgid "Style Options"
791
  msgstr "Opções de Estilo"
792
 
793
- #: ../lib/yasr-settings-functions.php:1201
794
  msgid "Custom CSS Styles"
795
  msgstr "Estilos CSS Personalizados"
796
 
797
- #: ../lib/yasr-settings-functions.php:1206
798
  msgid ""
799
  "Please use text area below to write your own CSS styles to override the "
800
  "default ones."
@@ -802,27 +659,137 @@ msgstr ""
802
  "Por favor, use a área de texto abaixo para escrever seus próprios estilos "
803
  "CSS para substituir o padrão."
804
 
805
- #: ../lib/yasr-settings-functions.php:1208
806
  msgid "Leave it blank if you don't know what you're doing"
807
  msgstr "Deixe em branco se você não sabe o que está fazendo"
808
 
809
- #: ../lib/yasr-settings-functions.php:1395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
810
  msgid "No previous Gd Star Rating installation was found"
811
  msgstr "Nenhuma instalação do Gd Star Rating anterior foi encontrada"
812
 
813
- #: ../lib/yasr-ajax-functions.php:765
814
- msgid "No Recenet votes yet"
815
  msgstr "Nenhum voto recente ainda"
816
 
817
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
818
  msgid "anonymous"
819
  msgstr "anônimo"
820
 
821
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
 
 
 
 
 
822
  msgid "Ip address"
823
  msgstr "Endereço de IP"
824
 
825
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
826
  msgid "Pages"
827
  msgstr "Páginas"
828
 
@@ -842,166 +809,197 @@ msgstr "Você não tem privilégios suficientes para inserir Classificação Ger
842
  msgid "You don't have enought privileges to insert Multi Set"
843
  msgstr "Você não tem privilégios suficientes para inserir Multi Set"
844
 
845
- #: ../lib/yasr-functions.php:309
846
- msgid " reviewed by "
 
847
  msgstr " avaliado por "
848
 
849
- #: ../lib/yasr-functions.php:310
850
  msgid " on "
851
  msgstr " em "
852
 
853
- #: ../lib/yasr-functions.php:311
854
- msgid " rated "
 
 
 
 
 
 
 
 
 
 
855
  msgstr " votado "
856
 
857
- #: ../lib/yasr-functions.php:311
858
- msgid " of"
 
859
  msgstr " de "
860
 
861
- #: ../lib/yasr-functions.php:358
862
  msgid " written by "
863
  msgstr " escrito por "
864
 
865
- #: ../lib/yasr-functions.php:360
866
  msgid " average rating "
867
  msgstr " classificação média "
868
 
869
- #: ../lib/yasr-functions.php:361
870
  msgid " user ratings"
871
  msgstr "votos de usuários"
872
 
873
- #: ../lib/yasr-settings-functions.php:1338
874
- #: ../lib/yasr-settings-functions.php:1365
875
- msgid "Follow YASR official site!"
876
- msgstr "Siga o site oficial do YASR!"
877
-
878
- #: ../lib/yasr-ajax-functions.php:96
879
  msgid "You've rated it "
880
  msgstr "Você votou "
881
 
882
- #: ../lib/yasr-ajax-functions.php:100
883
  msgid "You've reset the vote"
884
  msgstr "Você resetou o voto"
885
 
886
- #: ../lib/yasr-ajax-functions.php:164
887
  msgid ""
888
  "There was an error while trying to insert the review type. Please report it"
889
  msgstr ""
890
  "Houve um erro ao tentar inserir o tipo de revisão. Por favor reporte isso"
891
 
892
- #: ../lib/yasr-ajax-functions.php:198
893
  msgid "Choose a vote for each element"
894
  msgstr "Escolha um voto para cada elemento"
895
 
896
- #: ../lib/yasr-ajax-functions.php:268
 
 
 
 
 
 
 
 
 
 
897
  msgid "Choose a vote for every element"
898
  msgstr "Escolha um voto para todos elementos"
899
 
900
- #: ../lib/yasr-ajax-functions.php:441
901
  msgid "Main"
902
  msgstr "Principal"
903
 
904
- #: ../lib/yasr-ajax-functions.php:442
905
  msgid "Charts"
906
  msgstr "Gráficos"
907
 
908
- #: ../lib/yasr-ajax-functions.php:444
909
  msgid "Read the doc"
910
  msgstr "Ler a documentação"
911
 
912
- #: ../lib/yasr-ajax-functions.php:453
913
  msgid "Overall Rating / Review"
914
  msgstr "Classificação Geral / Revisão"
915
 
916
- #: ../lib/yasr-ajax-functions.php:455
917
  msgid "Insert Overall Rating"
918
  msgstr "Inserir Classificação Geral"
919
 
920
- #: ../lib/yasr-ajax-functions.php:456
921
  msgid "Insert Overall Rating / Review for this post"
922
  msgstr "Inserir Classificação Geral / Revisão para este post"
923
 
924
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
925
  msgid "Choose Size"
926
  msgstr "Escolher Tamanho"
927
 
928
- #: ../lib/yasr-ajax-functions.php:473
929
  msgid "Insert Visitor Votes"
930
  msgstr "Inserir Voto de Visitantes"
931
 
932
- #: ../lib/yasr-ajax-functions.php:474
933
  msgid "Insert the ability for your visitor to vote"
934
  msgstr "Inserir a habilidade para o seu visitante votar"
935
 
936
- #: ../lib/yasr-ajax-functions.php:491
937
  msgid "If you want to insert a Multi Set, pick one:"
938
  msgstr "Se você quer inserir um Multi Set, escolha um:"
939
 
940
- #: ../lib/yasr-ajax-functions.php:497
941
  msgid "Choose wich set you want to insert."
942
  msgstr "Escolha qual set você quer inserir."
943
 
944
- #: ../lib/yasr-ajax-functions.php:511
 
 
 
 
 
 
 
 
 
 
 
 
 
 
945
  msgid "Insert Multiset:"
946
  msgstr "Inserir Multi Set"
947
 
948
- #: ../lib/yasr-ajax-functions.php:514
949
  msgid "Insert Multiple Set"
950
  msgstr "Inserir Set Múltiplo"
951
 
952
- #: ../lib/yasr-ajax-functions.php:532
953
  msgid "Ranking reviews"
954
  msgstr "Ranking de Avaliações"
955
 
956
- #: ../lib/yasr-ajax-functions.php:533
957
  msgid "Insert Ranking reviews"
958
  msgstr "Inserir Ranking de Avaliações"
959
 
960
- #: ../lib/yasr-ajax-functions.php:534
961
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
962
  msgstr "Inserir Top 10 ranking para o shortcode [yasr_overall_rating]"
963
 
964
- #: ../lib/yasr-ajax-functions.php:538
965
  msgid "Users' ranking"
966
  msgstr "Ranking de Usuários"
967
 
968
- #: ../lib/yasr-ajax-functions.php:539
969
  msgid "Insert Users ranking"
970
  msgstr "Inserir Ranking de Usuários"
971
 
972
- #: ../lib/yasr-ajax-functions.php:540
973
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
974
  msgstr "Inserir Top 10 ranking para o shortcode [yasr_visitor_votes]"
975
 
976
- #: ../lib/yasr-ajax-functions.php:544
977
  msgid "Most active reviewers"
978
  msgstr "Revisores mais ativos"
979
 
980
- #: ../lib/yasr-ajax-functions.php:545
981
  msgid "Insert Most Active Reviewers"
982
  msgstr "Inserir os revisores mais ativos"
983
 
984
- #: ../lib/yasr-ajax-functions.php:546
985
  msgid "Insert Top 5 active reviewers"
986
  msgstr "Inserir o Top 5 dos revisores mais ativos"
987
 
988
- #: ../lib/yasr-ajax-functions.php:550
989
  msgid "Most Active Users"
990
  msgstr "Usuários Mais Ativos"
991
 
992
- #: ../lib/yasr-ajax-functions.php:551
993
  msgid "Insert Most Active Users"
994
  msgstr "Inserir Usuários Mais Ativos"
995
 
996
- #: ../lib/yasr-ajax-functions.php:552
997
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
998
  msgstr "Inserir Top 10 eleitores para o shortcode [yasr_visitor_votes]"
999
 
1000
- #: ../lib/yasr-ajax-functions.php:623
1001
  msgid "Reviews and Visitor Votes have been successfull imported."
1002
  msgstr "Avaliações e votos de visitantes foram importados com sucesso."
1003
 
1004
- #: ../lib/yasr-ajax-functions.php:629
1005
  msgid ""
1006
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1007
  "THIS MAY TAKE A WHILE!"
@@ -1009,58 +1007,109 @@ msgstr ""
1009
  "Passo 2: Checando se foi usado Multi Set e caso seja o caso eles serão "
1010
  "importados. ISTO PODE LEVAR UM TEMPO!"
1011
 
1012
- #: ../lib/yasr-ajax-functions.php:631
1013
  msgid "Proceed Step 2"
1014
  msgstr "Continuar - Passo 2"
1015
 
1016
- #: ../lib/yasr-ajax-functions.php:638
1017
  msgid "Something goes wrong! Refresh the page and try again!"
1018
  msgstr "Algo deu errado! Atualize a página e tente novamente!"
1019
 
1020
- #: ../lib/yasr-ajax-functions.php:667
1021
  msgid "I've found Multiple Set! Importing..."
1022
  msgstr "Multi Set encontrado! Importando..."
1023
 
1024
- #: ../lib/yasr-ajax-functions.php:676
1025
  msgid "Multi Set's name has been successfull imported."
1026
  msgstr "O nome do multi set foi importado com sucesso."
1027
 
1028
- #: ../lib/yasr-ajax-functions.php:678
1029
  msgid "Now I'm going to import Multi Set data"
1030
  msgstr "Importando agora os dados do Multi Set"
1031
 
1032
- #: ../lib/yasr-ajax-functions.php:689
1033
  msgid "All votes has been successfull imported."
1034
  msgstr "Todos os votos foram importados com sucesso."
1035
 
1036
- #: ../lib/yasr-ajax-functions.php:691
1037
  msgid "Done"
1038
  msgstr "Pronto"
1039
 
1040
- #: ../lib/yasr-ajax-functions.php:696
1041
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1042
  msgstr ""
1043
  "Foram encontrados votos de Multi Set mas não puderam ser inseridos no banco "
1044
  "de dados"
1045
 
1046
- #: ../lib/yasr-ajax-functions.php:704
1047
  msgid "I've found Multi Set but with no data"
1048
  msgstr "Foram encontrados Multi Set mas sem dados"
1049
 
1050
- #: ../lib/yasr-ajax-functions.php:713
1051
  msgid "I've found Multi Sets names but I couldn't insert into db"
1052
  msgstr ""
1053
  "Foram encontrados nomes de Multi Set mas não puderam ser inseridos no banco "
1054
  "de dados"
1055
 
1056
- #: ../lib/yasr-ajax-functions.php:721
1057
  msgid "Multisets were not found. Imported is done!"
1058
  msgstr "Nenhum Multi Set encontrado. A importação está feita!"
1059
 
1060
- #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
 
 
 
 
 
 
 
 
 
1061
  msgid "Error: you can't vote 0"
1062
  msgstr "Erro: você não pode votar 0"
1063
 
1064
- #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
 
 
 
 
1065
  msgid "Vote Saved"
1066
  msgstr "Voto Salvo"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the Yet Another Stars Rating package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Yet Another Stars Rating\n"
6
+ "POT-Creation-Date: 2015-09-10 11:38+0100\n"
7
+ "PO-Revision-Date: 2015-09-10 11:41+0100\n"
8
+ "Last-Translator: Dario <thedudoworld@gmail.com>\n"
9
+ "Language-Team: \n"
10
+ "Language: pt_BR\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Generator: Poedit 1.5.4\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
+ #: ../yasr-metabox-top-right.php:75 ../yasr-metabox-top-right.php:109
18
+ msgid "Rate this article / item"
19
+ msgstr "Classifique este artigo / item"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
22
+ #: ../lib/yasr-shortcode-functions.php:546
23
+ msgid "Loading, please wait"
24
+ msgstr "Carregando, por favor aguarde"
25
 
26
+ #: ../yasr-metabox-top-right.php:157
27
+ msgid "Save Vote"
28
+ msgstr "Salvar Voto"
29
 
30
+ #: ../yasr-metabox-top-right.php:176
31
+ msgid "This review is about a..."
32
+ msgstr "Esta avaliação é sobre..."
33
 
34
+ #: ../yasr-metabox-top-right.php:181
35
+ msgid "Product, Place, Other"
 
 
 
36
  msgstr ""
 
 
 
37
 
38
+ #: ../yasr-metabox-top-right.php:216 ../yasr-metabox-multiple-rating.php:46
39
+ #: ../lib/yasr-settings-functions.php:542
40
+ msgid "Select"
41
+ msgstr "Selecionar"
 
 
 
 
 
 
 
 
 
 
 
42
 
43
+ #: ../yasr-metabox-top-right.php:234
44
  msgid ""
45
+ "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
46
+ "where you want to display this rating"
47
  msgstr ""
48
+ "Lembre-se de inserir este shortcode <strong>[yasr_overall_rating]</strong> "
49
+ "onde você deseja exibir essa classificação"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
52
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
53
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
54
  msgid "You do not have sufficient permissions to access this page."
55
  msgstr "Você não tem permissões suficientes para acessar esta página."
56
 
57
+ #: ../yasr-settings-page.php:37
58
  msgid "Settings"
59
  msgstr "Configurações"
60
 
61
+ #: ../yasr-settings-page.php:80
62
  msgid "General Settings"
63
  msgstr "Configurações Gerais"
64
 
65
+ #: ../yasr-settings-page.php:81
66
  msgid "Multi Sets"
67
  msgstr "Multi Sets"
68
 
69
+ #: ../yasr-settings-page.php:82
70
  msgid "Styles"
71
  msgstr "Estilos"
72
 
73
+ #: ../yasr-settings-page.php:83
74
+ msgid "Pro Features!"
75
+ msgstr "Recursos PRO!"
76
+
77
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:263
78
+ #: ../yasr-settings-page.php:297
79
  msgid "Save"
80
  msgstr "Salvar"
81
 
82
+ #: ../yasr-settings-page.php:125
83
  msgid "Import Gd Star Rating"
84
  msgstr "Importar Gd Star Rating"
85
 
86
+ #: ../yasr-settings-page.php:126
87
  msgid "I've found a previous installation of Gd Star Rating."
88
  msgstr "Eu encontrei uma instalação anterior do Gd Star Rating."
89
 
90
+ #: ../yasr-settings-page.php:126
91
  msgid "Do you want proceed to import data?"
92
  msgstr "Você quer continuar a importar os dados?"
93
 
94
+ #: ../yasr-settings-page.php:128
95
  msgid "Yes, Begin Import"
96
  msgstr "Sim, começar a importação"
97
 
98
+ #: ../yasr-settings-page.php:132
99
  msgid "Click on Proceed to import Gd Star Rating data."
100
  msgstr "Clique em Continuar para importar dados de Gd Star Rating."
101
 
102
+ #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
103
  msgid "Proceed"
104
  msgstr "Continuar"
105
 
106
+ #: ../yasr-settings-page.php:157
107
  msgid "Manage GD Star Data"
108
  msgstr "Gerenciar dados de GD Star"
109
 
110
+ #: ../yasr-settings-page.php:158
111
  msgid "Gd Star Rating has been already imported."
112
  msgstr "GD Star Rating já foi importado."
113
 
114
+ #: ../yasr-settings-page.php:159
115
  msgid "If you wish you can import it again, but"
116
  msgstr "Se desejar, você pode importá-lo novamente, mas"
117
 
118
+ #: ../yasr-settings-page.php:159
119
  msgid "you will lose all data you've collect since the import!"
120
  msgstr "você vai perder todos os dados já foram coletados desde a importação!"
121
 
122
+ #: ../yasr-settings-page.php:161
123
  msgid "Ok, Import Again"
124
  msgstr "Ok, importar novamente"
125
 
126
+ #: ../yasr-settings-page.php:165
127
  msgid ""
128
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
129
  msgstr ""
130
  "Clique em Continuar para importar novamente os dados do Gd Star Rating. Isto "
131
  "pode demorar um pouco!"
132
 
133
+ #: ../yasr-settings-page.php:205
134
  msgid "Manage Multi Set"
135
  msgstr "Gerenciar Mult Set"
136
 
137
+ #: ../yasr-settings-page.php:209
138
  msgid "What is a Multi Set?"
139
  msgstr "O que é um Multi Set?"
140
 
141
+ #: ../yasr-settings-page.php:214
142
  msgid ""
143
  "Multi Set allows you to insert a rate for each aspect about the product / "
144
  "local business / whetever you're reviewing, example in the image below."
147
  "produto / negócio local / qualquer coisa que está a analisar, exemplo na "
148
  "imagem abaixo."
149
 
150
+ #: ../yasr-settings-page.php:218
151
  msgid ""
152
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
153
  "different fields. Once you've saved it, you can insert the rates while "
159
  "enquanto estiver digitando seu artigo na caixa abaixo o editor, que você "
160
  "pode ver nesta imagem (clique para vê-la maior)"
161
 
162
+ #: ../yasr-settings-page.php:222
163
  msgid ""
164
  "In order to insert your Multi Sets into a post or page, you can either past "
165
  "the short code that will appear at the bottom of the box or just click on "
169
  "code que irá aparecer na parte inferior da caixa ou apenas clique na estrela "
170
  "no editor gráfico e selecione \"Inserir Multi Set\"."
171
 
172
+ #: ../yasr-settings-page.php:228
173
  msgid "Close this message"
174
  msgstr "Fechar esta mensagem"
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  #: ../yasr-metabox-multiple-rating.php:35
177
  msgid "Choose wich set you want to use"
178
  msgstr "Escolha o conjunto que você deseja usar"
179
 
180
+ #: ../lib/yasr-shortcode-functions.php:202
181
+ #: ../lib/yasr-shortcode-functions.php:223
182
+ #: ../lib/yasr-shortcode-functions.php:253
183
+ msgid "You've already voted this article with"
184
+ msgstr "Você já votou neste artigo com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
 
186
+ #: ../lib/yasr-shortcode-functions.php:264
187
+ #: ../lib/yasr-shortcode-functions.php:574
188
+ msgid "You must sign to vote"
189
+ msgstr "Você precisa estar logado para votar"
 
 
 
190
 
191
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
192
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
193
  msgid "Total: "
194
  msgstr "Total: "
195
 
196
+ #: ../lib/yasr-shortcode-functions.php:306
197
  msgid "Average: "
198
  msgstr "Média: "
199
 
200
+ #: ../lib/yasr-shortcode-functions.php:322
201
+ msgid "bad, poor, ok, good, super"
202
+ msgstr "Detestei, Não Gostei, Gostei, Gostei Muito, Adorei"
 
 
203
 
204
+ #: ../lib/yasr-shortcode-functions.php:553
205
+ msgid "Thank you for voting! "
206
+ msgstr ""
207
+
208
+ #: ../lib/yasr-shortcode-functions.php:564
209
+ #: ../lib/yasr-shortcode-functions.php:572
210
+ #: ../lib/yasr-shortcode-functions.php:584
211
+ msgid "Submit!"
212
+ msgstr ""
213
 
214
+ #: ../lib/yasr-shortcode-functions.php:761
215
  msgid "Rating"
216
  msgstr "Avaliação"
217
 
218
+ #: ../lib/yasr-shortcode-functions.php:775
219
  msgid "You don't have any votes stored"
220
  msgstr "Você não tem nenhum voto armazenado"
221
 
222
+ #: ../lib/yasr-shortcode-functions.php:811
223
+ #: ../lib/yasr-shortcode-functions.php:850
224
+ msgid "Post / Page"
225
+ msgstr "Post / Página"
226
+
227
+ #: ../lib/yasr-shortcode-functions.php:812
228
+ #: ../lib/yasr-shortcode-functions.php:851
229
  msgid "Order By"
230
  msgstr "Ordenar Por"
231
 
232
+ #: ../lib/yasr-shortcode-functions.php:812
233
+ #: ../lib/yasr-shortcode-functions.php:851
234
  msgid "Most Rated"
235
  msgstr "Mais Votados"
236
 
237
+ #: ../lib/yasr-shortcode-functions.php:812
238
+ #: ../lib/yasr-shortcode-functions.php:851
239
  msgid "Highest Rated"
240
  msgstr "Mais Bem Classificados"
241
 
242
+ #: ../lib/yasr-shortcode-functions.php:830
243
+ #: ../lib/yasr-shortcode-functions.php:865
244
  msgid "Total:"
245
  msgstr "Total:"
246
 
247
+ #: ../lib/yasr-shortcode-functions.php:830
248
+ #: ../lib/yasr-shortcode-functions.php:865
249
  msgid "Average"
250
  msgstr "Média"
251
 
252
+ #: ../lib/yasr-shortcode-functions.php:842
253
+ msgid "You've not enough data"
254
+ msgstr "Você não tem dados suficiente"
255
+
256
+ #: ../lib/yasr-shortcode-functions.php:877
257
  msgid "You've not enought data"
258
  msgstr "Você não tem dados suficiente"
259
 
260
+ #: ../lib/yasr-shortcode-functions.php:962
261
+ msgid ""
262
+ "Problem while retrieving the top 5 most active reviewers. Did you publish "
263
+ "any review?"
264
+ msgstr ""
265
+ "Problema ao recuperar os revisores mais ativos do top 5. Você publicou "
266
+ "alguma revisão?"
267
+
268
+ #: ../lib/yasr-shortcode-functions.php:1030
269
+ msgid ""
270
+ "Problem while retrieving the top 10 active users chart. Are you sure you "
271
+ "have votes to show?"
272
+ msgstr ""
273
+ "Problema ao recuperar o gráfico de usuários ativos do top 10. Tem certeza de "
274
+ "que você tem votos para mostrar?"
275
+
276
  #: ../lib/yasr-settings-functions.php:52
277
  msgid "General settings"
278
  msgstr "Configurações Gerais"
281
  msgid "Auto insert options"
282
  msgstr "Opções do Auto-Inserir"
283
 
284
+ #: ../lib/yasr-settings-functions.php:54
285
+ msgid "Show \"Overall Rating\" in Archive Page?"
286
+ msgstr "Mostrar \"Classificação Geral\" na página de arquivo?"
287
+
288
+ #: ../lib/yasr-settings-functions.php:55
289
+ msgid "Show \"Visitor Votes\" in Archive Page?"
290
+ msgstr "Mostrar \"Votos de Visitantes\" na página de arquivo?"
291
+
292
  #: ../lib/yasr-settings-functions.php:56
293
  msgid "Insert custom text to show before / after stars"
294
  msgstr "Inserir texto personalizado para mostrar antes / depois das estrelas"
295
 
296
+ #: ../lib/yasr-settings-functions.php:57
297
+ msgid "Do you want show stats for visitors votes?"
298
+ msgstr "Você quer mostrar estatísticas para os votos de visitantes?"
299
 
300
  #: ../lib/yasr-settings-functions.php:58
301
  msgid "Allow only logged in user to vote?"
341
  msgid "Overall Rating / Author Rating"
342
  msgstr "Classificação Geral / Classificação por Autor"
343
 
344
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:500
345
  msgid "Visitor Votes"
346
  msgstr "Votos de Visitantes"
347
 
365
  msgid "Size"
366
  msgstr "Tamanho"
367
 
368
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:490
369
+ #: ../lib/yasr-ajax-functions.php:508
370
  msgid "Small"
371
  msgstr "Pequeno"
372
 
373
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:491
374
+ #: ../lib/yasr-ajax-functions.php:509
375
  msgid "Medium"
376
  msgstr "Médio"
377
 
378
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:492
379
+ #: ../lib/yasr-ajax-functions.php:510
380
  msgid "Large"
381
  msgstr "Grande"
382
 
408
  "artigo ou página, mas também em páginas como Página Inicial, páginas de "
409
  "categorias ou arquivos."
410
 
411
+ #: ../lib/yasr-settings-functions.php:241
412
+ msgid ""
413
+ "If you enable this, \"Visitor Votes\" will be showed not only in the single "
414
+ "article or page, but also in pages like Home Page, category pages or "
415
+ "archives."
416
+ msgstr ""
417
+ "Se você ativar isso, \"Votos de visitante\" serão mostrados não somente no "
418
+ "artigo ou página, mas também em páginas como Página Inicial, páginas de "
419
+ "categorias ou arquivos."
420
+
421
  #: ../lib/yasr-settings-functions.php:276
422
  msgid "Custom text to display before Overall Rating"
423
  msgstr "Texto personalizado para exibir antes da Classificação Geral"
424
 
425
+ #: ../lib/yasr-settings-functions.php:281
426
+ msgid "Custom text to display BEFORE Visitor Rating"
427
+ msgstr ""
428
+
429
+ #: ../lib/yasr-settings-functions.php:287
430
+ msgid "Custom text to display AFTER Visitor Rating"
431
+ msgstr ""
432
+
433
  #: ../lib/yasr-settings-functions.php:292
434
  msgid "Custom text to display when a non logged user has already rated"
435
  msgstr ""
436
  "Texto personalizado para exibir quando um usuário não conectado já tiver "
437
  "votado"
438
 
439
+ #: ../lib/yasr-settings-functions.php:297
440
+ msgid "Help"
441
+ msgstr ""
 
 
 
 
442
 
443
+ #: ../lib/yasr-settings-functions.php:301
444
+ msgid ""
445
+ "In the first field you can use %overall_rating% pattern to show the overall "
446
+ "rating."
447
+ msgstr ""
448
 
449
+ #: ../lib/yasr-settings-functions.php:305
450
+ msgid ""
451
+ "In the Second and Third fields you can use %total_count% pattern to show the "
452
+ "total count, and %average% pattern to show the average"
453
+ msgstr ""
454
 
455
  #: ../lib/yasr-settings-functions.php:344
456
  msgid "Allow only logged-in users"
496
  msgid "Numbers"
497
  msgstr "Números"
498
 
499
+ #: ../lib/yasr-settings-functions.php:431
500
+ msgid "Which color scheme do you want to use?"
501
+ msgstr "Qual esquema de cor você quer usar?"
502
+
503
+ #: ../lib/yasr-settings-functions.php:452
504
+ msgid "Light"
505
+ msgstr "Claro"
506
+
507
+ #: ../lib/yasr-settings-functions.php:457
508
+ msgid "Dark"
509
+ msgstr "Escuro"
510
+
511
+ #: ../lib/yasr-settings-functions.php:462
512
+ msgid "Preview"
513
+ msgstr "Pré Visualização"
514
+
515
+ #: ../lib/yasr-settings-functions.php:467
516
+ msgid "Light theme"
517
+ msgstr "Tema claro"
518
+
519
+ #: ../lib/yasr-settings-functions.php:472
520
+ msgid "Dark theme"
521
+ msgstr ""
522
+
523
  #: ../lib/yasr-settings-functions.php:487
524
  msgid "Add New Multiple Set"
525
  msgstr "Adicionar Novo Multi Set"
536
  msgid "Name"
537
  msgstr "Nome"
538
 
539
+ #: ../lib/yasr-settings-functions.php:496
540
+ msgid "You can insert up to nine elements"
541
+ msgstr "Você pode inserir até nove elementos"
542
+
543
  #: ../lib/yasr-settings-functions.php:501
544
  msgid "Element "
545
  msgstr "Elemento"
549
  msgstr "Criar Novo Set"
550
 
551
  #: ../lib/yasr-settings-functions.php:532
552
+ #: ../lib/yasr-settings-functions.php:565
553
  msgid "Manage Multiple Set"
554
  msgstr "Gerenciar Multi Set"
555
 
557
  msgid "Wich set do you want to edit or remove?"
558
  msgstr "Qual set você quer editar ou remover?"
559
 
560
+ #: ../lib/yasr-settings-functions.php:575
561
+ #: ../lib/yasr-settings-functions.php:693
562
  msgid "Field name"
563
  msgstr "Nome do campo"
564
 
565
+ #: ../lib/yasr-settings-functions.php:579
566
+ #: ../lib/yasr-settings-functions.php:697
567
  msgid "Remove"
568
  msgstr "Remover"
569
 
570
+ #: ../lib/yasr-settings-functions.php:621
571
+ #: ../lib/yasr-settings-functions.php:739
572
  msgid "Remove whole set?"
573
  msgstr "Remover o set inteiro?"
574
 
575
+ #: ../lib/yasr-settings-functions.php:634
576
+ #: ../lib/yasr-settings-functions.php:752
577
  msgid ""
578
  "If you remove something you will remove all the votes for that set or field. "
579
  "This operation CAN'T BE undone."
581
  "Se você remover alguma coisa isso irá remover todos os votos deste set ou "
582
  "campo. Esta operação NÃO PODE ser desfeita."
583
 
584
+ #: ../lib/yasr-settings-functions.php:641
585
+ #: ../lib/yasr-settings-functions.php:759
586
  msgid "You can use up to 9 elements"
587
  msgstr "Você pode usar até 9 elementos"
588
 
589
+ #: ../lib/yasr-settings-functions.php:643
590
+ #: ../lib/yasr-settings-functions.php:761
591
  msgid "Add element"
592
  msgstr "Adicionar elemento"
593
 
594
+ #: ../lib/yasr-settings-functions.php:645
595
+ #: ../lib/yasr-settings-functions.php:763
596
  msgid "Save changes"
597
  msgstr "Salvar alterações"
598
 
599
+ #: ../lib/yasr-settings-functions.php:655
600
  msgid "No Multiple Set were found"
601
  msgstr "Nenhum Multi Set foi encontrado"
602
 
643
  "Algo saiu errado ao tentar inserir o nome do campo definido no formulário de "
644
  "edição. Por favor reporte isso"
645
 
646
+ #: ../lib/yasr-settings-functions.php:1202
647
  msgid "Style Options"
648
  msgstr "Opções de Estilo"
649
 
650
+ #: ../lib/yasr-settings-functions.php:1203
651
  msgid "Custom CSS Styles"
652
  msgstr "Estilos CSS Personalizados"
653
 
654
+ #: ../lib/yasr-settings-functions.php:1208
655
  msgid ""
656
  "Please use text area below to write your own CSS styles to override the "
657
  "default ones."
659
  "Por favor, use a área de texto abaixo para escrever seus próprios estilos "
660
  "CSS para substituir o padrão."
661
 
662
+ #: ../lib/yasr-settings-functions.php:1210
663
  msgid "Leave it blank if you don't know what you're doing"
664
  msgstr "Deixe em branco se você não sabe o que está fazendo"
665
 
666
+ #: ../lib/yasr-settings-functions.php:1233
667
+ msgid "Looking for more features?"
668
+ msgstr "Procurando por mais recursos?"
669
+
670
+ #: ../lib/yasr-settings-functions.php:1234
671
+ msgid "Upgrade to yasr pro!"
672
+ msgstr "Atualize para yasr pro!"
673
+
674
+ #: ../lib/yasr-settings-functions.php:1250
675
+ msgid "Unlimited ratings and votes"
676
+ msgstr "Votos e classificações ilimitadas"
677
+
678
+ #: ../lib/yasr-settings-functions.php:1256
679
+ msgid "Works with shortcodes"
680
+ msgstr "Funciona com shortcodes"
681
+
682
+ #: ../lib/yasr-settings-functions.php:1262
683
+ msgid "Multi Set Support"
684
+ msgstr "Suporte ao Multi Set"
685
+
686
+ #: ../lib/yasr-settings-functions.php:1267
687
+ msgid "Logs and stats for visitors votes"
688
+ msgstr "Logs e estatísticas para os votos de visitantes"
689
+
690
+ #: ../lib/yasr-settings-functions.php:1272
691
+ msgid "Localization (.po and .mo files included)"
692
+ msgstr "Localização (arquivos .po e. mo incluídos)"
693
+
694
+ #: ../lib/yasr-settings-functions.php:1277
695
+ msgid "Rich Snippet Support"
696
+ msgstr "Suporte a Rich Snippet"
697
+
698
+ #: ../lib/yasr-settings-functions.php:1282
699
+ msgid "Rankings for reviews, votes and users"
700
+ msgstr "Rankings para comentários, votos e usuários"
701
+
702
+ #: ../lib/yasr-settings-functions.php:1287
703
+ msgid "Rankings Customization"
704
+ msgstr "Personalização de rankings"
705
+
706
+ #: ../lib/yasr-settings-functions.php:1292
707
+ msgid "Stars Customization"
708
+ msgstr "Personalização de estrelas"
709
+
710
+ #: ../lib/yasr-settings-functions.php:1293
711
+ msgid "Size Only"
712
+ msgstr "Tamanho Apenas"
713
+
714
+ #: ../lib/yasr-settings-functions.php:1294
715
+ msgid ""
716
+ "Users can choose different ready to use sets or can upload their own images."
717
+ msgstr ""
718
+ "Os usuários podem escolher diferentes sets pronto para usar ou podem "
719
+ "carregar suas próprias imagens."
720
+
721
+ #: ../lib/yasr-settings-functions.php:1297
722
+ msgid "Users can review in comments"
723
+ msgstr "Os usuários podem avaliar comentários"
724
+
725
+ #: ../lib/yasr-settings-functions.php:1308
726
+ msgid "Not avaible yet"
727
+ msgstr "Não disponível ainda"
728
+
729
+ #: ../lib/yasr-settings-functions.php:1367
730
+ msgid "Keep in touch!"
731
+ msgstr ""
732
+
733
+ #: ../lib/yasr-settings-functions.php:1409
734
+ #, php-format
735
+ msgid ""
736
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
737
+ msgstr ""
738
+
739
+ #: ../lib/yasr-settings-functions.php:1411
740
+ msgid "Can I ask a favor?"
741
+ msgstr ""
742
+
743
+ #: ../lib/yasr-settings-functions.php:1413
744
+ msgid "Can you please rate YASR 5 stars on"
745
+ msgstr ""
746
+
747
+ #: ../lib/yasr-settings-functions.php:1415
748
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
749
+ msgstr ""
750
+
751
+ #: ../lib/yasr-settings-functions.php:1421
752
+ msgid "Ok, I'm glad to help!"
753
+ msgstr ""
754
+
755
+ #: ../lib/yasr-settings-functions.php:1422
756
+ msgid "Remind me later!"
757
+ msgstr ""
758
+
759
+ #: ../lib/yasr-settings-functions.php:1423
760
+ msgid "Don't need to ask, I already did it!"
761
+ msgstr ""
762
+
763
+ #: ../lib/yasr-settings-functions.php:1456
764
+ #, php-format
765
+ msgid ""
766
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
767
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
768
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
769
+ msgstr ""
770
+
771
+ #: ../lib/yasr-settings-functions.php:1501
772
  msgid "No previous Gd Star Rating installation was found"
773
  msgstr "Nenhuma instalação do Gd Star Rating anterior foi encontrada"
774
 
775
+ #: ../lib/yasr-db-functions.php:310
776
+ msgid "No recenet votes yet"
777
  msgstr "Nenhum voto recente ainda"
778
 
779
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:806
780
  msgid "anonymous"
781
  msgstr "anônimo"
782
 
783
+ #: ../lib/yasr-db-functions.php:334
784
+ #, php-format
785
+ msgid "Vote %d from %s on "
786
+ msgstr ""
787
+
788
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:831
789
  msgid "Ip address"
790
  msgstr "Endereço de IP"
791
 
792
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:872
793
  msgid "Pages"
794
  msgstr "Páginas"
795
 
809
  msgid "You don't have enought privileges to insert Multi Set"
810
  msgstr "Você não tem privilégios suficientes para inserir Multi Set"
811
 
812
+ #: ../lib/yasr-functions.php:298
813
+ #, fuzzy
814
+ msgid "reviewed by"
815
  msgstr " avaliado por "
816
 
817
+ #: ../lib/yasr-functions.php:300 ../lib/yasr-functions.php:368
818
  msgid " on "
819
  msgstr " em "
820
 
821
+ #: ../lib/yasr-functions.php:314
822
+ #, fuzzy
823
+ msgid "reviewed on"
824
+ msgstr " avaliado por "
825
+
826
+ #: ../lib/yasr-functions.php:315
827
+ msgid "by "
828
+ msgstr ""
829
+
830
+ #: ../lib/yasr-functions.php:319
831
+ #, fuzzy
832
+ msgid "rated"
833
  msgstr " votado "
834
 
835
+ #: ../lib/yasr-functions.php:319
836
+ #, fuzzy
837
+ msgid "of"
838
  msgstr " de "
839
 
840
+ #: ../lib/yasr-functions.php:376
841
  msgid " written by "
842
  msgstr " escrito por "
843
 
844
+ #: ../lib/yasr-functions.php:379
845
  msgid " average rating "
846
  msgstr " classificação média "
847
 
848
+ #: ../lib/yasr-functions.php:380
849
  msgid " user ratings"
850
  msgstr "votos de usuários"
851
 
852
+ #: ../lib/yasr-ajax-functions.php:102
 
 
 
 
 
853
  msgid "You've rated it "
854
  msgstr "Você votou "
855
 
856
+ #: ../lib/yasr-ajax-functions.php:106
857
  msgid "You've reset the vote"
858
  msgstr "Você resetou o voto"
859
 
860
+ #: ../lib/yasr-ajax-functions.php:188
861
  msgid ""
862
  "There was an error while trying to insert the review type. Please report it"
863
  msgstr ""
864
  "Houve um erro ao tentar inserir o tipo de revisão. Por favor reporte isso"
865
 
866
+ #: ../lib/yasr-ajax-functions.php:223
867
  msgid "Choose a vote for each element"
868
  msgstr "Escolha um voto para cada elemento"
869
 
870
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
871
+ msgid "If you want to insert this multiset, paste this shortcode "
872
+ msgstr ""
873
+
874
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
875
+ msgid ""
876
+ "If, instead, you want allow your visitor to vote on this multiset, use this "
877
+ "shortcode"
878
+ msgstr ""
879
+
880
+ #: ../lib/yasr-ajax-functions.php:297
881
  msgid "Choose a vote for every element"
882
  msgstr "Escolha um voto para todos elementos"
883
 
884
+ #: ../lib/yasr-ajax-functions.php:470
885
  msgid "Main"
886
  msgstr "Principal"
887
 
888
+ #: ../lib/yasr-ajax-functions.php:471
889
  msgid "Charts"
890
  msgstr "Gráficos"
891
 
892
+ #: ../lib/yasr-ajax-functions.php:473
893
  msgid "Read the doc"
894
  msgstr "Ler a documentação"
895
 
896
+ #: ../lib/yasr-ajax-functions.php:482
897
  msgid "Overall Rating / Review"
898
  msgstr "Classificação Geral / Revisão"
899
 
900
+ #: ../lib/yasr-ajax-functions.php:484
901
  msgid "Insert Overall Rating"
902
  msgstr "Inserir Classificação Geral"
903
 
904
+ #: ../lib/yasr-ajax-functions.php:485
905
  msgid "Insert Overall Rating / Review for this post"
906
  msgstr "Inserir Classificação Geral / Revisão para este post"
907
 
908
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
909
  msgid "Choose Size"
910
  msgstr "Escolher Tamanho"
911
 
912
+ #: ../lib/yasr-ajax-functions.php:502
913
  msgid "Insert Visitor Votes"
914
  msgstr "Inserir Voto de Visitantes"
915
 
916
+ #: ../lib/yasr-ajax-functions.php:503
917
  msgid "Insert the ability for your visitor to vote"
918
  msgstr "Inserir a habilidade para o seu visitante votar"
919
 
920
+ #: ../lib/yasr-ajax-functions.php:520
921
  msgid "If you want to insert a Multi Set, pick one:"
922
  msgstr "Se você quer inserir um Multi Set, escolha um:"
923
 
924
+ #: ../lib/yasr-ajax-functions.php:526
925
  msgid "Choose wich set you want to insert."
926
  msgstr "Escolha qual set você quer inserir."
927
 
928
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
929
+ msgid "Readonly?"
930
+ msgstr ""
931
+
932
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
933
+ msgid ""
934
+ "If Readonly is checked, only you can insert the votes (in the box above the "
935
+ "editor)"
936
+ msgstr ""
937
+
938
+ #: ../lib/yasr-ajax-functions.php:531
939
+ msgid "Insert Multi Set"
940
+ msgstr ""
941
+
942
+ #: ../lib/yasr-ajax-functions.php:540
943
  msgid "Insert Multiset:"
944
  msgstr "Inserir Multi Set"
945
 
946
+ #: ../lib/yasr-ajax-functions.php:543
947
  msgid "Insert Multiple Set"
948
  msgstr "Inserir Set Múltiplo"
949
 
950
+ #: ../lib/yasr-ajax-functions.php:561
951
  msgid "Ranking reviews"
952
  msgstr "Ranking de Avaliações"
953
 
954
+ #: ../lib/yasr-ajax-functions.php:562
955
  msgid "Insert Ranking reviews"
956
  msgstr "Inserir Ranking de Avaliações"
957
 
958
+ #: ../lib/yasr-ajax-functions.php:563
959
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
960
  msgstr "Inserir Top 10 ranking para o shortcode [yasr_overall_rating]"
961
 
962
+ #: ../lib/yasr-ajax-functions.php:567
963
  msgid "Users' ranking"
964
  msgstr "Ranking de Usuários"
965
 
966
+ #: ../lib/yasr-ajax-functions.php:568
967
  msgid "Insert Users ranking"
968
  msgstr "Inserir Ranking de Usuários"
969
 
970
+ #: ../lib/yasr-ajax-functions.php:569
971
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
972
  msgstr "Inserir Top 10 ranking para o shortcode [yasr_visitor_votes]"
973
 
974
+ #: ../lib/yasr-ajax-functions.php:573
975
  msgid "Most active reviewers"
976
  msgstr "Revisores mais ativos"
977
 
978
+ #: ../lib/yasr-ajax-functions.php:574
979
  msgid "Insert Most Active Reviewers"
980
  msgstr "Inserir os revisores mais ativos"
981
 
982
+ #: ../lib/yasr-ajax-functions.php:575
983
  msgid "Insert Top 5 active reviewers"
984
  msgstr "Inserir o Top 5 dos revisores mais ativos"
985
 
986
+ #: ../lib/yasr-ajax-functions.php:579
987
  msgid "Most Active Users"
988
  msgstr "Usuários Mais Ativos"
989
 
990
+ #: ../lib/yasr-ajax-functions.php:580
991
  msgid "Insert Most Active Users"
992
  msgstr "Inserir Usuários Mais Ativos"
993
 
994
+ #: ../lib/yasr-ajax-functions.php:581
995
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
996
  msgstr "Inserir Top 10 eleitores para o shortcode [yasr_visitor_votes]"
997
 
998
+ #: ../lib/yasr-ajax-functions.php:652
999
  msgid "Reviews and Visitor Votes have been successfull imported."
1000
  msgstr "Avaliações e votos de visitantes foram importados com sucesso."
1001
 
1002
+ #: ../lib/yasr-ajax-functions.php:658
1003
  msgid ""
1004
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1005
  "THIS MAY TAKE A WHILE!"
1007
  "Passo 2: Checando se foi usado Multi Set e caso seja o caso eles serão "
1008
  "importados. ISTO PODE LEVAR UM TEMPO!"
1009
 
1010
+ #: ../lib/yasr-ajax-functions.php:660
1011
  msgid "Proceed Step 2"
1012
  msgstr "Continuar - Passo 2"
1013
 
1014
+ #: ../lib/yasr-ajax-functions.php:667
1015
  msgid "Something goes wrong! Refresh the page and try again!"
1016
  msgstr "Algo deu errado! Atualize a página e tente novamente!"
1017
 
1018
+ #: ../lib/yasr-ajax-functions.php:696
1019
  msgid "I've found Multiple Set! Importing..."
1020
  msgstr "Multi Set encontrado! Importando..."
1021
 
1022
+ #: ../lib/yasr-ajax-functions.php:705
1023
  msgid "Multi Set's name has been successfull imported."
1024
  msgstr "O nome do multi set foi importado com sucesso."
1025
 
1026
+ #: ../lib/yasr-ajax-functions.php:707
1027
  msgid "Now I'm going to import Multi Set data"
1028
  msgstr "Importando agora os dados do Multi Set"
1029
 
1030
+ #: ../lib/yasr-ajax-functions.php:718
1031
  msgid "All votes has been successfull imported."
1032
  msgstr "Todos os votos foram importados com sucesso."
1033
 
1034
+ #: ../lib/yasr-ajax-functions.php:720
1035
  msgid "Done"
1036
  msgstr "Pronto"
1037
 
1038
+ #: ../lib/yasr-ajax-functions.php:725
1039
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1040
  msgstr ""
1041
  "Foram encontrados votos de Multi Set mas não puderam ser inseridos no banco "
1042
  "de dados"
1043
 
1044
+ #: ../lib/yasr-ajax-functions.php:733
1045
  msgid "I've found Multi Set but with no data"
1046
  msgstr "Foram encontrados Multi Set mas sem dados"
1047
 
1048
+ #: ../lib/yasr-ajax-functions.php:742
1049
  msgid "I've found Multi Sets names but I couldn't insert into db"
1050
  msgstr ""
1051
  "Foram encontrados nomes de Multi Set mas não puderam ser inseridos no banco "
1052
  "de dados"
1053
 
1054
+ #: ../lib/yasr-ajax-functions.php:750
1055
  msgid "Multisets were not found. Imported is done!"
1056
  msgstr "Nenhum Multi Set encontrado. A importação está feita!"
1057
 
1058
+ #: ../lib/yasr-ajax-functions.php:793
1059
+ msgid "No Recenet votes yet"
1060
+ msgstr "Nenhum voto recente ainda"
1061
+
1062
+ #: ../lib/yasr-ajax-functions.php:815
1063
+ #, php-format
1064
+ msgid "Vote %d from %s on"
1065
+ msgstr ""
1066
+
1067
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1068
  msgid "Error: you can't vote 0"
1069
  msgstr "Erro: você não pode votar 0"
1070
 
1071
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1072
+ msgid "Average:"
1073
+ msgstr ""
1074
+
1075
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1076
  msgid "Vote Saved"
1077
  msgstr "Voto Salvo"
1078
+
1079
+ #: ../lib/yasr-ajax-functions.php:1264
1080
+ msgid "Vote updated"
1081
+ msgstr "Voto atualizado"
1082
+
1083
+ #: ../lib/yasr-ajax-functions.php:1409
1084
+ msgid "Rating saved!"
1085
+ msgstr ""
1086
+
1087
+ #: ../lib/yasr-ajax-functions.php:1415
1088
+ msgid "Rating not saved. Please Try again"
1089
+ msgstr ""
1090
+
1091
+ #: ../lib/yasr-ajax-functions.php:1508
1092
+ msgid "stars"
1093
+ msgstr "estrelas"
1094
+
1095
+ #: ../lib/yasr-ajax-functions.php:1513
1096
+ msgid "star"
1097
+ msgstr "estrela"
1098
+
1099
+ #~ msgid "Donations"
1100
+ #~ msgstr "Doações"
1101
+
1102
+ #~ msgid ""
1103
+ #~ "If you have found this plugin useful, please consider making a donation "
1104
+ #~ "to help support future development. Your support will be much "
1105
+ #~ "appreciated. "
1106
+ #~ msgstr ""
1107
+ #~ "Se você achou este plugin útil, por favor considere fazer uma pequena "
1108
+ #~ "doação para ajudar a contribuir para o meu tempo investido e para "
1109
+ #~ "promover o futuro desenvolvimento. Sua ajuda será muito apreciada."
1110
+
1111
+ #~ msgid "Thank you!"
1112
+ #~ msgstr "Obrigado!"
1113
+
1114
+ #~ msgid "Follow YASR official site!"
1115
+ #~ msgstr "Siga o site oficial do YASR!"
languages/yasr-ru_RU.mo CHANGED
Binary file
languages/yasr-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating v0.8.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-05-07 09:51+0100\n"
6
- "PO-Revision-Date: 2015-05-07 09:51+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: ru\n"
@@ -21,41 +21,41 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\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 "Оценить эту статью / пункт"
27
 
28
  # @ yasr
29
- #: yasr-metabox-top-right.php:71 lib/yasr-shortcode-functions.php:124
30
- #: lib/yasr-shortcode-functions.php:527
31
  msgid "Loading, please wait"
32
  msgstr "Загружается, пожалуйста подождите"
33
 
34
  # @ yasr
35
- #: yasr-metabox-top-right.php:147
36
  msgid "Save Vote"
37
  msgstr "Сохранить голосование"
38
 
39
  # @ default
40
- #: yasr-metabox-top-right.php:166
41
  msgid "This review is about a..."
42
  msgstr ""
43
 
44
  # @ yasr
45
- #: yasr-metabox-top-right.php:171
46
  #, fuzzy
47
  msgid "Product, Place, Other"
48
  msgstr "Продукт, места, другие"
49
 
50
  # @ default
51
  # @ yasr
52
- #: yasr-metabox-top-right.php:199 yasr-metabox-multiple-rating.php:46
53
  #: lib/yasr-settings-functions.php:542
54
  msgid "Select"
55
  msgstr "Выберите"
56
 
57
  # @ yasr
58
- #: yasr-metabox-top-right.php:217
59
  msgid ""
60
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
61
  "where you want to display this rating"
@@ -65,115 +65,115 @@ msgstr ""
65
 
66
  # @ yasr
67
  #: yasr-settings-page.php:24 lib/yasr-functions.php:111
68
- #: lib/yasr-ajax-functions.php:44 lib/yasr-ajax-functions.php:187
69
- #: lib/yasr-ajax-functions.php:336 lib/yasr-ajax-functions.php:753
70
  msgid "You do not have sufficient permissions to access this page."
71
  msgstr "Вы не имеете достаточных разрешений для доступа к этой странице."
72
 
73
  # @ yasr
74
- #: yasr-settings-page.php:33
75
  msgid "Settings"
76
  msgstr "Параметры"
77
 
78
  # @ yasr
79
- #: yasr-settings-page.php:76
80
  msgid "General Settings"
81
  msgstr "Общие параметры"
82
 
83
  # @ yasr
84
- #: yasr-settings-page.php:77
85
  msgid "Multi Sets"
86
  msgstr "Множественные выборы"
87
 
88
  # @ yasr
89
- #: yasr-settings-page.php:78
90
  msgid "Styles"
91
  msgstr "Стили"
92
 
93
  # @ yasr
94
- #: yasr-settings-page.php:79
95
  msgid "Pro Features!"
96
  msgstr "Про особенности!"
97
 
98
  # @ default
99
- #: yasr-settings-page.php:96 yasr-settings-page.php:255
100
- #: yasr-settings-page.php:295
101
  msgid "Save"
102
  msgstr ""
103
 
104
  # @ yasr
105
- #: yasr-settings-page.php:116
106
  msgid "Import Gd Star Rating"
107
  msgstr "Импорт Gd Star Rating"
108
 
109
  # @ yasr
110
- #: yasr-settings-page.php:117
111
  msgid "I've found a previous installation of Gd Star Rating."
112
  msgstr "Я нашел предыдущие установки Gd Star Rating"
113
 
114
  # @ yasr
115
- #: yasr-settings-page.php:117
116
  msgid "Do you want proceed to import data?"
117
  msgstr "Вы хотите продолжить импорт данных?"
118
 
119
  # @ yasr
120
- #: yasr-settings-page.php:119
121
  msgid "Yes, Begin Import"
122
  msgstr "Да, начать импорт"
123
 
124
  # @ default
125
- #: yasr-settings-page.php:123
126
  msgid "Click on Proceed to import Gd Star Rating data."
127
  msgstr ""
128
 
129
  # @ yasr
130
- #: yasr-settings-page.php:126 yasr-settings-page.php:159
131
  msgid "Proceed"
132
  msgstr "Запустить"
133
 
134
  # @ yasr
135
- #: yasr-settings-page.php:148
136
  msgid "Manage GD Star Data"
137
  msgstr "Управление Gd Star Rating"
138
 
139
  # @ default
140
- #: yasr-settings-page.php:149
141
  msgid "Gd Star Rating has been already imported."
142
  msgstr ""
143
 
144
  # @ yasr
145
- #: yasr-settings-page.php:150
146
  msgid "If you wish you can import it again, but"
147
  msgstr "Если вы хотите, вы можете импортировать его снова, но"
148
 
149
  # @ yasr
150
- #: yasr-settings-page.php:150
151
  msgid "you will lose all data you've collect since the import!"
152
  msgstr "вы потеряете все данные с импорта!"
153
 
154
  # @ default
155
- #: yasr-settings-page.php:152
156
  msgid "Ok, Import Again"
157
  msgstr ""
158
 
159
  # @ default
160
- #: yasr-settings-page.php:156
161
  msgid ""
162
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
163
  msgstr ""
164
 
165
  # @ yasr
166
- #: yasr-settings-page.php:196
167
  msgid "Manage Multi Set"
168
  msgstr "Управление множественным выбором"
169
 
170
  # @ yasr
171
- #: yasr-settings-page.php:200
172
  msgid "What is a Multi Set?"
173
  msgstr "Что такое множественный выбор?"
174
 
175
  # @ yasr
176
- #: yasr-settings-page.php:205
177
  msgid ""
178
  "Multi Set allows you to insert a rate for each aspect about the product / "
179
  "local business / whetever you're reviewing, example in the image below."
@@ -182,7 +182,7 @@ msgstr ""
182
  "продукте / событии / обзоре, пример на картинке ниже."
183
 
184
  # @ yasr
185
- #: yasr-settings-page.php:209
186
  msgid ""
187
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
188
  "different fields. Once you've saved it, you can insert the rates while "
@@ -195,7 +195,7 @@ msgstr ""
195
  "видите на этом рисунке (нажмите, чтобы увидеть ее больше)"
196
 
197
  # @ yasr
198
- #: yasr-settings-page.php:213
199
  msgid ""
200
  "In order to insert your Multi Sets into a post or page, you can either past "
201
  "the short code that will appear at the bottom of the box or just click on "
@@ -207,135 +207,112 @@ msgstr ""
207
  "выбор»."
208
 
209
  # @ yasr
210
- #: yasr-settings-page.php:219
211
  msgid "Close this message"
212
  msgstr "Закройте это сообщение"
213
 
214
- # @ yasr
215
- #: yasr-settings-page.php:265 lib/yasr-settings-functions.php:1326
216
- #: lib/yasr-settings-functions.php:1352
217
- msgid "Donations"
218
- msgstr "Пожертвования"
219
-
220
- # @ yasr
221
- #: yasr-settings-page.php:267 lib/yasr-settings-functions.php:1328
222
- #: lib/yasr-settings-functions.php:1354
223
- msgid ""
224
- "If you have found this plugin useful, please consider making a donation to "
225
- "help support future development. Your support will be much appreciated. "
226
- msgstr ""
227
- "Если вы нашли этот плагин полезным, пожалуйста, рассмотреть вопрос о "
228
- "внесении пожертвование для поддержки будущего развития. Ваша помощь будет "
229
- "высоко ценится. "
230
-
231
- # @ yasr
232
- #: yasr-settings-page.php:269 lib/yasr-settings-functions.php:1330
233
- #: lib/yasr-settings-functions.php:1356
234
- msgid "Thank you!"
235
- msgstr "Спасибо!"
236
-
237
  # @ default
238
  #: yasr-metabox-multiple-rating.php:35
239
  msgid "Choose wich set you want to use"
240
  msgstr ""
241
 
242
  # @ yasr
243
- #: lib/yasr-shortcode-functions.php:189 lib/yasr-shortcode-functions.php:210
244
- #: lib/yasr-shortcode-functions.php:240
245
  msgid "You've already voted this article with"
246
  msgstr "Вы уже проголосовали за эту статью"
247
 
248
  # @ yasr
249
- #: lib/yasr-shortcode-functions.php:251 lib/yasr-shortcode-functions.php:555
250
  msgid "You must sign to vote"
251
  msgstr "Вы должны отметить голос"
252
 
253
  # @ yasr
254
- #: lib/yasr-shortcode-functions.php:293 lib/yasr-ajax-functions.php:1040
255
- #: lib/yasr-ajax-functions.php:1048 lib/yasr-ajax-functions.php:1181
256
  msgid "Total: "
257
  msgstr "Всего голосов: "
258
 
259
  # @ yasr
260
- #: lib/yasr-shortcode-functions.php:293
261
  msgid "Average: "
262
  msgstr "Средний: "
263
 
264
  # @ yasr
265
- #: lib/yasr-shortcode-functions.php:309
266
  msgid "bad, poor, ok, good, super"
267
  msgstr "ужасно, плохо, нормально, хорошо, прекрасно"
268
 
269
  # @ yasr
270
- #: lib/yasr-shortcode-functions.php:534
271
  #, fuzzy
272
  msgid "Thank you for voting! "
273
  msgstr "Спасибо!"
274
 
275
- #: lib/yasr-shortcode-functions.php:545 lib/yasr-shortcode-functions.php:553
276
- #: lib/yasr-shortcode-functions.php:565
277
  msgid "Submit!"
278
  msgstr ""
279
 
280
  # @ yasr
281
- #: lib/yasr-shortcode-functions.php:710
282
  msgid "Rating"
283
  msgstr "Рейтинг"
284
 
285
  # @ yasr
286
- #: lib/yasr-shortcode-functions.php:724
287
  msgid "You don't have any votes stored"
288
  msgstr "У вас нет голосов"
289
 
290
  # @ yasr
291
- #: lib/yasr-shortcode-functions.php:760 lib/yasr-shortcode-functions.php:799
292
  msgid "Post / Page"
293
  msgstr "Пост / страница"
294
 
295
  # @ yasr
296
- #: lib/yasr-shortcode-functions.php:761 lib/yasr-shortcode-functions.php:800
297
  msgid "Order By"
298
  msgstr "Упорядочить по"
299
 
300
  # @ yasr
301
- #: lib/yasr-shortcode-functions.php:761 lib/yasr-shortcode-functions.php:800
302
  msgid "Most Rated"
303
  msgstr "Больше оценок"
304
 
305
  # @ yasr
306
- #: lib/yasr-shortcode-functions.php:761 lib/yasr-shortcode-functions.php:800
307
  msgid "Highest Rated"
308
  msgstr "Самые высокие оценки"
309
 
310
  # @ yasr
311
- #: lib/yasr-shortcode-functions.php:779 lib/yasr-shortcode-functions.php:814
312
  msgid "Total:"
313
  msgstr "Всего:"
314
 
315
  # @ yasr
316
- #: lib/yasr-shortcode-functions.php:779 lib/yasr-shortcode-functions.php:814
317
  msgid "Average"
318
  msgstr "В среднем"
319
 
320
  # @ yasr
321
- #: lib/yasr-shortcode-functions.php:791
322
  msgid "You've not enough data"
323
  msgstr "У вас не хватает данных"
324
 
325
  # @ yasr
326
- #: lib/yasr-shortcode-functions.php:826
327
  msgid "You've not enought data"
328
  msgstr "У вас не хватает данных"
329
 
330
  # @ default
331
- #: lib/yasr-shortcode-functions.php:911
332
  msgid ""
333
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
334
  "any review?"
335
  msgstr ""
336
 
337
  # @ default
338
- #: lib/yasr-shortcode-functions.php:979
339
  msgid ""
340
  "Problem while retrieving the top 10 active users chart. Are you sure you "
341
  "have votes to show?"
@@ -418,7 +395,7 @@ msgid "Overall Rating / Author Rating"
418
  msgstr "Общий рейтинг / Рейтинг автора"
419
 
420
  # @ yasr
421
- #: lib/yasr-settings-functions.php:104 lib/yasr-ajax-functions.php:471
422
  msgid "Visitor Votes"
423
  msgstr "Голоса посетителей"
424
 
@@ -448,20 +425,20 @@ msgid "Size"
448
  msgstr "Размер"
449
 
450
  # @ yasr
451
- #: lib/yasr-settings-functions.php:128 lib/yasr-ajax-functions.php:461
452
- #: lib/yasr-ajax-functions.php:479
453
  msgid "Small"
454
  msgstr "Маленький"
455
 
456
  # @ yasr
457
- #: lib/yasr-settings-functions.php:133 lib/yasr-ajax-functions.php:462
458
- #: lib/yasr-ajax-functions.php:480
459
  msgid "Medium"
460
  msgstr "Средний"
461
 
462
  # @ yasr
463
- #: lib/yasr-settings-functions.php:138 lib/yasr-ajax-functions.php:463
464
- #: lib/yasr-ajax-functions.php:481
465
  msgid "Large"
466
  msgstr "Большой"
467
 
@@ -666,7 +643,7 @@ msgid "Create New Set"
666
  msgstr "Создать новый выбор"
667
 
668
  # @ yasr
669
- #: lib/yasr-settings-functions.php:532 lib/yasr-settings-functions.php:564
670
  msgid "Manage Multiple Set"
671
  msgstr "Управление множественным выбором"
672
 
@@ -676,22 +653,22 @@ msgid "Wich set do you want to edit or remove?"
676
  msgstr "Вы хотите изменить или удалить набор?"
677
 
678
  # @ yasr
679
- #: lib/yasr-settings-functions.php:574 lib/yasr-settings-functions.php:692
680
  msgid "Field name"
681
  msgstr "Имя поля"
682
 
683
  # @ yasr
684
- #: lib/yasr-settings-functions.php:578 lib/yasr-settings-functions.php:696
685
  msgid "Remove"
686
  msgstr "Удалить"
687
 
688
  # @ yasr
689
- #: lib/yasr-settings-functions.php:620 lib/yasr-settings-functions.php:738
690
  msgid "Remove whole set?"
691
  msgstr "Удалить весь набор?"
692
 
693
  # @ yasr
694
- #: lib/yasr-settings-functions.php:633 lib/yasr-settings-functions.php:751
695
  msgid ""
696
  "If you remove something you will remove all the votes for that set or field. "
697
  "This operation CAN'T BE undone."
@@ -700,22 +677,22 @@ msgstr ""
700
  "Эта операция не может быть отменена."
701
 
702
  # @ yasr
703
- #: lib/yasr-settings-functions.php:640 lib/yasr-settings-functions.php:758
704
  msgid "You can use up to 9 elements"
705
  msgstr "Можно использовать до 9 элементов"
706
 
707
  # @ yasr
708
- #: lib/yasr-settings-functions.php:642 lib/yasr-settings-functions.php:760
709
  msgid "Add element"
710
  msgstr "Добавить элемент"
711
 
712
  # @ yasr
713
- #: lib/yasr-settings-functions.php:644 lib/yasr-settings-functions.php:762
714
  msgid "Save changes"
715
  msgstr "Сохранить изменения"
716
 
717
  # @ yasr
718
- #: lib/yasr-settings-functions.php:654
719
  msgid "No Multiple Set were found"
720
  msgstr "Множественные выборы не были найдены"
721
 
@@ -771,17 +748,17 @@ msgstr ""
771
  "Пожалуйста сообщите об этом"
772
 
773
  # @ yasr
774
- #: lib/yasr-settings-functions.php:1200
775
  msgid "Style Options"
776
  msgstr "Параметры стиля"
777
 
778
  # @ yasr
779
- #: lib/yasr-settings-functions.php:1201
780
  msgid "Custom CSS Styles"
781
  msgstr "Пользовательские CSS стили"
782
 
783
  # @ yasr
784
- #: lib/yasr-settings-functions.php:1206
785
  msgid ""
786
  "Please use text area below to write your own CSS styles to override the "
787
  "default ones."
@@ -790,72 +767,72 @@ msgstr ""
790
  "CSS стили для переопределения по умолчанию."
791
 
792
  # @ yasr
793
- #: lib/yasr-settings-functions.php:1208
794
  msgid "Leave it blank if you don't know what you're doing"
795
  msgstr "Оставьте это поле пустым, если вы не знаете, что вы делаете"
796
 
797
  # @ yasr
798
- #: lib/yasr-settings-functions.php:1231
799
  msgid "Looking for more features?"
800
  msgstr "Хотите больше возможностей?"
801
 
802
  # @ yasr
803
- #: lib/yasr-settings-functions.php:1232
804
  msgid "Upgrade to yasr pro!"
805
  msgstr "Обновление до yasr pro!"
806
 
807
  # @ yasr
808
- #: lib/yasr-settings-functions.php:1248
809
  msgid "Unlimited ratings and votes"
810
  msgstr "Неограниченное рейтинги и голоса"
811
 
812
  # @ yasr
813
- #: lib/yasr-settings-functions.php:1254
814
  msgid "Works with shortcodes"
815
  msgstr "Работает с шорткодами"
816
 
817
  # @ yasr
818
- #: lib/yasr-settings-functions.php:1260
819
  msgid "Multi Set Support"
820
  msgstr "Поддержка множественных выборов"
821
 
822
  # @ yasr
823
- #: lib/yasr-settings-functions.php:1265
824
  msgid "Logs and stats for visitors votes"
825
  msgstr "Логи и статистика для голосов посетителей"
826
 
827
  # @ yasr
828
- #: lib/yasr-settings-functions.php:1270
829
  msgid "Localization (.po and .mo files included)"
830
  msgstr "Локализация (.po и .mo файлы включены)"
831
 
832
  # @ yasr
833
- #: lib/yasr-settings-functions.php:1275
834
  msgid "Rich Snippet Support"
835
  msgstr "Поддержка Rich Snippet"
836
 
837
  # @ yasr
838
- #: lib/yasr-settings-functions.php:1280
839
  msgid "Rankings for reviews, votes and users"
840
  msgstr "Рейтинги отзывов и голосов пользователей"
841
 
842
  # @ yasr
843
- #: lib/yasr-settings-functions.php:1285
844
  msgid "Rankings Customization"
845
  msgstr "Настройка рейтинга"
846
 
847
  # @ yasr
848
- #: lib/yasr-settings-functions.php:1290
849
  msgid "Stars Customization"
850
  msgstr "Настройка звёзд"
851
 
852
  # @ yasr
853
- #: lib/yasr-settings-functions.php:1291
854
  msgid "Size Only"
855
  msgstr "Только размер"
856
 
857
  # @ yasr
858
- #: lib/yasr-settings-functions.php:1292
859
  msgid ""
860
  "Users can choose different ready to use sets or can upload their own images."
861
  msgstr ""
@@ -863,22 +840,59 @@ msgstr ""
863
  "можно загрузить свои собственные изображения."
864
 
865
  # @ yasr
866
- #: lib/yasr-settings-functions.php:1295
867
  msgid "Users can review in comments"
868
  msgstr "Пользователи могут оценивать комментарии"
869
 
870
  # @ yasr
871
- #: lib/yasr-settings-functions.php:1306
872
  msgid "Not avaible yet"
873
  msgstr "Пока еще не доступна"
874
 
875
- # @ yasr
876
- #: lib/yasr-settings-functions.php:1338 lib/yasr-settings-functions.php:1365
877
- msgid "Follow YASR official site!"
878
- msgstr "YASR Официальный сайт!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
879
 
880
  # @ yasr
881
- #: lib/yasr-settings-functions.php:1395
882
  msgid "No previous Gd Star Rating installation was found"
883
  msgstr "Предыдущая установка Gd Star Rating не найдена"
884
 
@@ -888,7 +902,7 @@ msgid "No recenet votes yet"
888
  msgstr "Голосов пока нет"
889
 
890
  # @ default
891
- #: lib/yasr-db-functions.php:325 lib/yasr-ajax-functions.php:778
892
  msgid "anonymous"
893
  msgstr ""
894
 
@@ -899,12 +913,12 @@ msgid "Vote %d from %s on "
899
  msgstr "Голосовать %d из %s"
900
 
901
  # @ yasr
902
- #: lib/yasr-db-functions.php:350 lib/yasr-ajax-functions.php:803
903
  msgid "Ip address"
904
  msgstr "IP-адрес"
905
 
906
  # @ yasr
907
- #: lib/yasr-db-functions.php:391 lib/yasr-ajax-functions.php:844
908
  msgid "Pages"
909
  msgstr "Страницы"
910
 
@@ -929,227 +943,240 @@ msgid "You don't have enought privileges to insert Multi Set"
929
  msgstr ""
930
 
931
  # @ yasr
932
- #: lib/yasr-functions.php:309
933
- msgid " reviewed by "
 
934
  msgstr " рассмотрены "
935
 
936
  # @ yasr
937
- #: lib/yasr-functions.php:310
938
  msgid " on "
939
  msgstr " на "
940
 
941
  # @ yasr
942
- #: lib/yasr-functions.php:311
943
- msgid " rated "
 
 
 
 
 
 
 
 
 
 
 
944
  msgstr " оценили "
945
 
946
  # @ yasr
947
- #: lib/yasr-functions.php:311
948
- msgid " of"
 
949
  msgstr " из"
950
 
951
  # @ yasr
952
- #: lib/yasr-functions.php:358
953
  msgid " written by "
954
  msgstr " Автор "
955
 
956
  # @ yasr
957
- #: lib/yasr-functions.php:360
958
  msgid " average rating "
959
  msgstr " средний рейтинг "
960
 
961
  # @ yasr
962
- #: lib/yasr-functions.php:361
963
  msgid " user ratings"
964
  msgstr " рейтинги пользователей"
965
 
966
  # @ yasr
967
- #: lib/yasr-ajax-functions.php:96
968
  msgid "You've rated it "
969
  msgstr "Вы оценили статью "
970
 
971
  # @ yasr
972
- #: lib/yasr-ajax-functions.php:100
973
  msgid "You've reset the vote"
974
  msgstr "Вы сбросили свой голос"
975
 
976
  # @ yasr
977
- #: lib/yasr-ajax-functions.php:164
978
  msgid ""
979
  "There was an error while trying to insert the review type. Please report it"
980
  msgstr ""
981
  "Произошла ошибка при попытке вставить тип обзора. Пожалуйста сообщите об этом"
982
 
983
  # @ yasr
984
- #: lib/yasr-ajax-functions.php:198
985
  msgid "Choose a vote for each element"
986
  msgstr "Выбрать голосования для каждого элемента"
987
 
988
  # @ yasr
989
- #: lib/yasr-ajax-functions.php:257 lib/yasr-ajax-functions.php:301
990
  #, fuzzy
991
  msgid "If you want to insert this multiset, paste this shortcode "
992
  msgstr "Если вы хотите вставить множественный выбор, укжите:"
993
 
994
- #: lib/yasr-ajax-functions.php:259 lib/yasr-ajax-functions.php:303
995
  msgid ""
996
  "If, instead, you want allow your visitor to vote on this multiset, use this "
997
  "shortcode"
998
  msgstr ""
999
 
1000
  # @ yasr
1001
- #: lib/yasr-ajax-functions.php:268
1002
  msgid "Choose a vote for every element"
1003
  msgstr "Выбрать голосования для каждого элемента"
1004
 
1005
  # @ yasr
1006
- #: lib/yasr-ajax-functions.php:441
1007
  msgid "Main"
1008
  msgstr "Главная"
1009
 
1010
  # @ yasr
1011
- #: lib/yasr-ajax-functions.php:442
1012
  msgid "Charts"
1013
  msgstr "Графики"
1014
 
1015
  # @ yasr
1016
- #: lib/yasr-ajax-functions.php:444
1017
  msgid "Read the doc"
1018
  msgstr "Читать документ"
1019
 
1020
  # @ yasr
1021
- #: lib/yasr-ajax-functions.php:453
1022
  msgid "Overall Rating / Review"
1023
  msgstr "Рейтинг / Обзор"
1024
 
1025
  # @ yasr
1026
- #: lib/yasr-ajax-functions.php:455
1027
  msgid "Insert Overall Rating"
1028
  msgstr "Вставьте общий рейтинг"
1029
 
1030
  # @ yasr
1031
- #: lib/yasr-ajax-functions.php:456
1032
  msgid "Insert Overall Rating / Review for this post"
1033
  msgstr "Вставьте общий рейтинг / отзыв на этот пост"
1034
 
1035
  # @ yasr
1036
- #: lib/yasr-ajax-functions.php:459 lib/yasr-ajax-functions.php:477
1037
  msgid "Choose Size"
1038
  msgstr "Выбрать размер"
1039
 
1040
  # @ yasr
1041
- #: lib/yasr-ajax-functions.php:473
1042
  msgid "Insert Visitor Votes"
1043
  msgstr "Вставить голосование посетителей"
1044
 
1045
  # @ yasr
1046
- #: lib/yasr-ajax-functions.php:474
1047
  msgid "Insert the ability for your visitor to vote"
1048
  msgstr "Вставить возможность голосовать для ваших посетителей"
1049
 
1050
  # @ yasr
1051
- #: lib/yasr-ajax-functions.php:491
1052
  msgid "If you want to insert a Multi Set, pick one:"
1053
  msgstr "Если вы хотите вставить множественный выбор, укжите:"
1054
 
1055
  # @ yasr
1056
- #: lib/yasr-ajax-functions.php:497
1057
  msgid "Choose wich set you want to insert."
1058
  msgstr "Выберите тот набор, который вы хотите вставить."
1059
 
1060
- #: lib/yasr-ajax-functions.php:499 lib/yasr-ajax-functions.php:516
1061
  msgid "Readonly?"
1062
  msgstr ""
1063
 
1064
- #: lib/yasr-ajax-functions.php:501 lib/yasr-ajax-functions.php:517
1065
  msgid ""
1066
  "If Readonly is checked, only you can insert the votes (in the box above the "
1067
  "editor)"
1068
  msgstr ""
1069
 
1070
  # @ yasr
1071
- #: lib/yasr-ajax-functions.php:502
1072
  #, fuzzy
1073
  msgid "Insert Multi Set"
1074
  msgstr "Вставить множественный выбор"
1075
 
1076
  # @ yasr
1077
- #: lib/yasr-ajax-functions.php:511
1078
  msgid "Insert Multiset:"
1079
  msgstr "Вставьте множественный выбор:"
1080
 
1081
  # @ yasr
1082
- #: lib/yasr-ajax-functions.php:514
1083
  msgid "Insert Multiple Set"
1084
  msgstr "Вставить множественный выбор"
1085
 
1086
  # @ yasr
1087
- #: lib/yasr-ajax-functions.php:532
1088
  msgid "Ranking reviews"
1089
  msgstr "Рейтинг отзывов"
1090
 
1091
  # @ yasr
1092
- #: lib/yasr-ajax-functions.php:533
1093
  msgid "Insert Ranking reviews"
1094
  msgstr "Вставка рейтинга отзывов"
1095
 
1096
  # @ yasr
1097
- #: lib/yasr-ajax-functions.php:534
1098
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1099
  msgstr "Вставка Топ-10 рейтинга. шорткод [yasr_overall_rating]"
1100
 
1101
  # @ yasr
1102
- #: lib/yasr-ajax-functions.php:538
1103
  msgid "Users' ranking"
1104
  msgstr "Рейтинг пользователей"
1105
 
1106
  # @ yasr
1107
- #: lib/yasr-ajax-functions.php:539
1108
  msgid "Insert Users ranking"
1109
  msgstr "Вставить рейтинг пользователей"
1110
 
1111
  # @ yasr
1112
- #: lib/yasr-ajax-functions.php:540
1113
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1114
  msgstr "Вставка Топ-10 рейтинга. шорткод [yasr_visitor_votes]"
1115
 
1116
  # @ yasr
1117
- #: lib/yasr-ajax-functions.php:544
1118
  msgid "Most active reviewers"
1119
  msgstr "Наиболее активные голосующие"
1120
 
1121
  # @ yasr
1122
- #: lib/yasr-ajax-functions.php:545
1123
  msgid "Insert Most Active Reviewers"
1124
  msgstr "Вставьте наиболее активных голосующих"
1125
 
1126
  # @ yasr
1127
- #: lib/yasr-ajax-functions.php:546
1128
  msgid "Insert Top 5 active reviewers"
1129
  msgstr "Вставка Top 5 активных голосующих"
1130
 
1131
  # @ yasr
1132
- #: lib/yasr-ajax-functions.php:550
1133
  msgid "Most Active Users"
1134
  msgstr "Наиболее активные пользователи"
1135
 
1136
  # @ yasr
1137
- #: lib/yasr-ajax-functions.php:551
1138
  msgid "Insert Most Active Users"
1139
  msgstr "Вставьте наиболее активных пользователей"
1140
 
1141
  # @ yasr
1142
- #: lib/yasr-ajax-functions.php:552
1143
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1144
  msgstr "Вставить топ 10 голосующих. шорткод [yasr_visitor_votes]"
1145
 
1146
  # @ yasr
1147
- #: lib/yasr-ajax-functions.php:623
1148
  msgid "Reviews and Visitor Votes have been successfull imported."
1149
  msgstr "Отзывы и голоса посетителей были успешно импортированы."
1150
 
1151
  # @ yasr
1152
- #: lib/yasr-ajax-functions.php:629
1153
  msgid ""
1154
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1155
  "THIS MAY TAKE A WHILE!"
@@ -1158,112 +1185,112 @@ msgstr ""
1158
  "выборов, и если так будет импортировать их. ЭТО МОЖЕТ ЗАНЯТЬ НЕКОТОРОЕ ВРЕМЯ!"
1159
 
1160
  # @ yasr
1161
- #: lib/yasr-ajax-functions.php:631
1162
  msgid "Proceed Step 2"
1163
  msgstr "Выполните шаг 2"
1164
 
1165
  # @ yasr
1166
- #: lib/yasr-ajax-functions.php:638
1167
  msgid "Something goes wrong! Refresh the page and try again!"
1168
  msgstr "Что-то пошло не так! Обновите страницу и попробуйте еще раз!"
1169
 
1170
  # @ yasr
1171
- #: lib/yasr-ajax-functions.php:667
1172
  msgid "I've found Multiple Set! Importing..."
1173
  msgstr "Я нашел множественный выбор! Импорт..."
1174
 
1175
  # @ yasr
1176
- #: lib/yasr-ajax-functions.php:676
1177
  msgid "Multi Set's name has been successfull imported."
1178
  msgstr "Имя множественного выбора успешно импортировано."
1179
 
1180
  # @ yasr
1181
- #: lib/yasr-ajax-functions.php:678
1182
  msgid "Now I'm going to import Multi Set data"
1183
  msgstr "Теперь я собираюсь импортировать данные множественного выбора"
1184
 
1185
  # @ yasr
1186
- #: lib/yasr-ajax-functions.php:689
1187
  msgid "All votes has been successfull imported."
1188
  msgstr "Все голоса был успешно импортированы."
1189
 
1190
  # @ yasr
1191
- #: lib/yasr-ajax-functions.php:691
1192
  msgid "Done"
1193
  msgstr "Готово"
1194
 
1195
  # @ yasr
1196
- #: lib/yasr-ajax-functions.php:696
1197
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1198
  msgstr ""
1199
  "Я нашел несколько множественных выборов голосов, но я не мог вставить в базу "
1200
  "данных"
1201
 
1202
  # @ yasr
1203
- #: lib/yasr-ajax-functions.php:704
1204
  msgid "I've found Multi Set but with no data"
1205
  msgstr "Я нашел множественный выбор, но без данных"
1206
 
1207
  # @ yasr
1208
- #: lib/yasr-ajax-functions.php:713
1209
  msgid "I've found Multi Sets names but I couldn't insert into db"
1210
  msgstr ""
1211
  "Я нашел несколько имён множественных выборов, но я не мог вставить в базу "
1212
  "данных"
1213
 
1214
  # @ yasr
1215
- #: lib/yasr-ajax-functions.php:721
1216
  msgid "Multisets were not found. Imported is done!"
1217
  msgstr "Множественные выборы не были найдены. Импорт закончен!"
1218
 
1219
  # @ yasr
1220
- #: lib/yasr-ajax-functions.php:765
1221
  msgid "No Recenet votes yet"
1222
  msgstr "Голосов пока нет"
1223
 
1224
  # @ yasr
1225
- #: lib/yasr-ajax-functions.php:787
1226
  #, php-format
1227
  msgid "Vote %d from %s on"
1228
  msgstr "Голосовать %d из %s"
1229
 
1230
  # @ yasr
1231
- #: lib/yasr-ajax-functions.php:937 lib/yasr-ajax-functions.php:1088
1232
  msgid "Error: you can't vote 0"
1233
  msgstr "Ошибка: ваш не может быть равен 0"
1234
 
1235
  # @ yasr
1236
- #: lib/yasr-ajax-functions.php:1040 lib/yasr-ajax-functions.php:1048
1237
  #, fuzzy
1238
  msgid "Average:"
1239
  msgstr "Средний: "
1240
 
1241
  # @ yasr
1242
- #: lib/yasr-ajax-functions.php:1041 lib/yasr-ajax-functions.php:1049
1243
  msgid "Vote Saved"
1244
  msgstr "Голос учтён"
1245
 
1246
  # @ yasr
1247
- #: lib/yasr-ajax-functions.php:1184
1248
  msgid "Vote updated"
1249
  msgstr "Голос обновлён"
1250
 
1251
  # @ yasr
1252
- #: lib/yasr-ajax-functions.php:1325
1253
  #, fuzzy
1254
  msgid "Rating saved!"
1255
  msgstr "Параметры сохранены"
1256
 
1257
- #: lib/yasr-ajax-functions.php:1331
1258
  msgid "Rating not saved. Please Try again"
1259
  msgstr ""
1260
 
1261
  # @ yasr
1262
- #: lib/yasr-ajax-functions.php:1424
1263
  msgid "stars"
1264
  msgstr "звезды"
1265
 
1266
  # @ yasr
1267
- #: lib/yasr-ajax-functions.php:1429
1268
  msgid "star"
1269
  msgstr "звезда"
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating v0.8.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-09-10 11:41+0100\n"
6
+ "PO-Revision-Date: 2015-09-10 11:41+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: ru\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  # @ yasr
24
+ #: yasr-metabox-top-right.php:75 yasr-metabox-top-right.php:109
25
  msgid "Rate this article / item"
26
  msgstr "Оценить эту статью / пункт"
27
 
28
  # @ yasr
29
+ #: yasr-metabox-top-right.php:81 lib/yasr-shortcode-functions.php:149
30
+ #: lib/yasr-shortcode-functions.php:546
31
  msgid "Loading, please wait"
32
  msgstr "Загружается, пожалуйста подождите"
33
 
34
  # @ yasr
35
+ #: yasr-metabox-top-right.php:157
36
  msgid "Save Vote"
37
  msgstr "Сохранить голосование"
38
 
39
  # @ default
40
+ #: yasr-metabox-top-right.php:176
41
  msgid "This review is about a..."
42
  msgstr ""
43
 
44
  # @ yasr
45
+ #: yasr-metabox-top-right.php:181
46
  #, fuzzy
47
  msgid "Product, Place, Other"
48
  msgstr "Продукт, места, другие"
49
 
50
  # @ default
51
  # @ yasr
52
+ #: yasr-metabox-top-right.php:216 yasr-metabox-multiple-rating.php:46
53
  #: lib/yasr-settings-functions.php:542
54
  msgid "Select"
55
  msgstr "Выберите"
56
 
57
  # @ yasr
58
+ #: yasr-metabox-top-right.php:234
59
  msgid ""
60
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
61
  "where you want to display this rating"
65
 
66
  # @ yasr
67
  #: yasr-settings-page.php:24 lib/yasr-functions.php:111
68
+ #: lib/yasr-ajax-functions.php:44 lib/yasr-ajax-functions.php:211
69
+ #: lib/yasr-ajax-functions.php:365 lib/yasr-ajax-functions.php:781
70
  msgid "You do not have sufficient permissions to access this page."
71
  msgstr "Вы не имеете достаточных разрешений для доступа к этой странице."
72
 
73
  # @ yasr
74
+ #: yasr-settings-page.php:37
75
  msgid "Settings"
76
  msgstr "Параметры"
77
 
78
  # @ yasr
79
+ #: yasr-settings-page.php:80
80
  msgid "General Settings"
81
  msgstr "Общие параметры"
82
 
83
  # @ yasr
84
+ #: yasr-settings-page.php:81
85
  msgid "Multi Sets"
86
  msgstr "Множественные выборы"
87
 
88
  # @ yasr
89
+ #: yasr-settings-page.php:82
90
  msgid "Styles"
91
  msgstr "Стили"
92
 
93
  # @ yasr
94
+ #: yasr-settings-page.php:83
95
  msgid "Pro Features!"
96
  msgstr "Про особенности!"
97
 
98
  # @ default
99
+ #: yasr-settings-page.php:100 yasr-settings-page.php:263
100
+ #: yasr-settings-page.php:297
101
  msgid "Save"
102
  msgstr ""
103
 
104
  # @ yasr
105
+ #: yasr-settings-page.php:125
106
  msgid "Import Gd Star Rating"
107
  msgstr "Импорт Gd Star Rating"
108
 
109
  # @ yasr
110
+ #: yasr-settings-page.php:126
111
  msgid "I've found a previous installation of Gd Star Rating."
112
  msgstr "Я нашел предыдущие установки Gd Star Rating"
113
 
114
  # @ yasr
115
+ #: yasr-settings-page.php:126
116
  msgid "Do you want proceed to import data?"
117
  msgstr "Вы хотите продолжить импорт данных?"
118
 
119
  # @ yasr
120
+ #: yasr-settings-page.php:128
121
  msgid "Yes, Begin Import"
122
  msgstr "Да, начать импорт"
123
 
124
  # @ default
125
+ #: yasr-settings-page.php:132
126
  msgid "Click on Proceed to import Gd Star Rating data."
127
  msgstr ""
128
 
129
  # @ yasr
130
+ #: yasr-settings-page.php:135 yasr-settings-page.php:168
131
  msgid "Proceed"
132
  msgstr "Запустить"
133
 
134
  # @ yasr
135
+ #: yasr-settings-page.php:157
136
  msgid "Manage GD Star Data"
137
  msgstr "Управление Gd Star Rating"
138
 
139
  # @ default
140
+ #: yasr-settings-page.php:158
141
  msgid "Gd Star Rating has been already imported."
142
  msgstr ""
143
 
144
  # @ yasr
145
+ #: yasr-settings-page.php:159
146
  msgid "If you wish you can import it again, but"
147
  msgstr "Если вы хотите, вы можете импортировать его снова, но"
148
 
149
  # @ yasr
150
+ #: yasr-settings-page.php:159
151
  msgid "you will lose all data you've collect since the import!"
152
  msgstr "вы потеряете все данные с импорта!"
153
 
154
  # @ default
155
+ #: yasr-settings-page.php:161
156
  msgid "Ok, Import Again"
157
  msgstr ""
158
 
159
  # @ default
160
+ #: yasr-settings-page.php:165
161
  msgid ""
162
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
163
  msgstr ""
164
 
165
  # @ yasr
166
+ #: yasr-settings-page.php:205
167
  msgid "Manage Multi Set"
168
  msgstr "Управление множественным выбором"
169
 
170
  # @ yasr
171
+ #: yasr-settings-page.php:209
172
  msgid "What is a Multi Set?"
173
  msgstr "Что такое множественный выбор?"
174
 
175
  # @ yasr
176
+ #: yasr-settings-page.php:214
177
  msgid ""
178
  "Multi Set allows you to insert a rate for each aspect about the product / "
179
  "local business / whetever you're reviewing, example in the image below."
182
  "продукте / событии / обзоре, пример на картинке ниже."
183
 
184
  # @ yasr
185
+ #: yasr-settings-page.php:218
186
  msgid ""
187
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
188
  "different fields. Once you've saved it, you can insert the rates while "
195
  "видите на этом рисунке (нажмите, чтобы увидеть ее больше)"
196
 
197
  # @ yasr
198
+ #: yasr-settings-page.php:222
199
  msgid ""
200
  "In order to insert your Multi Sets into a post or page, you can either past "
201
  "the short code that will appear at the bottom of the box or just click on "
207
  "выбор»."
208
 
209
  # @ yasr
210
+ #: yasr-settings-page.php:228
211
  msgid "Close this message"
212
  msgstr "Закройте это сообщение"
213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  # @ default
215
  #: yasr-metabox-multiple-rating.php:35
216
  msgid "Choose wich set you want to use"
217
  msgstr ""
218
 
219
  # @ yasr
220
+ #: lib/yasr-shortcode-functions.php:202 lib/yasr-shortcode-functions.php:223
221
+ #: lib/yasr-shortcode-functions.php:253
222
  msgid "You've already voted this article with"
223
  msgstr "Вы уже проголосовали за эту статью"
224
 
225
  # @ yasr
226
+ #: lib/yasr-shortcode-functions.php:264 lib/yasr-shortcode-functions.php:574
227
  msgid "You must sign to vote"
228
  msgstr "Вы должны отметить голос"
229
 
230
  # @ yasr
231
+ #: lib/yasr-shortcode-functions.php:306 lib/yasr-ajax-functions.php:1118
232
+ #: lib/yasr-ajax-functions.php:1126 lib/yasr-ajax-functions.php:1261
233
  msgid "Total: "
234
  msgstr "Всего голосов: "
235
 
236
  # @ yasr
237
+ #: lib/yasr-shortcode-functions.php:306
238
  msgid "Average: "
239
  msgstr "Средний: "
240
 
241
  # @ yasr
242
+ #: lib/yasr-shortcode-functions.php:322
243
  msgid "bad, poor, ok, good, super"
244
  msgstr "ужасно, плохо, нормально, хорошо, прекрасно"
245
 
246
  # @ yasr
247
+ #: lib/yasr-shortcode-functions.php:553
248
  #, fuzzy
249
  msgid "Thank you for voting! "
250
  msgstr "Спасибо!"
251
 
252
+ #: lib/yasr-shortcode-functions.php:564 lib/yasr-shortcode-functions.php:572
253
+ #: lib/yasr-shortcode-functions.php:584
254
  msgid "Submit!"
255
  msgstr ""
256
 
257
  # @ yasr
258
+ #: lib/yasr-shortcode-functions.php:761
259
  msgid "Rating"
260
  msgstr "Рейтинг"
261
 
262
  # @ yasr
263
+ #: lib/yasr-shortcode-functions.php:775
264
  msgid "You don't have any votes stored"
265
  msgstr "У вас нет голосов"
266
 
267
  # @ yasr
268
+ #: lib/yasr-shortcode-functions.php:811 lib/yasr-shortcode-functions.php:850
269
  msgid "Post / Page"
270
  msgstr "Пост / страница"
271
 
272
  # @ yasr
273
+ #: lib/yasr-shortcode-functions.php:812 lib/yasr-shortcode-functions.php:851
274
  msgid "Order By"
275
  msgstr "Упорядочить по"
276
 
277
  # @ yasr
278
+ #: lib/yasr-shortcode-functions.php:812 lib/yasr-shortcode-functions.php:851
279
  msgid "Most Rated"
280
  msgstr "Больше оценок"
281
 
282
  # @ yasr
283
+ #: lib/yasr-shortcode-functions.php:812 lib/yasr-shortcode-functions.php:851
284
  msgid "Highest Rated"
285
  msgstr "Самые высокие оценки"
286
 
287
  # @ yasr
288
+ #: lib/yasr-shortcode-functions.php:830 lib/yasr-shortcode-functions.php:865
289
  msgid "Total:"
290
  msgstr "Всего:"
291
 
292
  # @ yasr
293
+ #: lib/yasr-shortcode-functions.php:830 lib/yasr-shortcode-functions.php:865
294
  msgid "Average"
295
  msgstr "В среднем"
296
 
297
  # @ yasr
298
+ #: lib/yasr-shortcode-functions.php:842
299
  msgid "You've not enough data"
300
  msgstr "У вас не хватает данных"
301
 
302
  # @ yasr
303
+ #: lib/yasr-shortcode-functions.php:877
304
  msgid "You've not enought data"
305
  msgstr "У вас не хватает данных"
306
 
307
  # @ default
308
+ #: lib/yasr-shortcode-functions.php:962
309
  msgid ""
310
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
311
  "any review?"
312
  msgstr ""
313
 
314
  # @ default
315
+ #: lib/yasr-shortcode-functions.php:1030
316
  msgid ""
317
  "Problem while retrieving the top 10 active users chart. Are you sure you "
318
  "have votes to show?"
395
  msgstr "Общий рейтинг / Рейтинг автора"
396
 
397
  # @ yasr
398
+ #: lib/yasr-settings-functions.php:104 lib/yasr-ajax-functions.php:500
399
  msgid "Visitor Votes"
400
  msgstr "Голоса посетителей"
401
 
425
  msgstr "Размер"
426
 
427
  # @ yasr
428
+ #: lib/yasr-settings-functions.php:128 lib/yasr-ajax-functions.php:490
429
+ #: lib/yasr-ajax-functions.php:508
430
  msgid "Small"
431
  msgstr "Маленький"
432
 
433
  # @ yasr
434
+ #: lib/yasr-settings-functions.php:133 lib/yasr-ajax-functions.php:491
435
+ #: lib/yasr-ajax-functions.php:509
436
  msgid "Medium"
437
  msgstr "Средний"
438
 
439
  # @ yasr
440
+ #: lib/yasr-settings-functions.php:138 lib/yasr-ajax-functions.php:492
441
+ #: lib/yasr-ajax-functions.php:510
442
  msgid "Large"
443
  msgstr "Большой"
444
 
643
  msgstr "Создать новый выбор"
644
 
645
  # @ yasr
646
+ #: lib/yasr-settings-functions.php:532 lib/yasr-settings-functions.php:565
647
  msgid "Manage Multiple Set"
648
  msgstr "Управление множественным выбором"
649
 
653
  msgstr "Вы хотите изменить или удалить набор?"
654
 
655
  # @ yasr
656
+ #: lib/yasr-settings-functions.php:575 lib/yasr-settings-functions.php:693
657
  msgid "Field name"
658
  msgstr "Имя поля"
659
 
660
  # @ yasr
661
+ #: lib/yasr-settings-functions.php:579 lib/yasr-settings-functions.php:697
662
  msgid "Remove"
663
  msgstr "Удалить"
664
 
665
  # @ yasr
666
+ #: lib/yasr-settings-functions.php:621 lib/yasr-settings-functions.php:739
667
  msgid "Remove whole set?"
668
  msgstr "Удалить весь набор?"
669
 
670
  # @ yasr
671
+ #: lib/yasr-settings-functions.php:634 lib/yasr-settings-functions.php:752
672
  msgid ""
673
  "If you remove something you will remove all the votes for that set or field. "
674
  "This operation CAN'T BE undone."
677
  "Эта операция не может быть отменена."
678
 
679
  # @ yasr
680
+ #: lib/yasr-settings-functions.php:641 lib/yasr-settings-functions.php:759
681
  msgid "You can use up to 9 elements"
682
  msgstr "Можно использовать до 9 элементов"
683
 
684
  # @ yasr
685
+ #: lib/yasr-settings-functions.php:643 lib/yasr-settings-functions.php:761
686
  msgid "Add element"
687
  msgstr "Добавить элемент"
688
 
689
  # @ yasr
690
+ #: lib/yasr-settings-functions.php:645 lib/yasr-settings-functions.php:763
691
  msgid "Save changes"
692
  msgstr "Сохранить изменения"
693
 
694
  # @ yasr
695
+ #: lib/yasr-settings-functions.php:655
696
  msgid "No Multiple Set were found"
697
  msgstr "Множественные выборы не были найдены"
698
 
748
  "Пожалуйста сообщите об этом"
749
 
750
  # @ yasr
751
+ #: lib/yasr-settings-functions.php:1202
752
  msgid "Style Options"
753
  msgstr "Параметры стиля"
754
 
755
  # @ yasr
756
+ #: lib/yasr-settings-functions.php:1203
757
  msgid "Custom CSS Styles"
758
  msgstr "Пользовательские CSS стили"
759
 
760
  # @ yasr
761
+ #: lib/yasr-settings-functions.php:1208
762
  msgid ""
763
  "Please use text area below to write your own CSS styles to override the "
764
  "default ones."
767
  "CSS стили для переопределения по умолчанию."
768
 
769
  # @ yasr
770
+ #: lib/yasr-settings-functions.php:1210
771
  msgid "Leave it blank if you don't know what you're doing"
772
  msgstr "Оставьте это поле пустым, если вы не знаете, что вы делаете"
773
 
774
  # @ yasr
775
+ #: lib/yasr-settings-functions.php:1233
776
  msgid "Looking for more features?"
777
  msgstr "Хотите больше возможностей?"
778
 
779
  # @ yasr
780
+ #: lib/yasr-settings-functions.php:1234
781
  msgid "Upgrade to yasr pro!"
782
  msgstr "Обновление до yasr pro!"
783
 
784
  # @ yasr
785
+ #: lib/yasr-settings-functions.php:1250
786
  msgid "Unlimited ratings and votes"
787
  msgstr "Неограниченное рейтинги и голоса"
788
 
789
  # @ yasr
790
+ #: lib/yasr-settings-functions.php:1256
791
  msgid "Works with shortcodes"
792
  msgstr "Работает с шорткодами"
793
 
794
  # @ yasr
795
+ #: lib/yasr-settings-functions.php:1262
796
  msgid "Multi Set Support"
797
  msgstr "Поддержка множественных выборов"
798
 
799
  # @ yasr
800
+ #: lib/yasr-settings-functions.php:1267
801
  msgid "Logs and stats for visitors votes"
802
  msgstr "Логи и статистика для голосов посетителей"
803
 
804
  # @ yasr
805
+ #: lib/yasr-settings-functions.php:1272
806
  msgid "Localization (.po and .mo files included)"
807
  msgstr "Локализация (.po и .mo файлы включены)"
808
 
809
  # @ yasr
810
+ #: lib/yasr-settings-functions.php:1277
811
  msgid "Rich Snippet Support"
812
  msgstr "Поддержка Rich Snippet"
813
 
814
  # @ yasr
815
+ #: lib/yasr-settings-functions.php:1282
816
  msgid "Rankings for reviews, votes and users"
817
  msgstr "Рейтинги отзывов и голосов пользователей"
818
 
819
  # @ yasr
820
+ #: lib/yasr-settings-functions.php:1287
821
  msgid "Rankings Customization"
822
  msgstr "Настройка рейтинга"
823
 
824
  # @ yasr
825
+ #: lib/yasr-settings-functions.php:1292
826
  msgid "Stars Customization"
827
  msgstr "Настройка звёзд"
828
 
829
  # @ yasr
830
+ #: lib/yasr-settings-functions.php:1293
831
  msgid "Size Only"
832
  msgstr "Только размер"
833
 
834
  # @ yasr
835
+ #: lib/yasr-settings-functions.php:1294
836
  msgid ""
837
  "Users can choose different ready to use sets or can upload their own images."
838
  msgstr ""
840
  "можно загрузить свои собственные изображения."
841
 
842
  # @ yasr
843
+ #: lib/yasr-settings-functions.php:1297
844
  msgid "Users can review in comments"
845
  msgstr "Пользователи могут оценивать комментарии"
846
 
847
  # @ yasr
848
+ #: lib/yasr-settings-functions.php:1308
849
  msgid "Not avaible yet"
850
  msgstr "Пока еще не доступна"
851
 
852
+ #: lib/yasr-settings-functions.php:1367
853
+ msgid "Keep in touch!"
854
+ msgstr ""
855
+
856
+ #: lib/yasr-settings-functions.php:1409
857
+ #, php-format
858
+ msgid ""
859
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
860
+ msgstr ""
861
+
862
+ #: lib/yasr-settings-functions.php:1411
863
+ msgid "Can I ask a favor?"
864
+ msgstr ""
865
+
866
+ #: lib/yasr-settings-functions.php:1413
867
+ msgid "Can you please rate YASR 5 stars on"
868
+ msgstr ""
869
+
870
+ #: lib/yasr-settings-functions.php:1415
871
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
872
+ msgstr ""
873
+
874
+ #: lib/yasr-settings-functions.php:1421
875
+ msgid "Ok, I'm glad to help!"
876
+ msgstr ""
877
+
878
+ #: lib/yasr-settings-functions.php:1422
879
+ msgid "Remind me later!"
880
+ msgstr ""
881
+
882
+ #: lib/yasr-settings-functions.php:1423
883
+ msgid "Don't need to ask, I already did it!"
884
+ msgstr ""
885
+
886
+ #: lib/yasr-settings-functions.php:1456
887
+ #, php-format
888
+ msgid ""
889
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
890
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
891
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
892
+ msgstr ""
893
 
894
  # @ yasr
895
+ #: lib/yasr-settings-functions.php:1501
896
  msgid "No previous Gd Star Rating installation was found"
897
  msgstr "Предыдущая установка Gd Star Rating не найдена"
898
 
902
  msgstr "Голосов пока нет"
903
 
904
  # @ default
905
+ #: lib/yasr-db-functions.php:325 lib/yasr-ajax-functions.php:806
906
  msgid "anonymous"
907
  msgstr ""
908
 
913
  msgstr "Голосовать %d из %s"
914
 
915
  # @ yasr
916
+ #: lib/yasr-db-functions.php:350 lib/yasr-ajax-functions.php:831
917
  msgid "Ip address"
918
  msgstr "IP-адрес"
919
 
920
  # @ yasr
921
+ #: lib/yasr-db-functions.php:391 lib/yasr-ajax-functions.php:872
922
  msgid "Pages"
923
  msgstr "Страницы"
924
 
943
  msgstr ""
944
 
945
  # @ yasr
946
+ #: lib/yasr-functions.php:298
947
+ #, fuzzy
948
+ msgid "reviewed by"
949
  msgstr " рассмотрены "
950
 
951
  # @ yasr
952
+ #: lib/yasr-functions.php:300 lib/yasr-functions.php:368
953
  msgid " on "
954
  msgstr " на "
955
 
956
  # @ yasr
957
+ #: lib/yasr-functions.php:314
958
+ #, fuzzy
959
+ msgid "reviewed on"
960
+ msgstr " рассмотрены "
961
+
962
+ #: lib/yasr-functions.php:315
963
+ msgid "by "
964
+ msgstr ""
965
+
966
+ # @ yasr
967
+ #: lib/yasr-functions.php:319
968
+ #, fuzzy
969
+ msgid "rated"
970
  msgstr " оценили "
971
 
972
  # @ yasr
973
+ #: lib/yasr-functions.php:319
974
+ #, fuzzy
975
+ msgid "of"
976
  msgstr " из"
977
 
978
  # @ yasr
979
+ #: lib/yasr-functions.php:376
980
  msgid " written by "
981
  msgstr " Автор "
982
 
983
  # @ yasr
984
+ #: lib/yasr-functions.php:379
985
  msgid " average rating "
986
  msgstr " средний рейтинг "
987
 
988
  # @ yasr
989
+ #: lib/yasr-functions.php:380
990
  msgid " user ratings"
991
  msgstr " рейтинги пользователей"
992
 
993
  # @ yasr
994
+ #: lib/yasr-ajax-functions.php:102
995
  msgid "You've rated it "
996
  msgstr "Вы оценили статью "
997
 
998
  # @ yasr
999
+ #: lib/yasr-ajax-functions.php:106
1000
  msgid "You've reset the vote"
1001
  msgstr "Вы сбросили свой голос"
1002
 
1003
  # @ yasr
1004
+ #: lib/yasr-ajax-functions.php:188
1005
  msgid ""
1006
  "There was an error while trying to insert the review type. Please report it"
1007
  msgstr ""
1008
  "Произошла ошибка при попытке вставить тип обзора. Пожалуйста сообщите об этом"
1009
 
1010
  # @ yasr
1011
+ #: lib/yasr-ajax-functions.php:223
1012
  msgid "Choose a vote for each element"
1013
  msgstr "Выбрать голосования для каждого элемента"
1014
 
1015
  # @ yasr
1016
+ #: lib/yasr-ajax-functions.php:286 lib/yasr-ajax-functions.php:330
1017
  #, fuzzy
1018
  msgid "If you want to insert this multiset, paste this shortcode "
1019
  msgstr "Если вы хотите вставить множественный выбор, укжите:"
1020
 
1021
+ #: lib/yasr-ajax-functions.php:288 lib/yasr-ajax-functions.php:332
1022
  msgid ""
1023
  "If, instead, you want allow your visitor to vote on this multiset, use this "
1024
  "shortcode"
1025
  msgstr ""
1026
 
1027
  # @ yasr
1028
+ #: lib/yasr-ajax-functions.php:297
1029
  msgid "Choose a vote for every element"
1030
  msgstr "Выбрать голосования для каждого элемента"
1031
 
1032
  # @ yasr
1033
+ #: lib/yasr-ajax-functions.php:470
1034
  msgid "Main"
1035
  msgstr "Главная"
1036
 
1037
  # @ yasr
1038
+ #: lib/yasr-ajax-functions.php:471
1039
  msgid "Charts"
1040
  msgstr "Графики"
1041
 
1042
  # @ yasr
1043
+ #: lib/yasr-ajax-functions.php:473
1044
  msgid "Read the doc"
1045
  msgstr "Читать документ"
1046
 
1047
  # @ yasr
1048
+ #: lib/yasr-ajax-functions.php:482
1049
  msgid "Overall Rating / Review"
1050
  msgstr "Рейтинг / Обзор"
1051
 
1052
  # @ yasr
1053
+ #: lib/yasr-ajax-functions.php:484
1054
  msgid "Insert Overall Rating"
1055
  msgstr "Вставьте общий рейтинг"
1056
 
1057
  # @ yasr
1058
+ #: lib/yasr-ajax-functions.php:485
1059
  msgid "Insert Overall Rating / Review for this post"
1060
  msgstr "Вставьте общий рейтинг / отзыв на этот пост"
1061
 
1062
  # @ yasr
1063
+ #: lib/yasr-ajax-functions.php:488 lib/yasr-ajax-functions.php:506
1064
  msgid "Choose Size"
1065
  msgstr "Выбрать размер"
1066
 
1067
  # @ yasr
1068
+ #: lib/yasr-ajax-functions.php:502
1069
  msgid "Insert Visitor Votes"
1070
  msgstr "Вставить голосование посетителей"
1071
 
1072
  # @ yasr
1073
+ #: lib/yasr-ajax-functions.php:503
1074
  msgid "Insert the ability for your visitor to vote"
1075
  msgstr "Вставить возможность голосовать для ваших посетителей"
1076
 
1077
  # @ yasr
1078
+ #: lib/yasr-ajax-functions.php:520
1079
  msgid "If you want to insert a Multi Set, pick one:"
1080
  msgstr "Если вы хотите вставить множественный выбор, укжите:"
1081
 
1082
  # @ yasr
1083
+ #: lib/yasr-ajax-functions.php:526
1084
  msgid "Choose wich set you want to insert."
1085
  msgstr "Выберите тот набор, который вы хотите вставить."
1086
 
1087
+ #: lib/yasr-ajax-functions.php:528 lib/yasr-ajax-functions.php:545
1088
  msgid "Readonly?"
1089
  msgstr ""
1090
 
1091
+ #: lib/yasr-ajax-functions.php:530 lib/yasr-ajax-functions.php:546
1092
  msgid ""
1093
  "If Readonly is checked, only you can insert the votes (in the box above the "
1094
  "editor)"
1095
  msgstr ""
1096
 
1097
  # @ yasr
1098
+ #: lib/yasr-ajax-functions.php:531
1099
  #, fuzzy
1100
  msgid "Insert Multi Set"
1101
  msgstr "Вставить множественный выбор"
1102
 
1103
  # @ yasr
1104
+ #: lib/yasr-ajax-functions.php:540
1105
  msgid "Insert Multiset:"
1106
  msgstr "Вставьте множественный выбор:"
1107
 
1108
  # @ yasr
1109
+ #: lib/yasr-ajax-functions.php:543
1110
  msgid "Insert Multiple Set"
1111
  msgstr "Вставить множественный выбор"
1112
 
1113
  # @ yasr
1114
+ #: lib/yasr-ajax-functions.php:561
1115
  msgid "Ranking reviews"
1116
  msgstr "Рейтинг отзывов"
1117
 
1118
  # @ yasr
1119
+ #: lib/yasr-ajax-functions.php:562
1120
  msgid "Insert Ranking reviews"
1121
  msgstr "Вставка рейтинга отзывов"
1122
 
1123
  # @ yasr
1124
+ #: lib/yasr-ajax-functions.php:563
1125
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1126
  msgstr "Вставка Топ-10 рейтинга. шорткод [yasr_overall_rating]"
1127
 
1128
  # @ yasr
1129
+ #: lib/yasr-ajax-functions.php:567
1130
  msgid "Users' ranking"
1131
  msgstr "Рейтинг пользователей"
1132
 
1133
  # @ yasr
1134
+ #: lib/yasr-ajax-functions.php:568
1135
  msgid "Insert Users ranking"
1136
  msgstr "Вставить рейтинг пользователей"
1137
 
1138
  # @ yasr
1139
+ #: lib/yasr-ajax-functions.php:569
1140
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1141
  msgstr "Вставка Топ-10 рейтинга. шорткод [yasr_visitor_votes]"
1142
 
1143
  # @ yasr
1144
+ #: lib/yasr-ajax-functions.php:573
1145
  msgid "Most active reviewers"
1146
  msgstr "Наиболее активные голосующие"
1147
 
1148
  # @ yasr
1149
+ #: lib/yasr-ajax-functions.php:574
1150
  msgid "Insert Most Active Reviewers"
1151
  msgstr "Вставьте наиболее активных голосующих"
1152
 
1153
  # @ yasr
1154
+ #: lib/yasr-ajax-functions.php:575
1155
  msgid "Insert Top 5 active reviewers"
1156
  msgstr "Вставка Top 5 активных голосующих"
1157
 
1158
  # @ yasr
1159
+ #: lib/yasr-ajax-functions.php:579
1160
  msgid "Most Active Users"
1161
  msgstr "Наиболее активные пользователи"
1162
 
1163
  # @ yasr
1164
+ #: lib/yasr-ajax-functions.php:580
1165
  msgid "Insert Most Active Users"
1166
  msgstr "Вставьте наиболее активных пользователей"
1167
 
1168
  # @ yasr
1169
+ #: lib/yasr-ajax-functions.php:581
1170
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1171
  msgstr "Вставить топ 10 голосующих. шорткод [yasr_visitor_votes]"
1172
 
1173
  # @ yasr
1174
+ #: lib/yasr-ajax-functions.php:652
1175
  msgid "Reviews and Visitor Votes have been successfull imported."
1176
  msgstr "Отзывы и голоса посетителей были успешно импортированы."
1177
 
1178
  # @ yasr
1179
+ #: lib/yasr-ajax-functions.php:658
1180
  msgid ""
1181
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1182
  "THIS MAY TAKE A WHILE!"
1185
  "выборов, и если так будет импортировать их. ЭТО МОЖЕТ ЗАНЯТЬ НЕКОТОРОЕ ВРЕМЯ!"
1186
 
1187
  # @ yasr
1188
+ #: lib/yasr-ajax-functions.php:660
1189
  msgid "Proceed Step 2"
1190
  msgstr "Выполните шаг 2"
1191
 
1192
  # @ yasr
1193
+ #: lib/yasr-ajax-functions.php:667
1194
  msgid "Something goes wrong! Refresh the page and try again!"
1195
  msgstr "Что-то пошло не так! Обновите страницу и попробуйте еще раз!"
1196
 
1197
  # @ yasr
1198
+ #: lib/yasr-ajax-functions.php:696
1199
  msgid "I've found Multiple Set! Importing..."
1200
  msgstr "Я нашел множественный выбор! Импорт..."
1201
 
1202
  # @ yasr
1203
+ #: lib/yasr-ajax-functions.php:705
1204
  msgid "Multi Set's name has been successfull imported."
1205
  msgstr "Имя множественного выбора успешно импортировано."
1206
 
1207
  # @ yasr
1208
+ #: lib/yasr-ajax-functions.php:707
1209
  msgid "Now I'm going to import Multi Set data"
1210
  msgstr "Теперь я собираюсь импортировать данные множественного выбора"
1211
 
1212
  # @ yasr
1213
+ #: lib/yasr-ajax-functions.php:718
1214
  msgid "All votes has been successfull imported."
1215
  msgstr "Все голоса был успешно импортированы."
1216
 
1217
  # @ yasr
1218
+ #: lib/yasr-ajax-functions.php:720
1219
  msgid "Done"
1220
  msgstr "Готово"
1221
 
1222
  # @ yasr
1223
+ #: lib/yasr-ajax-functions.php:725
1224
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1225
  msgstr ""
1226
  "Я нашел несколько множественных выборов голосов, но я не мог вставить в базу "
1227
  "данных"
1228
 
1229
  # @ yasr
1230
+ #: lib/yasr-ajax-functions.php:733
1231
  msgid "I've found Multi Set but with no data"
1232
  msgstr "Я нашел множественный выбор, но без данных"
1233
 
1234
  # @ yasr
1235
+ #: lib/yasr-ajax-functions.php:742
1236
  msgid "I've found Multi Sets names but I couldn't insert into db"
1237
  msgstr ""
1238
  "Я нашел несколько имён множественных выборов, но я не мог вставить в базу "
1239
  "данных"
1240
 
1241
  # @ yasr
1242
+ #: lib/yasr-ajax-functions.php:750
1243
  msgid "Multisets were not found. Imported is done!"
1244
  msgstr "Множественные выборы не были найдены. Импорт закончен!"
1245
 
1246
  # @ yasr
1247
+ #: lib/yasr-ajax-functions.php:793
1248
  msgid "No Recenet votes yet"
1249
  msgstr "Голосов пока нет"
1250
 
1251
  # @ yasr
1252
+ #: lib/yasr-ajax-functions.php:815
1253
  #, php-format
1254
  msgid "Vote %d from %s on"
1255
  msgstr "Голосовать %d из %s"
1256
 
1257
  # @ yasr
1258
+ #: lib/yasr-ajax-functions.php:1013 lib/yasr-ajax-functions.php:1168
1259
  msgid "Error: you can't vote 0"
1260
  msgstr "Ошибка: ваш не может быть равен 0"
1261
 
1262
  # @ yasr
1263
+ #: lib/yasr-ajax-functions.php:1118 lib/yasr-ajax-functions.php:1126
1264
  #, fuzzy
1265
  msgid "Average:"
1266
  msgstr "Средний: "
1267
 
1268
  # @ yasr
1269
+ #: lib/yasr-ajax-functions.php:1119 lib/yasr-ajax-functions.php:1127
1270
  msgid "Vote Saved"
1271
  msgstr "Голос учтён"
1272
 
1273
  # @ yasr
1274
+ #: lib/yasr-ajax-functions.php:1264
1275
  msgid "Vote updated"
1276
  msgstr "Голос обновлён"
1277
 
1278
  # @ yasr
1279
+ #: lib/yasr-ajax-functions.php:1409
1280
  #, fuzzy
1281
  msgid "Rating saved!"
1282
  msgstr "Параметры сохранены"
1283
 
1284
+ #: lib/yasr-ajax-functions.php:1415
1285
  msgid "Rating not saved. Please Try again"
1286
  msgstr ""
1287
 
1288
  # @ yasr
1289
+ #: lib/yasr-ajax-functions.php:1508
1290
  msgid "stars"
1291
  msgstr "звезды"
1292
 
1293
  # @ yasr
1294
+ #: lib/yasr-ajax-functions.php:1513
1295
  msgid "star"
1296
  msgstr "звезда"
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-05-07 09:49+0100\n"
5
- "PO-Revision-Date: 2015-05-07 09:50+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: En\n"
@@ -15,133 +15,129 @@ msgstr ""
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 ""
21
 
22
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:124
23
- #: ../lib/yasr-shortcode-functions.php:527
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:166
32
  msgid "This review is about a..."
33
  msgstr ""
34
 
35
- #: ../yasr-metabox-top-right.php:171
36
- msgid "Product, Place, Other"
37
- msgstr ""
38
-
39
- #: ../yasr-metabox-top-right.php:199 ../yasr-metabox-multiple-rating.php:46
40
- #: ../lib/yasr-settings-functions.php:542
41
  msgid "Select"
42
  msgstr ""
43
 
44
- #: ../yasr-metabox-top-right.php:217
45
  msgid ""
46
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
47
  "where you want to display this rating"
48
  msgstr ""
49
 
50
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
51
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
52
- #: ../lib/yasr-ajax-functions.php:336 ../lib/yasr-ajax-functions.php:753
53
  msgid "You do not have sufficient permissions to access this page."
54
  msgstr ""
55
 
56
- #: ../yasr-settings-page.php:33
57
  msgid "Settings"
58
  msgstr ""
59
 
60
- #: ../yasr-settings-page.php:76
61
  msgid "General Settings"
62
  msgstr ""
63
 
64
- #: ../yasr-settings-page.php:77
65
  msgid "Multi Sets"
66
  msgstr ""
67
 
68
- #: ../yasr-settings-page.php:78
69
  msgid "Styles"
70
  msgstr ""
71
 
72
- #: ../yasr-settings-page.php:79
73
  msgid "Pro Features!"
74
  msgstr ""
75
 
76
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
77
- #: ../yasr-settings-page.php:295
78
  msgid "Save"
79
  msgstr ""
80
 
81
- #: ../yasr-settings-page.php:116
82
  msgid "Import Gd Star Rating"
83
  msgstr ""
84
 
85
- #: ../yasr-settings-page.php:117
86
  msgid "I've found a previous installation of Gd Star Rating."
87
  msgstr ""
88
 
89
- #: ../yasr-settings-page.php:117
90
  msgid "Do you want proceed to import data?"
91
  msgstr ""
92
 
93
- #: ../yasr-settings-page.php:119
94
  msgid "Yes, Begin Import"
95
  msgstr ""
96
 
97
- #: ../yasr-settings-page.php:123
98
  msgid "Click on Proceed to import Gd Star Rating data."
99
  msgstr ""
100
 
101
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
102
  msgid "Proceed"
103
  msgstr ""
104
 
105
- #: ../yasr-settings-page.php:148
106
  msgid "Manage GD Star Data"
107
  msgstr ""
108
 
109
- #: ../yasr-settings-page.php:149
110
  msgid "Gd Star Rating has been already imported."
111
  msgstr ""
112
 
113
- #: ../yasr-settings-page.php:150
114
  msgid "If you wish you can import it again, but"
115
  msgstr ""
116
 
117
- #: ../yasr-settings-page.php:150
118
  msgid "you will lose all data you've collect since the import!"
119
  msgstr ""
120
 
121
- #: ../yasr-settings-page.php:152
122
  msgid "Ok, Import Again"
123
  msgstr ""
124
 
125
- #: ../yasr-settings-page.php:156
126
  msgid ""
127
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
128
  msgstr ""
129
 
130
- #: ../yasr-settings-page.php:196
131
  msgid "Manage Multi Set"
132
  msgstr ""
133
 
134
- #: ../yasr-settings-page.php:200
135
  msgid "What is a Multi Set?"
136
  msgstr ""
137
 
138
- #: ../yasr-settings-page.php:205
139
  msgid ""
140
  "Multi Set allows you to insert a rate for each aspect about the product / "
141
  "local business / whetever you're reviewing, example in the image below."
142
  msgstr ""
143
 
144
- #: ../yasr-settings-page.php:209
145
  msgid ""
146
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
147
  "different fields. Once you've saved it, you can insert the rates while "
@@ -149,125 +145,108 @@ msgid ""
149
  "image (click to see it larger)"
150
  msgstr ""
151
 
152
- #: ../yasr-settings-page.php:213
153
  msgid ""
154
  "In order to insert your Multi Sets into a post or page, you can either past "
155
  "the short code that will appear at the bottom of the box or just click on "
156
  "the star in the graphic editor and select \"Insert Multi Set\"."
157
  msgstr ""
158
 
159
- #: ../yasr-settings-page.php:219
160
  msgid "Close this message"
161
  msgstr ""
162
 
163
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
164
- #: ../lib/yasr-settings-functions.php:1352
165
- msgid "Donations"
166
- msgstr ""
167
-
168
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
169
- #: ../lib/yasr-settings-functions.php:1354
170
- msgid ""
171
- "If you have found this plugin useful, please consider making a donation to "
172
- "help support future development. Your support will be much appreciated. "
173
- msgstr ""
174
-
175
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
176
- #: ../lib/yasr-settings-functions.php:1356
177
- msgid "Thank you!"
178
- msgstr ""
179
-
180
  #: ../yasr-metabox-multiple-rating.php:35
181
  msgid "Choose wich set you want to use"
182
  msgstr ""
183
 
184
- #: ../lib/yasr-shortcode-functions.php:189
185
- #: ../lib/yasr-shortcode-functions.php:210
186
- #: ../lib/yasr-shortcode-functions.php:240
187
  msgid "You've already voted this article with"
188
  msgstr ""
189
 
190
- #: ../lib/yasr-shortcode-functions.php:251
191
- #: ../lib/yasr-shortcode-functions.php:555
192
  msgid "You must sign to vote"
193
  msgstr ""
194
 
195
- #: ../lib/yasr-shortcode-functions.php:293 ../lib/yasr-ajax-functions.php:1040
196
- #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
197
  msgid "Total: "
198
  msgstr ""
199
 
200
- #: ../lib/yasr-shortcode-functions.php:293
201
  msgid "Average: "
202
  msgstr ""
203
 
204
- #: ../lib/yasr-shortcode-functions.php:309
205
  msgid "bad, poor, ok, good, super"
206
  msgstr ""
207
 
208
- #: ../lib/yasr-shortcode-functions.php:534
209
  msgid "Thank you for voting! "
210
  msgstr ""
211
 
212
- #: ../lib/yasr-shortcode-functions.php:545
213
- #: ../lib/yasr-shortcode-functions.php:553
214
- #: ../lib/yasr-shortcode-functions.php:565
215
  msgid "Submit!"
216
  msgstr ""
217
 
218
- #: ../lib/yasr-shortcode-functions.php:710
219
  msgid "Rating"
220
  msgstr ""
221
 
222
- #: ../lib/yasr-shortcode-functions.php:724
223
  msgid "You don't have any votes stored"
224
  msgstr ""
225
 
226
- #: ../lib/yasr-shortcode-functions.php:760
227
- #: ../lib/yasr-shortcode-functions.php:799
228
  msgid "Post / Page"
229
  msgstr ""
230
 
231
- #: ../lib/yasr-shortcode-functions.php:761
232
- #: ../lib/yasr-shortcode-functions.php:800
233
  msgid "Order By"
234
  msgstr ""
235
 
236
- #: ../lib/yasr-shortcode-functions.php:761
237
- #: ../lib/yasr-shortcode-functions.php:800
238
  msgid "Most Rated"
239
  msgstr ""
240
 
241
- #: ../lib/yasr-shortcode-functions.php:761
242
- #: ../lib/yasr-shortcode-functions.php:800
243
  msgid "Highest Rated"
244
  msgstr ""
245
 
246
- #: ../lib/yasr-shortcode-functions.php:779
247
- #: ../lib/yasr-shortcode-functions.php:814
248
  msgid "Total:"
249
  msgstr ""
250
 
251
- #: ../lib/yasr-shortcode-functions.php:779
252
- #: ../lib/yasr-shortcode-functions.php:814
253
  msgid "Average"
254
  msgstr ""
255
 
256
- #: ../lib/yasr-shortcode-functions.php:791
257
  msgid "You've not enough data"
258
  msgstr ""
259
 
260
- #: ../lib/yasr-shortcode-functions.php:826
261
  msgid "You've not enought data"
262
  msgstr ""
263
 
264
- #: ../lib/yasr-shortcode-functions.php:911
265
  msgid ""
266
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
267
  "any review?"
268
  msgstr ""
269
 
270
- #: ../lib/yasr-shortcode-functions.php:979
271
  msgid ""
272
  "Problem while retrieving the top 10 active users chart. Are you sure you "
273
  "have votes to show?"
@@ -302,7 +281,7 @@ msgid "Allow only logged in user to vote?"
302
  msgstr ""
303
 
304
  #: ../lib/yasr-settings-functions.php:59
305
- msgid "Which rich snippets do you want to use?"
306
  msgstr ""
307
 
308
  #: ../lib/yasr-settings-functions.php:60
@@ -313,414 +292,481 @@ msgstr ""
313
  msgid "Use Auto Insert?"
314
  msgstr ""
315
 
316
- #: ../lib/yasr-settings-functions.php:77
317
- #: ../lib/yasr-settings-functions.php:146
318
  #: ../lib/yasr-settings-functions.php:164
319
- #: ../lib/yasr-settings-functions.php:206
320
- #: ../lib/yasr-settings-functions.php:232
321
- #: ../lib/yasr-settings-functions.php:266
322
- #: ../lib/yasr-settings-functions.php:321
 
323
  msgid "Yes"
324
  msgstr ""
325
 
326
- #: ../lib/yasr-settings-functions.php:91
327
- #: ../lib/yasr-settings-functions.php:151
328
  #: ../lib/yasr-settings-functions.php:169
329
- #: ../lib/yasr-settings-functions.php:211
330
- #: ../lib/yasr-settings-functions.php:237
331
- #: ../lib/yasr-settings-functions.php:271
332
- #: ../lib/yasr-settings-functions.php:326
 
333
  msgid "No"
334
  msgstr ""
335
 
336
- #: ../lib/yasr-settings-functions.php:97
337
  msgid "What?"
338
  msgstr ""
339
 
340
- #: ../lib/yasr-settings-functions.php:100
341
  msgid "Overall Rating / Author Rating"
342
  msgstr ""
343
 
344
- #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
345
  msgid "Visitor Votes"
346
  msgstr ""
347
 
348
- #: ../lib/yasr-settings-functions.php:108
349
  msgid "Both"
350
  msgstr ""
351
 
352
- #: ../lib/yasr-settings-functions.php:112
353
  msgid "Where?"
354
  msgstr ""
355
 
356
- #: ../lib/yasr-settings-functions.php:115
357
  msgid "Before the post"
358
  msgstr ""
359
 
360
- #: ../lib/yasr-settings-functions.php:119
361
  msgid "After the post"
362
  msgstr ""
363
 
364
- #: ../lib/yasr-settings-functions.php:124
365
  msgid "Size"
366
  msgstr ""
367
 
368
- #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
369
- #: ../lib/yasr-ajax-functions.php:479
370
  msgid "Small"
371
  msgstr ""
372
 
373
- #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
374
- #: ../lib/yasr-ajax-functions.php:480
375
  msgid "Medium"
376
  msgstr ""
377
 
378
- #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
379
- #: ../lib/yasr-ajax-functions.php:481
380
  msgid "Large"
381
  msgstr ""
382
 
383
- #: ../lib/yasr-settings-functions.php:143
384
  msgid "Exclude Pages?"
385
  msgstr ""
386
 
387
- #: ../lib/yasr-settings-functions.php:161
388
  msgid "Use only in custom post types?"
389
  msgstr ""
390
 
391
- #: ../lib/yasr-settings-functions.php:173
392
  msgid "You see this because you use custom post types."
393
  msgstr ""
394
 
395
- #: ../lib/yasr-settings-functions.php:175
396
  msgid "If you want to use auto insert only in custom post types, choose Yes"
397
  msgstr ""
398
 
399
- #: ../lib/yasr-settings-functions.php:215
400
  msgid ""
401
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
402
  "article or page, but also in pages like Home Page, category pages or "
403
  "archives."
404
  msgstr ""
405
 
406
- #: ../lib/yasr-settings-functions.php:241
407
  msgid ""
408
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
409
  "article or page, but also in pages like Home Page, category pages or "
410
  "archives."
411
  msgstr ""
412
 
413
- #: ../lib/yasr-settings-functions.php:276
414
  msgid "Custom text to display before Overall Rating"
415
  msgstr ""
416
 
417
- #: ../lib/yasr-settings-functions.php:281
418
  msgid "Custom text to display BEFORE Visitor Rating"
419
  msgstr ""
420
 
421
- #: ../lib/yasr-settings-functions.php:287
422
  msgid "Custom text to display AFTER Visitor Rating"
423
  msgstr ""
424
 
425
- #: ../lib/yasr-settings-functions.php:292
426
  msgid "Custom text to display when a non logged user has already rated"
427
  msgstr ""
428
 
429
- #: ../lib/yasr-settings-functions.php:297
430
  msgid "Help"
431
  msgstr ""
432
 
433
- #: ../lib/yasr-settings-functions.php:301
434
  msgid ""
435
  "In the first field you can use %overall_rating% pattern to show the overall "
436
  "rating."
437
  msgstr ""
438
 
439
- #: ../lib/yasr-settings-functions.php:305
440
  msgid ""
441
  "In the Second and Third fields you can use %total_count% pattern to show the "
442
  "total count, and %average% pattern to show the average"
443
  msgstr ""
444
 
445
- #: ../lib/yasr-settings-functions.php:344
446
  msgid "Allow only logged-in users"
447
  msgstr ""
448
 
449
- #: ../lib/yasr-settings-functions.php:348
450
  msgid "Allow everybody (logged in and anonymous)"
451
  msgstr ""
452
 
453
- #: ../lib/yasr-settings-functions.php:365
 
 
 
 
454
  msgid "Review Rating"
455
  msgstr ""
456
 
457
- #: ../lib/yasr-settings-functions.php:369
458
  msgid "Aggregate Rating"
459
  msgstr ""
460
 
461
- #: ../lib/yasr-settings-functions.php:374
462
  msgid "What is this?"
463
  msgstr ""
464
 
465
- #: ../lib/yasr-settings-functions.php:379
466
  msgid ""
467
  "If you select \"Review Rating\", your site will be indexed from search "
468
  "engines like this: "
469
  msgstr ""
470
 
471
- #: ../lib/yasr-settings-functions.php:384
472
  msgid ""
473
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
474
  "this"
475
  msgstr ""
476
 
477
- #: ../lib/yasr-settings-functions.php:402
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
478
  msgid "Stars"
479
  msgstr ""
480
 
481
- #: ../lib/yasr-settings-functions.php:406
482
  msgid "Numbers"
483
  msgstr ""
484
 
485
- #: ../lib/yasr-settings-functions.php:431
486
  msgid "Which color scheme do you want to use?"
487
  msgstr ""
488
 
489
- #: ../lib/yasr-settings-functions.php:452
490
  msgid "Light"
491
  msgstr ""
492
 
493
- #: ../lib/yasr-settings-functions.php:457
494
  msgid "Dark"
495
  msgstr ""
496
 
497
- #: ../lib/yasr-settings-functions.php:462
498
  msgid "Preview"
499
  msgstr ""
500
 
501
- #: ../lib/yasr-settings-functions.php:467
502
  msgid "Light theme"
503
  msgstr ""
504
 
505
- #: ../lib/yasr-settings-functions.php:472
506
  msgid "Dark theme"
507
  msgstr ""
508
 
509
- #: ../lib/yasr-settings-functions.php:487
510
  msgid "Add New Multiple Set"
511
  msgstr ""
512
 
513
- #: ../lib/yasr-settings-functions.php:488
514
  msgid ""
515
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
516
  "characters"
517
  msgstr ""
518
 
519
- #: ../lib/yasr-settings-functions.php:491
520
  msgid "Name"
521
  msgstr ""
522
 
523
- #: ../lib/yasr-settings-functions.php:496
524
  msgid "You can insert up to nine elements"
525
  msgstr ""
526
 
527
- #: ../lib/yasr-settings-functions.php:501
528
  msgid "Element "
529
  msgstr ""
530
 
531
- #: ../lib/yasr-settings-functions.php:511
532
  msgid "Create New Set"
533
  msgstr ""
534
 
535
- #: ../lib/yasr-settings-functions.php:532
536
- #: ../lib/yasr-settings-functions.php:564
537
  msgid "Manage Multiple Set"
538
  msgstr ""
539
 
540
- #: ../lib/yasr-settings-functions.php:534
541
  msgid "Wich set do you want to edit or remove?"
542
  msgstr ""
543
 
544
- #: ../lib/yasr-settings-functions.php:574
545
- #: ../lib/yasr-settings-functions.php:692
546
  msgid "Field name"
547
  msgstr ""
548
 
549
- #: ../lib/yasr-settings-functions.php:578
550
- #: ../lib/yasr-settings-functions.php:696
551
  msgid "Remove"
552
  msgstr ""
553
 
554
- #: ../lib/yasr-settings-functions.php:620
555
- #: ../lib/yasr-settings-functions.php:738
556
  msgid "Remove whole set?"
557
  msgstr ""
558
 
559
- #: ../lib/yasr-settings-functions.php:633
560
- #: ../lib/yasr-settings-functions.php:751
561
  msgid ""
562
  "If you remove something you will remove all the votes for that set or field. "
563
  "This operation CAN'T BE undone."
564
  msgstr ""
565
 
566
- #: ../lib/yasr-settings-functions.php:640
567
- #: ../lib/yasr-settings-functions.php:758
568
  msgid "You can use up to 9 elements"
569
  msgstr ""
570
 
571
- #: ../lib/yasr-settings-functions.php:642
572
- #: ../lib/yasr-settings-functions.php:760
573
  msgid "Add element"
574
  msgstr ""
575
 
576
- #: ../lib/yasr-settings-functions.php:644
577
- #: ../lib/yasr-settings-functions.php:762
578
  msgid "Save changes"
579
  msgstr ""
580
 
581
- #: ../lib/yasr-settings-functions.php:654
582
  msgid "No Multiple Set were found"
583
  msgstr ""
584
 
585
- #: ../lib/yasr-settings-functions.php:904
586
- #: ../lib/yasr-settings-functions.php:1172
587
  msgid "Settings Saved"
588
  msgstr ""
589
 
590
- #: ../lib/yasr-settings-functions.php:909
591
  msgid "Something goes wrong trying insert set field name. Please report it"
592
  msgstr ""
593
 
594
- #: ../lib/yasr-settings-functions.php:915
595
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
596
  msgstr ""
597
 
598
- #: ../lib/yasr-settings-functions.php:990
599
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
600
  msgstr ""
601
 
602
- #: ../lib/yasr-settings-functions.php:1036
603
  msgid ""
604
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
605
  msgstr ""
606
 
607
- #: ../lib/yasr-settings-functions.php:1100
608
  msgid ""
609
  "Something goes wrong trying to update a Multi Set's element. Please report it"
610
  msgstr ""
611
 
612
- #: ../lib/yasr-settings-functions.php:1157
613
  msgid ""
614
  "Something goes wrong trying to insert set field name in edit form. Please "
615
  "report it"
616
  msgstr ""
617
 
618
- #: ../lib/yasr-settings-functions.php:1200
619
  msgid "Style Options"
620
  msgstr ""
621
 
622
- #: ../lib/yasr-settings-functions.php:1201
623
  msgid "Custom CSS Styles"
624
  msgstr ""
625
 
626
- #: ../lib/yasr-settings-functions.php:1206
627
  msgid ""
628
  "Please use text area below to write your own CSS styles to override the "
629
  "default ones."
630
  msgstr ""
631
 
632
- #: ../lib/yasr-settings-functions.php:1208
633
  msgid "Leave it blank if you don't know what you're doing"
634
  msgstr ""
635
 
636
- #: ../lib/yasr-settings-functions.php:1231
637
  msgid "Looking for more features?"
638
  msgstr ""
639
 
640
- #: ../lib/yasr-settings-functions.php:1232
641
  msgid "Upgrade to yasr pro!"
642
  msgstr ""
643
 
644
- #: ../lib/yasr-settings-functions.php:1248
645
  msgid "Unlimited ratings and votes"
646
  msgstr ""
647
 
648
- #: ../lib/yasr-settings-functions.php:1254
649
  msgid "Works with shortcodes"
650
  msgstr ""
651
 
652
- #: ../lib/yasr-settings-functions.php:1260
653
  msgid "Multi Set Support"
654
  msgstr ""
655
 
656
- #: ../lib/yasr-settings-functions.php:1265
657
  msgid "Logs and stats for visitors votes"
658
  msgstr ""
659
 
660
- #: ../lib/yasr-settings-functions.php:1270
661
  msgid "Localization (.po and .mo files included)"
662
  msgstr ""
663
 
664
- #: ../lib/yasr-settings-functions.php:1275
665
  msgid "Rich Snippet Support"
666
  msgstr ""
667
 
668
- #: ../lib/yasr-settings-functions.php:1280
669
  msgid "Rankings for reviews, votes and users"
670
  msgstr ""
671
 
672
- #: ../lib/yasr-settings-functions.php:1285
673
  msgid "Rankings Customization"
674
  msgstr ""
675
 
676
- #: ../lib/yasr-settings-functions.php:1290
677
  msgid "Stars Customization"
678
  msgstr ""
679
 
680
- #: ../lib/yasr-settings-functions.php:1291
681
  msgid "Size Only"
682
  msgstr ""
683
 
684
- #: ../lib/yasr-settings-functions.php:1292
685
  msgid ""
686
  "Users can choose different ready to use sets or can upload their own images."
687
  msgstr ""
688
 
689
- #: ../lib/yasr-settings-functions.php:1295
690
  msgid "Users can review in comments"
691
  msgstr ""
692
 
693
- #: ../lib/yasr-settings-functions.php:1306
694
  msgid "Not avaible yet"
695
  msgstr ""
696
 
697
- #: ../lib/yasr-settings-functions.php:1338
698
- #: ../lib/yasr-settings-functions.php:1365
699
- msgid "Follow YASR official site!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
700
  msgstr ""
701
 
702
- #: ../lib/yasr-settings-functions.php:1395
 
 
 
 
 
 
 
 
703
  msgid "No previous Gd Star Rating installation was found"
704
  msgstr ""
705
 
706
- #: ../lib/yasr-db-functions.php:310
707
  msgid "No recenet votes yet"
708
  msgstr ""
709
 
710
- #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
711
  msgid "anonymous"
712
  msgstr ""
713
 
714
- #: ../lib/yasr-db-functions.php:334
715
  #, php-format
716
  msgid "Vote %d from %s on "
717
  msgstr ""
718
 
719
- #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
720
  msgid "Ip address"
721
  msgstr ""
722
 
723
- #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
724
  msgid "Pages"
725
  msgstr ""
726
 
@@ -740,270 +786,282 @@ msgstr ""
740
  msgid "You don't have enought privileges to insert Multi Set"
741
  msgstr ""
742
 
743
- #: ../lib/yasr-functions.php:309
744
- msgid " reviewed by "
745
  msgstr ""
746
 
747
- #: ../lib/yasr-functions.php:310
748
  msgid " on "
749
  msgstr ""
750
 
751
- #: ../lib/yasr-functions.php:311
752
- msgid " rated "
 
 
 
 
753
  msgstr ""
754
 
755
- #: ../lib/yasr-functions.php:311
756
- msgid " of"
757
  msgstr ""
758
 
759
- #: ../lib/yasr-functions.php:358
 
 
 
 
760
  msgid " written by "
761
  msgstr ""
762
 
763
- #: ../lib/yasr-functions.php:360
764
  msgid " average rating "
765
  msgstr ""
766
 
767
- #: ../lib/yasr-functions.php:361
768
  msgid " user ratings"
769
  msgstr ""
770
 
771
- #: ../lib/yasr-ajax-functions.php:96
 
 
 
 
772
  msgid "You've rated it "
773
  msgstr ""
774
 
775
- #: ../lib/yasr-ajax-functions.php:100
776
  msgid "You've reset the vote"
777
  msgstr ""
778
 
779
- #: ../lib/yasr-ajax-functions.php:164
780
  msgid ""
781
  "There was an error while trying to insert the review type. Please report it"
782
  msgstr ""
783
 
784
- #: ../lib/yasr-ajax-functions.php:198
785
  msgid "Choose a vote for each element"
786
  msgstr ""
787
 
788
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
789
  msgid "If you want to insert this multiset, paste this shortcode "
790
  msgstr ""
791
 
792
- #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
793
  msgid ""
794
  "If, instead, you want allow your visitor to vote on this multiset, use this "
795
  "shortcode"
796
  msgstr ""
797
 
798
- #: ../lib/yasr-ajax-functions.php:268
799
  msgid "Choose a vote for every element"
800
  msgstr ""
801
 
802
- #: ../lib/yasr-ajax-functions.php:441
803
  msgid "Main"
804
  msgstr ""
805
 
806
- #: ../lib/yasr-ajax-functions.php:442
807
  msgid "Charts"
808
  msgstr ""
809
 
810
- #: ../lib/yasr-ajax-functions.php:444
811
  msgid "Read the doc"
812
  msgstr ""
813
 
814
- #: ../lib/yasr-ajax-functions.php:453
815
  msgid "Overall Rating / Review"
816
  msgstr ""
817
 
818
- #: ../lib/yasr-ajax-functions.php:455
819
  msgid "Insert Overall Rating"
820
  msgstr ""
821
 
822
- #: ../lib/yasr-ajax-functions.php:456
823
  msgid "Insert Overall Rating / Review for this post"
824
  msgstr ""
825
 
826
- #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
827
  msgid "Choose Size"
828
  msgstr ""
829
 
830
- #: ../lib/yasr-ajax-functions.php:473
831
  msgid "Insert Visitor Votes"
832
  msgstr ""
833
 
834
- #: ../lib/yasr-ajax-functions.php:474
835
  msgid "Insert the ability for your visitor to vote"
836
  msgstr ""
837
 
838
- #: ../lib/yasr-ajax-functions.php:491
839
  msgid "If you want to insert a Multi Set, pick one:"
840
  msgstr ""
841
 
842
- #: ../lib/yasr-ajax-functions.php:497
843
  msgid "Choose wich set you want to insert."
844
  msgstr ""
845
 
846
- #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
847
  msgid "Readonly?"
848
  msgstr ""
849
 
850
- #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
851
  msgid ""
852
  "If Readonly is checked, only you can insert the votes (in the box above the "
853
  "editor)"
854
  msgstr ""
855
 
856
- #: ../lib/yasr-ajax-functions.php:502
857
  msgid "Insert Multi Set"
858
  msgstr ""
859
 
860
- #: ../lib/yasr-ajax-functions.php:511
861
  msgid "Insert Multiset:"
862
  msgstr ""
863
 
864
- #: ../lib/yasr-ajax-functions.php:514
865
  msgid "Insert Multiple Set"
866
  msgstr ""
867
 
868
- #: ../lib/yasr-ajax-functions.php:532
869
  msgid "Ranking reviews"
870
  msgstr ""
871
 
872
- #: ../lib/yasr-ajax-functions.php:533
873
  msgid "Insert Ranking reviews"
874
  msgstr ""
875
 
876
- #: ../lib/yasr-ajax-functions.php:534
877
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
878
  msgstr ""
879
 
880
- #: ../lib/yasr-ajax-functions.php:538
881
  msgid "Users' ranking"
882
  msgstr ""
883
 
884
- #: ../lib/yasr-ajax-functions.php:539
885
  msgid "Insert Users ranking"
886
  msgstr ""
887
 
888
- #: ../lib/yasr-ajax-functions.php:540
889
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
890
  msgstr ""
891
 
892
- #: ../lib/yasr-ajax-functions.php:544
893
  msgid "Most active reviewers"
894
  msgstr ""
895
 
896
- #: ../lib/yasr-ajax-functions.php:545
897
  msgid "Insert Most Active Reviewers"
898
  msgstr ""
899
 
900
- #: ../lib/yasr-ajax-functions.php:546
901
  msgid "Insert Top 5 active reviewers"
902
  msgstr ""
903
 
904
- #: ../lib/yasr-ajax-functions.php:550
905
  msgid "Most Active Users"
906
  msgstr ""
907
 
908
- #: ../lib/yasr-ajax-functions.php:551
909
  msgid "Insert Most Active Users"
910
  msgstr ""
911
 
912
- #: ../lib/yasr-ajax-functions.php:552
913
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
914
  msgstr ""
915
 
916
- #: ../lib/yasr-ajax-functions.php:623
917
  msgid "Reviews and Visitor Votes have been successfull imported."
918
  msgstr ""
919
 
920
- #: ../lib/yasr-ajax-functions.php:629
921
  msgid ""
922
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
923
  "THIS MAY TAKE A WHILE!"
924
  msgstr ""
925
 
926
- #: ../lib/yasr-ajax-functions.php:631
927
  msgid "Proceed Step 2"
928
  msgstr ""
929
 
930
- #: ../lib/yasr-ajax-functions.php:638
931
  msgid "Something goes wrong! Refresh the page and try again!"
932
  msgstr ""
933
 
934
- #: ../lib/yasr-ajax-functions.php:667
935
  msgid "I've found Multiple Set! Importing..."
936
  msgstr ""
937
 
938
- #: ../lib/yasr-ajax-functions.php:676
939
  msgid "Multi Set's name has been successfull imported."
940
  msgstr ""
941
 
942
- #: ../lib/yasr-ajax-functions.php:678
943
  msgid "Now I'm going to import Multi Set data"
944
  msgstr ""
945
 
946
- #: ../lib/yasr-ajax-functions.php:689
947
  msgid "All votes has been successfull imported."
948
  msgstr ""
949
 
950
- #: ../lib/yasr-ajax-functions.php:691
951
  msgid "Done"
952
  msgstr ""
953
 
954
- #: ../lib/yasr-ajax-functions.php:696
955
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
956
  msgstr ""
957
 
958
- #: ../lib/yasr-ajax-functions.php:704
959
  msgid "I've found Multi Set but with no data"
960
  msgstr ""
961
 
962
- #: ../lib/yasr-ajax-functions.php:713
963
  msgid "I've found Multi Sets names but I couldn't insert into db"
964
  msgstr ""
965
 
966
- #: ../lib/yasr-ajax-functions.php:721
967
  msgid "Multisets were not found. Imported is done!"
968
  msgstr ""
969
 
970
- #: ../lib/yasr-ajax-functions.php:765
971
  msgid "No Recenet votes yet"
972
  msgstr ""
973
 
974
- #: ../lib/yasr-ajax-functions.php:787
975
  #, php-format
976
  msgid "Vote %d from %s on"
977
  msgstr ""
978
 
979
- #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
980
  msgid "Error: you can't vote 0"
981
  msgstr ""
982
 
983
- #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
984
  msgid "Average:"
985
  msgstr ""
986
 
987
- #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
988
  msgid "Vote Saved"
989
  msgstr ""
990
 
991
- #: ../lib/yasr-ajax-functions.php:1184
992
  msgid "Vote updated"
993
  msgstr ""
994
 
995
- #: ../lib/yasr-ajax-functions.php:1325
996
  msgid "Rating saved!"
997
  msgstr ""
998
 
999
- #: ../lib/yasr-ajax-functions.php:1331
1000
  msgid "Rating not saved. Please Try again"
1001
  msgstr ""
1002
 
1003
- #: ../lib/yasr-ajax-functions.php:1424
1004
  msgid "stars"
1005
  msgstr ""
1006
 
1007
- #: ../lib/yasr-ajax-functions.php:1429
1008
  msgid "star"
1009
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
+ "POT-Creation-Date: 2015-09-16 17:21+0100\n"
5
+ "PO-Revision-Date: 2015-09-16 17:21+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:75 ../yasr-metabox-top-right.php:109
19
  msgid "Rate this article / item"
20
  msgstr ""
21
 
22
+ #: ../yasr-metabox-top-right.php:81 ../lib/yasr-shortcode-functions.php:149
23
+ #: ../lib/yasr-shortcode-functions.php:546
24
  msgid "Loading, please wait"
25
  msgstr ""
26
 
27
+ #: ../yasr-metabox-top-right.php:157
28
  msgid "Save Vote"
29
  msgstr ""
30
 
31
+ #: ../yasr-metabox-top-right.php:176
32
  msgid "This review is about a..."
33
  msgstr ""
34
 
35
+ #: ../yasr-metabox-top-right.php:181 ../yasr-metabox-multiple-rating.php:46
36
+ #: ../lib/yasr-settings-functions.php:598
 
 
 
 
37
  msgid "Select"
38
  msgstr ""
39
 
40
+ #: ../yasr-metabox-top-right.php:199
41
  msgid ""
42
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
43
  "where you want to display this rating"
44
  msgstr ""
45
 
46
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
47
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:211
48
+ #: ../lib/yasr-ajax-functions.php:365 ../lib/yasr-ajax-functions.php:781
49
  msgid "You do not have sufficient permissions to access this page."
50
  msgstr ""
51
 
52
+ #: ../yasr-settings-page.php:37
53
  msgid "Settings"
54
  msgstr ""
55
 
56
+ #: ../yasr-settings-page.php:80
57
  msgid "General Settings"
58
  msgstr ""
59
 
60
+ #: ../yasr-settings-page.php:81
61
  msgid "Multi Sets"
62
  msgstr ""
63
 
64
+ #: ../yasr-settings-page.php:82
65
  msgid "Styles"
66
  msgstr ""
67
 
68
+ #: ../yasr-settings-page.php:83
69
  msgid "Pro Features!"
70
  msgstr ""
71
 
72
+ #: ../yasr-settings-page.php:100 ../yasr-settings-page.php:260
73
+ #: ../yasr-settings-page.php:291
74
  msgid "Save"
75
  msgstr ""
76
 
77
+ #: ../yasr-settings-page.php:125
78
  msgid "Import Gd Star Rating"
79
  msgstr ""
80
 
81
+ #: ../yasr-settings-page.php:126
82
  msgid "I've found a previous installation of Gd Star Rating."
83
  msgstr ""
84
 
85
+ #: ../yasr-settings-page.php:126
86
  msgid "Do you want proceed to import data?"
87
  msgstr ""
88
 
89
+ #: ../yasr-settings-page.php:128
90
  msgid "Yes, Begin Import"
91
  msgstr ""
92
 
93
+ #: ../yasr-settings-page.php:132
94
  msgid "Click on Proceed to import Gd Star Rating data."
95
  msgstr ""
96
 
97
+ #: ../yasr-settings-page.php:135 ../yasr-settings-page.php:168
98
  msgid "Proceed"
99
  msgstr ""
100
 
101
+ #: ../yasr-settings-page.php:157
102
  msgid "Manage GD Star Data"
103
  msgstr ""
104
 
105
+ #: ../yasr-settings-page.php:158
106
  msgid "Gd Star Rating has been already imported."
107
  msgstr ""
108
 
109
+ #: ../yasr-settings-page.php:159
110
  msgid "If you wish you can import it again, but"
111
  msgstr ""
112
 
113
+ #: ../yasr-settings-page.php:159
114
  msgid "you will lose all data you've collect since the import!"
115
  msgstr ""
116
 
117
+ #: ../yasr-settings-page.php:161
118
  msgid "Ok, Import Again"
119
  msgstr ""
120
 
121
+ #: ../yasr-settings-page.php:165
122
  msgid ""
123
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
124
  msgstr ""
125
 
126
+ #: ../yasr-settings-page.php:202
127
  msgid "Manage Multi Set"
128
  msgstr ""
129
 
130
+ #: ../yasr-settings-page.php:206
131
  msgid "What is a Multi Set?"
132
  msgstr ""
133
 
134
+ #: ../yasr-settings-page.php:211
135
  msgid ""
136
  "Multi Set allows you to insert a rate for each aspect about the product / "
137
  "local business / whetever you're reviewing, example in the image below."
138
  msgstr ""
139
 
140
+ #: ../yasr-settings-page.php:215
141
  msgid ""
142
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
143
  "different fields. Once you've saved it, you can insert the rates while "
145
  "image (click to see it larger)"
146
  msgstr ""
147
 
148
+ #: ../yasr-settings-page.php:219
149
  msgid ""
150
  "In order to insert your Multi Sets into a post or page, you can either past "
151
  "the short code that will appear at the bottom of the box or just click on "
152
  "the star in the graphic editor and select \"Insert Multi Set\"."
153
  msgstr ""
154
 
155
+ #: ../yasr-settings-page.php:225
156
  msgid "Close this message"
157
  msgstr ""
158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  #: ../yasr-metabox-multiple-rating.php:35
160
  msgid "Choose wich set you want to use"
161
  msgstr ""
162
 
163
+ #: ../lib/yasr-shortcode-functions.php:202
164
+ #: ../lib/yasr-shortcode-functions.php:223
165
+ #: ../lib/yasr-shortcode-functions.php:253
166
  msgid "You've already voted this article with"
167
  msgstr ""
168
 
169
+ #: ../lib/yasr-shortcode-functions.php:264
170
+ #: ../lib/yasr-shortcode-functions.php:574
171
  msgid "You must sign to vote"
172
  msgstr ""
173
 
174
+ #: ../lib/yasr-shortcode-functions.php:306 ../lib/yasr-ajax-functions.php:1118
175
+ #: ../lib/yasr-ajax-functions.php:1126 ../lib/yasr-ajax-functions.php:1261
176
  msgid "Total: "
177
  msgstr ""
178
 
179
+ #: ../lib/yasr-shortcode-functions.php:306
180
  msgid "Average: "
181
  msgstr ""
182
 
183
+ #: ../lib/yasr-shortcode-functions.php:322
184
  msgid "bad, poor, ok, good, super"
185
  msgstr ""
186
 
187
+ #: ../lib/yasr-shortcode-functions.php:553
188
  msgid "Thank you for voting! "
189
  msgstr ""
190
 
191
+ #: ../lib/yasr-shortcode-functions.php:564
192
+ #: ../lib/yasr-shortcode-functions.php:572
193
+ #: ../lib/yasr-shortcode-functions.php:584
194
  msgid "Submit!"
195
  msgstr ""
196
 
197
+ #: ../lib/yasr-shortcode-functions.php:761
198
  msgid "Rating"
199
  msgstr ""
200
 
201
+ #: ../lib/yasr-shortcode-functions.php:775
202
  msgid "You don't have any votes stored"
203
  msgstr ""
204
 
205
+ #: ../lib/yasr-shortcode-functions.php:811
206
+ #: ../lib/yasr-shortcode-functions.php:850
207
  msgid "Post / Page"
208
  msgstr ""
209
 
210
+ #: ../lib/yasr-shortcode-functions.php:812
211
+ #: ../lib/yasr-shortcode-functions.php:851
212
  msgid "Order By"
213
  msgstr ""
214
 
215
+ #: ../lib/yasr-shortcode-functions.php:812
216
+ #: ../lib/yasr-shortcode-functions.php:851
217
  msgid "Most Rated"
218
  msgstr ""
219
 
220
+ #: ../lib/yasr-shortcode-functions.php:812
221
+ #: ../lib/yasr-shortcode-functions.php:851
222
  msgid "Highest Rated"
223
  msgstr ""
224
 
225
+ #: ../lib/yasr-shortcode-functions.php:830
226
+ #: ../lib/yasr-shortcode-functions.php:865
227
  msgid "Total:"
228
  msgstr ""
229
 
230
+ #: ../lib/yasr-shortcode-functions.php:830
231
+ #: ../lib/yasr-shortcode-functions.php:865
232
  msgid "Average"
233
  msgstr ""
234
 
235
+ #: ../lib/yasr-shortcode-functions.php:842
236
  msgid "You've not enough data"
237
  msgstr ""
238
 
239
+ #: ../lib/yasr-shortcode-functions.php:877
240
  msgid "You've not enought data"
241
  msgstr ""
242
 
243
+ #: ../lib/yasr-shortcode-functions.php:962
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:1030
250
  msgid ""
251
  "Problem while retrieving the top 10 active users chart. Are you sure you "
252
  "have votes to show?"
281
  msgstr ""
282
 
283
  #: ../lib/yasr-settings-functions.php:59
284
+ msgid "Rich snippet options"
285
  msgstr ""
286
 
287
  #: ../lib/yasr-settings-functions.php:60
292
  msgid "Use Auto Insert?"
293
  msgstr ""
294
 
295
+ #: ../lib/yasr-settings-functions.php:80
 
296
  #: ../lib/yasr-settings-functions.php:164
297
+ #: ../lib/yasr-settings-functions.php:184
298
+ #: ../lib/yasr-settings-functions.php:228
299
+ #: ../lib/yasr-settings-functions.php:254
300
+ #: ../lib/yasr-settings-functions.php:288
301
+ #: ../lib/yasr-settings-functions.php:343
302
  msgid "Yes"
303
  msgstr ""
304
 
305
+ #: ../lib/yasr-settings-functions.php:94
 
306
  #: ../lib/yasr-settings-functions.php:169
307
+ #: ../lib/yasr-settings-functions.php:189
308
+ #: ../lib/yasr-settings-functions.php:233
309
+ #: ../lib/yasr-settings-functions.php:259
310
+ #: ../lib/yasr-settings-functions.php:293
311
+ #: ../lib/yasr-settings-functions.php:348
312
  msgid "No"
313
  msgstr ""
314
 
315
+ #: ../lib/yasr-settings-functions.php:102
316
  msgid "What?"
317
  msgstr ""
318
 
319
+ #: ../lib/yasr-settings-functions.php:107
320
  msgid "Overall Rating / Author Rating"
321
  msgstr ""
322
 
323
+ #: ../lib/yasr-settings-functions.php:111 ../lib/yasr-ajax-functions.php:500
324
  msgid "Visitor Votes"
325
  msgstr ""
326
 
327
+ #: ../lib/yasr-settings-functions.php:115
328
  msgid "Both"
329
  msgstr ""
330
 
331
+ #: ../lib/yasr-settings-functions.php:121
332
  msgid "Where?"
333
  msgstr ""
334
 
335
+ #: ../lib/yasr-settings-functions.php:126
336
  msgid "Before the post"
337
  msgstr ""
338
 
339
+ #: ../lib/yasr-settings-functions.php:130
340
  msgid "After the post"
341
  msgstr ""
342
 
343
+ #: ../lib/yasr-settings-functions.php:137
344
  msgid "Size"
345
  msgstr ""
346
 
347
+ #: ../lib/yasr-settings-functions.php:143 ../lib/yasr-ajax-functions.php:490
348
+ #: ../lib/yasr-ajax-functions.php:508
349
  msgid "Small"
350
  msgstr ""
351
 
352
+ #: ../lib/yasr-settings-functions.php:148 ../lib/yasr-ajax-functions.php:491
353
+ #: ../lib/yasr-ajax-functions.php:509
354
  msgid "Medium"
355
  msgstr ""
356
 
357
+ #: ../lib/yasr-settings-functions.php:153 ../lib/yasr-ajax-functions.php:492
358
+ #: ../lib/yasr-ajax-functions.php:510
359
  msgid "Large"
360
  msgstr ""
361
 
362
+ #: ../lib/yasr-settings-functions.php:160
363
  msgid "Exclude Pages?"
364
  msgstr ""
365
 
366
+ #: ../lib/yasr-settings-functions.php:181
367
  msgid "Use only in custom post types?"
368
  msgstr ""
369
 
370
+ #: ../lib/yasr-settings-functions.php:193
371
  msgid "You see this because you use custom post types."
372
  msgstr ""
373
 
374
+ #: ../lib/yasr-settings-functions.php:195
375
  msgid "If you want to use auto insert only in custom post types, choose Yes"
376
  msgstr ""
377
 
378
+ #: ../lib/yasr-settings-functions.php:237
379
  msgid ""
380
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
381
  "article or page, but also in pages like Home Page, category pages or "
382
  "archives."
383
  msgstr ""
384
 
385
+ #: ../lib/yasr-settings-functions.php:263
386
  msgid ""
387
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
388
  "article or page, but also in pages like Home Page, category pages or "
389
  "archives."
390
  msgstr ""
391
 
392
+ #: ../lib/yasr-settings-functions.php:298
393
  msgid "Custom text to display before Overall Rating"
394
  msgstr ""
395
 
396
+ #: ../lib/yasr-settings-functions.php:303
397
  msgid "Custom text to display BEFORE Visitor Rating"
398
  msgstr ""
399
 
400
+ #: ../lib/yasr-settings-functions.php:309
401
  msgid "Custom text to display AFTER Visitor Rating"
402
  msgstr ""
403
 
404
+ #: ../lib/yasr-settings-functions.php:314
405
  msgid "Custom text to display when a non logged user has already rated"
406
  msgstr ""
407
 
408
+ #: ../lib/yasr-settings-functions.php:319
409
  msgid "Help"
410
  msgstr ""
411
 
412
+ #: ../lib/yasr-settings-functions.php:323
413
  msgid ""
414
  "In the first field you can use %overall_rating% pattern to show the overall "
415
  "rating."
416
  msgstr ""
417
 
418
+ #: ../lib/yasr-settings-functions.php:327
419
  msgid ""
420
  "In the Second and Third fields you can use %total_count% pattern to show the "
421
  "total count, and %average% pattern to show the average"
422
  msgstr ""
423
 
424
+ #: ../lib/yasr-settings-functions.php:366
425
  msgid "Allow only logged-in users"
426
  msgstr ""
427
 
428
+ #: ../lib/yasr-settings-functions.php:370
429
  msgid "Allow everybody (logged in and anonymous)"
430
  msgstr ""
431
 
432
+ #: ../lib/yasr-settings-functions.php:386
433
+ msgid "Which rich snippet do you want to use?"
434
+ msgstr ""
435
+
436
+ #: ../lib/yasr-settings-functions.php:390
437
  msgid "Review Rating"
438
  msgstr ""
439
 
440
+ #: ../lib/yasr-settings-functions.php:394
441
  msgid "Aggregate Rating"
442
  msgstr ""
443
 
444
+ #: ../lib/yasr-settings-functions.php:399
445
  msgid "What is this?"
446
  msgstr ""
447
 
448
+ #: ../lib/yasr-settings-functions.php:404
449
  msgid ""
450
  "If you select \"Review Rating\", your site will be indexed from search "
451
  "engines like this: "
452
  msgstr ""
453
 
454
+ #: ../lib/yasr-settings-functions.php:409
455
  msgid ""
456
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
457
  "this"
458
  msgstr ""
459
 
460
+ #: ../lib/yasr-settings-functions.php:420
461
+ msgid "Select default item type for all post or pages"
462
+ msgstr ""
463
+
464
+ #: ../lib/yasr-settings-functions.php:425
465
+ msgid "Product"
466
+ msgstr ""
467
+
468
+ #: ../lib/yasr-settings-functions.php:429
469
+ msgid "Place"
470
+ msgstr ""
471
+
472
+ #: ../lib/yasr-settings-functions.php:433
473
+ msgid "Other"
474
+ msgstr ""
475
+
476
+ #: ../lib/yasr-settings-functions.php:439
477
+ msgid "You can always change it in the single post or page."
478
+ msgstr ""
479
+
480
+ #: ../lib/yasr-settings-functions.php:441
481
+ msgid ""
482
+ "This will affect only the post/page where you didn't change manually the "
483
+ "itemtype yet."
484
+ msgstr ""
485
+
486
+ #: ../lib/yasr-settings-functions.php:458
487
  msgid "Stars"
488
  msgstr ""
489
 
490
+ #: ../lib/yasr-settings-functions.php:462
491
  msgid "Numbers"
492
  msgstr ""
493
 
494
+ #: ../lib/yasr-settings-functions.php:487
495
  msgid "Which color scheme do you want to use?"
496
  msgstr ""
497
 
498
+ #: ../lib/yasr-settings-functions.php:508
499
  msgid "Light"
500
  msgstr ""
501
 
502
+ #: ../lib/yasr-settings-functions.php:513
503
  msgid "Dark"
504
  msgstr ""
505
 
506
+ #: ../lib/yasr-settings-functions.php:518
507
  msgid "Preview"
508
  msgstr ""
509
 
510
+ #: ../lib/yasr-settings-functions.php:523
511
  msgid "Light theme"
512
  msgstr ""
513
 
514
+ #: ../lib/yasr-settings-functions.php:528
515
  msgid "Dark theme"
516
  msgstr ""
517
 
518
+ #: ../lib/yasr-settings-functions.php:543
519
  msgid "Add New Multiple Set"
520
  msgstr ""
521
 
522
+ #: ../lib/yasr-settings-functions.php:544
523
  msgid ""
524
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
525
  "characters"
526
  msgstr ""
527
 
528
+ #: ../lib/yasr-settings-functions.php:547
529
  msgid "Name"
530
  msgstr ""
531
 
532
+ #: ../lib/yasr-settings-functions.php:552
533
  msgid "You can insert up to nine elements"
534
  msgstr ""
535
 
536
+ #: ../lib/yasr-settings-functions.php:557
537
  msgid "Element "
538
  msgstr ""
539
 
540
+ #: ../lib/yasr-settings-functions.php:567
541
  msgid "Create New Set"
542
  msgstr ""
543
 
544
+ #: ../lib/yasr-settings-functions.php:588
545
+ #: ../lib/yasr-settings-functions.php:621
546
  msgid "Manage Multiple Set"
547
  msgstr ""
548
 
549
+ #: ../lib/yasr-settings-functions.php:590
550
  msgid "Wich set do you want to edit or remove?"
551
  msgstr ""
552
 
553
+ #: ../lib/yasr-settings-functions.php:631
554
+ #: ../lib/yasr-settings-functions.php:749
555
  msgid "Field name"
556
  msgstr ""
557
 
558
+ #: ../lib/yasr-settings-functions.php:635
559
+ #: ../lib/yasr-settings-functions.php:753
560
  msgid "Remove"
561
  msgstr ""
562
 
563
+ #: ../lib/yasr-settings-functions.php:677
564
+ #: ../lib/yasr-settings-functions.php:795
565
  msgid "Remove whole set?"
566
  msgstr ""
567
 
568
+ #: ../lib/yasr-settings-functions.php:690
569
+ #: ../lib/yasr-settings-functions.php:808
570
  msgid ""
571
  "If you remove something you will remove all the votes for that set or field. "
572
  "This operation CAN'T BE undone."
573
  msgstr ""
574
 
575
+ #: ../lib/yasr-settings-functions.php:697
576
+ #: ../lib/yasr-settings-functions.php:815
577
  msgid "You can use up to 9 elements"
578
  msgstr ""
579
 
580
+ #: ../lib/yasr-settings-functions.php:699
581
+ #: ../lib/yasr-settings-functions.php:817
582
  msgid "Add element"
583
  msgstr ""
584
 
585
+ #: ../lib/yasr-settings-functions.php:701
586
+ #: ../lib/yasr-settings-functions.php:819
587
  msgid "Save changes"
588
  msgstr ""
589
 
590
+ #: ../lib/yasr-settings-functions.php:711
591
  msgid "No Multiple Set were found"
592
  msgstr ""
593
 
594
+ #: ../lib/yasr-settings-functions.php:960
595
+ #: ../lib/yasr-settings-functions.php:1228
596
  msgid "Settings Saved"
597
  msgstr ""
598
 
599
+ #: ../lib/yasr-settings-functions.php:965
600
  msgid "Something goes wrong trying insert set field name. Please report it"
601
  msgstr ""
602
 
603
+ #: ../lib/yasr-settings-functions.php:971
604
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
605
  msgstr ""
606
 
607
+ #: ../lib/yasr-settings-functions.php:1046
608
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
609
  msgstr ""
610
 
611
+ #: ../lib/yasr-settings-functions.php:1092
612
  msgid ""
613
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
614
  msgstr ""
615
 
616
+ #: ../lib/yasr-settings-functions.php:1156
617
  msgid ""
618
  "Something goes wrong trying to update a Multi Set's element. Please report it"
619
  msgstr ""
620
 
621
+ #: ../lib/yasr-settings-functions.php:1213
622
  msgid ""
623
  "Something goes wrong trying to insert set field name in edit form. Please "
624
  "report it"
625
  msgstr ""
626
 
627
+ #: ../lib/yasr-settings-functions.php:1258
628
  msgid "Style Options"
629
  msgstr ""
630
 
631
+ #: ../lib/yasr-settings-functions.php:1259
632
  msgid "Custom CSS Styles"
633
  msgstr ""
634
 
635
+ #: ../lib/yasr-settings-functions.php:1264
636
  msgid ""
637
  "Please use text area below to write your own CSS styles to override the "
638
  "default ones."
639
  msgstr ""
640
 
641
+ #: ../lib/yasr-settings-functions.php:1266
642
  msgid "Leave it blank if you don't know what you're doing"
643
  msgstr ""
644
 
645
+ #: ../lib/yasr-settings-functions.php:1289
646
  msgid "Looking for more features?"
647
  msgstr ""
648
 
649
+ #: ../lib/yasr-settings-functions.php:1290
650
  msgid "Upgrade to yasr pro!"
651
  msgstr ""
652
 
653
+ #: ../lib/yasr-settings-functions.php:1306
654
  msgid "Unlimited ratings and votes"
655
  msgstr ""
656
 
657
+ #: ../lib/yasr-settings-functions.php:1312
658
  msgid "Works with shortcodes"
659
  msgstr ""
660
 
661
+ #: ../lib/yasr-settings-functions.php:1318
662
  msgid "Multi Set Support"
663
  msgstr ""
664
 
665
+ #: ../lib/yasr-settings-functions.php:1323
666
  msgid "Logs and stats for visitors votes"
667
  msgstr ""
668
 
669
+ #: ../lib/yasr-settings-functions.php:1328
670
  msgid "Localization (.po and .mo files included)"
671
  msgstr ""
672
 
673
+ #: ../lib/yasr-settings-functions.php:1333
674
  msgid "Rich Snippet Support"
675
  msgstr ""
676
 
677
+ #: ../lib/yasr-settings-functions.php:1338
678
  msgid "Rankings for reviews, votes and users"
679
  msgstr ""
680
 
681
+ #: ../lib/yasr-settings-functions.php:1343
682
  msgid "Rankings Customization"
683
  msgstr ""
684
 
685
+ #: ../lib/yasr-settings-functions.php:1348
686
  msgid "Stars Customization"
687
  msgstr ""
688
 
689
+ #: ../lib/yasr-settings-functions.php:1349
690
  msgid "Size Only"
691
  msgstr ""
692
 
693
+ #: ../lib/yasr-settings-functions.php:1350
694
  msgid ""
695
  "Users can choose different ready to use sets or can upload their own images."
696
  msgstr ""
697
 
698
+ #: ../lib/yasr-settings-functions.php:1353
699
  msgid "Users can review in comments"
700
  msgstr ""
701
 
702
+ #: ../lib/yasr-settings-functions.php:1364
703
  msgid "Not avaible yet"
704
  msgstr ""
705
 
706
+ #: ../lib/yasr-settings-functions.php:1423
707
+ msgid "Keep in touch!"
708
+ msgstr ""
709
+
710
+ #: ../lib/yasr-settings-functions.php:1465
711
+ #, php-format
712
+ msgid ""
713
+ "Hey, seems like you reached %s votes on your site throught YASR! That's cool!"
714
+ msgstr ""
715
+
716
+ #: ../lib/yasr-settings-functions.php:1467
717
+ msgid "Can I ask a favor?"
718
+ msgstr ""
719
+
720
+ #: ../lib/yasr-settings-functions.php:1469
721
+ msgid "Can you please rate YASR 5 stars on"
722
+ msgstr ""
723
+
724
+ #: ../lib/yasr-settings-functions.php:1471
725
+ msgid " It will require just 1 min but it's a HUGE help for me. Thank you."
726
+ msgstr ""
727
+
728
+ #: ../lib/yasr-settings-functions.php:1477
729
+ msgid "Ok, I'm glad to help!"
730
+ msgstr ""
731
+
732
+ #: ../lib/yasr-settings-functions.php:1478
733
+ msgid "Remind me later!"
734
+ msgstr ""
735
+
736
+ #: ../lib/yasr-settings-functions.php:1479
737
+ msgid "Don't need to ask, I already did it!"
738
  msgstr ""
739
 
740
+ #: ../lib/yasr-settings-functions.php:1512
741
+ #, php-format
742
+ msgid ""
743
+ "Thank you for using <a href=\"%s\" target=\"_blank\">Yet Another Stars "
744
+ "Rating</a>. Please <a href=\"%s\" target=\"_blank\">rate it</a> 5 stars on "
745
+ "<a href=\"%s\" target=\"_blank\">WordPress.org</a>"
746
+ msgstr ""
747
+
748
+ #: ../lib/yasr-settings-functions.php:1557
749
  msgid "No previous Gd Star Rating installation was found"
750
  msgstr ""
751
 
752
+ #: ../lib/yasr-db-functions.php:318
753
  msgid "No recenet votes yet"
754
  msgstr ""
755
 
756
+ #: ../lib/yasr-db-functions.php:333 ../lib/yasr-ajax-functions.php:806
757
  msgid "anonymous"
758
  msgstr ""
759
 
760
+ #: ../lib/yasr-db-functions.php:342
761
  #, php-format
762
  msgid "Vote %d from %s on "
763
  msgstr ""
764
 
765
+ #: ../lib/yasr-db-functions.php:358 ../lib/yasr-ajax-functions.php:831
766
  msgid "Ip address"
767
  msgstr ""
768
 
769
+ #: ../lib/yasr-db-functions.php:399 ../lib/yasr-ajax-functions.php:872
770
  msgid "Pages"
771
  msgstr ""
772
 
786
  msgid "You don't have enought privileges to insert Multi Set"
787
  msgstr ""
788
 
789
+ #: ../lib/yasr-functions.php:299
790
+ msgid "reviewed by"
791
  msgstr ""
792
 
793
+ #: ../lib/yasr-functions.php:301 ../lib/yasr-functions.php:369
794
  msgid " on "
795
  msgstr ""
796
 
797
+ #: ../lib/yasr-functions.php:315
798
+ msgid "reviewed on"
799
+ msgstr ""
800
+
801
+ #: ../lib/yasr-functions.php:316
802
+ msgid "by "
803
  msgstr ""
804
 
805
+ #: ../lib/yasr-functions.php:320
806
+ msgid "rated"
807
  msgstr ""
808
 
809
+ #: ../lib/yasr-functions.php:320
810
+ msgid "of"
811
+ msgstr ""
812
+
813
+ #: ../lib/yasr-functions.php:377
814
  msgid " written by "
815
  msgstr ""
816
 
817
+ #: ../lib/yasr-functions.php:380
818
  msgid " average rating "
819
  msgstr ""
820
 
821
+ #: ../lib/yasr-functions.php:381
822
  msgid " user ratings"
823
  msgstr ""
824
 
825
+ #: ../lib/yasr-functions.php:407
826
+ msgid "Product, Place, Other"
827
+ msgstr ""
828
+
829
+ #: ../lib/yasr-ajax-functions.php:102
830
  msgid "You've rated it "
831
  msgstr ""
832
 
833
+ #: ../lib/yasr-ajax-functions.php:106
834
  msgid "You've reset the vote"
835
  msgstr ""
836
 
837
+ #: ../lib/yasr-ajax-functions.php:188
838
  msgid ""
839
  "There was an error while trying to insert the review type. Please report it"
840
  msgstr ""
841
 
842
+ #: ../lib/yasr-ajax-functions.php:223
843
  msgid "Choose a vote for each element"
844
  msgstr ""
845
 
846
+ #: ../lib/yasr-ajax-functions.php:286 ../lib/yasr-ajax-functions.php:330
847
  msgid "If you want to insert this multiset, paste this shortcode "
848
  msgstr ""
849
 
850
+ #: ../lib/yasr-ajax-functions.php:288 ../lib/yasr-ajax-functions.php:332
851
  msgid ""
852
  "If, instead, you want allow your visitor to vote on this multiset, use this "
853
  "shortcode"
854
  msgstr ""
855
 
856
+ #: ../lib/yasr-ajax-functions.php:297
857
  msgid "Choose a vote for every element"
858
  msgstr ""
859
 
860
+ #: ../lib/yasr-ajax-functions.php:470
861
  msgid "Main"
862
  msgstr ""
863
 
864
+ #: ../lib/yasr-ajax-functions.php:471
865
  msgid "Charts"
866
  msgstr ""
867
 
868
+ #: ../lib/yasr-ajax-functions.php:473
869
  msgid "Read the doc"
870
  msgstr ""
871
 
872
+ #: ../lib/yasr-ajax-functions.php:482
873
  msgid "Overall Rating / Review"
874
  msgstr ""
875
 
876
+ #: ../lib/yasr-ajax-functions.php:484
877
  msgid "Insert Overall Rating"
878
  msgstr ""
879
 
880
+ #: ../lib/yasr-ajax-functions.php:485
881
  msgid "Insert Overall Rating / Review for this post"
882
  msgstr ""
883
 
884
+ #: ../lib/yasr-ajax-functions.php:488 ../lib/yasr-ajax-functions.php:506
885
  msgid "Choose Size"
886
  msgstr ""
887
 
888
+ #: ../lib/yasr-ajax-functions.php:502
889
  msgid "Insert Visitor Votes"
890
  msgstr ""
891
 
892
+ #: ../lib/yasr-ajax-functions.php:503
893
  msgid "Insert the ability for your visitor to vote"
894
  msgstr ""
895
 
896
+ #: ../lib/yasr-ajax-functions.php:520
897
  msgid "If you want to insert a Multi Set, pick one:"
898
  msgstr ""
899
 
900
+ #: ../lib/yasr-ajax-functions.php:526
901
  msgid "Choose wich set you want to insert."
902
  msgstr ""
903
 
904
+ #: ../lib/yasr-ajax-functions.php:528 ../lib/yasr-ajax-functions.php:545
905
  msgid "Readonly?"
906
  msgstr ""
907
 
908
+ #: ../lib/yasr-ajax-functions.php:530 ../lib/yasr-ajax-functions.php:546
909
  msgid ""
910
  "If Readonly is checked, only you can insert the votes (in the box above the "
911
  "editor)"
912
  msgstr ""
913
 
914
+ #: ../lib/yasr-ajax-functions.php:531
915
  msgid "Insert Multi Set"
916
  msgstr ""
917
 
918
+ #: ../lib/yasr-ajax-functions.php:540
919
  msgid "Insert Multiset:"
920
  msgstr ""
921
 
922
+ #: ../lib/yasr-ajax-functions.php:543
923
  msgid "Insert Multiple Set"
924
  msgstr ""
925
 
926
+ #: ../lib/yasr-ajax-functions.php:561
927
  msgid "Ranking reviews"
928
  msgstr ""
929
 
930
+ #: ../lib/yasr-ajax-functions.php:562
931
  msgid "Insert Ranking reviews"
932
  msgstr ""
933
 
934
+ #: ../lib/yasr-ajax-functions.php:563
935
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
936
  msgstr ""
937
 
938
+ #: ../lib/yasr-ajax-functions.php:567
939
  msgid "Users' ranking"
940
  msgstr ""
941
 
942
+ #: ../lib/yasr-ajax-functions.php:568
943
  msgid "Insert Users ranking"
944
  msgstr ""
945
 
946
+ #: ../lib/yasr-ajax-functions.php:569
947
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
948
  msgstr ""
949
 
950
+ #: ../lib/yasr-ajax-functions.php:573
951
  msgid "Most active reviewers"
952
  msgstr ""
953
 
954
+ #: ../lib/yasr-ajax-functions.php:574
955
  msgid "Insert Most Active Reviewers"
956
  msgstr ""
957
 
958
+ #: ../lib/yasr-ajax-functions.php:575
959
  msgid "Insert Top 5 active reviewers"
960
  msgstr ""
961
 
962
+ #: ../lib/yasr-ajax-functions.php:579
963
  msgid "Most Active Users"
964
  msgstr ""
965
 
966
+ #: ../lib/yasr-ajax-functions.php:580
967
  msgid "Insert Most Active Users"
968
  msgstr ""
969
 
970
+ #: ../lib/yasr-ajax-functions.php:581
971
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
972
  msgstr ""
973
 
974
+ #: ../lib/yasr-ajax-functions.php:652
975
  msgid "Reviews and Visitor Votes have been successfull imported."
976
  msgstr ""
977
 
978
+ #: ../lib/yasr-ajax-functions.php:658
979
  msgid ""
980
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
981
  "THIS MAY TAKE A WHILE!"
982
  msgstr ""
983
 
984
+ #: ../lib/yasr-ajax-functions.php:660
985
  msgid "Proceed Step 2"
986
  msgstr ""
987
 
988
+ #: ../lib/yasr-ajax-functions.php:667
989
  msgid "Something goes wrong! Refresh the page and try again!"
990
  msgstr ""
991
 
992
+ #: ../lib/yasr-ajax-functions.php:696
993
  msgid "I've found Multiple Set! Importing..."
994
  msgstr ""
995
 
996
+ #: ../lib/yasr-ajax-functions.php:705
997
  msgid "Multi Set's name has been successfull imported."
998
  msgstr ""
999
 
1000
+ #: ../lib/yasr-ajax-functions.php:707
1001
  msgid "Now I'm going to import Multi Set data"
1002
  msgstr ""
1003
 
1004
+ #: ../lib/yasr-ajax-functions.php:718
1005
  msgid "All votes has been successfull imported."
1006
  msgstr ""
1007
 
1008
+ #: ../lib/yasr-ajax-functions.php:720
1009
  msgid "Done"
1010
  msgstr ""
1011
 
1012
+ #: ../lib/yasr-ajax-functions.php:725
1013
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1014
  msgstr ""
1015
 
1016
+ #: ../lib/yasr-ajax-functions.php:733
1017
  msgid "I've found Multi Set but with no data"
1018
  msgstr ""
1019
 
1020
+ #: ../lib/yasr-ajax-functions.php:742
1021
  msgid "I've found Multi Sets names but I couldn't insert into db"
1022
  msgstr ""
1023
 
1024
+ #: ../lib/yasr-ajax-functions.php:750
1025
  msgid "Multisets were not found. Imported is done!"
1026
  msgstr ""
1027
 
1028
+ #: ../lib/yasr-ajax-functions.php:793
1029
  msgid "No Recenet votes yet"
1030
  msgstr ""
1031
 
1032
+ #: ../lib/yasr-ajax-functions.php:815
1033
  #, php-format
1034
  msgid "Vote %d from %s on"
1035
  msgstr ""
1036
 
1037
+ #: ../lib/yasr-ajax-functions.php:1013 ../lib/yasr-ajax-functions.php:1168
1038
  msgid "Error: you can't vote 0"
1039
  msgstr ""
1040
 
1041
+ #: ../lib/yasr-ajax-functions.php:1118 ../lib/yasr-ajax-functions.php:1126
1042
  msgid "Average:"
1043
  msgstr ""
1044
 
1045
+ #: ../lib/yasr-ajax-functions.php:1119 ../lib/yasr-ajax-functions.php:1127
1046
  msgid "Vote Saved"
1047
  msgstr ""
1048
 
1049
+ #: ../lib/yasr-ajax-functions.php:1264
1050
  msgid "Vote updated"
1051
  msgstr ""
1052
 
1053
+ #: ../lib/yasr-ajax-functions.php:1409
1054
  msgid "Rating saved!"
1055
  msgstr ""
1056
 
1057
+ #: ../lib/yasr-ajax-functions.php:1415
1058
  msgid "Rating not saved. Please Try again"
1059
  msgstr ""
1060
 
1061
+ #: ../lib/yasr-ajax-functions.php:1508
1062
  msgid "stars"
1063
  msgstr ""
1064
 
1065
+ #: ../lib/yasr-ajax-functions.php:1513
1066
  msgid "star"
1067
  msgstr ""
lib/yasr-ajax-functions.php CHANGED
@@ -131,6 +131,24 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
131
  exit();
132
  }
133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  if ( ! wp_verify_nonce( $nonce, 'yasr_nonce_review_type' ) ) {
135
  die( 'Security check' );
136
  }
131
  exit();
132
  }
133
 
134
+ if ($reviewtype === "1") {
135
+
136
+ $reviewtype = 'Product';
137
+
138
+ }
139
+
140
+ elseif ($reviewtype === "2") {
141
+
142
+ $reviewtype = 'Place';
143
+
144
+ }
145
+
146
+ elseif ($reviewtype === "3") {
147
+
148
+ $reviewtype = 'Other';
149
+
150
+ }
151
+
152
  if ( ! wp_verify_nonce( $nonce, 'yasr_nonce_review_type' ) ) {
153
  die( 'Security check' );
154
  }
lib/yasr-db-functions.php CHANGED
@@ -108,6 +108,7 @@ function yasr_install() {
108
  $option['show_visitor_votes_in_loop'] = 'disabled';
109
  $option['text_before_stars'] = 0;
110
  $option['snippet'] = 'overall_rating';
 
111
  $option['allowed_user'] = 'allow_anonymous';
112
  $option['metabox_overall_rating'] = 'stars'; //This is not in settings page but in overall rating metabox
113
  $option['visitors_stats'] = 'yes';
@@ -183,15 +184,22 @@ function yasr_get_snippet_type() {
183
  $snippet_type = $snippet->review_type;
184
  }
185
 
186
- $snippet_type = trim($snippet_type);
 
 
 
 
187
 
188
- return $snippet_type;
189
  }
190
 
191
  else {
192
- return FALSE;
 
 
193
  }
194
 
 
 
195
  }
196
 
197
  }
108
  $option['show_visitor_votes_in_loop'] = 'disabled';
109
  $option['text_before_stars'] = 0;
110
  $option['snippet'] = 'overall_rating';
111
+ $option['snippet_itemtype'] = 'Product';
112
  $option['allowed_user'] = 'allow_anonymous';
113
  $option['metabox_overall_rating'] = 'stars'; //This is not in settings page but in overall rating metabox
114
  $option['visitors_stats'] = 'yes';
184
  $snippet_type = $snippet->review_type;
185
  }
186
 
187
+ if ($snippet_type != 'Product' || $snippet_type != 'Place' || $snippet_type != 'Other') {
188
+
189
+ $snippet_type = YASR_ITEMTYPE;
190
+
191
+ }
192
 
 
193
  }
194
 
195
  else {
196
+
197
+ $snippet_type = YASR_ITEMTYPE;
198
+
199
  }
200
 
201
+ return trim($snippet_type);
202
+
203
  }
204
 
205
  }
lib/yasr-functions.php CHANGED
@@ -291,32 +291,33 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
291
  if($overall_rating && $overall_rating != '-1' && $overall_rating != '0.0') {
292
 
293
  if(is_singular() && is_main_query() ) {
 
294
  global $post;
295
 
296
  $div = "<div class=\"yasr_schema\" itemscope itemtype=\"http://schema.org/Review\">";
297
 
298
- $author = "<span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\">" . __(' reviewed by ', 'yasr') . "<span itemprop=\"name\">" . get_the_author() . "</span></span>";
299
 
300
  $date = __(' on ', 'yasr') . "<meta itemprop=\"datePublished\" content=\"" . get_the_date('c') . "\"> " . get_the_date();
301
 
302
  $title = NULL; //avoid undefined
303
 
304
  if ($review_choosen == "Place") {
305
- $title = "<span itemprop=\"itemReviewed\" itemscope itemtype=\"http://schema.org/LocalBusiness\"> <span itemprop=\"name\">". get_the_title() ."</span></span>";
306
  }
307
 
308
- elseif ($review_choosen == "Product" || !$review_choosen) {
309
- $title = "<span itemprop=\"itemReviewed\" itemscope itemtype=\"http://schema.org/Product\"> <span itemprop=\"name\">". get_the_title() ."</span></span>";
310
  }
311
 
312
  elseif ($review_choosen == "Other") {
313
- $title = "<span itemprop=\"itemReviewed\" itemscope itemType=\"http://schema.org/BlogPosting\"> <span itemprop=\"name headline\">". get_the_title() ." </span>";
314
- $date =__('reviewed on', 'yasr')."<meta itemprop=\"datePublished\" content=\"" . get_the_date('c') . "\"> " . get_the_date() . " </span>";
315
- $author = __('by ', 'yasr') . "<span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><span itemprop=\"name\">" . get_the_author() . " </span></span>";
316
 
317
  }
318
 
319
- $rating = "<span itemprop=\"reviewRating\" itemscope itemtype=\"http://schema.org/Rating\"> ". __( ' rated ' , 'yasr' ) . "<span itemprop=\"ratingValue\">" . $overall_rating . "</span>" . __(' of', 'yasr') ." <span itemprop=\"bestRating\">5</span></span>";
320
  $end_div= "</div>";
321
 
322
 
@@ -368,7 +369,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
368
  $date = __(' on ', 'yasr') . "<meta itemprop=\"datePublished\" content=\"" . get_the_date('c') . "\"> " . get_the_date();
369
  }
370
 
371
- elseif ($review_choosen == "Product" || !$review_choosen) {
372
  $div_1 = "<div class=\"yasr_schema\" itemscope itemtype=\"http://schema.org/Product\"><span itemprop=\"name\">". get_the_title() ."</span>";
373
  $date = '';
374
  }
@@ -399,6 +400,54 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
399
  } //End function
400
 
401
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
402
  /****** Create a new button in Tinymce for use shortag
403
  (Thanks to wordpress.stackexchange) ******/
404
 
291
  if($overall_rating && $overall_rating != '-1' && $overall_rating != '0.0') {
292
 
293
  if(is_singular() && is_main_query() ) {
294
+
295
  global $post;
296
 
297
  $div = "<div class=\"yasr_schema\" itemscope itemtype=\"http://schema.org/Review\">";
298
 
299
+ $author = "<span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"> " . __('reviewed by', 'yasr') . " <span itemprop=\"name\"> " . get_the_author() . " </span></span>";
300
 
301
  $date = __(' on ', 'yasr') . "<meta itemprop=\"datePublished\" content=\"" . get_the_date('c') . "\"> " . get_the_date();
302
 
303
  $title = NULL; //avoid undefined
304
 
305
  if ($review_choosen == "Place") {
306
+ $title = "<span itemprop=\"itemReviewed\" itemscope itemtype=\"http://schema.org/LocalBusiness\"> <span itemprop=\"name\"> ". get_the_title() ." </span></span>";
307
  }
308
 
309
+ elseif ($review_choosen == "Product") {
310
+ $title = "<span itemprop=\"itemReviewed\" itemscope itemtype=\"http://schema.org/Product\"> <span itemprop=\"name\"> ". get_the_title() ." </span></span>";
311
  }
312
 
313
  elseif ($review_choosen == "Other") {
314
+ $title = "<span itemprop=\"itemReviewed\" itemscope itemType=\"http://schema.org/BlogPosting\"> <span itemprop=\"name headline\"> ". get_the_title() ." </span>";
315
+ $date =__('reviewed on', 'yasr') . " <meta itemprop=\"datePublished\" content=\"" . get_the_date('c') . "\"> " . get_the_date() . " </span>";
316
+ $author = __('by ', 'yasr') . "<span itemprop=\"author\" itemscope itemtype=\"http://schema.org/Person\"><span itemprop=\"name\"> " . get_the_author() . " </span></span>";
317
 
318
  }
319
 
320
+ $rating = "<span itemprop=\"reviewRating\" itemscope itemtype=\"http://schema.org/Rating\"> ". __( 'rated' , 'yasr' ) . " <span itemprop=\"ratingValue\">" . $overall_rating . "</span> " . __('of', 'yasr') ." <span itemprop=\"bestRating\"> 5 </span></span>";
321
  $end_div= "</div>";
322
 
323
 
369
  $date = __(' on ', 'yasr') . "<meta itemprop=\"datePublished\" content=\"" . get_the_date('c') . "\"> " . get_the_date();
370
  }
371
 
372
+ elseif ($review_choosen == "Product") {
373
  $div_1 = "<div class=\"yasr_schema\" itemscope itemtype=\"http://schema.org/Product\"><span itemprop=\"name\">". get_the_title() ."</span>";
374
  $date = '';
375
  }
400
  } //End function
401
 
402
 
403
+ /****** Create a select menu to choose the rich snippet itemtype ******/
404
+
405
+ function yasr_select_itemtype() {
406
+
407
+ $i18n_array_review = __('Product, Place, Other', 'yasr');
408
+
409
+ $array_review_type = explode(',', $i18n_array_review);
410
+
411
+ $review_type = array_map('trim', $array_review_type);
412
+
413
+ $review_type_choosen = yasr_get_snippet_type();
414
+
415
+ ?>
416
+
417
+ <select id="yasr-choose-reviews-types-list">
418
+
419
+ <?php
420
+
421
+ $i = 1;
422
+
423
+ foreach ($review_type as $type) {
424
+
425
+ if ($type == $review_type_choosen) {
426
+
427
+ echo "<option value=\"$i\" selected>$type</option>";
428
+
429
+ }
430
+
431
+ else {
432
+ echo "<option value=\"$i\">$type</option>";
433
+ }
434
+
435
+ //echo $review_type_choosen . '&nbsp;' . $type . '<br />';
436
+
437
+ $i = $i+1;
438
+
439
+ }
440
+
441
+
442
+ ?>
443
+
444
+ </select>
445
+
446
+ <?php
447
+
448
+ } //End function yasr_select_itemtype()
449
+
450
+
451
  /****** Create a new button in Tinymce for use shortag
452
  (Thanks to wordpress.stackexchange) ******/
453
 
lib/yasr-settings-functions.php CHANGED
@@ -56,7 +56,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
56
  add_settings_field( 'yasr_custom_text', __('Insert custom text to show before / after stars', 'yasr'), 'yasr_custom_text_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option);
57
  add_settings_field( 'yasr_visitors_stats', __('Do you want show stats for visitors votes?', 'yasr'), 'yasr_visitors_stats_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option);
58
  add_settings_field( 'yasr_allow_only_logged_in_id', __('Allow only logged in user to vote?', 'yasr'), 'yasr_allow_only_logged_in_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
59
- add_settings_field( 'yasr_choose_snippet_id', __('Which rich snippets do you want to use?', 'yasr'), 'yasr_choose_snippet_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
60
  add_settings_field( 'yasr_choose_overall_rating_method', __('How do you want to rate "Overall Rating"?', 'yasr'), 'yasr_choose_overall_rating_method_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
61
 
62
  }
@@ -73,85 +73,105 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
73
 
74
  <strong><?php _e('Use Auto Insert?', 'yasr'); ?></strong>
75
  <br />
76
- <input type='radio' name='yasr_general_options[auto_insert_enabled]' value='1' id='yasr_auto_insert_radio_on' <?php if ($option['auto_insert_enabled']==1) echo " checked='checked' "; ?> />
77
- <?php _e('Yes', 'yasr') ?>
78
- &nbsp;&nbsp;&nbsp;
79
 
80
-
81
- <input type='radio' name='yasr_general_options[auto_insert_enabled]' value='0' id='yasr_auto_insert_radio_off'
82
- <?php
83
- if ($option['auto_insert_enabled']==0) {
84
- echo " checked='checked' />";
85
- }
 
 
 
 
 
 
 
 
 
 
86
 
87
- else {
88
- echo "/>";
89
- }
90
 
91
- _e('No', 'yasr');
92
 
93
- ?>
94
 
95
- <p>&nbsp;</p>
96
 
97
  <strong><?php _e('What?', 'yasr'); ?></strong>
98
- <br />
99
- <input type="radio" name="yasr_general_options[auto_insert_what]" value="overall_rating" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_what']==='overall_rating') echo " checked=\"checked\" "; ?> >
100
- <?php _e('Overall Rating / Author Rating', 'yasr') ?>
101
- <br />
102
 
103
- <input type="radio" name="yasr_general_options[auto_insert_what]" value="visitor_rating" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_what']==='visitor_rating') echo " checked=\"checked\" "; ?> >
104
- <?php _e('Visitor Votes', 'yasr')?>
105
- <br />
 
 
106
 
107
- <input type="radio" name="yasr_general_options[auto_insert_what]" value="both" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_what']==='both') echo " checked=\"checked\" "; ?> >
108
- <?php _e('Both', 'yasr')?>
 
109
 
110
- <p>&nbsp;</p>
 
 
 
 
 
111
 
112
  <strong><?php _e('Where?', 'yasr'); ?></strong>
113
- <br />
114
- <input type="radio" name="yasr_general_options[auto_insert_where]" value="top" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_where']==='top' ) echo " checked=\"checked\" "; ?> >
115
- <?php _e('Before the post', 'yasr')?>
116
- <br />
117
 
118
- <input type="radio" name="yasr_general_options[auto_insert_where]" value="bottom" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_where']==='bottom') echo " checked=\"checked\" "; ?> >
119
- <?php _e('After the post', 'yasr')?>
120
- <br />
 
 
 
 
 
 
 
 
121
 
122
- <p>&nbsp;</p>
123
 
124
  <strong><?php _e('Size', 'yasr'); ?></strong>
125
- <br />
126
- <div class="yasr-option-size">
127
- <input type="radio" name="yasr_general_options[auto_insert_size]" value="small" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_size']==='small' ) echo " checked=\"checked\" "; ?> >
128
- <img src="<?php echo YASR_IMG_DIR . "yasr-stars-small.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Small', 'yasr')?></span>
129
- </div>
130
 
131
- <div class="yasr-option-size">
132
- <input type="radio" name="yasr_general_options[auto_insert_size]" value="medium" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_size']==='medium' ) echo " checked=\"checked\" "; ?> >
133
- <img src="<?php echo YASR_IMG_DIR . "yasr-stars-medium.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Medium', 'yasr')?></span>
134
- </div>
135
 
136
- <div class="yasr-option-size">
137
- <input type="radio" name="yasr_general_options[auto_insert_size]" value="large" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_size']==='large' ) echo " checked=\"checked\" "; ?> >
138
- <img src="<?php echo YASR_IMG_DIR . "yasr-stars-large.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Large', 'yasr')?></span>
139
- </div>
 
 
 
 
 
 
 
 
 
 
140
 
141
- <p>&nbsp;</p>
 
 
142
 
143
  <strong><?php _e('Exclude Pages?', 'yasr'); ?></strong>
144
- <br />
145
- <input type="radio" name="yasr_general_options[auto_insert_exclude_pages]" value="yes" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_exclude_pages']==='yes' ) echo " checked=\"checked\" "; ?> >
146
- <?php _e('Yes', 'yasr'); ?>
147
 
148
- &nbsp;&nbsp;&nbsp;
 
 
 
 
 
 
 
 
149
 
150
- <input type="radio" name="yasr_general_options[auto_insert_exclude_pages]" value="no" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_exclude_pages']==='no') echo " checked=\"checked\" "; ?> >
151
- <?php _e('No', 'yasr'); ?>
152
- <br />
153
 
154
- <p>&nbsp;</p>
155
 
156
  <?php
157
 
@@ -159,22 +179,24 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
159
 
160
  if ($custom_post_types) { ?>
161
  <strong><?php _e('Use only in custom post types?', 'yasr'); ?></strong>
162
- <br />
163
- <input type="radio" name="yasr_general_options[auto_insert_custom_post_only]" value="yes" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_custom_post_only']==='yes' ) echo " checked=\"checked\" "; ?> >
164
- <?php _e('Yes', 'yasr'); ?>
165
 
166
- &nbsp;&nbsp;&nbsp;
167
 
168
- <input type="radio" name="yasr_general_options[auto_insert_custom_post_only]" value="no" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_custom_post_only']==='no') echo " checked=\"checked\" "; ?> >
169
- <?php _e('No', 'yasr'); ?>
170
 
171
- <p>
172
 
173
- <?php _e("You see this because you use custom post types.", "yasr"); ?>
174
- <br/>
175
- <?php _e("If you want to use auto insert only in custom post types, choose Yes", "yasr"); ?>
176
 
177
- <p>&nbsp;</p>
 
 
178
 
179
  <?php
180
  }
@@ -361,30 +383,64 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
361
 
362
  ?>
363
 
364
- <input type="radio" name="yasr_general_options[snippet]" value="overall_rating" class="yasr_choose_snippet" <?php if ($option['snippet']==='overall_rating') echo " checked=\"checked\" "; ?> >
365
- <?php _e('Review Rating', 'yasr') ?>
366
- <br />
367
 
368
- <input type="radio" name="yasr_general_options[snippet]" value="visitor_rating" class="yasr_choose_snippet" <?php if ($option['snippet']==='visitor_rating') echo " checked=\"checked\" "; ?> >
369
- <?php _e('Aggregate Rating', 'yasr')?>
370
- <br />
 
371
 
372
- <br />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
 
374
- <a href="#" id="yasr-snippet-explained-link"><?php _e("What is this?", "yasr") ?></a>
 
 
375
 
376
- <div id="yasr-snippet-explained" class="yasr-help-box-settings">
377
- <?php
378
 
379
- _e("If you select \"Review Rating\", your site will be indexed from search engines like this: ", "yasr");
380
- echo "<br /><br /><img src=" . YASR_IMG_DIR . "yasr_review.png>";
381
 
382
- echo "<br /> <br />";
 
 
383
 
384
- _e("If, instead, you choose \"Aggregate Rating\", your site will be indexed like this", "yasr");
385
- echo "<br /><br /><img src=" . YASR_IMG_DIR . "yasr_aggregate.jpg>";
386
- ?>
387
- </div>
388
 
389
  <p>&nbsp;</p>
390
 
56
  add_settings_field( 'yasr_custom_text', __('Insert custom text to show before / after stars', 'yasr'), 'yasr_custom_text_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option);
57
  add_settings_field( 'yasr_visitors_stats', __('Do you want show stats for visitors votes?', 'yasr'), 'yasr_visitors_stats_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option);
58
  add_settings_field( 'yasr_allow_only_logged_in_id', __('Allow only logged in user to vote?', 'yasr'), 'yasr_allow_only_logged_in_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
59
+ add_settings_field( 'yasr_choose_snippet_id', __('Rich snippet options', 'yasr'), 'yasr_choose_snippet_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
60
  add_settings_field( 'yasr_choose_overall_rating_method', __('How do you want to rate "Overall Rating"?', 'yasr'), 'yasr_choose_overall_rating_method_callback', 'yasr_general_settings_tab', 'yasr_general_options_section_id', $option );
61
 
62
  }
73
 
74
  <strong><?php _e('Use Auto Insert?', 'yasr'); ?></strong>
75
  <br />
 
 
 
76
 
77
+ <div class="yasr-indented-answer">
78
+
79
+ <input type='radio' name='yasr_general_options[auto_insert_enabled]' value='1' id='yasr_auto_insert_radio_on' <?php if ($option['auto_insert_enabled']==1) echo " checked='checked' "; ?> />
80
+ <?php _e('Yes', 'yasr') ?>
81
+ &nbsp;&nbsp;&nbsp;
82
+
83
+
84
+ <input type='radio' name='yasr_general_options[auto_insert_enabled]' value='0' id='yasr_auto_insert_radio_off'
85
+ <?php
86
+ if ($option['auto_insert_enabled']==0) {
87
+ echo " checked='checked' />";
88
+ }
89
+
90
+ else {
91
+ echo "/>";
92
+ }
93
 
94
+ _e('No', 'yasr');
 
 
95
 
96
+ ?>
97
 
98
+ <p>&nbsp;</p>
99
 
100
+ </div>
101
 
102
  <strong><?php _e('What?', 'yasr'); ?></strong>
 
 
 
 
103
 
104
+ <div class="yasr-indented-answer">
105
+
106
+ <input type="radio" name="yasr_general_options[auto_insert_what]" value="overall_rating" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_what']==='overall_rating') echo " checked=\"checked\" "; ?> >
107
+ <?php _e('Overall Rating / Author Rating', 'yasr') ?>
108
+ <br />
109
 
110
+ <input type="radio" name="yasr_general_options[auto_insert_what]" value="visitor_rating" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_what']==='visitor_rating') echo " checked=\"checked\" "; ?> >
111
+ <?php _e('Visitor Votes', 'yasr')?>
112
+ <br />
113
 
114
+ <input type="radio" name="yasr_general_options[auto_insert_what]" value="both" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_what']==='both') echo " checked=\"checked\" "; ?> >
115
+ <?php _e('Both', 'yasr')?>
116
+
117
+ <p>&nbsp;</p>
118
+
119
+ </div>
120
 
121
  <strong><?php _e('Where?', 'yasr'); ?></strong>
 
 
 
 
122
 
123
+ <div class="yasr-indented-answer">
124
+
125
+ <input type="radio" name="yasr_general_options[auto_insert_where]" value="top" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_where']==='top' ) echo " checked=\"checked\" "; ?> >
126
+ <?php _e('Before the post', 'yasr')?>
127
+ <br />
128
+
129
+ <input type="radio" name="yasr_general_options[auto_insert_where]" value="bottom" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_where']==='bottom') echo " checked=\"checked\" "; ?> >
130
+ <?php _e('After the post', 'yasr')?>
131
+ <br />
132
+
133
+ <p>&nbsp;</p>
134
 
135
+ </div>
136
 
137
  <strong><?php _e('Size', 'yasr'); ?></strong>
 
 
 
 
 
138
 
139
+ <div class="yasr-indented-answer">
 
 
 
140
 
141
+ <div class="yasr-option-size">
142
+ <input type="radio" name="yasr_general_options[auto_insert_size]" value="small" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_size']==='small' ) echo " checked=\"checked\" "; ?> >
143
+ <img src="<?php echo YASR_IMG_DIR . "yasr-stars-small.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Small', 'yasr')?></span>
144
+ </div>
145
+
146
+ <div class="yasr-option-size">
147
+ <input type="radio" name="yasr_general_options[auto_insert_size]" value="medium" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_size']==='medium' ) echo " checked=\"checked\" "; ?> >
148
+ <img src="<?php echo YASR_IMG_DIR . "yasr-stars-medium.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Medium', 'yasr')?></span>
149
+ </div>
150
+
151
+ <div class="yasr-option-size">
152
+ <input type="radio" name="yasr_general_options[auto_insert_size]" value="large" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_size']==='large' ) echo " checked=\"checked\" "; ?> >
153
+ <img src="<?php echo YASR_IMG_DIR . "yasr-stars-large.png" ?>" class="yasr-img-option-size"><span class="yasr-text-options-size"><?php _e('Large', 'yasr')?></span>
154
+ </div>
155
 
156
+ <p>&nbsp;</p>
157
+
158
+ </div>
159
 
160
  <strong><?php _e('Exclude Pages?', 'yasr'); ?></strong>
 
 
 
161
 
162
+ <div class="yasr-indented-answer">
163
+ <input type="radio" name="yasr_general_options[auto_insert_exclude_pages]" value="yes" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_exclude_pages']==='yes' ) echo " checked=\"checked\" "; ?> >
164
+ <?php _e('Yes', 'yasr'); ?>
165
+
166
+ &nbsp;&nbsp;&nbsp;
167
+
168
+ <input type="radio" name="yasr_general_options[auto_insert_exclude_pages]" value="no" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_exclude_pages']==='no') echo " checked=\"checked\" "; ?> >
169
+ <?php _e('No', 'yasr'); ?>
170
+ <br />
171
 
172
+ <p>&nbsp;</p>
 
 
173
 
174
+ </div>
175
 
176
  <?php
177
 
179
 
180
  if ($custom_post_types) { ?>
181
  <strong><?php _e('Use only in custom post types?', 'yasr'); ?></strong>
182
+ <div class="yasr-indented-answer">
183
+ <input type="radio" name="yasr_general_options[auto_insert_custom_post_only]" value="yes" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_custom_post_only']==='yes' ) echo " checked=\"checked\" "; ?> >
184
+ <?php _e('Yes', 'yasr'); ?>
185
 
186
+ &nbsp;&nbsp;&nbsp;
187
 
188
+ <input type="radio" name="yasr_general_options[auto_insert_custom_post_only]" value="no" class="yasr-auto-insert-options-class" <?php if ($option['auto_insert_custom_post_only']==='no') echo " checked=\"checked\" "; ?> >
189
+ <?php _e('No', 'yasr'); ?>
190
 
191
+ <p>
192
 
193
+ <?php _e("You see this because you use custom post types.", "yasr"); ?>
194
+ <br/>
195
+ <?php _e("If you want to use auto insert only in custom post types, choose Yes", "yasr"); ?>
196
 
197
+ <p>&nbsp;</p>
198
+
199
+ </div>
200
 
201
  <?php
202
  }
383
 
384
  ?>
385
 
386
+ <strong><?php _e('Which rich snippet do you want to use?', 'yasr'); ?></strong>
 
 
387
 
388
+ <div class="yasr-indented-answer">
389
+ <input type="radio" name="yasr_general_options[snippet]" value="overall_rating" class="yasr_choose_snippet" <?php if ($option['snippet']==='overall_rating') echo " checked=\"checked\" "; ?> >
390
+ <?php _e('Review Rating', 'yasr') ?>
391
+ <br />
392
 
393
+ <input type="radio" name="yasr_general_options[snippet]" value="visitor_rating" class="yasr_choose_snippet" <?php if ($option['snippet']==='visitor_rating') echo " checked=\"checked\" "; ?> >
394
+ <?php _e('Aggregate Rating', 'yasr')?>
395
+ <br />
396
+
397
+ <p>&nbsp;</p>
398
+
399
+ <a href="#" id="yasr-snippet-explained-link"><?php _e("What is this?", "yasr") ?></a>
400
+
401
+ <div id="yasr-snippet-explained" class="yasr-help-box-settings">
402
+ <?php
403
+
404
+ _e("If you select \"Review Rating\", your site will be indexed from search engines like this: ", "yasr");
405
+ echo "<br /><br /><img src=" . YASR_IMG_DIR . "yasr_review.png>";
406
+
407
+ echo "<br /> <br />";
408
+
409
+ _e("If, instead, you choose \"Aggregate Rating\", your site will be indexed like this", "yasr");
410
+ echo "<br /><br /><img src=" . YASR_IMG_DIR . "yasr_aggregate.jpg>";
411
+ ?>
412
+ </div>
413
+
414
+ </div>
415
+
416
+ <br />
417
+
418
+ <br />
419
+
420
+ <strong><?php _e('Select default item type for all post or pages', 'yasr'); ?></strong>
421
+
422
+ <div class="yasr-indented-answer">
423
+
424
+ <input type="radio" name="yasr_general_options[snippet_itemtype]" value="Product" class="yasr_choose_snippet" <?php if ($option['snippet_itemtype']==='Product') echo " checked=\"checked\" "; ?> >
425
+ <?php _e('Product', 'yasr') ?>
426
+ <br />
427
+
428
+ <input type="radio" name="yasr_general_options[snippet_itemtype]" value="Place" class="yasr_choose_snippet" <?php if ($option['snippet_itemtype']==='Place') echo " checked=\"checked\" "; ?> >
429
+ <?php _e('Place', 'yasr')?>
430
+ <br />
431
 
432
+ <input type="radio" name="yasr_general_options[snippet_itemtype]" value="Other" class="yasr_choose_snippet" <?php if ($option['snippet_itemtype']==='Other') echo " checked=\"checked\" "; ?> >
433
+ <?php _e('Other', 'yasr')?>
434
+ <br />
435
 
 
 
436
 
437
+ <br />
 
438
 
439
+ <small><?php _e('You can always change it in the single post or page.', 'yasr'); ?></small>
440
+ <br />
441
+ <small><?php _e('This will affect only the post/page where you didn\'t change manually the itemtype yet.', 'yasr'); ?> </small>
442
 
443
+ </div>
 
 
 
444
 
445
  <p>&nbsp;</p>
446
 
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.3.1
7
- Stable tag: 0.9.6
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
@@ -123,6 +123,10 @@ Of course not: you can easily add it on the visual editor just by clicking on th
123
 
124
  == Changelog ==
125
 
 
 
 
 
126
  = 0.9.6 =
127
  * Fixed author missing in schema info if blogposting is used
128
  * Minor fix on schema
4
  Requires at least: 3.5
5
  Contributors: Dudo
6
  Tested up to: 4.3.1
7
+ Stable tag: 0.9.7
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
123
 
124
  == Changelog ==
125
 
126
+ = 0.9.7 =
127
+ * FIXED: bug with itemtype if yasr is not used in English
128
+ * NEW FEATURE: in the settings, is now possible to choose the default itemtype for all posts/pages
129
+
130
  = 0.9.6 =
131
  * Fixed author missing in schema info if blogposting is used
132
  * Minor fix on schema
yasr-metabox-top-right.php CHANGED
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
18
  along with this program. If not, see <http://www.gnu.org/licenses/>
19
  */
20
 
21
- if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // Exit if accessed directly
22
 
23
  $post_id=get_the_ID();
24
 
@@ -176,37 +176,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
176
  <div class="yasr-choose-reviews-types"><?php _e("This review is about a..."); ?>
177
  <br />
178
 
179
- <?php
180
-
181
- $i18n_array_review = __('Product, Place, Other', 'yasr');
182
-
183
- $array_review_type = explode(',', $i18n_array_review);
184
-
185
- $review_type = array_map('trim', $array_review_type);
186
-
187
- $review_type_choosen = yasr_get_snippet_type();
188
-
189
- ?>
190
-
191
- <select id="yasr-choose-reviews-types-list">
192
-
193
- <?php
194
-
195
- foreach ($review_type as $type) {
196
-
197
- if ($type == $review_type_choosen) {
198
- echo "<option value=\"$type\" selected>$type</option>";
199
- }
200
-
201
- else {
202
- echo "<option value=\"$type\">$type</option>";
203
- }
204
-
205
- }
206
-
207
- ?>
208
-
209
- </select>
210
 
211
  <button href="#" class="button-secondary" id="yasr-send-review-type"><?php _e('Select', 'yasr'); ?></button>
212
 
18
  along with this program. If not, see <http://www.gnu.org/licenses/>
19
  */
20
 
21
+ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // Exit if accessed directly
22
 
23
  $post_id=get_the_ID();
24
 
176
  <div class="yasr-choose-reviews-types"><?php _e("This review is about a..."); ?>
177
  <br />
178
 
179
+ <?php yasr_select_itemtype(); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
 
181
  <button href="#" class="button-secondary" id="yasr-send-review-type"><?php _e('Select', 'yasr'); ?></button>
182
 
yasr-settings-page.php CHANGED
@@ -102,7 +102,7 @@ yasr_include_fb_sdk ();
102
  </form>
103
  </div>
104
 
105
- <?php
106
 
107
  yasr_fb_box ();
108
  yasr_ask_rating ();
@@ -155,7 +155,7 @@ yasr_include_fb_sdk ();
155
 
156
  <div class="yasr-settingsdiv">
157
  <h3><?php _e("Manage GD Star Data", "yasr"); ?></h3>
158
- <?php _e("Gd Star Rating has been already imported."); ?> <br />
159
  <?php _e("If you wish you can import it again, but", 'yasr'); ?><strong> <?php _e("you will lose all data you've collect since the import!", "yasr"); ?> </strong>
160
  <br />
161
  <button href="#" class="button-delete" id="import-gdstar"><?php _e('Ok, Import Again'); ?></button>
@@ -186,9 +186,6 @@ yasr_include_fb_sdk ();
186
 
187
  } //End if tab 'general_settings'
188
 
189
- ?>
190
-
191
- <?php
192
 
193
  if ($active_tab == 'manage_multi') {
194
 
@@ -269,51 +266,45 @@ yasr_include_fb_sdk ();
269
 
270
  </div>
271
 
 
 
 
 
272
 
273
- <?php
274
-
275
- yasr_fb_box ();
276
- yasr_ask_rating ();
277
-
278
- ?>
279
-
280
- <div class="yasr-space-settings-div">
281
- </div>
282
-
283
- <?php
284
 
285
- } //End if ($active_tab=='manage_multi')
286
 
 
287
 
288
- if ($active_tab == 'style_options') {
289
 
290
- ?>
291
 
292
- <div class="yasr-settingsdiv">
293
- <form action="options.php" method="post" id="yasr_settings_form">
294
- <?php
295
- settings_fields( 'yasr_style_options_group' );
296
- do_settings_sections('yasr_style_tab' );
297
- submit_button( __('Save') );
298
- ?>
299
- </form>
300
- </div>
301
-
302
-
303
- <?php
304
 
305
- yasr_fb_box ();
306
- yasr_ask_rating ();
 
 
 
 
 
 
 
307
 
308
- ?>
 
 
 
309
 
310
- <div class="yasr-space-settings-div">
311
- </div>
312
 
313
 
314
- <?php
315
 
316
- } //End tab style
317
 
318
 
319
  if ($active_tab == 'go_pro') {
102
  </form>
103
  </div>
104
 
105
+ <?php
106
 
107
  yasr_fb_box ();
108
  yasr_ask_rating ();
155
 
156
  <div class="yasr-settingsdiv">
157
  <h3><?php _e("Manage GD Star Data", "yasr"); ?></h3>
158
+ <?php _e("Gd Star Rating has been already imported.", 'yasr'); ?> <br />
159
  <?php _e("If you wish you can import it again, but", 'yasr'); ?><strong> <?php _e("you will lose all data you've collect since the import!", "yasr"); ?> </strong>
160
  <br />
161
  <button href="#" class="button-delete" id="import-gdstar"><?php _e('Ok, Import Again'); ?></button>
186
 
187
  } //End if tab 'general_settings'
188
 
 
 
 
189
 
190
  if ($active_tab == 'manage_multi') {
191
 
266
 
267
  </div>
268
 
269
+ <?php
270
+ yasr_fb_box ();
271
+ yasr_ask_rating ();
272
+ ?>
273
 
274
+ <div class="yasr-space-settings-div">
275
+ </div>
 
 
 
 
 
 
 
 
 
276
 
277
+ <?php
278
 
279
+ } //End if ($active_tab=='manage_multi')
280
 
 
281
 
282
+ if ($active_tab == 'style_options') {
283
 
284
+ ?>
 
 
 
 
 
 
 
 
 
 
 
285
 
286
+ <div class="yasr-settingsdiv">
287
+ <form action="options.php" method="post" id="yasr_settings_form">
288
+ <?php
289
+ settings_fields( 'yasr_style_options_group' );
290
+ do_settings_sections('yasr_style_tab' );
291
+ submit_button( __('Save') );
292
+ ?>
293
+ </form>
294
+ </div>
295
 
296
+ <?php
297
+ yasr_fb_box ();
298
+ yasr_ask_rating ();
299
+ ?>
300
 
301
+ <div class="yasr-space-settings-div">
302
+ </div>
303
 
304
 
305
+ <?php
306
 
307
+ } //End tab style
308
 
309
 
310
  if ($active_tab == 'go_pro') {
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.9.6
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.9.6');
32
 
33
  //Plugin relative path
34
  define( "YASR_RELATIVE_PATH", dirname(__FILE__) );
@@ -92,6 +92,7 @@ if ( YASR_TEXT_BEFORE_STARS == 1 ) {
92
  define ("YASR_VISITORS_STATS", $stored_options['visitors_stats']);
93
  define ("YASR_ALLOWED_USER", $stored_options['allowed_user']);
94
  define ("YASR_SNIPPET", $stored_options['snippet']);
 
95
  define ("YASR_METABOX_OVERALL_RATING", $stored_options['metabox_overall_rating']);
96
 
97
 
@@ -161,6 +162,15 @@ define ("YASR_LOADER_IMAGE", YASR_IMG_DIR . "/loader.gif");
161
 
162
  /****** backward compatibility functions ******/
163
 
 
 
 
 
 
 
 
 
 
164
  //remove end july 2015
165
  if ($version_installed && $version_installed < '0.8.6') {
166
 
@@ -182,22 +192,6 @@ if ($version_installed && $version_installed < '0.8.6') {
182
 
183
  }
184
 
185
- //remove end jun 2015
186
- if ($version_installed && $version_installed < '0.8.2') {
187
-
188
- $multiset_option['scheme_color'] = $stored_options['scheme_color'];
189
-
190
- update_option("yasr_multiset_options", $multiset_option);
191
-
192
- }
193
-
194
- //remove end may 2015
195
- if ($version_installed && $version_installed < '0.7.7') {
196
-
197
- $wpdb->query("ALTER TABLE " . YASR_VOTES_TABLE . " DROP reviewer_id");
198
-
199
- }
200
-
201
 
202
  /****** End backward compatibility functions ******/
203
 
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.9.7
7
  * Author: Dario Curvino
8
  * Author URI: https://yetanotherstarsrating.com/
9
  * License: GPL2
28
  */
29
 
30
 
31
+ define('YASR_VERSION_NUM', '0.9.7');
32
 
33
  //Plugin relative path
34
  define( "YASR_RELATIVE_PATH", dirname(__FILE__) );
92
  define ("YASR_VISITORS_STATS", $stored_options['visitors_stats']);
93
  define ("YASR_ALLOWED_USER", $stored_options['allowed_user']);
94
  define ("YASR_SNIPPET", $stored_options['snippet']);
95
+ define ("YASR_ITEMTYPE", $stored_options['snippet_itemtype']);
96
  define ("YASR_METABOX_OVERALL_RATING", $stored_options['metabox_overall_rating']);
97
 
98
 
162
 
163
  /****** backward compatibility functions ******/
164
 
165
+ //Remove end March 2016
166
+ if ($version_installed && $version_installed < '0.9.7') {
167
+
168
+ $stored_options['snippet_itemtype'] = 'Product';
169
+
170
+ update_option("yasr_general_options", $stored_options);
171
+
172
+ }
173
+
174
  //remove end july 2015
175
  if ($version_installed && $version_installed < '0.8.6') {
176
 
192
 
193
  }
194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
 
196
  /****** End backward compatibility functions ******/
197