Yasr – Yet Another Stars Rating - Version 0.8.7

Version Description

  • Minor changes and bugfixes
Download this release

Release Info

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

Code changes from version 0.8.6 to 0.8.7

css/yasr.css CHANGED
@@ -118,6 +118,14 @@ div.medium .rateit-range
118
  height: 24px;
119
  }
120
 
 
 
 
 
 
 
 
 
121
  div.medium .rateit-hover
122
  {
123
  /*Red*/
@@ -128,6 +136,16 @@ div.medium .rateit-hover
128
 
129
  }
130
 
 
 
 
 
 
 
 
 
 
 
131
  div.medium .rateit-selected
132
  {
133
  /*Yellow*/
@@ -136,6 +154,14 @@ div.medium .rateit-selected
136
  height: 24px;
137
  }
138
 
 
 
 
 
 
 
 
 
139
  /* Creating set 32 */
140
 
141
  div.bigstars .rateit-range
118
  height: 24px;
119
  }
120
 
121
+ div.medium-rtl .rateit-range
122
+ {
123
+ /*White*/
124
+ background: url('../img/stars24.png') right 0px;
125
+ width: 24px;
126
+ height: 24px;
127
+ }
128
+
129
  div.medium .rateit-hover
130
  {
131
  /*Red*/
136
 
137
  }
138
 
139
+ div.medium-rtl .rateit-hover
140
+ {
141
+ /*Red*/
142
+ background: url('../img/stars24.png') right -29px;
143
+ width: 24px;
144
+ height: 24px;
145
+ display: none
146
+
147
+ }
148
+
149
  div.medium .rateit-selected
150
  {
151
  /*Yellow*/
154
  height: 24px;
155
  }
156
 
157
+ div.medium-rtl .rateit-selected
158
+ {
159
+ /*Yellow*/
160
+ background: url('../img/stars24.png') right -58px ;
161
+ width: 24px;
162
+ height: 24px;
163
+ }
164
+
165
  /* Creating set 32 */
166
 
167
  div.bigstars .rateit-range
js/yasr-front.js CHANGED
@@ -66,8 +66,10 @@
66
 
67
  function yasrVisitorsMultiSet (postId, setType, ajaxurl, nonce) {
68
 
 
69
  var ratingObject = "";
70
 
 
71
  var ratingArray = new Array();
72
 
73
  jQuery('.yasr-visitor-multi-'+postId).on('rated', function() {
@@ -83,6 +85,7 @@
83
 
84
  };
85
 
 
86
  ratingArray.push(ratingObject);
87
 
88
  });
@@ -106,7 +109,6 @@
106
  //Send value to the Server
107
  jQuery.post(ajaxurl, data, function(response) {
108
  jQuery('#yasr-loader-multiset-visitor-'+postId).text(response);
109
- //jQuery.cookie(cookiename, true, { expires : 360 });
110
  });
111
 
112
  });
66
 
67
  function yasrVisitorsMultiSet (postId, setType, ajaxurl, nonce) {
68
 
69
+ //will have field id and vote
70
  var ratingObject = "";
71
 
72
+ //an array with all the ratingonjects
73
  var ratingArray = new Array();
74
 
75
  jQuery('.yasr-visitor-multi-'+postId).on('rated', function() {
85
 
86
  };
87
 
88
+ //creating rating array
89
  ratingArray.push(ratingObject);
90
 
91
  });
109
  //Send value to the Server
110
  jQuery.post(ajaxurl, data, function(response) {
111
  jQuery('#yasr-loader-multiset-visitor-'+postId).text(response);
 
112
  });
113
 
114
  });
languages/yasr-de_DE.mo CHANGED
Binary file
languages/yasr-de_DE.po CHANGED
@@ -2,16 +2,16 @@ 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-03-14 16:37+0100\n"
6
- "PO-Revision-Date: 2015-04-21 10:19+0100\n"
7
- "Last-Translator: Jens Tonnier <jens@tonnier.de>\n"
8
  "Language-Team: \n"
9
  "Language: de_DE\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=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.7.6\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -25,11 +25,8 @@ msgid "Rate this article / item"
25
  msgstr "Gib eine Bewertung ab"
26
 
27
  # @ yasr
28
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
29
- #: ../lib/pro/yasr-pro-functions.php:59
30
- #: ../lib/pro/yasr-pro-comment-form-functions.php:237
31
- #: ../lib/pro/yasr-pro-settings-functions.php:816
32
- #: ../lib/pro/yasr-pro-settings-functions.php:831
33
  msgid "Loading, please wait"
34
  msgstr "Wird geladen, bitte warten"
35
 
@@ -39,19 +36,23 @@ msgid "Save Vote"
39
  msgstr "Abstimmung Speichern"
40
 
41
  # @ default
42
- #: ../yasr-metabox-top-right.php:164
43
  msgid "This review is about a..."
44
  msgstr ""
45
 
 
 
 
 
46
  # @ default
47
  # @ yasr
48
- #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
49
- #: ../lib/yasr-settings-functions.php:485
50
  msgid "Select"
51
  msgstr "Auswählen"
52
 
53
  # @ yasr
54
- #: ../yasr-metabox-top-right.php:211
55
  msgid ""
56
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
57
  "where you want to display this rating"
@@ -60,113 +61,103 @@ msgstr ""
60
  "ein, wo die Bewertung angezeigt werden soll."
61
 
62
  # @ yasr
63
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:112
64
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
65
- #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:797
66
  msgid "You do not have sufficient permissions to access this page."
67
  msgstr ""
68
  "Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
69
  "zuzugreifen."
70
 
71
  # @ yasr
72
- #: ../yasr-settings-page.php:44
73
  #, fuzzy
74
  msgid "Settings"
75
  msgstr "Einstellungen gespeichert"
76
 
77
  # @ yasr
78
- #: ../yasr-settings-page.php:87
79
  msgid "General Settings"
80
  msgstr "Allgemeine Einstellungen"
81
 
82
  # @ yasr
83
- #: ../yasr-settings-page.php:88
84
  msgid "Multi Sets"
85
  msgstr "Multi-Sets"
86
 
87
  # @ yasr
88
- #: ../yasr-settings-page.php:89
89
  msgid "Styles"
90
  msgstr "Styles"
91
 
92
  # @ yasr
93
- #: ../yasr-settings-page.php:90
94
- #, fuzzy
95
- msgid "Pro Options!"
96
- msgstr "Style Optionen"
97
-
98
- # @ yasr
99
- #: ../yasr-settings-page.php:91 ../lib/yasr-ajax-functions.php:433
100
- msgid "Charts"
101
- msgstr "Charts"
102
-
103
- #: ../yasr-settings-page.php:92
104
- msgid "License"
105
- msgstr ""
106
 
107
  # @ default
108
- #: ../yasr-settings-page.php:108 ../yasr-settings-page.php:269
109
- #: ../yasr-settings-page.php:307
110
  msgid "Save"
111
  msgstr "Speichern"
112
 
113
  # @ yasr
114
- #: ../yasr-settings-page.php:126
115
  msgid "Import Gd Star Rating"
116
  msgstr "Importiere Gd Star Rating Daten"
117
 
118
  # @ yasr
119
- #: ../yasr-settings-page.php:127
120
  msgid "I've found a previous installation of Gd Star Rating."
121
  msgstr "Es wurde eine Installation von Gd Star Rating gefunden."
122
 
123
  # @ yasr
124
- #: ../yasr-settings-page.php:127
125
  msgid "Do you want proceed to import data?"
126
  msgstr "Willst du mit dem Import der Daten fortfahren?"
127
 
128
  # @ yasr
129
- #: ../yasr-settings-page.php:129
130
  msgid "Yes, Begin Import"
131
  msgstr "Ja, Import starten"
132
 
133
  # @ default
134
- #: ../yasr-settings-page.php:133
135
  msgid "Click on Proceed to import Gd Star Rating data."
136
  msgstr "Klicke auf Fortfahren um die Gd Star Rating Daten zu importieren."
137
 
138
  # @ yasr
139
- #: ../yasr-settings-page.php:136 ../yasr-settings-page.php:169
140
  msgid "Proceed"
141
  msgstr "Fortfahren"
142
 
143
  # @ yasr
144
- #: ../yasr-settings-page.php:158
145
  msgid "Manage GD Star Data"
146
  msgstr "Verwalte GD Star Rating Daten"
147
 
148
  # @ default
149
- #: ../yasr-settings-page.php:159
150
  msgid "Gd Star Rating has been already imported."
151
  msgstr "Gd Star Rating Daten wurden bereits importiert."
152
 
153
  # @ yasr
154
- #: ../yasr-settings-page.php:160
155
  msgid "If you wish you can import it again, but"
156
  msgstr "Du kannst die Daten erneut importieren, aber"
157
 
158
  # @ yasr
159
- #: ../yasr-settings-page.php:160
160
  msgid "you will lose all data you've collect since the import!"
161
  msgstr "dann gehen alle gesammelten Daten seit dem letzten Import verloren!"
162
 
163
  # @ default
164
- #: ../yasr-settings-page.php:162
165
  msgid "Ok, Import Again"
166
  msgstr "Ok, erneut importieren"
167
 
168
  # @ default
169
- #: ../yasr-settings-page.php:166
170
  msgid ""
171
  "Click on Proceed to import again Gd Star Rating data. This may take a while!"
172
  msgstr ""
@@ -174,17 +165,17 @@ msgstr ""
174
  "kann eine Weile dauern!"
175
 
176
  # @ yasr
177
- #: ../yasr-settings-page.php:203
178
  msgid "Manage Multi Set"
179
  msgstr "Multi-Sets verwalten"
180
 
181
  # @ yasr
182
- #: ../yasr-settings-page.php:207
183
  msgid "What is a Multi Set?"
184
  msgstr "Was ist ein Multi-Set?"
185
 
186
  # @ yasr
187
- #: ../yasr-settings-page.php:211
188
  msgid ""
189
  "Multi Set allows you to insert a rate for each aspect about the product / "
190
  "local business / whetever you're reviewing, example in the image below."
@@ -194,7 +185,7 @@ msgstr ""
194
  "zeigt ein Beispiel."
195
 
196
  # @ yasr
197
- #: ../yasr-settings-page.php:215
198
  msgid ""
199
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
200
  "different fields. Once you've saved it, you can insert the rates while "
@@ -207,7 +198,7 @@ msgstr ""
207
  "(klicken zum Vergrößern) zu sehen ist."
208
 
209
  # @ yasr
210
- #: ../yasr-settings-page.php:219
211
  msgid ""
212
  "In order to insert your Multi Sets into a post or page, you can either past "
213
  "the short code that will appear at the bottom of the box or just click on "
@@ -218,111 +209,134 @@ msgstr ""
218
  "den Stern im Editor klicken und \"Insert Multi-Set\" wählen."
219
 
220
  # @ yasr
221
- #: ../yasr-settings-page.php:225
222
  msgid "Close this message"
223
  msgstr "Nachricht schließen"
224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  # @ default
226
  #: ../yasr-metabox-multiple-rating.php:35
227
  msgid "Choose wich set you want to use"
228
  msgstr "Wähle ein Multi-Set aus"
229
 
230
  # @ yasr
231
- #: ../lib/yasr-shortcode-functions.php:187
232
- #: ../lib/yasr-shortcode-functions.php:209
 
233
  msgid "You've already voted this article with"
234
  msgstr "Du hast hier bewertet mit "
235
 
236
  # @ yasr
237
- #: ../lib/yasr-shortcode-functions.php:220
 
238
  msgid "You must sign to vote"
239
  msgstr "Um eine Bewertung abzugeben musst du angemeldet sein"
240
 
241
  # @ yasr
242
- #: ../lib/yasr-shortcode-functions.php:243 ../lib/yasr-ajax-functions.php:1072
243
- #: ../lib/yasr-ajax-functions.php:1080 ../lib/yasr-ajax-functions.php:1211
244
- #: ../lib/yasr-ajax-functions.php:1289
245
  msgid "Total: "
246
  msgstr "Gesamt:"
247
 
248
  # @ yasr
249
- #: ../lib/yasr-shortcode-functions.php:243
250
  msgid "Average: "
251
  msgstr "Durchschnitt: "
252
 
253
- #: ../lib/yasr-shortcode-functions.php:263
254
  msgid "bad, poor, ok, good, super"
255
  msgstr ""
256
 
257
  # @ yasr
258
- #: ../lib/yasr-shortcode-functions.php:411
259
- #: ../lib/pro/yasr-pro-comment-form-functions.php:124
 
 
 
 
 
 
 
 
 
 
 
260
  msgid "Rating"
261
  msgstr "Bewertung"
262
 
263
  # @ yasr
264
- #: ../lib/yasr-shortcode-functions.php:425
265
  msgid "You don't have any votes stored"
266
  msgstr "Es sind keine Autoren-Bewertungen gespeichert"
267
 
268
- #: ../lib/yasr-shortcode-functions.php:461
269
- #: ../lib/yasr-shortcode-functions.php:499
270
  msgid "Post / Page"
271
  msgstr "Beitrag / Seite"
272
 
273
- #: ../lib/yasr-shortcode-functions.php:462
274
- #: ../lib/yasr-shortcode-functions.php:500
275
- #: ../lib/pro/yasr-pro-shortcode-functions.php:264
276
- #: ../lib/pro/yasr-pro-shortcode-functions.php:301
277
  msgid "Order By"
278
  msgstr "sortieren nach"
279
 
280
  # @ yasr
281
- #: ../lib/yasr-shortcode-functions.php:462
282
- #: ../lib/yasr-shortcode-functions.php:500
283
- #: ../lib/pro/yasr-pro-shortcode-functions.php:264
284
- #: ../lib/pro/yasr-pro-shortcode-functions.php:301
285
- #: ../lib/pro/yasr-pro-settings-functions.php:271
286
  msgid "Most Rated"
287
  msgstr "meist bewertet"
288
 
289
  # @ yasr
290
- #: ../lib/yasr-shortcode-functions.php:462
291
- #: ../lib/yasr-shortcode-functions.php:500
292
- #: ../lib/pro/yasr-pro-shortcode-functions.php:264
293
- #: ../lib/pro/yasr-pro-shortcode-functions.php:301
294
- #: ../lib/pro/yasr-pro-settings-functions.php:275
295
  msgid "Highest Rated"
296
  msgstr "höchste Bewertung"
297
 
298
  # @ yasr
299
- #: ../lib/yasr-shortcode-functions.php:479
300
- #: ../lib/yasr-shortcode-functions.php:514
301
- #: ../lib/pro/yasr-pro-shortcode-functions.php:279
302
- #: ../lib/pro/yasr-pro-shortcode-functions.php:315
303
  msgid "Total:"
304
  msgstr "Gesamt:"
305
 
306
  # @ yasr
307
- #: ../lib/yasr-shortcode-functions.php:479
308
- #: ../lib/yasr-shortcode-functions.php:514
309
- #: ../lib/pro/yasr-pro-shortcode-functions.php:279
310
- #: ../lib/pro/yasr-pro-shortcode-functions.php:315
311
  msgid "Average"
312
  msgstr "Durchschnitt: "
313
 
314
  # @ yasr
315
- #: ../lib/yasr-shortcode-functions.php:491
316
  msgid "You've not enough data"
317
  msgstr "Sie haben nicht genügend Daten"
318
 
319
  # @ yasr
320
- #: ../lib/yasr-shortcode-functions.php:526
321
  msgid "You've not enought data"
322
  msgstr "Sie haben nicht genug Daten"
323
 
324
  # @ default
325
- #: ../lib/yasr-shortcode-functions.php:611
326
  msgid ""
327
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
328
  "any review?"
@@ -331,7 +345,7 @@ msgstr ""
331
  "Bewertung veröffentlicht"
332
 
333
  # @ default
334
- #: ../lib/yasr-shortcode-functions.php:679
335
  msgid ""
336
  "Problem while retrieving the top 10 active users chart. Are you sure you "
337
  "have votes to show?"
@@ -340,186 +354,159 @@ msgstr ""
340
  "sicher, dass Sie auch Stimmen, zum anzeigen haben?"
341
 
342
  # @ yasr
343
- #: ../lib/yasr-settings-functions.php:49
344
  msgid "General settings"
345
  msgstr "Allgemeine Einstellungen"
346
 
347
  # @ yasr
348
- #: ../lib/yasr-settings-functions.php:50
349
  msgid "Auto insert options"
350
  msgstr "Anzeigeoptionen"
351
 
352
  # @ yasr
353
- #: ../lib/yasr-settings-functions.php:51
354
  #, fuzzy
355
  msgid "Show \"Overall Rating\" in Archive Page?"
356
  msgstr "Gesamtbewertung auf der Startseite anzeigen?"
357
 
358
- #: ../lib/yasr-settings-functions.php:52
359
  msgid "Show \"Visitor Votes\" in Archive Page?"
360
  msgstr ""
361
 
362
  # @ yasr
363
- #: ../lib/yasr-settings-functions.php:53
364
  msgid "Insert custom text to show before / after stars"
365
  msgstr ""
366
  "Benutzerdefinierter Text der vor oder nach der Bewertung angezeigt wird"
367
 
368
  # @ yasr
369
- #: ../lib/yasr-settings-functions.php:54
370
  msgid "Do you want show stats for visitors votes?"
371
  msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
372
 
373
  # @ yasr
374
- #: ../lib/yasr-settings-functions.php:55
375
  msgid "Allow only logged in user to vote?"
376
  msgstr "Nur angemeldete Besucher dürfen abstimmen?"
377
 
378
  # @ yasr
379
- #: ../lib/yasr-settings-functions.php:56
380
- msgid "Which color scheme do you want to use?"
381
- msgstr "Welches Farbschema willst du nutzen?"
382
-
383
- # @ yasr
384
- #: ../lib/yasr-settings-functions.php:57
385
  msgid "Which rich snippets do you want to use?"
386
  msgstr "Welches Rich Snippet willst du nutzen?"
387
 
388
  # @ yasr
389
- #: ../lib/yasr-settings-functions.php:58
390
  msgid "How do you want to rate \"Overall Rating\"?"
391
  msgstr "Wie möchten Sie bewerten \\ \\\"Gesamtbewertung \"?"
392
 
393
  # @ yasr
394
- #: ../lib/yasr-settings-functions.php:72
395
  msgid "Use Auto Insert?"
396
  msgstr "Bewertung automatisch einfügen?"
397
 
398
  # @ yasr
399
- #: ../lib/yasr-settings-functions.php:75
400
- #: ../lib/yasr-settings-functions.php:144
401
- #: ../lib/yasr-settings-functions.php:162
402
- #: ../lib/yasr-settings-functions.php:204
403
- #: ../lib/yasr-settings-functions.php:230
404
- #: ../lib/yasr-settings-functions.php:262
405
- #: ../lib/yasr-settings-functions.php:297
406
- #: ../lib/pro/yasr-pro-settings-functions.php:110
407
- #: ../lib/pro/yasr-pro-settings-functions.php:145
408
- #: ../lib/pro/yasr-pro-settings-functions.php:341
409
- #: ../lib/pro/yasr-pro-settings-functions.php:377
410
- #: ../lib/pro/yasr-pro-settings-functions.php:696
411
  msgid "Yes"
412
  msgstr "Ja"
413
 
414
  # @ yasr
415
- #: ../lib/yasr-settings-functions.php:89
416
- #: ../lib/yasr-settings-functions.php:149
417
- #: ../lib/yasr-settings-functions.php:167
418
- #: ../lib/yasr-settings-functions.php:209
419
- #: ../lib/yasr-settings-functions.php:235
420
- #: ../lib/yasr-settings-functions.php:267
421
- #: ../lib/yasr-settings-functions.php:302
422
- #: ../lib/pro/yasr-pro-settings-functions.php:83
423
- #: ../lib/pro/yasr-pro-settings-functions.php:106
424
- #: ../lib/pro/yasr-pro-settings-functions.php:141
425
- #: ../lib/pro/yasr-pro-settings-functions.php:337
426
- #: ../lib/pro/yasr-pro-settings-functions.php:373
427
- #: ../lib/pro/yasr-pro-settings-functions.php:700
428
  msgid "No"
429
  msgstr "Nein"
430
 
431
  # @ yasr
432
- #: ../lib/yasr-settings-functions.php:95
433
  msgid "What?"
434
  msgstr "Was soll eingefügt werden?"
435
 
436
  # @ yasr
437
- #: ../lib/yasr-settings-functions.php:98
438
  msgid "Overall Rating / Author Rating"
439
  msgstr "Gesamtbewertung (Autorenbewertung)"
440
 
441
  # @ yasr
442
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:464
443
  msgid "Visitor Votes"
444
  msgstr "Besucherbewertung"
445
 
446
  # @ yasr
447
- #: ../lib/yasr-settings-functions.php:106
448
  msgid "Both"
449
  msgstr "Beides"
450
 
451
  # @ yasr
452
- #: ../lib/yasr-settings-functions.php:110
453
  msgid "Where?"
454
  msgstr "Wo soll es eingefügt werden?"
455
 
456
  # @ yasr
457
- #: ../lib/yasr-settings-functions.php:113
458
  msgid "Before the post"
459
  msgstr "Vor dem Artikel"
460
 
461
  # @ yasr
462
- #: ../lib/yasr-settings-functions.php:117
463
  msgid "After the post"
464
  msgstr "Nach dem Artikel"
465
 
466
  # @ yasr
467
- #: ../lib/yasr-settings-functions.php:122
468
- #: ../lib/pro/yasr-pro-settings-functions.php:61
469
- #: ../lib/pro/yasr-pro-settings-functions.php:247
470
  msgid "Size"
471
  msgstr "Größe"
472
 
473
  # @ yasr
474
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:454
475
- #: ../lib/yasr-ajax-functions.php:472
476
- #: ../lib/pro/yasr-pro-settings-functions.php:66
477
- #: ../lib/pro/yasr-pro-settings-functions.php:252
478
- #: ../lib/pro/yasr-pro-settings-functions.php:723
479
  msgid "Small"
480
  msgstr "Klein"
481
 
482
  # @ yasr
483
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:455
484
- #: ../lib/yasr-ajax-functions.php:473
485
- #: ../lib/pro/yasr-pro-settings-functions.php:71
486
- #: ../lib/pro/yasr-pro-settings-functions.php:257
487
- #: ../lib/pro/yasr-pro-settings-functions.php:728
488
  msgid "Medium"
489
  msgstr "Mittel"
490
 
491
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:456
492
- #: ../lib/yasr-ajax-functions.php:474
493
- #: ../lib/pro/yasr-pro-settings-functions.php:76
494
- #: ../lib/pro/yasr-pro-settings-functions.php:262
495
- #: ../lib/pro/yasr-pro-settings-functions.php:733
496
  msgid "Large"
497
  msgstr "Groß"
498
 
499
  # @ yasr
500
- #: ../lib/yasr-settings-functions.php:141
501
  msgid "Exclude Pages?"
502
  msgstr "Seiten ausschließen?"
503
 
504
  # @ yasr
505
- #: ../lib/yasr-settings-functions.php:159
506
  msgid "Use only in custom post types?"
507
  msgstr "Verwenden Sie nur in benutzerdefinierte Post-Typen?"
508
 
509
  # @ yasr
510
- #: ../lib/yasr-settings-functions.php:171
511
  msgid "You see this because you use custom post types."
512
  msgstr "Sie sehen dies, weil Sie benutzerdefinierte Post-Typen verwenden."
513
 
514
  # @ yasr
515
- #: ../lib/yasr-settings-functions.php:173
516
  msgid "If you want to use auto insert only in custom post types, choose Yes"
517
  msgstr ""
518
  "Wenn Sie Auto-Insert nur in benutzerdefinierten Post-Typen verwenden "
519
  "möchten, wählen Sie Ja."
520
 
521
  # @ yasr
522
- #: ../lib/yasr-settings-functions.php:213
523
  msgid ""
524
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
525
  "article or page, but also in pages like Home Page, category pages or "
@@ -530,7 +517,7 @@ msgstr ""
530
  "Kategorien und im Archiv."
531
 
532
  # @ yasr
533
- #: ../lib/yasr-settings-functions.php:239
534
  #, fuzzy
535
  msgid ""
536
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
@@ -542,74 +529,72 @@ msgstr ""
542
  "Kategorien und im Archiv."
543
 
544
  # @ yasr
545
- #: ../lib/yasr-settings-functions.php:272
546
  msgid "Custom text to display before Overall Rating"
547
  msgstr "Benutzerdefinierter Text vor der Gesamtbewertung (Autorenbewertung)"
548
 
549
  # @ yasr
550
- #: ../lib/yasr-settings-functions.php:277
551
- msgid "Custom text to display before Visitor Rating"
 
 
 
 
 
 
 
552
  msgstr "Benutzerdefinierter Text vor der Besucherbewertung"
553
 
554
  # @ yasr
555
- #: ../lib/yasr-settings-functions.php:282
556
  msgid "Custom text to display when a non logged user has already rated"
557
  msgstr ""
558
  "Benutzerdefinierter Text der angezeigt wird, wenn ein nicht angemeldeter "
559
  "Besucher bereits eine Bewertung abgegeben hat"
560
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
561
  # @ yasr
562
- #: ../lib/yasr-settings-functions.php:320
563
  msgid "Allow only logged-in users"
564
  msgstr "Nur angemeldete Besucher erlauben"
565
 
566
  # @ yasr
567
- #: ../lib/yasr-settings-functions.php:324
568
  msgid "Allow everybody (logged in and anonymous)"
569
  msgstr "Jedem erlauben (angemeldete und anonyme Besucher)"
570
 
571
  # @ yasr
572
- #: ../lib/yasr-settings-functions.php:340
573
- msgid "Light"
574
- msgstr "Hell"
575
-
576
- # @ yasr
577
- #: ../lib/yasr-settings-functions.php:345
578
- msgid "Dark"
579
- msgstr "Dunkel"
580
-
581
- # @ yasr
582
- #: ../lib/yasr-settings-functions.php:350
583
- msgid "Preview"
584
- msgstr "Vorschau"
585
-
586
- # @ yasr
587
- #: ../lib/yasr-settings-functions.php:355
588
- msgid "Light theme"
589
- msgstr "Helles Theme"
590
-
591
- # @ yasr
592
- #: ../lib/yasr-settings-functions.php:360
593
- msgid "Dark Theme"
594
- msgstr "Dunkles Theme"
595
-
596
- # @ yasr
597
- #: ../lib/yasr-settings-functions.php:377
598
  msgid "Review Rating"
599
  msgstr "Review Rating (Autorenbewertung)"
600
 
601
  # @ yasr
602
- #: ../lib/yasr-settings-functions.php:381
603
  msgid "Aggregate Rating"
604
  msgstr "Aggregate Rating (Besucherbewertung)"
605
 
606
  # @ yasr
607
- #: ../lib/yasr-settings-functions.php:386
608
  msgid "What is this?"
609
  msgstr "Was ist das?"
610
 
611
  # @ yasr
612
- #: ../lib/yasr-settings-functions.php:391
613
  msgid ""
614
  "If you select \"Review Rating\", your site will be indexed from search "
615
  "engines like this: "
@@ -618,7 +603,7 @@ msgstr ""
618
  "aussehen:"
619
 
620
  # @ yasr
621
- #: ../lib/yasr-settings-functions.php:396
622
  msgid ""
623
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
624
  "this"
@@ -627,22 +612,53 @@ msgstr ""
627
  "wie folgt aus:"
628
 
629
  # @ yasr
630
- #: ../lib/yasr-settings-functions.php:414
631
  msgid "Stars"
632
  msgstr "Sterne"
633
 
634
  # @ yasr
635
- #: ../lib/yasr-settings-functions.php:418
636
  msgid "Numbers"
637
  msgstr "Zahlen"
638
 
639
  # @ yasr
640
- #: ../lib/yasr-settings-functions.php:430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
641
  msgid "Add New Multiple Set"
642
  msgstr "Neues Multi-Set hinzufügen"
643
 
644
  # @ yasr
645
- #: ../lib/yasr-settings-functions.php:431
646
  msgid ""
647
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
648
  "characters"
@@ -651,57 +667,57 @@ msgstr ""
651
  "Zeichen lang sein"
652
 
653
  # @ yasr
654
- #: ../lib/yasr-settings-functions.php:434
655
  msgid "Name"
656
  msgstr "Name"
657
 
658
  # @ yasr
659
- #: ../lib/yasr-settings-functions.php:439
660
  msgid "You can insert up to nine elements"
661
  msgstr "Sie können bis zu neun Elemente einfügen"
662
 
663
  # @ yasr
664
- #: ../lib/yasr-settings-functions.php:444
665
  msgid "Element "
666
  msgstr "Element"
667
 
668
  # @ yasr
669
- #: ../lib/yasr-settings-functions.php:454
670
  msgid "Create New Set"
671
  msgstr "Neues Multi-Set anlegen"
672
 
673
  # @ yasr
674
- #: ../lib/yasr-settings-functions.php:475
675
- #: ../lib/yasr-settings-functions.php:507
676
  msgid "Manage Multiple Set"
677
  msgstr "Verschiedene Multi-Sets verwalten"
678
 
679
  # @ yasr
680
- #: ../lib/yasr-settings-functions.php:477
681
  msgid "Wich set do you want to edit or remove?"
682
  msgstr "Welches Multi-Set möchtest du bearbeiten oder löschen?"
683
 
684
  # @ yasr
685
- #: ../lib/yasr-settings-functions.php:517
686
- #: ../lib/yasr-settings-functions.php:635
687
  msgid "Field name"
688
  msgstr "Feldname"
689
 
690
  # @ yasr
691
- #: ../lib/yasr-settings-functions.php:521
692
- #: ../lib/yasr-settings-functions.php:639
693
  msgid "Remove"
694
  msgstr "Entfernen"
695
 
696
  # @ yasr
697
- #: ../lib/yasr-settings-functions.php:563
698
- #: ../lib/yasr-settings-functions.php:681
699
  msgid "Remove whole set?"
700
  msgstr "Komplettes Multi-Set entfernen?"
701
 
702
  # @ yasr
703
- #: ../lib/yasr-settings-functions.php:576
704
- #: ../lib/yasr-settings-functions.php:694
705
  msgid ""
706
  "If you remove something you will remove all the votes for that set or field. "
707
  "This operation CAN'T BE undone."
@@ -710,57 +726,57 @@ msgstr ""
710
  "Element gelöscht. Dies kann nicht rückgängig gemacht werden."
711
 
712
  # @ yasr
713
- #: ../lib/yasr-settings-functions.php:583
714
- #: ../lib/yasr-settings-functions.php:701
715
  msgid "You can use up to 9 elements"
716
  msgstr "Du kannst bist zu 9 Elementen nutzen"
717
 
718
  # @ yasr
719
- #: ../lib/yasr-settings-functions.php:585
720
- #: ../lib/yasr-settings-functions.php:703
721
  msgid "Add element"
722
  msgstr "Element hinzufügen"
723
 
724
  # @ yasr
725
- #: ../lib/yasr-settings-functions.php:587
726
- #: ../lib/yasr-settings-functions.php:705
727
  msgid "Save changes"
728
  msgstr "Änderungen speichern"
729
 
730
  # @ yasr
731
- #: ../lib/yasr-settings-functions.php:597
732
  msgid "No Multiple Set were found"
733
  msgstr "Keine Multi-Sets gefunden"
734
 
735
  # @ yasr
736
- #: ../lib/yasr-settings-functions.php:847
737
- #: ../lib/yasr-settings-functions.php:1115
738
  msgid "Settings Saved"
739
  msgstr "Einstellungen gespeichert"
740
 
741
  # @ yasr
742
- #: ../lib/yasr-settings-functions.php:852
743
  msgid "Something goes wrong trying insert set field name. Please report it"
744
  msgstr ""
745
  "Beim einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
746
  "melde das Problem"
747
 
748
  # @ yasr
749
- #: ../lib/yasr-settings-functions.php:858
750
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
751
  msgstr ""
752
  "Beim Einfügen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
753
  "Problem"
754
 
755
  # @ yasr
756
- #: ../lib/yasr-settings-functions.php:933
757
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
758
  msgstr ""
759
  "Beim Löschen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
760
  "Problem"
761
 
762
  # @ yasr
763
- #: ../lib/yasr-settings-functions.php:979
764
  msgid ""
765
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
766
  msgstr ""
@@ -768,7 +784,7 @@ msgstr ""
768
  "das Problem"
769
 
770
  # @ yasr
771
- #: ../lib/yasr-settings-functions.php:1043
772
  msgid ""
773
  "Something goes wrong trying to update a Multi Set's element. Please report it"
774
  msgstr ""
@@ -776,7 +792,7 @@ msgstr ""
776
  "Bitte melde das Problem"
777
 
778
  # @ yasr
779
- #: ../lib/yasr-settings-functions.php:1100
780
  msgid ""
781
  "Something goes wrong trying to insert set field name in edit form. Please "
782
  "report it"
@@ -785,17 +801,17 @@ msgstr ""
785
  "melde das Problem"
786
 
787
  # @ yasr
788
- #: ../lib/yasr-settings-functions.php:1143
789
  msgid "Style Options"
790
  msgstr "Style Optionen"
791
 
792
  # @ yasr
793
- #: ../lib/yasr-settings-functions.php:1144
794
  msgid "Custom CSS Styles"
795
  msgstr "Benutzerdefiniertes CSS"
796
 
797
  # @ yasr
798
- #: ../lib/yasr-settings-functions.php:1149
799
  msgid ""
800
  "Please use text area below to write your own CSS styles to override the "
801
  "default ones."
@@ -804,100 +820,171 @@ msgstr ""
804
  "CSS-Code zu überschreiben."
805
 
806
  # @ yasr
807
- #: ../lib/yasr-settings-functions.php:1151
808
  msgid "Leave it blank if you don't know what you're doing"
809
  msgstr " Lasse diesen Bereich leer, wenn du nicht weißt was du tust."
810
 
811
  # @ yasr
812
- #: ../lib/yasr-settings-functions.php:1184
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
813
  msgid "No previous Gd Star Rating installation was found"
814
  msgstr "Es wurde keine Gd Star Ratings Installation gefunden"
815
 
816
  # @ yasr
817
- #: ../lib/yasr-db-functions.php:288
818
  msgid "No recenet votes yet"
819
  msgstr "Keine aktuellen Bewertungen vorhanden"
820
 
821
  # @ default
822
- #: ../lib/yasr-db-functions.php:303 ../lib/yasr-ajax-functions.php:822
823
  msgid "anonymous"
824
  msgstr "Anonym"
825
 
 
 
 
 
 
826
  # @ yasr
827
- #: ../lib/yasr-db-functions.php:326 ../lib/yasr-ajax-functions.php:845
828
  msgid "Ip address"
829
  msgstr "IP-Adresse"
830
 
831
  # @ yasr
832
- #: ../lib/yasr-db-functions.php:367 ../lib/yasr-ajax-functions.php:886
833
  msgid "Pages"
834
  msgstr "Seiten"
835
 
836
  # @ yasr
837
- #: ../lib/yasr-functions.php:100 ../lib/yasr-functions.php:101
838
  msgid "Yet Another Stars Rating: Settings"
839
  msgstr "Yet Another Stars Rating"
840
 
841
- #: ../lib/yasr-functions.php:144
842
- msgid "YASR"
843
- msgstr ""
844
-
845
  # @ yasr
846
- #: ../lib/yasr-functions.php:145
847
  msgid "Yet Another Stars Rating: Multiple set"
848
  msgstr "Yet Another Stars Rating: Multi-Sets"
849
 
850
- # @ yasr
851
- #: ../lib/yasr-functions.php:151
852
- msgid "Overall Rating"
853
- msgstr "Gesamtbewertung"
854
-
855
  # @ default
856
- #: ../lib/yasr-functions.php:161
857
  msgid "You don't have enought privileges to insert Overall Rating"
858
  msgstr ""
859
  "Du hast nicht die notwendigen Berechtigungen um eine Gesamtbewertung "
860
  "einzufügen"
861
 
862
  # @ default
863
- #: ../lib/yasr-functions.php:171
864
  msgid "You don't have enought privileges to insert Multi Set"
865
  msgstr ""
866
  "Du hast nicht die notwendigen Berechtigungen um ein Multi-Set einzufügen"
867
 
868
  # @ yasr
869
- #: ../lib/yasr-functions.php:311
870
  msgid " reviewed by "
871
  msgstr " geschrieben von "
872
 
873
  # @ yasr
874
- #: ../lib/yasr-functions.php:312
875
  msgid " on "
876
  msgstr " am"
877
 
878
  # @ yasr
879
- #: ../lib/yasr-functions.php:313
880
  msgid " rated "
881
  msgstr " ist bewertet mit "
882
 
883
  # @ yasr
884
- #: ../lib/yasr-functions.php:313
885
  msgid " of"
886
  msgstr ""
887
 
888
  # @ yasr
889
- #: ../lib/yasr-functions.php:360
890
  msgid " written by "
891
  msgstr " geschrieben von "
892
 
893
  # @ yasr
894
- #: ../lib/yasr-functions.php:362
895
  #, fuzzy
896
  msgid " average rating "
897
  msgstr " Durchschnittsbewertung"
898
 
899
  # @ yasr
900
- #: ../lib/yasr-functions.php:363
901
  msgid " user ratings"
902
  msgstr " Besucherbewertungen"
903
 
@@ -927,204 +1014,170 @@ msgid "Choose a vote for each element"
927
  msgstr "Wähle eine Bewertung für jedes Element"
928
 
929
  # @ yasr
930
- #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
931
- msgid "Remember to insert this shortcode"
932
- msgstr "Diesen Shortcode"
 
933
 
934
- # @ yasr
935
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
936
- msgid "where you want to display this multi set"
937
- msgstr "an der Stelle einfügen, wo das Multi-Set angezeigt werden soll."
 
938
 
939
  # @ yasr
940
- #: ../lib/yasr-ajax-functions.php:265
941
  msgid "Choose a vote for every element"
942
  msgstr "Wähle eine Bewertung für jedes Element"
943
 
944
  # @ yasr
945
- #: ../lib/yasr-ajax-functions.php:432
946
  msgid "Main"
947
  msgstr "Allgemein"
948
 
949
- #: ../lib/yasr-ajax-functions.php:434
950
- msgid "Comments"
951
- msgstr ""
952
-
953
  # @ yasr
954
- #: ../lib/yasr-ajax-functions.php:435
955
- #, fuzzy
956
- msgid "Pro Charts"
957
  msgstr "Charts"
958
 
959
  # @ yasr
960
- #: ../lib/yasr-ajax-functions.php:437
961
  msgid "Read the doc"
962
  msgstr "Lese die Dokumentation"
963
 
964
  # @ yasr
965
- #: ../lib/yasr-ajax-functions.php:446
966
  msgid "Overall Rating / Review"
967
  msgstr "Gesamtbewertung (Autorenbewertung)"
968
 
969
  # @ yasr
970
- #: ../lib/yasr-ajax-functions.php:448
971
  msgid "Insert Overall Rating"
972
  msgstr "Gesamtbewertung einfügen"
973
 
974
  # @ yasr
975
- #: ../lib/yasr-ajax-functions.php:449
976
  msgid "Insert Overall Rating / Review for this post"
977
  msgstr "Gesamtbewertung der Review-Autoren einfügen"
978
 
979
  # @ yasr
980
- #: ../lib/yasr-ajax-functions.php:452 ../lib/yasr-ajax-functions.php:470
981
  msgid "Choose Size"
982
  msgstr "Größe wählen"
983
 
984
  # @ yasr
985
- #: ../lib/yasr-ajax-functions.php:466
986
  msgid "Insert Visitor Votes"
987
  msgstr "Besucherbewertung einfügen"
988
 
989
  # @ yasr
990
- #: ../lib/yasr-ajax-functions.php:467
991
  msgid "Insert the ability for your visitor to vote"
992
  msgstr "Besucher dürfen Bewertungen abgeben"
993
 
994
  # @ yasr
995
- #: ../lib/yasr-ajax-functions.php:484
996
  msgid "If you want to insert a Multi Set, pick one:"
997
  msgstr "Vorhandene Multi-Sets"
998
 
999
  # @ yasr
1000
- #: ../lib/yasr-ajax-functions.php:490
1001
  msgid "Choose wich set you want to insert."
1002
  msgstr "Wähle das einzufügende Multi-Set."
1003
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1004
  # @ yasr
1005
- #: ../lib/yasr-ajax-functions.php:498
1006
  msgid "Insert Multiset:"
1007
  msgstr "Multi-Set einfügen:"
1008
 
1009
  # @ yasr
1010
- #: ../lib/yasr-ajax-functions.php:501
1011
  msgid "Insert Multiple Set"
1012
  msgstr "Multi-Set einfügen"
1013
 
1014
  # @ yasr
1015
- #: ../lib/yasr-ajax-functions.php:502
1016
- msgid "Insert multiple set in this post ?"
1017
- msgstr "Multi-Set in Artikel/Seite einfügen?"
1018
-
1019
- # @ yasr
1020
- #: ../lib/yasr-ajax-functions.php:517
1021
  msgid "Ranking reviews"
1022
  msgstr "Rang Bewertungen"
1023
 
1024
  # @ yasr
1025
- #: ../lib/yasr-ajax-functions.php:518
1026
  msgid "Insert Ranking reviews"
1027
  msgstr "Rang Bewertungen einfügen"
1028
 
1029
  # @ yasr
1030
- #: ../lib/yasr-ajax-functions.php:519
1031
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1032
  msgstr "Top 10 Bewertung für [yasr_overall_rating] shortcode einfügen."
1033
 
1034
  # @ yasr
1035
- #: ../lib/yasr-ajax-functions.php:523
1036
  msgid "Users' ranking"
1037
  msgstr "Benutzer-Rangliste"
1038
 
1039
  # @ yasr
1040
- #: ../lib/yasr-ajax-functions.php:524
1041
  msgid "Insert Users ranking"
1042
  msgstr "Benutzer-Rangliste einfügen"
1043
 
1044
  # @ yasr
1045
- #: ../lib/yasr-ajax-functions.php:525
1046
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1047
  msgstr "Top 10 Wertung für [yasr_visitor_votes] shortcode einfügen"
1048
 
1049
  # @ yasr
1050
- #: ../lib/yasr-ajax-functions.php:529
1051
  msgid "Most active reviewers"
1052
  msgstr "Top 5 Aktivste Review-Autoren"
1053
 
1054
  # @ yasr
1055
- #: ../lib/yasr-ajax-functions.php:530
1056
  msgid "Insert Most Active Reviewers"
1057
  msgstr "meist aktivste Bewertungen einfügen"
1058
 
1059
  # @ yasr
1060
- #: ../lib/yasr-ajax-functions.php:531
1061
  msgid "Insert Top 5 active reviewers"
1062
  msgstr "Füge die Top 5 aktivsten Review-Autoren ein"
1063
 
1064
  # @ yasr
1065
- #: ../lib/yasr-ajax-functions.php:535
1066
  msgid "Most Active Users"
1067
  msgstr "meist aktivste Benutzer"
1068
 
1069
  # @ yasr
1070
- #: ../lib/yasr-ajax-functions.php:536
1071
  msgid "Insert Most Active Users"
1072
  msgstr "Aktivste Benutzer einfügen."
1073
 
1074
  # @ yasr
1075
- #: ../lib/yasr-ajax-functions.php:537
1076
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1077
  msgstr "Top 10 Abstimmer [yasr_visitor_votes] Shortcode einfügen"
1078
 
1079
- #: ../lib/yasr-ajax-functions.php:548
1080
- msgid "Insert Progress Bars"
1081
- msgstr ""
1082
-
1083
- #: ../lib/yasr-ajax-functions.php:549
1084
- msgid "Insert Progress Bars stats"
1085
- msgstr ""
1086
-
1087
- #: ../lib/yasr-ajax-functions.php:550
1088
- msgid "Insert progress bars statistics for review in comments"
1089
- msgstr ""
1090
-
1091
  # @ yasr
1092
- #: ../lib/yasr-ajax-functions.php:554
1093
- #, fuzzy
1094
- msgid "Insert Average Rating"
1095
- msgstr "Gesamtbewertung einfügen"
1096
-
1097
- # @ yasr
1098
- #: ../lib/yasr-ajax-functions.php:555
1099
- #, fuzzy
1100
- msgid "Insert Stars Average"
1101
- msgstr "Benutzer-Rangliste einfügen"
1102
-
1103
- #: ../lib/yasr-ajax-functions.php:556
1104
- msgid "Insert the average (in stars) of all ratings in comments"
1105
- msgstr ""
1106
-
1107
- # @ yasr
1108
- #: ../lib/yasr-ajax-functions.php:571
1109
- #, fuzzy
1110
- msgid "You've not saved any shortcode."
1111
- msgstr "Es sind keine Autoren-Bewertungen gespeichert"
1112
-
1113
- #: ../lib/yasr-ajax-functions.php:574 ../lib/yasr-ajax-functions.php:593
1114
- msgid "Click here"
1115
- msgstr ""
1116
-
1117
- #: ../lib/yasr-ajax-functions.php:585
1118
- msgid "Your saved shortcodes:"
1119
- msgstr ""
1120
-
1121
- # @ yasr
1122
- #: ../lib/yasr-ajax-functions.php:667
1123
  msgid "Reviews and Visitor Votes have been successfull imported."
1124
  msgstr "Autoren-Reviews und Bewertungen wurden erfolgreich importiert."
1125
 
1126
  # @ yasr
1127
- #: ../lib/yasr-ajax-functions.php:673
1128
  msgid ""
1129
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1130
  "THIS MAY TAKE A WHILE!"
@@ -1133,548 +1186,322 @@ msgstr ""
1133
  "KANN ETWAS DAUERN!"
1134
 
1135
  # @ yasr
1136
- #: ../lib/yasr-ajax-functions.php:675
1137
  msgid "Proceed Step 2"
1138
  msgstr "Fortfahren mit Schritt 2"
1139
 
1140
  # @ yasr
1141
- #: ../lib/yasr-ajax-functions.php:682
1142
  msgid "Something goes wrong! Refresh the page and try again!"
1143
  msgstr ""
1144
  "Hier ist etwas schief gelaufen. Bitte aktualisiere die Seite und versuche es "
1145
  "noch einmal!"
1146
 
1147
  # @ yasr
1148
- #: ../lib/yasr-ajax-functions.php:711
1149
  msgid "I've found Multiple Set! Importing..."
1150
  msgstr "Es wurden verschiedene Multi-Sets gefunden. Starte Import..."
1151
 
1152
  # @ yasr
1153
- #: ../lib/yasr-ajax-functions.php:720
1154
  msgid "Multi Set's name has been successfull imported."
1155
  msgstr "Multi-Set Namen wurden erfolgreich importiert."
1156
 
1157
  # @ yasr
1158
- #: ../lib/yasr-ajax-functions.php:722
1159
  msgid "Now I'm going to import Multi Set data"
1160
  msgstr "Der Import der Multi-Set Daten wird gestartet"
1161
 
1162
  # @ yasr
1163
- #: ../lib/yasr-ajax-functions.php:733
1164
  msgid "All votes has been successfull imported."
1165
  msgstr "Alle Bewertungen wurden erfolgreich importiert."
1166
 
1167
  # @ yasr
1168
- #: ../lib/yasr-ajax-functions.php:735
1169
  msgid "Done"
1170
  msgstr "Fertig"
1171
 
1172
  # @ yasr
1173
- #: ../lib/yasr-ajax-functions.php:740
1174
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1175
  msgstr ""
1176
  "Es wurden Multi-Set Bewertungen gefunden aber diese konnten nicht in der "
1177
  "Datenbank gespeichert werden."
1178
 
1179
  # @ yasr
1180
- #: ../lib/yasr-ajax-functions.php:748
1181
  msgid "I've found Multi Set but with no data"
1182
  msgstr "Das Multi-Set wurde gefunden aber es sind keine Daten vorhanden"
1183
 
1184
  # @ yasr
1185
- #: ../lib/yasr-ajax-functions.php:757
1186
  msgid "I've found Multi Sets names but I couldn't insert into db"
1187
  msgstr ""
1188
  "Multi-Set Namen wurde gefunden aber konnten nicht in die Datenbank "
1189
  "importiert werden"
1190
 
1191
  # @ yasr
1192
- #: ../lib/yasr-ajax-functions.php:765
1193
  msgid "Multisets were not found. Imported is done!"
1194
  msgstr "Kein Multi-Set gefunden aber Import war erfolgreich!"
1195
 
1196
  # @ yasr
1197
- #: ../lib/yasr-ajax-functions.php:809
1198
  msgid "No Recenet votes yet"
1199
  msgstr "Keine kürzlichen Bewertungen"
1200
 
 
 
 
 
 
1201
  # @ yasr
1202
- #: ../lib/yasr-ajax-functions.php:976 ../lib/yasr-ajax-functions.php:1118
1203
  msgid "Error: you can't vote 0"
1204
  msgstr "Fehler: Sie können nicht 0 wählen!"
1205
 
1206
  # @ yasr
1207
- #: ../lib/yasr-ajax-functions.php:1072 ../lib/yasr-ajax-functions.php:1080
1208
- msgid "Average rating"
1209
- msgstr "Durchschnittsbewertung"
 
1210
 
1211
  # @ yasr
1212
- #: ../lib/yasr-ajax-functions.php:1073 ../lib/yasr-ajax-functions.php:1081
1213
  msgid "Vote Saved"
1214
  msgstr "Bewertung gespeichert"
1215
 
1216
  # @ yasr
1217
- #: ../lib/yasr-ajax-functions.php:1214
1218
  msgid "Vote updated"
1219
  msgstr "Bewertung aktualisiert"
1220
 
1221
  # @ yasr
1222
- #: ../lib/yasr-ajax-functions.php:1289
1223
- msgid "Average "
1224
- msgstr "Durchschnitt: "
1225
-
1226
- # @ yasr
1227
- #: ../lib/yasr-ajax-functions.php:1300
1228
  #, fuzzy
1229
- msgid "You've already voted this article"
1230
- msgstr "Du hast hier bewertet mit "
 
 
 
 
1231
 
1232
  # @ yasr
1233
- #: ../lib/yasr-ajax-functions.php:1420
1234
- #: ../lib/pro/yasr-pro-shortcode-functions.php:643
1235
- #: ../lib/pro/yasr-pro-shortcode-functions.php:681
1236
  #, fuzzy
1237
  msgid "stars"
1238
  msgstr "Sterne"
1239
 
1240
  # @ yasr
1241
- #: ../lib/yasr-ajax-functions.php:1425
1242
- #: ../lib/pro/yasr-pro-shortcode-functions.php:653
1243
- #: ../lib/pro/yasr-pro-shortcode-functions.php:684
1244
  #, fuzzy
1245
  msgid "star"
1246
  msgstr "Sterne"
1247
 
1248
  # @ yasr
1249
- #: ../lib/pro/yasr-pro-shortcode-functions.php:126
1250
  #, fuzzy
1251
- msgid "You don't have any votes stored with this params"
1252
- msgstr "Es sind keine Autoren-Bewertungen gespeichert"
1253
 
1254
- #: ../lib/pro/yasr-pro-shortcode-functions.php:292
1255
- msgid ""
1256
- "You've not enought data. Try to choose a lower number of votes for most "
1257
- "rated page"
1258
- msgstr ""
1259
 
1260
- #: ../lib/pro/yasr-pro-shortcode-functions.php:327
1261
- msgid ""
1262
- "You've not enought data. Try to choose a lower number of votes for highest "
1263
- "rated page"
1264
- msgstr ""
1265
 
1266
- # @ default
1267
- #: ../lib/pro/yasr-pro-shortcode-functions.php:442
1268
- #, fuzzy
1269
- msgid ""
1270
- "Problem while retriving the most active reviewers chart. Did you published "
1271
- "any review?"
1272
- msgstr ""
1273
- "Problem beim Abrufen die Top-5 aktivsten Rezensenten. Haben Sie irgendeine "
1274
- "Bewertung veröffentlicht"
1275
 
1276
- # @ default
1277
- #: ../lib/pro/yasr-pro-shortcode-functions.php:539
1278
  #, fuzzy
1279
- msgid ""
1280
- "Problem while retriving the top 10 active users chart. Are you sure you have "
1281
- "votes to show?"
1282
- msgstr ""
1283
- "Problem beim Abrufen der Top 10 von aktiven Nutzern anzuzeigen.. Sind Sie "
1284
- "sicher, dass Sie auch Stimmen, zum anzeigen haben?"
1285
 
1286
- #: ../lib/pro/yasr-pro-shortcode-functions.php:724
1287
- #: ../lib/pro/yasr-pro-shortcode-functions.php:817
1288
- msgid "Comment Reviews for this post are disabled. Please enable it first"
1289
- msgstr ""
1290
 
1291
  # @ yasr
1292
- #: ../lib/pro/yasr-pro-ajax-functions.php:41
1293
- #: ../lib/pro/yasr-pro-ajax-functions.php:82
1294
- #: ../lib/pro/yasr-pro-ajax-functions.php:123
1295
- #: ../lib/pro/yasr-pro-ajax-functions.php:164
1296
  #, fuzzy
1297
- msgid "Shortcode Saved"
1298
- msgstr "Bewertung gespeichert"
1299
-
1300
- #: ../lib/pro/yasr-pro-ajax-functions.php:44
1301
- #: ../lib/pro/yasr-pro-ajax-functions.php:85
1302
- #: ../lib/pro/yasr-pro-ajax-functions.php:126
1303
- #: ../lib/pro/yasr-pro-ajax-functions.php:167
1304
- #: ../lib/pro/yasr-pro-ajax-functions.php:265
1305
- #: ../lib/pro/yasr-pro-ajax-functions.php:319
1306
- #: ../lib/pro/EDD_SL_Plugin_Updater.php:425
1307
- msgid "Something goes wrong"
1308
- msgstr ""
1309
-
1310
- #: ../lib/pro/yasr-pro-ajax-functions.php:207
1311
- msgid "Reviews in comments enbaled"
1312
- msgstr ""
1313
-
1314
- #: ../lib/pro/yasr-pro-ajax-functions.php:213
1315
- msgid "Reviews in comments disabled"
1316
- msgstr ""
1317
 
1318
  # @ yasr
1319
- #: ../lib/pro/yasr-pro-ajax-functions.php:221
1320
  #, fuzzy
1321
- msgid "Something goes wrong. Try again or report it."
1322
- msgstr ""
1323
- "Beim einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
1324
- "melde das Problem"
1325
-
1326
- #: ../lib/pro/yasr-pro-ajax-functions.php:295
1327
- msgid "Title must be at least 2 chars"
1328
- msgstr ""
1329
-
1330
- #: ../lib/pro/yasr-pro-ajax-functions.php:302
1331
- msgid "Title must be shorter than 100 chars"
1332
- msgstr ""
1333
 
1334
  # @ yasr
1335
- #: ../lib/pro/yasr-pro-ajax-functions.php:314
1336
  #, fuzzy
1337
- msgid "Title Updated"
1338
- msgstr "Bewertung aktualisiert"
1339
 
1340
- #: ../lib/pro/EDD_SL_Plugin_Updater.php:154
1341
- #, php-format
1342
- msgid ""
1343
- "There is a new version of %1$s available. <a target=\"_blank\" class="
1344
- "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
1345
- msgstr ""
1346
 
1347
- #: ../lib/pro/EDD_SL_Plugin_Updater.php:161
1348
- #, php-format
1349
- msgid ""
1350
- "There is a new version of %1$s available. <a target=\"_blank\" class="
1351
- "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
1352
- "\">update now</a>."
1353
- msgstr ""
1354
 
1355
  # @ yasr
1356
- #: ../lib/pro/EDD_SL_Plugin_Updater.php:301
1357
  #, fuzzy
1358
- msgid "You do not have permission to install plugin updates"
1359
- msgstr ""
1360
- "Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
1361
- "zuzugreifen."
1362
-
1363
- #: ../lib/pro/EDD_SL_Plugin_Updater.php:301
1364
- msgid "Error"
1365
- msgstr ""
1366
-
1367
- #: ../lib/pro/EDD_SL_Plugin_Updater.php:421
1368
- msgid "A regular license was saved, update this page"
1369
- msgstr ""
1370
-
1371
- #: ../lib/pro/EDD_SL_Plugin_Updater.php:434
1372
- msgid "This license is invalid"
1373
- msgstr ""
1374
 
1375
  # @ yasr
1376
- #: ../lib/pro/EDD_SL_Plugin_Updater.php:446
1377
  #, fuzzy
1378
- msgid "Something goes wrong tryng to activating license. Please report it"
1379
- msgstr ""
1380
- "Beim Löschen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
1381
- "Problem"
1382
 
1383
- #: ../lib/pro/yasr-pro-functions.php:37
1384
- msgid "Reviews in comments for this post / page are ENABLED"
1385
- msgstr ""
1386
-
1387
- #: ../lib/pro/yasr-pro-functions.php:43
1388
- msgid "Reviews in comments for this post / page are DISABLED"
1389
- msgstr ""
 
1390
 
1391
- #: ../lib/pro/yasr-pro-functions.php:53
1392
- msgid "Check / unchek to enable/disable reviews in comments "
1393
- msgstr ""
 
 
 
 
 
1394
 
1395
  # @ yasr
1396
- #: ../lib/pro/yasr-pro-comment-form-functions.php:100
1397
  #, fuzzy
1398
- msgid "If you want to leave a review, please"
1399
- msgstr "Vorhandene Multi-Sets"
1400
-
1401
- #: ../lib/pro/yasr-pro-comment-form-functions.php:101
1402
- msgid "Login"
1403
- msgstr ""
1404
-
1405
- #: ../lib/pro/yasr-pro-comment-form-functions.php:103
1406
- msgid "or"
1407
- msgstr ""
1408
-
1409
- #: ../lib/pro/yasr-pro-comment-form-functions.php:104
1410
- msgid "Register"
1411
- msgstr ""
1412
-
1413
- #: ../lib/pro/yasr-pro-comment-form-functions.php:106
1414
- msgid "first."
1415
- msgstr ""
1416
-
1417
- #: ../lib/pro/yasr-pro-comment-form-functions.php:116
1418
- msgid "Add your own review"
1419
- msgstr ""
1420
-
1421
- #: ../lib/pro/yasr-pro-comment-form-functions.php:133
1422
- msgid "Review Summary"
1423
- msgstr ""
1424
 
1425
  # @ yasr
1426
- #: ../lib/pro/yasr-pro-settings-functions.php:20
1427
  #, fuzzy
1428
- msgid "Build Overall Rating Chart"
1429
- msgstr "Gesamtbewertung"
 
 
1430
 
1431
  # @ yasr
1432
- #: ../lib/pro/yasr-pro-settings-functions.php:28
1433
- #: ../lib/pro/yasr-pro-settings-functions.php:214
1434
- #: ../lib/pro/yasr-pro-settings-functions.php:446
1435
- #: ../lib/pro/yasr-pro-settings-functions.php:530
1436
  #, fuzzy
1437
- msgid "Show Options"
1438
- msgstr "Style Optionen"
1439
 
1440
  # @ yasr
1441
- #: ../lib/pro/yasr-pro-settings-functions.php:30
1442
- #: ../lib/pro/yasr-pro-settings-functions.php:216
1443
- #: ../lib/pro/yasr-pro-settings-functions.php:448
1444
- #: ../lib/pro/yasr-pro-settings-functions.php:532
1445
  #, fuzzy
1446
- msgid "Hide Options"
1447
- msgstr "Style Optionen"
1448
-
1449
- #: ../lib/pro/yasr-pro-settings-functions.php:34
1450
- #: ../lib/pro/yasr-pro-settings-functions.php:220
1451
- #: ../lib/pro/yasr-pro-settings-functions.php:452
1452
- #: ../lib/pro/yasr-pro-settings-functions.php:536
1453
- msgid "How many rows do you want to display?"
1454
- msgstr ""
1455
 
1456
  # @ yasr
1457
- #: ../lib/pro/yasr-pro-settings-functions.php:79
1458
  #, fuzzy
1459
- msgid "Show text before or after the stars?"
1460
- msgstr ""
1461
- "Benutzerdefinierter Text der vor oder nach der Bewertung angezeigt wird"
 
1462
 
1463
  # @ yasr
1464
- #: ../lib/pro/yasr-pro-settings-functions.php:87
1465
  #, fuzzy
1466
- msgid "Yes, before the stars"
1467
- msgstr "Vor dem Artikel"
1468
 
1469
  # @ yasr
1470
- #: ../lib/pro/yasr-pro-settings-functions.php:91
1471
  #, fuzzy
1472
- msgid "Yes, after the stars"
1473
- msgstr "Nach dem Artikel"
1474
-
1475
- #: ../lib/pro/yasr-pro-settings-functions.php:95
1476
- msgid "Text to show"
1477
- msgstr ""
1478
 
1479
  # @ yasr
1480
- #: ../lib/pro/yasr-pro-settings-functions.php:97
1481
  #, fuzzy
1482
- msgid "Rating:"
1483
- msgstr "Bewertung"
1484
-
1485
- #: ../lib/pro/yasr-pro-settings-functions.php:102
1486
- #: ../lib/pro/yasr-pro-settings-functions.php:333
1487
- msgid "Do you want to specify a category?"
1488
- msgstr ""
1489
 
1490
  # @ yasr
1491
- #: ../lib/pro/yasr-pro-settings-functions.php:137
1492
- #: ../lib/pro/yasr-pro-settings-functions.php:369
1493
  #, fuzzy
1494
- msgid "Do you want to specify a custom post type?"
1495
- msgstr "Verwenden Sie nur in benutzerdefinierte Post-Typen?"
1496
 
1497
  # @ yasr
1498
- #: ../lib/pro/yasr-pro-settings-functions.php:164
1499
- #: ../lib/pro/yasr-pro-settings-functions.php:396
1500
  #, fuzzy
1501
- msgid "You don't use custom post types"
1502
- msgstr "Verwenden Sie nur in benutzerdefinierte Post-Typen?"
 
1503
 
1504
  # @ yasr
1505
- #: ../lib/pro/yasr-pro-settings-functions.php:173
1506
- #: ../lib/pro/yasr-pro-settings-functions.php:405
1507
- #: ../lib/pro/yasr-pro-settings-functions.php:491
1508
- #: ../lib/pro/yasr-pro-settings-functions.php:575
1509
  #, fuzzy
1510
- msgid "Create Shortcode"
1511
- msgstr "Neues Multi-Set anlegen"
1512
-
1513
- #: ../lib/pro/yasr-pro-settings-functions.php:177
1514
- #: ../lib/pro/yasr-pro-settings-functions.php:409
1515
- #: ../lib/pro/yasr-pro-settings-functions.php:494
1516
- #: ../lib/pro/yasr-pro-settings-functions.php:578
1517
- msgid ""
1518
- "This is the shortcode you've just created: paste it in the post or page "
1519
- "where you want to make it appears"
1520
- msgstr ""
1521
-
1522
- #: ../lib/pro/yasr-pro-settings-functions.php:181
1523
- #: ../lib/pro/yasr-pro-settings-functions.php:413
1524
- #: ../lib/pro/yasr-pro-settings-functions.php:498
1525
- #: ../lib/pro/yasr-pro-settings-functions.php:582
1526
- msgid "Do you want to add this shortcode in the visual shortcode creator?"
1527
- msgstr ""
1528
-
1529
- #: ../lib/pro/yasr-pro-settings-functions.php:184
1530
- #: ../lib/pro/yasr-pro-settings-functions.php:416
1531
- #: ../lib/pro/yasr-pro-settings-functions.php:501
1532
- #: ../lib/pro/yasr-pro-settings-functions.php:585
1533
- msgid "Yes, save it!"
1534
- msgstr ""
1535
-
1536
- #: ../lib/pro/yasr-pro-settings-functions.php:190
1537
- #: ../lib/pro/yasr-pro-settings-functions.php:422
1538
- #: ../lib/pro/yasr-pro-settings-functions.php:507
1539
- #: ../lib/pro/yasr-pro-settings-functions.php:591
1540
- msgid ""
1541
- "You DON'T NEED to save this shortcode to make it work. You can just copy and "
1542
- "paste in a post or page"
1543
- msgstr ""
1544
 
1545
  # @ yasr
1546
- #: ../lib/pro/yasr-pro-settings-functions.php:206
1547
  #, fuzzy
1548
- msgid "Build Visitor Votes Chart"
1549
- msgstr "Besucherbewertung"
1550
 
1551
  # @ yasr
1552
- #: ../lib/pro/yasr-pro-settings-functions.php:267
1553
  #, fuzzy
1554
- msgid "Choose default view"
1555
- msgstr "Größe wählen"
1556
-
1557
- #: ../lib/pro/yasr-pro-settings-functions.php:279
1558
- msgid "Number of minimum votes for most rated page"
1559
- msgstr ""
1560
-
1561
- #: ../lib/pro/yasr-pro-settings-functions.php:306
1562
- msgid "Number of minimum votes for highest rated page"
1563
- msgstr ""
1564
 
1565
  # @ yasr
1566
- #: ../lib/pro/yasr-pro-settings-functions.php:438
1567
  #, fuzzy
1568
- msgid "Build Most Active Reviewers Chart"
1569
- msgstr "meist aktivste Bewertungen einfügen"
1570
-
1571
- #: ../lib/pro/yasr-pro-settings-functions.php:479
1572
- #: ../lib/pro/yasr-pro-settings-functions.php:563
1573
- msgid "Do you want to use Username or Display Name?"
1574
- msgstr ""
1575
-
1576
- #: ../lib/pro/yasr-pro-settings-functions.php:483
1577
- #: ../lib/pro/yasr-pro-settings-functions.php:567
1578
- msgid "Username"
1579
- msgstr ""
1580
-
1581
- #: ../lib/pro/yasr-pro-settings-functions.php:487
1582
- #: ../lib/pro/yasr-pro-settings-functions.php:571
1583
- msgid "User display name"
1584
- msgstr ""
1585
 
1586
  # @ yasr
1587
- #: ../lib/pro/yasr-pro-settings-functions.php:522
1588
  #, fuzzy
1589
- msgid "Build Most Active Users charts"
1590
- msgstr "meist aktivste Benutzer"
1591
 
1592
  # @ yasr
1593
- #: ../lib/pro/yasr-pro-settings-functions.php:627
1594
  #, fuzzy
1595
- msgid "Yasr Pro General Options"
1596
- msgstr "Allgemeine Einstellungen"
1597
 
1598
  # @ yasr
1599
- #: ../lib/pro/yasr-pro-settings-functions.php:628
1600
  #, fuzzy
1601
- msgid "Choose Stars Set"
1602
- msgstr "Größe wählen"
1603
-
1604
- #: ../lib/pro/yasr-pro-settings-functions.php:629
1605
- msgid "Review In Comments Options"
1606
- msgstr ""
1607
-
1608
- #: ../lib/pro/yasr-pro-settings-functions.php:670
1609
- msgid ""
1610
- "First star is the empty one, second appears when mouse is hover and last is "
1611
- "the one showing rating"
1612
- msgstr ""
1613
-
1614
- #: ../lib/pro/yasr-pro-settings-functions.php:672
1615
- msgid "Just a reminder: here you choose only the theme and not the size!"
1616
- msgstr ""
1617
 
1618
  # @ yasr
1619
- #: ../lib/pro/yasr-pro-settings-functions.php:691
1620
  #, fuzzy
1621
- msgid "Use auto insert?"
1622
- msgstr "Bewertung automatisch einfügen?"
1623
-
1624
- #: ../lib/pro/yasr-pro-settings-functions.php:707
1625
- msgid ""
1626
- "By enabling this, in every comment form YASR will add the fields in order to "
1627
- "enable your visitors to add their own reviews."
1628
- msgstr ""
1629
-
1630
- #: ../lib/pro/yasr-pro-settings-functions.php:709
1631
- msgid ""
1632
- "If you choose \"Yes\" but want to exclude a specific post or page, just open "
1633
- "the editor page and disable it. "
1634
- msgstr ""
1635
-
1636
- #: ../lib/pro/yasr-pro-settings-functions.php:711
1637
- msgid "Vice versa if you choose \"No\". "
1638
- msgstr ""
1639
 
1640
  # @ yasr
1641
- #: ../lib/pro/yasr-pro-settings-functions.php:718
1642
  #, fuzzy
1643
- msgid "Size?"
1644
- msgstr "Größe"
1645
-
1646
- #: ../lib/pro/yasr-pro-settings-functions.php:791
1647
- msgid "Your license is valid and active."
1648
- msgstr ""
1649
 
1650
- #: ../lib/pro/yasr-pro-settings-functions.php:794
1651
- msgid "Will expire on"
1652
- msgstr ""
1653
-
1654
- #: ../lib/pro/yasr-pro-settings-functions.php:811
1655
- #: ../lib/pro/yasr-pro-settings-functions.php:827
1656
- msgid "Enter your license key"
1657
- msgstr ""
1658
 
1659
- #: ../lib/pro/yasr-pro-settings-functions.php:813
1660
- msgid ""
1661
- "This license is invalid. Insert the valid one and click on Activate License"
1662
- msgstr ""
1663
 
1664
- #: ../lib/pro/yasr-pro-settings-functions.php:815
1665
- #: ../lib/pro/yasr-pro-settings-functions.php:830
1666
- msgid "Activate License"
1667
- msgstr ""
1668
 
1669
- #: ../lib/pro/yasr-pro-settings-functions.php:837
1670
- msgid "License in needed to get updates and support."
1671
- msgstr ""
 
1672
 
1673
- #: ../lib/pro/yasr-pro-settings-functions.php:839
1674
- msgid ""
1675
- "When your license will expire you'll need to renew it if you want to get "
1676
- "support and updates."
1677
- msgstr ""
1678
 
1679
  # @ yasr
1680
  #~ msgid ""
@@ -1694,42 +1521,3 @@ msgstr ""
1694
  #, fuzzy
1695
  #~ msgid "Choose which Star Set you wish to use"
1696
  #~ msgstr "Wähle ein Multi-Set aus"
1697
-
1698
- # @ yasr
1699
- #~ msgid "Pro Features!"
1700
- #~ msgstr "Pro Funktionen!"
1701
-
1702
- # @ yasr
1703
- #~ msgid "Donations"
1704
- #~ msgstr "Spenden"
1705
-
1706
- # @ yasr
1707
- #~ msgid ""
1708
- #~ "If you have found this plugin useful, please consider making a donation "
1709
- #~ "to help support future development. Your support will be much "
1710
- #~ "appreciated. "
1711
- #~ msgstr ""
1712
- #~ "Wenn du das Plugin nützlich gefunden hast, dann unterstütze doch die "
1713
- #~ "Weiterentwicklung mit einer kleinen Spende. Deine Unterstützung ist uns "
1714
- #~ "viel Wert."
1715
-
1716
- # @ yasr
1717
- #~ msgid "Thank you!"
1718
- #~ msgstr "Herzlichen Dank!"
1719
-
1720
- # @ yasr
1721
- #~ msgid "Looking for more features?"
1722
- #~ msgstr "Auf der Suche nach mehr Funktionen?"
1723
-
1724
- #~ msgid "Upgrade to yasr pro!"
1725
- #~ msgstr "Zu Yasr Pro wechseln!"
1726
-
1727
- # @ yasr
1728
- #, fuzzy
1729
- #~ msgid "Multi Set Support"
1730
- #~ msgstr "Multi-Sets"
1731
-
1732
- # @ yasr
1733
- #, fuzzy
1734
- #~ msgid "Logs and stats for visitors votes"
1735
- #~ msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
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"
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=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
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
 
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"
61
  "ein, wo die Bewertung angezeigt werden soll."
62
 
63
  # @ yasr
64
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
65
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php: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
  "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
  "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
  "(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
  "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
  "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?"
354
  "sicher, dass Sie auch Stimmen, zum anzeigen haben?"
355
 
356
  # @ yasr
357
+ #: ../lib/yasr-settings-functions.php:52
358
  msgid "General settings"
359
  msgstr "Allgemeine Einstellungen"
360
 
361
  # @ yasr
362
+ #: ../lib/yasr-settings-functions.php:53
363
  msgid "Auto insert options"
364
  msgstr "Anzeigeoptionen"
365
 
366
  # @ yasr
367
+ #: ../lib/yasr-settings-functions.php:54
368
  #, fuzzy
369
  msgid "Show \"Overall Rating\" in Archive Page?"
370
  msgstr "Gesamtbewertung auf der Startseite anzeigen?"
371
 
372
+ #: ../lib/yasr-settings-functions.php:55
373
  msgid "Show \"Visitor Votes\" in Archive Page?"
374
  msgstr ""
375
 
376
  # @ yasr
377
+ #: ../lib/yasr-settings-functions.php:56
378
  msgid "Insert custom text to show before / after stars"
379
  msgstr ""
380
  "Benutzerdefinierter Text der vor oder nach der Bewertung angezeigt wird"
381
 
382
  # @ yasr
383
+ #: ../lib/yasr-settings-functions.php:57
384
  msgid "Do you want show stats for visitors votes?"
385
  msgstr "Wollen Sie Statistiken für Besucher-Stimmen zeigen?"
386
 
387
  # @ yasr
388
+ #: ../lib/yasr-settings-functions.php:58
389
  msgid "Allow only logged in user to vote?"
390
  msgstr "Nur angemeldete Besucher dürfen abstimmen?"
391
 
392
  # @ yasr
393
+ #: ../lib/yasr-settings-functions.php:59
 
 
 
 
 
394
  msgid "Which rich snippets do you want to use?"
395
  msgstr "Welches Rich Snippet willst du nutzen?"
396
 
397
  # @ yasr
398
+ #: ../lib/yasr-settings-functions.php:60
399
  msgid "How do you want to rate \"Overall Rating\"?"
400
  msgstr "Wie möchten Sie bewerten \\ \\\"Gesamtbewertung \"?"
401
 
402
  # @ yasr
403
+ #: ../lib/yasr-settings-functions.php:74
404
  msgid "Use Auto Insert?"
405
  msgstr "Bewertung automatisch einfügen?"
406
 
407
  # @ yasr
408
+ #: ../lib/yasr-settings-functions.php:77
409
+ #: ../lib/yasr-settings-functions.php:146
410
+ #: ../lib/yasr-settings-functions.php:164
411
+ #: ../lib/yasr-settings-functions.php:206
412
+ #: ../lib/yasr-settings-functions.php:232
413
+ #: ../lib/yasr-settings-functions.php:266
414
+ #: ../lib/yasr-settings-functions.php:321
 
 
 
 
 
415
  msgid "Yes"
416
  msgstr "Ja"
417
 
418
  # @ yasr
419
+ #: ../lib/yasr-settings-functions.php:91
420
+ #: ../lib/yasr-settings-functions.php:151
421
+ #: ../lib/yasr-settings-functions.php:169
422
+ #: ../lib/yasr-settings-functions.php:211
423
+ #: ../lib/yasr-settings-functions.php:237
424
+ #: ../lib/yasr-settings-functions.php:271
425
+ #: ../lib/yasr-settings-functions.php:326
 
 
 
 
 
 
426
  msgid "No"
427
  msgstr "Nein"
428
 
429
  # @ yasr
430
+ #: ../lib/yasr-settings-functions.php:97
431
  msgid "What?"
432
  msgstr "Was soll eingefügt werden?"
433
 
434
  # @ yasr
435
+ #: ../lib/yasr-settings-functions.php:100
436
  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
 
444
  # @ yasr
445
+ #: ../lib/yasr-settings-functions.php:108
446
  msgid "Both"
447
  msgstr "Beides"
448
 
449
  # @ yasr
450
+ #: ../lib/yasr-settings-functions.php:112
451
  msgid "Where?"
452
  msgstr "Wo soll es eingefügt werden?"
453
 
454
  # @ yasr
455
+ #: ../lib/yasr-settings-functions.php:115
456
  msgid "Before the post"
457
  msgstr "Vor dem Artikel"
458
 
459
  # @ yasr
460
+ #: ../lib/yasr-settings-functions.php:119
461
  msgid "After the post"
462
  msgstr "Nach dem Artikel"
463
 
464
  # @ yasr
465
+ #: ../lib/yasr-settings-functions.php:124
 
 
466
  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
 
486
  # @ yasr
487
+ #: ../lib/yasr-settings-functions.php:143
488
  msgid "Exclude Pages?"
489
  msgstr "Seiten ausschließen?"
490
 
491
  # @ yasr
492
+ #: ../lib/yasr-settings-functions.php:161
493
  msgid "Use only in custom post types?"
494
  msgstr "Verwenden Sie nur in benutzerdefinierte Post-Typen?"
495
 
496
  # @ yasr
497
+ #: ../lib/yasr-settings-functions.php:173
498
  msgid "You see this because you use custom post types."
499
  msgstr "Sie sehen dies, weil Sie benutzerdefinierte Post-Typen verwenden."
500
 
501
  # @ yasr
502
+ #: ../lib/yasr-settings-functions.php:175
503
  msgid "If you want to use auto insert only in custom post types, choose Yes"
504
  msgstr ""
505
  "Wenn Sie Auto-Insert nur in benutzerdefinierten Post-Typen verwenden "
506
  "möchten, wählen Sie Ja."
507
 
508
  # @ yasr
509
+ #: ../lib/yasr-settings-functions.php:215
510
  msgid ""
511
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
512
  "article or page, but also in pages like Home Page, category pages or "
517
  "Kategorien und im Archiv."
518
 
519
  # @ yasr
520
+ #: ../lib/yasr-settings-functions.php:241
521
  #, fuzzy
522
  msgid ""
523
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
529
  "Kategorien und im Archiv."
530
 
531
  # @ yasr
532
+ #: ../lib/yasr-settings-functions.php:276
533
  msgid "Custom text to display before Overall Rating"
534
  msgstr "Benutzerdefinierter Text vor der Gesamtbewertung (Autorenbewertung)"
535
 
536
  # @ yasr
537
+ #: ../lib/yasr-settings-functions.php:281
538
+ #, fuzzy
539
+ msgid "Custom text to display BEFORE Visitor Rating"
540
+ msgstr "Benutzerdefinierter Text vor der Besucherbewertung"
541
+
542
+ # @ yasr
543
+ #: ../lib/yasr-settings-functions.php:287
544
+ #, fuzzy
545
+ msgid "Custom text to display AFTER Visitor Rating"
546
  msgstr "Benutzerdefinierter Text vor der Besucherbewertung"
547
 
548
  # @ yasr
549
+ #: ../lib/yasr-settings-functions.php:292
550
  msgid "Custom text to display when a non logged user has already rated"
551
  msgstr ""
552
  "Benutzerdefinierter Text der angezeigt wird, wenn ein nicht angemeldeter "
553
  "Besucher bereits eine Bewertung abgegeben hat"
554
 
555
+ #: ../lib/yasr-settings-functions.php:297
556
+ msgid "Help"
557
+ msgstr ""
558
+
559
+ #: ../lib/yasr-settings-functions.php:301
560
+ msgid ""
561
+ "In the first field you can use %overall_rating% pattern to show the overall "
562
+ "rating."
563
+ msgstr ""
564
+
565
+ #: ../lib/yasr-settings-functions.php:305
566
+ msgid ""
567
+ "In the Second and Third fields you can use %total_count% pattern to show the "
568
+ "total count, and %average% pattern to show the average"
569
+ msgstr ""
570
+
571
  # @ yasr
572
+ #: ../lib/yasr-settings-functions.php:344
573
  msgid "Allow only logged-in users"
574
  msgstr "Nur angemeldete Besucher erlauben"
575
 
576
  # @ yasr
577
+ #: ../lib/yasr-settings-functions.php:348
578
  msgid "Allow everybody (logged in and anonymous)"
579
  msgstr "Jedem erlauben (angemeldete und anonyme Besucher)"
580
 
581
  # @ yasr
582
+ #: ../lib/yasr-settings-functions.php:365
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
583
  msgid "Review Rating"
584
  msgstr "Review Rating (Autorenbewertung)"
585
 
586
  # @ yasr
587
+ #: ../lib/yasr-settings-functions.php:369
588
  msgid "Aggregate Rating"
589
  msgstr "Aggregate Rating (Besucherbewertung)"
590
 
591
  # @ yasr
592
+ #: ../lib/yasr-settings-functions.php:374
593
  msgid "What is this?"
594
  msgstr "Was ist das?"
595
 
596
  # @ yasr
597
+ #: ../lib/yasr-settings-functions.php:379
598
  msgid ""
599
  "If you select \"Review Rating\", your site will be indexed from search "
600
  "engines like this: "
603
  "aussehen:"
604
 
605
  # @ yasr
606
+ #: ../lib/yasr-settings-functions.php:384
607
  msgid ""
608
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
609
  "this"
612
  "wie folgt aus:"
613
 
614
  # @ yasr
615
+ #: ../lib/yasr-settings-functions.php:402
616
  msgid "Stars"
617
  msgstr "Sterne"
618
 
619
  # @ yasr
620
+ #: ../lib/yasr-settings-functions.php:406
621
  msgid "Numbers"
622
  msgstr "Zahlen"
623
 
624
  # @ yasr
625
+ #: ../lib/yasr-settings-functions.php:431
626
+ msgid "Which color scheme do you want to use?"
627
+ msgstr "Welches Farbschema willst du nutzen?"
628
+
629
+ # @ yasr
630
+ #: ../lib/yasr-settings-functions.php:452
631
+ msgid "Light"
632
+ msgstr "Hell"
633
+
634
+ # @ yasr
635
+ #: ../lib/yasr-settings-functions.php:457
636
+ msgid "Dark"
637
+ msgstr "Dunkel"
638
+
639
+ # @ yasr
640
+ #: ../lib/yasr-settings-functions.php:462
641
+ msgid "Preview"
642
+ msgstr "Vorschau"
643
+
644
+ # @ yasr
645
+ #: ../lib/yasr-settings-functions.php:467
646
+ msgid "Light theme"
647
+ msgstr "Helles Theme"
648
+
649
+ # @ yasr
650
+ #: ../lib/yasr-settings-functions.php:472
651
+ #, fuzzy
652
+ msgid "Dark theme"
653
+ msgstr "Dunkles Theme"
654
+
655
+ # @ yasr
656
+ #: ../lib/yasr-settings-functions.php:487
657
  msgid "Add New Multiple Set"
658
  msgstr "Neues Multi-Set hinzufügen"
659
 
660
  # @ yasr
661
+ #: ../lib/yasr-settings-functions.php:488
662
  msgid ""
663
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
664
  "characters"
667
  "Zeichen lang sein"
668
 
669
  # @ yasr
670
+ #: ../lib/yasr-settings-functions.php:491
671
  msgid "Name"
672
  msgstr "Name"
673
 
674
  # @ yasr
675
+ #: ../lib/yasr-settings-functions.php:496
676
  msgid "You can insert up to nine elements"
677
  msgstr "Sie können bis zu neun Elemente einfügen"
678
 
679
  # @ yasr
680
+ #: ../lib/yasr-settings-functions.php:501
681
  msgid "Element "
682
  msgstr "Element"
683
 
684
  # @ yasr
685
+ #: ../lib/yasr-settings-functions.php:511
686
  msgid "Create New Set"
687
  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
 
695
  # @ yasr
696
+ #: ../lib/yasr-settings-functions.php:534
697
  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
  "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
 
751
  # @ yasr
752
+ #: ../lib/yasr-settings-functions.php:904
753
+ #: ../lib/yasr-settings-functions.php:1172
754
  msgid "Settings Saved"
755
  msgstr "Einstellungen gespeichert"
756
 
757
  # @ yasr
758
+ #: ../lib/yasr-settings-functions.php:909
759
  msgid "Something goes wrong trying insert set field name. Please report it"
760
  msgstr ""
761
  "Beim einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
762
  "melde das Problem"
763
 
764
  # @ yasr
765
+ #: ../lib/yasr-settings-functions.php:915
766
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
767
  msgstr ""
768
  "Beim Einfügen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
769
  "Problem"
770
 
771
  # @ yasr
772
+ #: ../lib/yasr-settings-functions.php:990
773
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
774
  msgstr ""
775
  "Beim Löschen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
776
  "Problem"
777
 
778
  # @ yasr
779
+ #: ../lib/yasr-settings-functions.php:1036
780
  msgid ""
781
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
782
  msgstr ""
784
  "das Problem"
785
 
786
  # @ yasr
787
+ #: ../lib/yasr-settings-functions.php:1100
788
  msgid ""
789
  "Something goes wrong trying to update a Multi Set's element. Please report it"
790
  msgstr ""
792
  "Bitte melde das Problem"
793
 
794
  # @ yasr
795
+ #: ../lib/yasr-settings-functions.php:1157
796
  msgid ""
797
  "Something goes wrong trying to insert set field name in edit form. Please "
798
  "report it"
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
  "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
 
907
  # @ yasr
908
+ #: ../lib/yasr-db-functions.php:310
909
  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
 
917
+ #: ../lib/yasr-db-functions.php:334
918
+ #, php-format
919
+ 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
 
932
  # @ yasr
933
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
934
  msgid "Yet Another Stars Rating: Settings"
935
  msgstr "Yet Another Stars Rating"
936
 
 
 
 
 
937
  # @ yasr
938
+ #: ../lib/yasr-functions.php:148
939
  msgid "Yet Another Stars Rating: Multiple set"
940
  msgstr "Yet Another Stars Rating: Multi-Sets"
941
 
 
 
 
 
 
942
  # @ default
943
+ #: ../lib/yasr-functions.php:159
944
  msgid "You don't have enought privileges to insert Overall Rating"
945
  msgstr ""
946
  "Du hast nicht die notwendigen Berechtigungen um eine Gesamtbewertung "
947
  "einzufügen"
948
 
949
  # @ default
950
+ #: ../lib/yasr-functions.php:169
951
  msgid "You don't have enought privileges to insert Multi Set"
952
  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
 
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
  "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!"
1305
+ #~ msgstr "Style Optionen"
1306
 
1307
+ # @ yasr
1308
+ #~ msgid "Overall Rating"
1309
+ #~ msgstr "Gesamtbewertung"
 
 
1310
 
1311
+ # @ yasr
1312
+ #~ msgid "Remember to insert this shortcode"
1313
+ #~ msgstr "Diesen Shortcode"
 
 
1314
 
1315
+ # @ yasr
1316
+ #~ msgid "where you want to display this multi set"
1317
+ #~ msgstr "an der Stelle einfügen, wo das Multi-Set angezeigt werden soll."
 
 
 
 
 
 
1318
 
1319
+ # @ yasr
 
1320
  #, fuzzy
1321
+ #~ msgid "Pro Charts"
1322
+ #~ msgstr "Charts"
 
 
 
 
1323
 
1324
+ # @ yasr
1325
+ #~ msgid "Insert multiple set in this post ?"
1326
+ #~ msgstr "Multi-Set in Artikel/Seite einfügen?"
 
1327
 
1328
  # @ yasr
 
 
 
 
1329
  #, fuzzy
1330
+ #~ msgid "Insert Average Rating"
1331
+ #~ msgstr "Gesamtbewertung einfügen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1332
 
1333
  # @ yasr
 
1334
  #, fuzzy
1335
+ #~ msgid "Insert Stars Average"
1336
+ #~ msgstr "Benutzer-Rangliste einfügen"
 
 
 
 
 
 
 
 
 
 
1337
 
1338
  # @ yasr
 
1339
  #, fuzzy
1340
+ #~ msgid "You've not saved any shortcode."
1341
+ #~ msgstr "Es sind keine Autoren-Bewertungen gespeichert"
1342
 
1343
+ # @ yasr
1344
+ #~ msgid "Average rating"
1345
+ #~ msgstr "Durchschnittsbewertung"
 
 
 
1346
 
1347
+ # @ yasr
1348
+ #~ msgid "Average "
1349
+ #~ msgstr "Durchschnitt: "
 
 
 
 
1350
 
1351
  # @ yasr
 
1352
  #, fuzzy
1353
+ #~ msgid "You've already voted this article"
1354
+ #~ msgstr "Du hast hier bewertet mit "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1355
 
1356
  # @ yasr
 
1357
  #, fuzzy
1358
+ #~ msgid "You don't have any votes stored with this params"
1359
+ #~ msgstr "Es sind keine Autoren-Bewertungen gespeichert"
 
 
1360
 
1361
+ # @ default
1362
+ #, fuzzy
1363
+ #~ msgid ""
1364
+ #~ "Problem while retriving the most active reviewers chart. Did you "
1365
+ #~ "published any review?"
1366
+ #~ msgstr ""
1367
+ #~ "Problem beim Abrufen die Top-5 aktivsten Rezensenten. Haben Sie "
1368
+ #~ "irgendeine Bewertung veröffentlicht"
1369
 
1370
+ # @ default
1371
+ #, fuzzy
1372
+ #~ msgid ""
1373
+ #~ "Problem while retriving the top 10 active users chart. Are you sure you "
1374
+ #~ "have votes to show?"
1375
+ #~ msgstr ""
1376
+ #~ "Problem beim Abrufen der Top 10 von aktiven Nutzern anzuzeigen.. Sind "
1377
+ #~ "Sie sicher, dass Sie auch Stimmen, zum anzeigen haben?"
1378
 
1379
  # @ yasr
 
1380
  #, fuzzy
1381
+ #~ msgid "Shortcode Saved"
1382
+ #~ msgstr "Bewertung gespeichert"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1383
 
1384
  # @ yasr
 
1385
  #, fuzzy
1386
+ #~ msgid "Something goes wrong. Try again or report it."
1387
+ #~ msgstr ""
1388
+ #~ "Beim einfügen des Multi-Set Feldnamens ist etwas schief gelaufen. Bitte "
1389
+ #~ "melde das Problem"
1390
 
1391
  # @ yasr
 
 
 
 
1392
  #, fuzzy
1393
+ #~ msgid "Title Updated"
1394
+ #~ msgstr "Bewertung aktualisiert"
1395
 
1396
  # @ yasr
 
 
 
 
1397
  #, fuzzy
1398
+ #~ msgid "You do not have permission to install plugin updates"
1399
+ #~ msgstr ""
1400
+ #~ "Du verfügst nicht über ausreichende Berechtigungen um auf diese Seite "
1401
+ #~ "zuzugreifen."
 
 
 
 
 
1402
 
1403
  # @ yasr
 
1404
  #, fuzzy
1405
+ #~ msgid "Something goes wrong tryng to activating license. Please report it"
1406
+ #~ msgstr ""
1407
+ #~ "Beim Löschen des Multi-Sets ist etwas schief gelaufen. Bitte melde das "
1408
+ #~ "Problem"
1409
 
1410
  # @ yasr
 
1411
  #, fuzzy
1412
+ #~ msgid "If you want to leave a review, please"
1413
+ #~ msgstr "Vorhandene Multi-Sets"
1414
 
1415
  # @ yasr
 
1416
  #, fuzzy
1417
+ #~ msgid "Build Overall Rating Chart"
1418
+ #~ msgstr "Gesamtbewertung"
 
 
 
 
1419
 
1420
  # @ yasr
 
1421
  #, fuzzy
1422
+ #~ msgid "Show Options"
1423
+ #~ msgstr "Style Optionen"
 
 
 
 
 
1424
 
1425
  # @ yasr
 
 
1426
  #, fuzzy
1427
+ #~ msgid "Hide Options"
1428
+ #~ msgstr "Style Optionen"
1429
 
1430
  # @ yasr
 
 
1431
  #, fuzzy
1432
+ #~ msgid "Show text before or after the stars?"
1433
+ #~ msgstr ""
1434
+ #~ "Benutzerdefinierter Text der vor oder nach der Bewertung angezeigt wird"
1435
 
1436
  # @ yasr
 
 
 
 
1437
  #, fuzzy
1438
+ #~ msgid "Yes, before the stars"
1439
+ #~ msgstr "Vor dem Artikel"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1440
 
1441
  # @ yasr
 
1442
  #, fuzzy
1443
+ #~ msgid "Yes, after the stars"
1444
+ #~ msgstr "Nach dem Artikel"
1445
 
1446
  # @ yasr
 
1447
  #, fuzzy
1448
+ #~ msgid "Rating:"
1449
+ #~ msgstr "Bewertung"
 
 
 
 
 
 
 
 
1450
 
1451
  # @ yasr
 
1452
  #, fuzzy
1453
+ #~ msgid "Do you want to specify a custom post type?"
1454
+ #~ msgstr "Verwenden Sie nur in benutzerdefinierte Post-Typen?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1455
 
1456
  # @ yasr
 
1457
  #, fuzzy
1458
+ #~ msgid "You don't use custom post types"
1459
+ #~ msgstr "Verwenden Sie nur in benutzerdefinierte Post-Typen?"
1460
 
1461
  # @ yasr
 
1462
  #, fuzzy
1463
+ #~ msgid "Create Shortcode"
1464
+ #~ msgstr "Neues Multi-Set anlegen"
1465
 
1466
  # @ yasr
 
1467
  #, fuzzy
1468
+ #~ msgid "Build Visitor Votes Chart"
1469
+ #~ msgstr "Besucherbewertung"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1470
 
1471
  # @ yasr
 
1472
  #, fuzzy
1473
+ #~ msgid "Choose default view"
1474
+ #~ msgstr "Größe wählen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1475
 
1476
  # @ yasr
 
1477
  #, fuzzy
1478
+ #~ msgid "Build Most Active Reviewers Chart"
1479
+ #~ msgstr "meist aktivste Bewertungen einfügen"
 
 
 
 
1480
 
1481
+ # @ yasr
1482
+ #, fuzzy
1483
+ #~ msgid "Build Most Active Users charts"
1484
+ #~ msgstr "meist aktivste Benutzer"
 
 
 
 
1485
 
1486
+ # @ yasr
1487
+ #, fuzzy
1488
+ #~ msgid "Yasr Pro General Options"
1489
+ #~ msgstr "Allgemeine Einstellungen"
1490
 
1491
+ # @ yasr
1492
+ #, fuzzy
1493
+ #~ msgid "Choose Stars Set"
1494
+ #~ msgstr "Größe wählen"
1495
 
1496
+ # @ yasr
1497
+ #, fuzzy
1498
+ #~ msgid "Use auto insert?"
1499
+ #~ msgstr "Bewertung automatisch einfügen?"
1500
 
1501
+ # @ yasr
1502
+ #, fuzzy
1503
+ #~ msgid "Size?"
1504
+ #~ msgstr "Größe"
 
1505
 
1506
  # @ yasr
1507
  #~ msgid ""
1521
  #, fuzzy
1522
  #~ msgid "Choose which Star Set you wish to use"
1523
  #~ msgstr "Wähle ein Multi-Set aus"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/yasr-es_ES.mo CHANGED
Binary file
languages/yasr-es_ES.po CHANGED
@@ -1,465 +1,415 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yet Another Stars Rating\n"
4
- "POT-Creation-Date: 2015-04-04 11:27-0500\n"
5
- "PO-Revision-Date: 2015-04-04 13:11-0500\n"
6
- "Last-Translator: \n"
7
- "Language-Team: \n"
8
  "Language: es_ES\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.7.5\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
17
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
 
21
 
22
- #: lib/yasr-ajax-functions.php:44 lib/yasr-ajax-functions.php:187
23
- #: lib/yasr-ajax-functions.php:332 lib/yasr-ajax-functions.php:736
24
- #: lib/yasr-functions.php:111 yasr-settings-page.php:24
25
- msgid "You do not have sufficient permissions to access this page."
26
- msgstr "No tiene los permisos necesarios para acceder a esta página."
27
-
28
- #: lib/yasr-ajax-functions.php:96
29
- msgid "You've rated it "
30
- msgstr "Has Calificado esto"
31
-
32
- #: lib/yasr-ajax-functions.php:100
33
- msgid "You've reset the vote"
34
- msgstr "Has restablecido la Calificación"
35
-
36
- #: lib/yasr-ajax-functions.php:164
37
- msgid ""
38
- "There was an error while trying to insert the review type. Please report it"
39
- msgstr ""
40
- "Se produjo un error al intentar insertar el tipo de revición. Por favor "
41
- "repórtelo"
42
-
43
- #: lib/yasr-ajax-functions.php:198
44
- msgid "Choose a vote for each element"
45
- msgstr "Elegir una calificación por cada elemento"
46
-
47
- #: lib/yasr-ajax-functions.php:255 lib/yasr-ajax-functions.php:298
48
- msgid "Remember to insert this shortcode"
49
- msgstr "Recuerde insertar este código corto"
50
-
51
- #: lib/yasr-ajax-functions.php:257 lib/yasr-ajax-functions.php:300
52
- msgid "where you want to display this multi set"
53
- msgstr "donde quieras mostrar este conjunto de múltiple"
54
-
55
- #: lib/yasr-ajax-functions.php:265
56
- msgid "Choose a vote for every element"
57
- msgstr "Elegir una calinicación por cada elemento"
58
-
59
- #: lib/yasr-ajax-functions.php:432
60
- msgid "Main"
61
- msgstr "Principal"
62
-
63
- #: lib/yasr-ajax-functions.php:433
64
- msgid "Charts"
65
- msgstr "Tablas"
66
-
67
- #: lib/yasr-ajax-functions.php:435
68
- msgid "Read the doc"
69
- msgstr "Lea el documento"
70
-
71
- #: lib/yasr-ajax-functions.php:444
72
- msgid "Overall Rating / Review"
73
- msgstr "Puntuación general / Revisión"
74
-
75
- #: lib/yasr-ajax-functions.php:446
76
- msgid "Insert Overall Rating"
77
- msgstr "Inserte Puntuación general"
78
-
79
- #: lib/yasr-ajax-functions.php:447
80
- msgid "Insert Overall Rating / Review for this post"
81
- msgstr "Inserte Puntuación General / Revisión para esta entrada"
82
-
83
- #: lib/yasr-ajax-functions.php:450 lib/yasr-ajax-functions.php:468
84
- msgid "Choose Size"
85
- msgstr "Elija Tamaño"
86
 
87
- #: lib/yasr-ajax-functions.php:452 lib/yasr-ajax-functions.php:470
88
- #: lib/yasr-settings-functions.php:125
89
- msgid "Small"
90
- msgstr "Pequeño"
91
 
92
- #: lib/yasr-ajax-functions.php:453 lib/yasr-ajax-functions.php:471
93
- #: lib/yasr-settings-functions.php:130
94
- msgid "Medium"
95
- msgstr "Medio"
96
 
97
- #: lib/yasr-ajax-functions.php:454 lib/yasr-ajax-functions.php:472
98
- #: lib/yasr-settings-functions.php:135
99
- msgid "Large"
100
- msgstr "Grande"
101
 
102
- #: lib/yasr-ajax-functions.php:462 lib/yasr-settings-functions.php:101
103
- msgid "Visitor Votes"
104
- msgstr "Calificación de los visitantes"
105
 
106
- #: lib/yasr-ajax-functions.php:464
107
- msgid "Insert Visitor Votes"
108
- msgstr "Inserte Calificación de los visitantes"
 
109
 
110
- #: lib/yasr-ajax-functions.php:465
111
- msgid "Insert the ability for your visitor to vote"
112
- msgstr "Inserte la capacidad para que su visitante pueda calificar"
 
 
 
 
113
 
114
- #: lib/yasr-ajax-functions.php:482
115
- msgid "If you want to insert a Multi Set, pick one:"
116
- msgstr "Si desea insertar un Conjunto Multiple, escoger uno:"
 
 
117
 
118
- #: lib/yasr-ajax-functions.php:488
119
- msgid "Choose wich set you want to insert."
120
- msgstr "Elija cual conjunto desee insertar."
121
 
122
- #: lib/yasr-ajax-functions.php:496
123
- msgid "Insert Multiset:"
124
- msgstr "Inserte Conjunto Múltiple"
125
 
126
- #: lib/yasr-ajax-functions.php:499
127
- msgid "Insert Multiple Set"
128
- msgstr "Inserte Conjuntos Múltiples"
129
 
130
- #: lib/yasr-ajax-functions.php:500
131
- msgid "Insert multiple set in this post ?"
132
- msgstr "Inserte conjunto múltiple en esta entrada?"
133
 
134
- #: lib/yasr-ajax-functions.php:515
135
- msgid "Ranking reviews"
136
- msgstr "reviciones Rango"
137
 
138
- #: lib/yasr-ajax-functions.php:516
139
- msgid "Insert Ranking reviews"
140
- msgstr "Inserte Reviciones de rango"
 
141
 
142
- #: lib/yasr-ajax-functions.php:517
143
- msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
144
- msgstr "Inserte el rango Top 10 de [yasr_overall_rating] codigo corto"
145
 
146
- #: lib/yasr-ajax-functions.php:521
147
- msgid "Users' ranking"
148
- msgstr "Rango de Usuarios"
149
 
150
- #: lib/yasr-ajax-functions.php:522
151
- msgid "Insert Users ranking"
152
- msgstr "Inserte rango de Usuarios "
153
 
154
- #: lib/yasr-ajax-functions.php:523
155
- msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
156
- msgstr "Inserte el rango Top 10 de [yasr_visitor_votes] codigo corto"
157
 
158
- #: lib/yasr-ajax-functions.php:527
159
- msgid "Most active reviewers"
160
- msgstr "Los colaboradores más activos"
161
 
162
- #: lib/yasr-ajax-functions.php:528
163
- msgid "Insert Most Active Reviewers"
164
- msgstr "Inserte Revisores más activas"
165
 
166
- #: lib/yasr-ajax-functions.php:529
167
- msgid "Insert Top 5 active reviewers"
168
- msgstr "Inserte el Top 5 Puntuaciones activas"
169
 
170
- #: lib/yasr-ajax-functions.php:533
171
- msgid "Most Active Users"
172
- msgstr "Usuarios más activos"
173
 
174
- #: lib/yasr-ajax-functions.php:534
175
- msgid "Insert Most Active Users"
176
- msgstr "Inserte Usuarios más activos"
177
 
178
- #: lib/yasr-ajax-functions.php:535
179
- msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
180
- msgstr ""
181
- "Inserte el Top 10 de las calificaciones [yasr_visitor_votes] codigo corto"
182
 
183
- #: lib/yasr-ajax-functions.php:606
184
- msgid "Reviews and Visitor Votes have been successfull imported."
185
- msgstr ""
186
- "Comentarios y Calificaciones de los visitantes han sido exitoso importado."
187
 
188
- #: lib/yasr-ajax-functions.php:612
189
  msgid ""
190
- "Step2: I will check if you used Multiple Sets and if so I will import them. "
191
- "THIS MAY TAKE A WHILE!"
192
  msgstr ""
193
- "Paso 2: voy a comprobar si se ha utilizado conjuntos multiples y si es así "
194
- "yo los importaré. ESTO PUEDE TARDAR UN POCO!"
195
-
196
- #: lib/yasr-ajax-functions.php:614
197
- msgid "Proceed Step 2"
198
- msgstr "Proceder Paso 2"
199
-
200
- #: lib/yasr-ajax-functions.php:621
201
- msgid "Something goes wrong! Refresh the page and try again!"
202
- msgstr "Algo va mal! Actualiza la página y vuelve a intentarlo!"
203
-
204
- #: lib/yasr-ajax-functions.php:650
205
- msgid "I've found Multiple Set! Importing..."
206
- msgstr "He encontrado conjuntos multiples! Importación ..."
207
-
208
- #: lib/yasr-ajax-functions.php:659
209
- msgid "Multi Set's name has been successfull imported."
210
- msgstr "El nombre de conjuntos multiples ha sido exitosamente importado."
211
-
212
- #: lib/yasr-ajax-functions.php:661
213
- msgid "Now I'm going to import Multi Set data"
214
- msgstr "Ahora voy a importar conjuntos multiples de datos"
215
 
216
- #: lib/yasr-ajax-functions.php:672
217
- msgid "All votes has been successfull imported."
218
- msgstr "Todas las calificaciones han sido importado exitosamente"
219
 
220
- #: lib/yasr-ajax-functions.php:674
221
- msgid "Done"
222
- msgstr "Hecho"
223
 
224
- #: lib/yasr-ajax-functions.php:679
225
- msgid "I've found Multiple Set's votes but I couldn't insert into db"
 
 
226
  msgstr ""
227
- "He encontrado las calificaciones de los conjunto múltiple pero no pude "
228
- "insertar en la base de datos"
229
-
230
- #: lib/yasr-ajax-functions.php:687
231
- msgid "I've found Multi Set but with no data"
232
- msgstr "He encontrado conjuntos multiples pero sin datos"
233
 
234
- #: lib/yasr-ajax-functions.php:696
235
- msgid "I've found Multi Sets names but I couldn't insert into db"
 
 
 
 
236
  msgstr ""
237
- "He encontrado los nombres de conjuntos multiples pero no pude insertar en la "
238
- "base de datos"
239
-
240
- #: lib/yasr-ajax-functions.php:704
241
- msgid "Multisets were not found. Imported is done!"
242
- msgstr "No se encontraron conjuntos múltiples. Importado está listo!"
243
-
244
- #: lib/yasr-ajax-functions.php:748
245
- msgid "No Recenet votes yet"
246
- msgstr "No hay calificación reciente"
247
-
248
- #: lib/yasr-ajax-functions.php:761 lib/yasr-db-functions.php:301
249
- msgid "anonymous"
250
- msgstr "anónimo"
251
-
252
- #: lib/yasr-ajax-functions.php:770 lib/yasr-db-functions.php:310
253
- #, php-format
254
- msgid "Vote %d from %s on"
255
- msgstr "Votar% d de%s en"
256
 
257
- #: lib/yasr-ajax-functions.php:786 lib/yasr-db-functions.php:326
258
- msgid "Ip address"
259
- msgstr "dirección IP,"
 
 
 
 
 
 
 
260
 
261
- #: lib/yasr-ajax-functions.php:827 lib/yasr-db-functions.php:367
262
- msgid "Pages"
263
- msgstr "Páginas"
264
 
265
- #: lib/yasr-ajax-functions.php:920 lib/yasr-ajax-functions.php:1064
266
- msgid "Error: you can't vote 0"
267
- msgstr "Error: no se puede votar 0"
 
268
 
269
- #: lib/yasr-ajax-functions.php:1016 lib/yasr-ajax-functions.php:1024
270
- #: lib/yasr-ajax-functions.php:1157 lib/yasr-ajax-functions.php:1235
271
- #: lib/yasr-shortcode-functions.php:243
272
- msgid "Total: "
273
- msgstr "Total:"
 
 
 
274
 
275
- #: lib/yasr-ajax-functions.php:1016 lib/yasr-ajax-functions.php:1024
276
- msgid "Average rating"
277
- msgstr "Promedio de puntuación"
 
278
 
279
- #: lib/yasr-ajax-functions.php:1017 lib/yasr-ajax-functions.php:1025
280
- msgid "Vote Saved"
281
- msgstr "Calificación guardada"
282
 
283
- #: lib/yasr-ajax-functions.php:1160
284
- msgid "Vote updated"
285
- msgstr "Calificación actualizada"
 
286
 
287
- #: lib/yasr-ajax-functions.php:1235
288
- msgid "Average "
289
- msgstr "Promedio"
290
 
291
- #: lib/yasr-ajax-functions.php:1246
292
- msgid "You've already voted this article"
293
- msgstr "Usted ya ha calificado este artículo"
 
294
 
295
- #: lib/yasr-ajax-functions.php:1366
296
- msgid "stars"
297
- msgstr "Estrellas"
298
 
299
- #: lib/yasr-ajax-functions.php:1371
300
- msgid "star"
301
- msgstr "estrella"
302
 
303
- #: lib/yasr-db-functions.php:286
304
- msgid "No recenet votes yet"
305
- msgstr "No hay calificación reciente"
306
 
307
- #: lib/yasr-functions.php:99 lib/yasr-functions.php:100
308
- msgid "Yet Another Stars Rating: Settings"
309
- msgstr "Yet Another Stars Rating: Configuración"
 
310
 
311
- #: lib/yasr-functions.php:143
312
- msgid "YASR"
313
- msgstr "YARS"
314
 
315
- #: lib/yasr-functions.php:144
316
- msgid "Yet Another Stars Rating: Multiple set"
317
- msgstr "Yet Another Stars Rating: Conjuntos Multiples"
318
 
319
- #: lib/yasr-functions.php:150
320
- msgid "Overall Rating"
321
- msgstr "Puntuacion general"
322
 
323
- #: lib/yasr-functions.php:160
324
- msgid "You don't have enought privileges to insert Overall Rating"
325
- msgstr ""
326
- "Usted no tiene privilegios suficientes para insertar Puntuación general"
327
 
328
- #: lib/yasr-functions.php:170
329
- msgid "You don't have enought privileges to insert Multi Set"
330
- msgstr ""
331
- "Usted no tiene privilegios suficientes para insertar Conjuntos Multiples"
332
 
333
- #: lib/yasr-functions.php:310
334
- msgid " reviewed by "
335
- msgstr "Revisado por:"
336
 
337
- #: lib/yasr-functions.php:311
338
- msgid " on "
339
- msgstr "el"
340
 
341
- #: lib/yasr-functions.php:312
342
- msgid " rated "
343
- msgstr "Calificado"
344
 
345
- #: lib/yasr-functions.php:312
346
- msgid " of"
347
- msgstr "de"
348
 
349
- #: lib/yasr-functions.php:359
350
- msgid " written by "
351
- msgstr "Escrito por:"
352
 
353
- #: lib/yasr-functions.php:361
354
- msgid " average rating "
355
- msgstr "Promedio de puntuación"
 
 
 
 
356
 
357
- #: lib/yasr-functions.php:362
358
- msgid " user ratings"
359
- msgstr "Puntuación de los usuarios"
 
 
 
 
360
 
361
- #: lib/yasr-settings-functions.php:49
362
  msgid "General settings"
363
  msgstr "Ajustes generales"
364
 
365
- #: lib/yasr-settings-functions.php:50
366
  msgid "Auto insert options"
367
  msgstr "Opciones de inserción automática"
368
 
369
- #: lib/yasr-settings-functions.php:51
370
  msgid "Show \"Overall Rating\" in Archive Page?"
371
  msgstr "Mostrar \"Punuación General\" en página de archivo?"
372
 
373
- #: lib/yasr-settings-functions.php:52
374
  msgid "Show \"Visitor Votes\" in Archive Page?"
375
  msgstr "Mostrar \"Calificación de Visitantes\" en Archivar página?"
376
 
377
- #: lib/yasr-settings-functions.php:53
378
  msgid "Insert custom text to show before / after stars"
379
  msgstr ""
380
  "Introduzca el texto personalizado para mostrar antes / después de estrellas"
381
 
382
- #: lib/yasr-settings-functions.php:54
383
  msgid "Do you want show stats for visitors votes?"
384
  msgstr "¿Desea mostrar las estadísticas de calificación de los visitantes "
385
 
386
- #: lib/yasr-settings-functions.php:55
387
  msgid "Allow only logged in user to vote?"
388
  msgstr "Permitir sólo usuario registrado para calificar?"
389
 
390
- #: lib/yasr-settings-functions.php:56
391
  msgid "Which rich snippets do you want to use?"
392
  msgstr "¿Qué fragmentos enriquecidos desea utilizar?"
393
 
394
- #: lib/yasr-settings-functions.php:57
395
  msgid "How do you want to rate \"Overall Rating\"?"
396
  msgstr "¿Cómo quiere puntuar \"Puntuación global\"?"
397
 
398
- #: lib/yasr-settings-functions.php:71
399
  msgid "Use Auto Insert?"
400
  msgstr "Utilice la inserción automáticamente?"
401
 
402
- #: lib/yasr-settings-functions.php:74 lib/yasr-settings-functions.php:143
403
- #: lib/yasr-settings-functions.php:161 lib/yasr-settings-functions.php:203
404
- #: lib/yasr-settings-functions.php:229 lib/yasr-settings-functions.php:261
405
- #: lib/yasr-settings-functions.php:296
406
  msgid "Yes"
407
  msgstr "Sí"
408
 
409
- #: lib/yasr-settings-functions.php:88 lib/yasr-settings-functions.php:148
410
- #: lib/yasr-settings-functions.php:166 lib/yasr-settings-functions.php:208
411
- #: lib/yasr-settings-functions.php:234 lib/yasr-settings-functions.php:266
412
- #: lib/yasr-settings-functions.php:301
413
  msgid "No"
414
  msgstr "No"
415
 
416
- #: lib/yasr-settings-functions.php:94
417
  msgid "What?"
418
  msgstr "¿Qué?"
419
 
420
- #: lib/yasr-settings-functions.php:97
421
  msgid "Overall Rating / Author Rating"
422
  msgstr "Clasificación general / Autor Puntuación"
423
 
424
- #: lib/yasr-settings-functions.php:105
 
 
 
 
425
  msgid "Both"
426
  msgstr "Ambos"
427
 
428
- #: lib/yasr-settings-functions.php:109
429
  msgid "Where?"
430
  msgstr "¿Dónde?"
431
 
432
- #: lib/yasr-settings-functions.php:112
433
  msgid "Before the post"
434
  msgstr "Antes de las entradas"
435
 
436
- #: lib/yasr-settings-functions.php:116
437
  msgid "After the post"
438
  msgstr "Después de las entradas"
439
 
440
- #: lib/yasr-settings-functions.php:121
441
  msgid "Size"
442
  msgstr "Tamaño"
443
 
444
- #: lib/yasr-settings-functions.php:140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
445
  msgid "Exclude Pages?"
446
  msgstr "Excluir páginas?"
447
 
448
- #: lib/yasr-settings-functions.php:158
449
  msgid "Use only in custom post types?"
450
  msgstr "Utilizar sólo en tipos de entradas personalizadas?"
451
 
452
- #: lib/yasr-settings-functions.php:170
453
  msgid "You see this because you use custom post types."
454
  msgstr "Usted ve esto porque utiliza tipos de entradas personalizadas."
455
 
456
- #: lib/yasr-settings-functions.php:172
457
  msgid "If you want to use auto insert only in custom post types, choose Yes"
458
  msgstr ""
459
  "Si desea utilizar inserción automática sólo en tipos de entradas "
460
  "personalizadas, elija Sí"
461
 
462
- #: lib/yasr-settings-functions.php:212
463
  msgid ""
464
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
465
  "article or page, but also in pages like Home Page, category pages or "
@@ -469,7 +419,7 @@ msgstr ""
469
  "una página, sino también en páginas como página inicial, las páginas de "
470
  "categorías o archivos."
471
 
472
- #: lib/yasr-settings-functions.php:238
473
  msgid ""
474
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
475
  "article or page, but also in pages like Home Page, category pages or "
@@ -479,41 +429,67 @@ msgstr ""
479
  "artículo único o una página, sino también en páginas como página inicial, "
480
  "las páginas de categorías o archivos."
481
 
482
- #: lib/yasr-settings-functions.php:271
483
  msgid "Custom text to display before Overall Rating"
484
  msgstr "Texto personalizado para que aparece antes de la Clasificación general"
485
 
486
- #: lib/yasr-settings-functions.php:276
487
- msgid "Custom text to display before Visitor Rating"
488
  msgstr "Texto personalizado para que aparece antes de la Clasificación"
489
 
490
- #: lib/yasr-settings-functions.php:281
 
 
 
 
 
491
  msgid "Custom text to display when a non logged user has already rated"
492
  msgstr ""
493
  "Texto personalizado para que aparezca cuando un usuario no conectados ha "
494
  "clasificado"
495
 
496
- #: lib/yasr-settings-functions.php:319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
497
  msgid "Allow only logged-in users"
498
  msgstr "Permitir sólo usuarios registrados"
499
 
500
- #: lib/yasr-settings-functions.php:323
501
  msgid "Allow everybody (logged in and anonymous)"
502
  msgstr "Permitir a todo el mundo (conectado y anónimo)"
503
 
504
- #: lib/yasr-settings-functions.php:340
505
  msgid "Review Rating"
506
  msgstr "Revisar Puntuación"
507
 
508
- #: lib/yasr-settings-functions.php:344
509
  msgid "Aggregate Rating"
510
  msgstr "Agregar Puntuación"
511
 
512
- #: lib/yasr-settings-functions.php:349
513
  msgid "What is this?"
514
  msgstr "¿Qué es esto?"
515
 
516
- #: lib/yasr-settings-functions.php:354
517
  msgid ""
518
  "If you select \"Review Rating\", your site will be indexed from search "
519
  "engines like this: "
@@ -521,50 +497,50 @@ msgstr ""
521
  "Si selecciona \"Revisar Puntuación\", su sitio será indexado en los motores "
522
  "de búsqueda como esto:"
523
 
524
- #: lib/yasr-settings-functions.php:359
525
  msgid ""
526
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
527
  "this"
528
  msgstr ""
529
  "Si, en cambio, elige \"Agregar puntuación\",su sitio será indexado como este"
530
 
531
- #: lib/yasr-settings-functions.php:377
532
  msgid "Stars"
533
  msgstr "Estrellas"
534
 
535
- #: lib/yasr-settings-functions.php:381
536
  msgid "Numbers"
537
  msgstr "Números"
538
 
539
- #: lib/yasr-settings-functions.php:406
540
  msgid "Which color scheme do you want to use?"
541
  msgstr "¿Qué combinación de colores desea utilizar?"
542
 
543
- #: lib/yasr-settings-functions.php:427
544
  msgid "Light"
545
  msgstr "Claro"
546
 
547
- #: lib/yasr-settings-functions.php:432
548
  msgid "Dark"
549
  msgstr "Oscuro"
550
 
551
- #: lib/yasr-settings-functions.php:437
552
  msgid "Preview"
553
  msgstr "Previsualizar"
554
 
555
- #: lib/yasr-settings-functions.php:442
556
  msgid "Light theme"
557
  msgstr "Tema claro"
558
 
559
- #: lib/yasr-settings-functions.php:447
560
  msgid "Dark theme"
561
  msgstr "Tema oscuro"
562
 
563
- #: lib/yasr-settings-functions.php:462
564
  msgid "Add New Multiple Set"
565
  msgstr "Añadir un nuevo conjuntos múltiples"
566
 
567
- #: lib/yasr-settings-functions.php:463
568
  msgid ""
569
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
570
  "characters"
@@ -572,48 +548,43 @@ msgstr ""
572
  "Nombre, el elemento # 1 y el elemento # 2 debe ser llenado y debe ser largas "
573
  "al menos 3 caracteres"
574
 
575
- #: lib/yasr-settings-functions.php:466
576
  msgid "Name"
577
  msgstr "Nombre"
578
 
579
- #: lib/yasr-settings-functions.php:471
580
  msgid "You can insert up to nine elements"
581
  msgstr "Puede insertar hasta nueve elementos"
582
 
583
- #: lib/yasr-settings-functions.php:476
584
  msgid "Element "
585
  msgstr "Elemento"
586
 
587
- #: lib/yasr-settings-functions.php:486
588
  msgid "Create New Set"
589
  msgstr "Crear nuevo conjunto"
590
 
591
- #: lib/yasr-settings-functions.php:507 lib/yasr-settings-functions.php:539
592
  msgid "Manage Multiple Set"
593
  msgstr "Administrar Conjuntos Multiples"
594
 
595
- #: lib/yasr-settings-functions.php:509
596
  msgid "Wich set do you want to edit or remove?"
597
  msgstr "Cual Conjunto desea editar o eliminar?"
598
 
599
- #: lib/yasr-settings-functions.php:517 yasr-metabox-multiple-rating.php:46
600
- #: yasr-metabox-top-right.php:197
601
- msgid "Select"
602
- msgstr "Seleccionar"
603
-
604
- #: lib/yasr-settings-functions.php:549 lib/yasr-settings-functions.php:667
605
  msgid "Field name"
606
  msgstr "Nombre"
607
 
608
- #: lib/yasr-settings-functions.php:553 lib/yasr-settings-functions.php:671
609
  msgid "Remove"
610
  msgstr "Eliminar"
611
 
612
- #: lib/yasr-settings-functions.php:595 lib/yasr-settings-functions.php:713
613
  msgid "Remove whole set?"
614
  msgstr "Retire Conjunto entero?"
615
 
616
- #: lib/yasr-settings-functions.php:608 lib/yasr-settings-functions.php:726
617
  msgid ""
618
  "If you remove something you will remove all the votes for that set or field. "
619
  "This operation CAN'T BE undone."
@@ -621,58 +592,58 @@ msgstr ""
621
  "Si elimina algo que va a eliminar todas las calificaciones para ese grupo o "
622
  "campo. Esta operación no se puede deshacer."
623
 
624
- #: lib/yasr-settings-functions.php:615 lib/yasr-settings-functions.php:733
625
  msgid "You can use up to 9 elements"
626
  msgstr "Puede utilizar un máximo de 9 elementos"
627
 
628
- #: lib/yasr-settings-functions.php:617 lib/yasr-settings-functions.php:735
629
  msgid "Add element"
630
  msgstr "Añadir Elemento"
631
 
632
- #: lib/yasr-settings-functions.php:619 lib/yasr-settings-functions.php:737
633
  msgid "Save changes"
634
  msgstr "Guardas cambios"
635
 
636
- #: lib/yasr-settings-functions.php:629
637
  msgid "No Multiple Set were found"
638
  msgstr "No se hallaron Conjuntos Múltiples"
639
 
640
- #: lib/yasr-settings-functions.php:879 lib/yasr-settings-functions.php:1147
641
  msgid "Settings Saved"
642
  msgstr "Configuración guardada"
643
 
644
- #: lib/yasr-settings-functions.php:884
645
  msgid "Something goes wrong trying insert set field name. Please report it"
646
  msgstr ""
647
  "Algo va mal intentando establecer el nombre del campo de los Conjuntos "
648
  "Multiples . Por favor repórtelo"
649
 
650
- #: lib/yasr-settings-functions.php:890
651
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
652
  msgstr ""
653
  "Algo va mal insertando el nombre de los Conjuntos Multiples.. Por favor "
654
  "repórtelo"
655
 
656
- #: lib/yasr-settings-functions.php:965
657
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
658
  msgstr ""
659
  "Algo va mal tratando de eliminar un conjuntos múltiples. Por favor repórtelo"
660
 
661
- #: lib/yasr-settings-functions.php:1011
662
  msgid ""
663
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
664
  msgstr ""
665
  "Algo va mal tratando de eliminar un elemento de Multi Set. Por favor "
666
  "repórtelo"
667
 
668
- #: lib/yasr-settings-functions.php:1075
669
  msgid ""
670
  "Something goes wrong trying to update a Multi Set's element. Please report it"
671
  msgstr ""
672
  "Algo va mal tratando de actualizar un elemento de Conjuntos Multiples. Por "
673
  "favor repórtelo"
674
 
675
- #: lib/yasr-settings-functions.php:1132
676
  msgid ""
677
  "Something goes wrong trying to insert set field name in edit form. Please "
678
  "report it"
@@ -680,15 +651,15 @@ msgstr ""
680
  "Algo va mal tratando de insertar el nombre del conjunto en el campo de la "
681
  "forma de edición. Por favor repórtelo"
682
 
683
- #: lib/yasr-settings-functions.php:1175
684
  msgid "Style Options"
685
  msgstr "Opciones de estilo"
686
 
687
- #: lib/yasr-settings-functions.php:1176
688
  msgid "Custom CSS Styles"
689
  msgstr "Estilos CSS personalizado"
690
 
691
- #: lib/yasr-settings-functions.php:1181
692
  msgid ""
693
  "Please use text area below to write your own CSS styles to override the "
694
  "default ones."
@@ -696,324 +667,431 @@ msgstr ""
696
  "Por favor, utilice el área de texto de abajo para escribir sus propios "
697
  "estilos CSS para reemplazar los que esta por defecto."
698
 
699
- #: lib/yasr-settings-functions.php:1183
700
  msgid "Leave it blank if you don't know what you're doing"
701
  msgstr "Déjelo en blanco si no sabes lo que estás haciendo"
702
 
703
- #: lib/yasr-settings-functions.php:1206
704
  msgid "Looking for more features?"
705
  msgstr "¿Estás buscando más características?"
706
 
707
- #: lib/yasr-settings-functions.php:1207
708
  msgid "Upgrade to yasr pro!"
709
  msgstr "Actualizar a yasr pro!"
710
 
711
- #: lib/yasr-settings-functions.php:1223
712
  msgid "Unlimited ratings and votes"
713
  msgstr "Calificaciones ilimitadas y puntuaciones"
714
 
715
- #: lib/yasr-settings-functions.php:1229
716
  msgid "Works with shortcodes"
717
  msgstr "Funciona con códigos cortos"
718
 
719
- #: lib/yasr-settings-functions.php:1235
720
  msgid "Multi Set Support"
721
  msgstr "Soporte conjunto multiple"
722
 
723
- #: lib/yasr-settings-functions.php:1240
724
  msgid "Logs and stats for visitors votes"
725
  msgstr "Registros y estadísticas para calificaciones de visitantes"
726
 
727
- #: lib/yasr-settings-functions.php:1245
728
  msgid "Localization (.po and .mo files included)"
729
  msgstr "Localización (.po y archivos .mo incluidos)"
730
 
731
- #: lib/yasr-settings-functions.php:1250
732
  msgid "Rich Snippet Support"
733
  msgstr "Soporte Rich Snippet"
734
 
735
- #: lib/yasr-settings-functions.php:1255
736
  msgid "Rankings for reviews, votes and users"
737
  msgstr "Rankings en los comentarios, Calificaciones y usuarios"
738
 
739
- #: lib/yasr-settings-functions.php:1260
740
  msgid "Rankings Customization"
741
  msgstr "Personalización puntuación"
742
 
743
- #: lib/yasr-settings-functions.php:1265
744
  msgid "Stars Customization"
745
  msgstr "Personalizaciónde estrellas"
746
 
747
- #: lib/yasr-settings-functions.php:1266
748
  msgid "Size Only"
749
  msgstr "Tamaño"
750
 
751
- #: lib/yasr-settings-functions.php:1267
752
  msgid ""
753
  "Users can choose different ready to use sets or can upload their own images."
754
  msgstr ""
755
  "Los usuarios pueden elegir diferentes listas para usar conjuntos o pueden "
756
  "subir sus propias imágenes."
757
 
758
- #: lib/yasr-settings-functions.php:1270
759
- msgid "Visitors can vote on Multi Set"
760
- msgstr "Los visitantes pueden votar en Conjunto Multiples"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
761
 
762
- #: lib/yasr-settings-functions.php:1275
763
- msgid "Users can review in comments"
764
- msgstr "Los usuarios pueden revisar en los comentarios"
765
 
766
- #: lib/yasr-settings-functions.php:1286
767
- msgid "Not avaible yet"
768
- msgstr "No disponibles, aún,"
769
 
770
- #: lib/yasr-settings-functions.php:1306 lib/yasr-settings-functions.php:1332
771
- #: yasr-settings-page.php:264
772
- msgid "Donations"
773
- msgstr "Donaciones”."
774
 
775
- #: lib/yasr-settings-functions.php:1308 lib/yasr-settings-functions.php:1334
776
- #: yasr-settings-page.php:266
777
  msgid ""
778
- "If you have found this plugin useful, please consider making a donation to "
779
- "help support future development. Your support will be much appreciated. "
780
  msgstr ""
781
- "Si has encontrado este plugin útil, por favor considere hacer una donación "
782
- "para ayudar a apoyar el desarrollo futuro. Su apoyo será muy apreciado."
783
 
784
- #: lib/yasr-settings-functions.php:1310 lib/yasr-settings-functions.php:1336
785
- #: yasr-settings-page.php:268
786
- msgid "Thank you!"
787
- msgstr "Gracias!"
788
-
789
- #: lib/yasr-settings-functions.php:1318 lib/yasr-settings-functions.php:1345
790
- msgid "Follow YASR official site!"
791
- msgstr "Siga el sitio oficial de YASR!"
792
-
793
- #: lib/yasr-settings-functions.php:1375
794
- msgid "No previous Gd Star Rating installation was found"
795
- msgstr "No se encontró ninguna instalación previade GD Star Rating"
796
 
797
- #: lib/yasr-shortcode-functions.php:136 yasr-metabox-top-right.php:71
798
- msgid "Loading, please wait"
799
- msgstr "Cargando por favor espere"
800
-
801
- #: lib/yasr-shortcode-functions.php:187 lib/yasr-shortcode-functions.php:209
802
- msgid "You've already voted this article with"
803
- msgstr "Usted ya ha calificado este artículo con"
804
 
805
- #: lib/yasr-shortcode-functions.php:220
806
- msgid "You must sign to vote"
807
- msgstr "Usted debe iniciar para calificar"
808
 
809
- #: lib/yasr-shortcode-functions.php:243
810
- msgid "Average: "
811
- msgstr "Promedio:"
812
 
813
- #: lib/yasr-shortcode-functions.php:263
814
- msgid "bad, poor, ok, good, super"
815
- msgstr "mala, pobre, ok, buena, super"
816
 
817
- #: lib/yasr-shortcode-functions.php:502
818
- msgid "Rating"
819
- msgstr "Calificación"
820
 
821
- #: lib/yasr-shortcode-functions.php:516
822
- msgid "You don't have any votes stored"
823
- msgstr "Usted no tiene Calificaciónes almacenadas"
824
 
825
- #: lib/yasr-shortcode-functions.php:552 lib/yasr-shortcode-functions.php:590
826
- msgid "Post / Page"
827
- msgstr "Entrada / Página"
828
 
829
- #: lib/yasr-shortcode-functions.php:553 lib/yasr-shortcode-functions.php:591
830
- msgid "Order By"
831
- msgstr "Ordenar por"
832
 
833
- #: lib/yasr-shortcode-functions.php:553 lib/yasr-shortcode-functions.php:591
834
- msgid "Most Rated"
835
- msgstr "Más valorado"
836
 
837
- #: lib/yasr-shortcode-functions.php:553 lib/yasr-shortcode-functions.php:591
838
- msgid "Highest Rated"
839
- msgstr "Calificación más alta"
840
 
841
- #: lib/yasr-shortcode-functions.php:570 lib/yasr-shortcode-functions.php:605
842
- msgid "Total:"
843
- msgstr "Total:"
844
 
845
- #: lib/yasr-shortcode-functions.php:570 lib/yasr-shortcode-functions.php:605
846
- msgid "Average"
847
- msgstr "Promedio"
848
 
849
- #: lib/yasr-shortcode-functions.php:582
850
- msgid "You've not enough data"
851
- msgstr "No tienes suficientes datos"
852
 
853
- #: lib/yasr-shortcode-functions.php:617
854
- msgid "You've not enought data"
855
- msgstr "No tienes suficientes datos"
 
856
 
857
- #: lib/yasr-shortcode-functions.php:702
858
- msgid ""
859
- "Problem while retrieving the top 5 most active reviewers. Did you publish "
860
- "any review?"
861
  msgstr ""
862
- "Problema al recuperar los 5 mejores los colaboradores más activos. ¿ Usted "
863
- "publiquo cualquier calificación?"
864
 
865
- #: lib/yasr-shortcode-functions.php:770
866
  msgid ""
867
- "Problem while retrieving the top 10 active users chart. Are you sure you "
868
- "have votes to show?"
869
  msgstr ""
870
- "Problema al recuperar los 10 usuarios activos. ¿Seguro que tiene "
871
- "calificación a mostrar?"
872
 
873
- #: yasr-metabox-multiple-rating.php:35
874
- msgid "Choose wich set you want to use"
875
- msgstr "Elegir qué conjunto desea utilizar."
876
 
877
- #: yasr-metabox-top-right.php:65 yasr-metabox-top-right.php:99
878
- msgid "Rate this article / item"
879
- msgstr "Califica este artículo / artículo"
880
 
881
- #: yasr-metabox-top-right.php:147
882
- msgid "Save Vote"
883
- msgstr "Calificación Guardada"
884
 
885
- #: yasr-metabox-top-right.php:164
886
- msgid "This review is about a..."
887
- msgstr "Esta crítica es sobre una ..."
888
 
889
- #: yasr-metabox-top-right.php:169
890
- msgid "Product, Places, Other"
891
- msgstr "Producto, Lugares, Otros"
892
 
893
- #: yasr-metabox-top-right.php:215
894
- msgid ""
895
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
896
- "where you want to display this rating"
 
 
 
 
 
 
897
  msgstr ""
898
- "Recuerde insertar este código corto <strong>[yasr_overall_rating]</strong> "
899
- "donde quieras mostrar este calificación"
900
 
901
- #: yasr-settings-page.php:33
902
- msgid "Settings"
903
- msgstr "Opciones"
904
 
905
- #: yasr-settings-page.php:76
906
- msgid "General Settings"
907
- msgstr "Configuración general"
 
 
908
 
909
- #: yasr-settings-page.php:77
910
- msgid "Multi Sets"
911
- msgstr "Conjunto multiple"
912
 
913
- #: yasr-settings-page.php:78
914
- msgid "Styles"
915
- msgstr "Estilos"
916
 
917
- #: yasr-settings-page.php:79
918
- msgid "Pro Features!"
919
- msgstr "Características Pro"
 
920
 
921
- #: yasr-settings-page.php:96 yasr-settings-page.php:254
922
- #: yasr-settings-page.php:294
923
- msgid "Save"
924
- msgstr "Guardar"
925
 
926
- #: yasr-settings-page.php:116
927
- msgid "Import Gd Star Rating"
928
- msgstr "Importación GD Star Rating"
929
 
930
- #: yasr-settings-page.php:117
931
- msgid "I've found a previous installation of Gd Star Rating."
932
- msgstr "He encontrado una instalación anterior de Gd Star Rating."
933
 
934
- #: yasr-settings-page.php:117
935
- msgid "Do you want proceed to import data?"
936
- msgstr "¿Deseas continuar con la importación de los datos?"
937
 
938
- #: yasr-settings-page.php:119
939
- msgid "Yes, Begin Import"
940
- msgstr "Si, comenzar importación"
941
 
942
- #: yasr-settings-page.php:123
943
- msgid "Click on Proceed to import Gd Star Rating data."
944
- msgstr "Haga clic en Continuar para importar datos de Gd Star Rating."
945
 
946
- #: yasr-settings-page.php:126 yasr-settings-page.php:159
947
- msgid "Proceed"
948
- msgstr "Proceder"
949
 
950
- #: yasr-settings-page.php:148
951
- msgid "Manage GD Star Data"
952
- msgstr "Administrar GD Star Data"
953
 
954
- #: yasr-settings-page.php:149
955
- msgid "Gd Star Rating has been already imported."
956
- msgstr "Gd Star Rating ya ha sido importado."
957
 
958
- #: yasr-settings-page.php:150
959
- msgid "If you wish you can import it again, but"
960
- msgstr "Si lo desea, puede importarlo de nuevo, pero"
961
 
962
- #: yasr-settings-page.php:150
963
- msgid "you will lose all data you've collect since the import!"
964
- msgstr "perderá todos los datos coleccionados desde la importación!"
965
 
966
- #: yasr-settings-page.php:152
967
- msgid "Ok, Import Again"
968
- msgstr "Ok, Importar de nuevo"
969
 
970
- #: yasr-settings-page.php:156
971
- msgid ""
972
- "Click on Proceed to import again Gd Star Rating data. This may take a while!"
973
- msgstr ""
974
- "Haga clic en Continuar para importar de nuevo los datos GD Star Rating. Esto "
975
- "puede tomar un tiempo!"
976
 
977
- #: yasr-settings-page.php:196
978
- msgid "Manage Multi Set"
979
- msgstr "Administrar Multi Set"
980
 
981
- #: yasr-settings-page.php:200
982
- msgid "What is a Multi Set?"
983
- msgstr "¿Qué es un Multi Set?"
984
 
985
- #: yasr-settings-page.php:205
986
- msgid ""
987
- "Multi Set allows you to insert a rate for each aspect about the product / "
988
- "local business / whetever you're reviewing, example in the image below."
989
- msgstr ""
990
- "Conjuntos multiples permite insertar una tarifa para cada aspecto sobre el "
991
- "producto / negocio local / Cualquiera que se está revisando, ejemplo en la "
992
- "imagen de abajo."
993
 
994
- #: yasr-settings-page.php:209
995
- msgid ""
996
- "You can create up to 99 different Multi Set and each one can contain up to 9 "
997
- "different fields. Once you've saved it, you can insert the rates while "
998
- "typing your article in the box below the editor, as you can see in this "
999
- "image (click to see it larger)"
1000
- msgstr ""
1001
- "Puede crear hasta 99 diferentes conjuntos multiples y cada uno puede "
1002
- "contener hasta 9 campos diferentes. Una vez que hayas guardado, puede "
1003
- "insertar las Calificaciones al escribir su artículo en el cuadro de abajo "
1004
- "del editor, como se puede ver en esta imagen (clic para ver más grande)"
1005
 
1006
- #: yasr-settings-page.php:213
1007
- msgid ""
1008
- "In order to insert your Multi Sets into a post or page, you can either past "
1009
- "the short code that will appear at the bottom of the box or just click on "
1010
- "the star in the graphic editor and select \"Insert Multi Set\"."
1011
- msgstr ""
1012
- "Con el fin de insertar sus Conjuntos multiples en un puesto o una página, "
1013
- "usted puede pegar el código corto que aparecerá en la parte inferior de la "
1014
- "caja o simplemente haga clic en la estrella en el editor gráfico y "
1015
- "seleccione \"Insertar Conjuntos multiples."
1016
 
1017
- #: yasr-settings-page.php:219
1018
- msgid "Close this message"
1019
- msgstr "Cerrar este mensaje"
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"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.4\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
17
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
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"
52
+ msgstr ""
53
+ "Recuerde insertar este código corto <strong>[yasr_overall_rating]</strong> "
54
+ "donde quieras mostrar este calificación"
55
 
56
+ #: yasr-settings-page.php:24 lib/yasr-functions.php:111
57
+ #: lib/yasr-ajax-functions.php:44 lib/yasr-ajax-functions.php: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."
150
  msgstr ""
151
+ "Conjuntos multiples permite insertar una tarifa para cada aspecto sobre el "
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 "
159
+ "typing your article in the box below the editor, as you can see in this "
160
+ "image (click to see it larger)"
161
  msgstr ""
162
+ "Puede crear hasta 99 diferentes conjuntos multiples y cada uno puede "
163
+ "contener hasta 9 campos diferentes. Una vez que hayas guardado, puede "
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 "
171
+ "the star in the graphic editor and select \"Insert Multi Set\"."
172
+ msgstr ""
173
+ "Con el fin de insertar sus Conjuntos multiples en un puesto o una página, "
174
+ "usted puede pegar el código corto que aparecerá en la parte inferior de la "
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?"
280
+ 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?"
288
+ msgstr ""
289
+ "Problema al recuperar los 10 usuarios activos. ¿Seguro que tiene "
290
+ "calificación a mostrar?"
291
 
292
+ #: lib/yasr-settings-functions.php:52
293
  msgid "General settings"
294
  msgstr "Ajustes generales"
295
 
296
+ #: lib/yasr-settings-functions.php:53
297
  msgid "Auto insert options"
298
  msgstr "Opciones de inserción automática"
299
 
300
+ #: lib/yasr-settings-functions.php:54
301
  msgid "Show \"Overall Rating\" in Archive Page?"
302
  msgstr "Mostrar \"Punuación General\" en página de archivo?"
303
 
304
+ #: lib/yasr-settings-functions.php:55
305
  msgid "Show \"Visitor Votes\" in Archive Page?"
306
  msgstr "Mostrar \"Calificación de Visitantes\" en Archivar página?"
307
 
308
+ #: lib/yasr-settings-functions.php:56
309
  msgid "Insert custom text to show before / after stars"
310
  msgstr ""
311
  "Introduzca el texto personalizado para mostrar antes / después de estrellas"
312
 
313
+ #: lib/yasr-settings-functions.php:57
314
  msgid "Do you want show stats for visitors votes?"
315
  msgstr "¿Desea mostrar las estadísticas de calificación de los visitantes "
316
 
317
+ #: lib/yasr-settings-functions.php:58
318
  msgid "Allow only logged in user to vote?"
319
  msgstr "Permitir sólo usuario registrado para calificar?"
320
 
321
+ #: lib/yasr-settings-functions.php:59
322
  msgid "Which rich snippets do you want to use?"
323
  msgstr "¿Qué fragmentos enriquecidos desea utilizar?"
324
 
325
+ #: lib/yasr-settings-functions.php:60
326
  msgid "How do you want to rate \"Overall Rating\"?"
327
  msgstr "¿Cómo quiere puntuar \"Puntuación global\"?"
328
 
329
+ #: lib/yasr-settings-functions.php:74
330
  msgid "Use Auto Insert?"
331
  msgstr "Utilice la inserción automáticamente?"
332
 
333
+ #: lib/yasr-settings-functions.php:77 lib/yasr-settings-functions.php:146
334
+ #: lib/yasr-settings-functions.php:164 lib/yasr-settings-functions.php:206
335
+ #: lib/yasr-settings-functions.php:232 lib/yasr-settings-functions.php:266
336
+ #: lib/yasr-settings-functions.php:321
337
  msgid "Yes"
338
  msgstr "Sí"
339
 
340
+ #: lib/yasr-settings-functions.php:91 lib/yasr-settings-functions.php:151
341
+ #: lib/yasr-settings-functions.php:169 lib/yasr-settings-functions.php:211
342
+ #: lib/yasr-settings-functions.php:237 lib/yasr-settings-functions.php:271
343
+ #: lib/yasr-settings-functions.php:326
344
  msgid "No"
345
  msgstr "No"
346
 
347
+ #: lib/yasr-settings-functions.php:97
348
  msgid "What?"
349
  msgstr "¿Qué?"
350
 
351
+ #: lib/yasr-settings-functions.php:100
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
+
359
+ #: lib/yasr-settings-functions.php:108
360
  msgid "Both"
361
  msgstr "Ambos"
362
 
363
+ #: lib/yasr-settings-functions.php:112
364
  msgid "Where?"
365
  msgstr "¿Dónde?"
366
 
367
+ #: lib/yasr-settings-functions.php:115
368
  msgid "Before the post"
369
  msgstr "Antes de las entradas"
370
 
371
+ #: lib/yasr-settings-functions.php:119
372
  msgid "After the post"
373
  msgstr "Después de las entradas"
374
 
375
+ #: lib/yasr-settings-functions.php:124
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
+
394
+ #: lib/yasr-settings-functions.php:143
395
  msgid "Exclude Pages?"
396
  msgstr "Excluir páginas?"
397
 
398
+ #: lib/yasr-settings-functions.php:161
399
  msgid "Use only in custom post types?"
400
  msgstr "Utilizar sólo en tipos de entradas personalizadas?"
401
 
402
+ #: lib/yasr-settings-functions.php:173
403
  msgid "You see this because you use custom post types."
404
  msgstr "Usted ve esto porque utiliza tipos de entradas personalizadas."
405
 
406
+ #: lib/yasr-settings-functions.php:175
407
  msgid "If you want to use auto insert only in custom post types, choose Yes"
408
  msgstr ""
409
  "Si desea utilizar inserción automática sólo en tipos de entradas "
410
  "personalizadas, elija Sí"
411
 
412
+ #: lib/yasr-settings-functions.php:215
413
  msgid ""
414
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
415
  "article or page, but also in pages like Home Page, category pages or "
419
  "una página, sino también en páginas como página inicial, las páginas de "
420
  "categorías o archivos."
421
 
422
+ #: lib/yasr-settings-functions.php:241
423
  msgid ""
424
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
425
  "article or page, but also in pages like Home Page, category pages or "
429
  "artículo único o una página, sino también en páginas como página inicial, "
430
  "las páginas de categorías o archivos."
431
 
432
+ #: lib/yasr-settings-functions.php:276
433
  msgid "Custom text to display before Overall Rating"
434
  msgstr "Texto personalizado para que aparece antes de la Clasificación general"
435
 
436
+ #: lib/yasr-settings-functions.php:281
437
+ msgid "Custom text to display BEFORE Visitor Rating"
438
  msgstr "Texto personalizado para que aparece antes de la Clasificación"
439
 
440
+ #: lib/yasr-settings-functions.php:287
441
+ msgid "Custom text to display AFTER Visitor Rating"
442
+ msgstr ""
443
+ "Texto personalizado para mostrar después de la calificación del visitante"
444
+
445
+ #: lib/yasr-settings-functions.php:292
446
  msgid "Custom text to display when a non logged user has already rated"
447
  msgstr ""
448
  "Texto personalizado para que aparezca cuando un usuario no conectados ha "
449
  "clasificado"
450
 
451
+ #: lib/yasr-settings-functions.php:297
452
+ msgid "Help"
453
+ msgstr "Ayuda"
454
+
455
+ #: lib/yasr-settings-functions.php:301
456
+ msgid ""
457
+ "In the first field you can use %overall_rating% pattern to show the overall "
458
+ "rating."
459
+ msgstr ""
460
+ "En el primer campo puede utilizar % overall_rating % patrón para mostrar la "
461
+ "calificación global."
462
+
463
+ #: lib/yasr-settings-functions.php:305
464
+ msgid ""
465
+ "In the Second and Third fields you can use %total_count% pattern to show the "
466
+ "total count, and %average% pattern to show the average"
467
+ msgstr ""
468
+ "En los campos segundo y tercero puede usar % total_count % patrón para "
469
+ "mostrar el recuento total y el patrón de promedio %average% para mostrar el "
470
+ "promedio"
471
+
472
+ #: lib/yasr-settings-functions.php:344
473
  msgid "Allow only logged-in users"
474
  msgstr "Permitir sólo usuarios registrados"
475
 
476
+ #: lib/yasr-settings-functions.php:348
477
  msgid "Allow everybody (logged in and anonymous)"
478
  msgstr "Permitir a todo el mundo (conectado y anónimo)"
479
 
480
+ #: lib/yasr-settings-functions.php:365
481
  msgid "Review Rating"
482
  msgstr "Revisar Puntuación"
483
 
484
+ #: lib/yasr-settings-functions.php:369
485
  msgid "Aggregate Rating"
486
  msgstr "Agregar Puntuación"
487
 
488
+ #: lib/yasr-settings-functions.php:374
489
  msgid "What is this?"
490
  msgstr "¿Qué es esto?"
491
 
492
+ #: lib/yasr-settings-functions.php:379
493
  msgid ""
494
  "If you select \"Review Rating\", your site will be indexed from search "
495
  "engines like this: "
497
  "Si selecciona \"Revisar Puntuación\", su sitio será indexado en los motores "
498
  "de búsqueda como esto:"
499
 
500
+ #: lib/yasr-settings-functions.php:384
501
  msgid ""
502
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
503
  "this"
504
  msgstr ""
505
  "Si, en cambio, elige \"Agregar puntuación\",su sitio será indexado como este"
506
 
507
+ #: lib/yasr-settings-functions.php:402
508
  msgid "Stars"
509
  msgstr "Estrellas"
510
 
511
+ #: lib/yasr-settings-functions.php:406
512
  msgid "Numbers"
513
  msgstr "Números"
514
 
515
+ #: lib/yasr-settings-functions.php:431
516
  msgid "Which color scheme do you want to use?"
517
  msgstr "¿Qué combinación de colores desea utilizar?"
518
 
519
+ #: lib/yasr-settings-functions.php:452
520
  msgid "Light"
521
  msgstr "Claro"
522
 
523
+ #: lib/yasr-settings-functions.php:457
524
  msgid "Dark"
525
  msgstr "Oscuro"
526
 
527
+ #: lib/yasr-settings-functions.php:462
528
  msgid "Preview"
529
  msgstr "Previsualizar"
530
 
531
+ #: lib/yasr-settings-functions.php:467
532
  msgid "Light theme"
533
  msgstr "Tema claro"
534
 
535
+ #: lib/yasr-settings-functions.php:472
536
  msgid "Dark theme"
537
  msgstr "Tema oscuro"
538
 
539
+ #: lib/yasr-settings-functions.php:487
540
  msgid "Add New Multiple Set"
541
  msgstr "Añadir un nuevo conjuntos múltiples"
542
 
543
+ #: lib/yasr-settings-functions.php:488
544
  msgid ""
545
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
546
  "characters"
548
  "Nombre, el elemento # 1 y el elemento # 2 debe ser llenado y debe ser largas "
549
  "al menos 3 caracteres"
550
 
551
+ #: lib/yasr-settings-functions.php:491
552
  msgid "Name"
553
  msgstr "Nombre"
554
 
555
+ #: lib/yasr-settings-functions.php:496
556
  msgid "You can insert up to nine elements"
557
  msgstr "Puede insertar hasta nueve elementos"
558
 
559
+ #: lib/yasr-settings-functions.php:501
560
  msgid "Element "
561
  msgstr "Elemento"
562
 
563
+ #: lib/yasr-settings-functions.php:511
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
 
571
+ #: lib/yasr-settings-functions.php:534
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
  "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
 
611
+ #: lib/yasr-settings-functions.php:904 lib/yasr-settings-functions.php:1172
612
  msgid "Settings Saved"
613
  msgstr "Configuración guardada"
614
 
615
+ #: lib/yasr-settings-functions.php:909
616
  msgid "Something goes wrong trying insert set field name. Please report it"
617
  msgstr ""
618
  "Algo va mal intentando establecer el nombre del campo de los Conjuntos "
619
  "Multiples . Por favor repórtelo"
620
 
621
+ #: lib/yasr-settings-functions.php:915
622
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
623
  msgstr ""
624
  "Algo va mal insertando el nombre de los Conjuntos Multiples.. Por favor "
625
  "repórtelo"
626
 
627
+ #: lib/yasr-settings-functions.php:990
628
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
629
  msgstr ""
630
  "Algo va mal tratando de eliminar un conjuntos múltiples. Por favor repórtelo"
631
 
632
+ #: lib/yasr-settings-functions.php:1036
633
  msgid ""
634
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
635
  msgstr ""
636
  "Algo va mal tratando de eliminar un elemento de Multi Set. Por favor "
637
  "repórtelo"
638
 
639
+ #: lib/yasr-settings-functions.php:1100
640
  msgid ""
641
  "Something goes wrong trying to update a Multi Set's element. Please report it"
642
  msgstr ""
643
  "Algo va mal tratando de actualizar un elemento de Conjuntos Multiples. Por "
644
  "favor repórtelo"
645
 
646
+ #: lib/yasr-settings-functions.php:1157
647
  msgid ""
648
  "Something goes wrong trying to insert set field name in edit form. Please "
649
  "report it"
651
  "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
  "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
+
745
+ #: lib/yasr-db-functions.php:310
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
+
753
+ #: lib/yasr-db-functions.php:334
754
+ #, php-format
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
+
766
+ #: lib/yasr-functions.php:99 lib/yasr-functions.php:100
767
+ msgid "Yet Another Stars Rating: Settings"
768
+ msgstr "Yet Another Stars Rating: Configuración"
769
+
770
+ #: lib/yasr-functions.php:148
771
+ msgid "Yet Another Stars Rating: Multiple set"
772
+ msgstr "Yet Another Stars Rating: Conjuntos Multiples"
773
+
774
+ #: lib/yasr-functions.php:159
775
+ msgid "You don't have enought privileges to insert Overall Rating"
776
+ msgstr ""
777
+ "Usted no tiene privilegios suficientes para insertar Puntuación general"
778
+
779
+ #: lib/yasr-functions.php:169
780
+ 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"
839
+ 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)"
899
  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!"
973
  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
 
1069
+ #~ msgid "where you want to display this multi set"
1070
+ #~ msgstr "donde quieras mostrar este conjunto de múltiple"
 
1071
 
1072
+ #~ msgid "Insert multiple set in this post ?"
1073
+ #~ msgstr "Inserte conjunto múltiple en esta entrada?"
 
1074
 
1075
+ #~ msgid "Average rating"
1076
+ #~ msgstr "Promedio de puntuación"
 
1077
 
1078
+ #~ msgid "Average "
1079
+ #~ msgstr "Promedio"
 
 
 
 
1080
 
1081
+ #~ msgid "You've already voted this article"
1082
+ #~ msgstr "Usted ya ha calificado este artículo"
 
1083
 
1084
+ #~ msgid "YASR"
1085
+ #~ msgstr "YARS"
 
1086
 
1087
+ #~ msgid "Overall Rating"
1088
+ #~ msgstr "Puntuacion general"
 
 
 
 
 
 
1089
 
1090
+ #~ msgid "Custom text to display before Visitor Rating"
1091
+ #~ msgstr "Texto personalizado para que aparece antes de la Clasificación"
 
 
 
 
 
 
 
 
 
1092
 
1093
+ #~ msgid "Visitors can vote on Multi Set"
1094
+ #~ msgstr "Los visitantes pueden votar en Conjunto Multiples"
 
 
 
 
 
 
 
 
1095
 
1096
+ #~ msgid "Product, Places, Other"
1097
+ #~ msgstr "Producto, Lugares, Otros"
 
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-03-03 12:36+0100\n"
5
- "PO-Revision-Date: 2015-03-03 12:36+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fa_IR\n"
@@ -20,7 +20,8 @@ msgstr ""
20
  msgid "Rate this article / item"
21
  msgstr "به این مقاله یا به این محصول رای دهید"
22
 
23
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
 
24
  msgid "Loading, please wait"
25
  msgstr "در حال بارگذاری, خواهشا صبر کنید"
26
 
@@ -28,16 +29,20 @@ msgstr "در حال بارگذاری, خواهشا صبر کنید"
28
  msgid "Save Vote"
29
  msgstr "ذخیره رای"
30
 
31
- #: ../yasr-metabox-top-right.php:164
32
  msgid "This review is about a..."
33
  msgstr "این مقاله درباره چیست؟"
34
 
35
- #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
36
- #: ../lib/yasr-settings-functions.php:505
 
 
 
 
37
  msgid "Select"
38
  msgstr "انتخاب"
39
 
40
- #: ../yasr-metabox-top-right.php:211
41
  msgid ""
42
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
43
  "where you want to display this rating"
@@ -48,7 +53,7 @@ msgstr ""
48
 
49
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
50
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
51
- #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
52
  msgid "You do not have sufficient permissions to access this page."
53
  msgstr "شما مجوز کافی برای دسترسی به این صفحه را ندارید."
54
 
@@ -72,7 +77,8 @@ msgstr "سبک و استایل"
72
  msgid "Pro Features!"
73
  msgstr "امکانات حرفه ای"
74
 
75
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:276
 
76
  msgid "Save"
77
  msgstr "ذخیره"
78
 
@@ -134,7 +140,7 @@ msgstr "اداره کردن نقد و برسی چند گانه"
134
  msgid "What is a Multi Set?"
135
  msgstr "نقدو برسی چند گانه چیست؟"
136
 
137
- #: ../yasr-settings-page.php:204
138
  msgid ""
139
  "Multi Set allows you to insert a rate for each aspect about the product / "
140
  "local business / whetever you're reviewing, example in the image below."
@@ -142,7 +148,7 @@ msgstr ""
142
  "نقد برسی چند گانه به شما اجازه میده تا به محصول / بیزینس محلی / یا هر چیز "
143
  "دیگری امتیاز یا نقد و برسی کنید. به عنوان مثال در تصویر زیر می توانید ببینید."
144
 
145
- #: ../yasr-settings-page.php:208
146
  msgid ""
147
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
148
  "different fields. Once you've saved it, you can insert the rates while "
@@ -154,7 +160,7 @@ msgstr ""
154
  "نوشته مقاله در قسمت ادیتور یا نوشت ابزار روی ستاره کلیک کنید. همینطور که در "
155
  "عکس می بینید. ( برای دیدن بهتر روی عکس کلیک کنید)"
156
 
157
- #: ../yasr-settings-page.php:212
158
  msgid ""
159
  "In order to insert your Multi Sets into a post or page, you can either past "
160
  "the short code that will appear at the bottom of the box or just click on "
@@ -163,17 +169,17 @@ msgstr ""
163
  "برای اضافه کردن نقد برسی به پست در قسمت ایدتور روی ستاره کلیک کنید \"اگه "
164
  "میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید\"."
165
 
166
- #: ../yasr-settings-page.php:218
167
  msgid "Close this message"
168
  msgstr "این پیغام را ببند"
169
 
170
- #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
171
- #: ../lib/yasr-settings-functions.php:1320
172
  msgid "Donations"
173
  msgstr "کمک کردن مالی"
174
 
175
- #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
176
- #: ../lib/yasr-settings-functions.php:1322
177
  msgid ""
178
  "If you have found this plugin useful, please consider making a donation to "
179
  "help support future development. Your support will be much appreciated. "
@@ -181,8 +187,8 @@ msgstr ""
181
  "اگه این افزونه برای شما کاربردی بود و همچنین از اون خوشتون اومده میتوانید با "
182
  "کمک مالی ما را در ادمه دادن و آپدیت این افزونه کمک کنید."
183
 
184
- #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
185
- #: ../lib/yasr-settings-functions.php:1324
186
  msgid "Thank you!"
187
  msgstr "از حمایت شما متشکریم!"
188
 
@@ -190,72 +196,88 @@ msgstr "از حمایت شما متشکریم!"
190
  msgid "Choose wich set you want to use"
191
  msgstr "یکی از گزینه های ساخته شده را انتخاب کنید"
192
 
193
- #: ../lib/yasr-shortcode-functions.php:185
194
- #: ../lib/yasr-shortcode-functions.php:207
 
195
  msgid "You've already voted this article with"
196
  msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
197
 
198
- #: ../lib/yasr-shortcode-functions.php:218
 
199
  msgid "You must sign to vote"
200
  msgstr "شما برای رای دادن باید وارد شوید"
201
 
202
- #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
203
- #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
204
- #: ../lib/yasr-ajax-functions.php:1220
205
  msgid "Total: "
206
  msgstr "تعداد: "
207
 
208
- #: ../lib/yasr-shortcode-functions.php:227
209
  msgid "Average: "
210
  msgstr "میانگین: "
211
 
212
- #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  msgid "Rating"
214
  msgstr "امتیاز ها"
215
 
216
- #: ../lib/yasr-shortcode-functions.php:406
217
  msgid "You don't have any votes stored"
218
  msgstr "شما رای ذخیره شده ای ندارید"
219
 
220
- #: ../lib/yasr-shortcode-functions.php:442
221
- #: ../lib/yasr-shortcode-functions.php:480
222
  msgid "Post / Page"
223
  msgstr "پست / صفحه"
224
 
225
- #: ../lib/yasr-shortcode-functions.php:443
226
- #: ../lib/yasr-shortcode-functions.php:481
227
  msgid "Order By"
228
  msgstr "سفارشی سازی بر اساس"
229
 
230
- #: ../lib/yasr-shortcode-functions.php:443
231
- #: ../lib/yasr-shortcode-functions.php:481
232
  msgid "Most Rated"
233
  msgstr "بیشترین امتیاز"
234
 
235
- #: ../lib/yasr-shortcode-functions.php:443
236
- #: ../lib/yasr-shortcode-functions.php:481
237
  msgid "Highest Rated"
238
  msgstr "بالاترین امتیاز"
239
 
240
- #: ../lib/yasr-shortcode-functions.php:460
241
- #: ../lib/yasr-shortcode-functions.php:495
242
  msgid "Total:"
243
  msgstr "تعداد:"
244
 
245
- #: ../lib/yasr-shortcode-functions.php:460
246
- #: ../lib/yasr-shortcode-functions.php:495
247
  msgid "Average"
248
  msgstr "میانگین"
249
 
250
- #: ../lib/yasr-shortcode-functions.php:472
251
  msgid "You've not enough data"
252
  msgstr "داده ای به اندازه کافی پیدا نشد!"
253
 
254
- #: ../lib/yasr-shortcode-functions.php:507
255
  msgid "You've not enought data"
256
  msgstr "داده ای به اندازه کافی پیدا نشد!"
257
 
258
- #: ../lib/yasr-shortcode-functions.php:592
259
  msgid ""
260
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
261
  "any review?"
@@ -263,7 +285,7 @@ msgstr ""
263
  "مشکلی در اجرای 5 نقد برسی برتر رخ داده است. آیا تا بحال نقد و برسی انجام "
264
  "داده و در پست انتشار داده اید؟"
265
 
266
- #: ../lib/yasr-shortcode-functions.php:660
267
  msgid ""
268
  "Problem while retrieving the top 10 active users chart. Are you sure you "
269
  "have votes to show?"
@@ -271,136 +293,132 @@ msgstr ""
271
  "مشکلی در اجرای 10 کاربر فعال رخ داده است. آیا مطمینید رای برای نمایش وجود "
272
  "دارد؟"
273
 
274
- #: ../lib/yasr-settings-functions.php:49
275
  msgid "General settings"
276
  msgstr "تنظیمات عمومی"
277
 
278
- #: ../lib/yasr-settings-functions.php:50
279
  msgid "Auto insert options"
280
  msgstr "گزینه های درج خودکار"
281
 
282
- #: ../lib/yasr-settings-functions.php:51
283
  msgid "Show \"Overall Rating\" in Archive Page?"
284
  msgstr "رای کلی را در صفحات آرشیو نمایش بدم؟"
285
 
286
- #: ../lib/yasr-settings-functions.php:52
287
  msgid "Show \"Visitor Votes\" in Archive Page?"
288
  msgstr "رای کاربران را در صفحات آرشیو نمایش بدم؟"
289
 
290
- #: ../lib/yasr-settings-functions.php:53
291
  msgid "Insert custom text to show before / after stars"
292
  msgstr "می خواهید نوشته ای سفارسی برای قبل و بعد ستاره ها بنویسید؟"
293
 
294
- #: ../lib/yasr-settings-functions.php:54
295
  msgid "Do you want show stats for visitors votes?"
296
  msgstr "آیا میخواهید آماری از تعداد و شمارش امتیاز دهندگان نمایش داده شود ؟"
297
 
298
- #: ../lib/yasr-settings-functions.php:55
299
- msgid "Which color scheme do you want to use?"
300
- msgstr "دوست دارید چه رنگی نمایش داده شود؟"
301
-
302
- #: ../lib/yasr-settings-functions.php:56
303
  msgid "Allow only logged in user to vote?"
304
  msgstr "چه کسانی مجاز به رای دادند هستند؟"
305
 
306
- #: ../lib/yasr-settings-functions.php:57
307
  msgid "Which rich snippets do you want to use?"
308
  msgstr "ستاره ها به چه صورت در گوگل ایندکس شوند؟"
309
 
310
- #: ../lib/yasr-settings-functions.php:58
311
  msgid "How do you want to rate \"Overall Rating\"?"
312
  msgstr "دوست دارید نمایش \"رای کلی\" به جه صورت باشد؟"
313
 
314
- #: ../lib/yasr-settings-functions.php:72
315
  msgid "Use Auto Insert?"
316
  msgstr "گذاشتن خودکار؟"
317
 
318
- #: ../lib/yasr-settings-functions.php:75
319
- #: ../lib/yasr-settings-functions.php:144
320
- #: ../lib/yasr-settings-functions.php:162
321
- #: ../lib/yasr-settings-functions.php:204
322
- #: ../lib/yasr-settings-functions.php:230
323
- #: ../lib/yasr-settings-functions.php:262
324
- #: ../lib/yasr-settings-functions.php:313
325
  msgid "Yes"
326
  msgstr "بله"
327
 
328
- #: ../lib/yasr-settings-functions.php:89
329
- #: ../lib/yasr-settings-functions.php:149
330
- #: ../lib/yasr-settings-functions.php:167
331
- #: ../lib/yasr-settings-functions.php:209
332
- #: ../lib/yasr-settings-functions.php:235
333
- #: ../lib/yasr-settings-functions.php:267
334
- #: ../lib/yasr-settings-functions.php:318
335
  msgid "No"
336
  msgstr "خیر"
337
 
338
- #: ../lib/yasr-settings-functions.php:95
339
  msgid "What?"
340
  msgstr "به چه صورت قرار بدم؟"
341
 
342
- #: ../lib/yasr-settings-functions.php:98
343
  msgid "Overall Rating / Author Rating"
344
  msgstr "رای کلی / رای نویسنده"
345
 
346
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
347
  msgid "Visitor Votes"
348
  msgstr "رای کاربران"
349
 
350
- #: ../lib/yasr-settings-functions.php:106
351
  msgid "Both"
352
  msgstr "هردو"
353
 
354
- #: ../lib/yasr-settings-functions.php:110
355
  msgid "Where?"
356
  msgstr "کجا بزارمش؟"
357
 
358
- #: ../lib/yasr-settings-functions.php:113
359
  msgid "Before the post"
360
  msgstr "قبل پست"
361
 
362
- #: ../lib/yasr-settings-functions.php:117
363
  msgid "After the post"
364
  msgstr "بعد پست"
365
 
366
- #: ../lib/yasr-settings-functions.php:122
367
  msgid "Size"
368
  msgstr "اندازه"
369
 
370
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
371
- #: ../lib/yasr-ajax-functions.php:470
372
  msgid "Small"
373
  msgstr "کوچک"
374
 
375
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
376
- #: ../lib/yasr-ajax-functions.php:471
377
  msgid "Medium"
378
  msgstr "متوسط"
379
 
380
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
381
- #: ../lib/yasr-ajax-functions.php:472
382
  msgid "Large"
383
  msgstr "بزرگ"
384
 
385
- #: ../lib/yasr-settings-functions.php:141
386
  msgid "Exclude Pages?"
387
  msgstr "در صفحات قرار ندم؟"
388
 
389
- #: ../lib/yasr-settings-functions.php:159
390
  msgid "Use only in custom post types?"
391
  msgstr "فقط از پست های سفارشی استفاده کن؟"
392
 
393
- #: ../lib/yasr-settings-functions.php:171
394
  msgid "You see this because you use custom post types."
395
  msgstr "شما این را می بینید چون از پست های سفارشی استفاده کرده اید."
396
 
397
- #: ../lib/yasr-settings-functions.php:173
398
  msgid "If you want to use auto insert only in custom post types, choose Yes"
399
  msgstr ""
400
  "اگر فقط میخواهید به صورت خودکار در پست های سفارشی استفاده کنید, بله را "
401
  "انتخاب کنید"
402
 
403
- #: ../lib/yasr-settings-functions.php:213
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 +428,7 @@ msgstr ""
410
  "شد. یعنی اینکه در صفحه اصلی, صفحات دسته بندی ها و صفحات آرشیو نیز نمایش داده "
411
  "میشود."
412
 
413
- #: ../lib/yasr-settings-functions.php:239
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,65 +438,61 @@ msgstr ""
420
  "نخواهد شد. یعنی اینکه در صفحه اصلی, صفحات دسته بندی ها و صفحات آرشیو نیز "
421
  "نمایش داده میشود."
422
 
423
- #: ../lib/yasr-settings-functions.php:272
424
  msgid "Custom text to display before Overall Rating"
425
  msgstr "این نوشته قبل از رای کلی نمایش داده میشود"
426
 
427
- #: ../lib/yasr-settings-functions.php:277
428
- msgid "Custom text to display before Visitor Rating"
 
 
 
 
 
 
429
  msgstr "این نوشته قبل از رای کاربران نمایش داده میشود"
430
 
431
- #: ../lib/yasr-settings-functions.php:282
432
  msgid "Custom text to display when a non logged user has already rated"
433
  msgstr "این قسمت موقعی نمایش داده میشود که کاربر ناشناسی قبلا رای داده باشد"
434
 
435
- #: ../lib/yasr-settings-functions.php:296
436
- msgid ""
437
- "Seems like you've imported gd star rating in the past, but then deleted the "
438
- "logs table. For now, you can't enable statistics"
439
- msgstr "به نظر می آید شما قبلا تنظیمات افزونه gd star rating را اضافه کرده اید"
440
-
441
- #: ../lib/yasr-settings-functions.php:338
442
- msgid "Light"
443
- msgstr "روشن"
444
-
445
- #: ../lib/yasr-settings-functions.php:343
446
- msgid "Dark"
447
- msgstr "تیره"
448
-
449
- #: ../lib/yasr-settings-functions.php:348
450
- msgid "Preview"
451
- msgstr "پیش نمایش"
452
 
453
- #: ../lib/yasr-settings-functions.php:353
454
- msgid "Light theme"
455
- msgstr "قالب روشن"
 
 
456
 
457
- #: ../lib/yasr-settings-functions.php:358
458
- msgid "Dark Theme"
459
- msgstr "قالب تیره"
 
 
460
 
461
- #: ../lib/yasr-settings-functions.php:376
462
  msgid "Allow only logged-in users"
463
  msgstr "فقط کاربران ثبت نام شده"
464
 
465
- #: ../lib/yasr-settings-functions.php:380
466
  msgid "Allow everybody (logged in and anonymous)"
467
  msgstr "همه کس ( ثبت نام کرده و ناشناس )"
468
 
469
- #: ../lib/yasr-settings-functions.php:397
470
  msgid "Review Rating"
471
  msgstr "نمایش به صورت نقد برسی"
472
 
473
- #: ../lib/yasr-settings-functions.php:401
474
  msgid "Aggregate Rating"
475
  msgstr "نمایش به صورت رای کاربران و تعداد رای ها"
476
 
477
- #: ../lib/yasr-settings-functions.php:406
478
  msgid "What is this?"
479
  msgstr "این چی هست حالا ؟"
480
 
481
- #: ../lib/yasr-settings-functions.php:411
482
  msgid ""
483
  "If you select \"Review Rating\", your site will be indexed from search "
484
  "engines like this: "
@@ -486,7 +500,7 @@ msgstr ""
486
  "اگر شما \"به صورت نقد برسی\" را انتخاب کنید, در گوگل و موتور های جستجو به "
487
  "این صورت نمایش داده خواهد شد:"
488
 
489
- #: ../lib/yasr-settings-functions.php:416
490
  msgid ""
491
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
492
  "this"
@@ -494,19 +508,44 @@ msgstr ""
494
  "اگر شما \"رای کاربران و تعداد رای ها\" را انتخاب کنید, در گوگل و موتور های "
495
  "جستجو به این صورت نمایش داده خواهد شد:"
496
 
497
- #: ../lib/yasr-settings-functions.php:434
498
  msgid "Stars"
499
  msgstr "به صورت ستاره"
500
 
501
- #: ../lib/yasr-settings-functions.php:438
502
  msgid "Numbers"
503
  msgstr "به صورت اعداد"
504
 
505
- #: ../lib/yasr-settings-functions.php:450
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
506
  msgid "Add New Multiple Set"
507
  msgstr "1 نقد و برسی چند گانه بسازید"
508
 
509
- #: ../lib/yasr-settings-functions.php:451
510
  msgid ""
511
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
512
  "characters"
@@ -514,51 +553,51 @@ msgstr ""
514
  "اسم, المان 1 و المان 2 حتما باید پر شود و در فیلد ها حتما باید بیشتر از 3 "
515
  "کارکتر وارد کنید"
516
 
517
- #: ../lib/yasr-settings-functions.php:454
518
  msgid "Name"
519
  msgstr "اسم"
520
 
521
- #: ../lib/yasr-settings-functions.php:459
522
  msgid "You can insert up to nine elements"
523
  msgstr ""
524
  "شما میتوانید 9 المان ثبت کنید برای مثال فرض کنید گوشی اپل رو میخواهید برسی "
525
  "کنید به این صورت وارد کنید! دوربین, صفحه نمایش, صدا.... و اسم رو هم بزارید "
526
  "اپل تا پیدا کردنش راحت باشه براتون!"
527
 
528
- #: ../lib/yasr-settings-functions.php:464
529
  msgid "Element "
530
  msgstr "المان"
531
 
532
- #: ../lib/yasr-settings-functions.php:474
533
  msgid "Create New Set"
534
  msgstr "نقد و برسی من را بساز"
535
 
536
- #: ../lib/yasr-settings-functions.php:495
537
- #: ../lib/yasr-settings-functions.php:527
538
  msgid "Manage Multiple Set"
539
  msgstr "ویرایش نقد برسی های چند گانه"
540
 
541
- #: ../lib/yasr-settings-functions.php:497
542
  msgid "Wich set do you want to edit or remove?"
543
  msgstr "برای ویرایش و پاک کردن یکی را انتخاب کنید"
544
 
545
- #: ../lib/yasr-settings-functions.php:537
546
- #: ../lib/yasr-settings-functions.php:655
547
  msgid "Field name"
548
  msgstr "اسم فیلد ها"
549
 
550
- #: ../lib/yasr-settings-functions.php:541
551
- #: ../lib/yasr-settings-functions.php:659
552
  msgid "Remove"
553
  msgstr "پاک کردن"
554
 
555
- #: ../lib/yasr-settings-functions.php:583
556
- #: ../lib/yasr-settings-functions.php:701
557
  msgid "Remove whole set?"
558
  msgstr "همه را پاک کن؟!"
559
 
560
- #: ../lib/yasr-settings-functions.php:596
561
- #: ../lib/yasr-settings-functions.php:714
562
  msgid ""
563
  "If you remove something you will remove all the votes for that set or field. "
564
  "This operation CAN'T BE undone."
@@ -566,166 +605,167 @@ msgstr ""
566
  "اگر چیزی را پاک کنید امتیاز ها و رای ها هم پاک خواهند شد و قابل برگشت هم "
567
  "نیستند!"
568
 
569
- #: ../lib/yasr-settings-functions.php:603
570
- #: ../lib/yasr-settings-functions.php:721
571
  msgid "You can use up to 9 elements"
572
  msgstr "شما بیشتر از 9 المان نمیتوانید ثبت کنید"
573
 
574
- #: ../lib/yasr-settings-functions.php:605
575
- #: ../lib/yasr-settings-functions.php:723
576
  msgid "Add element"
577
  msgstr "المان های اضافه را ایجاد کن"
578
 
579
- #: ../lib/yasr-settings-functions.php:607
580
- #: ../lib/yasr-settings-functions.php:725
581
  msgid "Save changes"
582
  msgstr "ذخیره تنظیمات"
583
 
584
- #: ../lib/yasr-settings-functions.php:617
585
  msgid "No Multiple Set were found"
586
  msgstr "نقد و برسی پیدا نشد!"
587
 
588
- #: ../lib/yasr-settings-functions.php:867
589
- #: ../lib/yasr-settings-functions.php:1135
590
  msgid "Settings Saved"
591
  msgstr "تنظیمات ذخیره شد"
592
 
593
- #: ../lib/yasr-settings-functions.php:872
594
  msgid "Something goes wrong trying insert set field name. Please report it"
595
  msgstr "مشکلی در وارد کردن اسم فیلد رخ داده است. خواهشا گزارش دهید"
596
 
597
- #: ../lib/yasr-settings-functions.php:878
598
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
599
  msgstr ""
600
  "مشکلی در وارد کردن اسم نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
601
 
602
- #: ../lib/yasr-settings-functions.php:953
603
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
604
  msgstr "مشکلی در پاک کردن نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
605
 
606
- #: ../lib/yasr-settings-functions.php:999
607
  msgid ""
608
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
609
  msgstr ""
610
  "مشکلی در پاک کردن المان نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
611
 
612
- #: ../lib/yasr-settings-functions.php:1063
613
  msgid ""
614
  "Something goes wrong trying to update a Multi Set's element. Please report it"
615
  msgstr "مشکلی در آپدیت المان برسی چند گانه رخ داده است. خواهشا گزارش دهید"
616
 
617
- #: ../lib/yasr-settings-functions.php:1120
618
  msgid ""
619
  "Something goes wrong trying to insert set field name in edit form. Please "
620
  "report it"
621
  msgstr ""
622
  "مشکلی در قرار دادن اسم فیلد در ویرایش فرم رخ داده است. خواهشا گزارش دهید"
623
 
624
- #: ../lib/yasr-settings-functions.php:1163
625
  msgid "Style Options"
626
  msgstr "تنظیمات سبک و استایل"
627
 
628
- #: ../lib/yasr-settings-functions.php:1164
629
  msgid "Custom CSS Styles"
630
  msgstr "وارد کردن CSS و استایل های سفارسی"
631
 
632
- #: ../lib/yasr-settings-functions.php:1169
633
  msgid ""
634
  "Please use text area below to write your own CSS styles to override the "
635
  "default ones."
636
  msgstr "در فیلد پایین استایل CSS سفارشی خود را وارد کنید."
637
 
638
- #: ../lib/yasr-settings-functions.php:1171
639
  msgid "Leave it blank if you don't know what you're doing"
640
  msgstr "اگه نمیدونید دارید چیکار می کنید این فیلد را خالی بزارید!!"
641
 
642
- #: ../lib/yasr-settings-functions.php:1194
643
  msgid "Looking for more features?"
644
  msgstr "به دنبال امکانات بیشتری می گردید ؟"
645
 
646
- #: ../lib/yasr-settings-functions.php:1195
647
  msgid "Upgrade to yasr pro!"
648
  msgstr "به yasr pro آپدیت کنید!"
649
 
650
- #: ../lib/yasr-settings-functions.php:1211
651
  msgid "Unlimited ratings and votes"
652
  msgstr "امتیاز و رای دادن نامحدود"
653
 
654
- #: ../lib/yasr-settings-functions.php:1217
655
  msgid "Works with shortcodes"
656
  msgstr "کار کردن با شورت کات ها"
657
 
658
- #: ../lib/yasr-settings-functions.php:1223
659
  msgid "Multi Set Support"
660
  msgstr "نقد و برسی چند گانه"
661
 
662
- #: ../lib/yasr-settings-functions.php:1228
663
  msgid "Logs and stats for visitors votes"
664
  msgstr "لوگ و آمارگیر برای رای بازدید کنندگان"
665
 
666
- #: ../lib/yasr-settings-functions.php:1233
667
  msgid "Localization (.po and .mo files included)"
668
  msgstr "فایل های .PO .MO برای ترجمه "
669
 
670
- #: ../lib/yasr-settings-functions.php:1238
671
  msgid "Rich Snippet Support"
672
  msgstr "قابلیت افزودن متا کد ها و ایندکس شدن در موتور های جستجو"
673
 
674
- #: ../lib/yasr-settings-functions.php:1243
675
  msgid "Rankings for reviews, votes and users"
676
  msgstr "رتبه بندی برای نقد و برسی, رای و کاربران"
677
 
678
- #: ../lib/yasr-settings-functions.php:1248
679
  msgid "Rankings Customization"
680
  msgstr "رتبه بندی سفارشی"
681
 
682
- #: ../lib/yasr-settings-functions.php:1253
683
  msgid "Stars Customization"
684
  msgstr "سفارشی سازی ستاره ها"
685
 
686
- #: ../lib/yasr-settings-functions.php:1254
687
  msgid "Size Only"
688
  msgstr "فقط اندازه"
689
 
690
- #: ../lib/yasr-settings-functions.php:1255
691
  msgid ""
692
  "Users can choose different ready to use sets or can upload their own images."
693
  msgstr "کاربر می توانید عکس و استایل ستاره ها را انتخاب و یا حتی آپلود کند"
694
 
695
- #: ../lib/yasr-settings-functions.php:1258
696
- msgid "Visitors can vote on Multi Set"
697
- msgstr "کاربران میتوانند در نقد و برسی چندگانه رای دهند"
698
-
699
- #: ../lib/yasr-settings-functions.php:1263
700
  msgid "Users can review in comments"
701
  msgstr "کاربران میتوانند در قسمت نظرات به صورت نقد و برسی نظر دهند"
702
 
703
- #: ../lib/yasr-settings-functions.php:1274
704
  msgid "Not avaible yet"
705
  msgstr " هنوز آماده نشده"
706
 
707
- #: ../lib/yasr-settings-functions.php:1306
708
- #: ../lib/yasr-settings-functions.php:1333
709
  msgid "Follow YASR official site!"
710
  msgstr "YASR را در سایتش دنبال کنید!"
711
 
712
- #: ../lib/yasr-settings-functions.php:1363
713
  msgid "No previous Gd Star Rating installation was found"
714
  msgstr "نسخه ای از افزونه Gd Star Rating که نصب شده باشد پیدا نشد"
715
 
716
- #: ../lib/yasr-db-functions.php:280
717
  msgid "No recenet votes yet"
718
  msgstr "رای هنوز ثبت نشده است"
719
 
720
- #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
721
  msgid "anonymous"
722
  msgstr "ناشناس"
723
 
724
- #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
 
 
 
 
 
725
  msgid "Ip address"
726
  msgstr "آی پی آدرس"
727
 
728
- #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
729
  msgid "Pages"
730
  msgstr "صفحات"
731
 
@@ -733,51 +773,43 @@ msgstr "صفحات"
733
  msgid "Yet Another Stars Rating: Settings"
734
  msgstr "تنظیمات: Yet Another Stars Rating"
735
 
736
- #: ../lib/yasr-functions.php:143
737
- msgid "YASR"
738
- msgstr ""
739
-
740
- #: ../lib/yasr-functions.php:144
741
  msgid "Yet Another Stars Rating: Multiple set"
742
  msgstr "افزودن نقد برسی های چند گانه به پست"
743
 
744
- #: ../lib/yasr-functions.php:150
745
- msgid "Overall Rating"
746
- msgstr "رای کلی ( رای نویسنده )"
747
-
748
- #: ../lib/yasr-functions.php:160
749
  msgid "You don't have enought privileges to insert Overall Rating"
750
  msgstr "شما امتیاز کافی ندارید تا رای کلی را قرار دهید"
751
 
752
- #: ../lib/yasr-functions.php:170
753
  msgid "You don't have enought privileges to insert Multi Set"
754
  msgstr "شما امتیاز کافی ندارید تا نقد و برسی چند گانه قرار دهید"
755
 
756
- #: ../lib/yasr-functions.php:310
757
  msgid " reviewed by "
758
  msgstr " نقد و برسی شده توسط "
759
 
760
- #: ../lib/yasr-functions.php:311
761
  msgid " on "
762
  msgstr " در تاریخ "
763
 
764
- #: ../lib/yasr-functions.php:312
765
  msgid " rated "
766
  msgstr " امتیاز "
767
 
768
- #: ../lib/yasr-functions.php:312
769
  msgid " of"
770
  msgstr " از"
771
 
772
- #: ../lib/yasr-functions.php:359
773
  msgid " written by "
774
  msgstr " نوشته شده توسط "
775
 
776
- #: ../lib/yasr-functions.php:361
777
  msgid " average rating "
778
  msgstr " میانگین امتیاز ها "
779
 
780
- #: ../lib/yasr-functions.php:362
781
  msgid " user ratings"
782
  msgstr " کاربر امتیاز داده اند"
783
 
@@ -800,129 +832,143 @@ msgstr ""
800
  msgid "Choose a vote for each element"
801
  msgstr "برای هر یک از المان ها یک امتیاز انتخاب کنید"
802
 
803
- #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
804
- msgid "Remember to insert this shortcode"
805
- msgstr "یادتان باشد حتما این شورت کات را"
 
806
 
807
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
808
- msgid "where you want to display this multi set"
809
- msgstr "درون پست و قسمتی که میخواهید نمایش داده شود قرار دهید"
 
 
810
 
811
- #: ../lib/yasr-ajax-functions.php:265
812
  msgid "Choose a vote for every element"
813
  msgstr "برای هر آلمان رای انتخاب کنید"
814
 
815
- #: ../lib/yasr-ajax-functions.php:432
816
  msgid "Main"
817
  msgstr "اصلی"
818
 
819
- #: ../lib/yasr-ajax-functions.php:433
820
  msgid "Charts"
821
  msgstr "نمودار ها"
822
 
823
- #: ../lib/yasr-ajax-functions.php:435
824
  msgid "Read the doc"
825
  msgstr "این مقاله را بخوانید "
826
 
827
- #: ../lib/yasr-ajax-functions.php:444
828
  msgid "Overall Rating / Review"
829
  msgstr "امتیاز کلی / نقد و برسی"
830
 
831
- #: ../lib/yasr-ajax-functions.php:446
832
  msgid "Insert Overall Rating"
833
  msgstr "قرار دادن امتیاز دهی کلی"
834
 
835
- #: ../lib/yasr-ajax-functions.php:447
836
  msgid "Insert Overall Rating / Review for this post"
837
  msgstr "امتیاز کلی / نقد برسی را در این پست قرار بده"
838
 
839
- #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
840
  msgid "Choose Size"
841
  msgstr "انتخاب اندازه"
842
 
843
- #: ../lib/yasr-ajax-functions.php:464
844
  msgid "Insert Visitor Votes"
845
  msgstr "اضافه کردن امتیاز دهی کاربران"
846
 
847
- #: ../lib/yasr-ajax-functions.php:465
848
  msgid "Insert the ability for your visitor to vote"
849
  msgstr "قابلیت امتیاز دادن کاربران به این مقاله را اضافه کنید"
850
 
851
- #: ../lib/yasr-ajax-functions.php:482
852
  msgid "If you want to insert a Multi Set, pick one:"
853
  msgstr "اگه میخواهید نقد برسی چند گانه وارد کنید, یکی را انتخاب کنید:"
854
 
855
- #: ../lib/yasr-ajax-functions.php:488
856
  msgid "Choose wich set you want to insert."
857
  msgstr "مجموعه ای که می خواهید وارد کنید را انتخاب کنید."
858
 
859
- #: ../lib/yasr-ajax-functions.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
860
  msgid "Insert Multiset:"
861
  msgstr "قرار دادن نقد و برسی های چند گانه"
862
 
863
- #: ../lib/yasr-ajax-functions.php:499
864
  msgid "Insert Multiple Set"
865
  msgstr "مجموعه نقد و برسی های چند گانه"
866
 
867
- #: ../lib/yasr-ajax-functions.php:500
868
- msgid "Insert multiple set in this post ?"
869
- msgstr "نقد و برسی های چند گانه را در پست قرار دهم؟"
870
-
871
- #: ../lib/yasr-ajax-functions.php:515
872
  msgid "Ranking reviews"
873
  msgstr "لیست امتیاز پست ها"
874
 
875
- #: ../lib/yasr-ajax-functions.php:516
876
  msgid "Insert Ranking reviews"
877
  msgstr "لیست پست ها را قرار بده"
878
 
879
- #: ../lib/yasr-ajax-functions.php:517
880
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
881
  msgstr ""
882
  "قرار دادن شورت کات [yasr_overall_rating] برای 10 تا از بیشترین پست های دارای "
883
  "امتیاز"
884
 
885
- #: ../lib/yasr-ajax-functions.php:521
886
  msgid "Users' ranking"
887
  msgstr "امتیاز های کاربران"
888
 
889
- #: ../lib/yasr-ajax-functions.php:522
890
  msgid "Insert Users ranking"
891
  msgstr "قرار دادن امتیاز کاربران"
892
 
893
- #: ../lib/yasr-ajax-functions.php:523
894
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
895
  msgstr "[yasr_most_or_highest_rated_posts]"
896
 
897
- #: ../lib/yasr-ajax-functions.php:527
898
  msgid "Most active reviewers"
899
  msgstr "فعال ترین افراد دارای نقد برسی چند گانه"
900
 
901
- #: ../lib/yasr-ajax-functions.php:528
902
  msgid "Insert Most Active Reviewers"
903
  msgstr "فعال ترین افراد دارای نقد برسی قرار بده"
904
 
905
- #: ../lib/yasr-ajax-functions.php:529
906
  msgid "Insert Top 5 active reviewers"
907
  msgstr "قرار دادن 5 نویسنده فعال دارای بیشترین نقد و برسی"
908
 
909
- #: ../lib/yasr-ajax-functions.php:533
910
  msgid "Most Active Users"
911
  msgstr "بیشترین کاربران فعال"
912
 
913
- #: ../lib/yasr-ajax-functions.php:534
914
  msgid "Insert Most Active Users"
915
  msgstr "فعال ترین کاربران امتیاز دهنده را قرار بده"
916
 
917
- #: ../lib/yasr-ajax-functions.php:535
918
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
919
  msgstr "برای قرار دادن 10 کاربر فعال از کد [yasr_visitor_votes] استفاده کنید"
920
 
921
- #: ../lib/yasr-ajax-functions.php:606
922
  msgid "Reviews and Visitor Votes have been successfull imported."
923
  msgstr "نقد و برسی ها و رای بازدید کننده ها با موفقیت اضافه شد"
924
 
925
- #: ../lib/yasr-ajax-functions.php:612
926
  msgid ""
927
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
928
  "THIS MAY TAKE A WHILE!"
@@ -930,79 +976,121 @@ msgstr ""
930
  "گام دوم: من چک میکنم اگه نقد و برسی پیدا کردم آنها را اضافه میکنم. ممکنه کمی "
931
  "زمان ببرد"
932
 
933
- #: ../lib/yasr-ajax-functions.php:614
934
  msgid "Proceed Step 2"
935
  msgstr "در حال اجرای گام دوم"
936
 
937
- #: ../lib/yasr-ajax-functions.php:621
938
  msgid "Something goes wrong! Refresh the page and try again!"
939
  msgstr "مشکلی رخ داده است! صفحه را رفرش کنید و دوباره امتحان کنید"
940
 
941
- #: ../lib/yasr-ajax-functions.php:650
942
  msgid "I've found Multiple Set! Importing..."
943
  msgstr "نقد برسی چند گانه ای پیدا شد! در حال اضافه کردن..."
944
 
945
- #: ../lib/yasr-ajax-functions.php:659
946
  msgid "Multi Set's name has been successfull imported."
947
  msgstr "نقد برسی چند گانه با موفقیت اضافه شد."
948
 
949
- #: ../lib/yasr-ajax-functions.php:661
950
  msgid "Now I'm going to import Multi Set data"
951
  msgstr "حالا در حال اضافه کردن داده های نقد برسی چند گانه هستم"
952
 
953
- #: ../lib/yasr-ajax-functions.php:672
954
  msgid "All votes has been successfull imported."
955
  msgstr "تمام رای ها با موفقیت اضافه شد."
956
 
957
- #: ../lib/yasr-ajax-functions.php:674
958
  msgid "Done"
959
  msgstr "انجام شد"
960
 
961
- #: ../lib/yasr-ajax-functions.php:679
962
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
963
  msgstr "رای های نقد و برسی چند گانه پیدا شد اما نمیتوانم در دیتابیس قرارش دهم"
964
 
965
- #: ../lib/yasr-ajax-functions.php:687
966
  msgid "I've found Multi Set but with no data"
967
  msgstr "نقد و برسی چند گانه ای پیدا شد اما بدون داده ای"
968
 
969
- #: ../lib/yasr-ajax-functions.php:696
970
  msgid "I've found Multi Sets names but I couldn't insert into db"
971
  msgstr "اسم نقد و برسی چند گانه ای پیدا شد اما نیمی توانم در دیتابیس واردش کنم"
972
 
973
- #: ../lib/yasr-ajax-functions.php:704
974
  msgid "Multisets were not found. Imported is done!"
975
  msgstr "نقد و برسی چند گانه ای پیدا نشد. اضافه شدن انجام شد!"
976
 
977
- #: ../lib/yasr-ajax-functions.php:748
978
  msgid "No Recenet votes yet"
979
  msgstr "هیچ رای ثبت نشده است"
980
 
981
- #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
 
 
 
 
 
982
  msgid "Error: you can't vote 0"
983
  msgstr "ارور: شما امتیاز نمیتوانید رای 0 دهید"
984
 
985
- #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
986
- msgid "Average rating"
987
- msgstr "میانگین امتیاز ها"
 
988
 
989
- #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
990
  msgid "Vote Saved"
991
  msgstr "رای شما ثبت شد"
992
 
993
- #: ../lib/yasr-ajax-functions.php:1149
994
  msgid "Vote updated"
995
  msgstr "رای شما تغیر یافت"
996
 
997
- #: ../lib/yasr-ajax-functions.php:1220
998
- msgid "Average "
999
- msgstr "میانگین"
1000
-
1001
- #: ../lib/yasr-ajax-functions.php:1231
1002
  #, fuzzy
1003
- msgid "You've already voted this article"
1004
- msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
1005
 
1006
- #: ../lib/yasr-ajax-functions.php:1356
 
 
 
 
1007
  msgid "stars"
1008
  msgstr "ستاره"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"
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
 
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"
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
 
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
 
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
  "نقد برسی چند گانه به شما اجازه میده تا به محصول / بیزینس محلی / یا هر چیز "
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
  "نوشته مقاله در قسمت ادیتور یا نوشت ابزار روی ستاره کلیک کنید. همینطور که در "
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
  "برای اضافه کردن نقد برسی به پست در قسمت ایدتور روی ستاره کلیک کنید \"اگه "
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. "
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
 
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
  "مشکلی در اجرای 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?"
293
  "مشکلی در اجرای 10 کاربر فعال رخ داده است. آیا مطمینید رای برای نمایش وجود "
294
  "دارد؟"
295
 
296
+ #: ../lib/yasr-settings-functions.php:52
297
  msgid "General settings"
298
  msgstr "تنظیمات عمومی"
299
 
300
+ #: ../lib/yasr-settings-functions.php:53
301
  msgid "Auto insert options"
302
  msgstr "گزینه های درج خودکار"
303
 
304
+ #: ../lib/yasr-settings-functions.php:54
305
  msgid "Show \"Overall Rating\" in Archive Page?"
306
  msgstr "رای کلی را در صفحات آرشیو نمایش بدم؟"
307
 
308
+ #: ../lib/yasr-settings-functions.php:55
309
  msgid "Show \"Visitor Votes\" in Archive Page?"
310
  msgstr "رای کاربران را در صفحات آرشیو نمایش بدم؟"
311
 
312
+ #: ../lib/yasr-settings-functions.php:56
313
  msgid "Insert custom text to show before / after stars"
314
  msgstr "می خواهید نوشته ای سفارسی برای قبل و بعد ستاره ها بنویسید؟"
315
 
316
+ #: ../lib/yasr-settings-functions.php:57
317
  msgid "Do you want show stats for visitors votes?"
318
  msgstr "آیا میخواهید آماری از تعداد و شمارش امتیاز دهندگان نمایش داده شود ؟"
319
 
320
+ #: ../lib/yasr-settings-functions.php:58
 
 
 
 
321
  msgid "Allow only logged in user to vote?"
322
  msgstr "چه کسانی مجاز به رای دادند هستند؟"
323
 
324
+ #: ../lib/yasr-settings-functions.php:59
325
  msgid "Which rich snippets do you want to use?"
326
  msgstr "ستاره ها به چه صورت در گوگل ایندکس شوند؟"
327
 
328
+ #: ../lib/yasr-settings-functions.php:60
329
  msgid "How do you want to rate \"Overall Rating\"?"
330
  msgstr "دوست دارید نمایش \"رای کلی\" به جه صورت باشد؟"
331
 
332
+ #: ../lib/yasr-settings-functions.php:74
333
  msgid "Use Auto Insert?"
334
  msgstr "گذاشتن خودکار؟"
335
 
336
+ #: ../lib/yasr-settings-functions.php:77
337
+ #: ../lib/yasr-settings-functions.php:146
338
+ #: ../lib/yasr-settings-functions.php:164
339
+ #: ../lib/yasr-settings-functions.php:206
340
+ #: ../lib/yasr-settings-functions.php:232
341
+ #: ../lib/yasr-settings-functions.php:266
342
+ #: ../lib/yasr-settings-functions.php:321
343
  msgid "Yes"
344
  msgstr "بله"
345
 
346
+ #: ../lib/yasr-settings-functions.php:91
347
+ #: ../lib/yasr-settings-functions.php:151
348
+ #: ../lib/yasr-settings-functions.php:169
349
+ #: ../lib/yasr-settings-functions.php:211
350
+ #: ../lib/yasr-settings-functions.php:237
351
+ #: ../lib/yasr-settings-functions.php:271
352
+ #: ../lib/yasr-settings-functions.php:326
353
  msgid "No"
354
  msgstr "خیر"
355
 
356
+ #: ../lib/yasr-settings-functions.php:97
357
  msgid "What?"
358
  msgstr "به چه صورت قرار بدم؟"
359
 
360
+ #: ../lib/yasr-settings-functions.php:100
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
 
368
+ #: ../lib/yasr-settings-functions.php:108
369
  msgid "Both"
370
  msgstr "هردو"
371
 
372
+ #: ../lib/yasr-settings-functions.php:112
373
  msgid "Where?"
374
  msgstr "کجا بزارمش؟"
375
 
376
+ #: ../lib/yasr-settings-functions.php:115
377
  msgid "Before the post"
378
  msgstr "قبل پست"
379
 
380
+ #: ../lib/yasr-settings-functions.php:119
381
  msgid "After the post"
382
  msgstr "بعد پست"
383
 
384
+ #: ../lib/yasr-settings-functions.php:124
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
 
403
+ #: ../lib/yasr-settings-functions.php:143
404
  msgid "Exclude Pages?"
405
  msgstr "در صفحات قرار ندم؟"
406
 
407
+ #: ../lib/yasr-settings-functions.php:161
408
  msgid "Use only in custom post types?"
409
  msgstr "فقط از پست های سفارشی استفاده کن؟"
410
 
411
+ #: ../lib/yasr-settings-functions.php:173
412
  msgid "You see this because you use custom post types."
413
  msgstr "شما این را می بینید چون از پست های سفارشی استفاده کرده اید."
414
 
415
+ #: ../lib/yasr-settings-functions.php:175
416
  msgid "If you want to use auto insert only in custom post types, choose Yes"
417
  msgstr ""
418
  "اگر فقط میخواهید به صورت خودکار در پست های سفارشی استفاده کنید, بله را "
419
  "انتخاب کنید"
420
 
421
+ #: ../lib/yasr-settings-functions.php:215
422
  msgid ""
423
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
424
  "article or page, but also in pages like Home Page, category pages or "
428
  "شد. یعنی اینکه در صفحه اصلی, صفحات دسته بندی ها و صفحات آرشیو نیز نمایش داده "
429
  "میشود."
430
 
431
+ #: ../lib/yasr-settings-functions.php:241
432
  msgid ""
433
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
434
  "article or page, but also in pages like Home Page, category pages or "
438
  "نخواهد شد. یعنی اینکه در صفحه اصلی, صفحات دسته بندی ها و صفحات آرشیو نیز "
439
  "نمایش داده میشود."
440
 
441
+ #: ../lib/yasr-settings-functions.php:276
442
  msgid "Custom text to display before Overall Rating"
443
  msgstr "این نوشته قبل از رای کلی نمایش داده میشود"
444
 
445
+ #: ../lib/yasr-settings-functions.php:281
446
+ #, fuzzy
447
+ msgid "Custom text to display BEFORE Visitor Rating"
448
+ msgstr "این نوشته قبل از رای کاربران نمایش داده میشود"
449
+
450
+ #: ../lib/yasr-settings-functions.php:287
451
+ #, fuzzy
452
+ msgid "Custom text to display AFTER Visitor Rating"
453
  msgstr "این نوشته قبل از رای کاربران نمایش داده میشود"
454
 
455
+ #: ../lib/yasr-settings-functions.php:292
456
  msgid "Custom text to display when a non logged user has already rated"
457
  msgstr "این قسمت موقعی نمایش داده میشود که کاربر ناشناسی قبلا رای داده باشد"
458
 
459
+ #: ../lib/yasr-settings-functions.php:297
460
+ msgid "Help"
461
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
462
 
463
+ #: ../lib/yasr-settings-functions.php:301
464
+ msgid ""
465
+ "In the first field you can use %overall_rating% pattern to show the overall "
466
+ "rating."
467
+ msgstr ""
468
 
469
+ #: ../lib/yasr-settings-functions.php:305
470
+ msgid ""
471
+ "In the Second and Third fields you can use %total_count% pattern to show the "
472
+ "total count, and %average% pattern to show the average"
473
+ msgstr ""
474
 
475
+ #: ../lib/yasr-settings-functions.php:344
476
  msgid "Allow only logged-in users"
477
  msgstr "فقط کاربران ثبت نام شده"
478
 
479
+ #: ../lib/yasr-settings-functions.php:348
480
  msgid "Allow everybody (logged in and anonymous)"
481
  msgstr "همه کس ( ثبت نام کرده و ناشناس )"
482
 
483
+ #: ../lib/yasr-settings-functions.php:365
484
  msgid "Review Rating"
485
  msgstr "نمایش به صورت نقد برسی"
486
 
487
+ #: ../lib/yasr-settings-functions.php:369
488
  msgid "Aggregate Rating"
489
  msgstr "نمایش به صورت رای کاربران و تعداد رای ها"
490
 
491
+ #: ../lib/yasr-settings-functions.php:374
492
  msgid "What is this?"
493
  msgstr "این چی هست حالا ؟"
494
 
495
+ #: ../lib/yasr-settings-functions.php:379
496
  msgid ""
497
  "If you select \"Review Rating\", your site will be indexed from search "
498
  "engines like this: "
500
  "اگر شما \"به صورت نقد برسی\" را انتخاب کنید, در گوگل و موتور های جستجو به "
501
  "این صورت نمایش داده خواهد شد:"
502
 
503
+ #: ../lib/yasr-settings-functions.php:384
504
  msgid ""
505
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
506
  "this"
508
  "اگر شما \"رای کاربران و تعداد رای ها\" را انتخاب کنید, در گوگل و موتور های "
509
  "جستجو به این صورت نمایش داده خواهد شد:"
510
 
511
+ #: ../lib/yasr-settings-functions.php:402
512
  msgid "Stars"
513
  msgstr "به صورت ستاره"
514
 
515
+ #: ../lib/yasr-settings-functions.php:406
516
  msgid "Numbers"
517
  msgstr "به صورت اعداد"
518
 
519
+ #: ../lib/yasr-settings-functions.php:431
520
+ msgid "Which color scheme do you want to use?"
521
+ msgstr "دوست دارید چه رنگی نمایش داده شود؟"
522
+
523
+ #: ../lib/yasr-settings-functions.php:452
524
+ msgid "Light"
525
+ msgstr "روشن"
526
+
527
+ #: ../lib/yasr-settings-functions.php:457
528
+ msgid "Dark"
529
+ msgstr "تیره"
530
+
531
+ #: ../lib/yasr-settings-functions.php:462
532
+ msgid "Preview"
533
+ msgstr "پیش نمایش"
534
+
535
+ #: ../lib/yasr-settings-functions.php:467
536
+ msgid "Light theme"
537
+ msgstr "قالب روشن"
538
+
539
+ #: ../lib/yasr-settings-functions.php:472
540
+ #, fuzzy
541
+ msgid "Dark theme"
542
+ msgstr "قالب تیره"
543
+
544
+ #: ../lib/yasr-settings-functions.php:487
545
  msgid "Add New Multiple Set"
546
  msgstr "1 نقد و برسی چند گانه بسازید"
547
 
548
+ #: ../lib/yasr-settings-functions.php:488
549
  msgid ""
550
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
551
  "characters"
553
  "اسم, المان 1 و المان 2 حتما باید پر شود و در فیلد ها حتما باید بیشتر از 3 "
554
  "کارکتر وارد کنید"
555
 
556
+ #: ../lib/yasr-settings-functions.php:491
557
  msgid "Name"
558
  msgstr "اسم"
559
 
560
+ #: ../lib/yasr-settings-functions.php:496
561
  msgid "You can insert up to nine elements"
562
  msgstr ""
563
  "شما میتوانید 9 المان ثبت کنید برای مثال فرض کنید گوشی اپل رو میخواهید برسی "
564
  "کنید به این صورت وارد کنید! دوربین, صفحه نمایش, صدا.... و اسم رو هم بزارید "
565
  "اپل تا پیدا کردنش راحت باشه براتون!"
566
 
567
+ #: ../lib/yasr-settings-functions.php:501
568
  msgid "Element "
569
  msgstr "المان"
570
 
571
+ #: ../lib/yasr-settings-functions.php:511
572
  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
 
580
+ #: ../lib/yasr-settings-functions.php:534
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
  "اگر چیزی را پاک کنید امتیاز ها و رای ها هم پاک خواهند شد و قابل برگشت هم "
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
 
627
+ #: ../lib/yasr-settings-functions.php:904
628
+ #: ../lib/yasr-settings-functions.php:1172
629
  msgid "Settings Saved"
630
  msgstr "تنظیمات ذخیره شد"
631
 
632
+ #: ../lib/yasr-settings-functions.php:909
633
  msgid "Something goes wrong trying insert set field name. Please report it"
634
  msgstr "مشکلی در وارد کردن اسم فیلد رخ داده است. خواهشا گزارش دهید"
635
 
636
+ #: ../lib/yasr-settings-functions.php:915
637
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
638
  msgstr ""
639
  "مشکلی در وارد کردن اسم نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
640
 
641
+ #: ../lib/yasr-settings-functions.php:990
642
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
643
  msgstr "مشکلی در پاک کردن نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
644
 
645
+ #: ../lib/yasr-settings-functions.php:1036
646
  msgid ""
647
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
648
  msgstr ""
649
  "مشکلی در پاک کردن المان نقد برسی چند گانه رخ داده است. خواهشا گزارش دهید"
650
 
651
+ #: ../lib/yasr-settings-functions.php:1100
652
  msgid ""
653
  "Something goes wrong trying to update a Multi Set's element. Please report it"
654
  msgstr "مشکلی در آپدیت المان برسی چند گانه رخ داده است. خواهشا گزارش دهید"
655
 
656
+ #: ../lib/yasr-settings-functions.php:1157
657
  msgid ""
658
  "Something goes wrong trying to insert set field name in edit form. Please "
659
  "report it"
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
 
751
+ #: ../lib/yasr-db-functions.php:310
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
 
759
+ #: ../lib/yasr-db-functions.php:334
760
+ #, php-format
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
 
773
  msgid "Yet Another Stars Rating: Settings"
774
  msgstr "تنظیمات: Yet Another Stars Rating"
775
 
776
+ #: ../lib/yasr-functions.php:148
 
 
 
 
777
  msgid "Yet Another Stars Rating: Multiple set"
778
  msgstr "افزودن نقد برسی های چند گانه به پست"
779
 
780
+ #: ../lib/yasr-functions.php:159
 
 
 
 
781
  msgid "You don't have enought privileges to insert Overall Rating"
782
  msgstr "شما امتیاز کافی ندارید تا رای کلی را قرار دهید"
783
 
784
+ #: ../lib/yasr-functions.php:169
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
 
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
  "گام دوم: من چک میکنم اگه نقد و برسی پیدا کردم آنها را اضافه میکنم. ممکنه کمی "
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"
1070
+ #~ msgstr ""
1071
+ #~ "به نظر می آید شما قبلا تنظیمات افزونه gd star rating را اضافه کرده اید"
1072
+
1073
+ #~ msgid "Visitors can vote on Multi Set"
1074
+ #~ msgstr "کاربران میتوانند در نقد و برسی چندگانه رای دهند"
1075
+
1076
+ #~ msgid "Overall Rating"
1077
+ #~ msgstr "رای کلی ( رای نویسنده )"
1078
+
1079
+ #~ msgid "Remember to insert this shortcode"
1080
+ #~ msgstr "یادتان باشد حتما این شورت کات را"
1081
+
1082
+ #~ msgid "where you want to display this multi set"
1083
+ #~ msgstr "درون پست و قسمتی که میخواهید نمایش داده شود قرار دهید"
1084
+
1085
+ #~ msgid "Insert multiple set in this post ?"
1086
+ #~ msgstr "نقد و برسی های چند گانه را در پست قرار دهم؟"
1087
+
1088
+ #~ msgid "Average rating"
1089
+ #~ msgstr "میانگین امتیاز ها"
1090
+
1091
+ #~ msgid "Average "
1092
+ #~ msgstr "میانگین"
1093
+
1094
+ #, fuzzy
1095
+ #~ msgid "You've already voted this article"
1096
+ #~ msgstr "شما به این مقاله قبلا رای داده اید با امتیاز"
languages/yasr-fr_FR.mo CHANGED
Binary file
languages/yasr-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-03-03 12:36+0100\n"
5
- "PO-Revision-Date: 2015-03-03 12:36+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: en\n"
@@ -19,7 +19,8 @@ msgstr ""
19
  msgid "Rate this article / item"
20
  msgstr "Evaluez cet article / ce produit"
21
 
22
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
 
23
  msgid "Loading, please wait"
24
  msgstr "Chargement, attendez s'il vous plais"
25
 
@@ -27,16 +28,20 @@ msgstr "Chargement, attendez s'il vous plais"
27
  msgid "Save Vote"
28
  msgstr "Vote enregistré"
29
 
30
- #: ../yasr-metabox-top-right.php:164
31
  msgid "This review is about a..."
32
  msgstr "Cette avis est pour un..."
33
 
34
- #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
35
- #: ../lib/yasr-settings-functions.php:505
 
 
 
 
36
  msgid "Select"
37
  msgstr "Sélection"
38
 
39
- #: ../yasr-metabox-top-right.php:211
40
  msgid ""
41
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
42
  "where you want to display this rating"
@@ -46,7 +51,7 @@ msgstr ""
46
 
47
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
48
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
49
- #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
50
  msgid "You do not have sufficient permissions to access this page."
51
  msgstr ""
52
  "Vous n'avez pas de permissions suffisantes pour avoir accès à cette page."
@@ -72,7 +77,8 @@ msgstr "Styles"
72
  msgid "Pro Features!"
73
  msgstr "Diagramme Pro"
74
 
75
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:276
 
76
  msgid "Save"
77
  msgstr "Sauvegarder"
78
 
@@ -135,7 +141,7 @@ msgstr "Gérer les votes multiples ?"
135
  msgid "What is a Multi Set?"
136
  msgstr "Qu'est ce que les votes multiples ?"
137
 
138
- #: ../yasr-settings-page.php:204
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."
@@ -144,7 +150,7 @@ msgstr ""
144
  "votre produit / entreprise / ou tout ce dont vous voulez, regardez l'image "
145
  "ci-dessous."
146
 
147
- #: ../yasr-settings-page.php:208
148
  msgid ""
149
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
150
  "different fields. Once you've saved it, you can insert the rates while "
@@ -156,7 +162,7 @@ msgstr ""
156
  "via l'éditeur d'article comme vous pouvez le voir sur cette image (cliquez "
157
  "pour agrandir)"
158
 
159
- #: ../yasr-settings-page.php:212
160
  msgid ""
161
  "In order to insert your Multi Sets into a post or page, you can either past "
162
  "the short code that will appear at the bottom of the box or just click on "
@@ -167,24 +173,24 @@ msgstr ""
167
  "pouvez cliquer sur l'étoile dans l'éditeur de diagramme et sélectionné "
168
  "\"Inserer un vote multiple\"."
169
 
170
- #: ../yasr-settings-page.php:218
171
  msgid "Close this message"
172
  msgstr "Choisissez ce message"
173
 
174
- #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
175
- #: ../lib/yasr-settings-functions.php:1320
176
  msgid "Donations"
177
  msgstr ""
178
 
179
- #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
180
- #: ../lib/yasr-settings-functions.php:1322
181
  msgid ""
182
  "If you have found this plugin useful, please consider making a donation to "
183
  "help support future development. Your support will be much appreciated. "
184
  msgstr ""
185
 
186
- #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
187
- #: ../lib/yasr-settings-functions.php:1324
188
  msgid "Thank you!"
189
  msgstr ""
190
 
@@ -192,72 +198,88 @@ msgstr ""
192
  msgid "Choose wich set you want to use"
193
  msgstr "Choisissez quel ensemble vous voulez utiliser"
194
 
195
- #: ../lib/yasr-shortcode-functions.php:185
196
- #: ../lib/yasr-shortcode-functions.php:207
 
197
  msgid "You've already voted this article with"
198
  msgstr "Vous avez déjà voté (note : )"
199
 
200
- #: ../lib/yasr-shortcode-functions.php:218
 
201
  msgid "You must sign to vote"
202
  msgstr "Vous devez être connecté pour voter"
203
 
204
- #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
205
- #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
206
- #: ../lib/yasr-ajax-functions.php:1220
207
  msgid "Total: "
208
  msgstr "Total : "
209
 
210
- #: ../lib/yasr-shortcode-functions.php:227
211
  msgid "Average: "
212
  msgstr "Moyenne : "
213
 
214
- #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  msgid "Rating"
216
  msgstr "Évaluation"
217
 
218
- #: ../lib/yasr-shortcode-functions.php:406
219
  msgid "You don't have any votes stored"
220
  msgstr "Vous n'avez pas encore de votes"
221
 
222
- #: ../lib/yasr-shortcode-functions.php:442
223
- #: ../lib/yasr-shortcode-functions.php:480
224
  msgid "Post / Page"
225
  msgstr "Article / Page"
226
 
227
- #: ../lib/yasr-shortcode-functions.php:443
228
- #: ../lib/yasr-shortcode-functions.php:481
229
  msgid "Order By"
230
  msgstr "Trié par"
231
 
232
- #: ../lib/yasr-shortcode-functions.php:443
233
- #: ../lib/yasr-shortcode-functions.php:481
234
  msgid "Most Rated"
235
  msgstr "Le plus évalué"
236
 
237
- #: ../lib/yasr-shortcode-functions.php:443
238
- #: ../lib/yasr-shortcode-functions.php:481
239
  msgid "Highest Rated"
240
  msgstr "Les meilleurs notes"
241
 
242
- #: ../lib/yasr-shortcode-functions.php:460
243
- #: ../lib/yasr-shortcode-functions.php:495
244
  msgid "Total:"
245
  msgstr "Total :"
246
 
247
- #: ../lib/yasr-shortcode-functions.php:460
248
- #: ../lib/yasr-shortcode-functions.php:495
249
  msgid "Average"
250
  msgstr "Moyenne"
251
 
252
- #: ../lib/yasr-shortcode-functions.php:472
253
  msgid "You've not enough data"
254
  msgstr "Vous n'avez pas assez de vote"
255
 
256
- #: ../lib/yasr-shortcode-functions.php:507
257
  msgid "You've not enought data"
258
  msgstr "Vous n'avez pas assez de vote"
259
 
260
- #: ../lib/yasr-shortcode-functions.php:592
261
  msgid ""
262
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
263
  "any review?"
@@ -265,7 +287,7 @@ msgstr ""
265
  "Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
266
  "Avez-vous publié un vote ?"
267
 
268
- #: ../lib/yasr-shortcode-functions.php:660
269
  msgid ""
270
  "Problem while retrieving the top 10 active users chart. Are you sure you "
271
  "have votes to show?"
@@ -273,137 +295,133 @@ msgstr ""
273
  "Nous avons rencontrer un problème en affichant les 10 plus actifs "
274
  "utilisateurs. Etes vous sur que les votes ont été fait?"
275
 
276
- #: ../lib/yasr-settings-functions.php:49
277
  msgid "General settings"
278
  msgstr "Réglage général"
279
 
280
- #: ../lib/yasr-settings-functions.php:50
281
  msgid "Auto insert options"
282
  msgstr "Options d'insertion automatique"
283
 
284
- #: ../lib/yasr-settings-functions.php:51
285
  #, fuzzy
286
  msgid "Show \"Overall Rating\" in Archive Page?"
287
  msgstr "Afficher \"Vote Général\" sur la page d'accueil"
288
 
289
- #: ../lib/yasr-settings-functions.php:52
290
  msgid "Show \"Visitor Votes\" in Archive Page?"
291
  msgstr ""
292
 
293
- #: ../lib/yasr-settings-functions.php:53
294
  msgid "Insert custom text to show before / after stars"
295
  msgstr "Insérez le texte personnalisé avant / après les étoiles"
296
 
297
- #: ../lib/yasr-settings-functions.php:54
298
  msgid "Do you want show stats for visitors votes?"
299
  msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
300
 
301
- #: ../lib/yasr-settings-functions.php:55
302
- msgid "Which color scheme do you want to use?"
303
- msgstr "Quel couleur voulez-vous utiliser ?"
304
-
305
- #: ../lib/yasr-settings-functions.php:56
306
  msgid "Allow only logged in user to vote?"
307
  msgstr "Seul les utilisateurs connectés peuvent voter ?"
308
 
309
- #: ../lib/yasr-settings-functions.php:57
310
  msgid "Which rich snippets do you want to use?"
311
  msgstr "Quels extraits voulez vous utiliser ? "
312
 
313
- #: ../lib/yasr-settings-functions.php:58
314
  msgid "How do you want to rate \"Overall Rating\"?"
315
  msgstr "Comment voulez vous mesurer le \"vote général \" ?"
316
 
317
- #: ../lib/yasr-settings-functions.php:72
318
  msgid "Use Auto Insert?"
319
  msgstr "Utilisez l'insersion automatique ?"
320
 
321
- #: ../lib/yasr-settings-functions.php:75
322
- #: ../lib/yasr-settings-functions.php:144
323
- #: ../lib/yasr-settings-functions.php:162
324
- #: ../lib/yasr-settings-functions.php:204
325
- #: ../lib/yasr-settings-functions.php:230
326
- #: ../lib/yasr-settings-functions.php:262
327
- #: ../lib/yasr-settings-functions.php:313
328
  msgid "Yes"
329
  msgstr "Oui"
330
 
331
- #: ../lib/yasr-settings-functions.php:89
332
- #: ../lib/yasr-settings-functions.php:149
333
- #: ../lib/yasr-settings-functions.php:167
334
- #: ../lib/yasr-settings-functions.php:209
335
- #: ../lib/yasr-settings-functions.php:235
336
- #: ../lib/yasr-settings-functions.php:267
337
- #: ../lib/yasr-settings-functions.php:318
338
  msgid "No"
339
  msgstr "No"
340
 
341
- #: ../lib/yasr-settings-functions.php:95
342
  msgid "What?"
343
  msgstr "Que voulez-vous ?"
344
 
345
- #: ../lib/yasr-settings-functions.php:98
346
  msgid "Overall Rating / Author Rating"
347
  msgstr "Vote administrateur / Vote Auteur"
348
 
349
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
350
  msgid "Visitor Votes"
351
  msgstr "Vote visiteur"
352
 
353
- #: ../lib/yasr-settings-functions.php:106
354
  msgid "Both"
355
  msgstr "Tous les deux"
356
 
357
- #: ../lib/yasr-settings-functions.php:110
358
  msgid "Where?"
359
  msgstr "ou ?"
360
 
361
- #: ../lib/yasr-settings-functions.php:113
362
  msgid "Before the post"
363
  msgstr "Avant l'article"
364
 
365
- #: ../lib/yasr-settings-functions.php:117
366
  msgid "After the post"
367
  msgstr "Après l'article"
368
 
369
- #: ../lib/yasr-settings-functions.php:122
370
  msgid "Size"
371
  msgstr "Taille"
372
 
373
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
374
- #: ../lib/yasr-ajax-functions.php:470
375
  msgid "Small"
376
  msgstr "Petit"
377
 
378
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
379
- #: ../lib/yasr-ajax-functions.php:471
380
  msgid "Medium"
381
  msgstr "Moyen"
382
 
383
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
384
- #: ../lib/yasr-ajax-functions.php:472
385
  msgid "Large"
386
  msgstr "Large"
387
 
388
- #: ../lib/yasr-settings-functions.php:141
389
  msgid "Exclude Pages?"
390
  msgstr "Pages à exclures ?"
391
 
392
- #: ../lib/yasr-settings-functions.php:159
393
  msgid "Use only in custom post types?"
394
  msgstr "Utilisez seulement en configuration personalisée ?"
395
 
396
- #: ../lib/yasr-settings-functions.php:171
397
  msgid "You see this because you use custom post types."
398
  msgstr "Vous voyez ceci car vous utilisez une configuration personalisé."
399
 
400
- #: ../lib/yasr-settings-functions.php:173
401
  msgid "If you want to use auto insert only in custom post types, choose Yes"
402
  msgstr ""
403
  "Si vous voulez utiliser le mode automatique et le mode personalisé; "
404
  "choisissez Oui"
405
 
406
- #: ../lib/yasr-settings-functions.php:213
407
  msgid ""
408
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
409
  "article or page, but also in pages like Home Page, category pages or "
@@ -413,7 +431,7 @@ msgstr ""
413
  "l'article ou la page, mais aussi sur la page d'accueil, les catégories de la "
414
  "page et les archives."
415
 
416
- #: ../lib/yasr-settings-functions.php:239
417
  #, fuzzy
418
  msgid ""
419
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
@@ -424,70 +442,63 @@ msgstr ""
424
  "l'article ou la page, mais aussi sur la page d'accueil, les catégories de la "
425
  "page et les archives."
426
 
427
- #: ../lib/yasr-settings-functions.php:272
428
  msgid "Custom text to display before Overall Rating"
429
  msgstr "Texte à personnalisé à afficher avant le vote général"
430
 
431
- #: ../lib/yasr-settings-functions.php:277
432
- msgid "Custom text to display before Visitor Rating"
 
 
 
 
 
 
433
  msgstr "Texte à personalisé à afficher avant le vote visiteur"
434
 
435
- #: ../lib/yasr-settings-functions.php:282
436
  msgid "Custom text to display when a non logged user has already rated"
437
  msgstr ""
438
  "Texte à personnalisé pour afficher lorsqu'un utilisateur non enregistrée a "
439
  "déjà voté"
440
 
441
- #: ../lib/yasr-settings-functions.php:296
442
- msgid ""
443
- "Seems like you've imported gd star rating in the past, but then deleted the "
444
- "logs table. For now, you can't enable statistics"
445
  msgstr ""
446
- "On dirait que vous avez importé Gd Star Rating dans le passé , mais ensuite "
447
- "vous avez supprimé la table. Pour l'instant , vous ne pouvez pas activer les "
448
- "statistiques"
449
-
450
- #: ../lib/yasr-settings-functions.php:338
451
- msgid "Light"
452
- msgstr "Clair"
453
 
454
- #: ../lib/yasr-settings-functions.php:343
455
- msgid "Dark"
456
- msgstr "Sombre"
457
-
458
- #: ../lib/yasr-settings-functions.php:348
459
- msgid "Preview"
460
- msgstr "Prévisualisation"
461
-
462
- #: ../lib/yasr-settings-functions.php:353
463
- msgid "Light theme"
464
- msgstr "Thème clair"
465
 
466
- #: ../lib/yasr-settings-functions.php:358
467
- msgid "Dark Theme"
468
- msgstr "Thème foncé"
 
 
469
 
470
- #: ../lib/yasr-settings-functions.php:376
471
  msgid "Allow only logged-in users"
472
  msgstr "Seul les utilisateurs connectés sont autorisés"
473
 
474
- #: ../lib/yasr-settings-functions.php:380
475
  msgid "Allow everybody (logged in and anonymous)"
476
  msgstr "Permettre à chacun ( connecté et anonyme )"
477
 
478
- #: ../lib/yasr-settings-functions.php:397
479
  msgid "Review Rating"
480
  msgstr "Classement des avis"
481
 
482
- #: ../lib/yasr-settings-functions.php:401
483
  msgid "Aggregate Rating"
484
  msgstr "Note globale"
485
 
486
- #: ../lib/yasr-settings-functions.php:406
487
  msgid "What is this?"
488
  msgstr "Qu'est ce que c'est ?"
489
 
490
- #: ../lib/yasr-settings-functions.php:411
491
  msgid ""
492
  "If you select \"Review Rating\", your site will be indexed from search "
493
  "engines like this: "
@@ -495,7 +506,7 @@ msgstr ""
495
  "Si vous sélectionnez \" Classement des avis \" , votre site sera indexé par "
496
  "les moteurs de recherche comme ceci :"
497
 
498
- #: ../lib/yasr-settings-functions.php:416
499
  msgid ""
500
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
501
  "this"
@@ -503,19 +514,44 @@ msgstr ""
503
  "Si , à la place , vous choisissez \" note générale \" , votre site sera "
504
  "indexé comme ceci"
505
 
506
- #: ../lib/yasr-settings-functions.php:434
507
  msgid "Stars"
508
  msgstr "Etoiles"
509
 
510
- #: ../lib/yasr-settings-functions.php:438
511
  msgid "Numbers"
512
  msgstr "Nombres"
513
 
514
- #: ../lib/yasr-settings-functions.php:450
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
515
  msgid "Add New Multiple Set"
516
  msgstr "Ajouter un nouveau vote multiple"
517
 
518
- #: ../lib/yasr-settings-functions.php:451
519
  msgid ""
520
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
521
  "characters"
@@ -523,48 +559,48 @@ msgstr ""
523
  "Nom , l'élément n ° 1 et n ° 2 doivent être rempli et doit être longueur "
524
  "minimum d'au moins 3 caractères"
525
 
526
- #: ../lib/yasr-settings-functions.php:454
527
  msgid "Name"
528
  msgstr "Nom"
529
 
530
- #: ../lib/yasr-settings-functions.php:459
531
  msgid "You can insert up to nine elements"
532
  msgstr "Vous pouvez insérer jusqu'à neuf éléments"
533
 
534
- #: ../lib/yasr-settings-functions.php:464
535
  msgid "Element "
536
  msgstr "Elément"
537
 
538
- #: ../lib/yasr-settings-functions.php:474
539
  msgid "Create New Set"
540
  msgstr "Créez un nouvel ensemble"
541
 
542
- #: ../lib/yasr-settings-functions.php:495
543
- #: ../lib/yasr-settings-functions.php:527
544
  msgid "Manage Multiple Set"
545
  msgstr "Gérez les votes multiples"
546
 
547
- #: ../lib/yasr-settings-functions.php:497
548
  msgid "Wich set do you want to edit or remove?"
549
  msgstr "Quel ensemble voulez-vous modifier ou supprimer ?"
550
 
551
- #: ../lib/yasr-settings-functions.php:537
552
- #: ../lib/yasr-settings-functions.php:655
553
  msgid "Field name"
554
  msgstr "Nom du champ"
555
 
556
- #: ../lib/yasr-settings-functions.php:541
557
- #: ../lib/yasr-settings-functions.php:659
558
  msgid "Remove"
559
  msgstr "Supprimer"
560
 
561
- #: ../lib/yasr-settings-functions.php:583
562
- #: ../lib/yasr-settings-functions.php:701
563
  msgid "Remove whole set?"
564
  msgstr "Suprimer tout ?"
565
 
566
- #: ../lib/yasr-settings-functions.php:596
567
- #: ../lib/yasr-settings-functions.php:714
568
  msgid ""
569
  "If you remove something you will remove all the votes for that set or field. "
570
  "This operation CAN'T BE undone."
@@ -572,63 +608,63 @@ msgstr ""
572
  "Si vous retirez quelque chose que vous allez supprimer tous les votes pour "
573
  "cet ensemble ou ce champ . Cette opération ne peut pas être annulée."
574
 
575
- #: ../lib/yasr-settings-functions.php:603
576
- #: ../lib/yasr-settings-functions.php:721
577
  msgid "You can use up to 9 elements"
578
  msgstr "Vous pouvez utiliser jusqu'à 9 éléments"
579
 
580
- #: ../lib/yasr-settings-functions.php:605
581
- #: ../lib/yasr-settings-functions.php:723
582
  msgid "Add element"
583
  msgstr "Ajoutez un élément"
584
 
585
- #: ../lib/yasr-settings-functions.php:607
586
- #: ../lib/yasr-settings-functions.php:725
587
  msgid "Save changes"
588
  msgstr "Sauvegardez les modifications"
589
 
590
- #: ../lib/yasr-settings-functions.php:617
591
  msgid "No Multiple Set were found"
592
  msgstr "Aucune vote multiple a été retrouvées"
593
 
594
- #: ../lib/yasr-settings-functions.php:867
595
- #: ../lib/yasr-settings-functions.php:1135
596
  msgid "Settings Saved"
597
  msgstr "Réglages sauvegardés"
598
 
599
- #: ../lib/yasr-settings-functions.php:872
600
  msgid "Something goes wrong trying insert set field name. Please report it"
601
  msgstr ""
602
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
603
  "enemble. Merci de le signaler"
604
 
605
- #: ../lib/yasr-settings-functions.php:878
606
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
607
  msgstr ""
608
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un vote "
609
  "multiple. Merci de le signaler"
610
 
611
- #: ../lib/yasr-settings-functions.php:953
612
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
613
  msgstr ""
614
  "Une erreur s'est produite quand vous avez essayer de supprilmer un vote "
615
  "multiple. Merci de le signaler"
616
 
617
- #: ../lib/yasr-settings-functions.php:999
618
  msgid ""
619
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
620
  msgstr ""
621
  "Une erreur s'est produite quand vous avez de supprimer un élement d'un vote "
622
  "multiple. Merci de le signaler"
623
 
624
- #: ../lib/yasr-settings-functions.php:1063
625
  msgid ""
626
  "Something goes wrong trying to update a Multi Set's element. Please report it"
627
  msgstr ""
628
  "Une erreur s'est produite quand vous avez essayer de modifier un élément "
629
  "d'un vote multiple. Merci de le signaler"
630
 
631
- #: ../lib/yasr-settings-functions.php:1120
632
  msgid ""
633
  "Something goes wrong trying to insert set field name in edit form. Please "
634
  "report it"
@@ -636,15 +672,15 @@ msgstr ""
636
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
637
  "champ depuis l'éditeur. Merci de le signaler"
638
 
639
- #: ../lib/yasr-settings-functions.php:1163
640
  msgid "Style Options"
641
  msgstr "Options du style"
642
 
643
- #: ../lib/yasr-settings-functions.php:1164
644
  msgid "Custom CSS Styles"
645
  msgstr "Style Css personalisé"
646
 
647
- #: ../lib/yasr-settings-functions.php:1169
648
  msgid ""
649
  "Please use text area below to write your own CSS styles to override the "
650
  "default ones."
@@ -652,101 +688,102 @@ msgstr ""
652
  "Merci d'utiliser la zone de texte ci-dessous pour écrire vos propres styles "
653
  "CSS afin d'outrepasser ceux par défaut ."
654
 
655
- #: ../lib/yasr-settings-functions.php:1171
656
  msgid "Leave it blank if you don't know what you're doing"
657
  msgstr "Laissez ce champ vide si vous ne savez pas ce que vous faites"
658
 
659
- #: ../lib/yasr-settings-functions.php:1194
660
  msgid "Looking for more features?"
661
  msgstr ""
662
 
663
- #: ../lib/yasr-settings-functions.php:1195
664
  msgid "Upgrade to yasr pro!"
665
  msgstr ""
666
 
667
- #: ../lib/yasr-settings-functions.php:1211
668
  msgid "Unlimited ratings and votes"
669
  msgstr ""
670
 
671
- #: ../lib/yasr-settings-functions.php:1217
672
  #, fuzzy
673
  msgid "Works with shortcodes"
674
  msgstr "Vos shortcodes enregistrés :"
675
 
676
- #: ../lib/yasr-settings-functions.php:1223
677
  #, fuzzy
678
  msgid "Multi Set Support"
679
  msgstr "Votes Multiple"
680
 
681
- #: ../lib/yasr-settings-functions.php:1228
682
  #, fuzzy
683
  msgid "Logs and stats for visitors votes"
684
  msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
685
 
686
- #: ../lib/yasr-settings-functions.php:1233
687
  msgid "Localization (.po and .mo files included)"
688
  msgstr ""
689
 
690
- #: ../lib/yasr-settings-functions.php:1238
691
  msgid "Rich Snippet Support"
692
  msgstr ""
693
 
694
- #: ../lib/yasr-settings-functions.php:1243
695
  msgid "Rankings for reviews, votes and users"
696
  msgstr ""
697
 
698
- #: ../lib/yasr-settings-functions.php:1248
699
  msgid "Rankings Customization"
700
  msgstr ""
701
 
702
- #: ../lib/yasr-settings-functions.php:1253
703
  msgid "Stars Customization"
704
  msgstr ""
705
 
706
- #: ../lib/yasr-settings-functions.php:1254
707
  #, fuzzy
708
  msgid "Size Only"
709
  msgstr "Taille"
710
 
711
- #: ../lib/yasr-settings-functions.php:1255
712
  msgid ""
713
  "Users can choose different ready to use sets or can upload their own images."
714
  msgstr ""
715
 
716
- #: ../lib/yasr-settings-functions.php:1258
717
- msgid "Visitors can vote on Multi Set"
718
- msgstr ""
719
-
720
- #: ../lib/yasr-settings-functions.php:1263
721
  msgid "Users can review in comments"
722
  msgstr ""
723
 
724
- #: ../lib/yasr-settings-functions.php:1274
725
  msgid "Not avaible yet"
726
  msgstr ""
727
 
728
- #: ../lib/yasr-settings-functions.php:1306
729
- #: ../lib/yasr-settings-functions.php:1333
730
  msgid "Follow YASR official site!"
731
  msgstr ""
732
 
733
- #: ../lib/yasr-settings-functions.php:1363
734
  msgid "No previous Gd Star Rating installation was found"
735
  msgstr "Aucune installation précédente de GD Rating n'a été trouvé"
736
 
737
- #: ../lib/yasr-db-functions.php:280
738
  msgid "No recenet votes yet"
739
  msgstr "Aucun vote récent"
740
 
741
- #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
742
  msgid "anonymous"
743
  msgstr "anonyme"
744
 
745
- #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
 
 
 
 
 
746
  msgid "Ip address"
747
  msgstr "Adresse IP"
748
 
749
- #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
750
  msgid "Pages"
751
  msgstr "Pages"
752
 
@@ -754,51 +791,43 @@ msgstr "Pages"
754
  msgid "Yet Another Stars Rating: Settings"
755
  msgstr "Yet Another Stars Rating : Réglages"
756
 
757
- #: ../lib/yasr-functions.php:143
758
- msgid "YASR"
759
- msgstr ""
760
-
761
- #: ../lib/yasr-functions.php:144
762
  msgid "Yet Another Stars Rating: Multiple set"
763
  msgstr "Yet Another Stars Rating: Vote multiple"
764
 
765
- #: ../lib/yasr-functions.php:150
766
- msgid "Overall Rating"
767
- msgstr "Vote général"
768
-
769
- #: ../lib/yasr-functions.php:160
770
  msgid "You don't have enought privileges to insert Overall Rating"
771
  msgstr "Vous ne avez pas assez de privilèges pour donner une Note globale"
772
 
773
- #: ../lib/yasr-functions.php:170
774
  msgid "You don't have enought privileges to insert Multi Set"
775
  msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
776
 
777
- #: ../lib/yasr-functions.php:310
778
  msgid " reviewed by "
779
  msgstr "Evalué par"
780
 
781
- #: ../lib/yasr-functions.php:311
782
  msgid " on "
783
  msgstr "sur"
784
 
785
- #: ../lib/yasr-functions.php:312
786
  msgid " rated "
787
  msgstr "evalué"
788
 
789
- #: ../lib/yasr-functions.php:312
790
  msgid " of"
791
  msgstr "de "
792
 
793
- #: ../lib/yasr-functions.php:359
794
  msgid " written by "
795
  msgstr "Ecris par"
796
 
797
- #: ../lib/yasr-functions.php:361
798
  msgid " average rating "
799
  msgstr "Moyenne des votes"
800
 
801
- #: ../lib/yasr-functions.php:362
802
  msgid " user ratings"
803
  msgstr "evaluations visiteur"
804
 
@@ -820,128 +849,142 @@ msgstr ""
820
  msgid "Choose a vote for each element"
821
  msgstr "Choisissez un vote pour chaque élément"
822
 
823
- #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
824
- msgid "Remember to insert this shortcode"
825
- msgstr "N'oubliez pas d'insérer ce shortcode"
 
826
 
827
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
828
- msgid "where you want to display this multi set"
829
- msgstr "Ou désirez-vous afficher ce vote multiple"
 
 
830
 
831
- #: ../lib/yasr-ajax-functions.php:265
832
  msgid "Choose a vote for every element"
833
  msgstr "Choisissez un vote pour chaque élément"
834
 
835
- #: ../lib/yasr-ajax-functions.php:432
836
  msgid "Main"
837
  msgstr "Principal"
838
 
839
- #: ../lib/yasr-ajax-functions.php:433
840
  msgid "Charts"
841
  msgstr "Diagrammes"
842
 
843
- #: ../lib/yasr-ajax-functions.php:435
844
  msgid "Read the doc"
845
  msgstr "Lisez la documentation"
846
 
847
- #: ../lib/yasr-ajax-functions.php:444
848
  msgid "Overall Rating / Review"
849
  msgstr "Note globale / Examen"
850
 
851
- #: ../lib/yasr-ajax-functions.php:446
852
  msgid "Insert Overall Rating"
853
  msgstr "Insérer la note générale"
854
 
855
- #: ../lib/yasr-ajax-functions.php:447
856
  msgid "Insert Overall Rating / Review for this post"
857
  msgstr "Insérez une note générale / avis pour cette article"
858
 
859
- #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
860
  msgid "Choose Size"
861
  msgstr "Choisissez la taille"
862
 
863
- #: ../lib/yasr-ajax-functions.php:464
864
  msgid "Insert Visitor Votes"
865
  msgstr "Insérez les votes visiteurs"
866
 
867
- #: ../lib/yasr-ajax-functions.php:465
868
  msgid "Insert the ability for your visitor to vote"
869
  msgstr "Insérez la capacité pour votre visiteur à voter"
870
 
871
- #: ../lib/yasr-ajax-functions.php:482
872
  msgid "If you want to insert a Multi Set, pick one:"
873
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
874
 
875
- #: ../lib/yasr-ajax-functions.php:488
876
  msgid "Choose wich set you want to insert."
877
  msgstr "Choisissez quel ensemble vous voulez insérer"
878
 
879
- #: ../lib/yasr-ajax-functions.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
880
  msgid "Insert Multiset:"
881
  msgstr "Insérer un vote multiple :"
882
 
883
- #: ../lib/yasr-ajax-functions.php:499
884
  msgid "Insert Multiple Set"
885
  msgstr "Insérer un vote multiple"
886
 
887
- #: ../lib/yasr-ajax-functions.php:500
888
- msgid "Insert multiple set in this post ?"
889
- msgstr "Insérer un vote multiple sur cet article :"
890
-
891
- #: ../lib/yasr-ajax-functions.php:515
892
  msgid "Ranking reviews"
893
  msgstr "Classement des avis"
894
 
895
- #: ../lib/yasr-ajax-functions.php:516
896
  msgid "Insert Ranking reviews"
897
  msgstr "Insérez le classement des avis"
898
 
899
- #: ../lib/yasr-ajax-functions.php:517
900
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
901
  msgstr "Insérez le Top 10 classement pour [ yasr_overall_rating ] shortcode"
902
 
903
- #: ../lib/yasr-ajax-functions.php:521
904
  msgid "Users' ranking"
905
  msgstr "Le classement des utilisateurs"
906
 
907
- #: ../lib/yasr-ajax-functions.php:522
908
  msgid "Insert Users ranking"
909
  msgstr "Insérez le classement des utilisateurs"
910
 
911
- #: ../lib/yasr-ajax-functions.php:523
912
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
913
  msgstr "Insérez le Top 10 du classement pour [ yasr_visitor_votes ] shortcode"
914
 
915
- #: ../lib/yasr-ajax-functions.php:527
916
  msgid "Most active reviewers"
917
  msgstr "Examinateurs les plus actifs"
918
 
919
- #: ../lib/yasr-ajax-functions.php:528
920
  msgid "Insert Most Active Reviewers"
921
  msgstr "Insérez les examinateurs les plus actifs"
922
 
923
- #: ../lib/yasr-ajax-functions.php:529
924
  msgid "Insert Top 5 active reviewers"
925
  msgstr "Insérez le Top 5 des evaluateurs actifs"
926
 
927
- #: ../lib/yasr-ajax-functions.php:533
928
  msgid "Most Active Users"
929
  msgstr "Les utilisateurs les plus actifs"
930
 
931
- #: ../lib/yasr-ajax-functions.php:534
932
  msgid "Insert Most Active Users"
933
  msgstr "Insérer les plus actifs utlisateurs"
934
 
935
- #: ../lib/yasr-ajax-functions.php:535
936
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
937
  msgstr ""
938
  "Insérez le Top 10 des votes utilisateurs [ yasr_visitor_votes ] shortcode"
939
 
940
- #: ../lib/yasr-ajax-functions.php:606
941
  msgid "Reviews and Visitor Votes have been successfull imported."
942
  msgstr "Avis et Votes des visiteurs ont été importés avec succès ."
943
 
944
- #: ../lib/yasr-ajax-functions.php:612
945
  msgid ""
946
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
947
  "THIS MAY TAKE A WHILE!"
@@ -949,91 +992,129 @@ msgstr ""
949
  "Etape 2: Je vais vérifier si vous avez utilisé de plusieurs vote multiple et "
950
  "si je vais donc les importer. Cela peut prendre un certain temps!"
951
 
952
- #: ../lib/yasr-ajax-functions.php:614
953
  msgid "Proceed Step 2"
954
  msgstr "Procédez à l'étape 2"
955
 
956
- #: ../lib/yasr-ajax-functions.php:621
957
  msgid "Something goes wrong! Refresh the page and try again!"
958
  msgstr "Quelque chose ne va pas ! Rafraîchissez la page et essayez à nouveau !"
959
 
960
- #: ../lib/yasr-ajax-functions.php:650
961
  msgid "I've found Multiple Set! Importing..."
962
  msgstr "Je ai trouvé des votes multples! Importation .."
963
 
964
- #: ../lib/yasr-ajax-functions.php:659
965
  msgid "Multi Set's name has been successfull imported."
966
  msgstr "Le nom du vote multiple à été importé avec succès."
967
 
968
- #: ../lib/yasr-ajax-functions.php:661
969
  msgid "Now I'm going to import Multi Set data"
970
  msgstr "Maintenant, je vais importer les données des votes multiples"
971
 
972
- #: ../lib/yasr-ajax-functions.php:672
973
  msgid "All votes has been successfull imported."
974
  msgstr "Tous les vote ont été importé avec succès."
975
 
976
- #: ../lib/yasr-ajax-functions.php:674
977
  msgid "Done"
978
  msgstr "Effectué"
979
 
980
- #: ../lib/yasr-ajax-functions.php:679
981
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
982
  msgstr ""
983
  "Nous sommes dans l'impossibilité d'importer dans la base de données les "
984
  "votes multiple trouvés"
985
 
986
- #: ../lib/yasr-ajax-functions.php:687
987
  msgid "I've found Multi Set but with no data"
988
  msgstr "Nous avons trouver des votes multiples mais sans données"
989
 
990
- #: ../lib/yasr-ajax-functions.php:696
991
  msgid "I've found Multi Sets names but I couldn't insert into db"
992
  msgstr ""
993
  "Nous avons trouvé des noms de votes multiples, mais je ne pouvais pas "
994
  "insérer dans la base de données"
995
 
996
- #: ../lib/yasr-ajax-functions.php:704
997
  msgid "Multisets were not found. Imported is done!"
998
  msgstr ""
999
  "Les ensemble de vote multiples sont introuvable. L'importation est finie."
1000
 
1001
- #: ../lib/yasr-ajax-functions.php:748
1002
  msgid "No Recenet votes yet"
1003
  msgstr "Aucun vote encore"
1004
 
1005
- #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
 
 
 
 
 
1006
  msgid "Error: you can't vote 0"
1007
  msgstr "Erreur: Vous ne pouvez pas voter 0"
1008
 
1009
- #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
1010
- msgid "Average rating"
1011
- msgstr "Moyenne des votes"
 
1012
 
1013
- #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1014
  msgid "Vote Saved"
1015
  msgstr "Vote pris en compte"
1016
 
1017
- #: ../lib/yasr-ajax-functions.php:1149
1018
  msgid "Vote updated"
1019
  msgstr "Vote modifié"
1020
 
1021
- #: ../lib/yasr-ajax-functions.php:1220
1022
- msgid "Average "
1023
- msgstr "Moyenne"
1024
-
1025
- #: ../lib/yasr-ajax-functions.php:1231
1026
  #, fuzzy
1027
- msgid "You've already voted this article"
1028
- msgstr "Vous avez déjà voté (note : )"
1029
 
1030
- #: ../lib/yasr-ajax-functions.php:1356
 
 
 
 
1031
  #, fuzzy
1032
  msgid "stars"
1033
  msgstr "Etoiles"
1034
 
1035
- #~ msgid "'bad', 'poor', 'ok', 'good', 'super'"
1036
- #~ msgstr "'Mauvais', 'faible', 'ok', 'bon', 'super'"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1037
 
1038
  #~ msgid "You've not saved any shortcode."
1039
  #~ msgstr "Vous n'avez enregistré aucun shortcode ."
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: en\n"
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 plais"
26
 
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"
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."
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
 
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
  "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
  "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
  "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
 
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
+ #, fuzzy
223
+ msgid "bad, poor, ok, good, super"
224
+ msgstr "'Mauvais', 'faible', 'ok', 'bon', 'super'"
225
+
226
+ #: ../lib/yasr-shortcode-functions.php:534
227
+ msgid "Thank you for voting! "
228
+ msgstr ""
229
+
230
+ #: ../lib/yasr-shortcode-functions.php:545
231
+ #: ../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 "Évaluation"
239
 
240
+ #: ../lib/yasr-shortcode-functions.php:724
241
  msgid "You don't have any votes stored"
242
  msgstr "Vous n'avez pas encore de votes"
243
 
244
+ #: ../lib/yasr-shortcode-functions.php:760
245
+ #: ../lib/yasr-shortcode-functions.php:799
246
  msgid "Post / Page"
247
  msgstr "Article / Page"
248
 
249
+ #: ../lib/yasr-shortcode-functions.php:761
250
+ #: ../lib/yasr-shortcode-functions.php:800
251
  msgid "Order By"
252
  msgstr "Trié par"
253
 
254
+ #: ../lib/yasr-shortcode-functions.php:761
255
+ #: ../lib/yasr-shortcode-functions.php:800
256
  msgid "Most Rated"
257
  msgstr "Le plus évalué"
258
 
259
+ #: ../lib/yasr-shortcode-functions.php:761
260
+ #: ../lib/yasr-shortcode-functions.php:800
261
  msgid "Highest Rated"
262
  msgstr "Les meilleurs notes"
263
 
264
+ #: ../lib/yasr-shortcode-functions.php:779
265
+ #: ../lib/yasr-shortcode-functions.php:814
266
  msgid "Total:"
267
  msgstr "Total :"
268
 
269
+ #: ../lib/yasr-shortcode-functions.php:779
270
+ #: ../lib/yasr-shortcode-functions.php:814
271
  msgid "Average"
272
  msgstr "Moyenne"
273
 
274
+ #: ../lib/yasr-shortcode-functions.php:791
275
  msgid "You've not enough data"
276
  msgstr "Vous n'avez pas assez de vote"
277
 
278
+ #: ../lib/yasr-shortcode-functions.php:826
279
  msgid "You've not enought data"
280
  msgstr "Vous n'avez pas assez de vote"
281
 
282
+ #: ../lib/yasr-shortcode-functions.php:911
283
  msgid ""
284
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
285
  "any review?"
287
  "Nous avons rencontrer un problème en affichant les 5 meilleurs critiques. "
288
  "Avez-vous publié un vote ?"
289
 
290
+ #: ../lib/yasr-shortcode-functions.php:979
291
  msgid ""
292
  "Problem while retrieving the top 10 active users chart. Are you sure you "
293
  "have votes to show?"
295
  "Nous avons rencontrer un problème en affichant les 10 plus actifs "
296
  "utilisateurs. Etes vous sur que les votes ont été fait?"
297
 
298
+ #: ../lib/yasr-settings-functions.php:52
299
  msgid "General settings"
300
  msgstr "Réglage général"
301
 
302
+ #: ../lib/yasr-settings-functions.php:53
303
  msgid "Auto insert options"
304
  msgstr "Options d'insertion automatique"
305
 
306
+ #: ../lib/yasr-settings-functions.php:54
307
  #, fuzzy
308
  msgid "Show \"Overall Rating\" in Archive Page?"
309
  msgstr "Afficher \"Vote Général\" sur la page d'accueil"
310
 
311
+ #: ../lib/yasr-settings-functions.php:55
312
  msgid "Show \"Visitor Votes\" in Archive Page?"
313
  msgstr ""
314
 
315
+ #: ../lib/yasr-settings-functions.php:56
316
  msgid "Insert custom text to show before / after stars"
317
  msgstr "Insérez le texte personnalisé avant / après les étoiles"
318
 
319
+ #: ../lib/yasr-settings-functions.php:57
320
  msgid "Do you want show stats for visitors votes?"
321
  msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
322
 
323
+ #: ../lib/yasr-settings-functions.php:58
 
 
 
 
324
  msgid "Allow only logged in user to vote?"
325
  msgstr "Seul les utilisateurs connectés peuvent voter ?"
326
 
327
+ #: ../lib/yasr-settings-functions.php:59
328
  msgid "Which rich snippets do you want to use?"
329
  msgstr "Quels extraits voulez vous utiliser ? "
330
 
331
+ #: ../lib/yasr-settings-functions.php:60
332
  msgid "How do you want to rate \"Overall Rating\"?"
333
  msgstr "Comment voulez vous mesurer le \"vote général \" ?"
334
 
335
+ #: ../lib/yasr-settings-functions.php:74
336
  msgid "Use Auto Insert?"
337
  msgstr "Utilisez l'insersion automatique ?"
338
 
339
+ #: ../lib/yasr-settings-functions.php:77
340
+ #: ../lib/yasr-settings-functions.php:146
341
+ #: ../lib/yasr-settings-functions.php:164
342
+ #: ../lib/yasr-settings-functions.php:206
343
+ #: ../lib/yasr-settings-functions.php:232
344
+ #: ../lib/yasr-settings-functions.php:266
345
+ #: ../lib/yasr-settings-functions.php:321
346
  msgid "Yes"
347
  msgstr "Oui"
348
 
349
+ #: ../lib/yasr-settings-functions.php:91
350
+ #: ../lib/yasr-settings-functions.php:151
351
+ #: ../lib/yasr-settings-functions.php:169
352
+ #: ../lib/yasr-settings-functions.php:211
353
+ #: ../lib/yasr-settings-functions.php:237
354
+ #: ../lib/yasr-settings-functions.php:271
355
+ #: ../lib/yasr-settings-functions.php:326
356
  msgid "No"
357
  msgstr "No"
358
 
359
+ #: ../lib/yasr-settings-functions.php:97
360
  msgid "What?"
361
  msgstr "Que voulez-vous ?"
362
 
363
+ #: ../lib/yasr-settings-functions.php:100
364
  msgid "Overall Rating / Author Rating"
365
  msgstr "Vote administrateur / Vote Auteur"
366
 
367
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
368
  msgid "Visitor Votes"
369
  msgstr "Vote visiteur"
370
 
371
+ #: ../lib/yasr-settings-functions.php:108
372
  msgid "Both"
373
  msgstr "Tous les deux"
374
 
375
+ #: ../lib/yasr-settings-functions.php:112
376
  msgid "Where?"
377
  msgstr "ou ?"
378
 
379
+ #: ../lib/yasr-settings-functions.php:115
380
  msgid "Before the post"
381
  msgstr "Avant l'article"
382
 
383
+ #: ../lib/yasr-settings-functions.php:119
384
  msgid "After the post"
385
  msgstr "Après l'article"
386
 
387
+ #: ../lib/yasr-settings-functions.php:124
388
  msgid "Size"
389
  msgstr "Taille"
390
 
391
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
392
+ #: ../lib/yasr-ajax-functions.php:479
393
  msgid "Small"
394
  msgstr "Petit"
395
 
396
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
397
+ #: ../lib/yasr-ajax-functions.php:480
398
  msgid "Medium"
399
  msgstr "Moyen"
400
 
401
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
402
+ #: ../lib/yasr-ajax-functions.php:481
403
  msgid "Large"
404
  msgstr "Large"
405
 
406
+ #: ../lib/yasr-settings-functions.php:143
407
  msgid "Exclude Pages?"
408
  msgstr "Pages à exclures ?"
409
 
410
+ #: ../lib/yasr-settings-functions.php:161
411
  msgid "Use only in custom post types?"
412
  msgstr "Utilisez seulement en configuration personalisée ?"
413
 
414
+ #: ../lib/yasr-settings-functions.php:173
415
  msgid "You see this because you use custom post types."
416
  msgstr "Vous voyez ceci car vous utilisez une configuration personalisé."
417
 
418
+ #: ../lib/yasr-settings-functions.php:175
419
  msgid "If you want to use auto insert only in custom post types, choose Yes"
420
  msgstr ""
421
  "Si vous voulez utiliser le mode automatique et le mode personalisé; "
422
  "choisissez Oui"
423
 
424
+ #: ../lib/yasr-settings-functions.php:215
425
  msgid ""
426
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
427
  "article or page, but also in pages like Home Page, category pages or "
431
  "l'article ou la page, mais aussi sur la page d'accueil, les catégories de la "
432
  "page et les archives."
433
 
434
+ #: ../lib/yasr-settings-functions.php:241
435
  #, fuzzy
436
  msgid ""
437
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
442
  "l'article ou la page, mais aussi sur la page d'accueil, les catégories de la "
443
  "page et les archives."
444
 
445
+ #: ../lib/yasr-settings-functions.php:276
446
  msgid "Custom text to display before Overall Rating"
447
  msgstr "Texte à personnalisé à afficher avant le vote général"
448
 
449
+ #: ../lib/yasr-settings-functions.php:281
450
+ #, fuzzy
451
+ msgid "Custom text to display BEFORE Visitor Rating"
452
+ msgstr "Texte à personalisé à afficher avant le vote visiteur"
453
+
454
+ #: ../lib/yasr-settings-functions.php:287
455
+ #, fuzzy
456
+ msgid "Custom text to display AFTER Visitor Rating"
457
  msgstr "Texte à personalisé à afficher avant le vote visiteur"
458
 
459
+ #: ../lib/yasr-settings-functions.php:292
460
  msgid "Custom text to display when a non logged user has already rated"
461
  msgstr ""
462
  "Texte à personnalisé pour afficher lorsqu'un utilisateur non enregistrée a "
463
  "déjà voté"
464
 
465
+ #: ../lib/yasr-settings-functions.php:297
466
+ msgid "Help"
 
 
467
  msgstr ""
 
 
 
 
 
 
 
468
 
469
+ #: ../lib/yasr-settings-functions.php:301
470
+ msgid ""
471
+ "In the first field you can use %overall_rating% pattern to show the overall "
472
+ "rating."
473
+ msgstr ""
 
 
 
 
 
 
474
 
475
+ #: ../lib/yasr-settings-functions.php:305
476
+ msgid ""
477
+ "In the Second and Third fields you can use %total_count% pattern to show the "
478
+ "total count, and %average% pattern to show the average"
479
+ msgstr ""
480
 
481
+ #: ../lib/yasr-settings-functions.php:344
482
  msgid "Allow only logged-in users"
483
  msgstr "Seul les utilisateurs connectés sont autorisés"
484
 
485
+ #: ../lib/yasr-settings-functions.php:348
486
  msgid "Allow everybody (logged in and anonymous)"
487
  msgstr "Permettre à chacun ( connecté et anonyme )"
488
 
489
+ #: ../lib/yasr-settings-functions.php:365
490
  msgid "Review Rating"
491
  msgstr "Classement des avis"
492
 
493
+ #: ../lib/yasr-settings-functions.php:369
494
  msgid "Aggregate Rating"
495
  msgstr "Note globale"
496
 
497
+ #: ../lib/yasr-settings-functions.php:374
498
  msgid "What is this?"
499
  msgstr "Qu'est ce que c'est ?"
500
 
501
+ #: ../lib/yasr-settings-functions.php:379
502
  msgid ""
503
  "If you select \"Review Rating\", your site will be indexed from search "
504
  "engines like this: "
506
  "Si vous sélectionnez \" Classement des avis \" , votre site sera indexé par "
507
  "les moteurs de recherche comme ceci :"
508
 
509
+ #: ../lib/yasr-settings-functions.php:384
510
  msgid ""
511
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
512
  "this"
514
  "Si , à la place , vous choisissez \" note générale \" , votre site sera "
515
  "indexé comme ceci"
516
 
517
+ #: ../lib/yasr-settings-functions.php:402
518
  msgid "Stars"
519
  msgstr "Etoiles"
520
 
521
+ #: ../lib/yasr-settings-functions.php:406
522
  msgid "Numbers"
523
  msgstr "Nombres"
524
 
525
+ #: ../lib/yasr-settings-functions.php:431
526
+ msgid "Which color scheme do you want to use?"
527
+ msgstr "Quel couleur voulez-vous utiliser ?"
528
+
529
+ #: ../lib/yasr-settings-functions.php:452
530
+ msgid "Light"
531
+ msgstr "Clair"
532
+
533
+ #: ../lib/yasr-settings-functions.php:457
534
+ msgid "Dark"
535
+ msgstr "Sombre"
536
+
537
+ #: ../lib/yasr-settings-functions.php:462
538
+ msgid "Preview"
539
+ msgstr "Prévisualisation"
540
+
541
+ #: ../lib/yasr-settings-functions.php:467
542
+ msgid "Light theme"
543
+ msgstr "Thème clair"
544
+
545
+ #: ../lib/yasr-settings-functions.php:472
546
+ #, fuzzy
547
+ msgid "Dark theme"
548
+ msgstr "Thème foncé"
549
+
550
+ #: ../lib/yasr-settings-functions.php:487
551
  msgid "Add New Multiple Set"
552
  msgstr "Ajouter un nouveau vote multiple"
553
 
554
+ #: ../lib/yasr-settings-functions.php:488
555
  msgid ""
556
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
557
  "characters"
559
  "Nom , l'élément n ° 1 et n ° 2 doivent être rempli et doit être longueur "
560
  "minimum d'au moins 3 caractères"
561
 
562
+ #: ../lib/yasr-settings-functions.php:491
563
  msgid "Name"
564
  msgstr "Nom"
565
 
566
+ #: ../lib/yasr-settings-functions.php:496
567
  msgid "You can insert up to nine elements"
568
  msgstr "Vous pouvez insérer jusqu'à neuf éléments"
569
 
570
+ #: ../lib/yasr-settings-functions.php:501
571
  msgid "Element "
572
  msgstr "Elément"
573
 
574
+ #: ../lib/yasr-settings-functions.php:511
575
  msgid "Create New Set"
576
  msgstr "Créez un nouvel ensemble"
577
 
578
+ #: ../lib/yasr-settings-functions.php:532
579
+ #: ../lib/yasr-settings-functions.php:564
580
  msgid "Manage Multiple Set"
581
  msgstr "Gérez les votes multiples"
582
 
583
+ #: ../lib/yasr-settings-functions.php:534
584
  msgid "Wich set do you want to edit or remove?"
585
  msgstr "Quel ensemble voulez-vous modifier ou supprimer ?"
586
 
587
+ #: ../lib/yasr-settings-functions.php:574
588
+ #: ../lib/yasr-settings-functions.php:692
589
  msgid "Field name"
590
  msgstr "Nom du champ"
591
 
592
+ #: ../lib/yasr-settings-functions.php:578
593
+ #: ../lib/yasr-settings-functions.php:696
594
  msgid "Remove"
595
  msgstr "Supprimer"
596
 
597
+ #: ../lib/yasr-settings-functions.php:620
598
+ #: ../lib/yasr-settings-functions.php:738
599
  msgid "Remove whole set?"
600
  msgstr "Suprimer tout ?"
601
 
602
+ #: ../lib/yasr-settings-functions.php:633
603
+ #: ../lib/yasr-settings-functions.php:751
604
  msgid ""
605
  "If you remove something you will remove all the votes for that set or field. "
606
  "This operation CAN'T BE undone."
608
  "Si vous retirez quelque chose que vous allez supprimer tous les votes pour "
609
  "cet ensemble ou ce champ . Cette opération ne peut pas être annulée."
610
 
611
+ #: ../lib/yasr-settings-functions.php:640
612
+ #: ../lib/yasr-settings-functions.php:758
613
  msgid "You can use up to 9 elements"
614
  msgstr "Vous pouvez utiliser jusqu'à 9 éléments"
615
 
616
+ #: ../lib/yasr-settings-functions.php:642
617
+ #: ../lib/yasr-settings-functions.php:760
618
  msgid "Add element"
619
  msgstr "Ajoutez un élément"
620
 
621
+ #: ../lib/yasr-settings-functions.php:644
622
+ #: ../lib/yasr-settings-functions.php:762
623
  msgid "Save changes"
624
  msgstr "Sauvegardez les modifications"
625
 
626
+ #: ../lib/yasr-settings-functions.php:654
627
  msgid "No Multiple Set were found"
628
  msgstr "Aucune vote multiple a été retrouvées"
629
 
630
+ #: ../lib/yasr-settings-functions.php:904
631
+ #: ../lib/yasr-settings-functions.php:1172
632
  msgid "Settings Saved"
633
  msgstr "Réglages sauvegardés"
634
 
635
+ #: ../lib/yasr-settings-functions.php:909
636
  msgid "Something goes wrong trying insert set field name. Please report it"
637
  msgstr ""
638
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
639
  "enemble. Merci de le signaler"
640
 
641
+ #: ../lib/yasr-settings-functions.php:915
642
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
643
  msgstr ""
644
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un vote "
645
  "multiple. Merci de le signaler"
646
 
647
+ #: ../lib/yasr-settings-functions.php:990
648
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
649
  msgstr ""
650
  "Une erreur s'est produite quand vous avez essayer de supprilmer un vote "
651
  "multiple. Merci de le signaler"
652
 
653
+ #: ../lib/yasr-settings-functions.php:1036
654
  msgid ""
655
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
656
  msgstr ""
657
  "Une erreur s'est produite quand vous avez de supprimer un élement d'un vote "
658
  "multiple. Merci de le signaler"
659
 
660
+ #: ../lib/yasr-settings-functions.php:1100
661
  msgid ""
662
  "Something goes wrong trying to update a Multi Set's element. Please report it"
663
  msgstr ""
664
  "Une erreur s'est produite quand vous avez essayer de modifier un élément "
665
  "d'un vote multiple. Merci de le signaler"
666
 
667
+ #: ../lib/yasr-settings-functions.php:1157
668
  msgid ""
669
  "Something goes wrong trying to insert set field name in edit form. Please "
670
  "report it"
672
  "Une erreur s'est produite quand vous avez essayer d'insérer le nom d'un "
673
  "champ depuis l'éditeur. Merci de le signaler"
674
 
675
+ #: ../lib/yasr-settings-functions.php:1200
676
  msgid "Style Options"
677
  msgstr "Options du style"
678
 
679
+ #: ../lib/yasr-settings-functions.php:1201
680
  msgid "Custom CSS Styles"
681
  msgstr "Style Css personalisé"
682
 
683
+ #: ../lib/yasr-settings-functions.php:1206
684
  msgid ""
685
  "Please use text area below to write your own CSS styles to override the "
686
  "default ones."
688
  "Merci d'utiliser la zone de texte ci-dessous pour écrire vos propres styles "
689
  "CSS afin d'outrepasser ceux par défaut ."
690
 
691
+ #: ../lib/yasr-settings-functions.php:1208
692
  msgid "Leave it blank if you don't know what you're doing"
693
  msgstr "Laissez ce champ vide si vous ne savez pas ce que vous faites"
694
 
695
+ #: ../lib/yasr-settings-functions.php:1231
696
  msgid "Looking for more features?"
697
  msgstr ""
698
 
699
+ #: ../lib/yasr-settings-functions.php:1232
700
  msgid "Upgrade to yasr pro!"
701
  msgstr ""
702
 
703
+ #: ../lib/yasr-settings-functions.php:1248
704
  msgid "Unlimited ratings and votes"
705
  msgstr ""
706
 
707
+ #: ../lib/yasr-settings-functions.php:1254
708
  #, fuzzy
709
  msgid "Works with shortcodes"
710
  msgstr "Vos shortcodes enregistrés :"
711
 
712
+ #: ../lib/yasr-settings-functions.php:1260
713
  #, fuzzy
714
  msgid "Multi Set Support"
715
  msgstr "Votes Multiple"
716
 
717
+ #: ../lib/yasr-settings-functions.php:1265
718
  #, fuzzy
719
  msgid "Logs and stats for visitors votes"
720
  msgstr "Voulez-vous afficher les statistiques aux visiteurs qui ont voté ?"
721
 
722
+ #: ../lib/yasr-settings-functions.php:1270
723
  msgid "Localization (.po and .mo files included)"
724
  msgstr ""
725
 
726
+ #: ../lib/yasr-settings-functions.php:1275
727
  msgid "Rich Snippet Support"
728
  msgstr ""
729
 
730
+ #: ../lib/yasr-settings-functions.php:1280
731
  msgid "Rankings for reviews, votes and users"
732
  msgstr ""
733
 
734
+ #: ../lib/yasr-settings-functions.php:1285
735
  msgid "Rankings Customization"
736
  msgstr ""
737
 
738
+ #: ../lib/yasr-settings-functions.php:1290
739
  msgid "Stars Customization"
740
  msgstr ""
741
 
742
+ #: ../lib/yasr-settings-functions.php:1291
743
  #, fuzzy
744
  msgid "Size Only"
745
  msgstr "Taille"
746
 
747
+ #: ../lib/yasr-settings-functions.php:1292
748
  msgid ""
749
  "Users can choose different ready to use sets or can upload their own images."
750
  msgstr ""
751
 
752
+ #: ../lib/yasr-settings-functions.php:1295
 
 
 
 
753
  msgid "Users can review in comments"
754
  msgstr ""
755
 
756
+ #: ../lib/yasr-settings-functions.php:1306
757
  msgid "Not avaible yet"
758
  msgstr ""
759
 
760
+ #: ../lib/yasr-settings-functions.php:1338
761
+ #: ../lib/yasr-settings-functions.php:1365
762
  msgid "Follow YASR official site!"
763
  msgstr ""
764
 
765
+ #: ../lib/yasr-settings-functions.php:1395
766
  msgid "No previous Gd Star Rating installation was found"
767
  msgstr "Aucune installation précédente de GD Rating n'a été trouvé"
768
 
769
+ #: ../lib/yasr-db-functions.php:310
770
  msgid "No recenet votes yet"
771
  msgstr "Aucun vote récent"
772
 
773
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
774
  msgid "anonymous"
775
  msgstr "anonyme"
776
 
777
+ #: ../lib/yasr-db-functions.php:334
778
+ #, php-format
779
+ msgid "Vote %d from %s on "
780
+ msgstr ""
781
+
782
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
783
  msgid "Ip address"
784
  msgstr "Adresse IP"
785
 
786
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
787
  msgid "Pages"
788
  msgstr "Pages"
789
 
791
  msgid "Yet Another Stars Rating: Settings"
792
  msgstr "Yet Another Stars Rating : Réglages"
793
 
794
+ #: ../lib/yasr-functions.php:148
 
 
 
 
795
  msgid "Yet Another Stars Rating: Multiple set"
796
  msgstr "Yet Another Stars Rating: Vote multiple"
797
 
798
+ #: ../lib/yasr-functions.php:159
 
 
 
 
799
  msgid "You don't have enought privileges to insert Overall Rating"
800
  msgstr "Vous ne avez pas assez de privilèges pour donner une Note globale"
801
 
802
+ #: ../lib/yasr-functions.php:169
803
  msgid "You don't have enought privileges to insert Multi Set"
804
  msgstr "Vous n'avez pas assez de privilège pour insérer un vote multiple"
805
 
806
+ #: ../lib/yasr-functions.php:309
807
  msgid " reviewed by "
808
  msgstr "Evalué par"
809
 
810
+ #: ../lib/yasr-functions.php:310
811
  msgid " on "
812
  msgstr "sur"
813
 
814
+ #: ../lib/yasr-functions.php:311
815
  msgid " rated "
816
  msgstr "evalué"
817
 
818
+ #: ../lib/yasr-functions.php:311
819
  msgid " of"
820
  msgstr "de "
821
 
822
+ #: ../lib/yasr-functions.php:358
823
  msgid " written by "
824
  msgstr "Ecris par"
825
 
826
+ #: ../lib/yasr-functions.php:360
827
  msgid " average rating "
828
  msgstr "Moyenne des votes"
829
 
830
+ #: ../lib/yasr-functions.php:361
831
  msgid " user ratings"
832
  msgstr "evaluations visiteur"
833
 
849
  msgid "Choose a vote for each element"
850
  msgstr "Choisissez un vote pour chaque élément"
851
 
852
+ #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
853
+ #, fuzzy
854
+ msgid "If you want to insert this multiset, paste this shortcode "
855
+ msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
856
 
857
+ #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
858
+ msgid ""
859
+ "If, instead, you want allow your visitor to vote on this multiset, use this "
860
+ "shortcode"
861
+ msgstr ""
862
 
863
+ #: ../lib/yasr-ajax-functions.php:268
864
  msgid "Choose a vote for every element"
865
  msgstr "Choisissez un vote pour chaque élément"
866
 
867
+ #: ../lib/yasr-ajax-functions.php:441
868
  msgid "Main"
869
  msgstr "Principal"
870
 
871
+ #: ../lib/yasr-ajax-functions.php:442
872
  msgid "Charts"
873
  msgstr "Diagrammes"
874
 
875
+ #: ../lib/yasr-ajax-functions.php:444
876
  msgid "Read the doc"
877
  msgstr "Lisez la documentation"
878
 
879
+ #: ../lib/yasr-ajax-functions.php:453
880
  msgid "Overall Rating / Review"
881
  msgstr "Note globale / Examen"
882
 
883
+ #: ../lib/yasr-ajax-functions.php:455
884
  msgid "Insert Overall Rating"
885
  msgstr "Insérer la note générale"
886
 
887
+ #: ../lib/yasr-ajax-functions.php:456
888
  msgid "Insert Overall Rating / Review for this post"
889
  msgstr "Insérez une note générale / avis pour cette article"
890
 
891
+ #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
892
  msgid "Choose Size"
893
  msgstr "Choisissez la taille"
894
 
895
+ #: ../lib/yasr-ajax-functions.php:473
896
  msgid "Insert Visitor Votes"
897
  msgstr "Insérez les votes visiteurs"
898
 
899
+ #: ../lib/yasr-ajax-functions.php:474
900
  msgid "Insert the ability for your visitor to vote"
901
  msgstr "Insérez la capacité pour votre visiteur à voter"
902
 
903
+ #: ../lib/yasr-ajax-functions.php:491
904
  msgid "If you want to insert a Multi Set, pick one:"
905
  msgstr "Si vous souhaitez insérer un vote multiple, chosissez en un :"
906
 
907
+ #: ../lib/yasr-ajax-functions.php:497
908
  msgid "Choose wich set you want to insert."
909
  msgstr "Choisissez quel ensemble vous voulez insérer"
910
 
911
+ #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
912
+ msgid "Readonly?"
913
+ msgstr ""
914
+
915
+ #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
916
+ msgid ""
917
+ "If Readonly is checked, only you can insert the votes (in the box above the "
918
+ "editor)"
919
+ msgstr ""
920
+
921
+ #: ../lib/yasr-ajax-functions.php:502
922
+ #, fuzzy
923
+ msgid "Insert Multi Set"
924
+ msgstr "Insérer un vote multiple"
925
+
926
+ #: ../lib/yasr-ajax-functions.php:511
927
  msgid "Insert Multiset:"
928
  msgstr "Insérer un vote multiple :"
929
 
930
+ #: ../lib/yasr-ajax-functions.php:514
931
  msgid "Insert Multiple Set"
932
  msgstr "Insérer un vote multiple"
933
 
934
+ #: ../lib/yasr-ajax-functions.php:532
 
 
 
 
935
  msgid "Ranking reviews"
936
  msgstr "Classement des avis"
937
 
938
+ #: ../lib/yasr-ajax-functions.php:533
939
  msgid "Insert Ranking reviews"
940
  msgstr "Insérez le classement des avis"
941
 
942
+ #: ../lib/yasr-ajax-functions.php:534
943
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
944
  msgstr "Insérez le Top 10 classement pour [ yasr_overall_rating ] shortcode"
945
 
946
+ #: ../lib/yasr-ajax-functions.php:538
947
  msgid "Users' ranking"
948
  msgstr "Le classement des utilisateurs"
949
 
950
+ #: ../lib/yasr-ajax-functions.php:539
951
  msgid "Insert Users ranking"
952
  msgstr "Insérez le classement des utilisateurs"
953
 
954
+ #: ../lib/yasr-ajax-functions.php:540
955
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
956
  msgstr "Insérez le Top 10 du classement pour [ yasr_visitor_votes ] shortcode"
957
 
958
+ #: ../lib/yasr-ajax-functions.php:544
959
  msgid "Most active reviewers"
960
  msgstr "Examinateurs les plus actifs"
961
 
962
+ #: ../lib/yasr-ajax-functions.php:545
963
  msgid "Insert Most Active Reviewers"
964
  msgstr "Insérez les examinateurs les plus actifs"
965
 
966
+ #: ../lib/yasr-ajax-functions.php:546
967
  msgid "Insert Top 5 active reviewers"
968
  msgstr "Insérez le Top 5 des evaluateurs actifs"
969
 
970
+ #: ../lib/yasr-ajax-functions.php:550
971
  msgid "Most Active Users"
972
  msgstr "Les utilisateurs les plus actifs"
973
 
974
+ #: ../lib/yasr-ajax-functions.php:551
975
  msgid "Insert Most Active Users"
976
  msgstr "Insérer les plus actifs utlisateurs"
977
 
978
+ #: ../lib/yasr-ajax-functions.php:552
979
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
980
  msgstr ""
981
  "Insérez le Top 10 des votes utilisateurs [ yasr_visitor_votes ] shortcode"
982
 
983
+ #: ../lib/yasr-ajax-functions.php:623
984
  msgid "Reviews and Visitor Votes have been successfull imported."
985
  msgstr "Avis et Votes des visiteurs ont été importés avec succès ."
986
 
987
+ #: ../lib/yasr-ajax-functions.php:629
988
  msgid ""
989
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
990
  "THIS MAY TAKE A WHILE!"
992
  "Etape 2: Je vais vérifier si vous avez utilisé de plusieurs vote multiple et "
993
  "si je vais donc les importer. Cela peut prendre un certain temps!"
994
 
995
+ #: ../lib/yasr-ajax-functions.php:631
996
  msgid "Proceed Step 2"
997
  msgstr "Procédez à l'étape 2"
998
 
999
+ #: ../lib/yasr-ajax-functions.php:638
1000
  msgid "Something goes wrong! Refresh the page and try again!"
1001
  msgstr "Quelque chose ne va pas ! Rafraîchissez la page et essayez à nouveau !"
1002
 
1003
+ #: ../lib/yasr-ajax-functions.php:667
1004
  msgid "I've found Multiple Set! Importing..."
1005
  msgstr "Je ai trouvé des votes multples! Importation .."
1006
 
1007
+ #: ../lib/yasr-ajax-functions.php:676
1008
  msgid "Multi Set's name has been successfull imported."
1009
  msgstr "Le nom du vote multiple à été importé avec succès."
1010
 
1011
+ #: ../lib/yasr-ajax-functions.php:678
1012
  msgid "Now I'm going to import Multi Set data"
1013
  msgstr "Maintenant, je vais importer les données des votes multiples"
1014
 
1015
+ #: ../lib/yasr-ajax-functions.php:689
1016
  msgid "All votes has been successfull imported."
1017
  msgstr "Tous les vote ont été importé avec succès."
1018
 
1019
+ #: ../lib/yasr-ajax-functions.php:691
1020
  msgid "Done"
1021
  msgstr "Effectué"
1022
 
1023
+ #: ../lib/yasr-ajax-functions.php:696
1024
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1025
  msgstr ""
1026
  "Nous sommes dans l'impossibilité d'importer dans la base de données les "
1027
  "votes multiple trouvés"
1028
 
1029
+ #: ../lib/yasr-ajax-functions.php:704
1030
  msgid "I've found Multi Set but with no data"
1031
  msgstr "Nous avons trouver des votes multiples mais sans données"
1032
 
1033
+ #: ../lib/yasr-ajax-functions.php:713
1034
  msgid "I've found Multi Sets names but I couldn't insert into db"
1035
  msgstr ""
1036
  "Nous avons trouvé des noms de votes multiples, mais je ne pouvais pas "
1037
  "insérer dans la base de données"
1038
 
1039
+ #: ../lib/yasr-ajax-functions.php:721
1040
  msgid "Multisets were not found. Imported is done!"
1041
  msgstr ""
1042
  "Les ensemble de vote multiples sont introuvable. L'importation est finie."
1043
 
1044
+ #: ../lib/yasr-ajax-functions.php:765
1045
  msgid "No Recenet votes yet"
1046
  msgstr "Aucun vote encore"
1047
 
1048
+ #: ../lib/yasr-ajax-functions.php:787
1049
+ #, php-format
1050
+ msgid "Vote %d from %s on"
1051
+ msgstr ""
1052
+
1053
+ #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1054
  msgid "Error: you can't vote 0"
1055
  msgstr "Erreur: Vous ne pouvez pas voter 0"
1056
 
1057
+ #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
1058
+ #, fuzzy
1059
+ msgid "Average:"
1060
+ msgstr "Moyenne : "
1061
 
1062
+ #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
1063
  msgid "Vote Saved"
1064
  msgstr "Vote pris en compte"
1065
 
1066
+ #: ../lib/yasr-ajax-functions.php:1184
1067
  msgid "Vote updated"
1068
  msgstr "Vote modifié"
1069
 
1070
+ #: ../lib/yasr-ajax-functions.php:1325
 
 
 
 
1071
  #, fuzzy
1072
+ msgid "Rating saved!"
1073
+ msgstr "Réglages sauvegardés"
1074
 
1075
+ #: ../lib/yasr-ajax-functions.php:1331
1076
+ msgid "Rating not saved. Please Try again"
1077
+ msgstr ""
1078
+
1079
+ #: ../lib/yasr-ajax-functions.php:1424
1080
  #, fuzzy
1081
  msgid "stars"
1082
  msgstr "Etoiles"
1083
 
1084
+ #: ../lib/yasr-ajax-functions.php:1429
1085
+ #, fuzzy
1086
+ msgid "star"
1087
+ msgstr "Etoiles"
1088
+
1089
+ #~ msgid ""
1090
+ #~ "Seems like you've imported gd star rating in the past, but then deleted "
1091
+ #~ "the logs table. For now, you can't enable statistics"
1092
+ #~ msgstr ""
1093
+ #~ "On dirait que vous avez importé Gd Star Rating dans le passé , mais "
1094
+ #~ "ensuite vous avez supprimé la table. Pour l'instant , vous ne pouvez pas "
1095
+ #~ "activer les statistiques"
1096
+
1097
+ #~ msgid "Overall Rating"
1098
+ #~ msgstr "Vote général"
1099
+
1100
+ #~ msgid "Remember to insert this shortcode"
1101
+ #~ msgstr "N'oubliez pas d'insérer ce shortcode"
1102
+
1103
+ #~ msgid "where you want to display this multi set"
1104
+ #~ msgstr "Ou désirez-vous afficher ce vote multiple"
1105
+
1106
+ #~ msgid "Insert multiple set in this post ?"
1107
+ #~ msgstr "Insérer un vote multiple sur cet article :"
1108
+
1109
+ #~ msgid "Average rating"
1110
+ #~ msgstr "Moyenne des votes"
1111
+
1112
+ #~ msgid "Average "
1113
+ #~ msgstr "Moyenne"
1114
+
1115
+ #, fuzzy
1116
+ #~ msgid "You've already voted this article"
1117
+ #~ msgstr "Vous avez déjà voté (note : )"
1118
 
1119
  #~ msgid "You've not saved any shortcode."
1120
  #~ msgstr "Vous n'avez enregistré aucun shortcode ."
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-04-22 15:42+0100\n"
5
- "PO-Revision-Date: 2015-04-22 15:44+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  msgid "Rate this article / item"
21
  msgstr "Vota questo articolo / oggetto"
22
 
23
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:138
24
- #: ../lib/yasr-shortcode-functions.php:543
25
  msgid "Loading, please wait"
26
  msgstr "Caricamento, attendere prego"
27
 
@@ -38,7 +38,7 @@ 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:540
42
  msgid "Select"
43
  msgstr "Seleziona"
44
 
@@ -50,7 +50,7 @@ msgstr ""
50
  "Ricorda di inserire questo shortcode <strong>[yasr_overall_rating]</strong> "
51
  "dove vuoi far apparire questo voto"
52
 
53
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
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."
@@ -176,13 +176,13 @@ msgstr ""
176
  msgid "Close this message"
177
  msgstr "Chiudi questo messaggio"
178
 
179
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1324
180
- #: ../lib/yasr-settings-functions.php:1350
181
  msgid "Donations"
182
  msgstr "Donazioni"
183
 
184
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1326
185
- #: ../lib/yasr-settings-functions.php:1352
186
  msgid ""
187
  "If you have found this plugin useful, please consider making a donation to "
188
  "help support future development. Your support will be much appreciated. "
@@ -191,8 +191,8 @@ msgstr ""
191
  "supportarne lo sviluppo. Il tuo aiuto sarà molto apprezzato! P.s. YASR è "
192
  "made in Italy ;)"
193
 
194
- #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1328
195
- #: ../lib/yasr-settings-functions.php:1354
196
  msgid "Thank you!"
197
  msgstr "Grazie!"
198
 
@@ -200,81 +200,87 @@ msgstr "Grazie!"
200
  msgid "Choose wich set you want to use"
201
  msgstr "Scegli che set vuoi usare"
202
 
203
- #: ../lib/yasr-shortcode-functions.php:217
204
- #: ../lib/yasr-shortcode-functions.php:229
205
- #: ../lib/yasr-shortcode-functions.php:258
206
  msgid "You've already voted this article with"
207
  msgstr "Hai già votato questo articolo con "
208
 
209
- #: ../lib/yasr-shortcode-functions.php:269
210
- #: ../lib/yasr-shortcode-functions.php:571
211
  msgid "You must sign to vote"
212
  msgstr "Devi fare il login per votare"
213
 
214
- #: ../lib/yasr-shortcode-functions.php:311 ../lib/yasr-ajax-functions.php:1040
215
  #: ../lib/yasr-ajax-functions.php:1048 ../lib/yasr-ajax-functions.php:1181
216
  msgid "Total: "
217
  msgstr "Voti: "
218
 
219
- #: ../lib/yasr-shortcode-functions.php:311
220
  msgid "Average: "
221
  msgstr "Media Voto: "
222
 
223
- #: ../lib/yasr-shortcode-functions.php:327
224
  msgid "bad, poor, ok, good, super"
225
  msgstr "pessimo, scarso, ok, buono, super"
226
 
227
- #: ../lib/yasr-shortcode-functions.php:550
228
  msgid "Thank you for voting! "
229
  msgstr "Grazie per aver votato!"
230
 
231
- #: ../lib/yasr-shortcode-functions.php:691
 
 
 
 
 
 
232
  msgid "Rating"
233
  msgstr "Voto"
234
 
235
- #: ../lib/yasr-shortcode-functions.php:705
236
  msgid "You don't have any votes stored"
237
  msgstr "Non hai alcun voto salvato"
238
 
239
- #: ../lib/yasr-shortcode-functions.php:741
240
- #: ../lib/yasr-shortcode-functions.php:779
241
  msgid "Post / Page"
242
  msgstr "Post / Pagina"
243
 
244
- #: ../lib/yasr-shortcode-functions.php:742
245
- #: ../lib/yasr-shortcode-functions.php:780
246
  msgid "Order By"
247
  msgstr "Ordina per"
248
 
249
- #: ../lib/yasr-shortcode-functions.php:742
250
- #: ../lib/yasr-shortcode-functions.php:780
251
  msgid "Most Rated"
252
  msgstr "Più Votati"
253
 
254
- #: ../lib/yasr-shortcode-functions.php:742
255
- #: ../lib/yasr-shortcode-functions.php:780
256
  msgid "Highest Rated"
257
  msgstr "Voto più alto"
258
 
259
- #: ../lib/yasr-shortcode-functions.php:759
260
- #: ../lib/yasr-shortcode-functions.php:794
261
  msgid "Total:"
262
  msgstr "Voti:"
263
 
264
- #: ../lib/yasr-shortcode-functions.php:759
265
- #: ../lib/yasr-shortcode-functions.php:794
266
  msgid "Average"
267
  msgstr "Media"
268
 
269
- #: ../lib/yasr-shortcode-functions.php:771
270
  msgid "You've not enough data"
271
  msgstr "Non hai abbastanza dati"
272
 
273
- #: ../lib/yasr-shortcode-functions.php:806
274
  msgid "You've not enought data"
275
  msgstr "Non hai abbastanza dati"
276
 
277
- #: ../lib/yasr-shortcode-functions.php:891
278
  msgid ""
279
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
280
  "any review?"
@@ -282,7 +288,7 @@ msgstr ""
282
  "C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
283
  "attivi. Hai pubblicato qualche recensione?"
284
 
285
- #: ../lib/yasr-shortcode-functions.php:959
286
  msgid ""
287
  "Problem while retrieving the top 10 active users chart. Are you sure you "
288
  "have votes to show?"
@@ -290,131 +296,131 @@ msgstr ""
290
  "C'è stato un problema nell'ottenere la classifica dei 10 utenti più attivi. "
291
  "Sei sicuro di avere voti da mostrare?"
292
 
293
- #: ../lib/yasr-settings-functions.php:50
294
  msgid "General settings"
295
  msgstr "Impostazioni Generali"
296
 
297
- #: ../lib/yasr-settings-functions.php:51
298
  msgid "Auto insert options"
299
  msgstr "Opzioni inserimento automatico"
300
 
301
- #: ../lib/yasr-settings-functions.php:52
302
  msgid "Show \"Overall Rating\" in Archive Page?"
303
  msgstr "Mostrare il \"Voto Complessivo\" nella Pagine Archivio?"
304
 
305
- #: ../lib/yasr-settings-functions.php:53
306
  msgid "Show \"Visitor Votes\" in Archive Page?"
307
  msgstr "Mostare il \"Voto Utenti\" nelle Pagine Archivio?"
308
 
309
- #: ../lib/yasr-settings-functions.php:54
310
  msgid "Insert custom text to show before / after stars"
311
  msgstr "Inserisci testo personalizzato da mostrare prima / dopo le stelle"
312
 
313
- #: ../lib/yasr-settings-functions.php:55
314
  msgid "Do you want show stats for visitors votes?"
315
  msgstr "Vuoi mostrare le statistiche per i voti utenti?"
316
 
317
- #: ../lib/yasr-settings-functions.php:56
318
  msgid "Allow only logged in user to vote?"
319
  msgstr "Permettere la votazione ai soli utenti loggati?"
320
 
321
- #: ../lib/yasr-settings-functions.php:57
322
  msgid "Which rich snippets do you want to use?"
323
  msgstr "Quale rich snippets vuoi usare?"
324
 
325
- #: ../lib/yasr-settings-functions.php:58
326
  msgid "How do you want to rate \"Overall Rating\"?"
327
  msgstr "Cosa vuoi usare per inserire il \"Voto Complessivo\"?"
328
 
329
- #: ../lib/yasr-settings-functions.php:72
330
  msgid "Use Auto Insert?"
331
  msgstr "Usare l'inserimento automatico?"
332
 
333
- #: ../lib/yasr-settings-functions.php:75
334
- #: ../lib/yasr-settings-functions.php:144
335
- #: ../lib/yasr-settings-functions.php:162
336
- #: ../lib/yasr-settings-functions.php:204
337
- #: ../lib/yasr-settings-functions.php:230
338
- #: ../lib/yasr-settings-functions.php:264
339
- #: ../lib/yasr-settings-functions.php:319
340
  msgid "Yes"
341
  msgstr "Si"
342
 
343
- #: ../lib/yasr-settings-functions.php:89
344
- #: ../lib/yasr-settings-functions.php:149
345
- #: ../lib/yasr-settings-functions.php:167
346
- #: ../lib/yasr-settings-functions.php:209
347
- #: ../lib/yasr-settings-functions.php:235
348
- #: ../lib/yasr-settings-functions.php:269
349
- #: ../lib/yasr-settings-functions.php:324
350
  msgid "No"
351
  msgstr "No"
352
 
353
- #: ../lib/yasr-settings-functions.php:95
354
  msgid "What?"
355
  msgstr "Cosa?"
356
 
357
- #: ../lib/yasr-settings-functions.php:98
358
  msgid "Overall Rating / Author Rating"
359
  msgstr "Voto Complessivo / Voto Autore"
360
 
361
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:471
362
  msgid "Visitor Votes"
363
  msgstr "Voto Utenti"
364
 
365
- #: ../lib/yasr-settings-functions.php:106
366
  msgid "Both"
367
  msgstr "Entrambi"
368
 
369
- #: ../lib/yasr-settings-functions.php:110
370
  msgid "Where?"
371
  msgstr "Dove?"
372
 
373
- #: ../lib/yasr-settings-functions.php:113
374
  msgid "Before the post"
375
  msgstr "Prima del contenuto"
376
 
377
- #: ../lib/yasr-settings-functions.php:117
378
  msgid "After the post"
379
  msgstr "Dopo il contenuto"
380
 
381
- #: ../lib/yasr-settings-functions.php:122
382
  msgid "Size"
383
  msgstr "Grandezza"
384
 
385
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:461
386
  #: ../lib/yasr-ajax-functions.php:479
387
  msgid "Small"
388
  msgstr "Piccolo"
389
 
390
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:462
391
  #: ../lib/yasr-ajax-functions.php:480
392
  msgid "Medium"
393
  msgstr "Medio"
394
 
395
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:463
396
  #: ../lib/yasr-ajax-functions.php:481
397
  msgid "Large"
398
  msgstr "Grande"
399
 
400
- #: ../lib/yasr-settings-functions.php:141
401
  msgid "Exclude Pages?"
402
  msgstr "Escludere pagine?"
403
 
404
- #: ../lib/yasr-settings-functions.php:159
405
  msgid "Use only in custom post types?"
406
  msgstr "Usare solo nei custom post type?"
407
 
408
- #: ../lib/yasr-settings-functions.php:171
409
  msgid "You see this because you use custom post types."
410
  msgstr "Vedi questo perché usi i custom post type."
411
 
412
- #: ../lib/yasr-settings-functions.php:173
413
  msgid "If you want to use auto insert only in custom post types, choose Yes"
414
  msgstr ""
415
  "Se vuoi usare l'inserimento automatico solo nei custom post type, spunta Si"
416
 
417
- #: ../lib/yasr-settings-functions.php:213
418
  msgid ""
419
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
420
  "article or page, but also in pages like Home Page, category pages or "
@@ -424,7 +430,7 @@ msgstr ""
424
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
425
  "categorie o archivi"
426
 
427
- #: ../lib/yasr-settings-functions.php:239
428
  msgid ""
429
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
430
  "article or page, but also in pages like Home Page, category pages or "
@@ -434,60 +440,64 @@ msgstr ""
434
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
435
  "categorie o archivi"
436
 
437
- #: ../lib/yasr-settings-functions.php:274
438
  msgid "Custom text to display before Overall Rating"
439
  msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
440
 
441
- #: ../lib/yasr-settings-functions.php:279
442
  msgid "Custom text to display BEFORE Visitor Rating"
443
  msgstr "Testo personalizzato da visualizzare PRIMA del Voto Utenti"
444
 
445
- #: ../lib/yasr-settings-functions.php:285
446
  msgid "Custom text to display AFTER Visitor Rating"
447
  msgstr "Testo personalizzato da visualizzare dopo del Voto Utenti"
448
 
449
- #: ../lib/yasr-settings-functions.php:290
450
  msgid "Custom text to display when a non logged user has already rated"
451
  msgstr ""
452
  "Testo personalizzato da mostrare quanto un utente non loggato ha già votato"
453
 
454
- #: ../lib/yasr-settings-functions.php:295
455
  msgid "Help"
456
- msgstr ""
457
 
458
- #: ../lib/yasr-settings-functions.php:299
459
  msgid ""
460
  "In the first field you can use %overall_rating% pattern to show the overall "
461
  "rating."
462
  msgstr ""
 
 
463
 
464
- #: ../lib/yasr-settings-functions.php:303
465
  msgid ""
466
  "In the Second and Third fields you can use %total_count% pattern to show the "
467
  "total count, and %average% pattern to show the average"
468
  msgstr ""
 
 
469
 
470
- #: ../lib/yasr-settings-functions.php:342
471
  msgid "Allow only logged-in users"
472
  msgstr "Permetti solo agli utenti loggati"
473
 
474
- #: ../lib/yasr-settings-functions.php:346
475
  msgid "Allow everybody (logged in and anonymous)"
476
  msgstr "Permetti a tutti (loggati ed anonimi)"
477
 
478
- #: ../lib/yasr-settings-functions.php:363
479
  msgid "Review Rating"
480
  msgstr "Voto Recensione"
481
 
482
- #: ../lib/yasr-settings-functions.php:367
483
  msgid "Aggregate Rating"
484
  msgstr "Media Voto Utenti"
485
 
486
- #: ../lib/yasr-settings-functions.php:372
487
  msgid "What is this?"
488
  msgstr "Cos'è questo?"
489
 
490
- #: ../lib/yasr-settings-functions.php:377
491
  msgid ""
492
  "If you select \"Review Rating\", your site will be indexed from search "
493
  "engines like this: "
@@ -495,50 +505,50 @@ msgstr ""
495
  "Se hai scelto \"Voto Recensione\", il sito verrà indicizzato dai motori di "
496
  "ricerca così:"
497
 
498
- #: ../lib/yasr-settings-functions.php:382
499
  msgid ""
500
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
501
  "this"
502
  msgstr ""
503
  "Se, invece, hai scelto \"Media Voto Utenti\", il sito verrà indicizzato così"
504
 
505
- #: ../lib/yasr-settings-functions.php:400
506
  msgid "Stars"
507
  msgstr "Stelle"
508
 
509
- #: ../lib/yasr-settings-functions.php:404
510
  msgid "Numbers"
511
  msgstr "Numeri"
512
 
513
- #: ../lib/yasr-settings-functions.php:429
514
  msgid "Which color scheme do you want to use?"
515
  msgstr "Che schema di colori vuoi usare?"
516
 
517
- #: ../lib/yasr-settings-functions.php:450
518
  msgid "Light"
519
  msgstr "Chiaro"
520
 
521
- #: ../lib/yasr-settings-functions.php:455
522
  msgid "Dark"
523
  msgstr "Scuro"
524
 
525
- #: ../lib/yasr-settings-functions.php:460
526
  msgid "Preview"
527
  msgstr "Anteprima"
528
 
529
- #: ../lib/yasr-settings-functions.php:465
530
  msgid "Light theme"
531
  msgstr "Tema chiaro"
532
 
533
- #: ../lib/yasr-settings-functions.php:470
534
  msgid "Dark theme"
535
  msgstr "Tema scuro"
536
 
537
- #: ../lib/yasr-settings-functions.php:485
538
  msgid "Add New Multiple Set"
539
  msgstr "Set Multipli"
540
 
541
- #: ../lib/yasr-settings-functions.php:486
542
  msgid ""
543
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
544
  "characters"
@@ -546,48 +556,48 @@ msgstr ""
546
  "Nome, Elemento#1 e Elemento#2 DEVONO essere riempiti e devono essere lunghi "
547
  "almeno 3 caratteri"
548
 
549
- #: ../lib/yasr-settings-functions.php:489
550
  msgid "Name"
551
  msgstr "Nome"
552
 
553
- #: ../lib/yasr-settings-functions.php:494
554
  msgid "You can insert up to nine elements"
555
  msgstr "Puoi inserire fino a nove elementi"
556
 
557
- #: ../lib/yasr-settings-functions.php:499
558
  msgid "Element "
559
  msgstr "Elemento"
560
 
561
- #: ../lib/yasr-settings-functions.php:509
562
  msgid "Create New Set"
563
  msgstr "Crea Nuovo Set"
564
 
565
- #: ../lib/yasr-settings-functions.php:530
566
- #: ../lib/yasr-settings-functions.php:562
567
  msgid "Manage Multiple Set"
568
  msgstr "Gestisci Set Multiplo"
569
 
570
- #: ../lib/yasr-settings-functions.php:532
571
  msgid "Wich set do you want to edit or remove?"
572
  msgstr "Quale set vuoi modificare o rimuovere"
573
 
574
- #: ../lib/yasr-settings-functions.php:572
575
- #: ../lib/yasr-settings-functions.php:690
576
  msgid "Field name"
577
  msgstr "Nome campo"
578
 
579
- #: ../lib/yasr-settings-functions.php:576
580
- #: ../lib/yasr-settings-functions.php:694
581
  msgid "Remove"
582
  msgstr "Rimuovi"
583
 
584
- #: ../lib/yasr-settings-functions.php:618
585
- #: ../lib/yasr-settings-functions.php:736
586
  msgid "Remove whole set?"
587
  msgstr "Rimuovere l'intero set?"
588
 
589
- #: ../lib/yasr-settings-functions.php:631
590
- #: ../lib/yasr-settings-functions.php:749
591
  msgid ""
592
  "If you remove something you will remove all the votes for that set or field. "
593
  "This operation CAN'T BE undone."
@@ -595,63 +605,63 @@ msgstr ""
595
  "Se rimuovi qualcosa rimuoverai anche i voti per quel set o campo. Questa "
596
  "operazione NON PUÒ ESSERE ANNULLATA"
597
 
598
- #: ../lib/yasr-settings-functions.php:638
599
- #: ../lib/yasr-settings-functions.php:756
600
  msgid "You can use up to 9 elements"
601
  msgstr "Puoi usare fino a 9 elementi"
602
 
603
- #: ../lib/yasr-settings-functions.php:640
604
- #: ../lib/yasr-settings-functions.php:758
605
  msgid "Add element"
606
  msgstr "Aggiungi elemento"
607
 
608
- #: ../lib/yasr-settings-functions.php:642
609
- #: ../lib/yasr-settings-functions.php:760
610
  msgid "Save changes"
611
  msgstr "Salva modifiche"
612
 
613
- #: ../lib/yasr-settings-functions.php:652
614
  msgid "No Multiple Set were found"
615
  msgstr "Nessun Set Multiplo trovato"
616
 
617
- #: ../lib/yasr-settings-functions.php:902
618
- #: ../lib/yasr-settings-functions.php:1170
619
  msgid "Settings Saved"
620
  msgstr "Impostazioni Salvate"
621
 
622
- #: ../lib/yasr-settings-functions.php:907
623
  msgid "Something goes wrong trying insert set field name. Please report it"
624
  msgstr ""
625
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
626
  "segnalalo"
627
 
628
- #: ../lib/yasr-settings-functions.php:913
629
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
630
  msgstr ""
631
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
632
  "favore segnalalo"
633
 
634
- #: ../lib/yasr-settings-functions.php:988
635
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
636
  msgstr ""
637
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
638
  "favore segnalalo"
639
 
640
- #: ../lib/yasr-settings-functions.php:1034
641
  msgid ""
642
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
643
  msgstr ""
644
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
645
  "favore segnalalo"
646
 
647
- #: ../lib/yasr-settings-functions.php:1098
648
  msgid ""
649
  "Something goes wrong trying to update a Multi Set's element. Please report it"
650
  msgstr ""
651
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
652
  "favore segnalalo"
653
 
654
- #: ../lib/yasr-settings-functions.php:1155
655
  msgid ""
656
  "Something goes wrong trying to insert set field name in edit form. Please "
657
  "report it"
@@ -659,15 +669,15 @@ msgstr ""
659
  "Qualcosa è andato storto cercando di inserire il campo nel form di modifica. "
660
  "Per favore segnalalo"
661
 
662
- #: ../lib/yasr-settings-functions.php:1198
663
  msgid "Style Options"
664
  msgstr "Opzioni Stili"
665
 
666
- #: ../lib/yasr-settings-functions.php:1199
667
  msgid "Custom CSS Styles"
668
  msgstr "Stili CSS Personalizzati"
669
 
670
- #: ../lib/yasr-settings-functions.php:1204
671
  msgid ""
672
  "Please use text area below to write your own CSS styles to override the "
673
  "default ones."
@@ -675,115 +685,111 @@ msgstr ""
675
  "Usa l'area di testo sottostante per scrivere le tue regole CSS che "
676
  "sovrascriveranno quelle di default"
677
 
678
- #: ../lib/yasr-settings-functions.php:1206
679
  msgid "Leave it blank if you don't know what you're doing"
680
  msgstr "Lascialo vuoto se non stai cosa stai facendo"
681
 
682
- #: ../lib/yasr-settings-functions.php:1229
683
  msgid "Looking for more features?"
684
  msgstr "Hai bisogno di più funzioni?"
685
 
686
- #: ../lib/yasr-settings-functions.php:1230
687
  msgid "Upgrade to yasr pro!"
688
  msgstr "Passa a yasr pro!"
689
 
690
- #: ../lib/yasr-settings-functions.php:1246
691
  msgid "Unlimited ratings and votes"
692
  msgstr "Voti e recensioni illimitate"
693
 
694
- #: ../lib/yasr-settings-functions.php:1252
695
  msgid "Works with shortcodes"
696
  msgstr "Funziona con gli shortcodes"
697
 
698
- #: ../lib/yasr-settings-functions.php:1258
699
  msgid "Multi Set Support"
700
  msgstr "Supporto Set Multipli"
701
 
702
- #: ../lib/yasr-settings-functions.php:1263
703
  msgid "Logs and stats for visitors votes"
704
  msgstr "Log e statistiche per i voti utenti"
705
 
706
- #: ../lib/yasr-settings-functions.php:1268
707
  msgid "Localization (.po and .mo files included)"
708
  msgstr "Traducibile (files .po e .mo inclusi)"
709
 
710
- #: ../lib/yasr-settings-functions.php:1273
711
  msgid "Rich Snippet Support"
712
  msgstr "Supporto per Rich Snippet"
713
 
714
- #: ../lib/yasr-settings-functions.php:1278
715
  msgid "Rankings for reviews, votes and users"
716
  msgstr "Classifiche per recensioni, voti e utenti"
717
 
718
- #: ../lib/yasr-settings-functions.php:1283
719
  msgid "Rankings Customization"
720
  msgstr "Personalizzazione Classifiche"
721
 
722
- #: ../lib/yasr-settings-functions.php:1288
723
  msgid "Stars Customization"
724
  msgstr "Personalizzazione Stelle"
725
 
726
- #: ../lib/yasr-settings-functions.php:1289
727
  msgid "Size Only"
728
  msgstr "Solo la grandezza"
729
 
730
- #: ../lib/yasr-settings-functions.php:1290
731
  msgid ""
732
  "Users can choose different ready to use sets or can upload their own images."
733
  msgstr ""
734
  "È possibile scegliere diversi set pronti all'uso o caricare le proprie "
735
  "immagini"
736
 
737
- #: ../lib/yasr-settings-functions.php:1293
738
  msgid "Users can review in comments"
739
  msgstr "Gli utenti possono recensire nei commenti"
740
 
741
- #: ../lib/yasr-settings-functions.php:1304
742
  msgid "Not avaible yet"
743
  msgstr "Non ancora disponibile"
744
 
745
- #: ../lib/yasr-settings-functions.php:1336
746
- #: ../lib/yasr-settings-functions.php:1363
747
  msgid "Follow YASR official site!"
748
  msgstr "Segui il sito ufficiale di YASR!"
749
 
750
- #: ../lib/yasr-settings-functions.php:1393
751
  msgid "No previous Gd Star Rating installation was found"
752
  msgstr "Installazione precedente di Gd Star Rating non stata trovata"
753
 
754
- #: ../lib/yasr-db-functions.php:309
755
  msgid "No recenet votes yet"
756
  msgstr "Ancora nessun voto recente"
757
 
758
- #: ../lib/yasr-db-functions.php:324 ../lib/yasr-ajax-functions.php:778
759
  msgid "anonymous"
760
  msgstr "anonimo"
761
 
762
- #: ../lib/yasr-db-functions.php:333
763
  #, php-format
764
  msgid "Vote %d from %s on "
765
  msgstr ""
766
 
767
- #: ../lib/yasr-db-functions.php:349 ../lib/yasr-ajax-functions.php:803
768
  msgid "Ip address"
769
  msgstr "Indirizzo Ip"
770
 
771
- #: ../lib/yasr-db-functions.php:390 ../lib/yasr-ajax-functions.php:844
772
  msgid "Pages"
773
  msgstr "Pagine"
774
 
775
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
776
  msgid "Yet Another Stars Rating: Settings"
777
  msgstr "Yet Another Stars Rating: Impostazioni"
778
 
779
- #: ../lib/yasr-functions.php:143
780
  msgid "Yet Another Stars Rating: Multiple set"
781
  msgstr "Yet Another Stars Rating: Set Multipli"
782
 
783
- #: ../lib/yasr-functions.php:149
784
- msgid "Overall Rating"
785
- msgstr "Voto Complessivo "
786
-
787
  #: ../lib/yasr-functions.php:159
788
  msgid "You don't have enought privileges to insert Overall Rating"
789
  msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
@@ -899,13 +905,15 @@ msgstr "Scegli quale Set Multiplo inserire"
899
 
900
  #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
901
  msgid "Readonly?"
902
- msgstr ""
903
 
904
  #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
905
  msgid ""
906
  "If Readonly is checked, only you can insert the votes (in the box above the "
907
  "editor)"
908
  msgstr ""
 
 
909
 
910
  #: ../lib/yasr-ajax-functions.php:502
911
  msgid "Insert Multi Set"
@@ -1030,7 +1038,7 @@ msgstr "Ancora nessun voto recente"
1030
  #: ../lib/yasr-ajax-functions.php:787
1031
  #, php-format
1032
  msgid "Vote %d from %s on"
1033
- msgstr ""
1034
 
1035
  #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1036
  msgid "Error: you can't vote 0"
@@ -1048,13 +1056,24 @@ msgstr "Voto Salvato"
1048
  msgid "Vote updated"
1049
  msgstr "Voto Aggiornato"
1050
 
1051
- #: ../lib/yasr-ajax-functions.php:1294
1052
  msgid "Rating saved!"
1053
  msgstr "Voto salvato!"
1054
 
1055
- #: ../lib/yasr-ajax-functions.php:1300
1056
  msgid "Rating not saved. Please Try again"
1057
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
1058
 
1059
  #~ msgid "Visitors can vote on Multi Set"
1060
  #~ msgstr "I visitatori possono votare nei Multi Set"
@@ -1077,12 +1096,6 @@ msgstr ""
1077
  #~ msgid "You've already voted this article"
1078
  #~ msgstr "Hai già votato questo articolo"
1079
 
1080
- #~ msgid "stars"
1081
- #~ msgstr "stelle"
1082
-
1083
- #~ msgid "star"
1084
- #~ msgstr "stella"
1085
-
1086
  #~ msgid ""
1087
  #~ "Seems like you've imported gd star rating in the past, but then deleted "
1088
  #~ "the logs table. For now, you can't enable statistics"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Yasr Translation\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: it_IT\n"
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:124
24
+ #: ../lib/yasr-shortcode-functions.php:527
25
  msgid "Loading, please wait"
26
  msgstr "Caricamento, attendere prego"
27
 
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
 
50
  "Ricorda di inserire questo shortcode <strong>[yasr_overall_rating]</strong> "
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:753
56
  msgid "You do not have sufficient permissions to access this page."
176
  msgid "Close this message"
177
  msgstr "Chiudi questo messaggio"
178
 
179
+ #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1326
180
+ #: ../lib/yasr-settings-functions.php:1352
181
  msgid "Donations"
182
  msgstr "Donazioni"
183
 
184
+ #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1328
185
+ #: ../lib/yasr-settings-functions.php:1354
186
  msgid ""
187
  "If you have found this plugin useful, please consider making a donation to "
188
  "help support future development. Your support will be much appreciated. "
191
  "supportarne lo sviluppo. Il tuo aiuto sarà molto apprezzato! P.s. YASR è "
192
  "made in Italy ;)"
193
 
194
+ #: ../yasr-settings-page.php:269 ../lib/yasr-settings-functions.php:1330
195
+ #: ../lib/yasr-settings-functions.php:1356
196
  msgid "Thank you!"
197
  msgstr "Grazie!"
198
 
200
  msgid "Choose wich set you want to use"
201
  msgstr "Scegli che set vuoi usare"
202
 
203
+ #: ../lib/yasr-shortcode-functions.php:189
204
+ #: ../lib/yasr-shortcode-functions.php:210
205
+ #: ../lib/yasr-shortcode-functions.php:240
206
  msgid "You've already voted this article with"
207
  msgstr "Hai già votato questo articolo con "
208
 
209
+ #: ../lib/yasr-shortcode-functions.php:251
210
+ #: ../lib/yasr-shortcode-functions.php:555
211
  msgid "You must sign to vote"
212
  msgstr "Devi fare il login per votare"
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 "Voti: "
218
 
219
+ #: ../lib/yasr-shortcode-functions.php:293
220
  msgid "Average: "
221
  msgstr "Media Voto: "
222
 
223
+ #: ../lib/yasr-shortcode-functions.php:309
224
  msgid "bad, poor, ok, good, super"
225
  msgstr "pessimo, scarso, ok, buono, super"
226
 
227
+ #: ../lib/yasr-shortcode-functions.php:534
228
  msgid "Thank you for voting! "
229
  msgstr "Grazie per aver votato!"
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 "Voto"
240
 
241
+ #: ../lib/yasr-shortcode-functions.php:724
242
  msgid "You don't have any votes stored"
243
  msgstr "Non hai alcun voto salvato"
244
 
245
+ #: ../lib/yasr-shortcode-functions.php:760
246
+ #: ../lib/yasr-shortcode-functions.php:799
247
  msgid "Post / Page"
248
  msgstr "Post / Pagina"
249
 
250
+ #: ../lib/yasr-shortcode-functions.php:761
251
+ #: ../lib/yasr-shortcode-functions.php:800
252
  msgid "Order By"
253
  msgstr "Ordina per"
254
 
255
+ #: ../lib/yasr-shortcode-functions.php:761
256
+ #: ../lib/yasr-shortcode-functions.php:800
257
  msgid "Most Rated"
258
  msgstr "Più Votati"
259
 
260
+ #: ../lib/yasr-shortcode-functions.php:761
261
+ #: ../lib/yasr-shortcode-functions.php:800
262
  msgid "Highest Rated"
263
  msgstr "Voto più alto"
264
 
265
+ #: ../lib/yasr-shortcode-functions.php:779
266
+ #: ../lib/yasr-shortcode-functions.php:814
267
  msgid "Total:"
268
  msgstr "Voti:"
269
 
270
+ #: ../lib/yasr-shortcode-functions.php:779
271
+ #: ../lib/yasr-shortcode-functions.php:814
272
  msgid "Average"
273
  msgstr "Media"
274
 
275
+ #: ../lib/yasr-shortcode-functions.php:791
276
  msgid "You've not enough data"
277
  msgstr "Non hai abbastanza dati"
278
 
279
+ #: ../lib/yasr-shortcode-functions.php:826
280
  msgid "You've not enought data"
281
  msgstr "Non hai abbastanza dati"
282
 
283
+ #: ../lib/yasr-shortcode-functions.php:911
284
  msgid ""
285
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
286
  "any review?"
288
  "C'è stato un problema nell'ottenere la classifica dei 5 recensori più "
289
  "attivi. Hai pubblicato qualche recensione?"
290
 
291
+ #: ../lib/yasr-shortcode-functions.php:979
292
  msgid ""
293
  "Problem while retrieving the top 10 active users chart. Are you sure you "
294
  "have votes to show?"
296
  "C'è stato un problema nell'ottenere la classifica dei 10 utenti più attivi. "
297
  "Sei sicuro di avere voti da mostrare?"
298
 
299
+ #: ../lib/yasr-settings-functions.php:52
300
  msgid "General settings"
301
  msgstr "Impostazioni Generali"
302
 
303
+ #: ../lib/yasr-settings-functions.php:53
304
  msgid "Auto insert options"
305
  msgstr "Opzioni inserimento automatico"
306
 
307
+ #: ../lib/yasr-settings-functions.php:54
308
  msgid "Show \"Overall Rating\" in Archive Page?"
309
  msgstr "Mostrare il \"Voto Complessivo\" nella Pagine Archivio?"
310
 
311
+ #: ../lib/yasr-settings-functions.php:55
312
  msgid "Show \"Visitor Votes\" in Archive Page?"
313
  msgstr "Mostare il \"Voto Utenti\" nelle Pagine Archivio?"
314
 
315
+ #: ../lib/yasr-settings-functions.php:56
316
  msgid "Insert custom text to show before / after stars"
317
  msgstr "Inserisci testo personalizzato da mostrare prima / dopo le stelle"
318
 
319
+ #: ../lib/yasr-settings-functions.php:57
320
  msgid "Do you want show stats for visitors votes?"
321
  msgstr "Vuoi mostrare le statistiche per i voti utenti?"
322
 
323
+ #: ../lib/yasr-settings-functions.php:58
324
  msgid "Allow only logged in user to vote?"
325
  msgstr "Permettere la votazione ai soli utenti loggati?"
326
 
327
+ #: ../lib/yasr-settings-functions.php:59
328
  msgid "Which rich snippets do you want to use?"
329
  msgstr "Quale rich snippets vuoi usare?"
330
 
331
+ #: ../lib/yasr-settings-functions.php:60
332
  msgid "How do you want to rate \"Overall Rating\"?"
333
  msgstr "Cosa vuoi usare per inserire il \"Voto Complessivo\"?"
334
 
335
+ #: ../lib/yasr-settings-functions.php:74
336
  msgid "Use Auto Insert?"
337
  msgstr "Usare l'inserimento automatico?"
338
 
339
+ #: ../lib/yasr-settings-functions.php:77
340
+ #: ../lib/yasr-settings-functions.php:146
341
+ #: ../lib/yasr-settings-functions.php:164
342
+ #: ../lib/yasr-settings-functions.php:206
343
+ #: ../lib/yasr-settings-functions.php:232
344
+ #: ../lib/yasr-settings-functions.php:266
345
+ #: ../lib/yasr-settings-functions.php:321
346
  msgid "Yes"
347
  msgstr "Si"
348
 
349
+ #: ../lib/yasr-settings-functions.php:91
350
+ #: ../lib/yasr-settings-functions.php:151
351
+ #: ../lib/yasr-settings-functions.php:169
352
+ #: ../lib/yasr-settings-functions.php:211
353
+ #: ../lib/yasr-settings-functions.php:237
354
+ #: ../lib/yasr-settings-functions.php:271
355
+ #: ../lib/yasr-settings-functions.php:326
356
  msgid "No"
357
  msgstr "No"
358
 
359
+ #: ../lib/yasr-settings-functions.php:97
360
  msgid "What?"
361
  msgstr "Cosa?"
362
 
363
+ #: ../lib/yasr-settings-functions.php:100
364
  msgid "Overall Rating / Author Rating"
365
  msgstr "Voto Complessivo / Voto Autore"
366
 
367
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
368
  msgid "Visitor Votes"
369
  msgstr "Voto Utenti"
370
 
371
+ #: ../lib/yasr-settings-functions.php:108
372
  msgid "Both"
373
  msgstr "Entrambi"
374
 
375
+ #: ../lib/yasr-settings-functions.php:112
376
  msgid "Where?"
377
  msgstr "Dove?"
378
 
379
+ #: ../lib/yasr-settings-functions.php:115
380
  msgid "Before the post"
381
  msgstr "Prima del contenuto"
382
 
383
+ #: ../lib/yasr-settings-functions.php:119
384
  msgid "After the post"
385
  msgstr "Dopo il contenuto"
386
 
387
+ #: ../lib/yasr-settings-functions.php:124
388
  msgid "Size"
389
  msgstr "Grandezza"
390
 
391
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
392
  #: ../lib/yasr-ajax-functions.php:479
393
  msgid "Small"
394
  msgstr "Piccolo"
395
 
396
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
397
  #: ../lib/yasr-ajax-functions.php:480
398
  msgid "Medium"
399
  msgstr "Medio"
400
 
401
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
402
  #: ../lib/yasr-ajax-functions.php:481
403
  msgid "Large"
404
  msgstr "Grande"
405
 
406
+ #: ../lib/yasr-settings-functions.php:143
407
  msgid "Exclude Pages?"
408
  msgstr "Escludere pagine?"
409
 
410
+ #: ../lib/yasr-settings-functions.php:161
411
  msgid "Use only in custom post types?"
412
  msgstr "Usare solo nei custom post type?"
413
 
414
+ #: ../lib/yasr-settings-functions.php:173
415
  msgid "You see this because you use custom post types."
416
  msgstr "Vedi questo perché usi i custom post type."
417
 
418
+ #: ../lib/yasr-settings-functions.php:175
419
  msgid "If you want to use auto insert only in custom post types, choose Yes"
420
  msgstr ""
421
  "Se vuoi usare l'inserimento automatico solo nei custom post type, spunta Si"
422
 
423
+ #: ../lib/yasr-settings-functions.php:215
424
  msgid ""
425
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
426
  "article or page, but also in pages like Home Page, category pages or "
430
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
431
  "categorie o archivi"
432
 
433
+ #: ../lib/yasr-settings-functions.php:241
434
  msgid ""
435
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
436
  "article or page, but also in pages like Home Page, category pages or "
440
  "articolo o nella singola pagina, ma anche in pagine come l' Home Page, "
441
  "categorie o archivi"
442
 
443
+ #: ../lib/yasr-settings-functions.php:276
444
  msgid "Custom text to display before Overall Rating"
445
  msgstr "Testo personalizzato da visualizzare prima del Voto Complessivo"
446
 
447
+ #: ../lib/yasr-settings-functions.php:281
448
  msgid "Custom text to display BEFORE Visitor Rating"
449
  msgstr "Testo personalizzato da visualizzare PRIMA del Voto Utenti"
450
 
451
+ #: ../lib/yasr-settings-functions.php:287
452
  msgid "Custom text to display AFTER Visitor Rating"
453
  msgstr "Testo personalizzato da visualizzare dopo del Voto Utenti"
454
 
455
+ #: ../lib/yasr-settings-functions.php:292
456
  msgid "Custom text to display when a non logged user has already rated"
457
  msgstr ""
458
  "Testo personalizzato da mostrare quanto un utente non loggato ha già votato"
459
 
460
+ #: ../lib/yasr-settings-functions.php:297
461
  msgid "Help"
462
+ msgstr "Aiuto"
463
 
464
+ #: ../lib/yasr-settings-functions.php:301
465
  msgid ""
466
  "In the first field you can use %overall_rating% pattern to show the overall "
467
  "rating."
468
  msgstr ""
469
+ "Nel primo campo puoi usare la variabile %overall_rating% per mostrare il "
470
+ "voto complessivo"
471
 
472
+ #: ../lib/yasr-settings-functions.php:305
473
  msgid ""
474
  "In the Second and Third fields you can use %total_count% pattern to show the "
475
  "total count, and %average% pattern to show the average"
476
  msgstr ""
477
+ "Nel secondo e terzo campo puoi usare la variabile %total_count% per mostrare "
478
+ "il numero dei voti, e %average% per mostare la media"
479
 
480
+ #: ../lib/yasr-settings-functions.php:344
481
  msgid "Allow only logged-in users"
482
  msgstr "Permetti solo agli utenti loggati"
483
 
484
+ #: ../lib/yasr-settings-functions.php:348
485
  msgid "Allow everybody (logged in and anonymous)"
486
  msgstr "Permetti a tutti (loggati ed anonimi)"
487
 
488
+ #: ../lib/yasr-settings-functions.php:365
489
  msgid "Review Rating"
490
  msgstr "Voto Recensione"
491
 
492
+ #: ../lib/yasr-settings-functions.php:369
493
  msgid "Aggregate Rating"
494
  msgstr "Media Voto Utenti"
495
 
496
+ #: ../lib/yasr-settings-functions.php:374
497
  msgid "What is this?"
498
  msgstr "Cos'è questo?"
499
 
500
+ #: ../lib/yasr-settings-functions.php:379
501
  msgid ""
502
  "If you select \"Review Rating\", your site will be indexed from search "
503
  "engines like this: "
505
  "Se hai scelto \"Voto Recensione\", il sito verrà indicizzato dai motori di "
506
  "ricerca così:"
507
 
508
+ #: ../lib/yasr-settings-functions.php:384
509
  msgid ""
510
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
511
  "this"
512
  msgstr ""
513
  "Se, invece, hai scelto \"Media Voto Utenti\", il sito verrà indicizzato così"
514
 
515
+ #: ../lib/yasr-settings-functions.php:402
516
  msgid "Stars"
517
  msgstr "Stelle"
518
 
519
+ #: ../lib/yasr-settings-functions.php:406
520
  msgid "Numbers"
521
  msgstr "Numeri"
522
 
523
+ #: ../lib/yasr-settings-functions.php:431
524
  msgid "Which color scheme do you want to use?"
525
  msgstr "Che schema di colori vuoi usare?"
526
 
527
+ #: ../lib/yasr-settings-functions.php:452
528
  msgid "Light"
529
  msgstr "Chiaro"
530
 
531
+ #: ../lib/yasr-settings-functions.php:457
532
  msgid "Dark"
533
  msgstr "Scuro"
534
 
535
+ #: ../lib/yasr-settings-functions.php:462
536
  msgid "Preview"
537
  msgstr "Anteprima"
538
 
539
+ #: ../lib/yasr-settings-functions.php:467
540
  msgid "Light theme"
541
  msgstr "Tema chiaro"
542
 
543
+ #: ../lib/yasr-settings-functions.php:472
544
  msgid "Dark theme"
545
  msgstr "Tema scuro"
546
 
547
+ #: ../lib/yasr-settings-functions.php:487
548
  msgid "Add New Multiple Set"
549
  msgstr "Set Multipli"
550
 
551
+ #: ../lib/yasr-settings-functions.php:488
552
  msgid ""
553
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
554
  "characters"
556
  "Nome, Elemento#1 e Elemento#2 DEVONO essere riempiti e devono essere lunghi "
557
  "almeno 3 caratteri"
558
 
559
+ #: ../lib/yasr-settings-functions.php:491
560
  msgid "Name"
561
  msgstr "Nome"
562
 
563
+ #: ../lib/yasr-settings-functions.php:496
564
  msgid "You can insert up to nine elements"
565
  msgstr "Puoi inserire fino a nove elementi"
566
 
567
+ #: ../lib/yasr-settings-functions.php:501
568
  msgid "Element "
569
  msgstr "Elemento"
570
 
571
+ #: ../lib/yasr-settings-functions.php:511
572
  msgid "Create New Set"
573
  msgstr "Crea Nuovo Set"
574
 
575
+ #: ../lib/yasr-settings-functions.php:532
576
+ #: ../lib/yasr-settings-functions.php:564
577
  msgid "Manage Multiple Set"
578
  msgstr "Gestisci Set Multiplo"
579
 
580
+ #: ../lib/yasr-settings-functions.php:534
581
  msgid "Wich set do you want to edit or remove?"
582
  msgstr "Quale set vuoi modificare o rimuovere"
583
 
584
+ #: ../lib/yasr-settings-functions.php:574
585
+ #: ../lib/yasr-settings-functions.php:692
586
  msgid "Field name"
587
  msgstr "Nome campo"
588
 
589
+ #: ../lib/yasr-settings-functions.php:578
590
+ #: ../lib/yasr-settings-functions.php:696
591
  msgid "Remove"
592
  msgstr "Rimuovi"
593
 
594
+ #: ../lib/yasr-settings-functions.php:620
595
+ #: ../lib/yasr-settings-functions.php:738
596
  msgid "Remove whole set?"
597
  msgstr "Rimuovere l'intero set?"
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
  "Se rimuovi qualcosa rimuoverai anche i voti per quel set o campo. Questa "
606
  "operazione NON PUÒ ESSERE ANNULLATA"
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 "Puoi usare fino a 9 elementi"
612
 
613
+ #: ../lib/yasr-settings-functions.php:642
614
+ #: ../lib/yasr-settings-functions.php:760
615
  msgid "Add element"
616
  msgstr "Aggiungi elemento"
617
 
618
+ #: ../lib/yasr-settings-functions.php:644
619
+ #: ../lib/yasr-settings-functions.php:762
620
  msgid "Save changes"
621
  msgstr "Salva modifiche"
622
 
623
+ #: ../lib/yasr-settings-functions.php:654
624
  msgid "No Multiple Set were found"
625
  msgstr "Nessun Set Multiplo trovato"
626
 
627
+ #: ../lib/yasr-settings-functions.php:904
628
+ #: ../lib/yasr-settings-functions.php:1172
629
  msgid "Settings Saved"
630
  msgstr "Impostazioni Salvate"
631
 
632
+ #: ../lib/yasr-settings-functions.php:909
633
  msgid "Something goes wrong trying insert set field name. Please report it"
634
  msgstr ""
635
  "Qualcosa è andato storto cercando di inserire un elemento. Per favore "
636
  "segnalalo"
637
 
638
+ #: ../lib/yasr-settings-functions.php:915
639
  msgid "Something goes wrong trying insert Multi Set name. 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:990
645
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
646
  msgstr ""
647
  "Qualcosa è andato storto cercando di inserire il nome del Set Multiplo. Per "
648
  "favore segnalalo"
649
 
650
+ #: ../lib/yasr-settings-functions.php:1036
651
  msgid ""
652
  "Something goes wrong trying to delete a Multi Set's element. 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:1100
658
  msgid ""
659
  "Something goes wrong trying to update 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:1157
665
  msgid ""
666
  "Something goes wrong trying to insert set field name in edit form. Please "
667
  "report it"
669
  "Qualcosa è andato storto cercando di inserire il campo nel form di modifica. "
670
  "Per favore segnalalo"
671
 
672
+ #: ../lib/yasr-settings-functions.php:1200
673
  msgid "Style Options"
674
  msgstr "Opzioni Stili"
675
 
676
+ #: ../lib/yasr-settings-functions.php:1201
677
  msgid "Custom CSS Styles"
678
  msgstr "Stili CSS Personalizzati"
679
 
680
+ #: ../lib/yasr-settings-functions.php:1206
681
  msgid ""
682
  "Please use text area below to write your own CSS styles to override the "
683
  "default ones."
685
  "Usa l'area di testo sottostante per scrivere le tue regole CSS che "
686
  "sovrascriveranno quelle di default"
687
 
688
+ #: ../lib/yasr-settings-functions.php:1208
689
  msgid "Leave it blank if you don't know what you're doing"
690
  msgstr "Lascialo vuoto se non stai cosa stai facendo"
691
 
692
+ #: ../lib/yasr-settings-functions.php:1231
693
  msgid "Looking for more features?"
694
  msgstr "Hai bisogno di più funzioni?"
695
 
696
+ #: ../lib/yasr-settings-functions.php:1232
697
  msgid "Upgrade to yasr pro!"
698
  msgstr "Passa a yasr pro!"
699
 
700
+ #: ../lib/yasr-settings-functions.php:1248
701
  msgid "Unlimited ratings and votes"
702
  msgstr "Voti e recensioni illimitate"
703
 
704
+ #: ../lib/yasr-settings-functions.php:1254
705
  msgid "Works with shortcodes"
706
  msgstr "Funziona con gli shortcodes"
707
 
708
+ #: ../lib/yasr-settings-functions.php:1260
709
  msgid "Multi Set Support"
710
  msgstr "Supporto Set Multipli"
711
 
712
+ #: ../lib/yasr-settings-functions.php:1265
713
  msgid "Logs and stats for visitors votes"
714
  msgstr "Log e statistiche per i voti utenti"
715
 
716
+ #: ../lib/yasr-settings-functions.php:1270
717
  msgid "Localization (.po and .mo files included)"
718
  msgstr "Traducibile (files .po e .mo inclusi)"
719
 
720
+ #: ../lib/yasr-settings-functions.php:1275
721
  msgid "Rich Snippet Support"
722
  msgstr "Supporto per Rich Snippet"
723
 
724
+ #: ../lib/yasr-settings-functions.php:1280
725
  msgid "Rankings for reviews, votes and users"
726
  msgstr "Classifiche per recensioni, voti e utenti"
727
 
728
+ #: ../lib/yasr-settings-functions.php:1285
729
  msgid "Rankings Customization"
730
  msgstr "Personalizzazione Classifiche"
731
 
732
+ #: ../lib/yasr-settings-functions.php:1290
733
  msgid "Stars Customization"
734
  msgstr "Personalizzazione Stelle"
735
 
736
+ #: ../lib/yasr-settings-functions.php:1291
737
  msgid "Size Only"
738
  msgstr "Solo la grandezza"
739
 
740
+ #: ../lib/yasr-settings-functions.php:1292
741
  msgid ""
742
  "Users can choose different ready to use sets or can upload their own images."
743
  msgstr ""
744
  "È possibile scegliere diversi set pronti all'uso o caricare le proprie "
745
  "immagini"
746
 
747
+ #: ../lib/yasr-settings-functions.php:1295
748
  msgid "Users can review in comments"
749
  msgstr "Gli utenti possono recensire nei commenti"
750
 
751
+ #: ../lib/yasr-settings-functions.php:1306
752
  msgid "Not avaible yet"
753
  msgstr "Non ancora disponibile"
754
 
755
+ #: ../lib/yasr-settings-functions.php:1338
756
+ #: ../lib/yasr-settings-functions.php:1365
757
  msgid "Follow YASR official site!"
758
  msgstr "Segui il sito ufficiale di YASR!"
759
 
760
+ #: ../lib/yasr-settings-functions.php:1395
761
  msgid "No previous Gd Star Rating installation was found"
762
  msgstr "Installazione precedente di Gd Star Rating non stata trovata"
763
 
764
+ #: ../lib/yasr-db-functions.php:310
765
  msgid "No recenet votes yet"
766
  msgstr "Ancora nessun voto recente"
767
 
768
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
769
  msgid "anonymous"
770
  msgstr "anonimo"
771
 
772
+ #: ../lib/yasr-db-functions.php:334
773
  #, php-format
774
  msgid "Vote %d from %s on "
775
  msgstr ""
776
 
777
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
778
  msgid "Ip address"
779
  msgstr "Indirizzo Ip"
780
 
781
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
782
  msgid "Pages"
783
  msgstr "Pagine"
784
 
785
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
786
  msgid "Yet Another Stars Rating: Settings"
787
  msgstr "Yet Another Stars Rating: Impostazioni"
788
 
789
+ #: ../lib/yasr-functions.php:148
790
  msgid "Yet Another Stars Rating: Multiple set"
791
  msgstr "Yet Another Stars Rating: Set Multipli"
792
 
 
 
 
 
793
  #: ../lib/yasr-functions.php:159
794
  msgid "You don't have enought privileges to insert Overall Rating"
795
  msgstr "Non hai permessi sufficienti per inserire il Voto Complessivo"
905
 
906
  #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
907
  msgid "Readonly?"
908
+ msgstr "Sola lettura?"
909
 
910
  #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
911
  msgid ""
912
  "If Readonly is checked, only you can insert the votes (in the box above the "
913
  "editor)"
914
  msgstr ""
915
+ "Se selezioni sola lettura, solo tu puoi inserire i voti (nel box sotto "
916
+ "l'editor)"
917
 
918
  #: ../lib/yasr-ajax-functions.php:502
919
  msgid "Insert Multi Set"
1038
  #: ../lib/yasr-ajax-functions.php:787
1039
  #, php-format
1040
  msgid "Vote %d from %s on"
1041
+ msgstr "Voto %d da %s su"
1042
 
1043
  #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1044
  msgid "Error: you can't vote 0"
1056
  msgid "Vote updated"
1057
  msgstr "Voto Aggiornato"
1058
 
1059
+ #: ../lib/yasr-ajax-functions.php:1325
1060
  msgid "Rating saved!"
1061
  msgstr "Voto salvato!"
1062
 
1063
+ #: ../lib/yasr-ajax-functions.php:1331
1064
  msgid "Rating not saved. Please Try again"
1065
+ msgstr "Voto non salvato. Per favore riprova"
1066
+
1067
+ #: ../lib/yasr-ajax-functions.php:1424
1068
+ msgid "stars"
1069
+ msgstr "stelle"
1070
+
1071
+ #: ../lib/yasr-ajax-functions.php:1429
1072
+ msgid "star"
1073
+ msgstr "stella"
1074
+
1075
+ #~ msgid "Overall Rating"
1076
+ #~ msgstr "Voto Complessivo "
1077
 
1078
  #~ msgid "Visitors can vote on Multi Set"
1079
  #~ msgstr "I visitatori possono votare nei Multi Set"
1096
  #~ msgid "You've already voted this article"
1097
  #~ msgstr "Hai già votato questo articolo"
1098
 
 
 
 
 
 
 
1099
  #~ msgid ""
1100
  #~ "Seems like you've imported gd star rating in the past, but then deleted "
1101
  #~ "the logs table. For now, you can't enable statistics"
languages/yasr-nb_NO.mo CHANGED
Binary file
languages/yasr-nb_NO.po CHANGED
@@ -1,1030 +1,1117 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-03-03 12:37+0100\n"
5
- "PO-Revision-Date: 2015-03-03 20:06+0100\n"
6
- "Last-Translator: Spilleautomater|Casinobonuser "
7
- "<admin@spilleautomatercasinobonuser.com>\n"
8
- "Language-Team: \n"
9
- "Language: nb\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.7.4\n"
14
- "X-Poedit-KeywordsList: __;_e\n"
15
- "X-Poedit-Basepath: .\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
- "X-Poedit-SearchPath-1: ../lib\n"
19
-
20
- #: ../yasr-metabox-top-right.php:65 ../yasr-metabox-top-right.php:99
21
- msgid "Rate this article / item"
22
- msgstr "Vurder denne artikkelen/dette elementet"
23
-
24
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
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:164
33
- msgid "This review is about a..."
34
- msgstr "Dette er en vurdering av..."
35
-
36
- #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
37
- #: ../lib/yasr-settings-functions.php:505
38
- msgid "Select"
39
- msgstr "Velg"
40
-
41
- #: ../yasr-metabox-top-right.php:211
42
- msgid ""
43
- "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
44
- "where you want to display this rating"
45
- msgstr ""
46
- "Husk å legge inn dennne kodesnutten, <strong>[yasr_overall_rating]</"
47
- "strong>, der hvor du ønsker at vurderingen skal vises"
48
-
49
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
50
- #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
51
- #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
52
- msgid "You do not have sufficient permissions to access this page."
53
- msgstr "Du har ikke tilstrekkelig tillatelse til å få tilgang til denne siden."
54
-
55
- #: ../yasr-settings-page.php:33
56
- msgid "Settings"
57
- msgstr "Innstillinger"
58
-
59
- #: ../yasr-settings-page.php:76
60
- msgid "General Settings"
61
- msgstr "Generelle innstillinger"
62
-
63
- #: ../yasr-settings-page.php:77
64
- msgid "Multi Sets"
65
- msgstr "Multisett"
66
-
67
- #: ../yasr-settings-page.php:78
68
- msgid "Styles"
69
- msgstr "Stiler"
70
-
71
- #: ../yasr-settings-page.php:79
72
- msgid "Pro Features!"
73
- msgstr "Pro-funksjoner!"
74
-
75
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:276
76
- msgid "Save"
77
- msgstr "Lagre"
78
-
79
- #: ../yasr-settings-page.php:116
80
- msgid "Import Gd Star Rating"
81
- msgstr "Importer Gd-stjernevurdering"
82
-
83
- #: ../yasr-settings-page.php:117
84
- msgid "I've found a previous installation of Gd Star Rating."
85
- msgstr "Jeg fant en tidligere installasjon av Gd-stjernevurdering"
86
-
87
- #: ../yasr-settings-page.php:117
88
- msgid "Do you want proceed to import data?"
89
- msgstr "Vil du fortsette og importere data?"
90
-
91
- #: ../yasr-settings-page.php:119
92
- msgid "Yes, Begin Import"
93
- msgstr "Ja, start importeringen"
94
-
95
- #: ../yasr-settings-page.php:123
96
- msgid "Click on Proceed to import Gd Star Rating data."
97
- msgstr "Klikk \"Fortsett\" for å importere data fra Gd-stjernevurdering."
98
-
99
- #: ../yasr-settings-page.php:126 ../yasr-settings-page.php:159
100
- msgid "Proceed"
101
- msgstr "Fortsett"
102
-
103
- #: ../yasr-settings-page.php:148
104
- msgid "Manage GD Star Data"
105
- msgstr "Administrer Gd-stjernevurdering"
106
-
107
- #: ../yasr-settings-page.php:149
108
- msgid "Gd Star Rating has been already imported."
109
- msgstr "Gd-stjernevurdering har allerede blitt importert."
110
-
111
- #: ../yasr-settings-page.php:150
112
- msgid "If you wish you can import it again, but"
113
- msgstr "Dersom du ønsker kan du importere en gang til, men"
114
-
115
- #: ../yasr-settings-page.php:150
116
- msgid "you will lose all data you've collect since the import!"
117
- msgstr "du vil miste alle data du har samlet inn siden importeringen."
118
-
119
- #: ../yasr-settings-page.php:152
120
- msgid "Ok, Import Again"
121
- msgstr "OK, importer en gang til"
122
-
123
- #: ../yasr-settings-page.php:156
124
- msgid ""
125
- "Click on Proceed to import again Gd Star Rating data. This may take a while!"
126
- msgstr ""
127
- "Klikk på \"Fortsett\" for å importere Gd-stjernevurdering en gang til. Dette "
128
- "kan ta en stund."
129
-
130
- #: ../yasr-settings-page.php:196
131
- msgid "Manage Multi Set"
132
- msgstr "Administrer multisett"
133
-
134
- #: ../yasr-settings-page.php:200
135
- msgid "What is a Multi Set?"
136
- msgstr "Hva er et multisett?"
137
-
138
- #: ../yasr-settings-page.php:204
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
- "Et multisett lar deg legge inn en vurdering av ulike aspekter ved produktet, "
144
- "bedriften, eller hva enn du vurderer. Du kan se et eksempel på bildet "
145
- "nedenfor."
146
-
147
- #: ../yasr-settings-page.php:208
148
- msgid ""
149
- "You can create up to 99 different Multi Set and each one can contain up to 9 "
150
- "different fields. Once you've saved it, you can insert the rates while "
151
- "typing your article in the box below the editor, as you can see in this "
152
- "image (click to see it larger)"
153
- msgstr ""
154
- "Du kan opprette opptil 99 ulike multisett, og hver av disse kan inneholde "
155
- "opptil 9 ulike felter. snart du har lagret et sett, kan du legge inn "
156
- "vurderingene dine mens du skriver artikkelen din inn i boksen nedenfor "
157
- "redigeringsvinduet. Dette kan du se på dette bildet (klikk for å forstørre)"
158
-
159
- #: ../yasr-settings-page.php:212
160
- msgid ""
161
- "In order to insert your Multi Sets into a post or page, you can either past "
162
- "the short code that will appear at the bottom of the box or just click on "
163
- "the star in the graphic editor and select \"Insert Multi Set\"."
164
- msgstr ""
165
- "Du kan legge inn multisettene dine i et innlegg eller på en side på to ulike "
166
- "måter: Du kan legge inn kodesnutten du ser i bunnen av boksen, eller du kan "
167
- "klikke stjernen i redigeringsvinduet og klikke \"Legg inn multisett\"."
168
-
169
- #: ../yasr-settings-page.php:218
170
- msgid "Close this message"
171
- msgstr "Lukk denne meldingen"
172
-
173
- #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
174
- #: ../lib/yasr-settings-functions.php:1320
175
- msgid "Donations"
176
- msgstr "Donasjoner"
177
-
178
- #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
179
- #: ../lib/yasr-settings-functions.php:1322
180
- msgid ""
181
- "If you have found this plugin useful, please consider making a donation to "
182
- "help support future development. Your support will be much appreciated. "
183
- msgstr ""
184
- "Dersom du synes denne utvidelsen er hjelpsom, vennligst vurder å gi en "
185
- "donasjon for å hjelpe oss med fremtidig utvikling. Vi setter veldig stor "
186
- "pris støtten din."
187
-
188
- #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
189
- #: ../lib/yasr-settings-functions.php:1324
190
- msgid "Thank you!"
191
- msgstr "Tusen takk!"
192
-
193
- #: ../yasr-metabox-multiple-rating.php:35
194
- msgid "Choose wich set you want to use"
195
- msgstr "Velg hvilket sett du vil bruke"
196
-
197
- #: ../lib/yasr-shortcode-functions.php:185
198
- #: ../lib/yasr-shortcode-functions.php:207
199
- msgid "You've already voted this article with"
200
- msgstr "Du har allerede gitt din vurdering. Du ga karaktereren "
201
-
202
- #: ../lib/yasr-shortcode-functions.php:218
203
- msgid "You must sign to vote"
204
- msgstr "Du må logge inn for å vurdere"
205
-
206
- #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
207
- #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
208
- #: ../lib/yasr-ajax-functions.php:1220
209
- msgid "Total: "
210
- msgstr "Totalt:"
211
-
212
- #: ../lib/yasr-shortcode-functions.php:227
213
- msgid "Average: "
214
- msgstr "Gjennomsnitt:"
215
-
216
- #: ../lib/yasr-shortcode-functions.php:392
217
- msgid "Rating"
218
- msgstr "Vurdering"
219
-
220
- #: ../lib/yasr-shortcode-functions.php:406
221
- msgid "You don't have any votes stored"
222
- msgstr "Du har ingen vurderinger lagret"
223
-
224
- #: ../lib/yasr-shortcode-functions.php:442
225
- #: ../lib/yasr-shortcode-functions.php:480
226
- msgid "Post / Page"
227
- msgstr "Innlegg / side"
228
-
229
- #: ../lib/yasr-shortcode-functions.php:443
230
- #: ../lib/yasr-shortcode-functions.php:481
231
- msgid "Order By"
232
- msgstr "Sorter basert på "
233
-
234
- #: ../lib/yasr-shortcode-functions.php:443
235
- #: ../lib/yasr-shortcode-functions.php:481
236
- msgid "Most Rated"
237
- msgstr "Flest vurderinger"
238
-
239
- #: ../lib/yasr-shortcode-functions.php:443
240
- #: ../lib/yasr-shortcode-functions.php:481
241
- msgid "Highest Rated"
242
- msgstr "Høyest vurdering"
243
-
244
- #: ../lib/yasr-shortcode-functions.php:460
245
- #: ../lib/yasr-shortcode-functions.php:495
246
- msgid "Total:"
247
- msgstr "Total:"
248
-
249
- #: ../lib/yasr-shortcode-functions.php:460
250
- #: ../lib/yasr-shortcode-functions.php:495
251
- msgid "Average"
252
- msgstr "Gjennomsnittlig "
253
-
254
- #: ../lib/yasr-shortcode-functions.php:472
255
- msgid "You've not enough data"
256
- msgstr "Du har ikke nok data"
257
-
258
- #: ../lib/yasr-shortcode-functions.php:507
259
- msgid "You've not enought data"
260
- msgstr "Du har ikke nok data"
261
-
262
- #: ../lib/yasr-shortcode-functions.php:592
263
- msgid ""
264
- "Problem while retrieving the top 5 most active reviewers. Did you publish "
265
- "any review?"
266
- msgstr ""
267
- "Problem oppsto mens vi hentet de 5 mest aktive anmelderne . Har du publisert "
268
- "en omtale?"
269
-
270
- #: ../lib/yasr-shortcode-functions.php:660
271
- msgid ""
272
- "Problem while retrieving the top 10 active users chart. Are you sure you "
273
- "have votes to show?"
274
- msgstr ""
275
- "Problem oppsto mens vi hentet de 5 mest aktive brukerne. Er du sikker på at "
276
- "du har vurderinger som kan vises?"
277
-
278
- #: ../lib/yasr-settings-functions.php:49
279
- msgid "General settings"
280
- msgstr "Generelle innstillinger"
281
-
282
- #: ../lib/yasr-settings-functions.php:50
283
- msgid "Auto insert options"
284
- msgstr "Automatiske innleggingsalternativer"
285
-
286
- #: ../lib/yasr-settings-functions.php:51
287
- msgid "Show \"Overall Rating\" in Archive Page?"
288
- msgstr "Vis \"Helhetsvurdering\" på arkivsiden?"
289
-
290
- #: ../lib/yasr-settings-functions.php:52
291
- msgid "Show \"Visitor Votes\" in Archive Page?"
292
- msgstr "Vis \"Besøkendes vurderinger\" på arkivsiden?"
293
-
294
- #: ../lib/yasr-settings-functions.php:53
295
- msgid "Insert custom text to show before / after stars"
296
- msgstr "Legg inn egentilpasset tekst som vises før/etter stjernene"
297
-
298
- #: ../lib/yasr-settings-functions.php:54
299
- msgid "Do you want show stats for visitors votes?"
300
- msgstr "Vil du vise statistikker for besøkendes vurderinger?"
301
-
302
- #: ../lib/yasr-settings-functions.php:55
303
- msgid "Which color scheme do you want to use?"
304
- msgstr "Hvilket fargevalg ønsker du å benytte?"
305
-
306
- #: ../lib/yasr-settings-functions.php:56
307
- msgid "Allow only logged in user to vote?"
308
- msgstr "Tillat kun innloggede brukere å legge inn en vurdering?"
309
-
310
- #: ../lib/yasr-settings-functions.php:57
311
- msgid "Which rich snippets do you want to use?"
312
- msgstr "Hvilken rikt tekstutdrag ønsker du å bruke? "
313
-
314
- #: ../lib/yasr-settings-functions.php:58
315
- msgid "How do you want to rate \"Overall Rating\"?"
316
- msgstr "Hvordan ønsker du å vurdere \"Helhetsvurdering\"?"
317
-
318
- #: ../lib/yasr-settings-functions.php:72
319
- msgid "Use Auto Insert?"
320
- msgstr "Bruk automatisk innlegging?"
321
-
322
- #: ../lib/yasr-settings-functions.php:75
323
- #: ../lib/yasr-settings-functions.php:144
324
- #: ../lib/yasr-settings-functions.php:162
325
- #: ../lib/yasr-settings-functions.php:204
326
- #: ../lib/yasr-settings-functions.php:230
327
- #: ../lib/yasr-settings-functions.php:262
328
- #: ../lib/yasr-settings-functions.php:313
329
- msgid "Yes"
330
- msgstr "Ja"
331
-
332
- #: ../lib/yasr-settings-functions.php:89
333
- #: ../lib/yasr-settings-functions.php:149
334
- #: ../lib/yasr-settings-functions.php:167
335
- #: ../lib/yasr-settings-functions.php:209
336
- #: ../lib/yasr-settings-functions.php:235
337
- #: ../lib/yasr-settings-functions.php:267
338
- #: ../lib/yasr-settings-functions.php:318
339
- msgid "No"
340
- msgstr "Nei"
341
-
342
- #: ../lib/yasr-settings-functions.php:95
343
- msgid "What?"
344
- msgstr "Hva?"
345
-
346
- #: ../lib/yasr-settings-functions.php:98
347
- msgid "Overall Rating / Author Rating"
348
- msgstr "Helhetsvurdering / skribentvurdering"
349
-
350
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
351
- msgid "Visitor Votes"
352
- msgstr "Besøkendes vurderinger"
353
-
354
- #: ../lib/yasr-settings-functions.php:106
355
- msgid "Both"
356
- msgstr "Begge"
357
-
358
- #: ../lib/yasr-settings-functions.php:110
359
- msgid "Where?"
360
- msgstr "Hvor?"
361
-
362
- #: ../lib/yasr-settings-functions.php:113
363
- msgid "Before the post"
364
- msgstr "Før innlegget"
365
-
366
- #: ../lib/yasr-settings-functions.php:117
367
- msgid "After the post"
368
- msgstr "Etter innlegget"
369
-
370
- #: ../lib/yasr-settings-functions.php:122
371
- msgid "Size"
372
- msgstr "Størrelse"
373
-
374
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
375
- #: ../lib/yasr-ajax-functions.php:470
376
- msgid "Small"
377
- msgstr "Liten"
378
-
379
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
380
- #: ../lib/yasr-ajax-functions.php:471
381
- msgid "Medium"
382
- msgstr "Middels"
383
-
384
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
385
- #: ../lib/yasr-ajax-functions.php:472
386
- msgid "Large"
387
- msgstr "Stor"
388
-
389
- #: ../lib/yasr-settings-functions.php:141
390
- msgid "Exclude Pages?"
391
- msgstr "Ekskluder visse sider?"
392
-
393
- #: ../lib/yasr-settings-functions.php:159
394
- msgid "Use only in custom post types?"
395
- msgstr "Bruk kun i egentilpassede innleggstyper?"
396
-
397
- #: ../lib/yasr-settings-functions.php:171
398
- msgid "You see this because you use custom post types."
399
- msgstr "Du ser denne fordi du benytter egentilpassede innleggstyper."
400
-
401
- #: ../lib/yasr-settings-functions.php:173
402
- msgid "If you want to use auto insert only in custom post types, choose Yes"
403
- msgstr ""
404
- "Velg \"Ja\" dersom du kun ønsker å bruke automatisk innlegging i "
405
- "egentilpassede innleggstyper"
406
-
407
- #: ../lib/yasr-settings-functions.php:213
408
- msgid ""
409
- "If you enable this, \"Overall Rating\" will be showed not only in the single "
410
- "article or page, but also in pages like Home Page, category pages or "
411
- "archives."
412
- msgstr ""
413
- "Dersom du aktiverer dette, vil \"Helhetsvurdering\" ikke bare vises i "
414
- "enkeltartikler og på sider, men også på andre sider som startsiden, "
415
- "kategorisider eller i arkiver."
416
-
417
- #: ../lib/yasr-settings-functions.php:239
418
- msgid ""
419
- "If you enable this, \"Visitor Votes\" will be showed not only in the single "
420
- "article or page, but also in pages like Home Page, category pages or "
421
- "archives."
422
- msgstr ""
423
- "Dersom du aktiverer denne, vil \"Besøkendes vurderinger\" ikke bare vises i "
424
- "enkeltartikler og på sider, men også på andre sider som startsiden, "
425
- "kategorisider eller i arkiver."
426
-
427
- #: ../lib/yasr-settings-functions.php:272
428
- msgid "Custom text to display before Overall Rating"
429
- msgstr "Egentilpasset tekst som vises før helhetsvurderingen"
430
-
431
- #: ../lib/yasr-settings-functions.php:277
432
- msgid "Custom text to display before Visitor Rating"
433
- msgstr "Egentilpasset tekst som vises før besøkendes vurdering"
434
-
435
- #: ../lib/yasr-settings-functions.php:282
436
- msgid "Custom text to display when a non logged user has already rated"
437
- msgstr ""
438
- "Egentilpasset tekst som vises når en bruker som ikke er innlogget allerede "
439
- "har gitt sin vurdering"
440
-
441
- #: ../lib/yasr-settings-functions.php:296
442
- msgid ""
443
- "Seems like you've imported gd star rating in the past, but then deleted the "
444
- "logs table. For now, you can't enable statistics"
445
- msgstr ""
446
- "Det ser ut som at du har importert gd-stjernevurdering tidligere, men at "
447
- "tabellen med loggene ble slettet. Du kan for øyeblikket ikke aktivere "
448
- "statistikker."
449
-
450
- #: ../lib/yasr-settings-functions.php:338
451
- msgid "Light"
452
- msgstr "Lyst"
453
-
454
- #: ../lib/yasr-settings-functions.php:343
455
- msgid "Dark"
456
- msgstr "Mørkt"
457
-
458
- #: ../lib/yasr-settings-functions.php:348
459
- msgid "Preview"
460
- msgstr "Forhåndsvisning"
461
-
462
- #: ../lib/yasr-settings-functions.php:353
463
- msgid "Light theme"
464
- msgstr "Lyst tema"
465
-
466
- #: ../lib/yasr-settings-functions.php:358
467
- msgid "Dark Theme"
468
- msgstr "Mørkt tema"
469
-
470
- #: ../lib/yasr-settings-functions.php:376
471
- msgid "Allow only logged-in users"
472
- msgstr "Tillat kun innloggede brukere"
473
-
474
- #: ../lib/yasr-settings-functions.php:380
475
- msgid "Allow everybody (logged in and anonymous)"
476
- msgstr "Tillat alle (innloggede og anonyme)"
477
-
478
- #: ../lib/yasr-settings-functions.php:397
479
- msgid "Review Rating"
480
- msgstr "Vurdering"
481
-
482
- #: ../lib/yasr-settings-functions.php:401
483
- msgid "Aggregate Rating"
484
- msgstr "Aggregert vurdering"
485
-
486
- #: ../lib/yasr-settings-functions.php:406
487
- msgid "What is this?"
488
- msgstr "Hva er dette?"
489
-
490
- #: ../lib/yasr-settings-functions.php:411
491
- msgid ""
492
- "If you select \"Review Rating\", your site will be indexed from search "
493
- "engines like this: "
494
- msgstr ""
495
- "Dersom du velger \"Helhetsvurdering\", så vil siden din bli indeksert av "
496
- "søkemotorer på denne måten:"
497
-
498
- #: ../lib/yasr-settings-functions.php:416
499
- msgid ""
500
- "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
501
- "this"
502
- msgstr ""
503
- "Dersom du istedenfor velger \"Aggregert vurdering\", vil siden din bli "
504
- "indeksert denne måten:"
505
-
506
- #: ../lib/yasr-settings-functions.php:434
507
- msgid "Stars"
508
- msgstr "Stjerner"
509
-
510
- #: ../lib/yasr-settings-functions.php:438
511
- msgid "Numbers"
512
- msgstr "Tall"
513
-
514
- #: ../lib/yasr-settings-functions.php:450
515
- msgid "Add New Multiple Set"
516
- msgstr "Legg til nytt multisett"
517
-
518
- #: ../lib/yasr-settings-functions.php:451
519
- msgid ""
520
- "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
521
- "characters"
522
- msgstr "Navn, Element#1 og Element#2 MÅ fylles ut og inneholde minst tre tegn"
523
-
524
- #: ../lib/yasr-settings-functions.php:454
525
- msgid "Name"
526
- msgstr "Navn"
527
-
528
- #: ../lib/yasr-settings-functions.php:459
529
- msgid "You can insert up to nine elements"
530
- msgstr "Du kan legge inn opptil ni elementer"
531
-
532
- #: ../lib/yasr-settings-functions.php:464
533
- msgid "Element "
534
- msgstr "Element"
535
-
536
- #: ../lib/yasr-settings-functions.php:474
537
- msgid "Create New Set"
538
- msgstr "Opprett nytt sett"
539
-
540
- #: ../lib/yasr-settings-functions.php:495
541
- #: ../lib/yasr-settings-functions.php:527
542
- msgid "Manage Multiple Set"
543
- msgstr "Administrer multisett"
544
-
545
- #: ../lib/yasr-settings-functions.php:497
546
- msgid "Wich set do you want to edit or remove?"
547
- msgstr "Hvilket sett ønsker du å endre eller slette?"
548
-
549
- #: ../lib/yasr-settings-functions.php:537
550
- #: ../lib/yasr-settings-functions.php:655
551
- msgid "Field name"
552
- msgstr "Feltnavn"
553
-
554
- #: ../lib/yasr-settings-functions.php:541
555
- #: ../lib/yasr-settings-functions.php:659
556
- msgid "Remove"
557
- msgstr "Slett"
558
-
559
- #: ../lib/yasr-settings-functions.php:583
560
- #: ../lib/yasr-settings-functions.php:701
561
- msgid "Remove whole set?"
562
- msgstr "Slett hele settet?"
563
-
564
- #: ../lib/yasr-settings-functions.php:596
565
- #: ../lib/yasr-settings-functions.php:714
566
- msgid ""
567
- "If you remove something you will remove all the votes for that set or field. "
568
- "This operation CAN'T BE undone."
569
- msgstr ""
570
- "Hvis du sletter noe, så sletter du også alle vurderinger for det settet "
571
- "eller feltet. Denne handlingen er endelig, og du kan ikke angre deg i "
572
- "etterkant."
573
-
574
- #: ../lib/yasr-settings-functions.php:603
575
- #: ../lib/yasr-settings-functions.php:721
576
- msgid "You can use up to 9 elements"
577
- msgstr "Du kan bruke opptil ni elementer"
578
-
579
- #: ../lib/yasr-settings-functions.php:605
580
- #: ../lib/yasr-settings-functions.php:723
581
- msgid "Add element"
582
- msgstr "Legg til element"
583
-
584
- #: ../lib/yasr-settings-functions.php:607
585
- #: ../lib/yasr-settings-functions.php:725
586
- msgid "Save changes"
587
- msgstr "Lagre endringer"
588
-
589
- #: ../lib/yasr-settings-functions.php:617
590
- msgid "No Multiple Set were found"
591
- msgstr "Vi fant ingen multisett"
592
-
593
- #: ../lib/yasr-settings-functions.php:867
594
- #: ../lib/yasr-settings-functions.php:1135
595
- msgid "Settings Saved"
596
- msgstr "Instillinger lagret"
597
-
598
- #: ../lib/yasr-settings-functions.php:872
599
- msgid "Something goes wrong trying insert set field name. Please report it"
600
- msgstr ""
601
- "Noe går galt mens vi forsøker å legge inn feltnavn i settet. Vennligst "
602
- "rapporter dette."
603
-
604
- #: ../lib/yasr-settings-functions.php:878
605
- msgid "Something goes wrong trying insert Multi Set name. Please report it"
606
- msgstr ""
607
- "Noe går galt mens vi forsøker å legge inn navn multisett. Vennligst "
608
- "rapporter dette."
609
-
610
- #: ../lib/yasr-settings-functions.php:953
611
- msgid "Something goes wrong trying to delete a Multi Set . Please report it"
612
- msgstr ""
613
- "Noe går galt mens vi forsøker å slette et multisett. Vennligst rapporter "
614
- "dette."
615
-
616
- #: ../lib/yasr-settings-functions.php:999
617
- msgid ""
618
- "Something goes wrong trying to delete a Multi Set's element. Please report it"
619
- msgstr ""
620
- "Noe går galt mens vi forsøker å slette et element i multisettet. Vennligst "
621
- "rapporter dette."
622
-
623
- #: ../lib/yasr-settings-functions.php:1063
624
- msgid ""
625
- "Something goes wrong trying to update a Multi Set's element. Please report it"
626
- msgstr ""
627
- "Noe går galt mens vi forsøker å oppdatere et element i multisettet. "
628
- "Vennligst rapporter dette."
629
-
630
- #: ../lib/yasr-settings-functions.php:1120
631
- msgid ""
632
- "Something goes wrong trying to insert set field name in edit form. Please "
633
- "report it"
634
- msgstr ""
635
- "Noe går galt mens vi forsøker å legge inn feltnavn i settet i endre-modus. "
636
- "Vennligst rapporter dette."
637
-
638
- #: ../lib/yasr-settings-functions.php:1163
639
- msgid "Style Options"
640
- msgstr "Stilvalg"
641
-
642
- #: ../lib/yasr-settings-functions.php:1164
643
- msgid "Custom CSS Styles"
644
- msgstr "Egentilpassede CSS-stiler"
645
-
646
- #: ../lib/yasr-settings-functions.php:1169
647
- msgid ""
648
- "Please use text area below to write your own CSS styles to override the "
649
- "default ones."
650
- msgstr ""
651
- "Vennligst benytt tekstområdet nedenfor for å legge inn dine egne CSS-stiler. "
652
- "Disse overstyrer standardstilene."
653
-
654
- #: ../lib/yasr-settings-functions.php:1171
655
- msgid "Leave it blank if you don't know what you're doing"
656
- msgstr " Ikke legg inn noe her med mindre du vet hva du holder på med."
657
-
658
- #: ../lib/yasr-settings-functions.php:1194
659
- msgid "Looking for more features?"
660
- msgstr "Ser du etter flere funksjoner?"
661
-
662
- #: ../lib/yasr-settings-functions.php:1195
663
- msgid "Upgrade to yasr pro!"
664
- msgstr "Oppgrader til YASR pro!"
665
-
666
- #: ../lib/yasr-settings-functions.php:1211
667
- msgid "Unlimited ratings and votes"
668
- msgstr "Ubegrenset antall brukervurderinger og stemmer"
669
-
670
- #: ../lib/yasr-settings-functions.php:1217
671
- msgid "Works with shortcodes"
672
- msgstr "Fungerer med kortkoder"
673
-
674
- #: ../lib/yasr-settings-functions.php:1223
675
- msgid "Multi Set Support"
676
- msgstr "Støtte for multisett"
677
-
678
- #: ../lib/yasr-settings-functions.php:1228
679
- msgid "Logs and stats for visitors votes"
680
- msgstr "Logger og statistikker for besøkendes stemmer"
681
-
682
- #: ../lib/yasr-settings-functions.php:1233
683
- msgid "Localization (.po and .mo files included)"
684
- msgstr "Lokalisering (.po- og .mo-filer inkludert)"
685
-
686
- #: ../lib/yasr-settings-functions.php:1238
687
- msgid "Rich Snippet Support"
688
- msgstr "Støtte for rikt tekstutdrag"
689
-
690
- #: ../lib/yasr-settings-functions.php:1243
691
- msgid "Rankings for reviews, votes and users"
692
- msgstr "Rangeringer for omtaler, stemmer og brukere"
693
-
694
- #: ../lib/yasr-settings-functions.php:1248
695
- msgid "Rankings Customization"
696
- msgstr "Egendefinert rangering"
697
-
698
- #: ../lib/yasr-settings-functions.php:1253
699
- msgid "Stars Customization"
700
- msgstr "Egendefinerte stjerner"
701
-
702
- #: ../lib/yasr-settings-functions.php:1254
703
- msgid "Size Only"
704
- msgstr "Kun størrelse"
705
-
706
- #: ../lib/yasr-settings-functions.php:1255
707
- msgid ""
708
- "Users can choose different ready to use sets or can upload their own images."
709
- msgstr ""
710
- "Brukere kan velge ulike sett som er klare for å brukes, eller de kan laste "
711
- "opp sine egne bilder"
712
-
713
- #: ../lib/yasr-settings-functions.php:1258
714
- msgid "Visitors can vote on Multi Set"
715
- msgstr "Besøkende kan stemme multisett"
716
-
717
- #: ../lib/yasr-settings-functions.php:1263
718
- msgid "Users can review in comments"
719
- msgstr "Brukere kan gi sin vurdering i kommentarfeltet"
720
-
721
- #: ../lib/yasr-settings-functions.php:1274
722
- msgid "Not avaible yet"
723
- msgstr "Ikke tilgjengelig enda"
724
-
725
- #: ../lib/yasr-settings-functions.php:1306
726
- #: ../lib/yasr-settings-functions.php:1333
727
- msgid "Follow YASR official site!"
728
- msgstr "Følg YASRs offisielle side"
729
-
730
- #: ../lib/yasr-settings-functions.php:1363
731
- msgid "No previous Gd Star Rating installation was found"
732
- msgstr "Ingen tidligere installasjon av Gd-stjernevurdering ble funnet"
733
-
734
- #: ../lib/yasr-db-functions.php:280
735
- msgid "No recenet votes yet"
736
- msgstr "Ingen nylige vurderinger enda"
737
-
738
- #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
739
- msgid "anonymous"
740
- msgstr "anonym"
741
-
742
- #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
743
- msgid "Ip address"
744
- msgstr "IP-adresse"
745
-
746
- #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
747
- msgid "Pages"
748
- msgstr "Sider"
749
-
750
- #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
751
- msgid "Yet Another Stars Rating: Settings"
752
- msgstr "Yet Another Stars Rating: Innstillinger"
753
-
754
- #: ../lib/yasr-functions.php:143
755
- msgid "YASR"
756
- msgstr "YASR"
757
-
758
- #: ../lib/yasr-functions.php:144
759
- msgid "Yet Another Stars Rating: Multiple set"
760
- msgstr "Yet Another Stars Rating: Multisett"
761
-
762
- #: ../lib/yasr-functions.php:150
763
- msgid "Overall Rating"
764
- msgstr "Helhetsvurdering"
765
-
766
- #: ../lib/yasr-functions.php:160
767
- msgid "You don't have enought privileges to insert Overall Rating"
768
- msgstr "Du har ikke tillatelse til å legge inn helhetsvurdering"
769
-
770
- #: ../lib/yasr-functions.php:170
771
- msgid "You don't have enought privileges to insert Multi Set"
772
- msgstr "Du har ikke tillatelse til å legge inn multisett"
773
-
774
- #: ../lib/yasr-functions.php:310
775
- msgid " reviewed by "
776
- msgstr " ble vurdert av "
777
-
778
- #: ../lib/yasr-functions.php:311
779
- msgid " on "
780
- msgstr " "
781
-
782
- #: ../lib/yasr-functions.php:312
783
- msgid " rated "
784
- msgstr ", og fikk karakteren "
785
-
786
- #: ../lib/yasr-functions.php:312
787
- msgid " of"
788
- msgstr " av"
789
-
790
- #: ../lib/yasr-functions.php:359
791
- msgid " written by "
792
- msgstr " skrevet av"
793
-
794
- #: ../lib/yasr-functions.php:361
795
- msgid " average rating "
796
- msgstr " vurdering"
797
-
798
- #: ../lib/yasr-functions.php:362
799
- msgid " user ratings"
800
- msgstr " brukervurderinger"
801
-
802
- #: ../lib/yasr-ajax-functions.php:96
803
- msgid "You've rated it "
804
- msgstr "Du ga karakteren"
805
-
806
- #: ../lib/yasr-ajax-functions.php:100
807
- msgid "You've reset the vote"
808
- msgstr "Du har tilbakestilt vurderingen"
809
-
810
- #: ../lib/yasr-ajax-functions.php:164
811
- msgid ""
812
- "There was an error while trying to insert the review type. Please report it"
813
- msgstr ""
814
- "En feil oppsto mens vi forsøkte å legge inn vurderingstypen. Vennligst "
815
- "rapporter dette."
816
-
817
- #: ../lib/yasr-ajax-functions.php:198
818
- msgid "Choose a vote for each element"
819
- msgstr "Velg en karakter for hvert element"
820
-
821
- #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
822
- msgid "Remember to insert this shortcode"
823
- msgstr "Husk å legge inn denne kodesnutten, "
824
-
825
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
826
- msgid "where you want to display this multi set"
827
- msgstr ", der hvor du ønsker at dette multisettet skal vises"
828
-
829
- #: ../lib/yasr-ajax-functions.php:265
830
- msgid "Choose a vote for every element"
831
- msgstr "Velg en karakter for hvert element"
832
-
833
- #: ../lib/yasr-ajax-functions.php:432
834
- msgid "Main"
835
- msgstr "Hoved"
836
-
837
- #: ../lib/yasr-ajax-functions.php:433
838
- msgid "Charts"
839
- msgstr "Diagrammer"
840
-
841
- #: ../lib/yasr-ajax-functions.php:435
842
- msgid "Read the doc"
843
- msgstr "Les dokumentet"
844
-
845
- #: ../lib/yasr-ajax-functions.php:444
846
- msgid "Overall Rating / Review"
847
- msgstr "Helhetsvurdering / omtale"
848
-
849
- #: ../lib/yasr-ajax-functions.php:446
850
- msgid "Insert Overall Rating"
851
- msgstr "Legg inn helhetsvurdering"
852
-
853
- #: ../lib/yasr-ajax-functions.php:447
854
- msgid "Insert Overall Rating / Review for this post"
855
- msgstr "Legg inn helhetsvurdering/omtale for dette innlegget"
856
-
857
- #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
858
- msgid "Choose Size"
859
- msgstr "Velg størrelse"
860
-
861
- #: ../lib/yasr-ajax-functions.php:464
862
- msgid "Insert Visitor Votes"
863
- msgstr "Legg inn besøkendes vurderinger"
864
-
865
- #: ../lib/yasr-ajax-functions.php:465
866
- msgid "Insert the ability for your visitor to vote"
867
- msgstr "Legg inn muligheten for besøkende å foreta en vurdering"
868
-
869
- #: ../lib/yasr-ajax-functions.php:482
870
- msgid "If you want to insert a Multi Set, pick one:"
871
- msgstr "Velg et multisett du ønsker å legge inn"
872
-
873
- #: ../lib/yasr-ajax-functions.php:488
874
- msgid "Choose wich set you want to insert."
875
- msgstr "Velg hvilket multisett du vil legge inn."
876
-
877
- #: ../lib/yasr-ajax-functions.php:496
878
- msgid "Insert Multiset:"
879
- msgstr "Lett inn multisett:"
880
-
881
- #: ../lib/yasr-ajax-functions.php:499
882
- msgid "Insert Multiple Set"
883
- msgstr "Legg inn multisett"
884
-
885
- #: ../lib/yasr-ajax-functions.php:500
886
- msgid "Insert multiple set in this post ?"
887
- msgstr "Legg inn multisett i dette innlegget?"
888
-
889
- #: ../lib/yasr-ajax-functions.php:515
890
- msgid "Ranking reviews"
891
- msgstr "Rangeringsvurdering"
892
-
893
- #: ../lib/yasr-ajax-functions.php:516
894
- msgid "Insert Ranking reviews"
895
- msgstr "Legg inn rangeringsvurderinger"
896
-
897
- #: ../lib/yasr-ajax-functions.php:517
898
- msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
899
- msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_overall_rating]"
900
-
901
- #: ../lib/yasr-ajax-functions.php:521
902
- msgid "Users' ranking"
903
- msgstr "Brukernes rangering"
904
-
905
- #: ../lib/yasr-ajax-functions.php:522
906
- msgid "Insert Users ranking"
907
- msgstr "Legg inn brukernes rangering"
908
-
909
- #: ../lib/yasr-ajax-functions.php:523
910
- msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
911
- msgstr "Legg inn de 10 høyest rangerte for kodesnutten [yasr_visitor_votes] "
912
-
913
- #: ../lib/yasr-ajax-functions.php:527
914
- msgid "Most active reviewers"
915
- msgstr "Mest aktivere anmeldere"
916
-
917
- #: ../lib/yasr-ajax-functions.php:528
918
- msgid "Insert Most Active Reviewers"
919
- msgstr "Legg inn mest aktive anmeldere"
920
-
921
- #: ../lib/yasr-ajax-functions.php:529
922
- msgid "Insert Top 5 active reviewers"
923
- msgstr "Legg inn de 5 mest aktive anmelderne"
924
-
925
- #: ../lib/yasr-ajax-functions.php:533
926
- msgid "Most Active Users"
927
- msgstr "Mest aktive brukere"
928
-
929
- #: ../lib/yasr-ajax-functions.php:534
930
- msgid "Insert Most Active Users"
931
- msgstr "Legg inn mest aktive brukere"
932
-
933
- #: ../lib/yasr-ajax-functions.php:535
934
- msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
935
- msgstr ""
936
- "Legg inn kodesnutten [yasr_visitor_votes] for de 10 mest aktive anmelderne "
937
-
938
- #: ../lib/yasr-ajax-functions.php:606
939
- msgid "Reviews and Visitor Votes have been successfull imported."
940
- msgstr "Omtaler og besøkendes vurderinger har blitt importert."
941
-
942
- #: ../lib/yasr-ajax-functions.php:612
943
- msgid ""
944
- "Step2: I will check if you used Multiple Sets and if so I will import them. "
945
- "THIS MAY TAKE A WHILE!"
946
- msgstr ""
947
- "Steg 2: Jeg vil sjekke om du brukte multisett, og jeg vil i så fall "
948
- "importere dem. Dette kan ta litt tid."
949
-
950
- #: ../lib/yasr-ajax-functions.php:614
951
- msgid "Proceed Step 2"
952
- msgstr "Fortsett til steg 2"
953
-
954
- #: ../lib/yasr-ajax-functions.php:621
955
- msgid "Something goes wrong! Refresh the page and try again!"
956
- msgstr "Noe går galt. Oppdater siden (F5) og forsøk igjen."
957
-
958
- #: ../lib/yasr-ajax-functions.php:650
959
- msgid "I've found Multiple Set! Importing..."
960
- msgstr "Jeg fant multisett. Importerer...."
961
-
962
- #: ../lib/yasr-ajax-functions.php:659
963
- msgid "Multi Set's name has been successfull imported."
964
- msgstr "Multisettets navn har blitt importert."
965
-
966
- #: ../lib/yasr-ajax-functions.php:661
967
- msgid "Now I'm going to import Multi Set data"
968
- msgstr "Nå skal jeg importere multisettets data"
969
-
970
- #: ../lib/yasr-ajax-functions.php:672
971
- msgid "All votes has been successfull imported."
972
- msgstr "Alle vurderinger har blitt importert."
973
-
974
- #: ../lib/yasr-ajax-functions.php:674
975
- msgid "Done"
976
- msgstr "Fullført"
977
-
978
- #: ../lib/yasr-ajax-functions.php:679
979
- msgid "I've found Multiple Set's votes but I couldn't insert into db"
980
- msgstr ""
981
- "Jeg har funnet vurderinger for multisettet, men kunne ikke legge dem inn i "
982
- "databasen"
983
-
984
- #: ../lib/yasr-ajax-functions.php:687
985
- msgid "I've found Multi Set but with no data"
986
- msgstr "Jeg har funnet multisett, men de har ingen data"
987
-
988
- #: ../lib/yasr-ajax-functions.php:696
989
- msgid "I've found Multi Sets names but I couldn't insert into db"
990
- msgstr ""
991
- "Jeg har funnet multisett-navn, men jeg kunne ikke legge dem inn i databasen"
992
-
993
- #: ../lib/yasr-ajax-functions.php:704
994
- msgid "Multisets were not found. Imported is done!"
995
- msgstr "Multisett ble ikke funnet. Importeringen har blitt fullført."
996
-
997
- #: ../lib/yasr-ajax-functions.php:748
998
- msgid "No Recenet votes yet"
999
- msgstr "Ingen nylige vurderinger enda"
1000
-
1001
- #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
1002
- msgid "Error: you can't vote 0"
1003
- msgstr "Feil. Du kan ikke gi karakteren 0."
1004
-
1005
- #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
1006
- msgid "Average rating"
1007
- msgstr "Gjennomsnittlig vurdering:"
1008
-
1009
- #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1010
- msgid "Vote Saved"
1011
- msgstr "Vurdering lagret"
1012
-
1013
- #: ../lib/yasr-ajax-functions.php:1149
1014
- msgid "Vote updated"
1015
- msgstr "Vurdering oppdatert"
1016
-
1017
- #: ../lib/yasr-ajax-functions.php:1220
1018
- msgid "Average "
1019
- msgstr "Gjennomsnitt:"
1020
-
1021
- #: ../lib/yasr-ajax-functions.php:1231
1022
- msgid "You've already voted this article"
1023
- msgstr "Du har allerede gitt din vurdering."
1024
-
1025
- #: ../lib/yasr-ajax-functions.php:1356
1026
- msgid "stars"
1027
- msgstr "stjerner"
1028
-
1029
- #~ msgid "'bad', 'poor', 'ok', 'good', 'super'"
1030
- #~ msgstr "'Dårlig', 'Ikke bra', 'OK', 'Bra', 'Helt super'"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.4\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
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"
49
+ msgstr ""
50
+ "Husk å legge inn dennne kodesnutten, <strong>[yasr_overall_rating]</"
51
+ "strong>, der hvor du ønsker at vurderingen skal vises"
52
+
53
+ #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
54
+ #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php: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."
147
+ msgstr ""
148
+ "Et multisett lar deg legge inn en vurdering av ulike aspekter ved produktet, "
149
+ "bedriften, eller hva enn du vurderer. Du kan se et eksempel 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 "
156
+ "typing your article in the box below the editor, as you can see in this "
157
+ "image (click to see it larger)"
158
+ msgstr ""
159
+ "Du kan opprette opptil 99 ulike multisett, og hver av disse kan inneholde "
160
+ "opptil 9 ulike felter. Så snart du har lagret et sett, kan du legge inn "
161
+ "vurderingene dine mens du skriver artikkelen din inn i boksen nedenfor "
162
+ "redigeringsvinduet. Dette kan du se 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 "
168
+ "the star in the graphic editor and select \"Insert Multi Set\"."
169
+ msgstr ""
170
+ "Du kan legge inn multisettene dine i et innlegg eller på en side på to ulike "
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?"
288
+ 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?"
296
+ msgstr ""
297
+ "Problem oppsto mens vi hentet de 5 mest aktive brukerne. Er du sikker på at "
298
+ "du har vurderinger som kan vises?"
299
+
300
+ #: ../lib/yasr-settings-functions.php:52
301
+ msgid "General settings"
302
+ msgstr "Generelle innstillinger"
303
+
304
+ #: ../lib/yasr-settings-functions.php:53
305
+ msgid "Auto insert options"
306
+ msgstr "Automatiske innleggingsalternativer"
307
+
308
+ #: ../lib/yasr-settings-functions.php:54
309
+ msgid "Show \"Overall Rating\" in Archive Page?"
310
+ msgstr "Vis \"Helhetsvurdering\" på arkivsiden?"
311
+
312
+ #: ../lib/yasr-settings-functions.php:55
313
+ msgid "Show \"Visitor Votes\" in Archive Page?"
314
+ msgstr "Vis \"Besøkendes vurderinger\" på arkivsiden?"
315
+
316
+ #: ../lib/yasr-settings-functions.php:56
317
+ msgid "Insert custom text to show before / after stars"
318
+ msgstr "Legg inn egentilpasset tekst som vises før/etter stjernene"
319
+
320
+ #: ../lib/yasr-settings-functions.php:57
321
+ msgid "Do you want show stats for visitors votes?"
322
+ msgstr "Vil du vise statistikker for besøkendes vurderinger?"
323
+
324
+ #: ../lib/yasr-settings-functions.php:58
325
+ msgid "Allow only logged in user to vote?"
326
+ msgstr "Tillat kun innloggede brukere å legge inn en vurdering?"
327
+
328
+ #: ../lib/yasr-settings-functions.php:59
329
+ msgid "Which rich snippets do you want to use?"
330
+ msgstr "Hvilken rikt tekstutdrag ønsker du å bruke? "
331
+
332
+ #: ../lib/yasr-settings-functions.php:60
333
+ msgid "How do you want to rate \"Overall Rating\"?"
334
+ msgstr "Hvordan ønsker du å vurdere \"Helhetsvurdering\"?"
335
+
336
+ #: ../lib/yasr-settings-functions.php:74
337
+ msgid "Use Auto Insert?"
338
+ msgstr "Bruk automatisk innlegging?"
339
+
340
+ #: ../lib/yasr-settings-functions.php:77
341
+ #: ../lib/yasr-settings-functions.php:146
342
+ #: ../lib/yasr-settings-functions.php:164
343
+ #: ../lib/yasr-settings-functions.php:206
344
+ #: ../lib/yasr-settings-functions.php:232
345
+ #: ../lib/yasr-settings-functions.php:266
346
+ #: ../lib/yasr-settings-functions.php:321
347
+ msgid "Yes"
348
+ msgstr "Ja"
349
+
350
+ #: ../lib/yasr-settings-functions.php:91
351
+ #: ../lib/yasr-settings-functions.php:151
352
+ #: ../lib/yasr-settings-functions.php:169
353
+ #: ../lib/yasr-settings-functions.php:211
354
+ #: ../lib/yasr-settings-functions.php:237
355
+ #: ../lib/yasr-settings-functions.php:271
356
+ #: ../lib/yasr-settings-functions.php:326
357
+ msgid "No"
358
+ msgstr "Nei"
359
+
360
+ #: ../lib/yasr-settings-functions.php:97
361
+ msgid "What?"
362
+ msgstr "Hva?"
363
+
364
+ #: ../lib/yasr-settings-functions.php:100
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
+
372
+ #: ../lib/yasr-settings-functions.php:108
373
+ msgid "Both"
374
+ msgstr "Begge"
375
+
376
+ #: ../lib/yasr-settings-functions.php:112
377
+ msgid "Where?"
378
+ msgstr "Hvor?"
379
+
380
+ #: ../lib/yasr-settings-functions.php:115
381
+ msgid "Before the post"
382
+ msgstr "Før innlegget"
383
+
384
+ #: ../lib/yasr-settings-functions.php:119
385
+ msgid "After the post"
386
+ msgstr "Etter innlegget"
387
+
388
+ #: ../lib/yasr-settings-functions.php:124
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
+
407
+ #: ../lib/yasr-settings-functions.php:143
408
+ msgid "Exclude Pages?"
409
+ msgstr "Ekskluder visse sider?"
410
+
411
+ #: ../lib/yasr-settings-functions.php:161
412
+ msgid "Use only in custom post types?"
413
+ msgstr "Bruk kun i egentilpassede innleggstyper?"
414
+
415
+ #: ../lib/yasr-settings-functions.php:173
416
+ msgid "You see this because you use custom post types."
417
+ msgstr "Du ser denne fordi du benytter egentilpassede innleggstyper."
418
+
419
+ #: ../lib/yasr-settings-functions.php:175
420
+ msgid "If you want to use auto insert only in custom post types, choose Yes"
421
+ msgstr ""
422
+ "Velg \"Ja\" dersom du kun ønsker å bruke automatisk innlegging i "
423
+ "egentilpassede innleggstyper"
424
+
425
+ #: ../lib/yasr-settings-functions.php:215
426
+ msgid ""
427
+ "If you enable this, \"Overall Rating\" will be showed not only in the single "
428
+ "article or page, but also in pages like Home Page, category pages or "
429
+ "archives."
430
+ msgstr ""
431
+ "Dersom du aktiverer dette, vil \"Helhetsvurdering\" ikke bare vises i "
432
+ "enkeltartikler og sider, men også på andre sider som startsiden, "
433
+ "kategorisider eller i arkiver."
434
+
435
+ #: ../lib/yasr-settings-functions.php:241
436
+ msgid ""
437
+ "If you enable this, \"Visitor Votes\" will be showed not only in the single "
438
+ "article or page, but also in pages like Home Page, category pages or "
439
+ "archives."
440
+ msgstr ""
441
+ "Dersom du aktiverer denne, vil \"Besøkendes vurderinger\" ikke bare vises i "
442
+ "enkeltartikler og på sider, men også på andre sider som startsiden, "
443
+ "kategorisider eller i arkiver."
444
+
445
+ #: ../lib/yasr-settings-functions.php:276
446
+ msgid "Custom text to display before Overall Rating"
447
+ msgstr "Egentilpasset tekst som vises før helhetsvurderingen"
448
+
449
+ #: ../lib/yasr-settings-functions.php:281
450
+ #, fuzzy
451
+ msgid "Custom text to display BEFORE Visitor Rating"
452
+ msgstr "Egentilpasset tekst som vises før besøkendes vurdering"
453
+
454
+ #: ../lib/yasr-settings-functions.php:287
455
+ #, fuzzy
456
+ msgid "Custom text to display AFTER Visitor Rating"
457
+ msgstr "Egentilpasset tekst som vises før besøkendes vurdering"
458
+
459
+ #: ../lib/yasr-settings-functions.php:292
460
+ msgid "Custom text to display when a non logged user has already rated"
461
+ msgstr ""
462
+ "Egentilpasset tekst som vises når en bruker som ikke er innlogget allerede "
463
+ "har gitt sin vurdering"
464
+
465
+ #: ../lib/yasr-settings-functions.php:297
466
+ msgid "Help"
467
+ msgstr ""
468
+
469
+ #: ../lib/yasr-settings-functions.php:301
470
+ msgid ""
471
+ "In the first field you can use %overall_rating% pattern to show the overall "
472
+ "rating."
473
+ msgstr ""
474
+
475
+ #: ../lib/yasr-settings-functions.php:305
476
+ msgid ""
477
+ "In the Second and Third fields you can use %total_count% pattern to show the "
478
+ "total count, and %average% pattern to show the average"
479
+ msgstr ""
480
+
481
+ #: ../lib/yasr-settings-functions.php:344
482
+ msgid "Allow only logged-in users"
483
+ msgstr "Tillat kun innloggede brukere"
484
+
485
+ #: ../lib/yasr-settings-functions.php:348
486
+ msgid "Allow everybody (logged in and anonymous)"
487
+ msgstr "Tillat alle (innloggede og anonyme)"
488
+
489
+ #: ../lib/yasr-settings-functions.php:365
490
+ msgid "Review Rating"
491
+ msgstr "Vurdering"
492
+
493
+ #: ../lib/yasr-settings-functions.php:369
494
+ msgid "Aggregate Rating"
495
+ msgstr "Aggregert vurdering"
496
+
497
+ #: ../lib/yasr-settings-functions.php:374
498
+ msgid "What is this?"
499
+ msgstr "Hva er dette?"
500
+
501
+ #: ../lib/yasr-settings-functions.php:379
502
+ msgid ""
503
+ "If you select \"Review Rating\", your site will be indexed from search "
504
+ "engines like this: "
505
+ msgstr ""
506
+ "Dersom du velger \"Helhetsvurdering\", så vil siden din bli indeksert av "
507
+ "søkemotorer på denne måten:"
508
+
509
+ #: ../lib/yasr-settings-functions.php:384
510
+ msgid ""
511
+ "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
512
+ "this"
513
+ msgstr ""
514
+ "Dersom du istedenfor velger \"Aggregert vurdering\", så vil siden din bli "
515
+ "indeksert denne måten:"
516
+
517
+ #: ../lib/yasr-settings-functions.php:402
518
+ msgid "Stars"
519
+ msgstr "Stjerner"
520
+
521
+ #: ../lib/yasr-settings-functions.php:406
522
+ msgid "Numbers"
523
+ msgstr "Tall"
524
+
525
+ #: ../lib/yasr-settings-functions.php:431
526
+ msgid "Which color scheme do you want to use?"
527
+ msgstr "Hvilket fargevalg ønsker du å benytte?"
528
+
529
+ #: ../lib/yasr-settings-functions.php:452
530
+ msgid "Light"
531
+ msgstr "Lyst"
532
+
533
+ #: ../lib/yasr-settings-functions.php:457
534
+ msgid "Dark"
535
+ msgstr "Mørkt"
536
+
537
+ #: ../lib/yasr-settings-functions.php:462
538
+ msgid "Preview"
539
+ msgstr "Forhåndsvisning"
540
+
541
+ #: ../lib/yasr-settings-functions.php:467
542
+ msgid "Light theme"
543
+ msgstr "Lyst tema"
544
+
545
+ #: ../lib/yasr-settings-functions.php:472
546
+ #, fuzzy
547
+ msgid "Dark theme"
548
+ msgstr "Mørkt tema"
549
+
550
+ #: ../lib/yasr-settings-functions.php:487
551
+ msgid "Add New Multiple Set"
552
+ msgstr "Legg til nytt multisett"
553
+
554
+ #: ../lib/yasr-settings-functions.php:488
555
+ msgid ""
556
+ "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
557
+ "characters"
558
+ msgstr "Navn, Element#1 og Element#2 MÅ fylles ut og inneholde minst tre tegn"
559
+
560
+ #: ../lib/yasr-settings-functions.php:491
561
+ msgid "Name"
562
+ msgstr "Navn"
563
+
564
+ #: ../lib/yasr-settings-functions.php:496
565
+ msgid "You can insert up to nine elements"
566
+ msgstr "Du kan legge inn opptil ni elementer"
567
+
568
+ #: ../lib/yasr-settings-functions.php:501
569
+ msgid "Element "
570
+ msgstr "Element"
571
+
572
+ #: ../lib/yasr-settings-functions.php:511
573
+ 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
+
581
+ #: ../lib/yasr-settings-functions.php:534
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."
605
+ msgstr ""
606
+ "Hvis du sletter noe, så sletter du også alle vurderinger for det settet "
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
+
629
+ #: ../lib/yasr-settings-functions.php:904
630
+ #: ../lib/yasr-settings-functions.php:1172
631
+ msgid "Settings Saved"
632
+ msgstr "Instillinger lagret"
633
+
634
+ #: ../lib/yasr-settings-functions.php:909
635
+ msgid "Something goes wrong trying insert set field name. Please report it"
636
+ msgstr ""
637
+ "Noe går galt mens vi forsøker å legge inn feltnavn i settet. Vennligst "
638
+ "rapporter dette."
639
+
640
+ #: ../lib/yasr-settings-functions.php:915
641
+ msgid "Something goes wrong trying insert Multi Set name. Please report it"
642
+ msgstr ""
643
+ "Noe går galt mens vi forsøker å legge inn navn på multisett. Vennligst "
644
+ "rapporter dette."
645
+
646
+ #: ../lib/yasr-settings-functions.php:990
647
+ msgid "Something goes wrong trying to delete a Multi Set . Please report it"
648
+ msgstr ""
649
+ "Noe går galt mens vi forsøker å slette et multisett. Vennligst rapporter "
650
+ "dette."
651
+
652
+ #: ../lib/yasr-settings-functions.php:1036
653
+ msgid ""
654
+ "Something goes wrong trying to delete a Multi Set's element. Please report it"
655
+ msgstr ""
656
+ "Noe går galt mens vi forsøker å slette et element i multisettet. Vennligst "
657
+ "rapporter dette."
658
+
659
+ #: ../lib/yasr-settings-functions.php:1100
660
+ msgid ""
661
+ "Something goes wrong trying to update a Multi Set's element. Please report it"
662
+ msgstr ""
663
+ "Noe går galt mens vi forsøker å oppdatere et element i multisettet. "
664
+ "Vennligst rapporter dette."
665
+
666
+ #: ../lib/yasr-settings-functions.php:1157
667
+ msgid ""
668
+ "Something goes wrong trying to insert set field name in edit form. Please "
669
+ "report it"
670
+ 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."
686
+ 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
+
766
+ #: ../lib/yasr-db-functions.php:310
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
+
774
+ #: ../lib/yasr-db-functions.php:334
775
+ #, php-format
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
+
787
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
788
+ msgid "Yet Another Stars Rating: Settings"
789
+ msgstr "Yet Another Stars Rating: Innstillinger"
790
+
791
+ #: ../lib/yasr-functions.php:148
792
+ msgid "Yet Another Stars Rating: Multiple set"
793
+ msgstr "Yet Another Stars Rating: Multisett"
794
+
795
+ #: ../lib/yasr-functions.php:159
796
+ msgid "You don't have enought privileges to insert Overall Rating"
797
+ msgstr "Du har ikke tillatelse til å legge inn helhetsvurdering"
798
+
799
+ #: ../lib/yasr-functions.php:169
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!"
989
+ 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 " 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"
1087
+ #~ msgstr ""
1088
+ #~ "Det ser ut som at du har importert gd-stjernevurdering tidligere, men at "
1089
+ #~ "tabellen med loggene ble slettet. Du kan for øyeblikket ikke aktivere "
1090
+ #~ "statistikker."
1091
+
1092
+ #~ msgid "Visitors can vote on Multi Set"
1093
+ #~ msgstr "Besøkende kan stemme på multisett"
1094
+
1095
+ #~ msgid "YASR"
1096
+ #~ msgstr "YASR"
1097
+
1098
+ #~ msgid "Overall Rating"
1099
+ #~ msgstr "Helhetsvurdering"
1100
+
1101
+ #~ msgid "Remember to insert this shortcode"
1102
+ #~ msgstr "Husk å legge inn denne kodesnutten, "
1103
+
1104
+ #~ msgid "where you want to display this multi set"
1105
+ #~ msgstr ", der hvor du ønsker at dette multisettet skal vises"
1106
+
1107
+ #~ msgid "Insert multiple set in this post ?"
1108
+ #~ msgstr "Legg inn multisett i dette innlegget?"
1109
+
1110
+ #~ msgid "Average rating"
1111
+ #~ msgstr "Gjennomsnittlig vurdering:"
1112
+
1113
+ #~ msgid "Average "
1114
+ #~ msgstr "Gjennomsnitt:"
1115
+
1116
+ #~ msgid "You've already voted this article"
1117
+ #~ msgstr "Du har allerede gitt din vurdering."
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-03-03 12:37+0100\n"
6
- "PO-Revision-Date: 2015-03-03 12:37+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: NL\n"
9
  "Language: nl_NL\n"
@@ -26,7 +26,8 @@ msgid "Rate this article / item"
26
  msgstr "Stem op dit artikel of item"
27
 
28
  # @ yasr
29
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
 
30
  msgid "Loading, please wait"
31
  msgstr "Laden, even wachten svp."
32
 
@@ -36,19 +37,23 @@ msgid "Save Vote"
36
  msgstr "Stem opslaan"
37
 
38
  # @ default
39
- #: ../yasr-metabox-top-right.php:164
40
  msgid "This review is about a..."
41
  msgstr "Deze recensie is over..."
42
 
 
 
 
 
43
  # @ default
44
  # @ yasr
45
- #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
46
- #: ../lib/yasr-settings-functions.php:505
47
  msgid "Select"
48
  msgstr "Selecteren"
49
 
50
  # @ yasr
51
- #: ../yasr-metabox-top-right.php:211
52
  msgid ""
53
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
54
  "where you want to display this rating"
@@ -59,7 +64,7 @@ msgstr ""
59
  # @ yasr
60
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
61
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
62
- #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
63
  msgid "You do not have sufficient permissions to access this page."
64
  msgstr "Je hebt niet voldoende rechten om deze pagina te laden."
65
 
@@ -88,7 +93,8 @@ msgid "Pro Features!"
88
  msgstr ""
89
 
90
  # @ default
91
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:276
 
92
  msgid "Save"
93
  msgstr "Opslaan"
94
 
@@ -168,7 +174,7 @@ msgid "What is a Multi Set?"
168
  msgstr "Wat is een Multi Set?"
169
 
170
  # @ yasr
171
- #: ../yasr-settings-page.php:204
172
  msgid ""
173
  "Multi Set allows you to insert a rate for each aspect about the product / "
174
  "local business / whetever you're reviewing, example in the image below."
@@ -178,7 +184,7 @@ msgstr ""
178
  "voorbeeld is in de afbeelding hieronder."
179
 
180
  # @ yasr
181
- #: ../yasr-settings-page.php:208
182
  msgid ""
183
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
184
  "different fields. Once you've saved it, you can insert the rates while "
@@ -192,7 +198,7 @@ msgstr ""
192
  "groter te maken)"
193
 
194
  # @ yasr
195
- #: ../yasr-settings-page.php:212
196
  msgid ""
197
  "In order to insert your Multi Sets into a post or page, you can either past "
198
  "the short code that will appear at the bottom of the box or just click on "
@@ -203,19 +209,19 @@ msgstr ""
203
  "klikken op de ster in de tekstverwerker en \"Invoegen Multi Set\" selecteren."
204
 
205
  # @ yasr
206
- #: ../yasr-settings-page.php:218
207
  msgid "Close this message"
208
  msgstr "Sluit dit bericht"
209
 
210
  # @ yasr
211
- #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
212
- #: ../lib/yasr-settings-functions.php:1320
213
  msgid "Donations"
214
  msgstr "Donaties"
215
 
216
  # @ yasr
217
- #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
218
- #: ../lib/yasr-settings-functions.php:1322
219
  msgid ""
220
  "If you have found this plugin useful, please consider making a donation to "
221
  "help support future development. Your support will be much appreciated. "
@@ -224,8 +230,8 @@ msgstr ""
224
  "verdere ontwikkeling te ondersteunen. Je steun wordt erg gewaardeerd."
225
 
226
  # @ yasr
227
- #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
228
- #: ../lib/yasr-settings-functions.php:1324
229
  msgid "Thank you!"
230
  msgstr "Bedankt."
231
 
@@ -235,86 +241,103 @@ msgid "Choose wich set you want to use"
235
  msgstr "Kies welke set je wilt gebruiken"
236
 
237
  # @ yasr
238
- #: ../lib/yasr-shortcode-functions.php:185
239
- #: ../lib/yasr-shortcode-functions.php:207
 
240
  msgid "You've already voted this article with"
241
  msgstr "Je hebt al op dit artikel gestemd met"
242
 
243
  # @ yasr
244
- #: ../lib/yasr-shortcode-functions.php:218
 
245
  msgid "You must sign to vote"
246
  msgstr "Je moet inloggen om te stemmen"
247
 
248
  # @ yasr
249
- #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
250
- #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
251
- #: ../lib/yasr-ajax-functions.php:1220
252
  msgid "Total: "
253
  msgstr "Totaal: "
254
 
255
  # @ yasr
256
- #: ../lib/yasr-shortcode-functions.php:227
257
  msgid "Average: "
258
  msgstr "Gemiddelde: "
259
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
260
  # @ yasr
261
- #: ../lib/yasr-shortcode-functions.php:392
262
  msgid "Rating"
263
  msgstr "Stemming"
264
 
265
  # @ yasr
266
- #: ../lib/yasr-shortcode-functions.php:406
267
  msgid "You don't have any votes stored"
268
  msgstr "Je hebt geen opgeslagen stemmen"
269
 
270
- #: ../lib/yasr-shortcode-functions.php:442
271
- #: ../lib/yasr-shortcode-functions.php:480
272
  msgid "Post / Page"
273
  msgstr "Bericht / Pagina"
274
 
275
  # @ yasr
276
- #: ../lib/yasr-shortcode-functions.php:443
277
- #: ../lib/yasr-shortcode-functions.php:481
278
  msgid "Order By"
279
  msgstr "Sorteer Op"
280
 
281
  # @ yasr
282
- #: ../lib/yasr-shortcode-functions.php:443
283
- #: ../lib/yasr-shortcode-functions.php:481
284
  msgid "Most Rated"
285
  msgstr "Meeste op Gestemd"
286
 
287
  # @ yasr
288
- #: ../lib/yasr-shortcode-functions.php:443
289
- #: ../lib/yasr-shortcode-functions.php:481
290
  msgid "Highest Rated"
291
  msgstr "Hoogste Stemming"
292
 
293
  # @ yasr
294
- #: ../lib/yasr-shortcode-functions.php:460
295
- #: ../lib/yasr-shortcode-functions.php:495
296
  msgid "Total:"
297
  msgstr "Totaal:"
298
 
299
  # @ yasr
300
- #: ../lib/yasr-shortcode-functions.php:460
301
- #: ../lib/yasr-shortcode-functions.php:495
302
  msgid "Average"
303
  msgstr "Gemiddelde"
304
 
305
  # @ yasr
306
- #: ../lib/yasr-shortcode-functions.php:472
307
  #, fuzzy
308
  msgid "You've not enough data"
309
  msgstr "Je hebt niet genoeg gegevens"
310
 
311
  # @ yasr
312
- #: ../lib/yasr-shortcode-functions.php:507
313
  msgid "You've not enought data"
314
  msgstr "Je hebt niet genoeg gegevens"
315
 
316
  # @ default
317
- #: ../lib/yasr-shortcode-functions.php:592
318
  #, fuzzy
319
  msgid ""
320
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
@@ -324,7 +347,7 @@ msgstr ""
324
  "een recensie gepubliceerd?"
325
 
326
  # @ default
327
- #: ../lib/yasr-shortcode-functions.php:660
328
  #, fuzzy
329
  msgid ""
330
  "Problem while retrieving the top 10 active users chart. Are you sure you "
@@ -334,162 +357,157 @@ msgstr ""
334
  "gebruikers. Weet je zeker dat je wel stemmen hebt om te tonen?"
335
 
336
  # @ yasr
337
- #: ../lib/yasr-settings-functions.php:49
338
  msgid "General settings"
339
  msgstr "Algemene instellingen"
340
 
341
  # @ yasr
342
- #: ../lib/yasr-settings-functions.php:50
343
  msgid "Auto insert options"
344
  msgstr "Auto invoegopties"
345
 
346
  # @ yasr
347
- #: ../lib/yasr-settings-functions.php:51
348
  #, fuzzy
349
  msgid "Show \"Overall Rating\" in Archive Page?"
350
  msgstr "Toon \"Algemene Stemming\" op de Voorpagina?"
351
 
352
- #: ../lib/yasr-settings-functions.php:52
353
  msgid "Show \"Visitor Votes\" in Archive Page?"
354
  msgstr ""
355
 
356
  # @ yasr
357
- #: ../lib/yasr-settings-functions.php:53
358
  msgid "Insert custom text to show before / after stars"
359
  msgstr "Invoegen aangepaste tekst om voor / na de sterren te tonen"
360
 
361
- #: ../lib/yasr-settings-functions.php:54
362
  msgid "Do you want show stats for visitors votes?"
363
  msgstr ""
364
 
365
  # @ yasr
366
- #: ../lib/yasr-settings-functions.php:55
367
- msgid "Which color scheme do you want to use?"
368
- msgstr "Welk kleurenschema wil je gebruiken?"
369
-
370
- # @ yasr
371
- #: ../lib/yasr-settings-functions.php:56
372
  msgid "Allow only logged in user to vote?"
373
  msgstr "Alleen ingelogde gebruikers mogen stemmen?"
374
 
375
  # @ yasr
376
- #: ../lib/yasr-settings-functions.php:57
377
  msgid "Which rich snippets do you want to use?"
378
  msgstr "Welke \"rich snippets\" wil je gebruiken?"
379
 
380
  # @ yasr
381
- #: ../lib/yasr-settings-functions.php:58
382
  msgid "How do you want to rate \"Overall Rating\"?"
383
  msgstr "Hoe wil je de \"Algemene Stemming\" waarderen?"
384
 
385
  # @ yasr
386
- #: ../lib/yasr-settings-functions.php:72
387
  msgid "Use Auto Insert?"
388
  msgstr "Gebruik Auto Invoegen?"
389
 
390
  # @ yasr
391
- #: ../lib/yasr-settings-functions.php:75
392
- #: ../lib/yasr-settings-functions.php:144
393
- #: ../lib/yasr-settings-functions.php:162
394
- #: ../lib/yasr-settings-functions.php:204
395
- #: ../lib/yasr-settings-functions.php:230
396
- #: ../lib/yasr-settings-functions.php:262
397
- #: ../lib/yasr-settings-functions.php:313
398
  msgid "Yes"
399
  msgstr "Ja"
400
 
401
  # @ yasr
402
- #: ../lib/yasr-settings-functions.php:89
403
- #: ../lib/yasr-settings-functions.php:149
404
- #: ../lib/yasr-settings-functions.php:167
405
- #: ../lib/yasr-settings-functions.php:209
406
- #: ../lib/yasr-settings-functions.php:235
407
- #: ../lib/yasr-settings-functions.php:267
408
- #: ../lib/yasr-settings-functions.php:318
409
  msgid "No"
410
  msgstr "Nee"
411
 
412
  # @ yasr
413
- #: ../lib/yasr-settings-functions.php:95
414
  msgid "What?"
415
  msgstr "Wat?"
416
 
417
  # @ yasr
418
- #: ../lib/yasr-settings-functions.php:98
419
  msgid "Overall Rating / Author Rating"
420
  msgstr "Algemene Stemming / Auteur Stemming"
421
 
422
  # @ yasr
423
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
424
  msgid "Visitor Votes"
425
  msgstr "Bezoekersstemmen"
426
 
427
  # @ yasr
428
- #: ../lib/yasr-settings-functions.php:106
429
  msgid "Both"
430
  msgstr "Beide"
431
 
432
  # @ yasr
433
- #: ../lib/yasr-settings-functions.php:110
434
  msgid "Where?"
435
  msgstr "Waar?"
436
 
437
  # @ yasr
438
- #: ../lib/yasr-settings-functions.php:113
439
  msgid "Before the post"
440
  msgstr "Voor het bericht"
441
 
442
  # @ yasr
443
- #: ../lib/yasr-settings-functions.php:117
444
  msgid "After the post"
445
  msgstr "Na het bericht"
446
 
447
  # @ yasr
448
- #: ../lib/yasr-settings-functions.php:122
449
  msgid "Size"
450
  msgstr "Afmeting"
451
 
452
  # @ yasr
453
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
454
- #: ../lib/yasr-ajax-functions.php:470
455
  msgid "Small"
456
  msgstr "Klein"
457
 
458
  # @ yasr
459
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
460
- #: ../lib/yasr-ajax-functions.php:471
461
  msgid "Medium"
462
  msgstr "Gemiddeld"
463
 
464
  # @ yasr
465
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
466
- #: ../lib/yasr-ajax-functions.php:472
467
  msgid "Large"
468
  msgstr "Groot"
469
 
470
  # @ yasr
471
- #: ../lib/yasr-settings-functions.php:141
472
  msgid "Exclude Pages?"
473
  msgstr "Negeer Pagina's"
474
 
475
  # @ yasr
476
- #: ../lib/yasr-settings-functions.php:159
477
  msgid "Use only in custom post types?"
478
  msgstr "Alleen gebruiken in custom post types?"
479
 
480
  # @ yasr
481
- #: ../lib/yasr-settings-functions.php:171
482
  msgid "You see this because you use custom post types."
483
  msgstr "Je ziet dit omdat je custom post types gebruikt."
484
 
485
  # @ yasr
486
- #: ../lib/yasr-settings-functions.php:173
487
  msgid "If you want to use auto insert only in custom post types, choose Yes"
488
  msgstr ""
489
  "Als je auto invoegen alleen wilt gebruiken bij custom post types, kies Ja"
490
 
491
  # @ yasr
492
- #: ../lib/yasr-settings-functions.php:213
493
  msgid ""
494
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
495
  "article or page, but also in pages like Home Page, category pages or "
@@ -500,7 +518,7 @@ msgstr ""
500
  "categoriepagina's of archiefpagina's."
501
 
502
  # @ yasr
503
- #: ../lib/yasr-settings-functions.php:239
504
  #, fuzzy
505
  msgid ""
506
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
@@ -512,80 +530,72 @@ msgstr ""
512
  "categoriepagina's of archiefpagina's."
513
 
514
  # @ yasr
515
- #: ../lib/yasr-settings-functions.php:272
516
  msgid "Custom text to display before Overall Rating"
517
  msgstr "Aangepaste tekst om te tonen voor Algemene Stemming"
518
 
519
  # @ yasr
520
- #: ../lib/yasr-settings-functions.php:277
521
- msgid "Custom text to display before Visitor Rating"
 
 
 
 
 
 
 
522
  msgstr "Aangepaste tekst om te tonen voor Bezoekersstemming"
523
 
524
  # @ yasr
525
- #: ../lib/yasr-settings-functions.php:282
526
  msgid "Custom text to display when a non logged user has already rated"
527
  msgstr ""
528
  "Aangepaste tekst om te tonen wanneer een niet-ingelogde gebruiker al gestemd "
529
  "heeft"
530
 
531
- #: ../lib/yasr-settings-functions.php:296
532
- msgid ""
533
- "Seems like you've imported gd star rating in the past, but then deleted the "
534
- "logs table. For now, you can't enable statistics"
535
  msgstr ""
536
 
537
- # @ yasr
538
- #: ../lib/yasr-settings-functions.php:338
539
- msgid "Light"
540
- msgstr "Licht"
541
-
542
- # @ yasr
543
- #: ../lib/yasr-settings-functions.php:343
544
- msgid "Dark"
545
- msgstr "Donker"
546
-
547
- # @ yasr
548
- #: ../lib/yasr-settings-functions.php:348
549
- msgid "Preview"
550
- msgstr "Voorvertoning"
551
-
552
- # @ yasr
553
- #: ../lib/yasr-settings-functions.php:353
554
- msgid "Light theme"
555
- msgstr "Licht Thema"
556
 
557
- # @ yasr
558
- #: ../lib/yasr-settings-functions.php:358
559
- msgid "Dark Theme"
560
- msgstr "Donker Thema"
 
561
 
562
  # @ yasr
563
- #: ../lib/yasr-settings-functions.php:376
564
  msgid "Allow only logged-in users"
565
  msgstr "Alleen ingelogde gebruikers toestaan"
566
 
567
  # @ yasr
568
- #: ../lib/yasr-settings-functions.php:380
569
  msgid "Allow everybody (logged in and anonymous)"
570
  msgstr "Sta iedereen toe (ingelogd en anoniem)"
571
 
572
  # @ yasr
573
- #: ../lib/yasr-settings-functions.php:397
574
  msgid "Review Rating"
575
  msgstr "Recensie Stemming"
576
 
577
  # @ yasr
578
- #: ../lib/yasr-settings-functions.php:401
579
  msgid "Aggregate Rating"
580
  msgstr "Cumulatieve Stemming"
581
 
582
  # @ yasr
583
- #: ../lib/yasr-settings-functions.php:406
584
  msgid "What is this?"
585
  msgstr "Wat is dit?"
586
 
587
  # @ yasr
588
- #: ../lib/yasr-settings-functions.php:411
589
  msgid ""
590
  "If you select \"Review Rating\", your site will be indexed from search "
591
  "engines like this: "
@@ -594,7 +604,7 @@ msgstr ""
594
  "zoekmachines als volgt: "
595
 
596
  # @ yasr
597
- #: ../lib/yasr-settings-functions.php:416
598
  msgid ""
599
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
600
  "this"
@@ -603,22 +613,53 @@ msgstr ""
603
  "site ook geïndexeerd als volgt:"
604
 
605
  # @ yasr
606
- #: ../lib/yasr-settings-functions.php:434
607
  msgid "Stars"
608
  msgstr "Sterren"
609
 
610
  # @ yasr
611
- #: ../lib/yasr-settings-functions.php:438
612
  msgid "Numbers"
613
  msgstr "Getallen"
614
 
615
  # @ yasr
616
- #: ../lib/yasr-settings-functions.php:450
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
617
  msgid "Add New Multiple Set"
618
  msgstr "Toevoegen Nieuwe Multi Set"
619
 
620
  # @ yasr
621
- #: ../lib/yasr-settings-functions.php:451
622
  msgid ""
623
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
624
  "characters"
@@ -627,58 +668,58 @@ msgstr ""
627
  "lang zijn"
628
 
629
  # @ yasr
630
- #: ../lib/yasr-settings-functions.php:454
631
  msgid "Name"
632
  msgstr "Naam"
633
 
634
  # @ yasr
635
- #: ../lib/yasr-settings-functions.php:459
636
  #, fuzzy
637
  msgid "You can insert up to nine elements"
638
  msgstr "Je kunt tot 9 elementen invoegen"
639
 
640
  # @ yasr
641
- #: ../lib/yasr-settings-functions.php:464
642
  msgid "Element "
643
  msgstr "Element"
644
 
645
  # @ yasr
646
- #: ../lib/yasr-settings-functions.php:474
647
  msgid "Create New Set"
648
  msgstr "Aanmaken Nieuwe Set"
649
 
650
  # @ yasr
651
- #: ../lib/yasr-settings-functions.php:495
652
- #: ../lib/yasr-settings-functions.php:527
653
  msgid "Manage Multiple Set"
654
  msgstr "Beheer Multi Set"
655
 
656
  # @ yasr
657
- #: ../lib/yasr-settings-functions.php:497
658
  msgid "Wich set do you want to edit or remove?"
659
  msgstr "Welke set wil je bewerken of verwijderen?"
660
 
661
  # @ yasr
662
- #: ../lib/yasr-settings-functions.php:537
663
- #: ../lib/yasr-settings-functions.php:655
664
  msgid "Field name"
665
  msgstr "Veldnaam"
666
 
667
  # @ yasr
668
- #: ../lib/yasr-settings-functions.php:541
669
- #: ../lib/yasr-settings-functions.php:659
670
  msgid "Remove"
671
  msgstr "Verwijderen"
672
 
673
  # @ yasr
674
- #: ../lib/yasr-settings-functions.php:583
675
- #: ../lib/yasr-settings-functions.php:701
676
  msgid "Remove whole set?"
677
  msgstr "Verwijder hele set?"
678
 
679
  # @ yasr
680
- #: ../lib/yasr-settings-functions.php:596
681
- #: ../lib/yasr-settings-functions.php:714
682
  msgid ""
683
  "If you remove something you will remove all the votes for that set or field. "
684
  "This operation CAN'T BE undone."
@@ -687,57 +728,57 @@ msgstr ""
687
  "veld. Deze handeling kan NIET ongedaan gemaakt worden."
688
 
689
  # @ yasr
690
- #: ../lib/yasr-settings-functions.php:603
691
- #: ../lib/yasr-settings-functions.php:721
692
  msgid "You can use up to 9 elements"
693
  msgstr "Je kunt tot 9 elementen gebruiken"
694
 
695
  # @ yasr
696
- #: ../lib/yasr-settings-functions.php:605
697
- #: ../lib/yasr-settings-functions.php:723
698
  msgid "Add element"
699
  msgstr "Toevoegen element"
700
 
701
  # @ yasr
702
- #: ../lib/yasr-settings-functions.php:607
703
- #: ../lib/yasr-settings-functions.php:725
704
  msgid "Save changes"
705
  msgstr "Opslaan"
706
 
707
  # @ yasr
708
- #: ../lib/yasr-settings-functions.php:617
709
  msgid "No Multiple Set were found"
710
  msgstr "Geen Multi Set gevonden"
711
 
712
  # @ yasr
713
- #: ../lib/yasr-settings-functions.php:867
714
- #: ../lib/yasr-settings-functions.php:1135
715
  msgid "Settings Saved"
716
  msgstr "Instellingen Opgeslagen"
717
 
718
  # @ yasr
719
- #: ../lib/yasr-settings-functions.php:872
720
  msgid "Something goes wrong trying insert set field name. Please report it"
721
  msgstr ""
722
  "Er ging iets mis tijdens het invoegen van de veldnaam. Graag aangeven bij de "
723
  "maker"
724
 
725
  # @ yasr
726
- #: ../lib/yasr-settings-functions.php:878
727
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
728
  msgstr ""
729
  "Er ging iets mis tijdens het invoegen van de Multi Set naam. Graag aangeven "
730
  "bij de maker"
731
 
732
  # @ yasr
733
- #: ../lib/yasr-settings-functions.php:953
734
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
735
  msgstr ""
736
  "Er ging iets mis tijdens het verwijderen van een Multi Set. Graag aangeven "
737
  "bij de maker"
738
 
739
  # @ yasr
740
- #: ../lib/yasr-settings-functions.php:999
741
  msgid ""
742
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
743
  msgstr ""
@@ -745,7 +786,7 @@ msgstr ""
745
  "aangeven bij de maker"
746
 
747
  # @ yasr
748
- #: ../lib/yasr-settings-functions.php:1063
749
  msgid ""
750
  "Something goes wrong trying to update a Multi Set's element. Please report it"
751
  msgstr ""
@@ -753,7 +794,7 @@ msgstr ""
753
  "aangeven bij de maker"
754
 
755
  # @ yasr
756
- #: ../lib/yasr-settings-functions.php:1120
757
  msgid ""
758
  "Something goes wrong trying to insert set field name in edit form. Please "
759
  "report it"
@@ -762,17 +803,17 @@ msgstr ""
762
  "formulier. Graag aangeven bij de maker"
763
 
764
  # @ yasr
765
- #: ../lib/yasr-settings-functions.php:1163
766
  msgid "Style Options"
767
  msgstr "Opmaak Opties"
768
 
769
  # @ yasr
770
- #: ../lib/yasr-settings-functions.php:1164
771
  msgid "Custom CSS Styles"
772
  msgstr "Aangepaste CSS Opmaak"
773
 
774
  # @ yasr
775
- #: ../lib/yasr-settings-functions.php:1169
776
  msgid ""
777
  "Please use text area below to write your own CSS styles to override the "
778
  "default ones."
@@ -781,108 +822,109 @@ msgstr ""
781
  "standaard opmaak te overschrijven. "
782
 
783
  # @ yasr
784
- #: ../lib/yasr-settings-functions.php:1171
785
  msgid "Leave it blank if you don't know what you're doing"
786
  msgstr "Laat het leeg als je niet weet wat dit is."
787
 
788
- #: ../lib/yasr-settings-functions.php:1194
789
  msgid "Looking for more features?"
790
  msgstr ""
791
 
792
- #: ../lib/yasr-settings-functions.php:1195
793
  msgid "Upgrade to yasr pro!"
794
  msgstr ""
795
 
796
- #: ../lib/yasr-settings-functions.php:1211
797
  msgid "Unlimited ratings and votes"
798
  msgstr ""
799
 
800
- #: ../lib/yasr-settings-functions.php:1217
801
  msgid "Works with shortcodes"
802
  msgstr ""
803
 
804
  # @ yasr
805
- #: ../lib/yasr-settings-functions.php:1223
806
  #, fuzzy
807
  msgid "Multi Set Support"
808
  msgstr "Multi Sets"
809
 
810
- #: ../lib/yasr-settings-functions.php:1228
811
  msgid "Logs and stats for visitors votes"
812
  msgstr ""
813
 
814
- #: ../lib/yasr-settings-functions.php:1233
815
  msgid "Localization (.po and .mo files included)"
816
  msgstr ""
817
 
818
- #: ../lib/yasr-settings-functions.php:1238
819
  msgid "Rich Snippet Support"
820
  msgstr ""
821
 
822
- #: ../lib/yasr-settings-functions.php:1243
823
  msgid "Rankings for reviews, votes and users"
824
  msgstr ""
825
 
826
- #: ../lib/yasr-settings-functions.php:1248
827
  msgid "Rankings Customization"
828
  msgstr ""
829
 
830
- #: ../lib/yasr-settings-functions.php:1253
831
  msgid "Stars Customization"
832
  msgstr ""
833
 
834
  # @ yasr
835
- #: ../lib/yasr-settings-functions.php:1254
836
  #, fuzzy
837
  msgid "Size Only"
838
  msgstr "Afmeting"
839
 
840
- #: ../lib/yasr-settings-functions.php:1255
841
  msgid ""
842
  "Users can choose different ready to use sets or can upload their own images."
843
  msgstr ""
844
 
845
- #: ../lib/yasr-settings-functions.php:1258
846
- msgid "Visitors can vote on Multi Set"
847
- msgstr ""
848
-
849
- #: ../lib/yasr-settings-functions.php:1263
850
  msgid "Users can review in comments"
851
  msgstr ""
852
 
853
- #: ../lib/yasr-settings-functions.php:1274
854
  msgid "Not avaible yet"
855
  msgstr ""
856
 
857
  # @ yasr
858
- #: ../lib/yasr-settings-functions.php:1306
859
- #: ../lib/yasr-settings-functions.php:1333
860
  msgid "Follow YASR official site!"
861
  msgstr "Volg de YASR officiële site"
862
 
863
  # @ yasr
864
- #: ../lib/yasr-settings-functions.php:1363
865
  msgid "No previous Gd Star Rating installation was found"
866
  msgstr "Geen eerdere Gd Star Rating installatie gevonden"
867
 
868
  # @ yasr
869
- #: ../lib/yasr-db-functions.php:280
870
  #, fuzzy
871
  msgid "No recenet votes yet"
872
  msgstr "Geen Recente stemmen nog"
873
 
874
  # @ default
875
- #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
876
  msgid "anonymous"
877
  msgstr "anoniem"
878
 
 
 
 
 
 
879
  # @ yasr
880
- #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
881
  msgid "Ip address"
882
  msgstr "Ipadres"
883
 
884
  # @ yasr
885
- #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
886
  msgid "Pages"
887
  msgstr "Pagina's"
888
 
@@ -891,61 +933,52 @@ msgstr "Pagina's"
891
  msgid "Yet Another Stars Rating: Settings"
892
  msgstr "Yet Another Stars Rating: Instellingen"
893
 
894
- #: ../lib/yasr-functions.php:143
895
- msgid "YASR"
896
- msgstr ""
897
-
898
  # @ yasr
899
- #: ../lib/yasr-functions.php:144
900
  msgid "Yet Another Stars Rating: Multiple set"
901
  msgstr "Yet Another Stars Rating: Multi Sets"
902
 
903
- # @ yasr
904
- #: ../lib/yasr-functions.php:150
905
- msgid "Overall Rating"
906
- msgstr "Algemene Stemming"
907
-
908
  # @ default
909
- #: ../lib/yasr-functions.php:160
910
  msgid "You don't have enought privileges to insert Overall Rating"
911
  msgstr "Je hebt niet genoeg rechten om Algemene Stemming in te voegen"
912
 
913
  # @ default
914
- #: ../lib/yasr-functions.php:170
915
  msgid "You don't have enought privileges to insert Multi Set"
916
  msgstr "Je hebt niet genoeg rechten om Multi Set in te voegen"
917
 
918
  # @ yasr
919
- #: ../lib/yasr-functions.php:310
920
  msgid " reviewed by "
921
  msgstr "gerecenseerd door"
922
 
923
  # @ yasr
924
- #: ../lib/yasr-functions.php:311
925
  msgid " on "
926
  msgstr "op"
927
 
928
  # @ yasr
929
- #: ../lib/yasr-functions.php:312
930
  msgid " rated "
931
  msgstr "gestemd"
932
 
933
- #: ../lib/yasr-functions.php:312
934
  msgid " of"
935
  msgstr "van"
936
 
937
  # @ yasr
938
- #: ../lib/yasr-functions.php:359
939
  msgid " written by "
940
  msgstr "geschreven door "
941
 
942
  # @ yasr
943
- #: ../lib/yasr-functions.php:361
944
  msgid " average rating "
945
  msgstr " gemiddelde stemming"
946
 
947
  # @ yasr
948
- #: ../lib/yasr-functions.php:362
949
  msgid " user ratings"
950
  msgstr "gebruikersstemmen"
951
 
@@ -973,157 +1006,170 @@ msgid "Choose a vote for each element"
973
  msgstr "Kies een stem voor ieder element"
974
 
975
  # @ yasr
976
- #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
977
- msgid "Remember to insert this shortcode"
978
- msgstr "Vergeet niet deze shortcode in te voegen"
 
979
 
980
- # @ yasr
981
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
982
- msgid "where you want to display this multi set"
983
- msgstr "waar je deze multi set wilt tonen"
 
984
 
985
  # @ yasr
986
- #: ../lib/yasr-ajax-functions.php:265
987
  msgid "Choose a vote for every element"
988
  msgstr "Kies een stem voor ieder element"
989
 
990
  # @ yasr
991
- #: ../lib/yasr-ajax-functions.php:432
992
  msgid "Main"
993
  msgstr "Hoofd"
994
 
995
  # @ yasr
996
- #: ../lib/yasr-ajax-functions.php:433
997
  msgid "Charts"
998
  msgstr "Grafieken"
999
 
1000
  # @ yasr
1001
- #: ../lib/yasr-ajax-functions.php:435
1002
  msgid "Read the doc"
1003
  msgstr "Lees de documentatie"
1004
 
1005
  # @ yasr
1006
- #: ../lib/yasr-ajax-functions.php:444
1007
  msgid "Overall Rating / Review"
1008
  msgstr "Algemene Stemming / Recensie"
1009
 
1010
  # @ yasr
1011
- #: ../lib/yasr-ajax-functions.php:446
1012
  msgid "Insert Overall Rating"
1013
  msgstr "Voeg Algemene Stemming in"
1014
 
1015
  # @ yasr
1016
- #: ../lib/yasr-ajax-functions.php:447
1017
  msgid "Insert Overall Rating / Review for this post"
1018
  msgstr "Voeg Algemene Stemming / Recensie voor dit bericht in"
1019
 
1020
  # @ yasr
1021
- #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
1022
  msgid "Choose Size"
1023
  msgstr "Kies Grootte"
1024
 
1025
  # @ yasr
1026
- #: ../lib/yasr-ajax-functions.php:464
1027
  msgid "Insert Visitor Votes"
1028
  msgstr "Invoegen Bezoekersstemmen"
1029
 
1030
  # @ yasr
1031
- #: ../lib/yasr-ajax-functions.php:465
1032
  msgid "Insert the ability for your visitor to vote"
1033
  msgstr "Maak het mogelijk voor je bezoekers om te stemmen"
1034
 
1035
  # @ yasr
1036
- #: ../lib/yasr-ajax-functions.php:482
1037
  msgid "If you want to insert a Multi Set, pick one:"
1038
  msgstr "Als je een Multi Set wilt invoegen, kies er één:"
1039
 
1040
  # @ yasr
1041
- #: ../lib/yasr-ajax-functions.php:488
1042
  msgid "Choose wich set you want to insert."
1043
  msgstr "Kies welke set je wilt invoegen."
1044
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1045
  # @ yasr
1046
- #: ../lib/yasr-ajax-functions.php:496
1047
  msgid "Insert Multiset:"
1048
  msgstr "Invoegen Multi Set:"
1049
 
1050
  # @ yasr
1051
- #: ../lib/yasr-ajax-functions.php:499
1052
  msgid "Insert Multiple Set"
1053
  msgstr "Invoegen Multi Set"
1054
 
1055
  # @ yasr
1056
- #: ../lib/yasr-ajax-functions.php:500
1057
- msgid "Insert multiple set in this post ?"
1058
- msgstr "Invoegen Multi Set in dit bericht?"
1059
-
1060
- # @ yasr
1061
- #: ../lib/yasr-ajax-functions.php:515
1062
  msgid "Ranking reviews"
1063
  msgstr "Ranglijst recensies"
1064
 
1065
  # @ yasr
1066
- #: ../lib/yasr-ajax-functions.php:516
1067
  msgid "Insert Ranking reviews"
1068
  msgstr "Invoegen Ranglijst recensies"
1069
 
1070
  # @ yasr
1071
- #: ../lib/yasr-ajax-functions.php:517
1072
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
1073
  msgstr "Invoegen Top 10 ranglijst voor [yasr_overall_rating] shortcode"
1074
 
1075
  # @ yasr
1076
- #: ../lib/yasr-ajax-functions.php:521
1077
  msgid "Users' ranking"
1078
  msgstr "Gebruikersranglijst"
1079
 
1080
  # @ yasr
1081
- #: ../lib/yasr-ajax-functions.php:522
1082
  msgid "Insert Users ranking"
1083
  msgstr "Invoegen Gebruikersranglijst"
1084
 
1085
  # @ yasr
1086
- #: ../lib/yasr-ajax-functions.php:523
1087
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
1088
  msgstr "Invoegen Top 10 ranglijst voor [yasr_visitor_votes] shortcode"
1089
 
1090
  # @ yasr
1091
- #: ../lib/yasr-ajax-functions.php:527
1092
  msgid "Most active reviewers"
1093
  msgstr "Meest actieve recensenten"
1094
 
1095
  # @ yasr
1096
- #: ../lib/yasr-ajax-functions.php:528
1097
  msgid "Insert Most Active Reviewers"
1098
  msgstr "Invoegen Meest Actieve Recensenten"
1099
 
1100
  # @ yasr
1101
- #: ../lib/yasr-ajax-functions.php:529
1102
  msgid "Insert Top 5 active reviewers"
1103
  msgstr "Invoegen Top 5 actieve recensenten"
1104
 
1105
  # @ yasr
1106
- #: ../lib/yasr-ajax-functions.php:533
1107
  msgid "Most Active Users"
1108
  msgstr "Meest Actieve Gebruikers"
1109
 
1110
  # @ yasr
1111
- #: ../lib/yasr-ajax-functions.php:534
1112
  msgid "Insert Most Active Users"
1113
  msgstr "Invoegen Meest Actieve Gebruikers"
1114
 
1115
  # @ yasr
1116
- #: ../lib/yasr-ajax-functions.php:535
1117
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
1118
  msgstr "Invoegen Top 10 stemmers [yasr_visitor_votes] shortcode"
1119
 
1120
  # @ yasr
1121
- #: ../lib/yasr-ajax-functions.php:606
1122
  msgid "Reviews and Visitor Votes have been successfull imported."
1123
  msgstr "Recensies en Bezoekersstemmen zijn succesvol geïmporteerd."
1124
 
1125
  # @ yasr
1126
- #: ../lib/yasr-ajax-functions.php:612
1127
  msgid ""
1128
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
1129
  "THIS MAY TAKE A WHILE!"
@@ -1132,103 +1178,143 @@ msgstr ""
1132
  "KAN EVEN DUREN! "
1133
 
1134
  # @ yasr
1135
- #: ../lib/yasr-ajax-functions.php:614
1136
  msgid "Proceed Step 2"
1137
  msgstr "Verder met stap 2"
1138
 
1139
  # @ yasr
1140
- #: ../lib/yasr-ajax-functions.php:621
1141
  msgid "Something goes wrong! Refresh the page and try again!"
1142
  msgstr "Er ging iets mis. Vernieuw de pagina en probeer het nogmaals."
1143
 
1144
  # @ yasr
1145
- #: ../lib/yasr-ajax-functions.php:650
1146
  msgid "I've found Multiple Set! Importing..."
1147
  msgstr "Meerdere Multi Sets gevonden. Aan het importeren..."
1148
 
1149
  # @ yasr
1150
- #: ../lib/yasr-ajax-functions.php:659
1151
  msgid "Multi Set's name has been successfull imported."
1152
  msgstr "Naam van Multi Set is succesvol geïmporteerd."
1153
 
1154
  # @ yasr
1155
- #: ../lib/yasr-ajax-functions.php:661
1156
  msgid "Now I'm going to import Multi Set data"
1157
  msgstr "Beginnen met het importeren van Multi Set gegevens"
1158
 
1159
  # @ yasr
1160
- #: ../lib/yasr-ajax-functions.php:672
1161
  msgid "All votes has been successfull imported."
1162
  msgstr "Alle stemmen zijn succesvol geïmporteerd."
1163
 
1164
  # @ yasr
1165
- #: ../lib/yasr-ajax-functions.php:674
1166
  msgid "Done"
1167
  msgstr "Klaar"
1168
 
1169
  # @ yasr
1170
- #: ../lib/yasr-ajax-functions.php:679
1171
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1172
  msgstr ""
1173
  "Er zijn stemmen van meerdere Multi Sets gevonden maar deze konden niet "
1174
  "geïmporteerd worden in de database"
1175
 
1176
  # @ yasr
1177
- #: ../lib/yasr-ajax-functions.php:687
1178
  msgid "I've found Multi Set but with no data"
1179
  msgstr "De Multi Set is gevonden maar deze bevat geen gegevens"
1180
 
1181
  # @ yasr
1182
- #: ../lib/yasr-ajax-functions.php:696
1183
  msgid "I've found Multi Sets names but I couldn't insert into db"
1184
  msgstr ""
1185
  "Multi Set namen zijn gevonden maar ze konden niet in de database "
1186
  "geïmporteerd worden"
1187
 
1188
  # @ yasr
1189
- #: ../lib/yasr-ajax-functions.php:704
1190
  msgid "Multisets were not found. Imported is done!"
1191
  msgstr "Geen Multi Sets gevonden. Importeren is klaar."
1192
 
1193
  # @ yasr
1194
- #: ../lib/yasr-ajax-functions.php:748
1195
  msgid "No Recenet votes yet"
1196
  msgstr "Geen Recente stemmen nog"
1197
 
 
 
 
 
 
1198
  # @ yasr
1199
- #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
1200
  msgid "Error: you can't vote 0"
1201
  msgstr "Error: je kunt niet 0 stemmen"
1202
 
1203
  # @ yasr
1204
- #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
1205
- msgid "Average rating"
1206
- msgstr "Gemiddelde stemming"
 
1207
 
1208
  # @ yasr
1209
- #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1210
  msgid "Vote Saved"
1211
  msgstr "Stem Opgeslagen"
1212
 
1213
  # @ yasr
1214
- #: ../lib/yasr-ajax-functions.php:1149
1215
  #, fuzzy
1216
  msgid "Vote updated"
1217
  msgstr "Stem Bijgewerkt"
1218
 
1219
  # @ yasr
1220
- #: ../lib/yasr-ajax-functions.php:1220
1221
- msgid "Average "
1222
- msgstr "Gemiddeld"
 
 
 
 
 
1223
 
1224
  # @ yasr
1225
- #: ../lib/yasr-ajax-functions.php:1231
1226
  #, fuzzy
1227
- msgid "You've already voted this article"
1228
- msgstr "Je hebt al op dit artikel gestemd met"
1229
 
1230
  # @ yasr
1231
- #: ../lib/yasr-ajax-functions.php:1356
1232
  #, fuzzy
1233
- msgid "stars"
1234
  msgstr "Sterren"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-05-07 09:51+0100\n"
7
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
8
  "Language-Team: NL\n"
9
  "Language: nl_NL\n"
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
 
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"
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
 
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
 
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
  "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
  "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
  "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. "
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
 
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
  "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 "
357
  "gebruikers. Weet je zeker dat je wel stemmen hebt om te tonen?"
358
 
359
  # @ yasr
360
+ #: ../lib/yasr-settings-functions.php:52
361
  msgid "General settings"
362
  msgstr "Algemene instellingen"
363
 
364
  # @ yasr
365
+ #: ../lib/yasr-settings-functions.php:53
366
  msgid "Auto insert options"
367
  msgstr "Auto invoegopties"
368
 
369
  # @ yasr
370
+ #: ../lib/yasr-settings-functions.php:54
371
  #, fuzzy
372
  msgid "Show \"Overall Rating\" in Archive Page?"
373
  msgstr "Toon \"Algemene Stemming\" op de Voorpagina?"
374
 
375
+ #: ../lib/yasr-settings-functions.php:55
376
  msgid "Show \"Visitor Votes\" in Archive Page?"
377
  msgstr ""
378
 
379
  # @ yasr
380
+ #: ../lib/yasr-settings-functions.php:56
381
  msgid "Insert custom text to show before / after stars"
382
  msgstr "Invoegen aangepaste tekst om voor / na de sterren te tonen"
383
 
384
+ #: ../lib/yasr-settings-functions.php:57
385
  msgid "Do you want show stats for visitors votes?"
386
  msgstr ""
387
 
388
  # @ yasr
389
+ #: ../lib/yasr-settings-functions.php:58
 
 
 
 
 
390
  msgid "Allow only logged in user to vote?"
391
  msgstr "Alleen ingelogde gebruikers mogen stemmen?"
392
 
393
  # @ yasr
394
+ #: ../lib/yasr-settings-functions.php:59
395
  msgid "Which rich snippets do you want to use?"
396
  msgstr "Welke \"rich snippets\" wil je gebruiken?"
397
 
398
  # @ yasr
399
+ #: ../lib/yasr-settings-functions.php:60
400
  msgid "How do you want to rate \"Overall Rating\"?"
401
  msgstr "Hoe wil je de \"Algemene Stemming\" waarderen?"
402
 
403
  # @ yasr
404
+ #: ../lib/yasr-settings-functions.php:74
405
  msgid "Use Auto Insert?"
406
  msgstr "Gebruik Auto Invoegen?"
407
 
408
  # @ yasr
409
+ #: ../lib/yasr-settings-functions.php:77
410
+ #: ../lib/yasr-settings-functions.php:146
411
+ #: ../lib/yasr-settings-functions.php:164
412
+ #: ../lib/yasr-settings-functions.php:206
413
+ #: ../lib/yasr-settings-functions.php:232
414
+ #: ../lib/yasr-settings-functions.php:266
415
+ #: ../lib/yasr-settings-functions.php:321
416
  msgid "Yes"
417
  msgstr "Ja"
418
 
419
  # @ yasr
420
+ #: ../lib/yasr-settings-functions.php:91
421
+ #: ../lib/yasr-settings-functions.php:151
422
+ #: ../lib/yasr-settings-functions.php:169
423
+ #: ../lib/yasr-settings-functions.php:211
424
+ #: ../lib/yasr-settings-functions.php:237
425
+ #: ../lib/yasr-settings-functions.php:271
426
+ #: ../lib/yasr-settings-functions.php:326
427
  msgid "No"
428
  msgstr "Nee"
429
 
430
  # @ yasr
431
+ #: ../lib/yasr-settings-functions.php:97
432
  msgid "What?"
433
  msgstr "Wat?"
434
 
435
  # @ yasr
436
+ #: ../lib/yasr-settings-functions.php:100
437
  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
 
445
  # @ yasr
446
+ #: ../lib/yasr-settings-functions.php:108
447
  msgid "Both"
448
  msgstr "Beide"
449
 
450
  # @ yasr
451
+ #: ../lib/yasr-settings-functions.php:112
452
  msgid "Where?"
453
  msgstr "Waar?"
454
 
455
  # @ yasr
456
+ #: ../lib/yasr-settings-functions.php:115
457
  msgid "Before the post"
458
  msgstr "Voor het bericht"
459
 
460
  # @ yasr
461
+ #: ../lib/yasr-settings-functions.php:119
462
  msgid "After the post"
463
  msgstr "Na het bericht"
464
 
465
  # @ yasr
466
+ #: ../lib/yasr-settings-functions.php:124
467
  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
 
488
  # @ yasr
489
+ #: ../lib/yasr-settings-functions.php:143
490
  msgid "Exclude Pages?"
491
  msgstr "Negeer Pagina's"
492
 
493
  # @ yasr
494
+ #: ../lib/yasr-settings-functions.php:161
495
  msgid "Use only in custom post types?"
496
  msgstr "Alleen gebruiken in custom post types?"
497
 
498
  # @ yasr
499
+ #: ../lib/yasr-settings-functions.php:173
500
  msgid "You see this because you use custom post types."
501
  msgstr "Je ziet dit omdat je custom post types gebruikt."
502
 
503
  # @ yasr
504
+ #: ../lib/yasr-settings-functions.php:175
505
  msgid "If you want to use auto insert only in custom post types, choose Yes"
506
  msgstr ""
507
  "Als je auto invoegen alleen wilt gebruiken bij custom post types, kies Ja"
508
 
509
  # @ yasr
510
+ #: ../lib/yasr-settings-functions.php:215
511
  msgid ""
512
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
513
  "article or page, but also in pages like Home Page, category pages or "
518
  "categoriepagina's of archiefpagina's."
519
 
520
  # @ yasr
521
+ #: ../lib/yasr-settings-functions.php:241
522
  #, fuzzy
523
  msgid ""
524
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
530
  "categoriepagina's of archiefpagina's."
531
 
532
  # @ yasr
533
+ #: ../lib/yasr-settings-functions.php:276
534
  msgid "Custom text to display before Overall Rating"
535
  msgstr "Aangepaste tekst om te tonen voor Algemene Stemming"
536
 
537
  # @ yasr
538
+ #: ../lib/yasr-settings-functions.php:281
539
+ #, fuzzy
540
+ msgid "Custom text to display BEFORE Visitor Rating"
541
+ msgstr "Aangepaste tekst om te tonen voor Bezoekersstemming"
542
+
543
+ # @ yasr
544
+ #: ../lib/yasr-settings-functions.php:287
545
+ #, fuzzy
546
+ msgid "Custom text to display AFTER Visitor Rating"
547
  msgstr "Aangepaste tekst om te tonen voor Bezoekersstemming"
548
 
549
  # @ yasr
550
+ #: ../lib/yasr-settings-functions.php:292
551
  msgid "Custom text to display when a non logged user has already rated"
552
  msgstr ""
553
  "Aangepaste tekst om te tonen wanneer een niet-ingelogde gebruiker al gestemd "
554
  "heeft"
555
 
556
+ #: ../lib/yasr-settings-functions.php:297
557
+ msgid "Help"
 
 
558
  msgstr ""
559
 
560
+ #: ../lib/yasr-settings-functions.php:301
561
+ msgid ""
562
+ "In the first field you can use %overall_rating% pattern to show the overall "
563
+ "rating."
564
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
565
 
566
+ #: ../lib/yasr-settings-functions.php:305
567
+ msgid ""
568
+ "In the Second and Third fields you can use %total_count% pattern to show the "
569
+ "total count, and %average% pattern to show the average"
570
+ msgstr ""
571
 
572
  # @ yasr
573
+ #: ../lib/yasr-settings-functions.php:344
574
  msgid "Allow only logged-in users"
575
  msgstr "Alleen ingelogde gebruikers toestaan"
576
 
577
  # @ yasr
578
+ #: ../lib/yasr-settings-functions.php:348
579
  msgid "Allow everybody (logged in and anonymous)"
580
  msgstr "Sta iedereen toe (ingelogd en anoniem)"
581
 
582
  # @ yasr
583
+ #: ../lib/yasr-settings-functions.php:365
584
  msgid "Review Rating"
585
  msgstr "Recensie Stemming"
586
 
587
  # @ yasr
588
+ #: ../lib/yasr-settings-functions.php:369
589
  msgid "Aggregate Rating"
590
  msgstr "Cumulatieve Stemming"
591
 
592
  # @ yasr
593
+ #: ../lib/yasr-settings-functions.php:374
594
  msgid "What is this?"
595
  msgstr "Wat is dit?"
596
 
597
  # @ yasr
598
+ #: ../lib/yasr-settings-functions.php:379
599
  msgid ""
600
  "If you select \"Review Rating\", your site will be indexed from search "
601
  "engines like this: "
604
  "zoekmachines als volgt: "
605
 
606
  # @ yasr
607
+ #: ../lib/yasr-settings-functions.php:384
608
  msgid ""
609
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
610
  "this"
613
  "site ook geïndexeerd als volgt:"
614
 
615
  # @ yasr
616
+ #: ../lib/yasr-settings-functions.php:402
617
  msgid "Stars"
618
  msgstr "Sterren"
619
 
620
  # @ yasr
621
+ #: ../lib/yasr-settings-functions.php:406
622
  msgid "Numbers"
623
  msgstr "Getallen"
624
 
625
  # @ yasr
626
+ #: ../lib/yasr-settings-functions.php:431
627
+ msgid "Which color scheme do you want to use?"
628
+ msgstr "Welk kleurenschema wil je gebruiken?"
629
+
630
+ # @ yasr
631
+ #: ../lib/yasr-settings-functions.php:452
632
+ msgid "Light"
633
+ msgstr "Licht"
634
+
635
+ # @ yasr
636
+ #: ../lib/yasr-settings-functions.php:457
637
+ msgid "Dark"
638
+ msgstr "Donker"
639
+
640
+ # @ yasr
641
+ #: ../lib/yasr-settings-functions.php:462
642
+ msgid "Preview"
643
+ msgstr "Voorvertoning"
644
+
645
+ # @ yasr
646
+ #: ../lib/yasr-settings-functions.php:467
647
+ msgid "Light theme"
648
+ msgstr "Licht Thema"
649
+
650
+ # @ yasr
651
+ #: ../lib/yasr-settings-functions.php:472
652
+ #, fuzzy
653
+ msgid "Dark theme"
654
+ msgstr "Donker Thema"
655
+
656
+ # @ yasr
657
+ #: ../lib/yasr-settings-functions.php:487
658
  msgid "Add New Multiple Set"
659
  msgstr "Toevoegen Nieuwe Multi Set"
660
 
661
  # @ yasr
662
+ #: ../lib/yasr-settings-functions.php:488
663
  msgid ""
664
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
665
  "characters"
668
  "lang zijn"
669
 
670
  # @ yasr
671
+ #: ../lib/yasr-settings-functions.php:491
672
  msgid "Name"
673
  msgstr "Naam"
674
 
675
  # @ yasr
676
+ #: ../lib/yasr-settings-functions.php:496
677
  #, fuzzy
678
  msgid "You can insert up to nine elements"
679
  msgstr "Je kunt tot 9 elementen invoegen"
680
 
681
  # @ yasr
682
+ #: ../lib/yasr-settings-functions.php:501
683
  msgid "Element "
684
  msgstr "Element"
685
 
686
  # @ yasr
687
+ #: ../lib/yasr-settings-functions.php:511
688
  msgid "Create New Set"
689
  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
 
697
  # @ yasr
698
+ #: ../lib/yasr-settings-functions.php:534
699
  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
  "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
 
753
  # @ yasr
754
+ #: ../lib/yasr-settings-functions.php:904
755
+ #: ../lib/yasr-settings-functions.php:1172
756
  msgid "Settings Saved"
757
  msgstr "Instellingen Opgeslagen"
758
 
759
  # @ yasr
760
+ #: ../lib/yasr-settings-functions.php:909
761
  msgid "Something goes wrong trying insert set field name. Please report it"
762
  msgstr ""
763
  "Er ging iets mis tijdens het invoegen van de veldnaam. Graag aangeven bij de "
764
  "maker"
765
 
766
  # @ yasr
767
+ #: ../lib/yasr-settings-functions.php:915
768
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
769
  msgstr ""
770
  "Er ging iets mis tijdens het invoegen van de Multi Set naam. Graag aangeven "
771
  "bij de maker"
772
 
773
  # @ yasr
774
+ #: ../lib/yasr-settings-functions.php:990
775
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
776
  msgstr ""
777
  "Er ging iets mis tijdens het verwijderen van een Multi Set. Graag aangeven "
778
  "bij de maker"
779
 
780
  # @ yasr
781
+ #: ../lib/yasr-settings-functions.php:1036
782
  msgid ""
783
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
784
  msgstr ""
786
  "aangeven bij de maker"
787
 
788
  # @ yasr
789
+ #: ../lib/yasr-settings-functions.php:1100
790
  msgid ""
791
  "Something goes wrong trying to update a Multi Set's element. Please report it"
792
  msgstr ""
794
  "aangeven bij de maker"
795
 
796
  # @ yasr
797
+ #: ../lib/yasr-settings-functions.php:1157
798
  msgid ""
799
  "Something goes wrong trying to insert set field name in edit form. Please "
800
  "report it"
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
  "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
 
905
  # @ yasr
906
+ #: ../lib/yasr-db-functions.php:310
907
  #, fuzzy
908
  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
 
916
+ #: ../lib/yasr-db-functions.php:334
917
+ #, php-format
918
+ 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
 
933
  msgid "Yet Another Stars Rating: Settings"
934
  msgstr "Yet Another Stars Rating: Instellingen"
935
 
 
 
 
 
936
  # @ yasr
937
+ #: ../lib/yasr-functions.php:148
938
  msgid "Yet Another Stars Rating: Multiple set"
939
  msgstr "Yet Another Stars Rating: Multi Sets"
940
 
 
 
 
 
 
941
  # @ default
942
+ #: ../lib/yasr-functions.php:159
943
  msgid "You don't have enought privileges to insert Overall Rating"
944
  msgstr "Je hebt niet genoeg rechten om Algemene Stemming in te voegen"
945
 
946
  # @ default
947
+ #: ../lib/yasr-functions.php:169
948
  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
 
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
  "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"
1296
+
1297
+ # @ yasr
1298
+ #~ msgid "Remember to insert this shortcode"
1299
+ #~ msgstr "Vergeet niet deze shortcode in te voegen"
1300
+
1301
+ # @ yasr
1302
+ #~ msgid "where you want to display this multi set"
1303
+ #~ msgstr "waar je deze multi set wilt tonen"
1304
+
1305
+ # @ yasr
1306
+ #~ msgid "Insert multiple set in this post ?"
1307
+ #~ msgstr "Invoegen Multi Set in dit bericht?"
1308
+
1309
+ # @ yasr
1310
+ #~ msgid "Average rating"
1311
+ #~ msgstr "Gemiddelde stemming"
1312
+
1313
+ # @ yasr
1314
+ #~ msgid "Average "
1315
+ #~ msgstr "Gemiddeld"
1316
+
1317
+ # @ yasr
1318
+ #, fuzzy
1319
+ #~ msgid "You've already voted this article"
1320
+ #~ msgstr "Je hebt al op dit artikel gestemd met"
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-03-03 12:37+0100\n"
5
- "PO-Revision-Date: 2015-03-03 12:37+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: Hoek i Tutu Team <hoek@hoek.pl>\n"
8
  "Language: pl_PL\n"
@@ -20,7 +20,8 @@ msgstr ""
20
  msgid "Rate this article / item"
21
  msgstr "Oceń ten wpis"
22
 
23
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
 
24
  msgid "Loading, please wait"
25
  msgstr "Wczytywanie, proszę czekać"
26
 
@@ -28,16 +29,20 @@ msgstr "Wczytywanie, proszę czekać"
28
  msgid "Save Vote"
29
  msgstr "Zapisz Głos"
30
 
31
- #: ../yasr-metabox-top-right.php:164
32
  msgid "This review is about a..."
33
  msgstr ""
34
 
35
- #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
36
- #: ../lib/yasr-settings-functions.php:505
 
 
 
 
37
  msgid "Select"
38
  msgstr "Wybierz"
39
 
40
- #: ../yasr-metabox-top-right.php:211
41
  msgid ""
42
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
43
  "where you want to display this rating"
@@ -47,7 +52,7 @@ msgstr ""
47
 
48
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
49
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
50
- #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
51
  msgid "You do not have sufficient permissions to access this page."
52
  msgstr "Nie posiadasz wystarczających uprawnień, by wejść na tę stronę."
53
 
@@ -71,7 +76,8 @@ msgstr "Style"
71
  msgid "Pro Features!"
72
  msgstr ""
73
 
74
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:276
 
75
  msgid "Save"
76
  msgstr "Zapisz"
77
 
@@ -134,7 +140,7 @@ msgstr "Zarządzaj Zestawem Ocen"
134
  msgid "What is a Multi Set?"
135
  msgstr "Co to jest Zestaw Ocen?"
136
 
137
- #: ../yasr-settings-page.php:204
138
  msgid ""
139
  "Multi Set allows you to insert a rate for each aspect about the product / "
140
  "local business / whetever you're reviewing, example in the image below."
@@ -142,7 +148,7 @@ msgstr ""
142
  "Zestaw Ocen pozwala na wstawienie oceny dla każdego elementu produktu / "
143
  "firmy / czegokolwiek recenzowanego, przykład na obrazku poniżej."
144
 
145
- #: ../yasr-settings-page.php:208
146
  msgid ""
147
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
148
  "different fields. Once you've saved it, you can insert the rates while "
@@ -154,7 +160,7 @@ msgstr ""
154
  "artykułu z kontenera poniżej edytora, tak jak na obrazku (kliknij aby "
155
  "powiększyć)"
156
 
157
- #: ../yasr-settings-page.php:212
158
  msgid ""
159
  "In order to insert your Multi Sets into a post or page, you can either past "
160
  "the short code that will appear at the bottom of the box or just click on "
@@ -164,17 +170,17 @@ msgstr ""
164
  "wyświetla się na górze kontenera lub po prostu kliknąć na ikonkę gwiazdki w "
165
  "edytorze wybierając \"Wstaw Zestaw Ocen\"."
166
 
167
- #: ../yasr-settings-page.php:218
168
  msgid "Close this message"
169
  msgstr "Zamknij tą wiadomość"
170
 
171
- #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1294
172
- #: ../lib/yasr-settings-functions.php:1320
173
  msgid "Donations"
174
  msgstr "Dotacje"
175
 
176
- #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1296
177
- #: ../lib/yasr-settings-functions.php:1322
178
  msgid ""
179
  "If you have found this plugin useful, please consider making a donation to "
180
  "help support future development. Your support will be much appreciated. "
@@ -183,8 +189,8 @@ msgstr ""
183
  "darowizny w celu wsparcia dalszego rozwoju. Twoja pomoc będzie bardzo mile "
184
  "widziana."
185
 
186
- #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1298
187
- #: ../lib/yasr-settings-functions.php:1324
188
  msgid "Thank you!"
189
  msgstr "Dziękuje!"
190
 
@@ -192,74 +198,91 @@ msgstr "Dziękuje!"
192
  msgid "Choose wich set you want to use"
193
  msgstr "Wybierz który zestaw chcesz używać"
194
 
195
- #: ../lib/yasr-shortcode-functions.php:185
196
- #: ../lib/yasr-shortcode-functions.php:207
 
197
  msgid "You've already voted this article with"
198
  msgstr "Już oceniałeś. Twoja ocena to"
199
 
200
- #: ../lib/yasr-shortcode-functions.php:218
 
201
  msgid "You must sign to vote"
202
  msgstr "Musisz się zarejestrować, aby głosować"
203
 
204
- #: ../lib/yasr-shortcode-functions.php:227 ../lib/yasr-ajax-functions.php:1011
205
- #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
206
- #: ../lib/yasr-ajax-functions.php:1220
207
  msgid "Total: "
208
  msgstr "Głosów:"
209
 
210
- #: ../lib/yasr-shortcode-functions.php:227
211
  msgid "Average: "
212
  msgstr "Średnia:"
213
 
214
- #: ../lib/yasr-shortcode-functions.php:392
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  msgid "Rating"
216
  msgstr "Ocena"
217
 
218
- #: ../lib/yasr-shortcode-functions.php:406
219
  msgid "You don't have any votes stored"
220
  msgstr "Nie masz żadnych przechowywanych głosów"
221
 
222
- #: ../lib/yasr-shortcode-functions.php:442
223
- #: ../lib/yasr-shortcode-functions.php:480
224
  msgid "Post / Page"
225
  msgstr ""
226
 
227
- #: ../lib/yasr-shortcode-functions.php:443
228
- #: ../lib/yasr-shortcode-functions.php:481
229
  msgid "Order By"
230
  msgstr ""
231
 
232
- #: ../lib/yasr-shortcode-functions.php:443
233
- #: ../lib/yasr-shortcode-functions.php:481
234
  #, fuzzy
235
  msgid "Most Rated"
236
  msgstr "Głos zaktualizowany"
237
 
238
- #: ../lib/yasr-shortcode-functions.php:443
239
- #: ../lib/yasr-shortcode-functions.php:481
240
  msgid "Highest Rated"
241
  msgstr ""
242
 
243
- #: ../lib/yasr-shortcode-functions.php:460
244
- #: ../lib/yasr-shortcode-functions.php:495
245
  msgid "Total:"
246
  msgstr "Głosów:"
247
 
248
- #: ../lib/yasr-shortcode-functions.php:460
249
- #: ../lib/yasr-shortcode-functions.php:495
250
  msgid "Average"
251
  msgstr "Średnia"
252
 
253
- #: ../lib/yasr-shortcode-functions.php:472
254
  #, fuzzy
255
  msgid "You've not enough data"
256
  msgstr "Nie masz wystarczająco danych"
257
 
258
- #: ../lib/yasr-shortcode-functions.php:507
259
  msgid "You've not enought data"
260
  msgstr "Nie masz wystarczająco danych"
261
 
262
- #: ../lib/yasr-shortcode-functions.php:592
263
  #, fuzzy
264
  msgid ""
265
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
@@ -268,7 +291,7 @@ msgstr ""
268
  "Problem podczas pobierania Top 5 najaktywniejszych recenzentów. Czy "
269
  "opublikowałeś jakieś recenzje?"
270
 
271
- #: ../lib/yasr-shortcode-functions.php:660
272
  #, fuzzy
273
  msgid ""
274
  "Problem while retrieving the top 10 active users chart. Are you sure you "
@@ -277,138 +300,134 @@ msgstr ""
277
  "Problem podczas pobierania wykresu Top 10 aktywnych użytkowników. Czy na "
278
  "pewno masz już jakieś głosy do pokazania?"
279
 
280
- #: ../lib/yasr-settings-functions.php:49
281
  msgid "General settings"
282
  msgstr "Ustawienia ogólne"
283
 
284
- #: ../lib/yasr-settings-functions.php:50
285
  msgid "Auto insert options"
286
  msgstr "Opcje auto wstawiania"
287
 
288
- #: ../lib/yasr-settings-functions.php:51
289
  #, fuzzy
290
  msgid "Show \"Overall Rating\" in Archive Page?"
291
  msgstr "Pokazać \"Ogólną Ocenę\" na stronie głównej?"
292
 
293
- #: ../lib/yasr-settings-functions.php:52
294
  msgid "Show \"Visitor Votes\" in Archive Page?"
295
  msgstr ""
296
 
297
- #: ../lib/yasr-settings-functions.php:53
298
  msgid "Insert custom text to show before / after stars"
299
  msgstr "Wstaw własny tekst, aby pokazać przed / po gwiazdkach"
300
 
301
- #: ../lib/yasr-settings-functions.php:54
302
  msgid "Do you want show stats for visitors votes?"
303
  msgstr ""
304
 
305
- #: ../lib/yasr-settings-functions.php:55
306
- msgid "Which color scheme do you want to use?"
307
- msgstr "Jakich kolorów chcesz użyć?"
308
-
309
- #: ../lib/yasr-settings-functions.php:56
310
  msgid "Allow only logged in user to vote?"
311
  msgstr "Zezwalać na głosowanie tylko zalogowanym?"
312
 
313
- #: ../lib/yasr-settings-functions.php:57
314
  msgid "Which rich snippets do you want to use?"
315
  msgstr "Jaki rodzaj \"rich snippets\" chcesz używać?"
316
 
317
- #: ../lib/yasr-settings-functions.php:58
318
  #, fuzzy
319
  msgid "How do you want to rate \"Overall Rating\"?"
320
  msgstr "Jak chcesz oceniać w \"Ogólna ocena\"?"
321
 
322
- #: ../lib/yasr-settings-functions.php:72
323
  msgid "Use Auto Insert?"
324
  msgstr "Użyć auto wstawianie?"
325
 
326
- #: ../lib/yasr-settings-functions.php:75
327
- #: ../lib/yasr-settings-functions.php:144
328
- #: ../lib/yasr-settings-functions.php:162
329
- #: ../lib/yasr-settings-functions.php:204
330
- #: ../lib/yasr-settings-functions.php:230
331
- #: ../lib/yasr-settings-functions.php:262
332
- #: ../lib/yasr-settings-functions.php:313
333
  msgid "Yes"
334
  msgstr "Tak"
335
 
336
- #: ../lib/yasr-settings-functions.php:89
337
- #: ../lib/yasr-settings-functions.php:149
338
- #: ../lib/yasr-settings-functions.php:167
339
- #: ../lib/yasr-settings-functions.php:209
340
- #: ../lib/yasr-settings-functions.php:235
341
- #: ../lib/yasr-settings-functions.php:267
342
- #: ../lib/yasr-settings-functions.php:318
343
  msgid "No"
344
  msgstr "Nie"
345
 
346
- #: ../lib/yasr-settings-functions.php:95
347
  msgid "What?"
348
  msgstr "Co?"
349
 
350
- #: ../lib/yasr-settings-functions.php:98
351
  msgid "Overall Rating / Author Rating"
352
  msgstr "Ogólna ocena / Ocena autora"
353
 
354
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
355
  msgid "Visitor Votes"
356
  msgstr "Głosy gości"
357
 
358
- #: ../lib/yasr-settings-functions.php:106
359
  msgid "Both"
360
  msgstr "Oba"
361
 
362
- #: ../lib/yasr-settings-functions.php:110
363
  msgid "Where?"
364
  msgstr "Gdzie?"
365
 
366
- #: ../lib/yasr-settings-functions.php:113
367
  msgid "Before the post"
368
  msgstr "Przed wpisem"
369
 
370
- #: ../lib/yasr-settings-functions.php:117
371
  msgid "After the post"
372
  msgstr "Po wpisie"
373
 
374
- #: ../lib/yasr-settings-functions.php:122
375
  msgid "Size"
376
  msgstr "Rozmiar"
377
 
378
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
379
- #: ../lib/yasr-ajax-functions.php:470
380
  msgid "Small"
381
  msgstr "Małe"
382
 
383
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
384
- #: ../lib/yasr-ajax-functions.php:471
385
  msgid "Medium"
386
  msgstr "Średnie"
387
 
388
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
389
- #: ../lib/yasr-ajax-functions.php:472
390
  msgid "Large"
391
  msgstr "Duże"
392
 
393
- #: ../lib/yasr-settings-functions.php:141
394
  msgid "Exclude Pages?"
395
  msgstr "Wykluczyć strony?"
396
 
397
- #: ../lib/yasr-settings-functions.php:159
398
  msgid "Use only in custom post types?"
399
  msgstr "Używać tylko w niestandardowych postach?"
400
 
401
- #: ../lib/yasr-settings-functions.php:171
402
  msgid "You see this because you use custom post types."
403
  msgstr "Widzisz to, ponieważ używasz wpisów niestandardowych."
404
 
405
- #: ../lib/yasr-settings-functions.php:173
406
  msgid "If you want to use auto insert only in custom post types, choose Yes"
407
  msgstr ""
408
  "Jeśli chcesz użyć auto wstawiania tylko na niestandardowych wpisach, wybierz "
409
  "Tak"
410
 
411
- #: ../lib/yasr-settings-functions.php:213
412
  msgid ""
413
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
414
  "article or page, but also in pages like Home Page, category pages or "
@@ -418,7 +437,7 @@ msgstr ""
418
  "pojedyńczym artykule czy stronie ale też na stronie domowej, w kategoriach "
419
  "stron i archiwum."
420
 
421
- #: ../lib/yasr-settings-functions.php:239
422
  #, fuzzy
423
  msgid ""
424
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
@@ -429,66 +448,62 @@ msgstr ""
429
  "pojedyńczym artykule czy stronie ale też na stronie domowej, w kategoriach "
430
  "stron i archiwum."
431
 
432
- #: ../lib/yasr-settings-functions.php:272
433
  msgid "Custom text to display before Overall Rating"
434
  msgstr "Niestandardowy tekst do wyświetlenia przed Ogólną Oceną"
435
 
436
- #: ../lib/yasr-settings-functions.php:277
437
- msgid "Custom text to display before Visitor Rating"
 
 
 
 
 
 
438
  msgstr "Niestandardowy tekst do wyświetlenia przed Oceną Gości"
439
 
440
- #: ../lib/yasr-settings-functions.php:282
441
  msgid "Custom text to display when a non logged user has already rated"
442
  msgstr ""
443
  "Niestandardowy tekst do wyświetlenia gdy niezalogowany użytkownik już ocenił"
444
 
445
- #: ../lib/yasr-settings-functions.php:296
446
- msgid ""
447
- "Seems like you've imported gd star rating in the past, but then deleted the "
448
- "logs table. For now, you can't enable statistics"
449
  msgstr ""
450
 
451
- #: ../lib/yasr-settings-functions.php:338
452
- msgid "Light"
453
- msgstr "Jasne"
454
-
455
- #: ../lib/yasr-settings-functions.php:343
456
- msgid "Dark"
457
- msgstr "Ciemne"
458
-
459
- #: ../lib/yasr-settings-functions.php:348
460
- msgid "Preview"
461
- msgstr "Podgląd"
462
-
463
- #: ../lib/yasr-settings-functions.php:353
464
- msgid "Light theme"
465
- msgstr "Jasny Temat"
466
 
467
- #: ../lib/yasr-settings-functions.php:358
468
- msgid "Dark Theme"
469
- msgstr "Ciemny Temat"
 
 
470
 
471
- #: ../lib/yasr-settings-functions.php:376
472
  msgid "Allow only logged-in users"
473
  msgstr "Pozwól tylko zalogowanym"
474
 
475
- #: ../lib/yasr-settings-functions.php:380
476
  msgid "Allow everybody (logged in and anonymous)"
477
  msgstr "Zezwalaj wszystkim (zalogowanym i anonimowym)"
478
 
479
- #: ../lib/yasr-settings-functions.php:397
480
  msgid "Review Rating"
481
  msgstr "Ocena recenzenta"
482
 
483
- #: ../lib/yasr-settings-functions.php:401
484
  msgid "Aggregate Rating"
485
  msgstr "Łączna ocena"
486
 
487
- #: ../lib/yasr-settings-functions.php:406
488
  msgid "What is this?"
489
  msgstr "Co to jest?"
490
 
491
- #: ../lib/yasr-settings-functions.php:411
492
  msgid ""
493
  "If you select \"Review Rating\", your site will be indexed from search "
494
  "engines like this: "
@@ -496,7 +511,7 @@ msgstr ""
496
  "Jeśli wybierzesz \"Ogólną Ocenę\", twoja strona będzie indeksowana w "
497
  "wyszukiwarkach właśnie tak:"
498
 
499
- #: ../lib/yasr-settings-functions.php:416
500
  msgid ""
501
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
502
  "this"
@@ -504,19 +519,44 @@ msgstr ""
504
  "Jeśli zamiast tego wybierzesz \"Łączną Ocenę\", twoja strona będzie "
505
  "indeksowana tak"
506
 
507
- #: ../lib/yasr-settings-functions.php:434
508
  msgid "Stars"
509
  msgstr "Gwiazdki"
510
 
511
- #: ../lib/yasr-settings-functions.php:438
512
  msgid "Numbers"
513
  msgstr "Cyfry"
514
 
515
- #: ../lib/yasr-settings-functions.php:450
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
516
  msgid "Add New Multiple Set"
517
  msgstr "Dodaj nowy zestaw ocen"
518
 
519
- #: ../lib/yasr-settings-functions.php:451
520
  msgid ""
521
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
522
  "characters"
@@ -524,49 +564,49 @@ msgstr ""
524
  "Nazwa, Element#1 i Element#2 MUSZĄ być wypełnione i muszą mieć minimum 3 "
525
  "znaki"
526
 
527
- #: ../lib/yasr-settings-functions.php:454
528
  msgid "Name"
529
  msgstr "Nazwa"
530
 
531
- #: ../lib/yasr-settings-functions.php:459
532
  #, fuzzy
533
  msgid "You can insert up to nine elements"
534
  msgstr "Można wstawić do dziewięciu elementów"
535
 
536
- #: ../lib/yasr-settings-functions.php:464
537
  msgid "Element "
538
  msgstr "Element"
539
 
540
- #: ../lib/yasr-settings-functions.php:474
541
  msgid "Create New Set"
542
  msgstr "Utwórz nowy zestaw"
543
 
544
- #: ../lib/yasr-settings-functions.php:495
545
- #: ../lib/yasr-settings-functions.php:527
546
  msgid "Manage Multiple Set"
547
  msgstr "Zarządzaj Zestawem Ocen"
548
 
549
- #: ../lib/yasr-settings-functions.php:497
550
  msgid "Wich set do you want to edit or remove?"
551
  msgstr "Który zestaw chcesz edytować lub usunąć?"
552
 
553
- #: ../lib/yasr-settings-functions.php:537
554
- #: ../lib/yasr-settings-functions.php:655
555
  msgid "Field name"
556
  msgstr "Nazwa pola"
557
 
558
- #: ../lib/yasr-settings-functions.php:541
559
- #: ../lib/yasr-settings-functions.php:659
560
  msgid "Remove"
561
  msgstr "Usuń"
562
 
563
- #: ../lib/yasr-settings-functions.php:583
564
- #: ../lib/yasr-settings-functions.php:701
565
  msgid "Remove whole set?"
566
  msgstr "Usunąć cały zestaw?"
567
 
568
- #: ../lib/yasr-settings-functions.php:596
569
- #: ../lib/yasr-settings-functions.php:714
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."
@@ -574,56 +614,56 @@ msgstr ""
574
  "Jeśli coś usuniesz to usuniesz wszystkie głosy na tym zestawie lub polu. Ta "
575
  "operacja nie może być cofnięta."
576
 
577
- #: ../lib/yasr-settings-functions.php:603
578
- #: ../lib/yasr-settings-functions.php:721
579
  msgid "You can use up to 9 elements"
580
  msgstr "Możesz użyć do 9 elementów"
581
 
582
- #: ../lib/yasr-settings-functions.php:605
583
- #: ../lib/yasr-settings-functions.php:723
584
  msgid "Add element"
585
  msgstr "Dodaj element"
586
 
587
- #: ../lib/yasr-settings-functions.php:607
588
- #: ../lib/yasr-settings-functions.php:725
589
  msgid "Save changes"
590
  msgstr "Zapisz zmiany"
591
 
592
- #: ../lib/yasr-settings-functions.php:617
593
  msgid "No Multiple Set were found"
594
  msgstr "Nie znalezionu Zestawów Ocen"
595
 
596
- #: ../lib/yasr-settings-functions.php:867
597
- #: ../lib/yasr-settings-functions.php:1135
598
  msgid "Settings Saved"
599
  msgstr "Ustawienia zapisane"
600
 
601
- #: ../lib/yasr-settings-functions.php:872
602
  msgid "Something goes wrong trying insert set field name. Please report it"
603
  msgstr "Coś poszło nie tak podczas próby wstawiania pola nazwy. Zgłoś to"
604
 
605
- #: ../lib/yasr-settings-functions.php:878
606
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
607
  msgstr "Coś poszło nie tak podczas próby wstawiania Zestawu Ocen. Zgłoś to"
608
 
609
- #: ../lib/yasr-settings-functions.php:953
610
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
611
  msgstr "Coś poszło nie tak podczas próby kasowania Zestawu Ocen. Zgłoś to"
612
 
613
- #: ../lib/yasr-settings-functions.php:999
614
  msgid ""
615
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
616
  msgstr ""
617
  "Coś poszło nie tak podczas próby kasowania elementu Mulit Oceny. Zgłoś to"
618
 
619
- #: ../lib/yasr-settings-functions.php:1063
620
  msgid ""
621
  "Something goes wrong trying to update a Multi Set's element. Please report it"
622
  msgstr ""
623
  "Coś poszło nie tak podczas próby aktualizowania elementu Mulit Oceny. Zgłoś "
624
  "to"
625
 
626
- #: ../lib/yasr-settings-functions.php:1120
627
  msgid ""
628
  "Something goes wrong trying to insert set field name in edit form. Please "
629
  "report it"
@@ -631,15 +671,15 @@ msgstr ""
631
  "Coś poszło nie tak podczas próby wstawiania pola nazwa w formularzu edycji. "
632
  "Zgłoś to"
633
 
634
- #: ../lib/yasr-settings-functions.php:1163
635
  msgid "Style Options"
636
  msgstr "Opcje stylu"
637
 
638
- #: ../lib/yasr-settings-functions.php:1164
639
  msgid "Custom CSS Styles"
640
  msgstr "Niestandardowy styl CSS"
641
 
642
- #: ../lib/yasr-settings-functions.php:1169
643
  msgid ""
644
  "Please use text area below to write your own CSS styles to override the "
645
  "default ones."
@@ -647,100 +687,101 @@ msgstr ""
647
  "Użyj pola tekstowego poniżej aby napisać swój własny styl CSS i zastąpić "
648
  "domyślny. "
649
 
650
- #: ../lib/yasr-settings-functions.php:1171
651
  msgid "Leave it blank if you don't know what you're doing"
652
  msgstr "Pozostaw puste, jeśli nie wiesz, co tu wstawić"
653
 
654
- #: ../lib/yasr-settings-functions.php:1194
655
  msgid "Looking for more features?"
656
  msgstr ""
657
 
658
- #: ../lib/yasr-settings-functions.php:1195
659
  msgid "Upgrade to yasr pro!"
660
  msgstr ""
661
 
662
- #: ../lib/yasr-settings-functions.php:1211
663
  msgid "Unlimited ratings and votes"
664
  msgstr ""
665
 
666
- #: ../lib/yasr-settings-functions.php:1217
667
  msgid "Works with shortcodes"
668
  msgstr ""
669
 
670
- #: ../lib/yasr-settings-functions.php:1223
671
  #, fuzzy
672
  msgid "Multi Set Support"
673
  msgstr "Zestaw Ocen"
674
 
675
- #: ../lib/yasr-settings-functions.php:1228
676
  msgid "Logs and stats for visitors votes"
677
  msgstr ""
678
 
679
- #: ../lib/yasr-settings-functions.php:1233
680
  msgid "Localization (.po and .mo files included)"
681
  msgstr ""
682
 
683
- #: ../lib/yasr-settings-functions.php:1238
684
  msgid "Rich Snippet Support"
685
  msgstr ""
686
 
687
- #: ../lib/yasr-settings-functions.php:1243
688
  msgid "Rankings for reviews, votes and users"
689
  msgstr ""
690
 
691
- #: ../lib/yasr-settings-functions.php:1248
692
  msgid "Rankings Customization"
693
  msgstr ""
694
 
695
- #: ../lib/yasr-settings-functions.php:1253
696
  msgid "Stars Customization"
697
  msgstr ""
698
 
699
- #: ../lib/yasr-settings-functions.php:1254
700
  #, fuzzy
701
  msgid "Size Only"
702
  msgstr "Rozmiar"
703
 
704
- #: ../lib/yasr-settings-functions.php:1255
705
  msgid ""
706
  "Users can choose different ready to use sets or can upload their own images."
707
  msgstr ""
708
 
709
- #: ../lib/yasr-settings-functions.php:1258
710
- msgid "Visitors can vote on Multi Set"
711
- msgstr ""
712
-
713
- #: ../lib/yasr-settings-functions.php:1263
714
  msgid "Users can review in comments"
715
  msgstr ""
716
 
717
- #: ../lib/yasr-settings-functions.php:1274
718
  msgid "Not avaible yet"
719
  msgstr ""
720
 
721
- #: ../lib/yasr-settings-functions.php:1306
722
- #: ../lib/yasr-settings-functions.php:1333
723
  msgid "Follow YASR official site!"
724
  msgstr ""
725
 
726
- #: ../lib/yasr-settings-functions.php:1363
727
  msgid "No previous Gd Star Rating installation was found"
728
  msgstr "Nie znaleziono wcześniejszych instalacji Gd Star Rating"
729
 
730
- #: ../lib/yasr-db-functions.php:280
731
  #, fuzzy
732
  msgid "No recenet votes yet"
733
  msgstr "Brak najnowszych głosów"
734
 
735
- #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
736
  msgid "anonymous"
737
  msgstr "Anonim"
738
 
739
- #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
 
 
 
 
 
740
  msgid "Ip address"
741
  msgstr "Adres IP"
742
 
743
- #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
744
  msgid "Pages"
745
  msgstr "Strony"
746
 
@@ -748,52 +789,44 @@ msgstr "Strony"
748
  msgid "Yet Another Stars Rating: Settings"
749
  msgstr "Yet Another Stars Rating: Ustawienia"
750
 
751
- #: ../lib/yasr-functions.php:143
752
- msgid "YASR"
753
- msgstr ""
754
-
755
- #: ../lib/yasr-functions.php:144
756
  msgid "Yet Another Stars Rating: Multiple set"
757
  msgstr "Yet Another Stars Rating: Zestaw Ocen"
758
 
759
- #: ../lib/yasr-functions.php:150
760
- msgid "Overall Rating"
761
- msgstr "Ocena ogólna"
762
-
763
- #: ../lib/yasr-functions.php:160
764
  msgid "You don't have enought privileges to insert Overall Rating"
765
  msgstr "Nie masz wystarczającyh uprawnień aby wstawić Ogólną Ocenę"
766
 
767
- #: ../lib/yasr-functions.php:170
768
  msgid "You don't have enought privileges to insert Multi Set"
769
  msgstr "Nie masz wystarczającyh uprawnień aby wstawić Zestaw Ocen"
770
 
771
- #: ../lib/yasr-functions.php:310
772
  msgid " reviewed by "
773
  msgstr " zrecenzowane przez "
774
 
775
- #: ../lib/yasr-functions.php:311
776
  msgid " on "
777
  msgstr " dnia "
778
 
779
- #: ../lib/yasr-functions.php:312
780
  msgid " rated "
781
  msgstr " ocena "
782
 
783
- #: ../lib/yasr-functions.php:312
784
  msgid " of"
785
  msgstr ""
786
 
787
- #: ../lib/yasr-functions.php:359
788
  #, fuzzy
789
  msgid " written by "
790
  msgstr " zrecenzowane przez "
791
 
792
- #: ../lib/yasr-functions.php:361
793
  msgid " average rating "
794
  msgstr "średnia ocen"
795
 
796
- #: ../lib/yasr-functions.php:362
797
  msgid " user ratings"
798
  msgstr "oceny użytkowników"
799
 
@@ -815,136 +848,150 @@ msgstr "Coś poszło nie tak podczas próby wstawiania pola nazwy. Zgłoś to"
815
  msgid "Choose a vote for each element"
816
  msgstr "Wybierz głos dla każdego elementu"
817
 
818
- #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
819
- msgid "Remember to insert this shortcode"
820
- msgstr "Pamiętaj aby wstawić ten kod"
 
821
 
822
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
823
- msgid "where you want to display this multi set"
824
- msgstr "tam gdzie chcesz wyświetlić ten zestaw ocen"
 
 
825
 
826
- #: ../lib/yasr-ajax-functions.php:265
827
  msgid "Choose a vote for every element"
828
  msgstr "Wybierz głos dla każdego elementu"
829
 
830
- #: ../lib/yasr-ajax-functions.php:432
831
  msgid "Main"
832
  msgstr "Głowne"
833
 
834
- #: ../lib/yasr-ajax-functions.php:433
835
  msgid "Charts"
836
  msgstr "Wykresy"
837
 
838
- #: ../lib/yasr-ajax-functions.php:435
839
  msgid "Read the doc"
840
  msgstr "Przeczytaj dokumentacje"
841
 
842
- #: ../lib/yasr-ajax-functions.php:444
843
  msgid "Overall Rating / Review"
844
  msgstr "Ogólna ocena / przegląd"
845
 
846
- #: ../lib/yasr-ajax-functions.php:446
847
  msgid "Insert Overall Rating"
848
  msgstr "Wstaw ogolny ranking"
849
 
850
- #: ../lib/yasr-ajax-functions.php:447
851
  msgid "Insert Overall Rating / Review for this post"
852
  msgstr "Wstaw Ogólny Ranking / Oceny dla wpisu"
853
 
854
- #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
855
  msgid "Choose Size"
856
  msgstr "Wybierz rozmiar"
857
 
858
- #: ../lib/yasr-ajax-functions.php:464
859
  msgid "Insert Visitor Votes"
860
  msgstr "Wstaw głosowanie gości"
861
 
862
- #: ../lib/yasr-ajax-functions.php:465
863
  msgid "Insert the ability for your visitor to vote"
864
  msgstr "Wstaw głosowanie dla gości"
865
 
866
- #: ../lib/yasr-ajax-functions.php:482
867
  msgid "If you want to insert a Multi Set, pick one:"
868
  msgstr "Jeśli chcesz wstawić Zestaw Ocen, wybierz jeden:"
869
 
870
- #: ../lib/yasr-ajax-functions.php:488
871
  msgid "Choose wich set you want to insert."
872
  msgstr "Wybierz zestaw, który chcesz wstawić."
873
 
874
- #: ../lib/yasr-ajax-functions.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
875
  msgid "Insert Multiset:"
876
  msgstr "Wstaw Zestaw Ocen"
877
 
878
- #: ../lib/yasr-ajax-functions.php:499
879
  msgid "Insert Multiple Set"
880
  msgstr "Wstaw Zestaw Ocen"
881
 
882
- #: ../lib/yasr-ajax-functions.php:500
883
- msgid "Insert multiple set in this post ?"
884
- msgstr "Dodać Zestaw Ocen do tego wpisu?"
885
-
886
- #: ../lib/yasr-ajax-functions.php:515
887
  msgid "Ranking reviews"
888
  msgstr ""
889
 
890
- #: ../lib/yasr-ajax-functions.php:516
891
  #, fuzzy
892
  msgid "Insert Ranking reviews"
893
  msgstr "Wstaw Top 5 aktywnych oceniających"
894
 
895
- #: ../lib/yasr-ajax-functions.php:517
896
  #, fuzzy
897
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
898
  msgstr "Wstaw Top 10 postów gości"
899
 
900
- #: ../lib/yasr-ajax-functions.php:521
901
  #, fuzzy
902
  msgid "Users' ranking"
903
  msgstr "Wstaw ogolny ranking"
904
 
905
- #: ../lib/yasr-ajax-functions.php:522
906
  #, fuzzy
907
  msgid "Insert Users ranking"
908
  msgstr "Wstaw ogolny ranking"
909
 
910
- #: ../lib/yasr-ajax-functions.php:523
911
  #, fuzzy
912
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
913
  msgstr "Wstaw Top 10 postów gości"
914
 
915
- #: ../lib/yasr-ajax-functions.php:527
916
  msgid "Most active reviewers"
917
  msgstr "Najbardziej aktywny recenzent"
918
 
919
- #: ../lib/yasr-ajax-functions.php:528
920
  #, fuzzy
921
  msgid "Insert Most Active Reviewers"
922
  msgstr "Wstaw Top 5 najaktywniejszych oceniających"
923
 
924
- #: ../lib/yasr-ajax-functions.php:529
925
  msgid "Insert Top 5 active reviewers"
926
  msgstr "Wstaw Top 5 aktywnych oceniających"
927
 
928
- #: ../lib/yasr-ajax-functions.php:533
929
  #, fuzzy
930
  msgid "Most Active Users"
931
  msgstr "Najaktywniejsi użytkownicy"
932
 
933
- #: ../lib/yasr-ajax-functions.php:534
934
  #, fuzzy
935
  msgid "Insert Most Active Users"
936
  msgstr "Wstaw Top 10 najaktywniejszych użytkowników"
937
 
938
- #: ../lib/yasr-ajax-functions.php:535
939
  #, fuzzy
940
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
941
  msgstr "Wstaw Top 10 postów gości"
942
 
943
- #: ../lib/yasr-ajax-functions.php:606
944
  msgid "Reviews and Visitor Votes have been successfull imported."
945
  msgstr "Opinie i Oceny gości zostały zaimportowane."
946
 
947
- #: ../lib/yasr-ajax-functions.php:612
948
  msgid ""
949
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
950
  "THIS MAY TAKE A WHILE!"
@@ -952,87 +999,117 @@ msgstr ""
952
  "Krok 2: Sprawdzę, czy stosuje się Zestawy Ocen, a jeśli tak będę je "
953
  "importować. TO MOŻE CHWILĘ POTRWAĆ!"
954
 
955
- #: ../lib/yasr-ajax-functions.php:614
956
  msgid "Proceed Step 2"
957
  msgstr "Następny krok 2"
958
 
959
- #: ../lib/yasr-ajax-functions.php:621
960
  msgid "Something goes wrong! Refresh the page and try again!"
961
  msgstr "Coś poszło nie tak! Odśwież stronę i spróbuj jeszcze raz!"
962
 
963
- #: ../lib/yasr-ajax-functions.php:650
964
  msgid "I've found Multiple Set! Importing..."
965
  msgstr "Znalazłem Zestaw Ocen! Importuje..."
966
 
967
- #: ../lib/yasr-ajax-functions.php:659
968
  msgid "Multi Set's name has been successfull imported."
969
  msgstr "Nazwa Zestawu Oceny została zaimportowana pomyślnie."
970
 
971
- #: ../lib/yasr-ajax-functions.php:661
972
  msgid "Now I'm going to import Multi Set data"
973
  msgstr "Teraz zaimportuje dane Zestawu Ocen"
974
 
975
- #: ../lib/yasr-ajax-functions.php:672
976
  msgid "All votes has been successfull imported."
977
  msgstr "Wszystkie głosy zostały pomyślnie zaimportowane."
978
 
979
- #: ../lib/yasr-ajax-functions.php:674
980
  msgid "Done"
981
  msgstr "Skończone"
982
 
983
- #: ../lib/yasr-ajax-functions.php:679
984
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
985
  msgstr "Znalazłem głosy Zestawu Ocen ale nie mogłem ich dodać do bazy"
986
 
987
- #: ../lib/yasr-ajax-functions.php:687
988
  msgid "I've found Multi Set but with no data"
989
  msgstr "Znalazłem Zestaw Ocen ale bez danych"
990
 
991
- #: ../lib/yasr-ajax-functions.php:696
992
  msgid "I've found Multi Sets names but I couldn't insert into db"
993
  msgstr "Znalazłem nazwy Multi Zestawów ale nie mogłem zamieścić ich w bazie"
994
 
995
- #: ../lib/yasr-ajax-functions.php:704
996
  msgid "Multisets were not found. Imported is done!"
997
  msgstr "Zestaw Ocen nie znaleziony. Importowanie zakończone!"
998
 
999
- #: ../lib/yasr-ajax-functions.php:748
1000
  msgid "No Recenet votes yet"
1001
  msgstr "Brak najnowszych głosów"
1002
 
1003
- #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
 
 
 
 
 
1004
  msgid "Error: you can't vote 0"
1005
  msgstr ""
1006
 
1007
- #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
1008
- msgid "Average rating"
1009
- msgstr "Średnia ocen"
 
1010
 
1011
- #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1012
  msgid "Vote Saved"
1013
  msgstr "Głos zapisany"
1014
 
1015
- #: ../lib/yasr-ajax-functions.php:1149
1016
  #, fuzzy
1017
  msgid "Vote updated"
1018
  msgstr "Głos zaktualizowany"
1019
 
1020
- #: ../lib/yasr-ajax-functions.php:1220
1021
- msgid "Average "
1022
- msgstr "Średnia"
1023
-
1024
- #: ../lib/yasr-ajax-functions.php:1231
1025
  #, fuzzy
1026
- msgid "You've already voted this article"
1027
- msgstr "Już oceniałeś. Twoja ocena to"
1028
 
1029
- #: ../lib/yasr-ajax-functions.php:1356
 
 
 
 
1030
  #, fuzzy
1031
  msgid "stars"
1032
  msgstr "Gwiazdki"
1033
 
1034
- #~ msgid "'bad', 'poor', 'ok', 'good', 'super'"
1035
- #~ msgstr "'zły', 'słaby', 'ok', 'dobry', 'super'"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1036
 
1037
  #~ msgid " on 5.0"
1038
  #~ msgstr " na 5.0"
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"
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
 
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"
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
 
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
 
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
  "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
  "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
  "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. "
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
 
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
  "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 "
300
  "Problem podczas pobierania wykresu Top 10 aktywnych użytkowników. Czy na "
301
  "pewno masz już jakieś głosy do pokazania?"
302
 
303
+ #: ../lib/yasr-settings-functions.php:52
304
  msgid "General settings"
305
  msgstr "Ustawienia ogólne"
306
 
307
+ #: ../lib/yasr-settings-functions.php:53
308
  msgid "Auto insert options"
309
  msgstr "Opcje auto wstawiania"
310
 
311
+ #: ../lib/yasr-settings-functions.php:54
312
  #, fuzzy
313
  msgid "Show \"Overall Rating\" in Archive Page?"
314
  msgstr "Pokazać \"Ogólną Ocenę\" na stronie głównej?"
315
 
316
+ #: ../lib/yasr-settings-functions.php:55
317
  msgid "Show \"Visitor Votes\" in Archive Page?"
318
  msgstr ""
319
 
320
+ #: ../lib/yasr-settings-functions.php:56
321
  msgid "Insert custom text to show before / after stars"
322
  msgstr "Wstaw własny tekst, aby pokazać przed / po gwiazdkach"
323
 
324
+ #: ../lib/yasr-settings-functions.php:57
325
  msgid "Do you want show stats for visitors votes?"
326
  msgstr ""
327
 
328
+ #: ../lib/yasr-settings-functions.php:58
 
 
 
 
329
  msgid "Allow only logged in user to vote?"
330
  msgstr "Zezwalać na głosowanie tylko zalogowanym?"
331
 
332
+ #: ../lib/yasr-settings-functions.php:59
333
  msgid "Which rich snippets do you want to use?"
334
  msgstr "Jaki rodzaj \"rich snippets\" chcesz używać?"
335
 
336
+ #: ../lib/yasr-settings-functions.php:60
337
  #, fuzzy
338
  msgid "How do you want to rate \"Overall Rating\"?"
339
  msgstr "Jak chcesz oceniać w \"Ogólna ocena\"?"
340
 
341
+ #: ../lib/yasr-settings-functions.php:74
342
  msgid "Use Auto Insert?"
343
  msgstr "Użyć auto wstawianie?"
344
 
345
+ #: ../lib/yasr-settings-functions.php:77
346
+ #: ../lib/yasr-settings-functions.php:146
347
+ #: ../lib/yasr-settings-functions.php:164
348
+ #: ../lib/yasr-settings-functions.php:206
349
+ #: ../lib/yasr-settings-functions.php:232
350
+ #: ../lib/yasr-settings-functions.php:266
351
+ #: ../lib/yasr-settings-functions.php:321
352
  msgid "Yes"
353
  msgstr "Tak"
354
 
355
+ #: ../lib/yasr-settings-functions.php:91
356
+ #: ../lib/yasr-settings-functions.php:151
357
+ #: ../lib/yasr-settings-functions.php:169
358
+ #: ../lib/yasr-settings-functions.php:211
359
+ #: ../lib/yasr-settings-functions.php:237
360
+ #: ../lib/yasr-settings-functions.php:271
361
+ #: ../lib/yasr-settings-functions.php:326
362
  msgid "No"
363
  msgstr "Nie"
364
 
365
+ #: ../lib/yasr-settings-functions.php:97
366
  msgid "What?"
367
  msgstr "Co?"
368
 
369
+ #: ../lib/yasr-settings-functions.php:100
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
 
377
+ #: ../lib/yasr-settings-functions.php:108
378
  msgid "Both"
379
  msgstr "Oba"
380
 
381
+ #: ../lib/yasr-settings-functions.php:112
382
  msgid "Where?"
383
  msgstr "Gdzie?"
384
 
385
+ #: ../lib/yasr-settings-functions.php:115
386
  msgid "Before the post"
387
  msgstr "Przed wpisem"
388
 
389
+ #: ../lib/yasr-settings-functions.php:119
390
  msgid "After the post"
391
  msgstr "Po wpisie"
392
 
393
+ #: ../lib/yasr-settings-functions.php:124
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
 
412
+ #: ../lib/yasr-settings-functions.php:143
413
  msgid "Exclude Pages?"
414
  msgstr "Wykluczyć strony?"
415
 
416
+ #: ../lib/yasr-settings-functions.php:161
417
  msgid "Use only in custom post types?"
418
  msgstr "Używać tylko w niestandardowych postach?"
419
 
420
+ #: ../lib/yasr-settings-functions.php:173
421
  msgid "You see this because you use custom post types."
422
  msgstr "Widzisz to, ponieważ używasz wpisów niestandardowych."
423
 
424
+ #: ../lib/yasr-settings-functions.php:175
425
  msgid "If you want to use auto insert only in custom post types, choose Yes"
426
  msgstr ""
427
  "Jeśli chcesz użyć auto wstawiania tylko na niestandardowych wpisach, wybierz "
428
  "Tak"
429
 
430
+ #: ../lib/yasr-settings-functions.php:215
431
  msgid ""
432
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
433
  "article or page, but also in pages like Home Page, category pages or "
437
  "pojedyńczym artykule czy stronie ale też na stronie domowej, w kategoriach "
438
  "stron i archiwum."
439
 
440
+ #: ../lib/yasr-settings-functions.php:241
441
  #, fuzzy
442
  msgid ""
443
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
448
  "pojedyńczym artykule czy stronie ale też na stronie domowej, w kategoriach "
449
  "stron i archiwum."
450
 
451
+ #: ../lib/yasr-settings-functions.php:276
452
  msgid "Custom text to display before Overall Rating"
453
  msgstr "Niestandardowy tekst do wyświetlenia przed Ogólną Oceną"
454
 
455
+ #: ../lib/yasr-settings-functions.php:281
456
+ #, fuzzy
457
+ msgid "Custom text to display BEFORE Visitor Rating"
458
+ msgstr "Niestandardowy tekst do wyświetlenia przed Oceną Gości"
459
+
460
+ #: ../lib/yasr-settings-functions.php:287
461
+ #, fuzzy
462
+ msgid "Custom text to display AFTER Visitor Rating"
463
  msgstr "Niestandardowy tekst do wyświetlenia przed Oceną Gości"
464
 
465
+ #: ../lib/yasr-settings-functions.php:292
466
  msgid "Custom text to display when a non logged user has already rated"
467
  msgstr ""
468
  "Niestandardowy tekst do wyświetlenia gdy niezalogowany użytkownik już ocenił"
469
 
470
+ #: ../lib/yasr-settings-functions.php:297
471
+ msgid "Help"
 
 
472
  msgstr ""
473
 
474
+ #: ../lib/yasr-settings-functions.php:301
475
+ msgid ""
476
+ "In the first field you can use %overall_rating% pattern to show the overall "
477
+ "rating."
478
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
479
 
480
+ #: ../lib/yasr-settings-functions.php:305
481
+ msgid ""
482
+ "In the Second and Third fields you can use %total_count% pattern to show the "
483
+ "total count, and %average% pattern to show the average"
484
+ msgstr ""
485
 
486
+ #: ../lib/yasr-settings-functions.php:344
487
  msgid "Allow only logged-in users"
488
  msgstr "Pozwól tylko zalogowanym"
489
 
490
+ #: ../lib/yasr-settings-functions.php:348
491
  msgid "Allow everybody (logged in and anonymous)"
492
  msgstr "Zezwalaj wszystkim (zalogowanym i anonimowym)"
493
 
494
+ #: ../lib/yasr-settings-functions.php:365
495
  msgid "Review Rating"
496
  msgstr "Ocena recenzenta"
497
 
498
+ #: ../lib/yasr-settings-functions.php:369
499
  msgid "Aggregate Rating"
500
  msgstr "Łączna ocena"
501
 
502
+ #: ../lib/yasr-settings-functions.php:374
503
  msgid "What is this?"
504
  msgstr "Co to jest?"
505
 
506
+ #: ../lib/yasr-settings-functions.php:379
507
  msgid ""
508
  "If you select \"Review Rating\", your site will be indexed from search "
509
  "engines like this: "
511
  "Jeśli wybierzesz \"Ogólną Ocenę\", twoja strona będzie indeksowana w "
512
  "wyszukiwarkach właśnie tak:"
513
 
514
+ #: ../lib/yasr-settings-functions.php:384
515
  msgid ""
516
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
517
  "this"
519
  "Jeśli zamiast tego wybierzesz \"Łączną Ocenę\", twoja strona będzie "
520
  "indeksowana tak"
521
 
522
+ #: ../lib/yasr-settings-functions.php:402
523
  msgid "Stars"
524
  msgstr "Gwiazdki"
525
 
526
+ #: ../lib/yasr-settings-functions.php:406
527
  msgid "Numbers"
528
  msgstr "Cyfry"
529
 
530
+ #: ../lib/yasr-settings-functions.php:431
531
+ msgid "Which color scheme do you want to use?"
532
+ msgstr "Jakich kolorów chcesz użyć?"
533
+
534
+ #: ../lib/yasr-settings-functions.php:452
535
+ msgid "Light"
536
+ msgstr "Jasne"
537
+
538
+ #: ../lib/yasr-settings-functions.php:457
539
+ msgid "Dark"
540
+ msgstr "Ciemne"
541
+
542
+ #: ../lib/yasr-settings-functions.php:462
543
+ msgid "Preview"
544
+ msgstr "Podgląd"
545
+
546
+ #: ../lib/yasr-settings-functions.php:467
547
+ msgid "Light theme"
548
+ msgstr "Jasny Temat"
549
+
550
+ #: ../lib/yasr-settings-functions.php:472
551
+ #, fuzzy
552
+ msgid "Dark theme"
553
+ msgstr "Ciemny Temat"
554
+
555
+ #: ../lib/yasr-settings-functions.php:487
556
  msgid "Add New Multiple Set"
557
  msgstr "Dodaj nowy zestaw ocen"
558
 
559
+ #: ../lib/yasr-settings-functions.php:488
560
  msgid ""
561
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
562
  "characters"
564
  "Nazwa, Element#1 i Element#2 MUSZĄ być wypełnione i muszą mieć minimum 3 "
565
  "znaki"
566
 
567
+ #: ../lib/yasr-settings-functions.php:491
568
  msgid "Name"
569
  msgstr "Nazwa"
570
 
571
+ #: ../lib/yasr-settings-functions.php:496
572
  #, fuzzy
573
  msgid "You can insert up to nine elements"
574
  msgstr "Można wstawić do dziewięciu elementów"
575
 
576
+ #: ../lib/yasr-settings-functions.php:501
577
  msgid "Element "
578
  msgstr "Element"
579
 
580
+ #: ../lib/yasr-settings-functions.php:511
581
  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
 
589
+ #: ../lib/yasr-settings-functions.php:534
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
  "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
 
636
+ #: ../lib/yasr-settings-functions.php:904
637
+ #: ../lib/yasr-settings-functions.php:1172
638
  msgid "Settings Saved"
639
  msgstr "Ustawienia zapisane"
640
 
641
+ #: ../lib/yasr-settings-functions.php:909
642
  msgid "Something goes wrong trying insert set field name. Please report it"
643
  msgstr "Coś poszło nie tak podczas próby wstawiania pola nazwy. Zgłoś to"
644
 
645
+ #: ../lib/yasr-settings-functions.php:915
646
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
647
  msgstr "Coś poszło nie tak podczas próby wstawiania Zestawu Ocen. Zgłoś to"
648
 
649
+ #: ../lib/yasr-settings-functions.php:990
650
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
651
  msgstr "Coś poszło nie tak podczas próby kasowania Zestawu Ocen. Zgłoś to"
652
 
653
+ #: ../lib/yasr-settings-functions.php:1036
654
  msgid ""
655
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
656
  msgstr ""
657
  "Coś poszło nie tak podczas próby kasowania elementu Mulit Oceny. Zgłoś to"
658
 
659
+ #: ../lib/yasr-settings-functions.php:1100
660
  msgid ""
661
  "Something goes wrong trying to update a Multi Set's element. Please report it"
662
  msgstr ""
663
  "Coś poszło nie tak podczas próby aktualizowania elementu Mulit Oceny. Zgłoś "
664
  "to"
665
 
666
+ #: ../lib/yasr-settings-functions.php:1157
667
  msgid ""
668
  "Something goes wrong trying to insert set field name in edit form. Please "
669
  "report it"
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
  "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
 
766
+ #: ../lib/yasr-db-functions.php:310
767
  #, fuzzy
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
 
775
+ #: ../lib/yasr-db-functions.php:334
776
+ #, php-format
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
 
789
  msgid "Yet Another Stars Rating: Settings"
790
  msgstr "Yet Another Stars Rating: Ustawienia"
791
 
792
+ #: ../lib/yasr-functions.php:148
 
 
 
 
793
  msgid "Yet Another Stars Rating: Multiple set"
794
  msgstr "Yet Another Stars Rating: Zestaw Ocen"
795
 
796
+ #: ../lib/yasr-functions.php:159
 
 
 
 
797
  msgid "You don't have enought privileges to insert Overall Rating"
798
  msgstr "Nie masz wystarczającyh uprawnień aby wstawić Ogólną Ocenę"
799
 
800
+ #: ../lib/yasr-functions.php:169
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
 
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
  "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
+
1095
+ #~ msgid "Remember to insert this shortcode"
1096
+ #~ msgstr "Pamiętaj aby wstawić ten kod"
1097
+
1098
+ #~ msgid "where you want to display this multi set"
1099
+ #~ msgstr "tam gdzie chcesz wyświetlić ten zestaw ocen"
1100
+
1101
+ #~ msgid "Insert multiple set in this post ?"
1102
+ #~ msgstr "Dodać Zestaw Ocen do tego wpisu?"
1103
+
1104
+ #~ msgid "Average rating"
1105
+ #~ msgstr "Średnia ocen"
1106
+
1107
+ #~ msgid "Average "
1108
+ #~ msgstr "Średnia"
1109
+
1110
+ #, fuzzy
1111
+ #~ msgid "You've already voted this article"
1112
+ #~ msgstr "Już oceniałeś. Twoja ocena to"
1113
 
1114
  #~ msgid " on 5.0"
1115
  #~ msgstr " na 5.0"
languages/yasr-pt_BR.mo CHANGED
Binary file
languages/yasr-pt_BR.po CHANGED
@@ -1,10 +1,11 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YASR lenguages\n"
4
- "POT-Creation-Date: 2015-03-13 16:34+0100\n"
5
- "PO-Revision-Date: 2015-03-19 10:18+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
 
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -12,7 +13,6 @@ msgstr ""
12
  "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
- "Language: pt_BR\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
@@ -20,7 +20,8 @@ msgstr ""
20
  msgid "Rate this article / item"
21
  msgstr "Classifique este artigo / item"
22
 
23
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:136
 
24
  msgid "Loading, please wait"
25
  msgstr "Carregando, por favor aguarde"
26
 
@@ -28,16 +29,20 @@ msgstr "Carregando, por favor aguarde"
28
  msgid "Save Vote"
29
  msgstr "Salvar Voto"
30
 
31
- #: ../yasr-metabox-top-right.php:164
32
  msgid "This review is about a..."
33
  msgstr "Esta avaliação é sobre..."
34
 
35
- #: ../yasr-metabox-top-right.php:193 ../yasr-metabox-multiple-rating.php:46
36
- #: ../lib/yasr-settings-functions.php:487
 
 
 
 
37
  msgid "Select"
38
  msgstr "Selecionar"
39
 
40
- #: ../yasr-metabox-top-right.php:211
41
  msgid ""
42
  "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> "
43
  "where you want to display this rating"
@@ -47,7 +52,7 @@ msgstr ""
47
 
48
  #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:111
49
  #: ../lib/yasr-ajax-functions.php:44 ../lib/yasr-ajax-functions.php:187
50
- #: ../lib/yasr-ajax-functions.php:332 ../lib/yasr-ajax-functions.php:736
51
  msgid "You do not have sufficient permissions to access this page."
52
  msgstr "Você não tem permissões suficientes para acessar esta página."
53
 
@@ -71,7 +76,8 @@ msgstr "Estilos"
71
  msgid "Pro Features!"
72
  msgstr "Recursos PRO!"
73
 
74
- #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:276
 
75
  msgid "Save"
76
  msgstr "Salvar"
77
 
@@ -134,7 +140,7 @@ msgstr "Gerenciar Mult Set"
134
  msgid "What is a Multi Set?"
135
  msgstr "O que é um Multi Set?"
136
 
137
- #: ../yasr-settings-page.php:204
138
  msgid ""
139
  "Multi Set allows you to insert a rate for each aspect about the product / "
140
  "local business / whetever you're reviewing, example in the image below."
@@ -143,7 +149,7 @@ msgstr ""
143
  "produto / negócio local / qualquer coisa que está a analisar, exemplo na "
144
  "imagem abaixo."
145
 
146
- #: ../yasr-settings-page.php:208
147
  msgid ""
148
  "You can create up to 99 different Multi Set and each one can contain up to 9 "
149
  "different fields. Once you've saved it, you can insert the rates while "
@@ -155,7 +161,7 @@ msgstr ""
155
  "enquanto estiver digitando seu artigo na caixa abaixo o editor, que você "
156
  "pode ver nesta imagem (clique para vê-la maior)"
157
 
158
- #: ../yasr-settings-page.php:212
159
  msgid ""
160
  "In order to insert your Multi Sets into a post or page, you can either past "
161
  "the short code that will appear at the bottom of the box or just click on "
@@ -165,17 +171,17 @@ msgstr ""
165
  "code que irá aparecer na parte inferior da caixa ou apenas clique na estrela "
166
  "no editor gráfico e selecione \"Inserir Multi Set\"."
167
 
168
- #: ../yasr-settings-page.php:218
169
  msgid "Close this message"
170
  msgstr "Fechar esta mensagem"
171
 
172
- #: ../yasr-settings-page.php:246 ../lib/yasr-settings-functions.php:1276
173
- #: ../lib/yasr-settings-functions.php:1302
174
  msgid "Donations"
175
  msgstr "Doações"
176
 
177
- #: ../yasr-settings-page.php:248 ../lib/yasr-settings-functions.php:1278
178
- #: ../lib/yasr-settings-functions.php:1304
179
  msgid ""
180
  "If you have found this plugin useful, please consider making a donation to "
181
  "help support future development. Your support will be much appreciated. "
@@ -184,8 +190,8 @@ msgstr ""
184
  "para ajudar a contribuir para o meu tempo investido e para promover o futuro "
185
  "desenvolvimento. Sua ajuda será muito apreciada."
186
 
187
- #: ../yasr-settings-page.php:250 ../lib/yasr-settings-functions.php:1280
188
- #: ../lib/yasr-settings-functions.php:1306
189
  msgid "Thank you!"
190
  msgstr "Obrigado!"
191
 
@@ -193,76 +199,88 @@ msgstr "Obrigado!"
193
  msgid "Choose wich set you want to use"
194
  msgstr "Escolha o conjunto que você deseja usar"
195
 
196
- #: ../lib/yasr-shortcode-functions.php:185
197
- #: ../lib/yasr-shortcode-functions.php:207
 
198
  msgid "You've already voted this article with"
199
  msgstr "Você já votou neste artigo com"
200
 
201
- #: ../lib/yasr-shortcode-functions.php:218
 
202
  msgid "You must sign to vote"
203
  msgstr "Você precisa estar logado para votar"
204
 
205
- #: ../lib/yasr-shortcode-functions.php:243 ../lib/yasr-ajax-functions.php:1011
206
- #: ../lib/yasr-ajax-functions.php:1019 ../lib/yasr-ajax-functions.php:1148
207
- #: ../lib/yasr-ajax-functions.php:1220
208
  msgid "Total: "
209
  msgstr "Total: "
210
 
211
- #: ../lib/yasr-shortcode-functions.php:243
212
  msgid "Average: "
213
  msgstr "Média: "
214
 
215
- #: ../lib/yasr-shortcode-functions.php:263
216
  msgid "bad, poor, ok, good, super"
217
  msgstr "Detestei, Não Gostei, Gostei, Gostei Muito, Adorei"
218
 
219
- #: ../lib/yasr-shortcode-functions.php:411
 
 
 
 
 
 
 
 
 
 
 
220
  msgid "Rating"
221
  msgstr "Avaliação"
222
 
223
- #: ../lib/yasr-shortcode-functions.php:425
224
  msgid "You don't have any votes stored"
225
  msgstr "Você não tem nenhum voto armazenado"
226
 
227
- #: ../lib/yasr-shortcode-functions.php:461
228
- #: ../lib/yasr-shortcode-functions.php:499
229
  msgid "Post / Page"
230
  msgstr "Post / Página"
231
 
232
- #: ../lib/yasr-shortcode-functions.php:462
233
- #: ../lib/yasr-shortcode-functions.php:500
234
  msgid "Order By"
235
  msgstr "Ordenar Por"
236
 
237
- #: ../lib/yasr-shortcode-functions.php:462
238
- #: ../lib/yasr-shortcode-functions.php:500
239
  msgid "Most Rated"
240
  msgstr "Mais Votados"
241
 
242
- #: ../lib/yasr-shortcode-functions.php:462
243
- #: ../lib/yasr-shortcode-functions.php:500
244
  msgid "Highest Rated"
245
  msgstr "Mais Bem Classificados"
246
 
247
- #: ../lib/yasr-shortcode-functions.php:479
248
- #: ../lib/yasr-shortcode-functions.php:514
249
  msgid "Total:"
250
  msgstr "Total:"
251
 
252
- #: ../lib/yasr-shortcode-functions.php:479
253
- #: ../lib/yasr-shortcode-functions.php:514
254
  msgid "Average"
255
  msgstr "Média"
256
 
257
- #: ../lib/yasr-shortcode-functions.php:491
258
  msgid "You've not enough data"
259
  msgstr "Você não tem dados suficiente"
260
 
261
- #: ../lib/yasr-shortcode-functions.php:526
262
  msgid "You've not enought data"
263
  msgstr "Você não tem dados suficiente"
264
 
265
- #: ../lib/yasr-shortcode-functions.php:611
266
  msgid ""
267
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
268
  "any review?"
@@ -270,7 +288,7 @@ msgstr ""
270
  "Problema ao recuperar os revisores mais ativos do top 5. Você publicou "
271
  "alguma revisão?"
272
 
273
- #: ../lib/yasr-shortcode-functions.php:679
274
  msgid ""
275
  "Problem while retrieving the top 10 active users chart. Are you sure you "
276
  "have votes to show?"
@@ -278,136 +296,132 @@ msgstr ""
278
  "Problema ao recuperar o gráfico de usuários ativos do top 10. Tem certeza de "
279
  "que você tem votos para mostrar?"
280
 
281
- #: ../lib/yasr-settings-functions.php:49
282
  msgid "General settings"
283
  msgstr "Configurações Gerais"
284
 
285
- #: ../lib/yasr-settings-functions.php:50
286
  msgid "Auto insert options"
287
  msgstr "Opções do Auto-Inserir"
288
 
289
- #: ../lib/yasr-settings-functions.php:51
290
  msgid "Show \"Overall Rating\" in Archive Page?"
291
  msgstr "Mostrar \"Classificação Geral\" na página de arquivo?"
292
 
293
- #: ../lib/yasr-settings-functions.php:52
294
  msgid "Show \"Visitor Votes\" in Archive Page?"
295
  msgstr "Mostrar \"Votos de Visitantes\" na página de arquivo?"
296
 
297
- #: ../lib/yasr-settings-functions.php:53
298
  msgid "Insert custom text to show before / after stars"
299
  msgstr "Inserir texto personalizado para mostrar antes / depois das estrelas"
300
 
301
- #: ../lib/yasr-settings-functions.php:54
302
  msgid "Do you want show stats for visitors votes?"
303
  msgstr "Você quer mostrar estatísticas para os votos de visitantes?"
304
 
305
- #: ../lib/yasr-settings-functions.php:55
306
- msgid "Which color scheme do you want to use?"
307
- msgstr "Qual esquema de cor você quer usar?"
308
-
309
- #: ../lib/yasr-settings-functions.php:56
310
  msgid "Allow only logged in user to vote?"
311
  msgstr "Permitir que somente o usuário logado vote?"
312
 
313
- #: ../lib/yasr-settings-functions.php:57
314
  msgid "Which rich snippets do you want to use?"
315
  msgstr "Quais rich snippets você quer usar?"
316
 
317
- #: ../lib/yasr-settings-functions.php:58
318
  msgid "How do you want to rate \"Overall Rating\"?"
319
  msgstr "Como quer taxar a \"Classificação Geral\"?"
320
 
321
- #: ../lib/yasr-settings-functions.php:72
322
  msgid "Use Auto Insert?"
323
  msgstr "Usar Auto-Inserir?"
324
 
325
- #: ../lib/yasr-settings-functions.php:75
326
- #: ../lib/yasr-settings-functions.php:144
327
- #: ../lib/yasr-settings-functions.php:162
328
- #: ../lib/yasr-settings-functions.php:204
329
- #: ../lib/yasr-settings-functions.php:230
330
- #: ../lib/yasr-settings-functions.php:262
331
- #: ../lib/yasr-settings-functions.php:297
332
  msgid "Yes"
333
  msgstr "Sim"
334
 
335
- #: ../lib/yasr-settings-functions.php:89
336
- #: ../lib/yasr-settings-functions.php:149
337
- #: ../lib/yasr-settings-functions.php:167
338
- #: ../lib/yasr-settings-functions.php:209
339
- #: ../lib/yasr-settings-functions.php:235
340
- #: ../lib/yasr-settings-functions.php:267
341
- #: ../lib/yasr-settings-functions.php:302
342
  msgid "No"
343
  msgstr "Não"
344
 
345
- #: ../lib/yasr-settings-functions.php:95
346
  msgid "What?"
347
  msgstr "O quê?"
348
 
349
- #: ../lib/yasr-settings-functions.php:98
350
  msgid "Overall Rating / Author Rating"
351
  msgstr "Classificação Geral / Classificação por Autor"
352
 
353
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:462
354
  msgid "Visitor Votes"
355
  msgstr "Votos de Visitantes"
356
 
357
- #: ../lib/yasr-settings-functions.php:106
358
  msgid "Both"
359
  msgstr "Ambos"
360
 
361
- #: ../lib/yasr-settings-functions.php:110
362
  msgid "Where?"
363
  msgstr "Onde?"
364
 
365
- #: ../lib/yasr-settings-functions.php:113
366
  msgid "Before the post"
367
  msgstr "Antes do post"
368
 
369
- #: ../lib/yasr-settings-functions.php:117
370
  msgid "After the post"
371
  msgstr "Depois do post"
372
 
373
- #: ../lib/yasr-settings-functions.php:122
374
  msgid "Size"
375
  msgstr "Tamanho"
376
 
377
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:452
378
- #: ../lib/yasr-ajax-functions.php:470
379
  msgid "Small"
380
  msgstr "Pequeno"
381
 
382
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:453
383
- #: ../lib/yasr-ajax-functions.php:471
384
  msgid "Medium"
385
  msgstr "Médio"
386
 
387
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:454
388
- #: ../lib/yasr-ajax-functions.php:472
389
  msgid "Large"
390
  msgstr "Grande"
391
 
392
- #: ../lib/yasr-settings-functions.php:141
393
  msgid "Exclude Pages?"
394
  msgstr "Excluir Páginas?"
395
 
396
- #: ../lib/yasr-settings-functions.php:159
397
  msgid "Use only in custom post types?"
398
  msgstr "Usar somente em posts do tipo personalizado?"
399
 
400
- #: ../lib/yasr-settings-functions.php:171
401
  msgid "You see this because you use custom post types."
402
  msgstr "Você vê isso porque você usa posts do tipo personalizado."
403
 
404
- #: ../lib/yasr-settings-functions.php:173
405
  msgid "If you want to use auto insert only in custom post types, choose Yes"
406
  msgstr ""
407
  "Se você quiser usar auto-inserir apenas em posts do tipo personalizado, "
408
  "escolha Sim"
409
 
410
- #: ../lib/yasr-settings-functions.php:213
411
  msgid ""
412
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
413
  "article or page, but also in pages like Home Page, category pages or "
@@ -417,7 +431,7 @@ msgstr ""
417
  "artigo ou página, mas também em páginas como Página Inicial, páginas de "
418
  "categorias ou arquivos."
419
 
420
- #: ../lib/yasr-settings-functions.php:239
421
  msgid ""
422
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
423
  "article or page, but also in pages like Home Page, category pages or "
@@ -427,61 +441,63 @@ msgstr ""
427
  "artigo ou página, mas também em páginas como Página Inicial, páginas de "
428
  "categorias ou arquivos."
429
 
430
- #: ../lib/yasr-settings-functions.php:272
431
  msgid "Custom text to display before Overall Rating"
432
  msgstr "Texto personalizado para exibir antes da Classificação Geral"
433
 
434
- #: ../lib/yasr-settings-functions.php:277
435
- msgid "Custom text to display before Visitor Rating"
 
436
  msgstr "Texto personalizado para exibir antes de um voto de visitante"
437
 
438
- #: ../lib/yasr-settings-functions.php:282
 
 
 
 
 
439
  msgid "Custom text to display when a non logged user has already rated"
440
  msgstr ""
441
  "Texto personalizado para exibir quando um usuário não conectado já tiver "
442
  "votado"
443
 
444
- #: ../lib/yasr-settings-functions.php:320
445
- msgid "Light"
446
- msgstr "Claro"
447
-
448
- #: ../lib/yasr-settings-functions.php:325
449
- msgid "Dark"
450
- msgstr "Escuro"
451
-
452
- #: ../lib/yasr-settings-functions.php:330
453
- msgid "Preview"
454
- msgstr "Pré Visualização"
455
 
456
- #: ../lib/yasr-settings-functions.php:335
457
- msgid "Light theme"
458
- msgstr "Tema claro"
 
 
459
 
460
- #: ../lib/yasr-settings-functions.php:340
461
- msgid "Dark Theme"
462
- msgstr "Tema escuro"
 
 
463
 
464
- #: ../lib/yasr-settings-functions.php:358
465
  msgid "Allow only logged-in users"
466
  msgstr "Permitir apenas usuários logados"
467
 
468
- #: ../lib/yasr-settings-functions.php:362
469
  msgid "Allow everybody (logged in and anonymous)"
470
  msgstr "Permitir para todos (logados e anônimos)"
471
 
472
- #: ../lib/yasr-settings-functions.php:379
473
  msgid "Review Rating"
474
  msgstr "Nota da Classificação"
475
 
476
- #: ../lib/yasr-settings-functions.php:383
477
  msgid "Aggregate Rating"
478
  msgstr "Classificação Agregada"
479
 
480
- #: ../lib/yasr-settings-functions.php:388
481
  msgid "What is this?"
482
  msgstr "O que é isso?"
483
 
484
- #: ../lib/yasr-settings-functions.php:393
485
  msgid ""
486
  "If you select \"Review Rating\", your site will be indexed from search "
487
  "engines like this: "
@@ -489,7 +505,7 @@ msgstr ""
489
  "Se você selecionar \"Nota da Classificação\", seu site será indexado assim "
490
  "por mecanismos de busca: "
491
 
492
- #: ../lib/yasr-settings-functions.php:398
493
  msgid ""
494
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
495
  "this"
@@ -497,19 +513,44 @@ msgstr ""
497
  "Se, em vez disso, você escolhe \"Classificação Agregada\", seu site será "
498
  "indexado assim"
499
 
500
- #: ../lib/yasr-settings-functions.php:416
501
  msgid "Stars"
502
  msgstr "Estrelas"
503
 
504
- #: ../lib/yasr-settings-functions.php:420
505
  msgid "Numbers"
506
  msgstr "Números"
507
 
508
- #: ../lib/yasr-settings-functions.php:432
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
509
  msgid "Add New Multiple Set"
510
  msgstr "Adicionar Novo Multi Set"
511
 
512
- #: ../lib/yasr-settings-functions.php:433
513
  msgid ""
514
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
515
  "characters"
@@ -517,48 +558,48 @@ msgstr ""
517
  "Nome, Elemento#1 e Elemento#2 DEVEM ser preenchidos e devem ter pelo menos 3 "
518
  "caracteres"
519
 
520
- #: ../lib/yasr-settings-functions.php:436
521
  msgid "Name"
522
  msgstr "Nome"
523
 
524
- #: ../lib/yasr-settings-functions.php:441
525
  msgid "You can insert up to nine elements"
526
  msgstr "Você pode inserir até nove elementos"
527
 
528
- #: ../lib/yasr-settings-functions.php:446
529
  msgid "Element "
530
  msgstr "Elemento"
531
 
532
- #: ../lib/yasr-settings-functions.php:456
533
  msgid "Create New Set"
534
  msgstr "Criar Novo Set"
535
 
536
- #: ../lib/yasr-settings-functions.php:477
537
- #: ../lib/yasr-settings-functions.php:509
538
  msgid "Manage Multiple Set"
539
  msgstr "Gerenciar Multi Set"
540
 
541
- #: ../lib/yasr-settings-functions.php:479
542
  msgid "Wich set do you want to edit or remove?"
543
  msgstr "Qual set você quer editar ou remover?"
544
 
545
- #: ../lib/yasr-settings-functions.php:519
546
- #: ../lib/yasr-settings-functions.php:637
547
  msgid "Field name"
548
  msgstr "Nome do campo"
549
 
550
- #: ../lib/yasr-settings-functions.php:523
551
- #: ../lib/yasr-settings-functions.php:641
552
  msgid "Remove"
553
  msgstr "Remover"
554
 
555
- #: ../lib/yasr-settings-functions.php:565
556
- #: ../lib/yasr-settings-functions.php:683
557
  msgid "Remove whole set?"
558
  msgstr "Remover o set inteiro?"
559
 
560
- #: ../lib/yasr-settings-functions.php:578
561
- #: ../lib/yasr-settings-functions.php:696
562
  msgid ""
563
  "If you remove something you will remove all the votes for that set or field. "
564
  "This operation CAN'T BE undone."
@@ -566,61 +607,61 @@ msgstr ""
566
  "Se você remover alguma coisa isso irá remover todos os votos deste set ou "
567
  "campo. Esta operação NÃO PODE ser desfeita."
568
 
569
- #: ../lib/yasr-settings-functions.php:585
570
- #: ../lib/yasr-settings-functions.php:703
571
  msgid "You can use up to 9 elements"
572
  msgstr "Você pode usar até 9 elementos"
573
 
574
- #: ../lib/yasr-settings-functions.php:587
575
- #: ../lib/yasr-settings-functions.php:705
576
  msgid "Add element"
577
  msgstr "Adicionar elemento"
578
 
579
- #: ../lib/yasr-settings-functions.php:589
580
- #: ../lib/yasr-settings-functions.php:707
581
  msgid "Save changes"
582
  msgstr "Salvar alterações"
583
 
584
- #: ../lib/yasr-settings-functions.php:599
585
  msgid "No Multiple Set were found"
586
  msgstr "Nenhum Multi Set foi encontrado"
587
 
588
- #: ../lib/yasr-settings-functions.php:849
589
- #: ../lib/yasr-settings-functions.php:1117
590
  msgid "Settings Saved"
591
  msgstr "Configurações salvas"
592
 
593
- #: ../lib/yasr-settings-functions.php:854
594
  msgid "Something goes wrong trying insert set field name. Please report it"
595
  msgstr ""
596
  "Algo saiu errado ao tentar inserir nome do campo definido. Por favor reporte "
597
  "isso"
598
 
599
- #: ../lib/yasr-settings-functions.php:860
600
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
601
  msgstr ""
602
  "Algo saiu errado ao tentar inserir nome do Multi Set definido. Por favor "
603
  "reporte isso"
604
 
605
- #: ../lib/yasr-settings-functions.php:935
606
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
607
  msgstr "Algo saiu errado ao tentar apagar um Multi Set. Por favor reporte isso"
608
 
609
- #: ../lib/yasr-settings-functions.php:981
610
  msgid ""
611
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
612
  msgstr ""
613
  "Algo saiu errado ao tentar apagar o elemento de um Multi Set. Por favor "
614
  "reporte isso"
615
 
616
- #: ../lib/yasr-settings-functions.php:1045
617
  msgid ""
618
  "Something goes wrong trying to update a Multi Set's element. Please report it"
619
  msgstr ""
620
  "Algo saiu errado ao tentar atualizar o elemento de um Multi Set. Por favor "
621
  "reporte isso"
622
 
623
- #: ../lib/yasr-settings-functions.php:1102
624
  msgid ""
625
  "Something goes wrong trying to insert set field name in edit form. Please "
626
  "report it"
@@ -628,15 +669,15 @@ msgstr ""
628
  "Algo saiu errado ao tentar inserir o nome do campo definido no formulário de "
629
  "edição. Por favor reporte isso"
630
 
631
- #: ../lib/yasr-settings-functions.php:1145
632
  msgid "Style Options"
633
  msgstr "Opções de Estilo"
634
 
635
- #: ../lib/yasr-settings-functions.php:1146
636
  msgid "Custom CSS Styles"
637
  msgstr "Estilos CSS Personalizados"
638
 
639
- #: ../lib/yasr-settings-functions.php:1151
640
  msgid ""
641
  "Please use text area below to write your own CSS styles to override the "
642
  "default ones."
@@ -644,99 +685,100 @@ msgstr ""
644
  "Por favor, use a área de texto abaixo para escrever seus próprios estilos "
645
  "CSS para substituir o padrão."
646
 
647
- #: ../lib/yasr-settings-functions.php:1153
648
  msgid "Leave it blank if you don't know what you're doing"
649
  msgstr "Deixe em branco se você não sabe o que está fazendo"
650
 
651
- #: ../lib/yasr-settings-functions.php:1176
652
  msgid "Looking for more features?"
653
  msgstr "Procurando por mais recursos?"
654
 
655
- #: ../lib/yasr-settings-functions.php:1177
656
  msgid "Upgrade to yasr pro!"
657
  msgstr "Atualize para yasr pro!"
658
 
659
- #: ../lib/yasr-settings-functions.php:1193
660
  msgid "Unlimited ratings and votes"
661
  msgstr "Votos e classificações ilimitadas"
662
 
663
- #: ../lib/yasr-settings-functions.php:1199
664
  msgid "Works with shortcodes"
665
  msgstr "Funciona com shortcodes"
666
 
667
- #: ../lib/yasr-settings-functions.php:1205
668
  msgid "Multi Set Support"
669
  msgstr "Suporte ao Multi Set"
670
 
671
- #: ../lib/yasr-settings-functions.php:1210
672
  msgid "Logs and stats for visitors votes"
673
  msgstr "Logs e estatísticas para os votos de visitantes"
674
 
675
- #: ../lib/yasr-settings-functions.php:1215
676
  msgid "Localization (.po and .mo files included)"
677
  msgstr "Localização (arquivos .po e. mo incluídos)"
678
 
679
- #: ../lib/yasr-settings-functions.php:1220
680
  msgid "Rich Snippet Support"
681
  msgstr "Suporte a Rich Snippet"
682
 
683
- #: ../lib/yasr-settings-functions.php:1225
684
  msgid "Rankings for reviews, votes and users"
685
  msgstr "Rankings para comentários, votos e usuários"
686
 
687
- #: ../lib/yasr-settings-functions.php:1230
688
  msgid "Rankings Customization"
689
  msgstr "Personalização de rankings"
690
 
691
- #: ../lib/yasr-settings-functions.php:1235
692
  msgid "Stars Customization"
693
  msgstr "Personalização de estrelas"
694
 
695
- #: ../lib/yasr-settings-functions.php:1236
696
  msgid "Size Only"
697
  msgstr "Tamanho Apenas"
698
 
699
- #: ../lib/yasr-settings-functions.php:1237
700
  msgid ""
701
  "Users can choose different ready to use sets or can upload their own images."
702
  msgstr ""
703
  "Os usuários podem escolher diferentes sets pronto para usar ou podem "
704
  "carregar suas próprias imagens."
705
 
706
- #: ../lib/yasr-settings-functions.php:1240
707
- msgid "Visitors can vote on Multi Set"
708
- msgstr "Os visitantes podem votar em um Multi Set"
709
-
710
- #: ../lib/yasr-settings-functions.php:1245
711
  msgid "Users can review in comments"
712
  msgstr "Os usuários podem avaliar comentários"
713
 
714
- #: ../lib/yasr-settings-functions.php:1256
715
  msgid "Not avaible yet"
716
  msgstr "Não disponível ainda"
717
 
718
- #: ../lib/yasr-settings-functions.php:1288
719
- #: ../lib/yasr-settings-functions.php:1315
720
  msgid "Follow YASR official site!"
721
  msgstr "Siga o site oficial do YASR!"
722
 
723
- #: ../lib/yasr-settings-functions.php:1345
724
  msgid "No previous Gd Star Rating installation was found"
725
  msgstr "Nenhuma instalação do Gd Star Rating anterior foi encontrada"
726
 
727
- #: ../lib/yasr-db-functions.php:280
728
  msgid "No recenet votes yet"
729
  msgstr "Nenhum voto recente ainda"
730
 
731
- #: ../lib/yasr-db-functions.php:295 ../lib/yasr-ajax-functions.php:761
732
  msgid "anonymous"
733
  msgstr "anônimo"
734
 
735
- #: ../lib/yasr-db-functions.php:318 ../lib/yasr-ajax-functions.php:784
 
 
 
 
 
736
  msgid "Ip address"
737
  msgstr "Endereço de IP"
738
 
739
- #: ../lib/yasr-db-functions.php:359 ../lib/yasr-ajax-functions.php:825
740
  msgid "Pages"
741
  msgstr "Páginas"
742
 
@@ -744,51 +786,43 @@ msgstr "Páginas"
744
  msgid "Yet Another Stars Rating: Settings"
745
  msgstr "Yet Another Stars Rating: Configurações"
746
 
747
- #: ../lib/yasr-functions.php:143
748
- msgid "YASR"
749
- msgstr "YASR"
750
-
751
- #: ../lib/yasr-functions.php:144
752
  msgid "Yet Another Stars Rating: Multiple set"
753
  msgstr "Yet Another Stars Rating: Multiple set"
754
 
755
- #: ../lib/yasr-functions.php:150
756
- msgid "Overall Rating"
757
- msgstr "Classificação geral"
758
-
759
- #: ../lib/yasr-functions.php:160
760
  msgid "You don't have enought privileges to insert Overall Rating"
761
  msgstr "Você não tem privilégios suficientes para inserir Classificação Geral"
762
 
763
- #: ../lib/yasr-functions.php:170
764
  msgid "You don't have enought privileges to insert Multi Set"
765
  msgstr "Você não tem privilégios suficientes para inserir Multi Set"
766
 
767
- #: ../lib/yasr-functions.php:310
768
  msgid " reviewed by "
769
  msgstr " avaliado por "
770
 
771
- #: ../lib/yasr-functions.php:311
772
  msgid " on "
773
  msgstr " em "
774
 
775
- #: ../lib/yasr-functions.php:312
776
  msgid " rated "
777
  msgstr " votado "
778
 
779
- #: ../lib/yasr-functions.php:312
780
  msgid " of"
781
  msgstr " de "
782
 
783
- #: ../lib/yasr-functions.php:359
784
  msgid " written by "
785
  msgstr " escrito por "
786
 
787
- #: ../lib/yasr-functions.php:361
788
  msgid " average rating "
789
  msgstr " classificação média "
790
 
791
- #: ../lib/yasr-functions.php:362
792
  msgid " user ratings"
793
  msgstr "votos de usuários"
794
 
@@ -810,127 +844,141 @@ msgstr ""
810
  msgid "Choose a vote for each element"
811
  msgstr "Escolha um voto para cada elemento"
812
 
813
- #: ../lib/yasr-ajax-functions.php:255 ../lib/yasr-ajax-functions.php:298
814
- msgid "Remember to insert this shortcode"
815
- msgstr "Lembre-se de inserir este shortcode"
 
816
 
817
- #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:300
818
- msgid "where you want to display this multi set"
819
- msgstr "onde você deseja exibir este Multi Set"
 
 
820
 
821
- #: ../lib/yasr-ajax-functions.php:265
822
  msgid "Choose a vote for every element"
823
  msgstr "Escolha um voto para todos elementos"
824
 
825
- #: ../lib/yasr-ajax-functions.php:432
826
  msgid "Main"
827
  msgstr "Principal"
828
 
829
- #: ../lib/yasr-ajax-functions.php:433
830
  msgid "Charts"
831
  msgstr "Gráficos"
832
 
833
- #: ../lib/yasr-ajax-functions.php:435
834
  msgid "Read the doc"
835
  msgstr "Ler a documentação"
836
 
837
- #: ../lib/yasr-ajax-functions.php:444
838
  msgid "Overall Rating / Review"
839
  msgstr "Classificação Geral / Revisão"
840
 
841
- #: ../lib/yasr-ajax-functions.php:446
842
  msgid "Insert Overall Rating"
843
  msgstr "Inserir Classificação Geral"
844
 
845
- #: ../lib/yasr-ajax-functions.php:447
846
  msgid "Insert Overall Rating / Review for this post"
847
  msgstr "Inserir Classificação Geral / Revisão para este post"
848
 
849
- #: ../lib/yasr-ajax-functions.php:450 ../lib/yasr-ajax-functions.php:468
850
  msgid "Choose Size"
851
  msgstr "Escolher Tamanho"
852
 
853
- #: ../lib/yasr-ajax-functions.php:464
854
  msgid "Insert Visitor Votes"
855
  msgstr "Inserir Voto de Visitantes"
856
 
857
- #: ../lib/yasr-ajax-functions.php:465
858
  msgid "Insert the ability for your visitor to vote"
859
  msgstr "Inserir a habilidade para o seu visitante votar"
860
 
861
- #: ../lib/yasr-ajax-functions.php:482
862
  msgid "If you want to insert a Multi Set, pick one:"
863
  msgstr "Se você quer inserir um Multi Set, escolha um:"
864
 
865
- #: ../lib/yasr-ajax-functions.php:488
866
  msgid "Choose wich set you want to insert."
867
  msgstr "Escolha qual set você quer inserir."
868
 
869
- #: ../lib/yasr-ajax-functions.php:496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
870
  msgid "Insert Multiset:"
871
  msgstr "Inserir Multi Set"
872
 
873
- #: ../lib/yasr-ajax-functions.php:499
874
  msgid "Insert Multiple Set"
875
  msgstr "Inserir Set Múltiplo"
876
 
877
- #: ../lib/yasr-ajax-functions.php:500
878
- msgid "Insert multiple set in this post ?"
879
- msgstr "Inserir set múltiplo neste post?"
880
-
881
- #: ../lib/yasr-ajax-functions.php:515
882
  msgid "Ranking reviews"
883
  msgstr "Ranking de Avaliações"
884
 
885
- #: ../lib/yasr-ajax-functions.php:516
886
  msgid "Insert Ranking reviews"
887
  msgstr "Inserir Ranking de Avaliações"
888
 
889
- #: ../lib/yasr-ajax-functions.php:517
890
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
891
  msgstr "Inserir Top 10 ranking para o shortcode [yasr_overall_rating]"
892
 
893
- #: ../lib/yasr-ajax-functions.php:521
894
  msgid "Users' ranking"
895
  msgstr "Ranking de Usuários"
896
 
897
- #: ../lib/yasr-ajax-functions.php:522
898
  msgid "Insert Users ranking"
899
  msgstr "Inserir Ranking de Usuários"
900
 
901
- #: ../lib/yasr-ajax-functions.php:523
902
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
903
  msgstr "Inserir Top 10 ranking para o shortcode [yasr_visitor_votes]"
904
 
905
- #: ../lib/yasr-ajax-functions.php:527
906
  msgid "Most active reviewers"
907
  msgstr "Revisores mais ativos"
908
 
909
- #: ../lib/yasr-ajax-functions.php:528
910
  msgid "Insert Most Active Reviewers"
911
  msgstr "Inserir os revisores mais ativos"
912
 
913
- #: ../lib/yasr-ajax-functions.php:529
914
  msgid "Insert Top 5 active reviewers"
915
  msgstr "Inserir o Top 5 dos revisores mais ativos"
916
 
917
- #: ../lib/yasr-ajax-functions.php:533
918
  msgid "Most Active Users"
919
  msgstr "Usuários Mais Ativos"
920
 
921
- #: ../lib/yasr-ajax-functions.php:534
922
  msgid "Insert Most Active Users"
923
  msgstr "Inserir Usuários Mais Ativos"
924
 
925
- #: ../lib/yasr-ajax-functions.php:535
926
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
927
  msgstr "Inserir Top 10 eleitores para o shortcode [yasr_visitor_votes]"
928
 
929
- #: ../lib/yasr-ajax-functions.php:606
930
  msgid "Reviews and Visitor Votes have been successfull imported."
931
  msgstr "Avaliações e votos de visitantes foram importados com sucesso."
932
 
933
- #: ../lib/yasr-ajax-functions.php:612
934
  msgid ""
935
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
936
  "THIS MAY TAKE A WHILE!"
@@ -938,86 +986,120 @@ msgstr ""
938
  "Passo 2: Checando se foi usado Multi Set e caso seja o caso eles serão "
939
  "importados. ISTO PODE LEVAR UM TEMPO!"
940
 
941
- #: ../lib/yasr-ajax-functions.php:614
942
  msgid "Proceed Step 2"
943
  msgstr "Continuar - Passo 2"
944
 
945
- #: ../lib/yasr-ajax-functions.php:621
946
  msgid "Something goes wrong! Refresh the page and try again!"
947
  msgstr "Algo deu errado! Atualize a página e tente novamente!"
948
 
949
- #: ../lib/yasr-ajax-functions.php:650
950
  msgid "I've found Multiple Set! Importing..."
951
  msgstr "Multi Set encontrado! Importando..."
952
 
953
- #: ../lib/yasr-ajax-functions.php:659
954
  msgid "Multi Set's name has been successfull imported."
955
  msgstr "O nome do multi set foi importado com sucesso."
956
 
957
- #: ../lib/yasr-ajax-functions.php:661
958
  msgid "Now I'm going to import Multi Set data"
959
  msgstr "Importando agora os dados do Multi Set"
960
 
961
- #: ../lib/yasr-ajax-functions.php:672
962
  msgid "All votes has been successfull imported."
963
  msgstr "Todos os votos foram importados com sucesso."
964
 
965
- #: ../lib/yasr-ajax-functions.php:674
966
  msgid "Done"
967
  msgstr "Pronto"
968
 
969
- #: ../lib/yasr-ajax-functions.php:679
970
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
971
  msgstr ""
972
  "Foram encontrados votos de Multi Set mas não puderam ser inseridos no banco "
973
  "de dados"
974
 
975
- #: ../lib/yasr-ajax-functions.php:687
976
  msgid "I've found Multi Set but with no data"
977
  msgstr "Foram encontrados Multi Set mas sem dados"
978
 
979
- #: ../lib/yasr-ajax-functions.php:696
980
  msgid "I've found Multi Sets names but I couldn't insert into db"
981
  msgstr ""
982
  "Foram encontrados nomes de Multi Set mas não puderam ser inseridos no banco "
983
  "de dados"
984
 
985
- #: ../lib/yasr-ajax-functions.php:704
986
  msgid "Multisets were not found. Imported is done!"
987
  msgstr "Nenhum Multi Set encontrado. A importação está feita!"
988
 
989
- #: ../lib/yasr-ajax-functions.php:748
990
  msgid "No Recenet votes yet"
991
  msgstr "Nenhum voto recente ainda"
992
 
993
- #: ../lib/yasr-ajax-functions.php:915 ../lib/yasr-ajax-functions.php:1057
 
 
 
 
 
994
  msgid "Error: you can't vote 0"
995
  msgstr "Erro: você não pode votar 0"
996
 
997
- #: ../lib/yasr-ajax-functions.php:1011 ../lib/yasr-ajax-functions.php:1019
998
- msgid "Average rating"
999
- msgstr "Classificação Média"
 
1000
 
1001
- #: ../lib/yasr-ajax-functions.php:1012 ../lib/yasr-ajax-functions.php:1020
1002
  msgid "Vote Saved"
1003
  msgstr "Voto Salvo"
1004
 
1005
- #: ../lib/yasr-ajax-functions.php:1149
1006
  msgid "Vote updated"
1007
  msgstr "Voto atualizado"
1008
 
1009
- #: ../lib/yasr-ajax-functions.php:1220
1010
- msgid "Average "
1011
- msgstr "Média "
 
1012
 
1013
- #: ../lib/yasr-ajax-functions.php:1231
1014
- msgid "You've already voted this article"
1015
- msgstr "Você já votou neste artigo"
1016
 
1017
- #: ../lib/yasr-ajax-functions.php:1351
1018
  msgid "stars"
1019
  msgstr "estrelas"
1020
 
1021
- #: ../lib/yasr-ajax-functions.php:1356
1022
  msgid "star"
1023
  msgstr "estrela"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: \n"
8
+ "Language: pt_BR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
16
  "X-Poedit-SearchPath-0: ..\n"
17
  "X-Poedit-SearchPath-1: ../lib\n"
18
 
20
  msgid "Rate this article / item"
21
  msgstr "Classifique este artigo / item"
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 "Carregando, por favor aguarde"
27
 
29
  msgid "Save Vote"
30
  msgstr "Salvar Voto"
31
 
32
+ #: ../yasr-metabox-top-right.php:166
33
  msgid "This review is about a..."
34
  msgstr "Esta avaliação é sobre..."
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 "Selecionar"
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
 
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 "Você não tem permissões suficientes para acessar esta página."
58
 
76
  msgid "Pro Features!"
77
  msgstr "Recursos PRO!"
78
 
79
+ #: ../yasr-settings-page.php:96 ../yasr-settings-page.php:255
80
+ #: ../yasr-settings-page.php:295
81
  msgid "Save"
82
  msgstr "Salvar"
83
 
140
  msgid "What is a Multi Set?"
141
  msgstr "O que é um Multi Set?"
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
  "produto / negócio local / qualquer coisa que está a analisar, exemplo na "
150
  "imagem abaixo."
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
  "enquanto estiver digitando seu artigo na caixa abaixo o editor, que você "
162
  "pode ver nesta imagem (clique para vê-la maior)"
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
  "code que irá aparecer na parte inferior da caixa ou apenas clique na estrela "
172
  "no editor gráfico e selecione \"Inserir Multi Set\"."
173
 
174
+ #: ../yasr-settings-page.php:219
175
  msgid "Close this message"
176
  msgstr "Fechar esta mensagem"
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 "Doações"
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. "
190
  "para ajudar a contribuir para o meu tempo investido e para promover o futuro "
191
  "desenvolvimento. Sua ajuda será muito apreciada."
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 "Obrigado!"
197
 
199
  msgid "Choose wich set you want to use"
200
  msgstr "Escolha o conjunto que você deseja usar"
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 "Você já votou neste artigo com"
207
 
208
+ #: ../lib/yasr-shortcode-functions.php:251
209
+ #: ../lib/yasr-shortcode-functions.php:555
210
  msgid "You must sign to vote"
211
  msgstr "Você precisa estar logado para votar"
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 "Total: "
217
 
218
+ #: ../lib/yasr-shortcode-functions.php:293
219
  msgid "Average: "
220
  msgstr "Média: "
221
 
222
+ #: ../lib/yasr-shortcode-functions.php:309
223
  msgid "bad, poor, ok, good, super"
224
  msgstr "Detestei, Não Gostei, Gostei, Gostei Muito, Adorei"
225
 
226
+ #: ../lib/yasr-shortcode-functions.php:534
227
+ #, fuzzy
228
+ msgid "Thank you for voting! "
229
+ msgstr "Obrigado!"
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 "Avaliação"
240
 
241
+ #: ../lib/yasr-shortcode-functions.php:724
242
  msgid "You don't have any votes stored"
243
  msgstr "Você não tem nenhum voto armazenado"
244
 
245
+ #: ../lib/yasr-shortcode-functions.php:760
246
+ #: ../lib/yasr-shortcode-functions.php:799
247
  msgid "Post / Page"
248
  msgstr "Post / Página"
249
 
250
+ #: ../lib/yasr-shortcode-functions.php:761
251
+ #: ../lib/yasr-shortcode-functions.php:800
252
  msgid "Order By"
253
  msgstr "Ordenar Por"
254
 
255
+ #: ../lib/yasr-shortcode-functions.php:761
256
+ #: ../lib/yasr-shortcode-functions.php:800
257
  msgid "Most Rated"
258
  msgstr "Mais Votados"
259
 
260
+ #: ../lib/yasr-shortcode-functions.php:761
261
+ #: ../lib/yasr-shortcode-functions.php:800
262
  msgid "Highest Rated"
263
  msgstr "Mais Bem Classificados"
264
 
265
+ #: ../lib/yasr-shortcode-functions.php:779
266
+ #: ../lib/yasr-shortcode-functions.php:814
267
  msgid "Total:"
268
  msgstr "Total:"
269
 
270
+ #: ../lib/yasr-shortcode-functions.php:779
271
+ #: ../lib/yasr-shortcode-functions.php:814
272
  msgid "Average"
273
  msgstr "Média"
274
 
275
+ #: ../lib/yasr-shortcode-functions.php:791
276
  msgid "You've not enough data"
277
  msgstr "Você não tem dados suficiente"
278
 
279
+ #: ../lib/yasr-shortcode-functions.php:826
280
  msgid "You've not enought data"
281
  msgstr "Você não tem dados suficiente"
282
 
283
+ #: ../lib/yasr-shortcode-functions.php:911
284
  msgid ""
285
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
286
  "any review?"
288
  "Problema ao recuperar os revisores mais ativos do top 5. Você publicou "
289
  "alguma revisão?"
290
 
291
+ #: ../lib/yasr-shortcode-functions.php:979
292
  msgid ""
293
  "Problem while retrieving the top 10 active users chart. Are you sure you "
294
  "have votes to show?"
296
  "Problema ao recuperar o gráfico de usuários ativos do top 10. Tem certeza de "
297
  "que você tem votos para mostrar?"
298
 
299
+ #: ../lib/yasr-settings-functions.php:52
300
  msgid "General settings"
301
  msgstr "Configurações Gerais"
302
 
303
+ #: ../lib/yasr-settings-functions.php:53
304
  msgid "Auto insert options"
305
  msgstr "Opções do Auto-Inserir"
306
 
307
+ #: ../lib/yasr-settings-functions.php:54
308
  msgid "Show \"Overall Rating\" in Archive Page?"
309
  msgstr "Mostrar \"Classificação Geral\" na página de arquivo?"
310
 
311
+ #: ../lib/yasr-settings-functions.php:55
312
  msgid "Show \"Visitor Votes\" in Archive Page?"
313
  msgstr "Mostrar \"Votos de Visitantes\" na página de arquivo?"
314
 
315
+ #: ../lib/yasr-settings-functions.php:56
316
  msgid "Insert custom text to show before / after stars"
317
  msgstr "Inserir texto personalizado para mostrar antes / depois das estrelas"
318
 
319
+ #: ../lib/yasr-settings-functions.php:57
320
  msgid "Do you want show stats for visitors votes?"
321
  msgstr "Você quer mostrar estatísticas para os votos de visitantes?"
322
 
323
+ #: ../lib/yasr-settings-functions.php:58
 
 
 
 
324
  msgid "Allow only logged in user to vote?"
325
  msgstr "Permitir que somente o usuário logado vote?"
326
 
327
+ #: ../lib/yasr-settings-functions.php:59
328
  msgid "Which rich snippets do you want to use?"
329
  msgstr "Quais rich snippets você quer usar?"
330
 
331
+ #: ../lib/yasr-settings-functions.php:60
332
  msgid "How do you want to rate \"Overall Rating\"?"
333
  msgstr "Como quer taxar a \"Classificação Geral\"?"
334
 
335
+ #: ../lib/yasr-settings-functions.php:74
336
  msgid "Use Auto Insert?"
337
  msgstr "Usar Auto-Inserir?"
338
 
339
+ #: ../lib/yasr-settings-functions.php:77
340
+ #: ../lib/yasr-settings-functions.php:146
341
+ #: ../lib/yasr-settings-functions.php:164
342
+ #: ../lib/yasr-settings-functions.php:206
343
+ #: ../lib/yasr-settings-functions.php:232
344
+ #: ../lib/yasr-settings-functions.php:266
345
+ #: ../lib/yasr-settings-functions.php:321
346
  msgid "Yes"
347
  msgstr "Sim"
348
 
349
+ #: ../lib/yasr-settings-functions.php:91
350
+ #: ../lib/yasr-settings-functions.php:151
351
+ #: ../lib/yasr-settings-functions.php:169
352
+ #: ../lib/yasr-settings-functions.php:211
353
+ #: ../lib/yasr-settings-functions.php:237
354
+ #: ../lib/yasr-settings-functions.php:271
355
+ #: ../lib/yasr-settings-functions.php:326
356
  msgid "No"
357
  msgstr "Não"
358
 
359
+ #: ../lib/yasr-settings-functions.php:97
360
  msgid "What?"
361
  msgstr "O quê?"
362
 
363
+ #: ../lib/yasr-settings-functions.php:100
364
  msgid "Overall Rating / Author Rating"
365
  msgstr "Classificação Geral / Classificação por Autor"
366
 
367
+ #: ../lib/yasr-settings-functions.php:104 ../lib/yasr-ajax-functions.php:471
368
  msgid "Visitor Votes"
369
  msgstr "Votos de Visitantes"
370
 
371
+ #: ../lib/yasr-settings-functions.php:108
372
  msgid "Both"
373
  msgstr "Ambos"
374
 
375
+ #: ../lib/yasr-settings-functions.php:112
376
  msgid "Where?"
377
  msgstr "Onde?"
378
 
379
+ #: ../lib/yasr-settings-functions.php:115
380
  msgid "Before the post"
381
  msgstr "Antes do post"
382
 
383
+ #: ../lib/yasr-settings-functions.php:119
384
  msgid "After the post"
385
  msgstr "Depois do post"
386
 
387
+ #: ../lib/yasr-settings-functions.php:124
388
  msgid "Size"
389
  msgstr "Tamanho"
390
 
391
+ #: ../lib/yasr-settings-functions.php:128 ../lib/yasr-ajax-functions.php:461
392
+ #: ../lib/yasr-ajax-functions.php:479
393
  msgid "Small"
394
  msgstr "Pequeno"
395
 
396
+ #: ../lib/yasr-settings-functions.php:133 ../lib/yasr-ajax-functions.php:462
397
+ #: ../lib/yasr-ajax-functions.php:480
398
  msgid "Medium"
399
  msgstr "Médio"
400
 
401
+ #: ../lib/yasr-settings-functions.php:138 ../lib/yasr-ajax-functions.php:463
402
+ #: ../lib/yasr-ajax-functions.php:481
403
  msgid "Large"
404
  msgstr "Grande"
405
 
406
+ #: ../lib/yasr-settings-functions.php:143
407
  msgid "Exclude Pages?"
408
  msgstr "Excluir Páginas?"
409
 
410
+ #: ../lib/yasr-settings-functions.php:161
411
  msgid "Use only in custom post types?"
412
  msgstr "Usar somente em posts do tipo personalizado?"
413
 
414
+ #: ../lib/yasr-settings-functions.php:173
415
  msgid "You see this because you use custom post types."
416
  msgstr "Você vê isso porque você usa posts do tipo personalizado."
417
 
418
+ #: ../lib/yasr-settings-functions.php:175
419
  msgid "If you want to use auto insert only in custom post types, choose Yes"
420
  msgstr ""
421
  "Se você quiser usar auto-inserir apenas em posts do tipo personalizado, "
422
  "escolha Sim"
423
 
424
+ #: ../lib/yasr-settings-functions.php:215
425
  msgid ""
426
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
427
  "article or page, but also in pages like Home Page, category pages or "
431
  "artigo ou página, mas também em páginas como Página Inicial, páginas de "
432
  "categorias ou arquivos."
433
 
434
+ #: ../lib/yasr-settings-functions.php:241
435
  msgid ""
436
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
437
  "article or page, but also in pages like Home Page, category pages or "
441
  "artigo ou página, mas também em páginas como Página Inicial, páginas de "
442
  "categorias ou arquivos."
443
 
444
+ #: ../lib/yasr-settings-functions.php:276
445
  msgid "Custom text to display before Overall Rating"
446
  msgstr "Texto personalizado para exibir antes da Classificação Geral"
447
 
448
+ #: ../lib/yasr-settings-functions.php:281
449
+ #, fuzzy
450
+ msgid "Custom text to display BEFORE Visitor Rating"
451
  msgstr "Texto personalizado para exibir antes de um voto de visitante"
452
 
453
+ #: ../lib/yasr-settings-functions.php:287
454
+ #, fuzzy
455
+ msgid "Custom text to display AFTER Visitor Rating"
456
+ msgstr "Texto personalizado para exibir antes de um voto de visitante"
457
+
458
+ #: ../lib/yasr-settings-functions.php:292
459
  msgid "Custom text to display when a non logged user has already rated"
460
  msgstr ""
461
  "Texto personalizado para exibir quando um usuário não conectado já tiver "
462
  "votado"
463
 
464
+ #: ../lib/yasr-settings-functions.php:297
465
+ msgid "Help"
466
+ msgstr ""
 
 
 
 
 
 
 
 
467
 
468
+ #: ../lib/yasr-settings-functions.php:301
469
+ msgid ""
470
+ "In the first field you can use %overall_rating% pattern to show the overall "
471
+ "rating."
472
+ msgstr ""
473
 
474
+ #: ../lib/yasr-settings-functions.php:305
475
+ msgid ""
476
+ "In the Second and Third fields you can use %total_count% pattern to show the "
477
+ "total count, and %average% pattern to show the average"
478
+ msgstr ""
479
 
480
+ #: ../lib/yasr-settings-functions.php:344
481
  msgid "Allow only logged-in users"
482
  msgstr "Permitir apenas usuários logados"
483
 
484
+ #: ../lib/yasr-settings-functions.php:348
485
  msgid "Allow everybody (logged in and anonymous)"
486
  msgstr "Permitir para todos (logados e anônimos)"
487
 
488
+ #: ../lib/yasr-settings-functions.php:365
489
  msgid "Review Rating"
490
  msgstr "Nota da Classificação"
491
 
492
+ #: ../lib/yasr-settings-functions.php:369
493
  msgid "Aggregate Rating"
494
  msgstr "Classificação Agregada"
495
 
496
+ #: ../lib/yasr-settings-functions.php:374
497
  msgid "What is this?"
498
  msgstr "O que é isso?"
499
 
500
+ #: ../lib/yasr-settings-functions.php:379
501
  msgid ""
502
  "If you select \"Review Rating\", your site will be indexed from search "
503
  "engines like this: "
505
  "Se você selecionar \"Nota da Classificação\", seu site será indexado assim "
506
  "por mecanismos de busca: "
507
 
508
+ #: ../lib/yasr-settings-functions.php:384
509
  msgid ""
510
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
511
  "this"
513
  "Se, em vez disso, você escolhe \"Classificação Agregada\", seu site será "
514
  "indexado assim"
515
 
516
+ #: ../lib/yasr-settings-functions.php:402
517
  msgid "Stars"
518
  msgstr "Estrelas"
519
 
520
+ #: ../lib/yasr-settings-functions.php:406
521
  msgid "Numbers"
522
  msgstr "Números"
523
 
524
+ #: ../lib/yasr-settings-functions.php:431
525
+ msgid "Which color scheme do you want to use?"
526
+ msgstr "Qual esquema de cor você quer usar?"
527
+
528
+ #: ../lib/yasr-settings-functions.php:452
529
+ msgid "Light"
530
+ msgstr "Claro"
531
+
532
+ #: ../lib/yasr-settings-functions.php:457
533
+ msgid "Dark"
534
+ msgstr "Escuro"
535
+
536
+ #: ../lib/yasr-settings-functions.php:462
537
+ msgid "Preview"
538
+ msgstr "Pré Visualização"
539
+
540
+ #: ../lib/yasr-settings-functions.php:467
541
+ msgid "Light theme"
542
+ msgstr "Tema claro"
543
+
544
+ #: ../lib/yasr-settings-functions.php:472
545
+ #, fuzzy
546
+ msgid "Dark theme"
547
+ msgstr "Tema escuro"
548
+
549
+ #: ../lib/yasr-settings-functions.php:487
550
  msgid "Add New Multiple Set"
551
  msgstr "Adicionar Novo Multi Set"
552
 
553
+ #: ../lib/yasr-settings-functions.php:488
554
  msgid ""
555
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
556
  "characters"
558
  "Nome, Elemento#1 e Elemento#2 DEVEM ser preenchidos e devem ter pelo menos 3 "
559
  "caracteres"
560
 
561
+ #: ../lib/yasr-settings-functions.php:491
562
  msgid "Name"
563
  msgstr "Nome"
564
 
565
+ #: ../lib/yasr-settings-functions.php:496
566
  msgid "You can insert up to nine elements"
567
  msgstr "Você pode inserir até nove elementos"
568
 
569
+ #: ../lib/yasr-settings-functions.php:501
570
  msgid "Element "
571
  msgstr "Elemento"
572
 
573
+ #: ../lib/yasr-settings-functions.php:511
574
  msgid "Create New Set"
575
  msgstr "Criar Novo Set"
576
 
577
+ #: ../lib/yasr-settings-functions.php:532
578
+ #: ../lib/yasr-settings-functions.php:564
579
  msgid "Manage Multiple Set"
580
  msgstr "Gerenciar Multi Set"
581
 
582
+ #: ../lib/yasr-settings-functions.php:534
583
  msgid "Wich set do you want to edit or remove?"
584
  msgstr "Qual set você quer editar ou remover?"
585
 
586
+ #: ../lib/yasr-settings-functions.php:574
587
+ #: ../lib/yasr-settings-functions.php:692
588
  msgid "Field name"
589
  msgstr "Nome do campo"
590
 
591
+ #: ../lib/yasr-settings-functions.php:578
592
+ #: ../lib/yasr-settings-functions.php:696
593
  msgid "Remove"
594
  msgstr "Remover"
595
 
596
+ #: ../lib/yasr-settings-functions.php:620
597
+ #: ../lib/yasr-settings-functions.php:738
598
  msgid "Remove whole set?"
599
  msgstr "Remover o set inteiro?"
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
  "Se você remover alguma coisa isso irá remover todos os votos deste set ou "
608
  "campo. Esta operação NÃO PODE ser desfeita."
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 "Você pode usar até 9 elementos"
614
 
615
+ #: ../lib/yasr-settings-functions.php:642
616
+ #: ../lib/yasr-settings-functions.php:760
617
  msgid "Add element"
618
  msgstr "Adicionar elemento"
619
 
620
+ #: ../lib/yasr-settings-functions.php:644
621
+ #: ../lib/yasr-settings-functions.php:762
622
  msgid "Save changes"
623
  msgstr "Salvar alterações"
624
 
625
+ #: ../lib/yasr-settings-functions.php:654
626
  msgid "No Multiple Set were found"
627
  msgstr "Nenhum Multi Set foi encontrado"
628
 
629
+ #: ../lib/yasr-settings-functions.php:904
630
+ #: ../lib/yasr-settings-functions.php:1172
631
  msgid "Settings Saved"
632
  msgstr "Configurações salvas"
633
 
634
+ #: ../lib/yasr-settings-functions.php:909
635
  msgid "Something goes wrong trying insert set field name. Please report it"
636
  msgstr ""
637
  "Algo saiu errado ao tentar inserir nome do campo definido. Por favor reporte "
638
  "isso"
639
 
640
+ #: ../lib/yasr-settings-functions.php:915
641
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
642
  msgstr ""
643
  "Algo saiu errado ao tentar inserir nome do Multi Set definido. Por favor "
644
  "reporte isso"
645
 
646
+ #: ../lib/yasr-settings-functions.php:990
647
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
648
  msgstr "Algo saiu errado ao tentar apagar um Multi Set. Por favor reporte isso"
649
 
650
+ #: ../lib/yasr-settings-functions.php:1036
651
  msgid ""
652
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
653
  msgstr ""
654
  "Algo saiu errado ao tentar apagar o elemento de um Multi Set. Por favor "
655
  "reporte isso"
656
 
657
+ #: ../lib/yasr-settings-functions.php:1100
658
  msgid ""
659
  "Something goes wrong trying to update a Multi Set's element. Please report it"
660
  msgstr ""
661
  "Algo saiu errado ao tentar atualizar o elemento de um Multi Set. Por favor "
662
  "reporte isso"
663
 
664
+ #: ../lib/yasr-settings-functions.php:1157
665
  msgid ""
666
  "Something goes wrong trying to insert set field name in edit form. Please "
667
  "report it"
669
  "Algo saiu errado ao tentar inserir o nome do campo definido no formulário de "
670
  "edição. Por favor reporte isso"
671
 
672
+ #: ../lib/yasr-settings-functions.php:1200
673
  msgid "Style Options"
674
  msgstr "Opções de Estilo"
675
 
676
+ #: ../lib/yasr-settings-functions.php:1201
677
  msgid "Custom CSS Styles"
678
  msgstr "Estilos CSS Personalizados"
679
 
680
+ #: ../lib/yasr-settings-functions.php:1206
681
  msgid ""
682
  "Please use text area below to write your own CSS styles to override the "
683
  "default ones."
685
  "Por favor, use a área de texto abaixo para escrever seus próprios estilos "
686
  "CSS para substituir o padrão."
687
 
688
+ #: ../lib/yasr-settings-functions.php:1208
689
  msgid "Leave it blank if you don't know what you're doing"
690
  msgstr "Deixe em branco se você não sabe o que está fazendo"
691
 
692
+ #: ../lib/yasr-settings-functions.php:1231
693
  msgid "Looking for more features?"
694
  msgstr "Procurando por mais recursos?"
695
 
696
+ #: ../lib/yasr-settings-functions.php:1232
697
  msgid "Upgrade to yasr pro!"
698
  msgstr "Atualize para yasr pro!"
699
 
700
+ #: ../lib/yasr-settings-functions.php:1248
701
  msgid "Unlimited ratings and votes"
702
  msgstr "Votos e classificações ilimitadas"
703
 
704
+ #: ../lib/yasr-settings-functions.php:1254
705
  msgid "Works with shortcodes"
706
  msgstr "Funciona com shortcodes"
707
 
708
+ #: ../lib/yasr-settings-functions.php:1260
709
  msgid "Multi Set Support"
710
  msgstr "Suporte ao Multi Set"
711
 
712
+ #: ../lib/yasr-settings-functions.php:1265
713
  msgid "Logs and stats for visitors votes"
714
  msgstr "Logs e estatísticas para os votos de visitantes"
715
 
716
+ #: ../lib/yasr-settings-functions.php:1270
717
  msgid "Localization (.po and .mo files included)"
718
  msgstr "Localização (arquivos .po e. mo incluídos)"
719
 
720
+ #: ../lib/yasr-settings-functions.php:1275
721
  msgid "Rich Snippet Support"
722
  msgstr "Suporte a Rich Snippet"
723
 
724
+ #: ../lib/yasr-settings-functions.php:1280
725
  msgid "Rankings for reviews, votes and users"
726
  msgstr "Rankings para comentários, votos e usuários"
727
 
728
+ #: ../lib/yasr-settings-functions.php:1285
729
  msgid "Rankings Customization"
730
  msgstr "Personalização de rankings"
731
 
732
+ #: ../lib/yasr-settings-functions.php:1290
733
  msgid "Stars Customization"
734
  msgstr "Personalização de estrelas"
735
 
736
+ #: ../lib/yasr-settings-functions.php:1291
737
  msgid "Size Only"
738
  msgstr "Tamanho Apenas"
739
 
740
+ #: ../lib/yasr-settings-functions.php:1292
741
  msgid ""
742
  "Users can choose different ready to use sets or can upload their own images."
743
  msgstr ""
744
  "Os usuários podem escolher diferentes sets pronto para usar ou podem "
745
  "carregar suas próprias imagens."
746
 
747
+ #: ../lib/yasr-settings-functions.php:1295
 
 
 
 
748
  msgid "Users can review in comments"
749
  msgstr "Os usuários podem avaliar comentários"
750
 
751
+ #: ../lib/yasr-settings-functions.php:1306
752
  msgid "Not avaible yet"
753
  msgstr "Não disponível ainda"
754
 
755
+ #: ../lib/yasr-settings-functions.php:1338
756
+ #: ../lib/yasr-settings-functions.php:1365
757
  msgid "Follow YASR official site!"
758
  msgstr "Siga o site oficial do YASR!"
759
 
760
+ #: ../lib/yasr-settings-functions.php:1395
761
  msgid "No previous Gd Star Rating installation was found"
762
  msgstr "Nenhuma instalação do Gd Star Rating anterior foi encontrada"
763
 
764
+ #: ../lib/yasr-db-functions.php:310
765
  msgid "No recenet votes yet"
766
  msgstr "Nenhum voto recente ainda"
767
 
768
+ #: ../lib/yasr-db-functions.php:325 ../lib/yasr-ajax-functions.php:778
769
  msgid "anonymous"
770
  msgstr "anônimo"
771
 
772
+ #: ../lib/yasr-db-functions.php:334
773
+ #, php-format
774
+ msgid "Vote %d from %s on "
775
+ msgstr ""
776
+
777
+ #: ../lib/yasr-db-functions.php:350 ../lib/yasr-ajax-functions.php:803
778
  msgid "Ip address"
779
  msgstr "Endereço de IP"
780
 
781
+ #: ../lib/yasr-db-functions.php:391 ../lib/yasr-ajax-functions.php:844
782
  msgid "Pages"
783
  msgstr "Páginas"
784
 
786
  msgid "Yet Another Stars Rating: Settings"
787
  msgstr "Yet Another Stars Rating: Configurações"
788
 
789
+ #: ../lib/yasr-functions.php:148
 
 
 
 
790
  msgid "Yet Another Stars Rating: Multiple set"
791
  msgstr "Yet Another Stars Rating: Multiple set"
792
 
793
+ #: ../lib/yasr-functions.php:159
 
 
 
 
794
  msgid "You don't have enought privileges to insert Overall Rating"
795
  msgstr "Você não tem privilégios suficientes para inserir Classificação Geral"
796
 
797
+ #: ../lib/yasr-functions.php:169
798
  msgid "You don't have enought privileges to insert Multi Set"
799
  msgstr "Você não tem privilégios suficientes para inserir Multi Set"
800
 
801
+ #: ../lib/yasr-functions.php:309
802
  msgid " reviewed by "
803
  msgstr " avaliado por "
804
 
805
+ #: ../lib/yasr-functions.php:310
806
  msgid " on "
807
  msgstr " em "
808
 
809
+ #: ../lib/yasr-functions.php:311
810
  msgid " rated "
811
  msgstr " votado "
812
 
813
+ #: ../lib/yasr-functions.php:311
814
  msgid " of"
815
  msgstr " de "
816
 
817
+ #: ../lib/yasr-functions.php:358
818
  msgid " written by "
819
  msgstr " escrito por "
820
 
821
+ #: ../lib/yasr-functions.php:360
822
  msgid " average rating "
823
  msgstr " classificação média "
824
 
825
+ #: ../lib/yasr-functions.php:361
826
  msgid " user ratings"
827
  msgstr "votos de usuários"
828
 
844
  msgid "Choose a vote for each element"
845
  msgstr "Escolha um voto para cada elemento"
846
 
847
+ #: ../lib/yasr-ajax-functions.php:257 ../lib/yasr-ajax-functions.php:301
848
+ #, fuzzy
849
+ msgid "If you want to insert this multiset, paste this shortcode "
850
+ msgstr "Se você quer inserir um Multi Set, escolha um:"
851
 
852
+ #: ../lib/yasr-ajax-functions.php:259 ../lib/yasr-ajax-functions.php:303
853
+ msgid ""
854
+ "If, instead, you want allow your visitor to vote on this multiset, use this "
855
+ "shortcode"
856
+ msgstr ""
857
 
858
+ #: ../lib/yasr-ajax-functions.php:268
859
  msgid "Choose a vote for every element"
860
  msgstr "Escolha um voto para todos elementos"
861
 
862
+ #: ../lib/yasr-ajax-functions.php:441
863
  msgid "Main"
864
  msgstr "Principal"
865
 
866
+ #: ../lib/yasr-ajax-functions.php:442
867
  msgid "Charts"
868
  msgstr "Gráficos"
869
 
870
+ #: ../lib/yasr-ajax-functions.php:444
871
  msgid "Read the doc"
872
  msgstr "Ler a documentação"
873
 
874
+ #: ../lib/yasr-ajax-functions.php:453
875
  msgid "Overall Rating / Review"
876
  msgstr "Classificação Geral / Revisão"
877
 
878
+ #: ../lib/yasr-ajax-functions.php:455
879
  msgid "Insert Overall Rating"
880
  msgstr "Inserir Classificação Geral"
881
 
882
+ #: ../lib/yasr-ajax-functions.php:456
883
  msgid "Insert Overall Rating / Review for this post"
884
  msgstr "Inserir Classificação Geral / Revisão para este post"
885
 
886
+ #: ../lib/yasr-ajax-functions.php:459 ../lib/yasr-ajax-functions.php:477
887
  msgid "Choose Size"
888
  msgstr "Escolher Tamanho"
889
 
890
+ #: ../lib/yasr-ajax-functions.php:473
891
  msgid "Insert Visitor Votes"
892
  msgstr "Inserir Voto de Visitantes"
893
 
894
+ #: ../lib/yasr-ajax-functions.php:474
895
  msgid "Insert the ability for your visitor to vote"
896
  msgstr "Inserir a habilidade para o seu visitante votar"
897
 
898
+ #: ../lib/yasr-ajax-functions.php:491
899
  msgid "If you want to insert a Multi Set, pick one:"
900
  msgstr "Se você quer inserir um Multi Set, escolha um:"
901
 
902
+ #: ../lib/yasr-ajax-functions.php:497
903
  msgid "Choose wich set you want to insert."
904
  msgstr "Escolha qual set você quer inserir."
905
 
906
+ #: ../lib/yasr-ajax-functions.php:499 ../lib/yasr-ajax-functions.php:516
907
+ msgid "Readonly?"
908
+ msgstr ""
909
+
910
+ #: ../lib/yasr-ajax-functions.php:501 ../lib/yasr-ajax-functions.php:517
911
+ msgid ""
912
+ "If Readonly is checked, only you can insert the votes (in the box above the "
913
+ "editor)"
914
+ msgstr ""
915
+
916
+ #: ../lib/yasr-ajax-functions.php:502
917
+ #, fuzzy
918
+ msgid "Insert Multi Set"
919
+ msgstr "Inserir Set Múltiplo"
920
+
921
+ #: ../lib/yasr-ajax-functions.php:511
922
  msgid "Insert Multiset:"
923
  msgstr "Inserir Multi Set"
924
 
925
+ #: ../lib/yasr-ajax-functions.php:514
926
  msgid "Insert Multiple Set"
927
  msgstr "Inserir Set Múltiplo"
928
 
929
+ #: ../lib/yasr-ajax-functions.php:532
 
 
 
 
930
  msgid "Ranking reviews"
931
  msgstr "Ranking de Avaliações"
932
 
933
+ #: ../lib/yasr-ajax-functions.php:533
934
  msgid "Insert Ranking reviews"
935
  msgstr "Inserir Ranking de Avaliações"
936
 
937
+ #: ../lib/yasr-ajax-functions.php:534
938
  msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
939
  msgstr "Inserir Top 10 ranking para o shortcode [yasr_overall_rating]"
940
 
941
+ #: ../lib/yasr-ajax-functions.php:538
942
  msgid "Users' ranking"
943
  msgstr "Ranking de Usuários"
944
 
945
+ #: ../lib/yasr-ajax-functions.php:539
946
  msgid "Insert Users ranking"
947
  msgstr "Inserir Ranking de Usuários"
948
 
949
+ #: ../lib/yasr-ajax-functions.php:540
950
  msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
951
  msgstr "Inserir Top 10 ranking para o shortcode [yasr_visitor_votes]"
952
 
953
+ #: ../lib/yasr-ajax-functions.php:544
954
  msgid "Most active reviewers"
955
  msgstr "Revisores mais ativos"
956
 
957
+ #: ../lib/yasr-ajax-functions.php:545
958
  msgid "Insert Most Active Reviewers"
959
  msgstr "Inserir os revisores mais ativos"
960
 
961
+ #: ../lib/yasr-ajax-functions.php:546
962
  msgid "Insert Top 5 active reviewers"
963
  msgstr "Inserir o Top 5 dos revisores mais ativos"
964
 
965
+ #: ../lib/yasr-ajax-functions.php:550
966
  msgid "Most Active Users"
967
  msgstr "Usuários Mais Ativos"
968
 
969
+ #: ../lib/yasr-ajax-functions.php:551
970
  msgid "Insert Most Active Users"
971
  msgstr "Inserir Usuários Mais Ativos"
972
 
973
+ #: ../lib/yasr-ajax-functions.php:552
974
  msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
975
  msgstr "Inserir Top 10 eleitores para o shortcode [yasr_visitor_votes]"
976
 
977
+ #: ../lib/yasr-ajax-functions.php:623
978
  msgid "Reviews and Visitor Votes have been successfull imported."
979
  msgstr "Avaliações e votos de visitantes foram importados com sucesso."
980
 
981
+ #: ../lib/yasr-ajax-functions.php:629
982
  msgid ""
983
  "Step2: I will check if you used Multiple Sets and if so I will import them. "
984
  "THIS MAY TAKE A WHILE!"
986
  "Passo 2: Checando se foi usado Multi Set e caso seja o caso eles serão "
987
  "importados. ISTO PODE LEVAR UM TEMPO!"
988
 
989
+ #: ../lib/yasr-ajax-functions.php:631
990
  msgid "Proceed Step 2"
991
  msgstr "Continuar - Passo 2"
992
 
993
+ #: ../lib/yasr-ajax-functions.php:638
994
  msgid "Something goes wrong! Refresh the page and try again!"
995
  msgstr "Algo deu errado! Atualize a página e tente novamente!"
996
 
997
+ #: ../lib/yasr-ajax-functions.php:667
998
  msgid "I've found Multiple Set! Importing..."
999
  msgstr "Multi Set encontrado! Importando..."
1000
 
1001
+ #: ../lib/yasr-ajax-functions.php:676
1002
  msgid "Multi Set's name has been successfull imported."
1003
  msgstr "O nome do multi set foi importado com sucesso."
1004
 
1005
+ #: ../lib/yasr-ajax-functions.php:678
1006
  msgid "Now I'm going to import Multi Set data"
1007
  msgstr "Importando agora os dados do Multi Set"
1008
 
1009
+ #: ../lib/yasr-ajax-functions.php:689
1010
  msgid "All votes has been successfull imported."
1011
  msgstr "Todos os votos foram importados com sucesso."
1012
 
1013
+ #: ../lib/yasr-ajax-functions.php:691
1014
  msgid "Done"
1015
  msgstr "Pronto"
1016
 
1017
+ #: ../lib/yasr-ajax-functions.php:696
1018
  msgid "I've found Multiple Set's votes but I couldn't insert into db"
1019
  msgstr ""
1020
  "Foram encontrados votos de Multi Set mas não puderam ser inseridos no banco "
1021
  "de dados"
1022
 
1023
+ #: ../lib/yasr-ajax-functions.php:704
1024
  msgid "I've found Multi Set but with no data"
1025
  msgstr "Foram encontrados Multi Set mas sem dados"
1026
 
1027
+ #: ../lib/yasr-ajax-functions.php:713
1028
  msgid "I've found Multi Sets names but I couldn't insert into db"
1029
  msgstr ""
1030
  "Foram encontrados nomes de Multi Set mas não puderam ser inseridos no banco "
1031
  "de dados"
1032
 
1033
+ #: ../lib/yasr-ajax-functions.php:721
1034
  msgid "Multisets were not found. Imported is done!"
1035
  msgstr "Nenhum Multi Set encontrado. A importação está feita!"
1036
 
1037
+ #: ../lib/yasr-ajax-functions.php:765
1038
  msgid "No Recenet votes yet"
1039
  msgstr "Nenhum voto recente ainda"
1040
 
1041
+ #: ../lib/yasr-ajax-functions.php:787
1042
+ #, php-format
1043
+ msgid "Vote %d from %s on"
1044
+ msgstr ""
1045
+
1046
+ #: ../lib/yasr-ajax-functions.php:937 ../lib/yasr-ajax-functions.php:1088
1047
  msgid "Error: you can't vote 0"
1048
  msgstr "Erro: você não pode votar 0"
1049
 
1050
+ #: ../lib/yasr-ajax-functions.php:1040 ../lib/yasr-ajax-functions.php:1048
1051
+ #, fuzzy
1052
+ msgid "Average:"
1053
+ msgstr "Média: "
1054
 
1055
+ #: ../lib/yasr-ajax-functions.php:1041 ../lib/yasr-ajax-functions.php:1049
1056
  msgid "Vote Saved"
1057
  msgstr "Voto Salvo"
1058
 
1059
+ #: ../lib/yasr-ajax-functions.php:1184
1060
  msgid "Vote updated"
1061
  msgstr "Voto atualizado"
1062
 
1063
+ #: ../lib/yasr-ajax-functions.php:1325
1064
+ #, fuzzy
1065
+ msgid "Rating saved!"
1066
+ msgstr "Configurações salvas"
1067
 
1068
+ #: ../lib/yasr-ajax-functions.php:1331
1069
+ msgid "Rating not saved. Please Try again"
1070
+ msgstr ""
1071
 
1072
+ #: ../lib/yasr-ajax-functions.php:1424
1073
  msgid "stars"
1074
  msgstr "estrelas"
1075
 
1076
+ #: ../lib/yasr-ajax-functions.php:1429
1077
  msgid "star"
1078
  msgstr "estrela"
1079
+
1080
+ #~ msgid "Visitors can vote on Multi Set"
1081
+ #~ msgstr "Os visitantes podem votar em um Multi Set"
1082
+
1083
+ #~ msgid "YASR"
1084
+ #~ msgstr "YASR"
1085
+
1086
+ #~ msgid "Overall Rating"
1087
+ #~ msgstr "Classificação geral"
1088
+
1089
+ #~ msgid "Remember to insert this shortcode"
1090
+ #~ msgstr "Lembre-se de inserir este shortcode"
1091
+
1092
+ #~ msgid "where you want to display this multi set"
1093
+ #~ msgstr "onde você deseja exibir este Multi Set"
1094
+
1095
+ #~ msgid "Insert multiple set in this post ?"
1096
+ #~ msgstr "Inserir set múltiplo neste post?"
1097
+
1098
+ #~ msgid "Average rating"
1099
+ #~ msgstr "Classificação Média"
1100
+
1101
+ #~ msgid "Average "
1102
+ #~ msgstr "Média "
1103
+
1104
+ #~ msgid "You've already voted this article"
1105
+ #~ msgstr "Você já votou neste artigo"
languages/yasr-ru_RU.mo CHANGED
Binary file
languages/yasr-ru_RU.po CHANGED
@@ -1,1183 +1,1269 @@
1
- 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: \n"
6
- "PO-Revision-Date: 2015-04-04 13:53:07+0000\n"
7
- "Last-Translator: administrator <admin@dachniki.info>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
13
- "X-Generator: CSL v1.x\n"
14
- "X-Poedit-Language: Russian\n"
15
- "X-Poedit-Country: RUSSIA\n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Poedit-Bookmarks: \n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Textdomain-Support: yes"
22
-
23
- #: lib/yasr-ajax-functions.php:44
24
- #: lib/yasr-ajax-functions.php:187
25
- #: lib/yasr-ajax-functions.php:332
26
- #: lib/yasr-ajax-functions.php:736
27
- #: lib/yasr-functions.php:111
28
- #: yasr-settings-page.php:24
29
- #@ yasr
30
- msgid "You do not have sufficient permissions to access this page."
31
- msgstr "Вы не имеете достаточных разрешений для доступа к этой странице."
32
-
33
- #: lib/yasr-ajax-functions.php:96
34
- #@ yasr
35
- msgid "You've rated it "
36
- msgstr "Вы оценили статью "
37
-
38
- #: lib/yasr-ajax-functions.php:100
39
- #@ yasr
40
- msgid "You've reset the vote"
41
- msgstr "Вы сбросили свой голос"
42
-
43
- #: lib/yasr-ajax-functions.php:164
44
- #@ yasr
45
- msgid "There was an error while trying to insert the review type. Please report it"
46
- msgstr "Произошла ошибка при попытке вставить тип обзора. Пожалуйста сообщите об этом"
47
-
48
- #: lib/yasr-ajax-functions.php:198
49
- #@ yasr
50
- msgid "Choose a vote for each element"
51
- msgstr "Выбрать голосования для каждого элемента"
52
-
53
- #: lib/yasr-ajax-functions.php:255
54
- #: lib/yasr-ajax-functions.php:298
55
- #@ yasr
56
- msgid "Remember to insert this shortcode"
57
- msgstr "Не забудьте вставить этот шорткод"
58
-
59
- #: lib/yasr-ajax-functions.php:257
60
- #: lib/yasr-ajax-functions.php:300
61
- #@ yasr
62
- msgid "where you want to display this multi set"
63
- msgstr "где вы хотите отобразить этот множественный выбор"
64
-
65
- #: lib/yasr-ajax-functions.php:265
66
- #@ yasr
67
- msgid "Choose a vote for every element"
68
- msgstr "Выбрать голосования для каждого элемента"
69
-
70
- #: lib/yasr-ajax-functions.php:432
71
- #@ yasr
72
- msgid "Main"
73
- msgstr "Главная"
74
-
75
- #: lib/yasr-ajax-functions.php:433
76
- #@ yasr
77
- msgid "Charts"
78
- msgstr "Графики"
79
-
80
- #: lib/yasr-ajax-functions.php:435
81
- #@ yasr
82
- msgid "Read the doc"
83
- msgstr "Читать документ"
84
-
85
- #: lib/yasr-ajax-functions.php:444
86
- #@ yasr
87
- msgid "Overall Rating / Review"
88
- msgstr "Рейтинг / Обзор"
89
-
90
- #: lib/yasr-ajax-functions.php:446
91
- #@ yasr
92
- msgid "Insert Overall Rating"
93
- msgstr "Вставьте общий рейтинг"
94
-
95
- #: lib/yasr-ajax-functions.php:447
96
- #@ yasr
97
- msgid "Insert Overall Rating / Review for this post"
98
- msgstr "Вставьте общий рейтинг / отзыв на этот пост"
99
-
100
- #: lib/yasr-ajax-functions.php:450
101
- #: lib/yasr-ajax-functions.php:468
102
- #@ yasr
103
- msgid "Choose Size"
104
- msgstr "Выбрать размер"
105
-
106
- #: lib/yasr-ajax-functions.php:452
107
- #: lib/yasr-ajax-functions.php:470
108
- #: lib/yasr-settings-functions.php:125
109
- #@ yasr
110
- msgid "Small"
111
- msgstr "Маленький"
112
-
113
- #: lib/yasr-ajax-functions.php:453
114
- #: lib/yasr-ajax-functions.php:471
115
- #: lib/yasr-settings-functions.php:130
116
- #@ yasr
117
- msgid "Medium"
118
- msgstr "Средний"
119
-
120
- #: lib/yasr-ajax-functions.php:454
121
- #: lib/yasr-ajax-functions.php:472
122
- #: lib/yasr-settings-functions.php:135
123
- #@ yasr
124
- msgid "Large"
125
- msgstr "Большой"
126
-
127
- #: lib/yasr-ajax-functions.php:462
128
- #: lib/yasr-settings-functions.php:101
129
- #@ yasr
130
- msgid "Visitor Votes"
131
- msgstr "Голоса посетителей"
132
-
133
- #: lib/yasr-ajax-functions.php:464
134
- #@ yasr
135
- msgid "Insert Visitor Votes"
136
- msgstr "Вставить голосование посетителей"
137
-
138
- #: lib/yasr-ajax-functions.php:465
139
- #@ yasr
140
- msgid "Insert the ability for your visitor to vote"
141
- msgstr "Вставить возможность голосовать для ваших посетителей"
142
-
143
- #: lib/yasr-ajax-functions.php:482
144
- #@ yasr
145
- msgid "If you want to insert a Multi Set, pick one:"
146
- msgstr "Если вы хотите вставить множественный выбор, укжите:"
147
-
148
- #: lib/yasr-ajax-functions.php:488
149
- #@ yasr
150
- msgid "Choose wich set you want to insert."
151
- msgstr "Выберите тот набор, который вы хотите вставить."
152
-
153
- #: lib/yasr-ajax-functions.php:496
154
- #@ yasr
155
- msgid "Insert Multiset:"
156
- msgstr "Вставьте множественный выбор:"
157
-
158
- #: lib/yasr-ajax-functions.php:499
159
- #@ yasr
160
- msgid "Insert Multiple Set"
161
- msgstr "Вставить множественный выбор"
162
-
163
- #: lib/yasr-ajax-functions.php:500
164
- #@ yasr
165
- msgid "Insert multiple set in this post ?"
166
- msgstr "Вставить множественный выбор в этот пост?"
167
-
168
- #: lib/yasr-ajax-functions.php:515
169
- #@ yasr
170
- msgid "Ranking reviews"
171
- msgstr "Рейтинг отзывов"
172
-
173
- #: lib/yasr-ajax-functions.php:516
174
- #@ yasr
175
- msgid "Insert Ranking reviews"
176
- msgstr "Вставка рейтинга отзывов"
177
-
178
- #: lib/yasr-ajax-functions.php:517
179
- #@ yasr
180
- msgid "Insert Top 10 ranking for [yasr_overall_rating] shortcode"
181
- msgstr "Вставка Топ-10 рейтинга. шорткод [yasr_overall_rating]"
182
-
183
- #: lib/yasr-ajax-functions.php:521
184
- #@ yasr
185
- msgid "Users' ranking"
186
- msgstr "Рейтинг пользователей"
187
-
188
- #: lib/yasr-ajax-functions.php:522
189
- #@ yasr
190
- msgid "Insert Users ranking"
191
- msgstr "Вставить рейтинг пользователей"
192
-
193
- #: lib/yasr-ajax-functions.php:523
194
- #@ yasr
195
- msgid "Insert Top 10 ranking for [yasr_visitor_votes] shortcode"
196
- msgstr "Вставка Топ-10 рейтинга. шорткод [yasr_visitor_votes]"
197
-
198
- #: lib/yasr-ajax-functions.php:527
199
- #@ yasr
200
- msgid "Most active reviewers"
201
- msgstr "Наиболее активные голосующие"
202
-
203
- #: lib/yasr-ajax-functions.php:528
204
- #@ yasr
205
- msgid "Insert Most Active Reviewers"
206
- msgstr "Вставьте наиболее активных голосующих"
207
-
208
- #: lib/yasr-ajax-functions.php:529
209
- #@ yasr
210
- msgid "Insert Top 5 active reviewers"
211
- msgstr "Вставка Top 5 активных голосующих"
212
-
213
- #: lib/yasr-ajax-functions.php:533
214
- #@ yasr
215
- msgid "Most Active Users"
216
- msgstr "Наиболее активные пользователи"
217
-
218
- #: lib/yasr-ajax-functions.php:534
219
- #@ yasr
220
- msgid "Insert Most Active Users"
221
- msgstr "Вставьте наиболее активных пользователей"
222
-
223
- #: lib/yasr-ajax-functions.php:535
224
- #@ yasr
225
- msgid "Insert Top 10 voters [yasr_visitor_votes] shortcode"
226
- msgstr "Вставить топ 10 голосующих. шорткод [yasr_visitor_votes]"
227
-
228
- #: lib/yasr-ajax-functions.php:606
229
- #@ yasr
230
- msgid "Reviews and Visitor Votes have been successfull imported."
231
- msgstr "Отзывы и голоса посетителей были успешно импортированы."
232
-
233
- #: lib/yasr-ajax-functions.php:612
234
- #@ yasr
235
- msgid "Step2: I will check if you used Multiple Sets and if so I will import them. THIS MAY TAKE A WHILE!"
236
- msgstr "Шаг 2: я буду проверять, если вы использовали несколько множественных выборов, и если так будет импортировать их. ЭТО МОЖЕТ ЗАНЯТЬ НЕКОТОРОЕ ВРЕМЯ!"
237
-
238
- #: lib/yasr-ajax-functions.php:614
239
- #@ yasr
240
- msgid "Proceed Step 2"
241
- msgstr "Выполните шаг 2"
242
-
243
- #: lib/yasr-ajax-functions.php:621
244
- #@ yasr
245
- msgid "Something goes wrong! Refresh the page and try again!"
246
- msgstr "Что-то пошло не так! Обновите страницу и попробуйте еще раз!"
247
-
248
- #: lib/yasr-ajax-functions.php:650
249
- #@ yasr
250
- msgid "I've found Multiple Set! Importing..."
251
- msgstr "Я нашел множественный выбор! Импорт..."
252
-
253
- #: lib/yasr-ajax-functions.php:659
254
- #@ yasr
255
- msgid "Multi Set's name has been successfull imported."
256
- msgstr "Имя множественного выбора успешно импортировано."
257
-
258
- #: lib/yasr-ajax-functions.php:661
259
- #@ yasr
260
- msgid "Now I'm going to import Multi Set data"
261
- msgstr "Теперь я собираюсь импортировать данные множественного выбора"
262
-
263
- #: lib/yasr-ajax-functions.php:672
264
- #@ yasr
265
- msgid "All votes has been successfull imported."
266
- msgstr "Все голоса был успешно импортированы."
267
-
268
- #: lib/yasr-ajax-functions.php:674
269
- #@ yasr
270
- msgid "Done"
271
- msgstr "Готово"
272
-
273
- #: lib/yasr-ajax-functions.php:679
274
- #@ yasr
275
- msgid "I've found Multiple Set's votes but I couldn't insert into db"
276
- msgstr "Я нашел несколько множественных выборов голосов, но я не мог вставить в базу данных"
277
-
278
- #: lib/yasr-ajax-functions.php:687
279
- #@ yasr
280
- msgid "I've found Multi Set but with no data"
281
- msgstr "Я нашел множественный выбор, но без данных"
282
-
283
- #: lib/yasr-ajax-functions.php:696
284
- #@ yasr
285
- msgid "I've found Multi Sets names but I couldn't insert into db"
286
- msgstr "Я нашел несколько имён множественных выборов, но я не мог вставить в базу данных"
287
-
288
- #: lib/yasr-ajax-functions.php:704
289
- #@ yasr
290
- msgid "Multisets were not found. Imported is done!"
291
- msgstr "Множественные выборы не были найдены. Импорт закончен!"
292
-
293
- #: lib/yasr-ajax-functions.php:748
294
- #@ yasr
295
- msgid "No Recenet votes yet"
296
- msgstr "Голосов пока нет"
297
-
298
- #: lib/yasr-ajax-functions.php:761
299
- #: lib/yasr-db-functions.php:301
300
- #@ default
301
- msgid "anonymous"
302
- msgstr ""
303
-
304
- #: lib/yasr-ajax-functions.php:770
305
- #: lib/yasr-db-functions.php:310
306
- #, php-format
307
- #@ yasr
308
- msgid "Vote %d from %s on"
309
- msgstr "Голосовать %d из %s"
310
-
311
- #: lib/yasr-ajax-functions.php:786
312
- #: lib/yasr-db-functions.php:326
313
- #@ yasr
314
- msgid "Ip address"
315
- msgstr "IP-адрес"
316
-
317
- #: lib/yasr-ajax-functions.php:827
318
- #: lib/yasr-db-functions.php:367
319
- #@ yasr
320
- msgid "Pages"
321
- msgstr "Страницы"
322
-
323
- #: lib/yasr-ajax-functions.php:920
324
- #: lib/yasr-ajax-functions.php:1064
325
- #@ yasr
326
- msgid "Error: you can't vote 0"
327
- msgstr "Ошибка: ваш не может быть равен 0"
328
-
329
- #: lib/yasr-ajax-functions.php:1016
330
- #: lib/yasr-ajax-functions.php:1024
331
- #: lib/yasr-ajax-functions.php:1157
332
- #: lib/yasr-ajax-functions.php:1235
333
- #: lib/yasr-shortcode-functions.php:243
334
- #@ yasr
335
- msgid "Total: "
336
- msgstr "Всего голосов: "
337
-
338
- #: lib/yasr-ajax-functions.php:1016
339
- #: lib/yasr-ajax-functions.php:1024
340
- #@ yasr
341
- msgid "Average rating"
342
- msgstr "Средний рейтинг"
343
-
344
- #: lib/yasr-ajax-functions.php:1017
345
- #: lib/yasr-ajax-functions.php:1025
346
- #@ yasr
347
- msgid "Vote Saved"
348
- msgstr "Голос учтён"
349
-
350
- #: lib/yasr-ajax-functions.php:1160
351
- #@ yasr
352
- msgid "Vote updated"
353
- msgstr "Голос обновлён"
354
-
355
- #: lib/yasr-ajax-functions.php:1235
356
- #@ yasr
357
- msgid "Average "
358
- msgstr "В среднем "
359
-
360
- #: lib/yasr-ajax-functions.php:1246
361
- #@ yasr
362
- msgid "You've already voted this article"
363
- msgstr "Вы уже оценили эту статью"
364
-
365
- #: lib/yasr-ajax-functions.php:1366
366
- #@ yasr
367
- msgid "stars"
368
- msgstr "звезды"
369
-
370
- #: lib/yasr-ajax-functions.php:1371
371
- #@ yasr
372
- msgid "star"
373
- msgstr "звезда"
374
-
375
- #: lib/yasr-db-functions.php:286
376
- #@ yasr
377
- msgid "No recenet votes yet"
378
- msgstr "Голосов пока нет"
379
-
380
- #: lib/yasr-functions.php:99
381
- #: lib/yasr-functions.php:100
382
- #@ yasr
383
- msgid "Yet Another Stars Rating: Settings"
384
- msgstr "Yet Another Stars Rating: параметры"
385
-
386
- #: lib/yasr-functions.php:143
387
- #@ yasr
388
- msgid "YASR"
389
- msgstr "YASR"
390
-
391
- #: lib/yasr-functions.php:144
392
- #@ yasr
393
- msgid "Yet Another Stars Rating: Multiple set"
394
- msgstr "Yet Another Stars Rating: множественный выбор"
395
-
396
- #: lib/yasr-functions.php:150
397
- #@ yasr
398
- msgid "Overall Rating"
399
- msgstr "Общий рейтинг"
400
-
401
- #: lib/yasr-functions.php:160
402
- #@ default
403
- msgid "You don't have enought privileges to insert Overall Rating"
404
- msgstr ""
405
-
406
- #: lib/yasr-functions.php:170
407
- #@ default
408
- msgid "You don't have enought privileges to insert Multi Set"
409
- msgstr ""
410
-
411
- #: lib/yasr-functions.php:310
412
- #@ yasr
413
- msgid " reviewed by "
414
- msgstr " рассмотрены "
415
-
416
- #: lib/yasr-functions.php:311
417
- #@ yasr
418
- msgid " on "
419
- msgstr " на "
420
-
421
- #: lib/yasr-functions.php:312
422
- #@ yasr
423
- msgid " rated "
424
- msgstr " оценили "
425
-
426
- #: lib/yasr-functions.php:312
427
- #@ yasr
428
- msgid " of"
429
- msgstr " из"
430
-
431
- #: lib/yasr-functions.php:359
432
- #@ yasr
433
- msgid " written by "
434
- msgstr " Автор "
435
-
436
- #: lib/yasr-functions.php:361
437
- #@ yasr
438
- msgid " average rating "
439
- msgstr " средний рейтинг "
440
-
441
- #: lib/yasr-functions.php:362
442
- #@ yasr
443
- msgid " user ratings"
444
- msgstr " рейтинги пользователей"
445
-
446
- #: lib/yasr-settings-functions.php:49
447
- #@ yasr
448
- msgid "General settings"
449
- msgstr "Общие параметры"
450
-
451
- #: lib/yasr-settings-functions.php:50
452
- #@ yasr
453
- msgid "Auto insert options"
454
- msgstr "Параметры автоматической вставки"
455
-
456
- #: lib/yasr-settings-functions.php:51
457
- #@ yasr
458
- msgid "Show \"Overall Rating\" in Archive Page?"
459
- msgstr "Показать «Общий рейтинг» на странице архивов?"
460
-
461
- #: lib/yasr-settings-functions.php:52
462
- #@ yasr
463
- msgid "Show \"Visitor Votes\" in Archive Page?"
464
- msgstr "Показать «Голоса посетителей» на странице архивов?"
465
-
466
- #: lib/yasr-settings-functions.php:53
467
- #@ yasr
468
- msgid "Insert custom text to show before / after stars"
469
- msgstr "Вставка пользовательского текста, чтобы показать до и после звёзд"
470
-
471
- #: lib/yasr-settings-functions.php:54
472
- #@ yasr
473
- msgid "Do you want show stats for visitors votes?"
474
- msgstr "Вы хотите показать статистику голосов для посетителей?"
475
-
476
- #: lib/yasr-settings-functions.php:55
477
- #@ yasr
478
- msgid "Allow only logged in user to vote?"
479
- msgstr "Разрешить голосовать только вошедшим в систему пользователям?"
480
-
481
- #: lib/yasr-settings-functions.php:56
482
- #@ yasr
483
- msgid "Which rich snippets do you want to use?"
484
- msgstr "Какие rich snippets вы хотите использовать?"
485
-
486
- #: lib/yasr-settings-functions.php:57
487
- #@ yasr
488
- msgid "How do you want to rate \"Overall Rating\"?"
489
- msgstr "Как вы хотите оценить «Общий рейтинг»?"
490
-
491
- #: lib/yasr-settings-functions.php:71
492
- #@ yasr
493
- msgid "Use Auto Insert?"
494
- msgstr "Используйте автоматическую вставку?"
495
-
496
- #: lib/yasr-settings-functions.php:74
497
- #: lib/yasr-settings-functions.php:143
498
- #: lib/yasr-settings-functions.php:161
499
- #: lib/yasr-settings-functions.php:203
500
- #: lib/yasr-settings-functions.php:229
501
- #: lib/yasr-settings-functions.php:261
502
- #: lib/yasr-settings-functions.php:296
503
- #@ yasr
504
- msgid "Yes"
505
- msgstr "Да"
506
-
507
- #: lib/yasr-settings-functions.php:88
508
- #: lib/yasr-settings-functions.php:148
509
- #: lib/yasr-settings-functions.php:166
510
- #: lib/yasr-settings-functions.php:208
511
- #: lib/yasr-settings-functions.php:234
512
- #: lib/yasr-settings-functions.php:266
513
- #: lib/yasr-settings-functions.php:301
514
- #@ yasr
515
- msgid "No"
516
- msgstr "Нет"
517
-
518
- #: lib/yasr-settings-functions.php:94
519
- #@ yasr
520
- msgid "What?"
521
- msgstr "Что?"
522
-
523
- #: lib/yasr-settings-functions.php:97
524
- #@ yasr
525
- msgid "Overall Rating / Author Rating"
526
- msgstr "Общий рейтинг / Рейтинг автора"
527
-
528
- #: lib/yasr-settings-functions.php:105
529
- #@ yasr
530
- msgid "Both"
531
- msgstr "Оба"
532
-
533
- #: lib/yasr-settings-functions.php:109
534
- #@ yasr
535
- msgid "Where?"
536
- msgstr "Где?"
537
-
538
- #: lib/yasr-settings-functions.php:112
539
- #@ yasr
540
- msgid "Before the post"
541
- msgstr "До поста"
542
-
543
- #: lib/yasr-settings-functions.php:116
544
- #@ yasr
545
- msgid "After the post"
546
- msgstr "После поста"
547
-
548
- #: lib/yasr-settings-functions.php:121
549
- #@ yasr
550
- msgid "Size"
551
- msgstr "Размер"
552
-
553
- #: lib/yasr-settings-functions.php:140
554
- #@ yasr
555
- msgid "Exclude Pages?"
556
- msgstr "Исключить страницы?"
557
-
558
- #: lib/yasr-settings-functions.php:158
559
- #@ yasr
560
- msgid "Use only in custom post types?"
561
- msgstr "Использовать только в пользовательских типах записей?"
562
-
563
- #: lib/yasr-settings-functions.php:170
564
- #@ yasr
565
- msgid "You see this because you use custom post types."
566
- msgstr "Вы видите это, потому что вы используете пользовательские типы записей."
567
-
568
- #: lib/yasr-settings-functions.php:172
569
- #@ yasr
570
- msgid "If you want to use auto insert only in custom post types, choose Yes"
571
- msgstr "Если вы хотите использовать автоматическую вставку только в пользовательских типах записей, выберите Да"
572
-
573
- #: lib/yasr-settings-functions.php:212
574
- #@ yasr
575
- 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."
576
- msgstr "Если вы включите это, «Общий рейтинг» будет показан не только в одной статье или странице, но и на главной странице, в станицах рубрик или архивов."
577
-
578
- #: lib/yasr-settings-functions.php:238
579
- #@ yasr
580
- 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."
581
- msgstr "Если вы включите это, «Голоса посетителей» будут показаны не только на одной статье или странице, но и на главной странице, страницах рубрик и архивов."
582
-
583
- #: lib/yasr-settings-functions.php:271
584
- #@ yasr
585
- msgid "Custom text to display before Overall Rating"
586
- msgstr "Пользовательский текст перед Общим рейтингом"
587
-
588
- #: lib/yasr-settings-functions.php:276
589
- #@ yasr
590
- msgid "Custom text to display before Visitor Rating"
591
- msgstr "Пользовательский текст перед Рейтингом посетителей"
592
-
593
- #: lib/yasr-settings-functions.php:281
594
- #@ yasr
595
- msgid "Custom text to display when a non logged user has already rated"
596
- msgstr "Пользовательский текст для отображения, когда оценили не вошедшие в систему пользователи"
597
-
598
- #: lib/yasr-settings-functions.php:319
599
- #@ yasr
600
- msgid "Allow only logged-in users"
601
- msgstr "Разрешить только вошедших в систему пользователей"
602
-
603
- #: lib/yasr-settings-functions.php:323
604
- #@ yasr
605
- msgid "Allow everybody (logged in and anonymous)"
606
- msgstr "Разрешить всем (вошедшим и анонимным пользователям)"
607
-
608
- #: lib/yasr-settings-functions.php:340
609
- #@ yasr
610
- msgid "Review Rating"
611
- msgstr "Рейтинг обзора"
612
-
613
- #: lib/yasr-settings-functions.php:344
614
- #@ yasr
615
- msgid "Aggregate Rating"
616
- msgstr "Совокупный рейтинг"
617
-
618
- #: lib/yasr-settings-functions.php:349
619
- #@ yasr
620
- msgid "What is this?"
621
- msgstr "Что это?"
622
-
623
- #: lib/yasr-settings-functions.php:354
624
- #@ yasr
625
- msgid "If you select \"Review Rating\", your site will be indexed from search engines like this: "
626
- msgstr "Если выбрать «Рейтинг обзора», ваш сайт будет проиндексирован из поисковых систем, как это: "
627
-
628
- #: lib/yasr-settings-functions.php:359
629
- #@ yasr
630
- msgid "If, instead, you choose \"Aggregate Rating\", your site will be indexed like this"
631
- msgstr "Если, вместо этого, вы выбираете «Совокупный рейтинг», ваш сайт будет проиндексирован также"
632
-
633
- #: lib/yasr-settings-functions.php:377
634
- #@ yasr
635
- msgid "Stars"
636
- msgstr "Звезды"
637
-
638
- #: lib/yasr-settings-functions.php:381
639
- #@ yasr
640
- msgid "Numbers"
641
- msgstr "Числа"
642
-
643
- #: lib/yasr-settings-functions.php:406
644
- #@ yasr
645
- msgid "Which color scheme do you want to use?"
646
- msgstr "Какой цвет вы хотите использовать?"
647
-
648
- #: lib/yasr-settings-functions.php:427
649
- #@ yasr
650
- msgid "Light"
651
- msgstr "Светлый"
652
-
653
- #: lib/yasr-settings-functions.php:432
654
- #@ yasr
655
- msgid "Dark"
656
- msgstr "Темный"
657
-
658
- #: lib/yasr-settings-functions.php:437
659
- #@ yasr
660
- msgid "Preview"
661
- msgstr "Предварительный просмотр"
662
-
663
- #: lib/yasr-settings-functions.php:442
664
- #@ yasr
665
- msgid "Light theme"
666
- msgstr "Светлая тема"
667
-
668
- #: lib/yasr-settings-functions.php:447
669
- #@ yasr
670
- msgid "Dark theme"
671
- msgstr "Темная тема"
672
-
673
- #: lib/yasr-settings-functions.php:462
674
- #@ yasr
675
- msgid "Add New Multiple Set"
676
- msgstr "Добавить новый множественный выбор"
677
-
678
- #: lib/yasr-settings-functions.php:463
679
- #@ yasr
680
- msgid "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 characters"
681
- msgstr "Имена элемент#1 и элемент#2 должны быть заполнены и должны быть длиной минимум 3 символов"
682
-
683
- #: lib/yasr-settings-functions.php:466
684
- #@ yasr
685
- msgid "Name"
686
- msgstr "Имя"
687
-
688
- #: lib/yasr-settings-functions.php:471
689
- #@ yasr
690
- msgid "You can insert up to nine elements"
691
- msgstr "Вы можете вставить до девяти элементов"
692
-
693
- #: lib/yasr-settings-functions.php:476
694
- #@ yasr
695
- msgid "Element "
696
- msgstr "Элемент "
697
-
698
- #: lib/yasr-settings-functions.php:486
699
- #@ yasr
700
- msgid "Create New Set"
701
- msgstr "Создать новый выбор"
702
-
703
- #: lib/yasr-settings-functions.php:507
704
- #: lib/yasr-settings-functions.php:539
705
- #@ yasr
706
- msgid "Manage Multiple Set"
707
- msgstr "Управление множественным выбором"
708
-
709
- #: lib/yasr-settings-functions.php:509
710
- #@ yasr
711
- msgid "Wich set do you want to edit or remove?"
712
- msgstr "Вы хотите изменить или удалить набор?"
713
-
714
- #: lib/yasr-settings-functions.php:517
715
- #: yasr-metabox-multiple-rating.php:46
716
- #: yasr-metabox-top-right.php:197
717
- #@ default
718
- #@ yasr
719
- msgid "Select"
720
- msgstr "Выберите"
721
-
722
- #: lib/yasr-settings-functions.php:549
723
- #: lib/yasr-settings-functions.php:667
724
- #@ yasr
725
- msgid "Field name"
726
- msgstr "Имя поля"
727
-
728
- #: lib/yasr-settings-functions.php:553
729
- #: lib/yasr-settings-functions.php:671
730
- #@ yasr
731
- msgid "Remove"
732
- msgstr "Удалить"
733
-
734
- #: lib/yasr-settings-functions.php:595
735
- #: lib/yasr-settings-functions.php:713
736
- #@ yasr
737
- msgid "Remove whole set?"
738
- msgstr "Удалить весь набор?"
739
-
740
- #: lib/yasr-settings-functions.php:608
741
- #: lib/yasr-settings-functions.php:726
742
- #@ yasr
743
- msgid "If you remove something you will remove all the votes for that set or field. This operation CAN'T BE undone."
744
- msgstr "Если вы удалите что-то будут удалены все голоса для этого поля или набора. Эта операция не может быть отменена."
745
-
746
- #: lib/yasr-settings-functions.php:615
747
- #: lib/yasr-settings-functions.php:733
748
- #@ yasr
749
- msgid "You can use up to 9 elements"
750
- msgstr "Можно использовать до 9 элементов"
751
-
752
- #: lib/yasr-settings-functions.php:617
753
- #: lib/yasr-settings-functions.php:735
754
- #@ yasr
755
- msgid "Add element"
756
- msgstr "Добавить элемент"
757
-
758
- #: lib/yasr-settings-functions.php:619
759
- #: lib/yasr-settings-functions.php:737
760
- #@ yasr
761
- msgid "Save changes"
762
- msgstr "Сохранить изменения"
763
-
764
- #: lib/yasr-settings-functions.php:629
765
- #@ yasr
766
- msgid "No Multiple Set were found"
767
- msgstr "Множественные выборы не были найдены"
768
-
769
- #: lib/yasr-settings-functions.php:879
770
- #: lib/yasr-settings-functions.php:1147
771
- #@ yasr
772
- msgid "Settings Saved"
773
- msgstr "Параметры сохранены"
774
-
775
- #: lib/yasr-settings-functions.php:884
776
- #@ yasr
777
- msgid "Something goes wrong trying insert set field name. Please report it"
778
- msgstr "Что-то пошло не так, при попытке вставить задать имя поля. Пожалуйста сообщите об этом"
779
-
780
- #: lib/yasr-settings-functions.php:890
781
- #@ yasr
782
- msgid "Something goes wrong trying insert Multi Set name. Please report it"
783
- msgstr "Что-то пошло не так, при попытке вставить имя множественного выбора. Пожалуйста сообщите об этом"
784
-
785
- #: lib/yasr-settings-functions.php:965
786
- #@ yasr
787
- msgid "Something goes wrong trying to delete a Multi Set . Please report it"
788
- msgstr "Что-то пошло не так, при попытке удалить множественный выбор. Пожалуйста сообщите об этом"
789
-
790
- #: lib/yasr-settings-functions.php:1011
791
- #@ yasr
792
- msgid "Something goes wrong trying to delete a Multi Set's element. Please report it"
793
- msgstr "Что-то пошло не так, при попытке удалить элемент множественного выбора. Пожалуйста сообщите об этом"
794
-
795
- #: lib/yasr-settings-functions.php:1075
796
- #@ yasr
797
- msgid "Something goes wrong trying to update a Multi Set's element. Please report it"
798
- msgstr "Что-то пошло не так, при попытке обновить элемент множественного выбора. Пожалуйста сообщите об этом"
799
-
800
- #: lib/yasr-settings-functions.php:1132
801
- #@ yasr
802
- msgid "Something goes wrong trying to insert set field name in edit form. Please report it"
803
- msgstr "Что-то пошло не так, при попытке вставить поле имя в форме редактирования. Пожалуйста сообщите об этом"
804
-
805
- #: lib/yasr-settings-functions.php:1175
806
- #@ yasr
807
- msgid "Style Options"
808
- msgstr "Параметры стиля"
809
-
810
- #: lib/yasr-settings-functions.php:1176
811
- #@ yasr
812
- msgid "Custom CSS Styles"
813
- msgstr "Пользовательские CSS стили"
814
-
815
- #: lib/yasr-settings-functions.php:1181
816
- #@ yasr
817
- msgid "Please use text area below to write your own CSS styles to override the default ones."
818
- msgstr "Пожалуйста, используйте текстовое поле ниже чтобы написать свои собственные CSS стили для переопределения по умолчанию."
819
-
820
- #: lib/yasr-settings-functions.php:1183
821
- #@ yasr
822
- msgid "Leave it blank if you don't know what you're doing"
823
- msgstr "Оставьте это поле пустым, если вы не знаете, что вы делаете"
824
-
825
- #: lib/yasr-settings-functions.php:1206
826
- #@ yasr
827
- msgid "Looking for more features?"
828
- msgstr "Хотите больше возможностей?"
829
-
830
- #: lib/yasr-settings-functions.php:1207
831
- #@ yasr
832
- msgid "Upgrade to yasr pro!"
833
- msgstr "Обновление до yasr pro!"
834
-
835
- #: lib/yasr-settings-functions.php:1223
836
- #@ yasr
837
- msgid "Unlimited ratings and votes"
838
- msgstr "Неограниченное рейтинги и голоса"
839
-
840
- #: lib/yasr-settings-functions.php:1229
841
- #@ yasr
842
- msgid "Works with shortcodes"
843
- msgstr "Работает с шорткодами"
844
-
845
- #: lib/yasr-settings-functions.php:1235
846
- #@ yasr
847
- msgid "Multi Set Support"
848
- msgstr "Поддержка множественных выборов"
849
-
850
- #: lib/yasr-settings-functions.php:1240
851
- #@ yasr
852
- msgid "Logs and stats for visitors votes"
853
- msgstr "Логи и статистика для голосов посетителей"
854
-
855
- #: lib/yasr-settings-functions.php:1245
856
- #@ yasr
857
- msgid "Localization (.po and .mo files included)"
858
- msgstr "Локализация (.po и .mo файлы включены)"
859
-
860
- #: lib/yasr-settings-functions.php:1250
861
- #@ yasr
862
- msgid "Rich Snippet Support"
863
- msgstr "Поддержка Rich Snippet"
864
-
865
- #: lib/yasr-settings-functions.php:1255
866
- #@ yasr
867
- msgid "Rankings for reviews, votes and users"
868
- msgstr "Рейтинги отзывов и голосов пользователей"
869
-
870
- #: lib/yasr-settings-functions.php:1260
871
- #@ yasr
872
- msgid "Rankings Customization"
873
- msgstr "Настройка рейтинга"
874
-
875
- #: lib/yasr-settings-functions.php:1265
876
- #@ yasr
877
- msgid "Stars Customization"
878
- msgstr "Настройка звёзд"
879
-
880
- #: lib/yasr-settings-functions.php:1266
881
- #@ yasr
882
- msgid "Size Only"
883
- msgstr "Только размер"
884
-
885
- #: lib/yasr-settings-functions.php:1267
886
- #@ yasr
887
- msgid "Users can choose different ready to use sets or can upload their own images."
888
- msgstr "Пользователи могут выбрать различные готовые к использованию наборы или можно загрузить свои собственные изображения."
889
-
890
- #: lib/yasr-settings-functions.php:1270
891
- #@ yasr
892
- msgid "Visitors can vote on Multi Set"
893
- msgstr "Посетители могут голосовать на множественных выборах"
894
-
895
- #: lib/yasr-settings-functions.php:1275
896
- #@ yasr
897
- msgid "Users can review in comments"
898
- msgstr "Пользователи могут оценивать комментарии"
899
-
900
- #: lib/yasr-settings-functions.php:1286
901
- #@ yasr
902
- msgid "Not avaible yet"
903
- msgstr "Пока еще не доступна"
904
-
905
- #: lib/yasr-settings-functions.php:1306
906
- #: lib/yasr-settings-functions.php:1332
907
- #: yasr-settings-page.php:264
908
- #@ yasr
909
- msgid "Donations"
910
- msgstr "Пожертвования"
911
-
912
- #: lib/yasr-settings-functions.php:1308
913
- #: lib/yasr-settings-functions.php:1334
914
- #: yasr-settings-page.php:266
915
- #@ yasr
916
- msgid "If you have found this plugin useful, please consider making a donation to help support future development. Your support will be much appreciated. "
917
- msgstr "Если вы нашли этот плагин полезным, пожалуйста, рассмотреть вопрос о внесении пожертвование для поддержки будущего развития. Ваша помощь будет высоко ценится. "
918
-
919
- #: lib/yasr-settings-functions.php:1310
920
- #: lib/yasr-settings-functions.php:1336
921
- #: yasr-settings-page.php:268
922
- #@ yasr
923
- msgid "Thank you!"
924
- msgstr "Спасибо!"
925
-
926
- #: lib/yasr-settings-functions.php:1318
927
- #: lib/yasr-settings-functions.php:1345
928
- #@ yasr
929
- msgid "Follow YASR official site!"
930
- msgstr "YASR Официальный сайт!"
931
-
932
- #: lib/yasr-settings-functions.php:1375
933
- #@ yasr
934
- msgid "No previous Gd Star Rating installation was found"
935
- msgstr "Предыдущая установка Gd Star Rating не найдена"
936
-
937
- #: lib/yasr-shortcode-functions.php:136
938
- #: yasr-metabox-top-right.php:71
939
- #@ yasr
940
- msgid "Loading, please wait"
941
- msgstr "Загружается, пожалуйста подождите"
942
-
943
- #: lib/yasr-shortcode-functions.php:187
944
- #: lib/yasr-shortcode-functions.php:209
945
- #@ yasr
946
- msgid "You've already voted this article with"
947
- msgstr "Вы уже проголосовали за эту статью"
948
-
949
- #: lib/yasr-shortcode-functions.php:220
950
- #@ yasr
951
- msgid "You must sign to vote"
952
- msgstr "Вы должны отметить голос"
953
-
954
- #: lib/yasr-shortcode-functions.php:243
955
- #@ yasr
956
- msgid "Average: "
957
- msgstr "Средний: "
958
-
959
- #: lib/yasr-shortcode-functions.php:263
960
- #@ yasr
961
- msgid "bad, poor, ok, good, super"
962
- msgstr "ужасно, плохо, нормально, хорошо, прекрасно"
963
-
964
- #: lib/yasr-shortcode-functions.php:502
965
- #@ yasr
966
- msgid "Rating"
967
- msgstr "Рейтинг"
968
-
969
- #: lib/yasr-shortcode-functions.php:516
970
- #@ yasr
971
- msgid "You don't have any votes stored"
972
- msgstr "У вас нет голосов"
973
-
974
- #: lib/yasr-shortcode-functions.php:552
975
- #: lib/yasr-shortcode-functions.php:590
976
- #@ yasr
977
- msgid "Post / Page"
978
- msgstr "Пост / страница"
979
-
980
- #: lib/yasr-shortcode-functions.php:553
981
- #: lib/yasr-shortcode-functions.php:591
982
- #@ yasr
983
- msgid "Order By"
984
- msgstr "Упорядочить по"
985
-
986
- #: lib/yasr-shortcode-functions.php:553
987
- #: lib/yasr-shortcode-functions.php:591
988
- #@ yasr
989
- msgid "Most Rated"
990
- msgstr "Больше оценок"
991
-
992
- #: lib/yasr-shortcode-functions.php:553
993
- #: lib/yasr-shortcode-functions.php:591
994
- #@ yasr
995
- msgid "Highest Rated"
996
- msgstr "Самые высокие оценки"
997
-
998
- #: lib/yasr-shortcode-functions.php:570
999
- #: lib/yasr-shortcode-functions.php:605
1000
- #@ yasr
1001
- msgid "Total:"
1002
- msgstr "Всего:"
1003
-
1004
- #: lib/yasr-shortcode-functions.php:570
1005
- #: lib/yasr-shortcode-functions.php:605
1006
- #@ yasr
1007
- msgid "Average"
1008
- msgstr "В среднем"
1009
-
1010
- #: lib/yasr-shortcode-functions.php:582
1011
- #@ yasr
1012
- msgid "You've not enough data"
1013
- msgstr "У вас не хватает данных"
1014
-
1015
- #: lib/yasr-shortcode-functions.php:617
1016
- #@ yasr
1017
- msgid "You've not enought data"
1018
- msgstr "У вас не хватает данных"
1019
-
1020
- #: lib/yasr-shortcode-functions.php:702
1021
- #@ default
1022
- msgid "Problem while retrieving the top 5 most active reviewers. Did you publish any review?"
1023
- msgstr ""
1024
-
1025
- #: lib/yasr-shortcode-functions.php:770
1026
- #@ default
1027
- msgid "Problem while retrieving the top 10 active users chart. Are you sure you have votes to show?"
1028
- msgstr ""
1029
-
1030
- #: yasr-metabox-multiple-rating.php:35
1031
- #@ default
1032
- msgid "Choose wich set you want to use"
1033
- msgstr ""
1034
-
1035
- #: yasr-metabox-top-right.php:65
1036
- #: yasr-metabox-top-right.php:99
1037
- #@ yasr
1038
- msgid "Rate this article / item"
1039
- msgstr "Оценить эту статью / пункт"
1040
-
1041
- #: yasr-metabox-top-right.php:147
1042
- #@ yasr
1043
- msgid "Save Vote"
1044
- msgstr "Сохранить голосование"
1045
-
1046
- #: yasr-metabox-top-right.php:164
1047
- #@ default
1048
- msgid "This review is about a..."
1049
- msgstr ""
1050
-
1051
- #: yasr-metabox-top-right.php:169
1052
- #@ yasr
1053
- msgid "Product, Places, Other"
1054
- msgstr "Продукт, места, другие"
1055
-
1056
- #: yasr-metabox-top-right.php:215
1057
- #@ yasr
1058
- msgid "Remember to insert this shortcode <strong>[yasr_overall_rating]</strong> where you want to display this rating"
1059
- msgstr "Не забудьте вставить этот шорткод <strong>[yasr_overall_rating]</strong> , где вы хотите отобразить этот рейтинг"
1060
-
1061
- #: yasr-settings-page.php:33
1062
- #@ yasr
1063
- msgid "Settings"
1064
- msgstr "Параметры"
1065
-
1066
- #: yasr-settings-page.php:76
1067
- #@ yasr
1068
- msgid "General Settings"
1069
- msgstr "Общие параметры"
1070
-
1071
- #: yasr-settings-page.php:77
1072
- #@ yasr
1073
- msgid "Multi Sets"
1074
- msgstr "Множественные выборы"
1075
-
1076
- #: yasr-settings-page.php:78
1077
- #@ yasr
1078
- msgid "Styles"
1079
- msgstr "Стили"
1080
-
1081
- #: yasr-settings-page.php:79
1082
- #@ yasr
1083
- msgid "Pro Features!"
1084
- msgstr "Про особенности!"
1085
-
1086
- #: yasr-settings-page.php:96
1087
- #: yasr-settings-page.php:254
1088
- #: yasr-settings-page.php:294
1089
- #@ default
1090
- msgid "Save"
1091
- msgstr ""
1092
-
1093
- #: yasr-settings-page.php:116
1094
- #@ yasr
1095
- msgid "Import Gd Star Rating"
1096
- msgstr "Импорт Gd Star Rating"
1097
-
1098
- #: yasr-settings-page.php:117
1099
- #@ yasr
1100
- msgid "I've found a previous installation of Gd Star Rating."
1101
- msgstr нашел предыдущие установки Gd Star Rating"
1102
-
1103
- #: yasr-settings-page.php:117
1104
- #@ yasr
1105
- msgid "Do you want proceed to import data?"
1106
- msgstr "Вы хотите продолжить импорт данных?"
1107
-
1108
- #: yasr-settings-page.php:119
1109
- #@ yasr
1110
- msgid "Yes, Begin Import"
1111
- msgstr "Да, начать импорт"
1112
-
1113
- #: yasr-settings-page.php:123
1114
- #@ default
1115
- msgid "Click on Proceed to import Gd Star Rating data."
1116
- msgstr ""
1117
-
1118
- #: yasr-settings-page.php:126
1119
- #: yasr-settings-page.php:159
1120
- #@ yasr
1121
- msgid "Proceed"
1122
- msgstr "Запустить"
1123
-
1124
- #: yasr-settings-page.php:148
1125
- #@ yasr
1126
- msgid "Manage GD Star Data"
1127
- msgstr "Управление Gd Star Rating"
1128
-
1129
- #: yasr-settings-page.php:149
1130
- #@ default
1131
- msgid "Gd Star Rating has been already imported."
1132
- msgstr ""
1133
-
1134
- #: yasr-settings-page.php:150
1135
- #@ yasr
1136
- msgid "If you wish you can import it again, but"
1137
- msgstr "Если вы хотите, вы можете импортировать его снова, но"
1138
-
1139
- #: yasr-settings-page.php:150
1140
- #@ yasr
1141
- msgid "you will lose all data you've collect since the import!"
1142
- msgstr "вы потеряете все данные с импорта!"
1143
-
1144
- #: yasr-settings-page.php:152
1145
- #@ default
1146
- msgid "Ok, Import Again"
1147
- msgstr ""
1148
-
1149
- #: yasr-settings-page.php:156
1150
- #@ default
1151
- msgid "Click on Proceed to import again Gd Star Rating data. This may take a while!"
1152
- msgstr ""
1153
-
1154
- #: yasr-settings-page.php:196
1155
- #@ yasr
1156
- msgid "Manage Multi Set"
1157
- msgstr "Управление множественным выбором"
1158
-
1159
- #: yasr-settings-page.php:200
1160
- #@ yasr
1161
- msgid "What is a Multi Set?"
1162
- msgstr "Что такое множественный выбор?"
1163
-
1164
- #: yasr-settings-page.php:205
1165
- #@ yasr
1166
- 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."
1167
- msgstr "Множественный выбор позволяет оставить голос для каждого описания о продукте / событии / обзоре, пример на картинке ниже."
1168
-
1169
- #: yasr-settings-page.php:209
1170
- #@ yasr
1171
- 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)"
1172
- msgstr "Можно создавать до 99 различных множественных выборов и каждый из них может содержать до 9 различных полей. После того как вы сохранили его, оценки можно вставить при вводе текста вашей статьи в поле ниже редактора, как вы видите на этом рисунке (нажмите, чтобы увидеть ее больше)"
1173
-
1174
- #: yasr-settings-page.php:213
1175
- #@ yasr
1176
- 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\"."
1177
- msgstr "Чтобы вставить несколько наборов в записи или страницы, вы можете либо вставить шорткод, который будет появляться в нижней части или просто нажмите на звезду в графическом редакторе и выберите пункт «Вставить множественный выбор»."
1178
-
1179
- #: yasr-settings-page.php:219
1180
- #@ yasr
1181
- msgid "Close this message"
1182
- msgstr "Закройте это сообщение"
1183
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 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"
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%100/10==1 ? 2 : n%10==1 ? 0 : (n"
14
+ "+9)%10>3 ? 2 : 1;\n"
15
+ "X-Generator: Poedit 1.5.4\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
19
+ "X-Poedit-Basepath: ../\n"
20
+ "X-Textdomain-Support: yes\n"
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"
62
+ msgstr ""
63
+ "Не забудьте вставить этот шорткод <strong>[yasr_overall_rating]</strong> , "
64
+ "где вы хотите отобразить этот рейтинг"
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."
180
+ msgstr ""
181
+ "Множественный выбор позволяет оставить голос для каждого описания о "
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 "
189
+ "typing your article in the box below the editor, as you can see in this "
190
+ "image (click to see it larger)"
191
+ msgstr ""
192
+ "Можно создавать до 99 различных множественных выборов и каждый из них может "
193
+ "содержать до 9 различных полей. После того как вы сохранили его, оценки "
194
+ "можно вставить при вводе текста вашей статьи в поле ниже редактора, как вы "
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 "
202
+ "the star in the graphic editor and select \"Insert Multi Set\"."
203
+ msgstr ""
204
+ "Чтобы вставить несколько наборов в записи или страницы, вы можете либо "
205
+ "вставить шорткод, который будет появляться в нижней части или просто нажмите "
206
+ "на звезду в графическом редакторе и выберите пункт «Вставить множественный "
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?"
342
+ msgstr ""
343
+
344
+ # @ yasr
345
+ #: lib/yasr-settings-functions.php:52
346
+ msgid "General settings"
347
+ msgstr "Общие параметры"
348
+
349
+ # @ yasr
350
+ #: lib/yasr-settings-functions.php:53
351
+ msgid "Auto insert options"
352
+ msgstr "Параметры автоматической вставки"
353
+
354
+ # @ yasr
355
+ #: lib/yasr-settings-functions.php:54
356
+ msgid "Show \"Overall Rating\" in Archive Page?"
357
+ msgstr "Показать «Общий рейтинг» на странице архивов?"
358
+
359
+ # @ yasr
360
+ #: lib/yasr-settings-functions.php:55
361
+ msgid "Show \"Visitor Votes\" in Archive Page?"
362
+ msgstr "Показать «Голоса посетителей» на странице архивов?"
363
+
364
+ # @ yasr
365
+ #: lib/yasr-settings-functions.php:56
366
+ msgid "Insert custom text to show before / after stars"
367
+ msgstr "Вставка пользовательского текста, чтобы показать до и после звёзд"
368
+
369
+ # @ yasr
370
+ #: lib/yasr-settings-functions.php:57
371
+ msgid "Do you want show stats for visitors votes?"
372
+ msgstr "Вы хотите показать статистику голосов для посетителей?"
373
+
374
+ # @ yasr
375
+ #: lib/yasr-settings-functions.php:58
376
+ msgid "Allow only logged in user to vote?"
377
+ msgstr "Разрешить голосовать только вошедшим в систему пользователям?"
378
+
379
+ # @ yasr
380
+ #: lib/yasr-settings-functions.php:59
381
+ msgid "Which rich snippets do you want to use?"
382
+ msgstr "Какие rich snippets вы хотите использовать?"
383
+
384
+ # @ yasr
385
+ #: lib/yasr-settings-functions.php:60
386
+ msgid "How do you want to rate \"Overall Rating\"?"
387
+ msgstr "Как вы хотите оценить «Общий рейтинг»?"
388
+
389
+ # @ yasr
390
+ #: lib/yasr-settings-functions.php:74
391
+ msgid "Use Auto Insert?"
392
+ msgstr "Используйте автоматическую вставку?"
393
+
394
+ # @ yasr
395
+ #: lib/yasr-settings-functions.php:77 lib/yasr-settings-functions.php:146
396
+ #: lib/yasr-settings-functions.php:164 lib/yasr-settings-functions.php:206
397
+ #: lib/yasr-settings-functions.php:232 lib/yasr-settings-functions.php:266
398
+ #: lib/yasr-settings-functions.php:321
399
+ msgid "Yes"
400
+ msgstr "Да"
401
+
402
+ # @ yasr
403
+ #: lib/yasr-settings-functions.php:91 lib/yasr-settings-functions.php:151
404
+ #: lib/yasr-settings-functions.php:169 lib/yasr-settings-functions.php:211
405
+ #: lib/yasr-settings-functions.php:237 lib/yasr-settings-functions.php:271
406
+ #: lib/yasr-settings-functions.php:326
407
+ msgid "No"
408
+ msgstr "Нет"
409
+
410
+ # @ yasr
411
+ #: lib/yasr-settings-functions.php:97
412
+ msgid "What?"
413
+ msgstr "Что?"
414
+
415
+ # @ yasr
416
+ #: lib/yasr-settings-functions.php:100
417
+ 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
+
425
+ # @ yasr
426
+ #: lib/yasr-settings-functions.php:108
427
+ msgid "Both"
428
+ msgstr "Оба"
429
+
430
+ # @ yasr
431
+ #: lib/yasr-settings-functions.php:112
432
+ msgid "Where?"
433
+ msgstr "Где?"
434
+
435
+ # @ yasr
436
+ #: lib/yasr-settings-functions.php:115
437
+ msgid "Before the post"
438
+ msgstr "До поста"
439
+
440
+ # @ yasr
441
+ #: lib/yasr-settings-functions.php:119
442
+ msgid "After the post"
443
+ msgstr "После поста"
444
+
445
+ # @ yasr
446
+ #: lib/yasr-settings-functions.php:124
447
+ 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
+
468
+ # @ yasr
469
+ #: lib/yasr-settings-functions.php:143
470
+ msgid "Exclude Pages?"
471
+ msgstr "Исключить страницы?"
472
+
473
+ # @ yasr
474
+ #: lib/yasr-settings-functions.php:161
475
+ msgid "Use only in custom post types?"
476
+ msgstr "Использовать только в пользовательских типах записей?"
477
+
478
+ # @ yasr
479
+ #: lib/yasr-settings-functions.php:173
480
+ msgid "You see this because you use custom post types."
481
+ msgstr ""
482
+ "Вы видите это, потому что вы используете пользовательские типы записей."
483
+
484
+ # @ yasr
485
+ #: lib/yasr-settings-functions.php:175
486
+ msgid "If you want to use auto insert only in custom post types, choose Yes"
487
+ msgstr ""
488
+ "Если вы хотите использовать автоматическую вставку только в пользовательских "
489
+ "типах записей, выберите Да"
490
+
491
+ # @ yasr
492
+ #: lib/yasr-settings-functions.php:215
493
+ msgid ""
494
+ "If you enable this, \"Overall Rating\" will be showed not only in the single "
495
+ "article or page, but also in pages like Home Page, category pages or "
496
+ "archives."
497
+ msgstr ""
498
+ "Если вы включите это, «Общий рейтинг» будет показан не только в одной статье "
499
+ "или странице, но и на главной странице, в станицах рубрик или архивов."
500
+
501
+ # @ yasr
502
+ #: lib/yasr-settings-functions.php:241
503
+ msgid ""
504
+ "If you enable this, \"Visitor Votes\" will be showed not only in the single "
505
+ "article or page, but also in pages like Home Page, category pages or "
506
+ "archives."
507
+ msgstr ""
508
+ "Если вы включите это, «Голоса посетителей» будут показаны не только на одной "
509
+ "статье или странице, но и на главной странице, страницах рубрик и архивов."
510
+
511
+ # @ yasr
512
+ #: lib/yasr-settings-functions.php:276
513
+ msgid "Custom text to display before Overall Rating"
514
+ msgstr "Пользовательский текст перед Общим рейтингом"
515
+
516
+ # @ yasr
517
+ #: lib/yasr-settings-functions.php:281
518
+ #, fuzzy
519
+ msgid "Custom text to display BEFORE Visitor Rating"
520
+ msgstr "Пользовательский текст перед Рейтингом посетителей"
521
+
522
+ # @ yasr
523
+ #: lib/yasr-settings-functions.php:287
524
+ #, fuzzy
525
+ msgid "Custom text to display AFTER Visitor Rating"
526
+ msgstr "Пользовательский текст перед Рейтингом посетителей"
527
+
528
+ # @ yasr
529
+ #: lib/yasr-settings-functions.php:292
530
+ msgid "Custom text to display when a non logged user has already rated"
531
+ msgstr ""
532
+ "Пользовательский текст для отображения, когда оценили не вошедшие в систему "
533
+ "пользователи"
534
+
535
+ #: lib/yasr-settings-functions.php:297
536
+ msgid "Help"
537
+ msgstr ""
538
+
539
+ #: lib/yasr-settings-functions.php:301
540
+ msgid ""
541
+ "In the first field you can use %overall_rating% pattern to show the overall "
542
+ "rating."
543
+ msgstr ""
544
+
545
+ #: lib/yasr-settings-functions.php:305
546
+ msgid ""
547
+ "In the Second and Third fields you can use %total_count% pattern to show the "
548
+ "total count, and %average% pattern to show the average"
549
+ msgstr ""
550
+
551
+ # @ yasr
552
+ #: lib/yasr-settings-functions.php:344
553
+ msgid "Allow only logged-in users"
554
+ msgstr "Разрешить только вошедших в систему пользователей"
555
+
556
+ # @ yasr
557
+ #: lib/yasr-settings-functions.php:348
558
+ msgid "Allow everybody (logged in and anonymous)"
559
+ msgstr "Разрешить всем (вошедшим и анонимным пользователям)"
560
+
561
+ # @ yasr
562
+ #: lib/yasr-settings-functions.php:365
563
+ msgid "Review Rating"
564
+ msgstr "Рейтинг обзора"
565
+
566
+ # @ yasr
567
+ #: lib/yasr-settings-functions.php:369
568
+ msgid "Aggregate Rating"
569
+ msgstr "Совокупный рейтинг"
570
+
571
+ # @ yasr
572
+ #: lib/yasr-settings-functions.php:374
573
+ msgid "What is this?"
574
+ msgstr "Что это?"
575
+
576
+ # @ yasr
577
+ #: lib/yasr-settings-functions.php:379
578
+ msgid ""
579
+ "If you select \"Review Rating\", your site will be indexed from search "
580
+ "engines like this: "
581
+ msgstr ""
582
+ "Если выбрать «Рейтинг обзора», ваш сайт будет проиндексирован из поисковых "
583
+ "систем, как это: "
584
+
585
+ # @ yasr
586
+ #: lib/yasr-settings-functions.php:384
587
+ msgid ""
588
+ "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
589
+ "this"
590
+ msgstr ""
591
+ "Если, вместо этого, вы выбираете «Совокупный рейтинг», ваш сайт будет "
592
+ "проиндексирован также"
593
+
594
+ # @ yasr
595
+ #: lib/yasr-settings-functions.php:402
596
+ msgid "Stars"
597
+ msgstr "Звезды"
598
+
599
+ # @ yasr
600
+ #: lib/yasr-settings-functions.php:406
601
+ msgid "Numbers"
602
+ msgstr "Числа"
603
+
604
+ # @ yasr
605
+ #: lib/yasr-settings-functions.php:431
606
+ msgid "Which color scheme do you want to use?"
607
+ msgstr "Какой цвет вы хотите использовать?"
608
+
609
+ # @ yasr
610
+ #: lib/yasr-settings-functions.php:452
611
+ msgid "Light"
612
+ msgstr "Светлый"
613
+
614
+ # @ yasr
615
+ #: lib/yasr-settings-functions.php:457
616
+ msgid "Dark"
617
+ msgstr "Темный"
618
+
619
+ # @ yasr
620
+ #: lib/yasr-settings-functions.php:462
621
+ msgid "Preview"
622
+ msgstr "Предварительный просмотр"
623
+
624
+ # @ yasr
625
+ #: lib/yasr-settings-functions.php:467
626
+ msgid "Light theme"
627
+ msgstr "Светлая тема"
628
+
629
+ # @ yasr
630
+ #: lib/yasr-settings-functions.php:472
631
+ msgid "Dark theme"
632
+ msgstr "Темная тема"
633
+
634
+ # @ yasr
635
+ #: lib/yasr-settings-functions.php:487
636
+ msgid "Add New Multiple Set"
637
+ msgstr "Добавить новый множественный выбор"
638
+
639
+ # @ yasr
640
+ #: lib/yasr-settings-functions.php:488
641
+ msgid ""
642
+ "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
643
+ "characters"
644
+ msgstr ""
645
+ "Имена элемент#1 и элемент#2 должны быть заполнены и должны быть длиной "
646
+ "минимум 3 символов"
647
+
648
+ # @ yasr
649
+ #: lib/yasr-settings-functions.php:491
650
+ msgid "Name"
651
+ msgstr "Имя"
652
+
653
+ # @ yasr
654
+ #: lib/yasr-settings-functions.php:496
655
+ msgid "You can insert up to nine elements"
656
+ msgstr "Вы можете вставить до девяти элементов"
657
+
658
+ # @ yasr
659
+ #: lib/yasr-settings-functions.php:501
660
+ msgid "Element "
661
+ msgstr "Элемент "
662
+
663
+ # @ yasr
664
+ #: lib/yasr-settings-functions.php:511
665
+ 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
+
673
+ # @ yasr
674
+ #: lib/yasr-settings-functions.php:534
675
+ 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."
698
+ msgstr ""
699
+ "Если вы удалите что-то будут удалены все голоса для этого поля или набора. "
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
+
722
+ # @ yasr
723
+ #: lib/yasr-settings-functions.php:904 lib/yasr-settings-functions.php:1172
724
+ msgid "Settings Saved"
725
+ msgstr "Параметры сохранены"
726
+
727
+ # @ yasr
728
+ #: lib/yasr-settings-functions.php:909
729
+ msgid "Something goes wrong trying insert set field name. Please report it"
730
+ msgstr ""
731
+ "Что-то пошло не так, при попытке вставить задать имя поля. Пожалуйста "
732
+ "сообщите об этом"
733
+
734
+ # @ yasr
735
+ #: lib/yasr-settings-functions.php:915
736
+ msgid "Something goes wrong trying insert Multi Set name. Please report it"
737
+ msgstr ""
738
+ "Что-то пошло не так, при попытке вставить имя множественного выбора. "
739
+ "Пожалуйста сообщите об этом"
740
+
741
+ # @ yasr
742
+ #: lib/yasr-settings-functions.php:990
743
+ msgid "Something goes wrong trying to delete a Multi Set . Please report it"
744
+ msgstr ""
745
+ "Что-то пошло не так, при попытке удалить множественный выбор. Пожалуйста "
746
+ "сообщите об этом"
747
+
748
+ # @ yasr
749
+ #: lib/yasr-settings-functions.php:1036
750
+ msgid ""
751
+ "Something goes wrong trying to delete a Multi Set's element. Please report it"
752
+ msgstr ""
753
+ "Что-то пошло не так, при попытке удалить элемент множественного выбора. "
754
+ "Пожалуйста сообщите об этом"
755
+
756
+ # @ yasr
757
+ #: lib/yasr-settings-functions.php:1100
758
+ msgid ""
759
+ "Something goes wrong trying to update a Multi Set's element. Please report it"
760
+ msgstr ""
761
+ "Что-то пошло не так, при попытке обновить элемент множественного выбора. "
762
+ "Пожалуйста сообщите об этом"
763
+
764
+ # @ yasr
765
+ #: lib/yasr-settings-functions.php:1157
766
+ msgid ""
767
+ "Something goes wrong trying to insert set field name in edit form. Please "
768
+ "report it"
769
+ msgstr ""
770
+ "Что-то пошло не так, при попытке вставить поле имя в форме редактирования. "
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."
788
+ msgstr ""
789
+ "Пожалуйста, используйте текстовое поле ниже чтобы написать свои собственные "
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 ""
862
+ "Пользователи могут выбрать различные готовые к использованию наборы или "
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
+
885
+ # @ yasr
886
+ #: lib/yasr-db-functions.php:310
887
+ 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
+
895
+ # @ yasr
896
+ #: lib/yasr-db-functions.php:334
897
+ #, fuzzy, php-format
898
+ 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
+
911
+ # @ yasr
912
+ #: lib/yasr-functions.php:99 lib/yasr-functions.php:100
913
+ msgid "Yet Another Stars Rating: Settings"
914
+ msgstr "Yet Another Stars Rating: параметры"
915
+
916
+ # @ yasr
917
+ #: lib/yasr-functions.php:148
918
+ msgid "Yet Another Stars Rating: Multiple set"
919
+ msgstr "Yet Another Stars Rating: множественный выбор"
920
+
921
+ # @ default
922
+ #: lib/yasr-functions.php:159
923
+ msgid "You don't have enought privileges to insert Overall Rating"
924
+ msgstr ""
925
+
926
+ # @ default
927
+ #: lib/yasr-functions.php:169
928
+ 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!"
1156
+ msgstr ""
1157
+ "Шаг 2: я буду проверять, если вы использовали несколько множественных "
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 "звезда"
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-04-22 15:42+0100\n"
5
- "PO-Revision-Date: 2015-04-22 15:42+0100\n"
6
  "Last-Translator: Dario <thedudoworld@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: En\n"
@@ -19,8 +19,8 @@ msgstr ""
19
  msgid "Rate this article / item"
20
  msgstr ""
21
 
22
- #: ../yasr-metabox-top-right.php:71 ../lib/yasr-shortcode-functions.php:138
23
- #: ../lib/yasr-shortcode-functions.php:543
24
  msgid "Loading, please wait"
25
  msgstr ""
26
 
@@ -37,7 +37,7 @@ 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:540
41
  msgid "Select"
42
  msgstr ""
43
 
@@ -47,7 +47,7 @@ msgid ""
47
  "where you want to display this rating"
48
  msgstr ""
49
 
50
- #: ../yasr-settings-page.php:24 ../lib/yasr-functions.php:110
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."
@@ -160,20 +160,20 @@ msgstr ""
160
  msgid "Close this message"
161
  msgstr ""
162
 
163
- #: ../yasr-settings-page.php:265 ../lib/yasr-settings-functions.php:1324
164
- #: ../lib/yasr-settings-functions.php:1350
165
  msgid "Donations"
166
  msgstr ""
167
 
168
- #: ../yasr-settings-page.php:267 ../lib/yasr-settings-functions.php:1326
169
- #: ../lib/yasr-settings-functions.php:1352
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:1328
176
- #: ../lib/yasr-settings-functions.php:1354
177
  msgid "Thank you!"
178
  msgstr ""
179
 
@@ -181,555 +181,557 @@ msgstr ""
181
  msgid "Choose wich set you want to use"
182
  msgstr ""
183
 
184
- #: ../lib/yasr-shortcode-functions.php:217
185
- #: ../lib/yasr-shortcode-functions.php:229
186
- #: ../lib/yasr-shortcode-functions.php:258
187
  msgid "You've already voted this article with"
188
  msgstr ""
189
 
190
- #: ../lib/yasr-shortcode-functions.php:269
191
- #: ../lib/yasr-shortcode-functions.php:571
192
  msgid "You must sign to vote"
193
  msgstr ""
194
 
195
- #: ../lib/yasr-shortcode-functions.php:311 ../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:311
201
  msgid "Average: "
202
  msgstr ""
203
 
204
- #: ../lib/yasr-shortcode-functions.php:327
205
  msgid "bad, poor, ok, good, super"
206
  msgstr ""
207
 
208
- #: ../lib/yasr-shortcode-functions.php:550
209
  msgid "Thank you for voting! "
210
  msgstr ""
211
 
212
- #: ../lib/yasr-shortcode-functions.php:691
 
 
 
 
 
 
213
  msgid "Rating"
214
  msgstr ""
215
 
216
- #: ../lib/yasr-shortcode-functions.php:705
217
  msgid "You don't have any votes stored"
218
  msgstr ""
219
 
220
- #: ../lib/yasr-shortcode-functions.php:741
221
- #: ../lib/yasr-shortcode-functions.php:779
222
  msgid "Post / Page"
223
  msgstr ""
224
 
225
- #: ../lib/yasr-shortcode-functions.php:742
226
- #: ../lib/yasr-shortcode-functions.php:780
227
  msgid "Order By"
228
  msgstr ""
229
 
230
- #: ../lib/yasr-shortcode-functions.php:742
231
- #: ../lib/yasr-shortcode-functions.php:780
232
  msgid "Most Rated"
233
  msgstr ""
234
 
235
- #: ../lib/yasr-shortcode-functions.php:742
236
- #: ../lib/yasr-shortcode-functions.php:780
237
  msgid "Highest Rated"
238
  msgstr ""
239
 
240
- #: ../lib/yasr-shortcode-functions.php:759
241
- #: ../lib/yasr-shortcode-functions.php:794
242
  msgid "Total:"
243
  msgstr ""
244
 
245
- #: ../lib/yasr-shortcode-functions.php:759
246
- #: ../lib/yasr-shortcode-functions.php:794
247
  msgid "Average"
248
  msgstr ""
249
 
250
- #: ../lib/yasr-shortcode-functions.php:771
251
  msgid "You've not enough data"
252
  msgstr ""
253
 
254
- #: ../lib/yasr-shortcode-functions.php:806
255
  msgid "You've not enought data"
256
  msgstr ""
257
 
258
- #: ../lib/yasr-shortcode-functions.php:891
259
  msgid ""
260
  "Problem while retrieving the top 5 most active reviewers. Did you publish "
261
  "any review?"
262
  msgstr ""
263
 
264
- #: ../lib/yasr-shortcode-functions.php:959
265
  msgid ""
266
  "Problem while retrieving the top 10 active users chart. Are you sure you "
267
  "have votes to show?"
268
  msgstr ""
269
 
270
- #: ../lib/yasr-settings-functions.php:50
271
  msgid "General settings"
272
  msgstr ""
273
 
274
- #: ../lib/yasr-settings-functions.php:51
275
  msgid "Auto insert options"
276
  msgstr ""
277
 
278
- #: ../lib/yasr-settings-functions.php:52
279
  msgid "Show \"Overall Rating\" in Archive Page?"
280
  msgstr ""
281
 
282
- #: ../lib/yasr-settings-functions.php:53
283
  msgid "Show \"Visitor Votes\" in Archive Page?"
284
  msgstr ""
285
 
286
- #: ../lib/yasr-settings-functions.php:54
287
  msgid "Insert custom text to show before / after stars"
288
  msgstr ""
289
 
290
- #: ../lib/yasr-settings-functions.php:55
291
  msgid "Do you want show stats for visitors votes?"
292
  msgstr ""
293
 
294
- #: ../lib/yasr-settings-functions.php:56
295
  msgid "Allow only logged in user to vote?"
296
  msgstr ""
297
 
298
- #: ../lib/yasr-settings-functions.php:57
299
  msgid "Which rich snippets do you want to use?"
300
  msgstr ""
301
 
302
- #: ../lib/yasr-settings-functions.php:58
303
  msgid "How do you want to rate \"Overall Rating\"?"
304
  msgstr ""
305
 
306
- #: ../lib/yasr-settings-functions.php:72
307
  msgid "Use Auto Insert?"
308
  msgstr ""
309
 
310
- #: ../lib/yasr-settings-functions.php:75
311
- #: ../lib/yasr-settings-functions.php:144
312
- #: ../lib/yasr-settings-functions.php:162
313
- #: ../lib/yasr-settings-functions.php:204
314
- #: ../lib/yasr-settings-functions.php:230
315
- #: ../lib/yasr-settings-functions.php:264
316
- #: ../lib/yasr-settings-functions.php:319
317
  msgid "Yes"
318
  msgstr ""
319
 
320
- #: ../lib/yasr-settings-functions.php:89
321
- #: ../lib/yasr-settings-functions.php:149
322
- #: ../lib/yasr-settings-functions.php:167
323
- #: ../lib/yasr-settings-functions.php:209
324
- #: ../lib/yasr-settings-functions.php:235
325
- #: ../lib/yasr-settings-functions.php:269
326
- #: ../lib/yasr-settings-functions.php:324
327
  msgid "No"
328
  msgstr ""
329
 
330
- #: ../lib/yasr-settings-functions.php:95
331
  msgid "What?"
332
  msgstr ""
333
 
334
- #: ../lib/yasr-settings-functions.php:98
335
  msgid "Overall Rating / Author Rating"
336
  msgstr ""
337
 
338
- #: ../lib/yasr-settings-functions.php:102 ../lib/yasr-ajax-functions.php:471
339
  msgid "Visitor Votes"
340
  msgstr ""
341
 
342
- #: ../lib/yasr-settings-functions.php:106
343
  msgid "Both"
344
  msgstr ""
345
 
346
- #: ../lib/yasr-settings-functions.php:110
347
  msgid "Where?"
348
  msgstr ""
349
 
350
- #: ../lib/yasr-settings-functions.php:113
351
  msgid "Before the post"
352
  msgstr ""
353
 
354
- #: ../lib/yasr-settings-functions.php:117
355
  msgid "After the post"
356
  msgstr ""
357
 
358
- #: ../lib/yasr-settings-functions.php:122
359
  msgid "Size"
360
  msgstr ""
361
 
362
- #: ../lib/yasr-settings-functions.php:126 ../lib/yasr-ajax-functions.php:461
363
  #: ../lib/yasr-ajax-functions.php:479
364
  msgid "Small"
365
  msgstr ""
366
 
367
- #: ../lib/yasr-settings-functions.php:131 ../lib/yasr-ajax-functions.php:462
368
  #: ../lib/yasr-ajax-functions.php:480
369
  msgid "Medium"
370
  msgstr ""
371
 
372
- #: ../lib/yasr-settings-functions.php:136 ../lib/yasr-ajax-functions.php:463
373
  #: ../lib/yasr-ajax-functions.php:481
374
  msgid "Large"
375
  msgstr ""
376
 
377
- #: ../lib/yasr-settings-functions.php:141
378
  msgid "Exclude Pages?"
379
  msgstr ""
380
 
381
- #: ../lib/yasr-settings-functions.php:159
382
  msgid "Use only in custom post types?"
383
  msgstr ""
384
 
385
- #: ../lib/yasr-settings-functions.php:171
386
  msgid "You see this because you use custom post types."
387
  msgstr ""
388
 
389
- #: ../lib/yasr-settings-functions.php:173
390
  msgid "If you want to use auto insert only in custom post types, choose Yes"
391
  msgstr ""
392
 
393
- #: ../lib/yasr-settings-functions.php:213
394
  msgid ""
395
  "If you enable this, \"Overall Rating\" will be showed not only in the single "
396
  "article or page, but also in pages like Home Page, category pages or "
397
  "archives."
398
  msgstr ""
399
 
400
- #: ../lib/yasr-settings-functions.php:239
401
  msgid ""
402
  "If you enable this, \"Visitor Votes\" will be showed not only in the single "
403
  "article or page, but also in pages like Home Page, category pages or "
404
  "archives."
405
  msgstr ""
406
 
407
- #: ../lib/yasr-settings-functions.php:274
408
  msgid "Custom text to display before Overall Rating"
409
  msgstr ""
410
 
411
- #: ../lib/yasr-settings-functions.php:279
412
  msgid "Custom text to display BEFORE Visitor Rating"
413
  msgstr ""
414
 
415
- #: ../lib/yasr-settings-functions.php:285
416
  msgid "Custom text to display AFTER Visitor Rating"
417
  msgstr ""
418
 
419
- #: ../lib/yasr-settings-functions.php:290
420
  msgid "Custom text to display when a non logged user has already rated"
421
  msgstr ""
422
 
423
- #: ../lib/yasr-settings-functions.php:295
424
  msgid "Help"
425
  msgstr ""
426
 
427
- #: ../lib/yasr-settings-functions.php:299
428
  msgid ""
429
  "In the first field you can use %overall_rating% pattern to show the overall "
430
  "rating."
431
  msgstr ""
432
 
433
- #: ../lib/yasr-settings-functions.php:303
434
  msgid ""
435
  "In the Second and Third fields you can use %total_count% pattern to show the "
436
  "total count, and %average% pattern to show the average"
437
  msgstr ""
438
 
439
- #: ../lib/yasr-settings-functions.php:342
440
  msgid "Allow only logged-in users"
441
  msgstr ""
442
 
443
- #: ../lib/yasr-settings-functions.php:346
444
  msgid "Allow everybody (logged in and anonymous)"
445
  msgstr ""
446
 
447
- #: ../lib/yasr-settings-functions.php:363
448
  msgid "Review Rating"
449
  msgstr ""
450
 
451
- #: ../lib/yasr-settings-functions.php:367
452
  msgid "Aggregate Rating"
453
  msgstr ""
454
 
455
- #: ../lib/yasr-settings-functions.php:372
456
  msgid "What is this?"
457
  msgstr ""
458
 
459
- #: ../lib/yasr-settings-functions.php:377
460
  msgid ""
461
  "If you select \"Review Rating\", your site will be indexed from search "
462
  "engines like this: "
463
  msgstr ""
464
 
465
- #: ../lib/yasr-settings-functions.php:382
466
  msgid ""
467
  "If, instead, you choose \"Aggregate Rating\", your site will be indexed like "
468
  "this"
469
  msgstr ""
470
 
471
- #: ../lib/yasr-settings-functions.php:400
472
  msgid "Stars"
473
  msgstr ""
474
 
475
- #: ../lib/yasr-settings-functions.php:404
476
  msgid "Numbers"
477
  msgstr ""
478
 
479
- #: ../lib/yasr-settings-functions.php:429
480
  msgid "Which color scheme do you want to use?"
481
  msgstr ""
482
 
483
- #: ../lib/yasr-settings-functions.php:450
484
  msgid "Light"
485
  msgstr ""
486
 
487
- #: ../lib/yasr-settings-functions.php:455
488
  msgid "Dark"
489
  msgstr ""
490
 
491
- #: ../lib/yasr-settings-functions.php:460
492
  msgid "Preview"
493
  msgstr ""
494
 
495
- #: ../lib/yasr-settings-functions.php:465
496
  msgid "Light theme"
497
  msgstr ""
498
 
499
- #: ../lib/yasr-settings-functions.php:470
500
  msgid "Dark theme"
501
  msgstr ""
502
 
503
- #: ../lib/yasr-settings-functions.php:485
504
  msgid "Add New Multiple Set"
505
  msgstr ""
506
 
507
- #: ../lib/yasr-settings-functions.php:486
508
  msgid ""
509
  "Name, Element#1 and Element#2 MUST be filled and must be long at least 3 "
510
  "characters"
511
  msgstr ""
512
 
513
- #: ../lib/yasr-settings-functions.php:489
514
  msgid "Name"
515
  msgstr ""
516
 
517
- #: ../lib/yasr-settings-functions.php:494
518
  msgid "You can insert up to nine elements"
519
  msgstr ""
520
 
521
- #: ../lib/yasr-settings-functions.php:499
522
  msgid "Element "
523
  msgstr ""
524
 
525
- #: ../lib/yasr-settings-functions.php:509
526
  msgid "Create New Set"
527
  msgstr ""
528
 
529
- #: ../lib/yasr-settings-functions.php:530
530
- #: ../lib/yasr-settings-functions.php:562
531
  msgid "Manage Multiple Set"
532
  msgstr ""
533
 
534
- #: ../lib/yasr-settings-functions.php:532
535
  msgid "Wich set do you want to edit or remove?"
536
  msgstr ""
537
 
538
- #: ../lib/yasr-settings-functions.php:572
539
- #: ../lib/yasr-settings-functions.php:690
540
  msgid "Field name"
541
  msgstr ""
542
 
543
- #: ../lib/yasr-settings-functions.php:576
544
- #: ../lib/yasr-settings-functions.php:694
545
  msgid "Remove"
546
  msgstr ""
547
 
548
- #: ../lib/yasr-settings-functions.php:618
549
- #: ../lib/yasr-settings-functions.php:736
550
  msgid "Remove whole set?"
551
  msgstr ""
552
 
553
- #: ../lib/yasr-settings-functions.php:631
554
- #: ../lib/yasr-settings-functions.php:749
555
  msgid ""
556
  "If you remove something you will remove all the votes for that set or field. "
557
  "This operation CAN'T BE undone."
558
  msgstr ""
559
 
560
- #: ../lib/yasr-settings-functions.php:638
561
- #: ../lib/yasr-settings-functions.php:756
562
- msgid "You can use up to 9 elements"
563
- msgstr ""
564
-
565
  #: ../lib/yasr-settings-functions.php:640
566
  #: ../lib/yasr-settings-functions.php:758
567
- msgid "Add element"
568
  msgstr ""
569
 
570
  #: ../lib/yasr-settings-functions.php:642
571
  #: ../lib/yasr-settings-functions.php:760
 
 
 
 
 
572
  msgid "Save changes"
573
  msgstr ""
574
 
575
- #: ../lib/yasr-settings-functions.php:652
576
  msgid "No Multiple Set were found"
577
  msgstr ""
578
 
579
- #: ../lib/yasr-settings-functions.php:902
580
- #: ../lib/yasr-settings-functions.php:1170
581
  msgid "Settings Saved"
582
  msgstr ""
583
 
584
- #: ../lib/yasr-settings-functions.php:907
585
  msgid "Something goes wrong trying insert set field name. Please report it"
586
  msgstr ""
587
 
588
- #: ../lib/yasr-settings-functions.php:913
589
  msgid "Something goes wrong trying insert Multi Set name. Please report it"
590
  msgstr ""
591
 
592
- #: ../lib/yasr-settings-functions.php:988
593
  msgid "Something goes wrong trying to delete a Multi Set . Please report it"
594
  msgstr ""
595
 
596
- #: ../lib/yasr-settings-functions.php:1034
597
  msgid ""
598
  "Something goes wrong trying to delete a Multi Set's element. Please report it"
599
  msgstr ""
600
 
601
- #: ../lib/yasr-settings-functions.php:1098
602
  msgid ""
603
  "Something goes wrong trying to update a Multi Set's element. Please report it"
604
  msgstr ""
605
 
606
- #: ../lib/yasr-settings-functions.php:1155
607
  msgid ""
608
  "Something goes wrong trying to insert set field name in edit form. Please "
609
  "report it"
610
  msgstr ""
611
 
612
- #: ../lib/yasr-settings-functions.php:1198
613
  msgid "Style Options"
614
  msgstr ""
615
 
616
- #: ../lib/yasr-settings-functions.php:1199
617
  msgid "Custom CSS Styles"
618
  msgstr ""
619
 
620
- #: ../lib/yasr-settings-functions.php:1204
621
  msgid ""
622
  "Please use text area below to write your own CSS styles to override the "
623
  "default ones."
624
  msgstr ""
625
 
626
- #: ../lib/yasr-settings-functions.php:1206
627
  msgid "Leave it blank if you don't know what you're doing"
628
  msgstr ""
629
 
630
- #: ../lib/yasr-settings-functions.php:1229
631
  msgid "Looking for more features?"
632
  msgstr ""
633
 
634
- #: ../lib/yasr-settings-functions.php:1230
635
  msgid "Upgrade to yasr pro!"
636
  msgstr ""
637
 
638
- #: ../lib/yasr-settings-functions.php:1246
639
  msgid "Unlimited ratings and votes"
640
  msgstr ""
641
 
642
- #: ../lib/yasr-settings-functions.php:1252
643
  msgid "Works with shortcodes"
644
  msgstr ""
645
 
646
- #: ../lib/yasr-settings-functions.php:1258
647
  msgid "Multi Set Support"
648
  msgstr ""
649
 
650
- #: ../lib/yasr-settings-functions.php:1263
651
  msgid "Logs and stats for visitors votes"
652
  msgstr ""
653
 
654
- #: ../lib/yasr-settings-functions.php:1268
655
  msgid "Localization (.po and .mo files included)"
656
  msgstr ""
657
 
658
- #: ../lib/yasr-settings-functions.php:1273
659
  msgid "Rich Snippet Support"
660
  msgstr ""
661
 
662
- #: ../lib/yasr-settings-functions.php:1278
663
  msgid "Rankings for reviews, votes and users"
664
  msgstr ""
665
 
666
- #: ../lib/yasr-settings-functions.php:1283
667
  msgid "Rankings Customization"
668
  msgstr ""
669
 
670
- #: ../lib/yasr-settings-functions.php:1288
671
  msgid "Stars Customization"
672
  msgstr ""
673
 
674
- #: ../lib/yasr-settings-functions.php:1289
675
  msgid "Size Only"
676
  msgstr ""
677
 
678
- #: ../lib/yasr-settings-functions.php:1290
679
  msgid ""
680
  "Users can choose different ready to use sets or can upload their own images."
681
  msgstr ""
682
 
683
- #: ../lib/yasr-settings-functions.php:1293
684
  msgid "Users can review in comments"
685
  msgstr ""
686
 
687
- #: ../lib/yasr-settings-functions.php:1304
688
  msgid "Not avaible yet"
689
  msgstr ""
690
 
691
- #: ../lib/yasr-settings-functions.php:1336
692
- #: ../lib/yasr-settings-functions.php:1363
693
  msgid "Follow YASR official site!"
694
  msgstr ""
695
 
696
- #: ../lib/yasr-settings-functions.php:1393
697
  msgid "No previous Gd Star Rating installation was found"
698
  msgstr ""
699
 
700
- #: ../lib/yasr-db-functions.php:309
701
  msgid "No recenet votes yet"
702
  msgstr ""
703
 
704
- #: ../lib/yasr-db-functions.php:324 ../lib/yasr-ajax-functions.php:778
705
  msgid "anonymous"
706
  msgstr ""
707
 
708
- #: ../lib/yasr-db-functions.php:333
709
  #, php-format
710
  msgid "Vote %d from %s on "
711
  msgstr ""
712
 
713
- #: ../lib/yasr-db-functions.php:349 ../lib/yasr-ajax-functions.php:803
714
  msgid "Ip address"
715
  msgstr ""
716
 
717
- #: ../lib/yasr-db-functions.php:390 ../lib/yasr-ajax-functions.php:844
718
  msgid "Pages"
719
  msgstr ""
720
 
721
- #: ../lib/yasr-functions.php:98 ../lib/yasr-functions.php:99
722
  msgid "Yet Another Stars Rating: Settings"
723
  msgstr ""
724
 
725
- #: ../lib/yasr-functions.php:143
726
  msgid "Yet Another Stars Rating: Multiple set"
727
  msgstr ""
728
 
729
- #: ../lib/yasr-functions.php:149
730
- msgid "Overall Rating"
731
- msgstr ""
732
-
733
  #: ../lib/yasr-functions.php:159
734
  msgid "You don't have enought privileges to insert Overall Rating"
735
  msgstr ""
@@ -990,10 +992,18 @@ msgstr ""
990
  msgid "Vote updated"
991
  msgstr ""
992
 
993
- #: ../lib/yasr-ajax-functions.php:1294
994
  msgid "Rating saved!"
995
  msgstr ""
996
 
997
- #: ../lib/yasr-ajax-functions.php:1300
998
  msgid "Rating not saved. Please Try again"
999
  msgstr ""
 
 
 
 
 
 
 
 
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"
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
 
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
 
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."
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
 
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?"
274
  msgstr ""
275
 
276
+ #: ../lib/yasr-settings-functions.php:52
277
  msgid "General settings"
278
  msgstr ""
279
 
280
+ #: ../lib/yasr-settings-functions.php:53
281
  msgid "Auto insert options"
282
  msgstr ""
283
 
284
+ #: ../lib/yasr-settings-functions.php:54
285
  msgid "Show \"Overall Rating\" in Archive Page?"
286
  msgstr ""
287
 
288
+ #: ../lib/yasr-settings-functions.php:55
289
  msgid "Show \"Visitor Votes\" in Archive Page?"
290
  msgstr ""
291
 
292
+ #: ../lib/yasr-settings-functions.php:56
293
  msgid "Insert custom text to show before / after stars"
294
  msgstr ""
295
 
296
+ #: ../lib/yasr-settings-functions.php:57
297
  msgid "Do you want show stats for visitors votes?"
298
  msgstr ""
299
 
300
+ #: ../lib/yasr-settings-functions.php:58
301
  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
309
  msgid "How do you want to rate \"Overall Rating\"?"
310
  msgstr ""
311
 
312
+ #: ../lib/yasr-settings-functions.php:74
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
 
727
+ #: ../lib/yasr-functions.php:99 ../lib/yasr-functions.php:100
728
  msgid "Yet Another Stars Rating: Settings"
729
  msgstr ""
730
 
731
+ #: ../lib/yasr-functions.php:148
732
  msgid "Yet Another Stars Rating: Multiple set"
733
  msgstr ""
734
 
 
 
 
 
735
  #: ../lib/yasr-functions.php:159
736
  msgid "You don't have enought privileges to insert Overall Rating"
737
  msgstr ""
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 ""
lib/yasr-db-functions.php CHANGED
@@ -147,7 +147,7 @@ function yasr_get_overall_rating($post_id_referenced=FALSE) {
147
 
148
  if (!$post_id) {
149
 
150
- exit();
151
 
152
  }
153
 
@@ -196,7 +196,6 @@ function yasr_get_snippet_type() {
196
 
197
  }
198
 
199
-
200
  /****** Get multi set name ******/
201
  function yasr_get_multi_set() {
202
  global $wpdb;
@@ -212,13 +211,13 @@ function yasr_get_multi_set_values_and_field ($post_id, $set_type) {
212
  global $wpdb;
213
 
214
  $result=$wpdb->get_results($wpdb->prepare("SELECT f.field_name AS name, f.field_id AS id, v.votes AS vote
215
- FROM " . YASR_MULTI_SET_FIELDS_TABLE . " AS f, " . YASR_MULTI_SET_VALUES_TABLE . " AS v
216
- WHERE f.parent_set_id=$set_type
217
- AND f.field_id = v.field_id
218
- AND v.post_id = %d
219
- AND v.set_type = %d
220
- AND f.parent_set_id=v.set_type
221
- ORDER BY f.field_id ASC", $post_id, $set_type));
222
 
223
  return $result;
224
  }
@@ -264,7 +263,7 @@ function yasr_get_visitor_votes ($post_id_referenced=FALSE) {
264
 
265
  if (!$post_id) {
266
 
267
- exit();
268
 
269
  }
270
 
147
 
148
  if (!$post_id) {
149
 
150
+ return;
151
 
152
  }
153
 
196
 
197
  }
198
 
 
199
  /****** Get multi set name ******/
200
  function yasr_get_multi_set() {
201
  global $wpdb;
211
  global $wpdb;
212
 
213
  $result=$wpdb->get_results($wpdb->prepare("SELECT f.field_name AS name, f.field_id AS id, v.votes AS vote
214
+ FROM " . YASR_MULTI_SET_FIELDS_TABLE . " AS f, " . YASR_MULTI_SET_VALUES_TABLE . " AS v
215
+ WHERE f.parent_set_id=$set_type
216
+ AND f.field_id = v.field_id
217
+ AND v.post_id = %d
218
+ AND v.set_type = %d
219
+ AND f.parent_set_id=v.set_type
220
+ ORDER BY f.field_id ASC", $post_id, $set_type));
221
 
222
  return $result;
223
  }
263
 
264
  if (!$post_id) {
265
 
266
+ return;
267
 
268
  }
269
 
lib/yasr-functions.php CHANGED
@@ -31,9 +31,10 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
31
  //if visitors stats are enabled
32
  if (YASR_VISITORS_STATS === 'yes') {
33
  wp_enqueue_style( 'jquery-ui','//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css', FALSE, NULL, 'all' );
 
34
  }
35
 
36
- wp_enqueue_style( 'dashicons' ); //dashicons
37
  wp_enqueue_style( 'yasrcss', YASR_CSS_DIR . 'yasr.css', FALSE, NULL, 'all' );
38
 
39
  //If choosen is light or not dark (force to be default)
@@ -335,7 +336,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
335
  $visitor_rating = NULL;
336
  }
337
 
338
- if ($visitor_rating['sum'] != 0) {
339
 
340
  $average_rating = $visitor_rating['sum'] / $visitor_rating['votes_number'];
341
 
31
  //if visitors stats are enabled
32
  if (YASR_VISITORS_STATS === 'yes') {
33
  wp_enqueue_style( 'jquery-ui','//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css', FALSE, NULL, 'all' );
34
+ wp_enqueue_style( 'dashicons' ); //dashicons
35
  }
36
 
37
+
38
  wp_enqueue_style( 'yasrcss', YASR_CSS_DIR . 'yasr.css', FALSE, NULL, 'all' );
39
 
40
  //If choosen is light or not dark (force to be default)
336
  $visitor_rating = NULL;
337
  }
338
 
339
+ if ($visitor_rating['sum'] != 0 && $visitor_rating['votes_number'] != 0) {
340
 
341
  $average_rating = $visitor_rating['sum'] / $visitor_rating['votes_number'];
342
 
lib/yasr-settings-functions.php CHANGED
@@ -373,7 +373,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
373
 
374
  <a href="#" id="yasr-snippet-explained-link"><?php _e("What is this?", "yasr") ?></a>
375
 
376
- <div id="yasr-snippet-explained" style="display:none">
377
  <?php
378
 
379
  _e("If you select \"Review Rating\", your site will be indexed from search engines like this: ", "yasr");
@@ -417,7 +417,7 @@ if ( ! defined( 'ABSPATH' ) ) exit('You\'re not allowed to see this page'); // E
417
 
418
  /****** Add yasr multiset options and settings******/
419
 
420
- add_action( 'admin_init', 'yasr_multiset_options_init' ); //This is for general options
421
 
422
  function yasr_multiset_options_init() {
423
  register_setting(
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");
417
 
418
  /****** Add yasr multiset options and settings******/
419
 
420
+ add_action( 'admin_init', 'yasr_multiset_options_init' ); //This is for general options
421
 
422
  function yasr_multiset_options_init() {
423
  register_setting(
lib/yasr-shortcode-functions.php CHANGED
@@ -198,8 +198,18 @@ function shortcode_visitor_votes_callback ($atts) {
198
  if($cookie_value) {
199
 
200
  $readonly = 'true';
201
- $span_after_rate_it="<span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("You've already voted this article with", "yasr") . " $cookie_value </span>";
202
 
 
 
 
 
 
 
 
 
 
 
 
203
 
204
  }
205
 
@@ -273,13 +283,13 @@ function shortcode_visitor_votes_callback ($atts) {
273
 
274
  $text_after_star = str_replace('%average%', $medium_rating, $text_after_star);
275
 
276
- $span_text_after_star = "<span id=\"yasr-custom-text-after-visitor-rating\">" . $text_after_star . "</span>";
277
 
278
  }
279
 
280
  else {
281
 
282
- $span_text_after_star = "<span class=\"yasr-total-average-container\" id=\"yasr-total-average-text_$post_id\" title=\"yasr-stats\">
283
  [" . __("Total: ", "yasr") . "$votes_number &nbsp; &nbsp;" . __("Average: ","yasr") . "$medium_rating/5]
284
  </span>";
285
 
@@ -680,6 +690,7 @@ function yasr_top_ten_highest_rated_callback () {
680
  FROM " . YASR_VOTES_TABLE . " AS v, $wpdb->posts AS p
681
  WHERE v.post_id = p.ID
682
  AND p.post_status = 'publish'
 
683
  ORDER BY v.overall_rating DESC, v.id ASC LIMIT 10");
684
 
685
  if ($query_result) {
198
  if($cookie_value) {
199
 
200
  $readonly = 'true';
 
201
 
202
+ if (YASR_TEXT_BEFORE_STARS == 1 && YASR_CUSTOM_TEXT_USER_VOTED!='') {
203
+
204
+ $span_after_rate_it = $span_after_rate_it="<span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . YASR_CUSTOM_TEXT_USER_VOTED . " </span>";;
205
+
206
+ }
207
+
208
+ else {
209
+
210
+ $span_after_rate_it="<span class=\"yasr-small-block-bold\" id=\"yasr-already-voted-text\">" . __("You've already voted this article with", "yasr") . " $cookie_value </span>";
211
+
212
+ }
213
 
214
  }
215
 
283
 
284
  $text_after_star = str_replace('%average%', $medium_rating, $text_after_star);
285
 
286
+ $span_text_after_star = "<span class=\"yasr-total-average-container\" id=\"yasr-total-average-text_$post_id\">" . $text_after_star . "</span>";
287
 
288
  }
289
 
290
  else {
291
 
292
+ $span_text_after_star = "<span class=\"yasr-total-average-container\" id=\"yasr-total-average-text_$post_id\">
293
  [" . __("Total: ", "yasr") . "$votes_number &nbsp; &nbsp;" . __("Average: ","yasr") . "$medium_rating/5]
294
  </span>";
295
 
690
  FROM " . YASR_VOTES_TABLE . " AS v, $wpdb->posts AS p
691
  WHERE v.post_id = p.ID
692
  AND p.post_status = 'publish'
693
+ AND v.overall_rating > 0
694
  ORDER BY v.overall_rating DESC, v.id ASC LIMIT 10");
695
 
696
  if ($query_result) {
readme.txt CHANGED
@@ -3,8 +3,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
3
  Tags: 5 star, admin, administrator, AJAX, five-star, javascript, jquery, post rating, posts, rate, rating, rating platform, rating system, ratings, review, reviews, rich snippets, seo, star, star rating, stars, vote, Votes, voting, voting contest, schema, serp
4
  Requires at least: 3.5
5
  Contributors: Dudo
6
- Tested up to: 4.2
7
- Stable tag: 0.8.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
@@ -52,6 +52,9 @@ If with gd-star-rating you're using a different number of stars from the default
52
 
53
  Check [here](http://translate.yetanotherstarsrating.com/) to see if your translation is up to date
54
 
 
 
 
55
  = Related Link =
56
  * News and doc at [Yasr Official Site](http://yetanotherstarsrating.com/)
57
  * [Demo site](http://demo.yetanotherstarsrating.com/)
@@ -119,6 +122,9 @@ Of course not: you can easily add it on the visual editor just by clicking on th
119
 
120
  == Changelog ==
121
 
 
 
 
122
  = 0.8.6 =
123
  * Fixed bug on new installation if multi set are used
124
 
3
  Tags: 5 star, admin, administrator, AJAX, five-star, javascript, jquery, post rating, posts, rate, rating, rating platform, rating system, ratings, review, reviews, rich snippets, seo, star, star rating, stars, vote, Votes, voting, voting contest, schema, serp
4
  Requires at least: 3.5
5
  Contributors: Dudo
6
+ Tested up to: 4.2.2
7
+ Stable tag: 0.8.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
52
 
53
  Check [here](http://translate.yetanotherstarsrating.com/) to see if your translation is up to date
54
 
55
+ In this video I'll show you the "Auto Insert" feature and manual placement of YASR basic shortcodes.
56
+ [youtube https://www.youtube.com/watch?v=M47xsJMQJ1E]
57
+
58
  = Related Link =
59
  * News and doc at [Yasr Official Site](http://yetanotherstarsrating.com/)
60
  * [Demo site](http://demo.yetanotherstarsrating.com/)
122
 
123
  == Changelog ==
124
 
125
+ = 0.8.7 =
126
+ * Minor changes and bugfixes
127
+
128
  = 0.8.6 =
129
  * Fixed bug on new installation if multi set are used
130
 
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.8.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.8.6');
32
 
33
  //Plugin relative path
34
  define( "YASR_RELATIVE_PATH", dirname(__FILE__) );
3
  * Plugin Name: Yet Another Stars Rating
4
  * Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
5
  * Description: Rating system with rich snippets
6
+ * Version: 0.8.7
7
  * Author: Dario Curvino
8
  * Author URI: https://yetanotherstarsrating.com/
9
  * License: GPL2
28
  */
29
 
30
 
31
+ define('YASR_VERSION_NUM', '0.8.7');
32
 
33
  //Plugin relative path
34
  define( "YASR_RELATIVE_PATH", dirname(__FILE__) );